summaryrefslogtreecommitdiff
path: root/app/i18n
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-28 00:04:34 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-28 00:04:34 +0100
commit3273fee15e8d944debfaafd025c67c2ac514905d (patch)
tree63dd4bf86fd1b0587cdfba279c1e98cbbd463937 /app/i18n
parent48a1a36222ddcf1cb637302bdd09e2bcf9b15844 (diff)
Un peu de configuration utilisateur
Continue https://github.com/marienfressinaud/FreshRSS/issues/126
Diffstat (limited to 'app/i18n')
-rw-r--r--app/i18n/en.php2
-rw-r--r--app/i18n/fr.php2
2 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index a1ab4a025..7c4f090ae 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -163,6 +163,8 @@ return array (
'auth_token' => 'Authentication token',
'explain_token' => 'Allows to access RSS output without authentication.<br />%s?token=%s',
'login_configuration' => 'Login',
+ 'is_admin' => 'is administrator',
+ 'auth_type' => 'Authentication method',
'language' => 'Language',
'month' => 'months',
diff --git a/app/i18n/fr.php b/app/i18n/fr.php
index f4e9d109c..9dff6dd33 100644
--- a/app/i18n/fr.php
+++ b/app/i18n/fr.php
@@ -163,6 +163,8 @@ return array (
'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',
'language' => 'Langue',
'month' => 'mois',