From 85e057e79396750601d32a38f94a8fe63d8c3332 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 7 Oct 2013 22:47:43 +0200 Subject: Explication du champ token plus concis --- app/i18n/en.php | 2 +- app/i18n/fr.php | 2 +- app/views/configure/display.phtml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app') diff --git a/app/i18n/en.php b/app/i18n/en.php index 4ce947346..bd5c7290f 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -153,7 +153,7 @@ return array ( 'persona_connection_email' => 'Login mail address (use Persona)', '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.', + 'explain_token' => 'Allows to access RSS output without authentication.
%s?token=%s', '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 84dec0fa4..17a0fb702 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -153,7 +153,7 @@ return array ( 'persona_connection_email' => 'Adresse mail de connexion (utilise Persona)', '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.', + 'explain_token' => 'Permet d\'accéder à la sortie RSS sans besoin de s\'authentifier.
%s?output=rss&token=%s', 'reading_configuration' => 'Configuration de lecture', 'articles_per_page' => 'Nombre d’articles par page', 'default_view' => 'Vue par défaut', diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 3d92a0dfc..0f89437ac 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -56,7 +56,7 @@ conf->token (); ?>
- +
-- cgit v1.2.3