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/install.php | 48 ++++++++++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 20 deletions(-) (limited to 'app/i18n/he/install.php') diff --git a/app/i18n/he/install.php b/app/i18n/he/install.php index 93b8063b3..3a3e5ab12 100644 --- a/app/i18n/he/install.php +++ b/app/i18n/he/install.php @@ -4,16 +4,16 @@ return array( 'action' => array( 'finish' => 'השלמת ההתקנה', 'fix_errors_before' => 'יש לתקן את השגיאות לפני המעבר לשלב הבא.', + 'keep_install' => 'Keep previous configuration', //TODO - Translation 'next_step' => 'לשלב הבא', + 'reinstall' => 'Reinstall FreshRSS', //TODO - Translation ), 'auth' => array( - 'email_persona' => 'כתובת דואר אלקטרוני להרשמה
(לצורך מוזילה פרסונה)', 'form' => 'טופס אינטרנטי (מסורתי, דורש JavaScript)', 'http' => 'HTTP (למשתמשים מתקדמים עם HTTPS)', 'none' => 'ללא (מסוכן)', 'password_form' => 'סיסמה
(לשימוש בטפוס ההרשמה)', - 'password_format' => 'At least 7 characters', // @todo - 'persona' => 'מוזילה פרסונה (מודרני, דורש JavaScript)', + 'password_format' => 'At least 7 characters', //TODO - Translation 'type' => 'שיטת אימות', ), 'bdd' => array( @@ -24,15 +24,16 @@ return array( 'ok' => 'הגדרות בסיס הנתונים נשמרו.', ), 'host' => 'מארח', - 'prefix' => 'קידומת הטבלה', 'password' => 'HTTP סיסמה', + 'prefix' => 'קידומת הטבלה', 'type' => 'סוג בסיס הנתונים', 'username' => 'HTTP שם משתמש', ), 'check' => array( '_' => 'בדיקות', + 'already_installed' => 'We have detected that FreshRSS is already installed!', //TODO - Translation 'cache' => array( - 'nok' => 'Check permissions on ./data/cache directory. HTTP server must have rights to write into', // @todo + 'nok' => 'Check permissions on ./data/cache directory. HTTP server must have rights to write into', //TODO - Translation 'ok' => 'ההרשאות בתיקיית המטמון תקינות', ), 'ctype' => array( @@ -44,7 +45,7 @@ return array( 'ok' => 'יש לכם את גירסת %s של cURL', ), 'data' => array( - 'nok' => 'Check permissions on ./data directory. HTTP server must have rights to write into', // @todo + 'nok' => 'Check permissions on ./data directory. HTTP server must have rights to write into', //TODO - Translation 'ok' => 'ההרשאות בתיקיית הדאטא תקינות', ), 'dom' => array( @@ -52,23 +53,27 @@ return array( 'ok' => 'הספרייה הנדרשת לסיור ב DOM מותקנת', ), 'favicons' => array( - 'nok' => 'Check permissions on ./data/favicons directory. HTTP server must have rights to write into', // @todo + 'nok' => 'Check permissions on ./data/favicons directory. HTTP server must have rights to write into', //TODO - Translation 'ok' => 'ההרשאות בתיקיית הfavicons תקינות', ), + 'fileinfo' => array( + 'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', //TODO - Translation + 'ok' => 'You have the fileinfo library.', //TODO - Translation + ), 'http_referer' => array( 'nok' => 'נא לדבוק שאינך פוגעת ב HTTP REFERER שלך.', 'ok' => 'הHTTP REFERER ידוע ותאם לשרת שלך.', ), 'json' => array( - 'nok' => 'Cannot find a recommended library to parse JSON.', //TODO - 'ok' => 'You have a recommended library to parse JSON.', //TODO + 'nok' => 'Cannot find a recommended library to parse JSON.', //TODO - Translation + 'ok' => 'You have a recommended library to parse JSON.', //TODO - Translation ), 'mbstring' => array( - 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO - 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO + 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO - Translation + 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO - Translation ), 'minz' => array( - 'nok' => 'You lack the Minz framework.', // @todo + 'nok' => 'You lack the Minz framework.', //TODO - Translation 'ok' => 'יש לכם את תשתית Minz', ), 'pcre' => array( @@ -79,17 +84,17 @@ return array( 'nok' => 'PDO אינו מותקן או שאחד ממנהלי ההתקנים שלו חסר (pdo_mysql, pdo_sqlite)', 'ok' => 'PDO מותקן ולפחות אחד ממנהלי ההתקן הנתמכים מותקן (pdo_mysql, pdo_sqlite)', ), - 'persona' => array( - 'nok' => 'Check permissions on ./data/persona directory. HTTP server must have rights to write into', // @todo - 'ok' => 'ההרשאות בתיקיית מוזילה פרסונה תקינות', - ), 'php' => array( 'nok' => 'גירסת PHP שלכם היא %s אך FreshRSS דורש לפחות את גירסה %s', 'ok' => 'גירסת PHP שלכם היא %s, שתואמת ל FreshRSS', ), 'users' => array( - 'nok' => 'Check permissions on ./data/users directory. HTTP server must have rights to write into', // @todo - 'ok' => 'Permissions on users directory are good.', // @todo + 'nok' => 'Check permissions on ./data/users directory. HTTP server must have rights to write into', //TODO - Translation + 'ok' => 'Permissions on users directory are good.', //TODO - Translation + ), + 'xml' => array( + 'nok' => 'Cannot find the required library to parse XML.', //TODO - Translation + 'ok' => 'You have the required library to parse XML.', //TODO - Translation ), ), 'conf' => array( @@ -101,14 +106,17 @@ return array( 'delete_articles_after' => 'מחיקת מאמרים לאחר', 'fix_errors_before' => 'יש לתקן את השגיאות לפני המעבר לשלב הבא.', 'javascript_is_better' => 'FreshRSS מעדיף שתאפשרו JavaScript', + 'js' => array( + 'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?', //TODO - Translation + ), 'language' => array( '_' => 'שפה', 'choose' => 'בחירת שפה ל FreshRSS', 'defined' => 'השפה הוגדרה.', ), 'not_deleted' => 'משהו נכשל; יש צורך למחוק את הקובץ %s ידנית.', - 'ok' => 'The installation process was successful.', // @todo - 'step' => 'step %d', // @todo + 'ok' => 'The installation process was successful.', //TODO - Translation + 'step' => 'step %d', //TODO - Translation 'steps' => 'שלבים', 'title' => 'התקנה · FreshRSS', 'this_is_the_end' => 'סיום', -- cgit v1.2.3