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/he/feedback.php | 49 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 25 deletions(-) (limited to 'app/i18n/he/feedback.php') diff --git a/app/i18n/he/feedback.php b/app/i18n/he/feedback.php index 369714795..f972173cb 100644 --- a/app/i18n/he/feedback.php +++ b/app/i18n/he/feedback.php @@ -21,7 +21,6 @@ return array( 'success' => 'You are disconnected', // @todo ), 'no_password_set' => 'לא הוגדרה סיסמת מנהל. תכונה זו אינה זמינה.', - 'not_persona' => 'ניתן לאפס את מערכת הפרסונה בלבד.', ), 'conf' => array( 'error' => 'An error occurred during configuration saving', // @todo @@ -51,24 +50,28 @@ return array( 'no_zip_extension' => 'הרחבת ZIP אינה מותקנת על השרת.', 'zip_error' => 'אירעה שגיאה במהלך ייבוא קובץ הZIP.', ), + 'profile' => array( + 'error' => 'Your profile cannot be modified', // @todo + 'updated' => 'Your profile has been modified', // @todo + ), 'sub' => array( 'actualize' => 'מימוש', '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 + 'created' => 'Category %s has been created.', //TODO - Translation + 'deleted' => 'Category has been deleted.', //TODO - Translation 'emptied' => 'הקטגוריה רוקנה', - '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 + '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 עודכן', @@ -76,20 +79,20 @@ return array( 'added' => 'RSS הזנת %s נוספה', 'already_subscribed' => 'אתה כבר רשום ל %s', 'deleted' => 'ההזנה נמחקה', - 'error' => 'Feed cannot be updated', // @todo - 'internal_problem' => 'אין אפשרות להוסיף את ההזנה. בדקו את הלוגים לפרטים.', // @todo + 'error' => 'Feed cannot be updated', //TODO - Translation + 'internal_problem' => 'אין אפשרות להוסיף את ההזנה. בדקו את הלוגים לפרטים.', //TODO - Translation 'invalid_url' => 'URL %s אינו תקין', 'n_actualized' => '%d הזנות עודכנו', 'n_entries_deleted' => '%d המאמרים נמחקו', 'no_refresh' => 'אין הזנה שניתן לרענן…', 'not_added' => '%s אין אפשרות להוסיף את', - 'over_max' => 'You have reached your limit of feeds (%d)', // @todo + 'over_max' => 'You have reached your limit of feeds (%d)', //TODO - Translation 'updated' => 'ההזנה התעדכנה', ), 'purge_completed' => 'הניקוי הושלם (%d מאמרים נמחקו)', ), 'update' => array( - 'can_apply' => 'FreshRSS will be now updated to the version %s.', // @todo + 'can_apply' => 'FreshRSS will be now updated to the version %s.', //TODO - Translation 'error' => 'תהליך העדכון נתקל בשגיאה: %s', 'file_is_nok' => 'יש לבדוק את ההרשאות בתיקייה %s. שרת הHTTP חייב להיות בעל הרשאות כתיבה.', 'finished' => 'העדכון הושלם!', @@ -99,19 +102,15 @@ return array( 'user' => array( 'created' => array( '_' => 'המשתמש %s נוצר', - 'error' => 'User %s cannot be created', // @todo + 'error' => 'User %s cannot be created', //TODO - Translation ), 'deleted' => array( '_' => 'המשתמש %s נמחק', - 'error' => 'User %s cannot be deleted', // @todo + '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