summaryrefslogtreecommitdiff
path: root/app/i18n
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-08-09 18:46:22 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-08-09 18:46:22 +0200
commit2b25aa8f68dccf7001b965fc6c08c3a794ec6b04 (patch)
tree26ccb95906f9beaff6e9a0fb1b066345fea41ee7 /app/i18n
parentc81be3c20aab4eb1773a0acd99d4aa5a9e30c4d6 (diff)
Option to hide (or not) feeds/categories with no unread article
https://github.com/marienfressinaud/FreshRSS/issues/430 https://github.com/marienfressinaud/FreshRSS/issues/575
Diffstat (limited to 'app/i18n')
-rw-r--r--app/i18n/en.php1
-rw-r--r--app/i18n/fr.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index 532327e4a..d80299b10 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -262,6 +262,7 @@ return array (
'sort_order' => 'Sort order',
'auto_load_more' => 'Load next articles at the page bottom',
'display_articles_unfolded' => 'Show articles unfolded by default',
+ 'hide_read_feeds' => 'Hide categories &amp; feeds with no unread article (only in “unread articles” display mode)',
'after_onread' => 'After “mark all as read”,',
'jump_next' => 'jump to next unread sibling (feed or category)',
'article_icons' => 'Article icons',
diff --git a/app/i18n/fr.php b/app/i18n/fr.php
index 0705d80b2..4be028ac3 100644
--- a/app/i18n/fr.php
+++ b/app/i18n/fr.php
@@ -262,6 +262,7 @@ return array (
'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',
+ 'hide_read_feeds' => 'Cacher les catégories &amp; flux sans article non-lu (uniquement en affichage “articles non lus”)',
'after_onread' => 'Après “marquer tout comme lu”,',
'jump_next' => 'sauter au prochain voisin non lu (flux ou catégorie)',
'article_icons' => 'Icônes d’article',