aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/en/conf.php')
-rw-r--r--app/i18n/en/conf.php44
1 files changed, 25 insertions, 19 deletions
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.',