From 827cec6d13bd5a6068da0892c7709032e1f6314d Mon Sep 17 00:00:00 2001 From: maTh Date: Fri, 4 Feb 2022 15:54:31 +0100 Subject: Improved: Browser notification: unread message (#4193) * notification * i18n (english string) * i18n: en-us + de * Update gen.php * i18n: PL + RU * Update app/i18n/fr/gen.php Co-authored-by: Alexandre Alapetite --- app/i18n/he/gen.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/he/gen.php') diff --git a/app/i18n/he/gen.php b/app/i18n/he/gen.php index 9aa22a48f..f24c51f00 100644 --- a/app/i18n/he/gen.php +++ b/app/i18n/he/gen.php @@ -127,6 +127,7 @@ return array( 'confirm_action_feed_cat' => 'האם אתם בטוחים שברצוניכם לבצע פעולה זו? מועדפים ושאילתות עשויות לאבוד. אין אפשרות לבטל אותה!', 'feedback' => array( 'body_new_articles' => 'ישנם \\d מאמרים חדשים לקרוא ב FreshRSS.', + 'body_unread_articles' => '(unread: %%d)', // TODO 'request_failed' => 'A request has failed, it may have been caused by internet connection problems.', // TODO 'title_new_articles' => 'FreshRSS: מאמרים חדשים!', ), -- cgit v1.2.3