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/index.php | |
| parent | a34503a7aba67028c12a4db23fe101c3e927a53e (diff) | |
Fix english i18n files except the conf one
Diffstat (limited to 'app/i18n/en/index.php')
| -rw-r--r-- | app/i18n/en/index.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/i18n/en/index.php b/app/i18n/en/index.php index b4d48ca73..941388b68 100644 --- a/app/i18n/en/index.php +++ b/app/i18n/en/index.php @@ -16,9 +16,6 @@ return array( 'version' => 'Version', 'website' => 'Website', ), - 'entry' => array( - 'by_author' => 'By <em>%s</em>', - ), 'feed' => array( 'add' => 'You may add some feeds.', 'empty' => 'There is no article to show.', @@ -42,6 +39,8 @@ return array( 'global_view' => 'Global view', 'main_stream' => 'Main stream', 'mark_all_read' => 'Mark all as read', + 'mark_cat_read' => 'Mark category as read', + 'mark_feed_read' => 'Mark feed as read', 'newer_first' => 'Newer first', 'non-starred' => 'Show all but favorites', 'normal_view' => 'Normal view', |
