diff options
| author | 2015-07-22 22:04:33 +0200 | |
|---|---|---|
| committer | 2015-07-22 22:04:33 +0200 | |
| commit | de2e221aca0639c45cfe30f049ec71a493b17a5c (patch) | |
| tree | ed53112ecd9dd883c0a6bd729f4ec131e7881651 /app/i18n/fr/gen.php | |
| parent | 3a929138b000a45f57b3a6c62d5cfa72b842538c (diff) | |
Fix translations
See https://github.com/FreshRSS/FreshRSS/issues/679
Diffstat (limited to 'app/i18n/fr/gen.php')
| -rw-r--r-- | app/i18n/fr/gen.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/fr/gen.php b/app/i18n/fr/gen.php index c81e57bf7..3336b6a03 100644 --- a/app/i18n/fr/gen.php +++ b/app/i18n/fr/gen.php @@ -21,12 +21,17 @@ return array( 'truncate' => 'Supprimer tous les articles', ), 'auth' => array( + 'email' => 'Adresse courriel', 'keep_logged_in' => 'Rester connecté <small>(1 mois)</small>', 'login' => 'Connexion', 'login_persona' => 'Connexion avec Persona', 'login_persona_problem' => 'Problème de connexion à Persona ?', 'logout' => 'Déconnexion', 'password' => 'Mot de passe', + 'registration' => array( + '_' => 'Nouveau compte', + 'ask' => 'Créer un compte ?', + ), 'reset' => 'Réinitialisation de l’authentification', 'username' => 'Nom d’utilisateur', 'username_admin' => 'Nom d’utilisateur administrateur', |
