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/feedback.php | 144 +++++++++++++++++++++++------------------------ 1 file changed, 72 insertions(+), 72 deletions(-) (limited to 'app/i18n/ru/feedback.php') diff --git a/app/i18n/ru/feedback.php b/app/i18n/ru/feedback.php index 693a40b34..7b859fcdd 100644 --- a/app/i18n/ru/feedback.php +++ b/app/i18n/ru/feedback.php @@ -2,115 +2,115 @@ return array( 'admin' => array( - 'optimization_complete' => 'Optimisation complete', //TODO + 'optimization_complete' => 'Optimisation complete', //TODO - Translation ), 'access' => array( - 'denied' => 'You don’t have permission to access this page', //TODO - 'not_found' => 'You are looking for a page which doesn’t exist', //TODO + 'denied' => 'You don’t have permission to access this page', //TODO - Translation + 'not_found' => 'You are looking for a page which doesn’t exist', //TODO - Translation ), 'auth' => array( 'form' => array( - 'not_set' => 'A problem occured during authentication system configuration. Please retry later.', //TODO - 'set' => 'Form is now your default authentication system.', //TODO + 'not_set' => 'A problem occured during authentication system configuration. Please retry later.', //TODO - Translation + 'set' => 'Form is now your default authentication system.', //TODO - Translation ), 'login' => array( - 'invalid' => 'Login is invalid', //TODO - 'success' => 'You are connected', //TODO + 'invalid' => 'Login is invalid', //TODO - Translation + 'success' => 'You are connected', //TODO - Translation ), 'logout' => array( - 'success' => 'You are disconnected', //TODO + 'success' => 'You are disconnected', //TODO - Translation ), - 'no_password_set' => 'Administrator password hasn’t been set. This feature isn’t available.', //TODO + 'no_password_set' => 'Administrator password hasn’t been set. This feature isn’t available.', //TODO - Translation ), 'conf' => array( - 'error' => 'An error occurred during configuration saving', //TODO - 'query_created' => 'Query "%s" has been created.', //TODO - 'shortcuts_updated' => 'Shortcuts have been updated', //TODO - 'updated' => 'Configuration has been updated', //TODO + 'error' => 'An error occurred during configuration saving', //TODO - Translation + 'query_created' => 'Query "%s" has been created.', //TODO - Translation + 'shortcuts_updated' => 'Shortcuts have been updated', //TODO - Translation + 'updated' => 'Configuration has been updated', //TODO - Translation ), 'extensions' => array( - 'already_enabled' => '%s is already enabled', //TODO + 'already_enabled' => '%s is already enabled', //TODO - Translation 'disable' => array( - 'ko' => '%s cannot be disabled. Check FreshRSS logs for details.', //TODO - 'ok' => '%s is now disabled', //TODO + 'ko' => '%s cannot be disabled. Check FreshRSS logs for details.', //TODO - Translation + 'ok' => '%s is now disabled', //TODO - Translation ), 'enable' => array( - 'ko' => '%s cannot be enabled. Check FreshRSS logs for details.', //TODO - 'ok' => '%s is now enabled', //TODO + 'ko' => '%s cannot be enabled. Check FreshRSS logs for details.', //TODO - Translation + 'ok' => '%s is now enabled', //TODO - Translation ), - 'no_access' => 'You have no access on %s', //TODO - 'not_enabled' => '%s is not enabled yet', //TODO - 'not_found' => '%s does not exist', //TODO + 'no_access' => 'You have no access on %s', //TODO - Translation + 'not_enabled' => '%s is not enabled yet', //TODO - Translation + 'not_found' => '%s does not exist', //TODO - Translation ), 'import_export' => array( - 'export_no_zip_extension' => 'ZIP extension is not present on your server. Please try to export files one by one.', //TODO - 'feeds_imported' => 'Your feeds have been imported and will now be updated', //TODO - 'feeds_imported_with_errors' => 'Your feeds have been imported but some errors occurred', //TODO - 'file_cannot_be_uploaded' => 'File cannot be uploaded!', //TODO - 'no_zip_extension' => 'ZIP extension is not present on your server.', //TODO - 'zip_error' => 'An error occured during ZIP import.', //TODO + 'export_no_zip_extension' => 'ZIP extension is not present on your server. Please try to export files one by one.', //TODO - Translation + 'feeds_imported' => 'Your feeds have been imported and will now be updated', //TODO - Translation + 'feeds_imported_with_errors' => 'Your feeds have been imported but some errors occurred', //TODO - Translation + 'file_cannot_be_uploaded' => 'File cannot be uploaded!', //TODO - Translation + 'no_zip_extension' => 'ZIP extension is not present on your server.', //TODO - Translation + 'zip_error' => 'An error occured during ZIP import.', //TODO - Translation + ), + 'profile' => array( + 'error' => 'Your profile cannot be modified', //TODO - Translation + 'updated' => 'Your profile has been modified', //TODO - Translation ), 'sub' => array( - 'actualize' => 'Actualise', //TODO + 'actualize' => 'Actualise', //TODO - Translation 'articles' => array( - 'marked_read' => 'The selected articles have been marked as read.', //TODO - 'marked_unread' => 'The articles have been marked as unread.', //TODO + 'marked_read' => 'The selected articles have been marked as read.', //TODO - Translation + 'marked_unread' => 'The articles have been marked as unread.', //TODO - Translation ), 'category' => array( - 'created' => 'Category %s has been created.', //TODO - 'deleted' => 'Category has been deleted.', //TODO - 'emptied' => 'Category has been emptied', //TODO - 'error' => 'Category cannot be updated', //TODO - 'name_exists' => 'Category name already exists.', //TODO - 'no_id' => 'You must precise the id of the category.', //TODO - 'no_name' => 'Category name cannot be empty.', //TODO - 'not_delete_default' => 'You cannot delete the default category!', //TODO - 'not_exist' => 'The category does not exist!', //TODO - 'over_max' => 'You have reached your limit of categories (%d)', //TODO - 'updated' => 'Category has been updated.', //TODO + 'created' => 'Category %s has been created.', //TODO - Translation + 'deleted' => 'Category has been deleted.', //TODO - Translation + 'emptied' => 'Category has been emptied', //TODO - Translation + 'error' => 'Category cannot be updated', //TODO - Translation + 'name_exists' => 'Category name already exists.', //TODO - Translation + 'no_id' => 'You must precise the id of the category.', //TODO - Translation + 'no_name' => 'Category name cannot be empty.', //TODO - Translation + 'not_delete_default' => 'You cannot delete the default category!', //TODO - Translation + 'not_exist' => 'The category does not exist!', //TODO - Translation + 'over_max' => 'You have reached your limit of categories (%d)', //TODO - Translation + 'updated' => 'Category has been updated.', //TODO - Translation ), 'feed' => array( - 'actualized' => '%s has been updated', //TODO - 'actualizeds' => 'RSS feeds have been updated', //TODO - 'added' => 'RSS feed %s has been added', //TODO - 'already_subscribed' => 'You have already subscribed to %s', //TODO - 'deleted' => 'Feed has been deleted', //TODO - 'error' => 'Feed cannot be updated', //TODO - 'internal_problem' => 'The newsfeed could not be added. Check FreshRSS logs for details. You can try force adding by appending #force_feed to the URL.', //TODO - 'invalid_url' => 'URL %s is invalid', //TODO - 'n_actualized' => '%d feeds have been updated', //TODO - 'n_entries_deleted' => '%d articles have been deleted', //TODO - 'no_refresh' => 'There is no feed to refresh…', //TODO - 'not_added' => '%s could not be added', //TODO - 'over_max' => 'You have reached your limit of feeds (%d)', //TODO - 'updated' => 'Feed has been updated', //TODO + 'actualized' => '%s has been updated', //TODO - Translation + 'actualizeds' => 'RSS feeds have been updated', //TODO - Translation + 'added' => 'RSS feed %s has been added', //TODO - Translation + 'already_subscribed' => 'You have already subscribed to %s', //TODO - Translation + 'deleted' => 'Feed has been deleted', //TODO - Translation + 'error' => 'Feed cannot be updated', //TODO - Translation + 'internal_problem' => 'The newsfeed could not be added. Check FreshRSS logs for details. You can try force adding by appending #force_feed to the URL.', //TODO - Translation + 'invalid_url' => 'URL %s is invalid', //TODO - Translation + 'n_actualized' => '%d feeds have been updated', //TODO - Translation + 'n_entries_deleted' => '%d articles have been deleted', //TODO - Translation + 'no_refresh' => 'There is no feed to refresh…', //TODO - Translation + 'not_added' => '%s could not be added', //TODO - Translation + 'over_max' => 'You have reached your limit of feeds (%d)', //TODO - Translation + 'updated' => 'Feed has been updated', //TODO - Translation ), - 'purge_completed' => 'Purge completed (%d articles deleted)', //TODO + 'purge_completed' => 'Purge completed (%d articles deleted)', //TODO - Translation ), 'update' => array( - 'can_apply' => 'FreshRSS will now be updated to the version %s.', //TODO - 'error' => 'The update process has encountered an error: %s', //TODO - 'file_is_nok' => 'New version %s available, but check permissions on %s directory. HTTP server must have rights to write into', //TODO - 'finished' => 'Update completed!', //TODO - 'none' => 'No update to apply', //TODO - 'server_not_found' => 'Update server cannot be found. [%s]', //TODO + 'can_apply' => 'FreshRSS will now be updated to the version %s.', //TODO - Translation + 'error' => 'The update process has encountered an error: %s', //TODO - Translation + 'file_is_nok' => 'New version %s available, but check permissions on %s directory. HTTP server must have rights to write into', //TODO - Translation + 'finished' => 'Update completed!', //TODO - Translation + 'none' => 'No update to apply', //TODO - Translation + 'server_not_found' => 'Update server cannot be found. [%s]', //TODO - Translation ), 'user' => array( 'created' => array( - '_' => 'User %s has been created', //TODO - 'error' => 'User %s cannot be created', //TODO + '_' => 'User %s has been created', //TODO - Translation + 'error' => 'User %s cannot be created', //TODO - Translation ), 'deleted' => array( - '_' => 'User %s has been deleted', //TODO - 'error' => 'User %s cannot be deleted', //TODO + '_' => 'User %s has been deleted', //TODO - Translation + 'error' => 'User %s cannot be deleted', //TODO - Translation ), 'updated' => array( - '_' => 'User %s has been updated', // TODO - 'error' => 'User %s has not been updated', // TODO + '_' => 'User %s has been updated', //TODO - Translation + 'error' => 'User %s has not been updated', //TODO - Translation ), ), - 'profile' => array( - 'error' => 'Your profile cannot be modified', //TODO - 'updated' => 'Your profile has been modified', //TODO - ), ); -- cgit v1.2.3