diff options
| author | 2014-12-11 23:15:38 +0100 | |
|---|---|---|
| committer | 2014-12-11 23:15:38 +0100 | |
| commit | 2d9ab3c6fa0eba18d9f64680fc0fc71ed5c7cb6e (patch) | |
| tree | 379913b51c0f110ba64985859593de708d233026 /app/i18n/en/sub.php | |
| parent | a34503a7aba67028c12a4db23fe101c3e927a53e (diff) | |
Fix english i18n files except the conf one
Diffstat (limited to 'app/i18n/en/sub.php')
| -rw-r--r-- | app/i18n/en/sub.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php index 27559bbc4..2b62e4775 100644 --- a/app/i18n/en/sub.php +++ b/app/i18n/en/sub.php @@ -27,8 +27,10 @@ return array( 'informations' => 'Information', 'keep_history' => 'Minimum number of articles to keep', 'moved_category_deleted' => 'When you delete a category, their feeds are automatically classified under <em>%s</em>.', + 'no_selected' => 'No feed selected.', 'number_entries' => '%d articles', 'stats' => 'Statistics', + 'think_to_add' => 'You may add some feeds.', 'title' => 'Title', 'title_add' => 'Add a RSS feed', 'ttl' => 'Do not automatically refresh more often than', |
