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/en/gen.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/en/gen.php') diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php index 6d5fd58a8..4343f1485 100644 --- a/app/i18n/en/gen.php +++ b/app/i18n/en/gen.php @@ -127,6 +127,7 @@ return array( 'confirm_action_feed_cat' => 'Are you sure you want to perform this action? You will lose related favourites and user queries. It cannot be cancelled!', 'feedback' => array( 'body_new_articles' => 'There are %%d new articles to read on FreshRSS.', + 'body_unread_articles' => '(unread: %%d)', // TODO 'request_failed' => 'A request has failed, it may have been caused by internet connection problems.', 'title_new_articles' => 'FreshRSS: new articles!', ), -- cgit v1.2.3