diff options
Diffstat (limited to 'app/i18n/en/conf.php')
| -rw-r--r-- | app/i18n/en/conf.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php index a58685df3..6d82fdaa4 100644 --- a/app/i18n/en/conf.php +++ b/app/i18n/en/conf.php @@ -103,7 +103,7 @@ return array( 'auto_remove_article' => 'Hide articles after reading', 'confirm_enabled' => 'Display a confirmation dialog on “mark all as read” actions', 'display_articles_unfolded' => 'Show articles unfolded by default', - 'display_categories_unfolded' => 'Show categories unfolded by default', + 'display_categories_unfolded' => 'Categories to unfold', 'hide_read_feeds' => 'Hide categories & feeds with no unread articles (does not work with “Show all articles” configuration)', 'img_with_lazyload' => 'Use "lazy load" mode to load pictures', 'jump_next' => 'jump to next unread sibling (feed or category)', @@ -120,6 +120,9 @@ return array( 'adaptive' => 'Adjust showing', 'all_articles' => 'Show all articles', 'unread' => 'Show only unread', + 'active_category' => 'Active category', + 'all_categories' => 'All categories', + 'no_category' => 'No category', '_' => 'Articles to display', ), 'sides_close_article' => 'Clicking outside of article text area closes the article', |
