diff options
| author | 2014-12-10 22:29:13 +0100 | |
|---|---|---|
| committer | 2014-12-10 22:29:13 +0100 | |
| commit | 7dee863577aff2103277e08bf6db2f8e16b029a7 (patch) | |
| tree | 7e13801399fdc2f5a20236736d1ec833a4a198e2 /app/i18n/en/index.php | |
| parent | f807a6f5c1e9aa5aadf338c5242e54e1930b4088 (diff) | |
Fix i18n for aside_feed
Diffstat (limited to 'app/i18n/en/index.php')
| -rw-r--r-- | app/i18n/en/index.php | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/app/i18n/en/index.php b/app/i18n/en/index.php index afca37ed3..ca15bcc25 100644 --- a/app/i18n/en/index.php +++ b/app/i18n/en/index.php @@ -1,5 +1,16 @@ <?php return array( - + 'menu' => array( + 'about' => 'About FreshRSS', + 'actualize' => 'Actualize', + 'favorites' => 'Favourites (%s)', + 'filter' => 'Filter', + 'main_stream' => 'Main stream', + 'manage' => 'Manage', + 'mark_read' => 'Mark as read', + 'see_website' => 'See website', + 'stats' => 'Statistics', + 'subscription' => 'Subscriptions management', + ), ); |
