From 16a131380bb1ae17a18e4bf95d345cffb80a787c Mon Sep 17 00:00:00 2001 From: Patrick Crandol Date: Sun, 18 Nov 2018 05:37:22 -0500 Subject: 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 --- app/i18n/ru/index.php | 71 ++++++++++++++++++++++++++------------------------- 1 file changed, 36 insertions(+), 35 deletions(-) (limited to 'app/i18n/ru/index.php') diff --git a/app/i18n/ru/index.php b/app/i18n/ru/index.php index aaf25a3ab..977777178 100644 --- a/app/i18n/ru/index.php +++ b/app/i18n/ru/index.php @@ -2,32 +2,32 @@ return array( 'about' => array( - '_' => 'About', - 'agpl3' => 'AGPL 3', - 'bugs_reports' => 'Bugs reports', - 'credits' => 'Credits', - 'credits_content' => 'Some design elements come from Bootstrap although FreshRSS doesn’t use this framework. Icons come from GNOME project. Open Sans font police has been created by Steve Matteson. FreshRSS is based on Minz, a PHP framework.', - 'freshrss_description' => 'FreshRSS is a RSS feeds aggregator to self-host like Kriss Feed or Leed. It is light and easy to take in hand while being powerful and configurable tool.', - 'github' => 'on Github', - 'license' => 'License', - 'project_website' => 'Project website', - 'title' => 'About', - 'version' => 'Version', - 'website' => 'Website', + '_' => 'About', //TODO - Translation + 'agpl3' => 'AGPL 3', //TODO - Translation + 'bugs_reports' => 'Bugs reports', //TODO - Translation + 'credits' => 'Credits', //TODO - Translation + 'credits_content' => 'Some design elements come from Bootstrap although FreshRSS doesn’t use this framework. Icons come from GNOME project. Open Sans font police has been created by Steve Matteson. FreshRSS is based on Minz, a PHP framework.', //TODO - Translation + 'freshrss_description' => 'FreshRSS is a RSS feeds aggregator to self-host like Kriss Feed or Leed. It is light and easy to take in hand while being powerful and configurable tool.', //TODO - Translation + 'github' => 'on Github', //TODO - Translation + 'license' => 'License', //TODO - Translation + 'project_website' => 'Project website', //TODO - Translation + 'title' => 'About', //TODO - Translation + 'version' => 'Version', //TODO - Translation + 'website' => 'Website', //TODO - Translation ), 'feed' => array( - 'add' => 'You may add some feeds.', - 'empty' => 'There is no article to show.', - 'rss_of' => 'RSS feed of %s', - 'title' => 'Your RSS feeds', - 'title_global' => 'Global view', - 'title_fav' => 'Your favourites', + 'add' => 'You may add some feeds.', //TODO - Translation + 'empty' => 'There is no article to show.', //TODO - Translation + 'rss_of' => 'RSS feed of %s', //TODO - Translation + 'title' => 'Your RSS feeds', //TODO - Translation + 'title_global' => 'Global view', //TODO - Translation + 'title_fav' => 'Your favourites', //TODO - Translation ), 'log' => array( '_' => 'Logs', - 'clear' => 'Clear the logs', - 'empty' => 'Log file is empty', - 'title' => 'Logs', + 'clear' => 'Clear the logs', //TODO - Translation + 'empty' => 'Log file is empty', //TODO - Translation + 'title' => 'Logs', //TODO - Translation ), 'menu' => array( 'about' => 'About FreshRSS', @@ -40,23 +40,24 @@ return array( 'mark_all_read' => 'Mark all as read', 'mark_cat_read' => 'Mark category as read', 'mark_feed_read' => 'Mark feed as read', - 'mark_selection_unread' => 'Mark selection as unread', //TODO - 'newer_first' => 'Newer first', - 'non-starred' => 'Show all but favorites', - 'normal_view' => 'Normal view', - 'older_first' => 'Oldest first', - 'queries' => 'User queries', - 'read' => 'Show only read', - 'reader_view' => 'Reading view', - 'rss_view' => 'RSS feed', - 'search_short' => 'Search', - 'starred' => 'Show only favorites', - 'stats' => 'Statistics', + 'mark_selection_unread' => 'Mark selection as unread', //TODO - Translation + 'newer_first' => 'Newer first', //TODO - Translation + 'non-starred' => 'Show all but favorites', //TODO - Translation + 'normal_view' => 'Normal view', //TODO - Translation + 'older_first' => 'Oldest first', //TODO - Translation + 'queries' => 'User queries', //TODO - Translation + 'read' => 'Show only read', //TODO - Translation + 'reader_view' => 'Reading view', //TODO - Translation + 'rss_view' => 'RSS feed', //TODO - Translation + 'search_short' => 'Search', //TODO - Translation + 'starred' => 'Show only favorites', //TODO - Translation + 'stats' => 'Statistics', //TODO - Translation 'subscription' => 'Subscriptions management', - 'unread' => 'Show only unread', + 'tags' => 'My labels', //TODO - Translation + 'unread' => 'Show only unread', //TODO - Translation ), 'share' => 'Share', 'tag' => array( - 'related' => 'Article tags', //TODO + 'related' => 'Article tags', //TODO - Translation ), ); -- cgit v1.2.3