diff options
| author | 2014-02-13 21:01:12 +0100 | |
|---|---|---|
| committer | 2014-02-13 21:01:12 +0100 | |
| commit | 178af19fb0e7c13015e991593feea6a5f4aafcc0 (patch) | |
| tree | a24f99372a88e14e67f38ae9478f7d38508c0e2e /app/i18n/fr.php | |
| parent | c33b13809ef4e1941d3655479db8c5fcf5731013 (diff) | |
Add possibility to open notification in JavaScript + new message
Notifications can be opened directly in JavaScript
Class .notification is now id #notification
New message when there is no feed to refresh
See 06abbd02c2d10934155b2464f73d8ecdb2a68de1 (comments)
Diffstat (limited to 'app/i18n/fr.php')
| -rw-r--r-- | app/i18n/fr.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 5dc184aa3..275c3b1d8 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -248,6 +248,7 @@ return array ( 'rss_feeds_of' => 'Flux RSS de %s', 'refresh' => 'Actualisation', + 'no_feed_to_refresh' => 'Il n’y a aucun flux à actualiser…', 'today' => 'Aujourd’hui', 'yesterday' => 'Hier', |
