aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ru/conf.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-04-16 18:09:54 +0200
committerGravatar GitHub <noreply@github.com> 2020-04-16 18:09:54 +0200
commit5ddae689535cb5df7ae4d54f0efc3806d71a266c (patch)
tree04e69ba40476786881029117abd64dc2dfba4c9e /app/i18n/ru/conf.php
parent475feffdbec733b3d3221276217692bed5f8f090 (diff)
Option to control which categories to unfold (#2888)
#fix https://github.com/FreshRSS/FreshRSS/issues/2324
Diffstat (limited to 'app/i18n/ru/conf.php')
-rw-r--r--app/i18n/ru/conf.php5
1 files changed, 4 insertions, 1 deletions
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