diff options
| author | 2017-12-16 23:24:08 +0100 | |
|---|---|---|
| committer | 2017-12-16 23:41:30 +0100 | |
| commit | 0cdae3978d4de61c1fb06088d20878455987ac67 (patch) | |
| tree | 2a305cc302bbfce36c22aad1e7b4094ef62cd33a /app | |
| parent | 46f52c8a5eae6d2995a1397f1c6cebeb382fd9cd (diff) | |
18n Hebrew more 2
Diffstat (limited to 'app')
| -rw-r--r-- | app/i18n/cz/gen.php | 1 | ||||
| -rw-r--r-- | app/i18n/en/admin.php | 2 | ||||
| -rw-r--r-- | app/i18n/en/gen.php | 1 | ||||
| -rwxr-xr-x | app/i18n/es/gen.php | 1 | ||||
| -rw-r--r-- | app/i18n/he/admin.php | 30 | ||||
| -rw-r--r-- | app/i18n/he/conf.php | 2 | ||||
| -rw-r--r-- | app/i18n/he/gen.php | 24 | ||||
| -rw-r--r-- | app/i18n/he/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/it/gen.php | 1 | ||||
| -rw-r--r-- | app/i18n/kr/gen.php | 1 | ||||
| -rw-r--r-- | app/i18n/nl/gen.php | 1 | ||||
| -rw-r--r-- | app/i18n/pt-br/gen.php | 1 | ||||
| -rw-r--r-- | app/i18n/ru/gen.php | 1 | ||||
| -rw-r--r-- | app/i18n/tr/gen.php | 1 | ||||
| -rw-r--r-- | app/i18n/zh-cn/gen.php | 1 |
15 files changed, 57 insertions, 13 deletions
diff --git a/app/i18n/cz/gen.php b/app/i18n/cz/gen.php index e43355f64..fcddf452c 100644 --- a/app/i18n/cz/gen.php +++ b/app/i18n/cz/gen.php @@ -119,6 +119,7 @@ return array( 'en' => 'English', 'es' => 'Español', 'fr' => 'Français', + 'he' => 'עברית', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php index d92a016af..187b66a8c 100644 --- a/app/i18n/en/admin.php +++ b/app/i18n/en/admin.php @@ -118,7 +118,7 @@ return array( 'description' => 'Description', 'author' => 'Author', 'latest' => 'Installed', - 'update' => 'Update available' + 'update' => 'Update available', ), 'stats' => array( '_' => 'Statistics', diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php index 0dc03795b..ac48e3486 100644 --- a/app/i18n/en/gen.php +++ b/app/i18n/en/gen.php @@ -166,6 +166,7 @@ return array( 'g+' => 'Google+', 'gnusocial' => 'GNU social', 'jdh' => 'Journal du hacker', + 'Known' => 'Known based sites', 'mastodon' => 'Mastodon', 'movim' => 'Movim', 'print' => 'Print', diff --git a/app/i18n/es/gen.php b/app/i18n/es/gen.php index 0f113e073..32fbcdaee 100755 --- a/app/i18n/es/gen.php +++ b/app/i18n/es/gen.php @@ -119,6 +119,7 @@ return array( 'en' => 'English', 'es' => 'Español', 'fr' => 'Français', + 'he' => 'עברית', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', diff --git a/app/i18n/he/admin.php b/app/i18n/he/admin.php index 6153a62c5..b7c83c828 100644 --- a/app/i18n/he/admin.php +++ b/app/i18n/he/admin.php @@ -8,7 +8,6 @@ return array( 'form' => 'טופס אינטרנטי (מסורתי, דורש JavaScript)', 'http' => 'HTTP (למשתמשים מתקדמים עם HTTPS)', 'none' => 'ללא (מסוכן)', - 'persona' => 'מוזילה פרסונה (מודרני, דורש JavaScript)', 'title' => 'Authentication', // @todo 'title_reset' => 'איפוס אימות', 'token' => 'מחרוזת אימות', @@ -58,6 +57,10 @@ return array( 'nok' => 'Feed table is bad configured.', // @todo 'ok' => 'Feed table is ok.', // @todo ), + 'fileinfo' => array( + 'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', // @todo + 'ok' => 'You have the fileinfo library.', // @todo + ), 'files' => 'File installation', // @todo 'json' => array( 'nok' => 'You lack JSON (php5-json package).', // @todo @@ -75,10 +78,6 @@ return array( 'nok' => 'PDO אינו מותקן או שאחד ממנהלי ההתקנים שלו חסר (pdo_mysql, pdo_sqlite)', 'ok' => 'PDO מותקן ולפחות אחד ממנהלי ההתקן הנתמכים מותקן (pdo_mysql, pdo_sqlite)', ), - 'persona' => array( - 'nok' => 'Check permissions on <em>./data/persona</em> directory. HTTP server must have rights to write into', // @todo - 'ok' => 'ההרשאות בתיקיית מוזילה פרסונה תקינות', - ), 'php' => array( '_' => 'PHP installation', // @todo 'nok' => 'גירסת PHP שלכם היא %s אך FreshRSS דורש לפחות את גירסה %s', @@ -113,6 +112,13 @@ return array( ), 'title' => 'Extensions', // @todo 'user' => 'User extensions', // @todo + 'community' => 'Available community extensions', // @todo + 'name' => 'Name', // @todo + 'version' => 'Version', // @todo + 'description' => 'Description', // @todo + 'author' => 'Author', // @todo + 'latest' => 'Installed', // @todo + 'update' => 'Update available', // @todo ), 'stats' => array( '_' => 'סטטיסטיקות', @@ -146,6 +152,17 @@ return array( 'title' => 'סטטיסטיקות', 'top_feed' => 'עשרת ההזנות המובילות', ), + 'system' => array( + '_' => 'System configuration', // @todo + 'auto-update-url' => 'Auto-update server URL', // @todo + 'instance-name' => 'Instance name', // @todo + 'max-categories' => 'Categories per user limit', // @todo + 'max-feeds' => 'Feeds per user limit', // @todo + 'registration' => array( + 'help' => '0 means that there is no account limit', // @todo + 'number' => 'Max number of accounts', // @todo + ), + ), 'update' => array( '_' => 'מערכת העדכון', 'apply' => 'החלת העדכון', @@ -158,8 +175,9 @@ return array( 'user' => array( 'articles_and_size' => '%s articles (%s)', // @todo 'create' => 'יצירת משתמש חדש', - 'email_persona' => 'כתובת דואר אלקטרוני להרשמה<br /><small>(לצורך <a href="https://persona.org/" rel="external">מוזילה פרסונה</a>)</small>', 'language' => 'שפה', + 'number' => 'There is %d account created', // @todo + 'numbers' => 'There are %d accounts created', // @todo 'password_form' => 'סיסמה<br /><small>(לשימוש בטפוס ההרשמה)</small>', 'password_format' => 'At least 7 characters', // @todo 'title' => 'Manage users', // @todo diff --git a/app/i18n/he/conf.php b/app/i18n/he/conf.php index 3ec83b4ad..ba9985d45 100644 --- a/app/i18n/he/conf.php +++ b/app/i18n/he/conf.php @@ -84,11 +84,13 @@ return array( 'articles_per_page' => 'מספר המאמרים בעמוד', 'auto_load_more' => 'טעינת המאמר הבא סוף העמוד', 'auto_remove_article' => 'Hide articles after reading', // @todo + 'mark_updated_article_unread' => 'Mark updated articles as unread', // @todo 'confirm_enabled' => 'הצגת דו-שיח לאישור “סימון הכל כנקרא” ', 'display_articles_unfolded' => 'הצגת מאמרים בשלמותם כברירת מחדל', 'display_categories_unfolded' => 'הצגת קטגוריות מקופלות כברירת מחדל', 'hide_read_feeds' => 'הסתרת קטגוריות & הזנות ללא מאמרים שלא נקראו (לא עובד יחד עם “הצגת כל המאמרים”)', 'img_with_lazyload' => 'שימוש ב "טעינה עצלה" על מנת לטעון תמונות', + 'sides_close_article' => 'Clicking outside of article text area closes the article', // @todo 'jump_next' => 'קפיצה לפריט הבא שלא נקרא (הזנה או קטגוריה)', 'number_divided_when_reader' => 'חלוקה ב2 במצב קריאה.', 'read' => array( diff --git a/app/i18n/he/gen.php b/app/i18n/he/gen.php index c9cd8ff57..cacc8eaed 100644 --- a/app/i18n/he/gen.php +++ b/app/i18n/he/gen.php @@ -21,16 +21,25 @@ return array( 'truncate' => 'מחיקת כל המאמרים', ), 'auth' => array( + 'email' => 'Email address', // @todo 'keep_logged_in' => 'השאר מחובר <small>חודש</small>', 'login' => 'כניסה לחשבון', - 'login_persona' => 'התחברות באמצעות פרסונה', - 'login_persona_problem' => 'בעיות התחברות עם פרסונה?', 'logout' => 'יציאה מהחשבון', - 'password' => 'סיסמה', + 'password' => array( + '_' => 'סיסמה', + 'format' => '<small>At least 7 characters</small>', + ), + 'registration' => array( + '_' => 'New account', // @todo + 'ask' => 'Create an account?', // @todo + 'title' => 'Account creation', // @todo + ), 'reset' => 'איפוס אימות', - 'username' => 'שם משתמש', - 'username_admin' => 'שם משתמש של המנהל', - 'will_reset' => 'מערכת האימות אופסה: טופס ישמש לאימות במקום מוזילה פרסונה.', + 'username' => array( + '_' => 'שם משתמש', + 'admin' => 'שם משתמש של המנהל', + 'format' => '<small>maximum 16 alphanumeric characters</small>', // @todo + ), ), 'date' => array( 'Apr' => '\\A\\p\\r\\i\\l', @@ -71,6 +80,7 @@ return array( 'mar' => 'mar', 'march' => 'Mar', 'may' => 'May', + 'may_' => 'May', 'mon' => 'Mon', 'month' => 'חודשים', 'nov' => 'nov', @@ -156,6 +166,7 @@ return array( 'g+' => 'Google+', 'gnusocial' => 'GNU social', 'jdh' => 'Journal du hacker', + 'Known' => 'Known based sites', 'mastodon' => 'Mastodon', 'movim' => 'Movim', 'print' => 'הדפסה', @@ -172,6 +183,7 @@ return array( 'damn' => 'הו לא!', 'default_category' => 'ללא קטגוריה', 'no' => 'לא', + 'not_applicable' => 'Not available', // @todo 'ok' => 'כן!', 'or' => 'או', 'yes' => 'כן', diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php index 398c23588..333de0edf 100644 --- a/app/i18n/he/sub.php +++ b/app/i18n/he/sub.php @@ -66,9 +66,11 @@ return array( 'bookmark' => 'הרשמה (FreshRSS סימניית)', 'import_export' => 'יבוא / יצוא ', 'subscription_management' => 'ניהול הרשמות', + 'subscription_tools' => 'Subscription tools', // @todo ), 'title' => array( '_' => 'ניהול הרשמות', 'feed_management' => 'ניהול הזנות RSS', + 'subscription_tools' => 'Subscription tools', // @todo ), ); diff --git a/app/i18n/it/gen.php b/app/i18n/it/gen.php index 9eaabc2be..ccc8c0e7c 100644 --- a/app/i18n/it/gen.php +++ b/app/i18n/it/gen.php @@ -119,6 +119,7 @@ return array( 'en' => 'English', 'es' => 'Español', 'fr' => 'Français', + 'he' => 'עברית', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', diff --git a/app/i18n/kr/gen.php b/app/i18n/kr/gen.php index e9b6ea9b8..8997ba14b 100644 --- a/app/i18n/kr/gen.php +++ b/app/i18n/kr/gen.php @@ -119,6 +119,7 @@ return array( 'en' => 'English', 'es' => 'Español', 'fr' => 'Français', + 'he' => 'עברית', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', diff --git a/app/i18n/nl/gen.php b/app/i18n/nl/gen.php index bccab8310..3215bdfec 100644 --- a/app/i18n/nl/gen.php +++ b/app/i18n/nl/gen.php @@ -119,6 +119,7 @@ return array( 'en' => 'English', 'es' => 'Español', 'fr' => 'Français', + 'he' => 'עברית', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', diff --git a/app/i18n/pt-br/gen.php b/app/i18n/pt-br/gen.php index e313b0d8b..4bc8535d6 100644 --- a/app/i18n/pt-br/gen.php +++ b/app/i18n/pt-br/gen.php @@ -118,6 +118,7 @@ return array( 'en' => 'English', 'es' => 'Español', 'fr' => 'Français', + 'he' => 'עברית', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', diff --git a/app/i18n/ru/gen.php b/app/i18n/ru/gen.php index 3283731df..cc7e8765c 100644 --- a/app/i18n/ru/gen.php +++ b/app/i18n/ru/gen.php @@ -119,6 +119,7 @@ return array( 'en' => 'English', 'es' => 'Español', 'fr' => 'Français', + 'he' => 'עברית', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', diff --git a/app/i18n/tr/gen.php b/app/i18n/tr/gen.php index 535563542..dcfd12c01 100644 --- a/app/i18n/tr/gen.php +++ b/app/i18n/tr/gen.php @@ -119,6 +119,7 @@ return array( 'en' => 'English', 'es' => 'Español', 'fr' => 'Français', + 'he' => 'עברית', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', diff --git a/app/i18n/zh-cn/gen.php b/app/i18n/zh-cn/gen.php index 84be9f4ba..caaa388c7 100644 --- a/app/i18n/zh-cn/gen.php +++ b/app/i18n/zh-cn/gen.php @@ -119,6 +119,7 @@ return array( 'en' => 'English', 'es' => 'Español', 'fr' => 'Français', + 'he' => 'עברית', 'it' => 'Italiano', 'kr' => '한국어', 'nl' => 'Nederlands', |
