From d785ddde2a00a9eadd38c45c528f2d2f6d1c356a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 25 Jun 2022 11:15:51 +0200 Subject: New option to automatically mark as read gone articles (#4426) * New option to automatically mark as read gone articles Option to automatically and immediately mark as read entries / articles that are no longer provided in their upstream RSS / ATOM / XPath feed * Reduce SQL queries Optimisation: Perform cache update only once --- app/i18n/ru/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/ru/conf.php') diff --git a/app/i18n/ru/conf.php b/app/i18n/ru/conf.php index ca094d5f8..9a4f25564 100644 --- a/app/i18n/ru/conf.php +++ b/app/i18n/ru/conf.php @@ -160,6 +160,7 @@ return array( 'article_viewed' => 'когда статья просматривается', 'keep_max_n_unread' => 'Максимальное количество непрочитанных статей', 'scroll' => 'во время прокрутки', + 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO 'upon_reception' => 'по получении статьи', 'when' => 'Отмечать статью прочитанной…', 'when_same_title' => 'если идентичный заголовок уже существует в верхних n новейших статьях', -- cgit v1.2.3