From a7aca6c0abfd905669004c1e4f7c8328060df27e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 19 Sep 2021 10:56:38 +0200 Subject: Improved feed action filters (#3303) * Re-order some feed options * Option to auto mark as read existing titles * Option to keep at max n unread articles per feed --- app/i18n/ru/conf.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/i18n/ru') diff --git a/app/i18n/ru/conf.php b/app/i18n/ru/conf.php index 9772c39ed..242bf063e 100644 --- a/app/i18n/ru/conf.php +++ b/app/i18n/ru/conf.php @@ -127,9 +127,11 @@ return array( 'read' => array( 'article_open_on_website' => 'когда статья открывается на её сайте', 'article_viewed' => 'когда статья просматривается', + 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation 'scroll' => 'во время прокрутки', 'upon_reception' => 'по получении статьи', 'when' => 'Отмечать статью прочитанной…', + 'when_same_title' => 'if an identical title already exists in the top n newest articles', // TODO - Translation ), 'show' => array( '_' => 'Какие статьи отображать', -- cgit v1.2.3