summaryrefslogtreecommitdiff
path: root/app/i18n
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-25 17:37:52 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-25 17:37:52 +0100
commit06d4b8d10247146d9c6f7c78ff9fc584438dd8fe (patch)
treec85a0f839df94ef77a168ce0865586e9f03372af /app/i18n
parenta4b890b67fb4d97c97a2b1b455c327ce4b905194 (diff)
Option globale pour la taille minimale de l'historique par défaut
Plus une réorganisation des options
Diffstat (limited to 'app/i18n')
-rw-r--r--app/i18n/en.php8
-rw-r--r--app/i18n/fr.php8
2 files changed, 10 insertions, 6 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index b6417d8db..ca72d885c 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -137,8 +137,9 @@ return array (
'feed_url' => 'Feed URL',
'articles' => 'articles',
'number_articles' => 'Number of articles',
+ 'by_feed' => 'by feed',
+ 'by_default' => 'By default',
'keep_history' => 'Minimum number of articles to keep',
- 'keep_history_help' => 'Set to -1 to keep everything',
'categorize' => 'Store in a category',
'truncate' => 'Delete all articles',
'advanced' => 'Advanced',
@@ -164,10 +165,11 @@ return array (
'allow_anonymous' => 'Allow anonymous reading',
'auth_token' => 'Authentication token',
'explain_token' => 'Allows to access RSS output without authentication.<br />%s?token=%s',
- 'archiving_configuration' => 'Archiving configuration',
+ 'login_configuration' => 'Login',
+ 'archiving_configuration' => 'Archiving',
'delete_articles_every' => 'Remove articles after',
'archiving_configuration_help' => 'More options are available in the individual stream settings',
- 'reading_configuration' => 'Reading configuration',
+ 'reading_configuration' => 'Reading',
'articles_per_page' => 'Number of articles per page',
'default_view' => 'Default view',
'sort_order' => 'Sort order',
diff --git a/app/i18n/fr.php b/app/i18n/fr.php
index b27f29940..053a97c8a 100644
--- a/app/i18n/fr.php
+++ b/app/i18n/fr.php
@@ -137,8 +137,9 @@ return array (
'feed_url' => 'URL du flux',
'articles' => 'articles',
'number_articles' => 'Nombre d’articles',
+ 'by_feed' => 'par flux',
+ 'by_default' => 'Par défaut',
'keep_history' => 'Nombre minimum d’articles à conserver',
- 'keep_history_help' => 'Mettre à -1 pour tout conserver',
'categorize' => 'Ranger dans une catégorie',
'truncate' => 'Supprimer tous les articles',
'advanced' => 'Avancé',
@@ -165,10 +166,11 @@ return array (
'allow_anonymous' => 'Autoriser la lecture anonyme',
'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',
- 'archiving_configuration' => 'Configuration de l’archivage',
+ 'login_configuration' => 'Identification',
+ 'archiving_configuration' => 'Archivage',
'delete_articles_every' => 'Supprimer les articles après',
'archiving_configuration_help' => 'D’autres options sont disponibles dans la configuration individuelle des flux',
- 'reading_configuration' => 'Configuration de lecture',
+ 'reading_configuration' => 'Lecture',
'articles_per_page' => 'Nombre d’articles par page',
'default_view' => 'Vue par défaut',
'sort_order' => 'Ordre de tri',