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/en.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/en.php')
| -rw-r--r-- | app/i18n/en.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 4588a054a..3717e0245 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -44,6 +44,8 @@ return array ( 'rss_view' => 'RSS feed', 'show_all_articles' => 'Show all articles', 'show_not_reads' => 'Show only unread', + 'show_read' => 'Show only read', + 'show_favorite' => 'Show favorites', 'older_first' => 'Oldest first', 'newer_first' => 'Newer first', |
