summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-18 01:51:49 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-18 01:51:49 +0100
commit85ebb8d11603107364818d582edaff2437db82f5 (patch)
tree4efb651387ec213d4bbb5475510bb0d60bb92a56
parentdda7b002def51405bab82bd4a31fc3ad8c33c572 (diff)
i18n lecture anonyme
https://github.com/marienfressinaud/FreshRSS/issues/361
-rw-r--r--app/i18n/en.php2
-rw-r--r--app/i18n/fr.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index 6dc7a4acf..1b76dfc52 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -163,7 +163,7 @@ return array (
'default_user' => 'Username of the default user <small>(maximum 16 alphanumeric characters)</small>',
'password_form' =>'Password<br /><small>(for the Web-form login method)</small>',
'persona_connection_email' => 'Login mail address<br /><small>(for <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>',
- 'allow_anonymous' => 'Allow anonymous reading for the default user (%s)',
+ 'allow_anonymous' => 'Allow anonymous reading of the articles of the default user (%s)',
'auth_token' => 'Authentication token',
'explain_token' => 'Allows to access RSS output of the default user without authentication.<br /><kbd>%s?token=%s</kbd>',
'login_configuration' => 'Login',
diff --git a/app/i18n/fr.php b/app/i18n/fr.php
index 16d93a59a..5d54dc2dd 100644
--- a/app/i18n/fr.php
+++ b/app/i18n/fr.php
@@ -163,7 +163,7 @@ return array (
'password_form' =>'Mot de passe<br /><small>(pour connexion par formulaire)</small>',
'default_user' => 'Nom de l’utilisateur par défaut <small>(16 caractères alphanumériques maximum)</small>',
'persona_connection_email' => 'Adresse courriel de connexion<br /><small>(pour <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>',
- 'allow_anonymous' => 'Autoriser la lecture anonyme pour l’utilisateur par défaut (%s)',
+ 'allow_anonymous' => 'Autoriser la lecture anonyme des articles de l’utilisateur par défaut (%s)',
'auth_token' => 'Jeton d’identification',
'explain_token' => 'Permet d’accéder à la sortie RSS de l’utilisateur par défaut sans besoin de s’authentifier.<br /><kbd>%s?output=rss&token=%s</kbd>',
'login_configuration' => 'Identification',