aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/index.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-11 00:00:15 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-11 00:00:15 +0100
commitd455837c6d6e3ad3d64d06f40c947c93fc4e2086 (patch)
tree22749b7dbd363986320ce83abe7f40e80b370117 /app/i18n/en/index.php
parent8a40a726575947c074216ad9084275e0195f9c30 (diff)
Fix i18n for normal view
Diffstat (limited to 'app/i18n/en/index.php')
-rw-r--r--app/i18n/en/index.php25
1 files changed, 24 insertions, 1 deletions
diff --git a/app/i18n/en/index.php b/app/i18n/en/index.php
index 97df646c4..723feefd7 100644
--- a/app/i18n/en/index.php
+++ b/app/i18n/en/index.php
@@ -1,7 +1,14 @@
<?php
return array(
- 'logs' => array(
+ 'entry' => array(
+ 'by_author' => 'By <em>%s</em>',
+ ),
+ 'feed' => array(
+ 'title' => 'Your RSS feeds',
+ 'title_fav' => 'Your favourites',
+ ),
+ 'log' => array(
'_' => 'Logs',
'clear' => 'Clear the logs',
'empty' => 'Log file is empty',
@@ -28,10 +35,26 @@ return array(
'read' => 'Show only unread',
'reader_view' => 'Reading view',
'rss_view' => 'RSS feed',
+ 'search_short' => 'Search',
'see_website' => 'See website',
'starred' => 'Show only favorites',
'stats' => 'Statistics',
'subscription' => 'Subscriptions management',
'unread' => 'Show only read',
),
+ 'share' => array(
+ '_' => 'Share',
+ 'blogotext' => 'Blogotext',
+ 'diaspora' => 'Diaspora*',
+ 'email' => 'Email',
+ 'facebook' => 'Facebook',
+ 'g+' => 'Google+',
+ 'print' => 'Print',
+ 'shaarli' => 'Shaarli',
+ 'twitter' => 'Twitter',
+ 'wallabag' => 'wallabag',
+ ),
+ 'tag' => array(
+ 'related' => 'Related tags',
+ ),
);