aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/fr/admin.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2019-12-07 11:55:12 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2019-12-07 12:57:52 +0100
commitd13a8a0eb1c37c6b241bcea3d0123e8fa6bd8f5a (patch)
tree411cfc4adee0786018492850d64f3f0257d2125d /app/i18n/fr/admin.php
parentecd00854bef9d99ed78d4a20b71d4eb5951cc9a6 (diff)
Add user language display
When managing users, I've added the language they selected to be able to communicate with them with the selected language (if I know it). It could be useful when managing a community or a paid service.
Diffstat (limited to 'app/i18n/fr/admin.php')
-rw-r--r--app/i18n/fr/admin.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/i18n/fr/admin.php b/app/i18n/fr/admin.php
index 7bea14f35..2cf6adc89 100644
--- a/app/i18n/fr/admin.php
+++ b/app/i18n/fr/admin.php
@@ -183,11 +183,12 @@ return array(
),
'user' => array(
'articles_and_size' => '%s articles (%s)',
- 'article_count' => 'Articles', // TODO - Translation
+ 'article_count' => 'Articles',
'back_to_manage' => '← Revenir à la liste des utilisateurs',
'create' => 'Créer un nouvel utilisateur',
'database_size' => 'Volumétrie',
'delete_users' => 'Supprimer un utilisateur',
+ 'email' => 'Adresse email',
'feed_count' => 'Flux',
'language' => 'Langue',
'list' => 'Liste des utilisateurs',