|
@@ -103,7 +103,7 @@ return array(
|
|
|
'auto_remove_article' => 'Hide articles after reading', // TODO - Translation
|
|
'auto_remove_article' => 'Hide articles after reading', // TODO - Translation
|
|
|
'confirm_enabled' => 'Display a confirmation dialog on “mark all as read” actions', // TODO - Translation
|
|
'confirm_enabled' => 'Display a confirmation dialog on “mark all as read” actions', // TODO - Translation
|
|
|
'display_articles_unfolded' => 'Show articles unfolded by default', // TODO - Translation
|
|
'display_articles_unfolded' => 'Show articles unfolded by default', // TODO - Translation
|
|
|
- 'display_categories_unfolded' => 'Show categories unfolded by default', // TODO - Translation
|
|
|
|
|
|
|
+ 'display_categories_unfolded' => 'Categories to unfold', // TODO - Translation
|
|
|
'hide_read_feeds' => 'Hide categories & feeds with no unread article (does not work with “Show all articles” configuration)',
|
|
'hide_read_feeds' => 'Hide categories & feeds with no unread article (does not work with “Show all articles” configuration)',
|
|
|
'img_with_lazyload' => 'Use "lazy load" mode to load pictures', // TODO - Translation
|
|
'img_with_lazyload' => 'Use "lazy load" mode to load pictures', // TODO - Translation
|
|
|
'jump_next' => 'jump to next unread sibling (feed or category)', // TODO - Translation
|
|
'jump_next' => 'jump to next unread sibling (feed or category)', // TODO - Translation
|
|
@@ -120,6 +120,9 @@ return array(
|
|
|
'adaptive' => 'Adjust showing', // TODO - Translation
|
|
'adaptive' => 'Adjust showing', // TODO - Translation
|
|
|
'all_articles' => 'Show all articles', // TODO - Translation
|
|
'all_articles' => 'Show all articles', // TODO - Translation
|
|
|
'unread' => 'Show only unread', // TODO - Translation
|
|
'unread' => 'Show only unread', // TODO - Translation
|
|
|
|
|
+ 'active_category' => 'Active category', // TODO - Translation
|
|
|
|
|
+ 'all_categories' => 'All categories', // TODO - Translation
|
|
|
|
|
+ 'no_category' => 'No category', // TODO - Translation
|
|
|
'_' => 'Articles to display', // TODO - Translation
|
|
'_' => 'Articles to display', // TODO - Translation
|
|
|
),
|
|
),
|
|
|
'sides_close_article' => 'Clicking outside of article text area closes the article', // TODO - Translation
|
|
'sides_close_article' => 'Clicking outside of article text area closes the article', // TODO - Translation
|