aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/he/admin.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2019-12-04 08:27:39 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-12-04 08:27:39 +0100
commit3e49b44839237693ce1a8151325942704917f6c6 (patch)
tree75a1af8089d48d3bb14de2d9d98c503ee76433e2 /app/i18n/he/admin.php
parentde2b323847e0a91119625e4f506f51ec9d43872f (diff)
Update i18n cli tools (#2673)
* Update i18n cli tools Few things were bugging me when using the cli tool for i18n. So I've modified the tools to be easier to use. First, the tool automatically adds missing keys to all languages. This way, we always have all keys in all languages. Second, the tool detects all untranslated keys and adds automatically the todo comment after the value. Third, when adding a new key, the key is pushed to all languages at once. There is no need to duplicate it manually. Thus making the duplication process obsolete. Fourth, translation and ignore keys are manipulated at the same time. Thus we don't have obsolete ignored strings anymore. * Add i18n rules I find that having the common rules in the Makefile is easier to use, as long as you know they are here. As it is self documented, people will see the new rules when using make. * Use long parameters in Makefile I find that using long parameters in scripts makes it easier to understand what's going on. So I've switched all short parameters to long one. * Format all i18n files I've used the updated version of the cli tools to have some output that can be consistently formated. This commit is a huge formating commit. Nothing was added but some comments were removed in the process.
Diffstat (limited to 'app/i18n/he/admin.php')
-rw-r--r--app/i18n/he/admin.php148
1 files changed, 74 insertions, 74 deletions
diff --git a/app/i18n/he/admin.php b/app/i18n/he/admin.php
index 73a040aad..4e83a178f 100644
--- a/app/i18n/he/admin.php
+++ b/app/i18n/he/admin.php
@@ -8,10 +8,10 @@ return array(
'form' => 'טופס אינטרנטי (מסורתי, דורש JavaScript)',
'http' => 'HTTP (למשתמשים מתקדמים עם HTTPS)',
'none' => 'ללא (מסוכן)',
- 'title' => 'Authentication', //TODO - Translation
+ 'title' => 'Authentication', // TODO - Translation
'title_reset' => 'איפוס אימות',
'token' => 'מחרוזת אימות',
- 'token_help' => 'Allows to access RSS output of the default user without authentication:', //TODO - Translation
+ 'token_help' => 'Allows to access RSS output of the default user without authentication:',
'type' => 'שיטת אימות',
'unsafe_autologin' => 'הרשאה להתחברות אוטומטית בפורמט: ',
),
@@ -21,12 +21,12 @@ return array(
'ok' => 'ההרשאות בתיקיית המטמון תקינות',
),
'categories' => array(
- 'nok' => 'Category table is bad configured.', //TODO - Translation
- 'ok' => 'Category table is ok.', //TODO - Translation
+ 'nok' => 'Category table is bad configured.',
+ 'ok' => 'Category table is ok.', // TODO - Translation
),
'connection' => array(
- 'nok' => 'Connection to the database cannot being established.', //TODO - Translation
- 'ok' => 'Connection to the database is ok.', //TODO - Translation
+ 'nok' => 'Connection to the database cannot being established.',
+ 'ok' => 'Connection to the database is ok.', // TODO - Translation
),
'ctype' => array(
'nok' => 'הספרייה הנדרשת ל character type checking (php-ctype) אינה מותקנת',
@@ -34,44 +34,44 @@ return array(
),
'curl' => array(
'nok' => 'בURL לא מותקן (php-curl package)',
- 'ok' => 'You have cURL extension.', //TODO - Translation
+ 'ok' => 'You have cURL extension.',
),
'data' => array(
'nok' => 'יש לבדוק את ההרשאות בתיקייה <em>%s</em>. שרת הHTTP חייב להיות בעל הרשאות כתיבה.',
'ok' => 'ההרשאות בתיקיית הדאטא תקינות',
),
- 'database' => 'Database installation', //TODO - Translation
+ 'database' => 'Database installation', // TODO - Translation
'dom' => array(
- 'nok' => 'הספרייה הנדרשת לסיור ב DOM אינה מותקנת (php-xml package)',
+ 'nok' => 'הספרייה הנדרשת לסיור ב DOM אינה מותקנת (php-xml package)',
'ok' => 'הספרייה הנדרשת לסיור ב DOM מותקנת',
),
'entries' => array(
- 'nok' => 'Entry table is bad configured.', //TODO - Translation
- 'ok' => 'Entry table is ok.', //TODO - Translation
+ 'nok' => 'Entry table is bad configured.',
+ 'ok' => 'Entry table is ok.', // TODO - Translation
),
'favicons' => array(
- 'nok' => 'Check permissions on <em>./data/favicons</em> directory. HTTP server must have rights to write into', //TODO - Translation
+ 'nok' => 'Check permissions on <em>./data/favicons</em> directory. HTTP server must have rights to write into', // TODO - Translation
'ok' => 'ההרשאות בתיקיית הfavicons תקינות',
),
'feeds' => array(
- 'nok' => 'Feed table is bad configured.', //TODO - Translation
- 'ok' => 'Feed table is ok.', //TODO - Translation
+ 'nok' => 'Feed table is bad configured.',
+ 'ok' => 'Feed table is ok.', // TODO - Translation
),
'fileinfo' => array(
- 'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', //TODO - Translation
- 'ok' => 'You have the fileinfo library.', //TODO - Translation
+ 'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', // TODO - Translation
+ 'ok' => 'You have the fileinfo library.', // TODO - Translation
),
- 'files' => 'File installation', //TODO - Translation
+ 'files' => 'File installation', // TODO - Translation
'json' => array(
- 'nok' => 'You lack JSON (php-json package).', //TODO - Translation
- 'ok' => 'You have JSON extension.', //TODO - Translation
+ 'nok' => 'You lack JSON (php-json package).',
+ 'ok' => 'You have JSON extension.', // TODO - Translation
),
'mbstring' => array(
- 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO - Translation
- 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO - Translation
+ '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 - Translation
+ 'nok' => 'You lack the Minz framework.',
'ok' => 'יש לכם את תשתית Minz',
),
'pcre' => array(
@@ -83,57 +83,56 @@ return array(
'ok' => 'PDO מותקן ולפחות אחד ממנהלי ההתקן הנתמכים מותקן (pdo_mysql, pdo_sqlite)',
),
'php' => array(
- '_' => 'PHP installation', //TODO - Translation
'nok' => 'גירסת PHP שלכם היא %s אך FreshRSS דורש לפחות את גירסה %s',
'ok' => 'גירסת PHP שלכם היא %s, שתואמת ל FreshRSS',
+ '_' => 'PHP installation', // TODO - Translation
),
'tables' => array(
- 'nok' => 'There is one or more lacking tables in the database.', //TODO - Translation
- 'ok' => 'Tables are existing in the database.', //TODO - Translation
+ 'nok' => 'There is one or more lacking tables in the database.',
+ 'ok' => 'Tables are existing in the database.',
),
- 'title' => 'Installation checking', //TODO - Translation
+ 'title' => 'Installation checking', // TODO - Translation
'tokens' => array(
- 'nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have rights to write into', //TODO - Translation
- 'ok' => 'Permissions on tokens directory are good.', //TODO - Translation
+ 'nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have rights to write into', // TODO - Translation
+ 'ok' => 'Permissions on tokens directory are good.', // TODO - Translation
),
'users' => array(
- 'nok' => 'Check permissions on <em>./data/users</em> directory. HTTP server must have rights to write into', //TODO - Translation
- 'ok' => 'Permissions on users directory are good.', //TODO - Translation
+ 'nok' => 'Check permissions on <em>./data/users</em> directory. HTTP server must have rights to write into', // TODO - Translation
+ 'ok' => 'Permissions on users directory are good.', // TODO - Translation
),
'zip' => array(
- 'nok' => 'You lack ZIP extension (php-zip package).', //TODO - Translation
- 'ok' => 'You have ZIP extension.', //TODO - Translation
+ 'nok' => 'You lack ZIP extension (php-zip package).',
+ 'ok' => 'You have ZIP extension.', // TODO - Translation
),
),
'extensions' => array(
- 'author' => 'Author', //TODO - Translation
- 'community' => 'Available community extensions', //TODO - Translation
- 'description' => 'Description', //TODO - Translation
- 'disabled' => 'Disabled', //TODO - Translation
- 'empty_list' => 'There is no installed extension', //TODO - Translation
- 'enabled' => 'Enabled', //TODO - Translation
- 'latest' => 'Installed', //TODO - Translation
- 'name' => 'Name', //TODO - Translation
- 'no_configure_view' => 'This extension cannot be configured.', //TODO - Translation
+ 'author' => 'Author', // TODO - Translation
+ 'community' => 'Available community extensions', // TODO - Translation
+ 'description' => 'Description', // TODO - Translation
+ 'disabled' => 'Disabled', // TODO - Translation
+ 'empty_list' => 'There is no installed extension',
+ 'enabled' => 'Enabled', // TODO - Translation
+ 'latest' => 'Installed', // TODO - Translation
+ 'name' => 'Name', // TODO - Translation
+ 'no_configure_view' => 'This extension cannot be configured.', // TODO - Translation
'system' => array(
- '_' => 'System extensions', //TODO - Translation
- 'no_rights' => 'System extension (you have no rights on it)', //TODO - Translation
+ 'no_rights' => 'System extension (you have no rights on it)', // TODO - Translation
+ '_' => 'System extensions', // TODO - Translation
),
- 'title' => 'Extensions', //TODO - Translation
- 'update' => 'Update available', //TODO - Translation
- 'user' => 'User extensions', //TODO - Translation
- 'version' => 'Version', //TODO - Translation
+ 'title' => 'Extensions', // TODO - Translation
+ 'update' => 'Update available', // TODO - Translation
+ 'user' => 'User extensions', // TODO - Translation
+ 'version' => 'Version', // TODO - Translation
),
'stats' => array(
- '_' => 'סטטיסטיקות',
'all_feeds' => 'כל ההזנות',
'category' => 'קטגוריה',
'entry_count' => 'סכום המאמרים',
'entry_per_category' => 'מאמרים על פי קטגוריה',
'entry_per_day' => 'מספר מאמרים ליום (30 ימים אחרונים)',
- 'entry_per_day_of_week' => 'Per day of week (average: %.2f messages)', //TODO - Translation
- 'entry_per_hour' => 'Per hour (average: %.2f messages)', //TODO - Translation
- 'entry_per_month' => 'Per month (average: %.2f messages)', //TODO - Translation
+ 'entry_per_day_of_week' => 'Per day of week (average: %.2f messages)', // TODO - Translation
+ 'entry_per_hour' => 'Per hour (average: %.2f messages)', // TODO - Translation
+ 'entry_per_month' => 'Per month (average: %.2f messages)', // TODO - Translation
'entry_repartition' => 'חלוקת המאמרים',
'feed' => 'הזנה',
'feed_per_category' => 'הזנות על פי קטגוריה',
@@ -155,51 +154,52 @@ return array(
'status_unread' => 'לא נקרא',
'title' => 'סטטיסטיקות',
'top_feed' => 'עשרת ההזנות המובילות',
+ '_' => 'סטטיסטיקות',
),
'system' => array(
- '_' => 'System configuration', //TODO - Translation
- 'auto-update-url' => 'Auto-update server URL', //TODO - Translation
+ 'auto-update-url' => 'Auto-update server URL', // TODO - Translation
'cookie-duration' => array(
- 'help' => 'in seconds', //TODO - Translation
- 'number' => 'Duration to keep logged in', //TODO - Translation
+ 'help' => 'in seconds', // TODO - Translation
+ 'number' => 'Duration to keep logged in', // TODO - Translation
),
- 'force_email_validation' => 'Force email addresses validation', //TODO - Translation
- 'instance-name' => 'Instance name', //TODO - Translation
- 'max-categories' => 'Categories per user limit', //TODO - Translation
- 'max-feeds' => 'Feeds per user limit', //TODO - Translation
+ 'force_email_validation' => 'Force email addresses validation', // TODO - Translation
+ 'instance-name' => 'Instance name', // TODO - Translation
+ 'max-categories' => 'Categories per user limit', // TODO - Translation
+ 'max-feeds' => 'Feeds per user limit', // TODO - Translation
'registration' => array(
- 'help' => '0 means that there is no account limit', //TODO - Translation
- 'number' => 'Max number of accounts', //TODO - Translation
+ 'help' => '0 means that there is no account limit', // TODO - Translation
+ 'number' => 'Max number of accounts', // TODO - Translation
),
+ '_' => 'System configuration', // TODO - Translation
),
'update' => array(
- '_' => 'מערכת העדכון',
'apply' => 'החלת העדכון',
'check' => 'בדיקת עדכונים חדשים',
- 'current_version' => 'Your current version of FreshRSS is the %s.', //TODO - Translation
+ 'current_version' => 'Your current version of FreshRSS is the %s.',
'last' => 'תאריך בדיקה אחרון: %s',
'none' => 'אין עדכון להחלה',
'title' => 'מערכת העדכון',
+ '_' => 'מערכת העדכון',
),
'user' => array(
- 'articles_and_size' => '%s articles (%s)', //TODO - Translation
+ 'articles_and_size' => '%s articles (%s)', // TODO - Translation
'article_count' => 'Articles', // TODO - Translation
- 'back_to_manage' => '← Return to user list',
+ 'back_to_manage' => '← Return to user list', // TODO - Translation
'create' => 'יצירת משתמש חדש',
'database_size' => 'Database size', // TODO - Translation
- 'delete_users' => 'Delete user', //TODO - Translation
- 'feed_count' => 'Feeds', //TODO - Translation
+ 'delete_users' => 'Delete user', // TODO - Translation
+ 'feed_count' => 'Feeds', // TODO - Translation
'language' => 'שפה',
'list' => 'User list', // TODO - Translation
- 'number' => 'There is %d account created', //TODO - Translation
- 'numbers' => 'There are %d accounts created', //TODO - Translation
+ 'number' => 'There is %d account created', // TODO - Translation
+ 'numbers' => 'There are %d accounts created', // TODO - Translation
'password_form' => 'סיסמה<br /><small>(לשימוש בטפוס ההרשמה)</small>',
- 'password_format' => 'At least 7 characters', //TODO - Translation
- 'selected' => 'Selected user', //TODO - Translation
- 'title' => 'Manage users', //TODO - Translation
- 'update_users' => 'Update user', //TODO - Translation
- 'user_list' => 'רשימת משתמשים',
+ 'password_format' => 'At least 7 characters', // TODO - Translation
+ 'selected' => 'Selected user', // TODO - Translation
+ 'title' => 'Manage users', // TODO - Translation
+ 'update_users' => 'Update user', // TODO - Translation
'username' => 'שם משתמש',
'users' => 'משתמשים',
+ 'user_list' => 'רשימת משתמשים',
),
);