aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/en')
-rw-r--r--app/i18n/en/admin.php16
-rw-r--r--app/i18n/en/conf.php44
-rw-r--r--app/i18n/en/feedback.php8
-rw-r--r--app/i18n/en/gen.php24
-rw-r--r--app/i18n/en/index.php2
-rw-r--r--app/i18n/en/install.php6
-rw-r--r--app/i18n/en/sub.php9
7 files changed, 64 insertions, 45 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php
index 9db14978f..004089ffc 100644
--- a/app/i18n/en/admin.php
+++ b/app/i18n/en/admin.php
@@ -106,23 +106,23 @@ return array(
),
),
'extensions' => array(
+ 'author' => 'Author',
+ 'community' => 'Available community extensions',
+ 'description' => 'Description',
'disabled' => 'Disabled',
'empty_list' => 'There are no installed extensions',
'enabled' => 'Enabled',
+ 'latest' => 'Installed',
+ 'name' => 'Name',
'no_configure_view' => 'This extension cannot be configured.',
'system' => array(
'_' => 'System extensions',
'no_rights' => 'System extension (you have no rights on it)',
),
'title' => 'Extensions',
+ 'update' => 'Update available',
'user' => 'User extensions',
- 'community' => 'Available community extensions',
- 'name' => 'Name',
'version' => 'Version',
- 'description' => 'Description',
- 'author' => 'Author',
- 'latest' => 'Installed',
- 'update' => 'Update available',
),
'stats' => array(
'_' => 'Statistics',
@@ -162,6 +162,10 @@ return array(
'instance-name' => 'Instance name',
'max-categories' => 'Categories per user limit',
'max-feeds' => 'Feeds per user limit',
+ 'cookie-duration' => array(
+ 'help' => 'in seconds',
+ 'number' => 'Duration to keep logged in',
+ ),
'registration' => array(
'help' => '0 means that there is no account limit',
'number' => 'Max number of accounts',
diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php
index 5c128f8e7..c6471426f 100644
--- a/app/i18n/en/conf.php
+++ b/app/i18n/en/conf.php
@@ -28,6 +28,7 @@ return array(
'seconds' => 'seconds (0 means no timeout)',
'timeout' => 'HTML5 notification timeout',
),
+ 'show_nav_buttons' => 'Show the navigation buttons',
'theme' => 'Theme',
'title' => 'Display',
'width' => array(
@@ -37,7 +38,17 @@ return array(
'no_limit' => 'No limit',
'thin' => 'Thin',
),
- 'show_nav_buttons' => 'Show the navigation buttons',
+ ),
+ 'profile' => array(
+ '_' => 'Profile management',
+ 'delete' => array(
+ '_' => 'Account deletion',
+ 'warn' => 'Your account and all related data will be deleted.',
+ ),
+ 'password_api' => 'API password<br /><small>(e.g., for mobile apps)</small>',
+ 'password_form' => 'Password<br /><small>(for the Web-form login method)</small>',
+ 'password_format' => 'At least 7 characters',
+ 'title' => 'Profile',
),
'query' => array(
'_' => 'User queries',
@@ -73,31 +84,19 @@ return array(
'state_15' => 'Display all articles',
'title' => 'User queries',
),
- 'profile' => array(
- '_' => 'Profile management',
- 'delete' => array(
- '_' => 'Account deletion',
- 'warn' => 'Your account and all related data will be deleted.',
- ),
- 'password_api' => 'API password<br /><small>(e.g., for mobile apps)</small>',
- 'password_form' => 'Password<br /><small>(for the Web-form login method)</small>',
- 'password_format' => 'At least 7 characters',
- 'title' => 'Profile',
- ),
'reading' => array(
'_' => 'Reading',
'after_onread' => 'After “mark all as read”,',
'articles_per_page' => 'Number of articles per page',
'auto_load_more' => 'Load more articles at the page bottom',
'auto_remove_article' => 'Hide articles after reading',
- 'mark_updated_article_unread' => 'Mark updated articles as unread',
'confirm_enabled' => 'Display a confirmation dialog on “mark all as read” actions',
'display_articles_unfolded' => 'Show articles unfolded by default',
'display_categories_unfolded' => 'Show categories folded by default',
'hide_read_feeds' => 'Hide categories & feeds with no unread articles (does not work with “Show all articles” configuration)',
'img_with_lazyload' => 'Use "lazy load" mode to load pictures',
- 'sides_close_article' => 'Clicking outside of article text area closes the article',
'jump_next' => 'jump to next unread sibling (feed or category)',
+ 'mark_updated_article_unread' => 'Mark updated articles as unread',
'number_divided_when_reader' => 'Divided by 2 in the reading view.',
'read' => array(
'article_open_on_website' => 'when article is opened on its original website',
@@ -112,6 +111,7 @@ return array(
'all_articles' => 'Show all articles',
'unread' => 'Show only unread',
),
+ 'sides_close_article' => 'Clicking outside of article text area closes the article',
'sort' => array(
'_' => 'Sort order',
'newer_first' => 'Newest first',
@@ -151,25 +151,31 @@ return array(
'auto_share_help' => 'If there is only one sharing mode, it is used. Otherwise, modes are accessible by their number.',
'close_dropdown' => 'Close menus',
'collapse_article' => 'Collapse',
- 'first_article' => 'Skip to the first article',
+ 'first_article' => 'Open the first article',
'focus_search' => 'Access search box',
'global_view' => 'Switch to global view',
'help' => 'Display documentation',
'javascript' => 'JavaScript must be enabled in order to use shortcuts',
- 'last_article' => 'Skip to the last article',
+ 'last_article' => 'Open the last article',
'load_more' => 'Load more articles',
- 'mark_read' => 'Mark as read',
'mark_favorite' => 'Mark as favourite',
+ 'mark_read' => 'Mark as read',
'navigation' => 'Navigation',
'navigation_help' => 'With the "Shift" modifier, navigation shortcuts apply on feeds.<br/>With the "Alt" modifier, navigation shortcuts apply on categories.',
- 'next_article' => 'Skip to the next article',
+ 'navigation_no_mod_help' => 'The following navigation shortcuts do not support modifiers.',
+ 'next_article' => 'Open the next article',
+ 'other_action' => 'Other actions',
+ 'previous_article' => 'Open the previous article',
+ 'next_article' => 'Open the next article',
'normal_view' => 'Switch to normal view',
'other_action' => 'Other actions',
- 'previous_article' => 'Skip to the previous article',
+ 'previous_article' => 'Open the previous article',
'reading_view' => 'Switch to reading view',
'rss_view' => 'Open RSS view in a new tab',
'see_on_website' => 'See on original website',
'shift_for_all_read' => '+ <code>shift</code> to mark all articles as read',
+ 'skip_next_article' => 'Focus next without opening',
+ 'skip_previous_article' => 'Focus previous without opening',
'title' => 'Shortcuts',
'user_filter' => 'Access user queries',
'user_filter_help' => 'If there is only one user query, it is used. Otherwise, queries are accessible by their number.',
diff --git a/app/i18n/en/feedback.php b/app/i18n/en/feedback.php
index 634b547f7..2322a62cc 100644
--- a/app/i18n/en/feedback.php
+++ b/app/i18n/en/feedback.php
@@ -50,6 +50,10 @@ return array(
'no_zip_extension' => 'ZIP extension is not present on your server.',
'zip_error' => 'An error occured during ZIP import.',
),
+ 'profile' => array(
+ 'error' => 'Your profile cannot be modified',
+ 'updated' => 'Your profile has been modified',
+ ),
'sub' => array(
'actualize' => 'Updating',
'articles' => array(
@@ -109,8 +113,4 @@ return array(
'error' => 'User %s has not been updated',
),
),
- 'profile' => array(
- 'error' => 'Your profile cannot be modified',
- 'updated' => 'Your profile has been modified',
- ),
);
diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php
index 9f7da55a5..32f5ee02e 100644
--- a/app/i18n/en/gen.php
+++ b/app/i18n/en/gen.php
@@ -44,33 +44,28 @@ return array(
),
'date' => array(
'Apr' => '\\A\\p\\r\\i\\l',
- 'Aug' => '\\A\\u\\g\\u\\s\\t',
- 'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r',
- 'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y',
- 'Jan' => '\\J\\a\\n\\u\\a\\r\\y',
- 'Jul' => '\\J\\u\\l\\y',
- 'Jun' => '\\J\\u\\n\\e',
- 'Mar' => '\\M\\a\\r\\c\\h',
- 'May' => '\\M\\a\\y',
- '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' => 'April',
+ 'Aug' => '\\A\\u\\g\\u\\s\\t',
'aug' => 'Aug.',
'august' => 'August',
'before_yesterday' => 'Before yesterday',
+ 'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r',
'dec' => 'Dec.',
'december' => 'December',
+ 'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y',
'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' => '\\J\\a\\n\\u\\a\\r\\y',
'jan' => 'Jan.',
'january' => 'January',
+ 'Jul' => '\\J\\u\\l\\y',
'jul' => 'July',
'july' => 'July',
+ 'Jun' => '\\J\\u\\n\\e',
'jun' => 'June',
'june' => 'June',
'last_3_month' => 'Last three months',
@@ -78,16 +73,21 @@ return array(
'last_month' => 'Last month',
'last_week' => 'Last week',
'last_year' => 'Last year',
+ 'Mar' => '\\M\\a\\r\\c\\h',
'mar' => 'Mar.',
'march' => 'March',
+ 'May' => '\\M\\a\\y',
'may' => 'May',
'may_' => 'May',
'mon' => 'Mon',
'month' => 'months',
+ 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r',
'nov' => 'Nov.',
'november' => 'November',
+ 'Oct' => '\\O\\c\\t\\o\\b\\e\\r',
'oct' => 'Oct.',
'october' => 'October',
+ 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r',
'sat' => 'Sat',
'sep' => 'Sept.',
'september' => 'September',
@@ -124,6 +124,7 @@ return array(
'it' => 'Italiano',
'kr' => '한국어',
'nl' => 'Nederlands',
+ 'oc' => 'Occitan',
'pt-br' => 'Português (Brasil)',
'ru' => 'Русский',
'tr' => 'Türkçe',
@@ -171,6 +172,7 @@ return array(
'linkedin' => 'LinkedIn',
'mastodon' => 'Mastodon',
'movim' => 'Movim',
+ 'pinboard' => 'Pinboard',
'pocket' => 'Pocket',
'print' => 'Print',
'shaarli' => 'Shaarli',
diff --git a/app/i18n/en/index.php b/app/i18n/en/index.php
index 427a769a0..46c415816 100644
--- a/app/i18n/en/index.php
+++ b/app/i18n/en/index.php
@@ -58,6 +58,6 @@ return array(
),
'share' => 'Share',
'tag' => array(
- 'related' => 'Article tags', //TODO
+ 'related' => 'Article tags',
),
);
diff --git a/app/i18n/en/install.php b/app/i18n/en/install.php
index 53d2f9be0..395919e9a 100644
--- a/app/i18n/en/install.php
+++ b/app/i18n/en/install.php
@@ -24,8 +24,8 @@ return array(
'ok' => 'Database configuration has been saved.',
),
'host' => 'Host',
- 'prefix' => 'Table prefix',
'password' => 'Database password',
+ 'prefix' => 'Table prefix',
'type' => 'Type of database',
'username' => 'Database username',
),
@@ -69,8 +69,8 @@ return array(
'ok' => 'You have a recommended library to parse JSON.',
),
'mbstring' => array(
- 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO
- 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO
+ 'nok' => 'Cannot find the recommended library mbstring for Unicode.',
+ 'ok' => 'You have the recommended library mbstring for Unicode.',
),
'minz' => array(
'nok' => 'Cannot find the Minz framework.',
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php
index 22c7edc30..9acbcbf33 100644
--- a/app/i18n/en/sub.php
+++ b/app/i18n/en/sub.php
@@ -45,6 +45,14 @@ return array(
'main_stream' => 'Show in main stream',
'normal' => 'Show in its category',
),
+ 'websub' => 'Instant notification with WebSub',
+ 'show' => array(
+ 'all' => 'Show all feeds',
+ 'error' => 'Show only feeds with error',
+ ),
+ 'showing' => array(
+ 'error' => 'Showing only feeds with error',
+ ),
'ssl_verify' => 'Verify SSL security',
'stats' => 'Statistics',
'think_to_add' => 'You may add some feeds.',
@@ -55,7 +63,6 @@ return array(
'url' => 'Feed URL',
'validator' => 'Check the validity of the feed',
'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.',