diff options
| author | 2018-11-18 05:37:22 -0500 | |
|---|---|---|
| committer | 2018-11-18 11:37:22 +0100 | |
| commit | 16a131380bb1ae17a18e4bf95d345cffb80a787c (patch) | |
| tree | 28a23c7eeb9edf9c3a2c456a41d4daeb9cf76a48 /app/i18n/en/conf.php | |
| parent | c9e46dce86b8139b0384bde67ebdc2617ebce12c (diff) | |
I18n standardization (#2138)
* i18n Admin standardization
cz - moved items incorrectly placed in system array to extensions array
nl - remove registration array in user array that doesn't appear in any other translations - possibly from an old version that didn't get removed?
oc - reordered list to standardize order with other translation files.
* Alphabetize extensions Array
* Standardize conf.php
he - removed options not appearing in other i18n files, added missing strings
* Standardize feedback.php
he - removed line not found in other translation files
nl - removed line not found in other translation files
* Standardize gen.php
* Standardize index.php
Major sorting of oc.
Added tags to several languages
* Standardize install.php
ru - added missing strings
it - remove extra string not found in other config files
he - add missing strings, remove strings not found in other languages
oc - reorganize
* Standardize sub.php
* Standardize and fix TODOs
use format "//TODO - Translation" for easier searching
* Fix whitespace
Diffstat (limited to 'app/i18n/en/conf.php')
| -rw-r--r-- | app/i18n/en/conf.php | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php index 5c128f8e7..bf494162d 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', @@ -158,8 +158,8 @@ return array( 'javascript' => 'JavaScript must be enabled in order to use shortcuts', 'last_article' => 'Skip to 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', |
