diff options
| author | 2013-08-21 16:04:18 +0200 | |
|---|---|---|
| committer | 2013-08-21 16:04:18 +0200 | |
| commit | 54541608ac979dfc6044c89cb30493704dcc94c8 (patch) | |
| tree | 68c73aebd62f59e0d86c04526732a37bfaf7db07 /app/i18n | |
| parent | 456c95d2dbb40d358d79f426f68eb03f5f447945 (diff) | |
Fix issue #127 : ajout système de token
Ajout du système de token pour accéder aux flux RSS même quand la
connexion a été paramétrée.
Pour l'utiliser, il faut simplement ajouter le paramètre
?token=<votre_token> à l'url
Diffstat (limited to 'app/i18n')
| -rw-r--r-- | app/i18n/en.php | 2 | ||||
| -rw-r--r-- | app/i18n/fr.php | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 61bf57e4e..a5b331e41 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -151,6 +151,8 @@ return array ( 'month' => 'months', 'persona_connection_email' => 'Login mail address (use <a href="https://persona.org/">Persona</a>)', 'allow_anonymous' => 'Allow anonymous reading', + 'auth_token' => 'Authentication token', + 'explain_token' => 'This token allows to avoid authentication by adding it to URL (eg. %s?token=<your_token>). RSS output only.', 'reading_configuration' => 'Reading configuration', 'articles_per_page' => 'Number of articles per page', 'default_view' => 'Default view', diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 0f14c0700..071cb8dd4 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -151,6 +151,8 @@ return array ( 'month' => 'mois', 'persona_connection_email' => 'Adresse mail de connexion (utilise <a href="https://persona.org/">Persona</a>)', 'allow_anonymous' => 'Autoriser la lecture anonyme', + 'auth_token' => 'Jeton d\'identification', + 'explain_token' => 'Ce jeton permet de s\'affranchir d\'authentification en l\'ajoutant à l\'URL (ex. %s?token=<votre_token>). Seul la sortie RSS est concernée.', 'reading_configuration' => 'Configuration de lecture', 'articles_per_page' => 'Nombre d\'articles par page', 'default_view' => 'Vue par défaut', |
