diff options
| author | 2014-08-08 21:30:23 +0200 | |
|---|---|---|
| committer | 2014-08-08 21:30:23 +0200 | |
| commit | d289c5340f3b21f1561e57390e89b0b5c7881d17 (patch) | |
| tree | 863d496c34dfaaf9514d913b2dd102677645db10 /app/i18n/fr.php | |
| parent | a7632b54293100d71a6eadfcb98746da05358ddb (diff) | |
Add support of HTML5 notifications
Show a notification if there are at least 1 new article to read.
Support only window.Notification API.
See https://github.com/marienfressinaud/FreshRSS/issues/399
Diffstat (limited to 'app/i18n/fr.php')
| -rw-r--r-- | app/i18n/fr.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 6ab3d7335..94d2e5f06 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -343,6 +343,8 @@ return array ( 'login_required' => 'Accès protégé par mot de passe :', 'confirm_action' => 'Êtes-vous sûr(e) de vouloir continuer ? Cette action ne peut être annulée !', + 'notif_title_new_articles' => 'FreshRSS : nouveaux articles !', + 'notif_body_new_articles' => 'Il y a \d nouveaux articles à lire sur FreshRSS.', // DATE 'january' => 'janvier', |
