From 5ddae689535cb5df7ae4d54f0efc3806d71a266c Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 16 Apr 2020 18:09:54 +0200 Subject: Option to control which categories to unfold (#2888) #fix https://github.com/FreshRSS/FreshRSS/issues/2324 --- app/i18n/ru/conf.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/i18n/ru/conf.php') diff --git a/app/i18n/ru/conf.php b/app/i18n/ru/conf.php index 414a486b2..e644b38c7 100644 --- a/app/i18n/ru/conf.php +++ b/app/i18n/ru/conf.php @@ -103,7 +103,7 @@ return array( 'auto_remove_article' => 'Hide articles after reading', // 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_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)', 'img_with_lazyload' => 'Use "lazy load" mode to load pictures', // 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 'all_articles' => 'Show all articles', // 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 ), 'sides_close_article' => 'Clicking outside of article text area closes the article', // TODO - Translation -- cgit v1.2.3