diff options
| author | 2014-01-08 00:05:00 -0500 | |
|---|---|---|
| committer | 2014-01-08 00:05:00 -0500 | |
| commit | 46a5bdea25c0ae0624082dd08f3c41060e7fed86 (patch) | |
| tree | f0736f104e14fa8095aae13d8f3afb18446690b5 /app/i18n/fr.php | |
| parent | d31fcb404231b39f1107a32531b972f97ad75b8d (diff) | |
Ajout d'un filtre sur les articles lus
Ajout d'un filtre sur les articles favoris
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 20085e6b4..42b6f8dcf 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -44,6 +44,8 @@ return array ( 'rss_view' => 'Flux RSS', 'show_all_articles' => 'Afficher tous les articles', 'show_not_reads' => 'Afficher les non lus', + 'show_read' => 'Afficher les lus', + 'show_favorite' => 'Afficher les favoris', 'older_first' => 'Plus anciens en premier', 'newer_first' => 'Plus récents en premier', |
