diff options
| author | 2014-01-25 14:06:34 +0100 | |
|---|---|---|
| committer | 2014-01-25 14:06:34 +0100 | |
| commit | 2a6443a0f0f52272e1e3269d0c32f56322a9a3ec (patch) | |
| tree | eefeb8a1a3c6ab32426945b7edbb5e220979a02f /app/i18n/fr.php | |
| parent | a7aa82b461ec2b35883ce4fb34e29e2b77717145 (diff) | |
Demande rafraîchissement page quand nvx articles
Ajout d'une indication pour rafraîchir la page si de nouveaux articles
ont été détectés via le serveur
Voir #379
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 c20bf98e7..fd2257c70 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -241,6 +241,7 @@ return array ( 'today' => 'Aujourd’hui', 'yesterday' => 'Hier', 'before_yesterday' => 'À partir d’avant-hier', + 'new_article' => 'Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.', 'by_author' => 'Par <em>%s</em>', 'related_tags' => 'Tags associés', 'no_feed_to_display' => 'Il n’y a aucun article à afficher.', |
