diff options
| author | 2015-01-26 11:48:25 +0100 | |
|---|---|---|
| committer | 2015-01-26 11:48:25 +0100 | |
| commit | 39b8c75c40c74dce2730ad99cd1e0a5392c4f5f5 (patch) | |
| tree | 8b5fd5ba08ef6150a26a50dc7f418fba66b44c64 /app/i18n/fr/admin.php | |
| parent | ec75139939780810f43f4e85fbf37de2409fe584 (diff) | |
Password format on profile and manage user pages
Related to https://github.com/FreshRSS/FreshRSS/commit/ec75139939780810f43f4e85fbf37de2409fe584
See https://github.com/FreshRSS/FreshRSS/issues/769
Diffstat (limited to 'app/i18n/fr/admin.php')
| -rw-r--r-- | app/i18n/fr/admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/fr/admin.php b/app/i18n/fr/admin.php index 980f1fccf..b740bd0d2 100644 --- a/app/i18n/fr/admin.php +++ b/app/i18n/fr/admin.php @@ -161,6 +161,7 @@ return array( 'email_persona' => 'Adresse courriel de connexion<br /><small>(pour <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>', 'language' => 'Langue', 'password_form' => 'Mot de passe<br /><small>(pour connexion par formulaire)</small>', + 'password_format' => '7 caractères minimum', 'title' => 'Gestion des utilisateurs', 'user_list' => 'Liste des utilisateurs', 'username' => 'Nom d’utilisateur', |
