aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/en')
-rw-r--r--app/i18n/en/conf.php2
-rw-r--r--app/i18n/en/gen.php50
-rw-r--r--app/i18n/en/sub.php11
3 files changed, 39 insertions, 24 deletions
diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php
index f4618a1ff..e4eeb74b7 100644
--- a/app/i18n/en/conf.php
+++ b/app/i18n/en/conf.php
@@ -104,7 +104,7 @@ return array(
'when' => 'Mark article as read…',
),
'show' => array(
- '_' => 'Articles to display',
+ '_' => 'Articles to display',
'adaptive' => 'Adjust showing',
'all_articles' => 'Show all articles',
'unread' => 'Show only unread',
diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php
index 05281769f..095eb17d3 100644
--- a/app/i18n/en/gen.php
+++ b/app/i18n/en/gen.php
@@ -54,41 +54,42 @@ return array(
'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r',
'Oct' => '\\O\\c\\t\\o\\b\\e\\r',
'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r',
- 'apr' => 'apr',
- 'april' => 'Apr',
- 'aug' => 'aug',
- 'august' => 'Aug',
+ 'apr' => 'Apr.',
+ 'april' => 'April',
+ 'aug' => 'Aug.',
+ 'august' => 'August',
'before_yesterday' => 'Before yesterday',
- 'dec' => 'dec',
- 'december' => 'Dec',
- 'feb' => 'feb',
- 'february' => 'Feb',
+ 'dec' => 'Dec.',
+ 'december' => 'December',
+ 'feb' => 'Feb.',
+ 'february' => 'February',
'format_date' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y',
'format_date_hour' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y \\a\\t H\\:i',
'fri' => 'Fri',
- 'jan' => 'jan',
- 'january' => 'Jan',
- 'jul' => 'jul',
- 'july' => 'Jul',
- 'jun' => 'jun',
- 'june' => 'Jun',
+ 'jan' => 'Jan.',
+ 'january' => 'January',
+ 'jul' => 'July',
+ 'july' => 'July',
+ 'jun' => 'June',
+ 'june' => 'June',
'last_3_month' => 'Last three months',
'last_6_month' => 'Last six months',
'last_month' => 'Last month',
'last_week' => 'Last week',
'last_year' => 'Last year',
- 'mar' => 'mar',
- 'march' => 'Mar',
+ 'mar' => 'Mar.',
+ 'march' => 'March',
+ 'may_' => 'May',
'may' => 'May',
'mon' => 'Mon',
'month' => 'months',
- 'nov' => 'nov',
- 'november' => 'Nov',
- 'oct' => 'oct',
- 'october' => 'Oct',
+ 'nov' => 'Nov.',
+ 'november' => 'November',
+ 'oct' => 'Oct.',
+ 'october' => 'October',
'sat' => 'Sat',
- 'sep' => 'sep',
- 'september' => 'Sep',
+ 'sep' => 'Sept.',
+ 'september' => 'September',
'sun' => 'Sun',
'thu' => 'Thu',
'today' => 'Today',
@@ -116,12 +117,15 @@ return array(
'cz' => 'Čeština',
'de' => 'Deutsch',
'en' => 'English',
+ 'es' => 'Español',
'fr' => 'Français',
'it' => 'Italiano',
+ 'kr' => '한국어',
'nl' => 'Nederlands',
+ 'pt-br' => 'Português (Brasil)',
'ru' => 'Русский',
'tr' => 'Türkçe',
- 'zh-cn' => '简体中文'
+ 'zh-cn' => '简体中文',
),
'menu' => array(
'about' => 'About',
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php
index 86600e882..ca696280a 100644
--- a/app/i18n/en/sub.php
+++ b/app/i18n/en/sub.php
@@ -1,6 +1,11 @@
<?php
return array(
+ 'bookmarklet' => array(
+ 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.',
+ 'label' => 'Subscribe',
+ 'title' => 'Bookmarklet',
+ ),
'category' => array(
'_' => 'Category',
'add' => 'Add a category',
@@ -39,6 +44,10 @@ return array(
'website' => 'Website URL',
'pubsubhubbub' => 'Instant notification with PubSubHubbub',
),
+ 'firefox' => array(
+ 'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.',
+ 'title' => 'Firefox feed reader',
+ ),
'import_export' => array(
'export' => 'Export',
'export_opml' => 'Export list of feeds (OPML)',
@@ -54,9 +63,11 @@ return array(
'bookmark' => 'Subscribe (FreshRSS bookmark)',
'import_export' => 'Import / export',
'subscription_management' => 'Subscriptions management',
+ 'subscription_tools' => 'Subscription tools',
),
'title' => array(
'_' => 'Subscriptions management',
'feed_management' => 'RSS feeds management',
+ 'subscription_tools' => 'Subscription tools',
),
);