aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/fr.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-09-06 11:32:52 -0400
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-09-06 11:32:52 -0400
commit83832a39c4651bd3e4bfa007f75c91d040db79d3 (patch)
tree4330025cae9dacb06a3de091a4992235c9a121b6 /app/i18n/fr.php
parentc3fd8877c021b86180b3bea4d4260e6478f0558e (diff)
Add a new configuration option
Before, when you selected the option to display only unread articles, it shows read articles if no unread article were found. Now, this option is renamed to include information on fallback behavior and a new option is created to have the "only unread" behavior See #551 It is missing the german translation
Diffstat (limited to 'app/i18n/fr.php')
-rw-r--r--app/i18n/fr.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php
index 395f2b5d2..c23e291ab 100644
--- a/app/i18n/fr.php
+++ b/app/i18n/fr.php
@@ -92,6 +92,7 @@ return array (
'rss_view' => 'Flux RSS',
'show_all_articles' => 'Afficher tous les articles',
'show_not_reads' => 'Afficher les non lus',
+ 'show_not_reads_with_fallback' => 'Afficher les non lus ou les lus si aucun non lus',
'show_read' => 'Afficher les lus',
'show_favorite' => 'Afficher les favoris',
'show_not_favorite' => 'Afficher tout sauf les favoris',
@@ -267,6 +268,7 @@ return array (
'display_configuration' => 'Affichage',
'articles_per_page' => 'Nombre d’articles par page',
'default_view' => 'Vue par défaut',
+ 'articles_to_display' => 'Articles à afficher',
'sort_order' => 'Ordre de tri',
'auto_load_more' => 'Charger les articles suivants en bas de page',
'display_articles_unfolded' => 'Afficher les articles dépliés par défaut',