diff options
| author | 2014-09-17 09:30:31 +0200 | |
|---|---|---|
| committer | 2014-09-17 09:30:31 +0200 | |
| commit | f5c863705ba63b124decb3769fc26798bf12a016 (patch) | |
| tree | e0932e7f1524c64eaab877f37975e772a5cc1980 /app/i18n/fr.php | |
| parent | fc5cae981f906bc887eaf053b1826f9153210423 (diff) | |
| parent | 83832a39c4651bd3e4bfa007f75c91d040db79d3 (diff) | |
Merge branch 'reading-conf' of github.com:aledeg/FreshRSS into aledeg-reading-conf
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 403638c99..327661035 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -92,6 +92,7 @@ return array ( 'rss_view' => 'Flux RSS', 'show_all_articles' => 'Afficher tous les articles', 'show_not_reads' => 'Afficher les non lus', + 'show_not_reads_with_fallback' => 'Afficher les non lus ou les lus si aucun non lus', 'show_read' => 'Afficher les lus', 'show_favorite' => 'Afficher les favoris', 'show_not_favorite' => 'Afficher tout sauf les favoris', @@ -271,6 +272,7 @@ return array ( 'articles_per_page' => 'Nombre d’articles par page', 'number_divided_when_unfolded' => 'Divisé par 2 lors du chargement d’articles dépliés.', 'default_view' => 'Vue par défaut', + 'articles_to_display' => 'Articles à afficher', 'sort_order' => 'Ordre de tri', 'auto_load_more' => 'Charger les articles suivants en bas de page', 'display_articles_unfolded' => 'Afficher les articles dépliés par défaut', |
