From b9939bdaac75233ab52c7c7a483d5e4feb4921a4 Mon Sep 17 00:00:00 2001 From: Ben Passmore Date: Thu, 9 Nov 2023 20:12:04 +1000 Subject: Added ability to mark articles as read on focus. (#5812) * Added ability to mark entries as read on focus. Feature proposed in issue #5723. * make-fix-all + i18n fr * Use batch to save resources and increase performance * Use "keep_unread" * typo --------- Co-authored-by: Alexandre Alapetite --- app/i18n/pl/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/pl/conf.php') diff --git a/app/i18n/pl/conf.php b/app/i18n/pl/conf.php index 9485d91fc..ee1c2b21e 100644 --- a/app/i18n/pl/conf.php +++ b/app/i18n/pl/conf.php @@ -204,6 +204,7 @@ return array( 'read' => array( 'article_open_on_website' => 'gdy wiadomość jest otworzona na pierwotnej stronie', 'article_viewed' => 'gdy wiadomość jest otworzona', + 'focus' => 'when focused (except for important feeds)', // TODO 'keep_max_n_unread' => 'Maksymalna liczba nieprzeczytanych wiadomości', 'scroll' => 'podczas przewijania (except for important feeds)', // DIRTY 'upon_gone' => 'gdy nie jest już listowana w źródle kanału', -- cgit v1.2.3