diff options
| author | 2013-12-28 01:01:31 +0100 | |
|---|---|---|
| committer | 2013-12-28 01:01:31 +0100 | |
| commit | 8ffa896e68d05403cd65bd7b1ca3d4657347c10a (patch) | |
| tree | 56d1543df5d25b11669c29aabdb7be11206084f1 /app/i18n/fr.php | |
| parent | 2063f967c63cab8bed30c8db44490a6531d4cb5d (diff) | |
Liste d'utilisateurs
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/126
Diffstat (limited to 'app/i18n/fr.php')
| -rw-r--r-- | app/i18n/fr.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 9dff6dd33..e8da1c603 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -162,9 +162,10 @@ return array ( 'allow_anonymous' => 'Autoriser la lecture anonyme', 'auth_token' => 'Jeton d’identification', 'explain_token' => 'Permet d’accéder à la sortie RSS sans besoin de s’authentifier.<br />%s?output=rss&token=%s', - 'login_configuration' => 'Identification', - 'is_admin' => 'est administrateur', - 'auth_type' => 'Méthode d’authentification', + 'login_configuration' => 'Identification', + 'is_admin' => 'est administrateur', + 'auth_type' => 'Méthode d’authentification', + 'users_list' => 'Liste des utilisateurs', 'language' => 'Langue', 'month' => 'mois', |
