aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/he/admin.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-09-12 11:37:15 +0200
committerGravatar GitHub <noreply@github.com> 2021-09-12 11:37:15 +0200
commitfe295f50d031ca6475e21a0ae317cf1c71a68347 (patch)
tree9c9f37dcebfe70b3daf167df0ce3c029feb343c6 /app/i18n/he/admin.php
parentff60e24c578eab30777c7e7d403def0565fab923 (diff)
Lint i18n files (#3841)
Translations had quite a lot of cleaning in late: * Removed some unused keys * Added some ignores * Applied a `cli/manipulate.translation.php -a format`
Diffstat (limited to 'app/i18n/he/admin.php')
-rw-r--r--app/i18n/he/admin.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/i18n/he/admin.php b/app/i18n/he/admin.php
index 7be2c4dbc..627bb06ce 100644
--- a/app/i18n/he/admin.php
+++ b/app/i18n/he/admin.php
@@ -9,7 +9,6 @@ return array(
'http' => 'HTTP (למשתמשים מתקדמים עם HTTPS)',
'none' => 'ללא (מסוכן)',
'title' => 'Authentication', // TODO - Translation
- 'title_reset' => 'איפוס אימות',
'token' => 'מחרוזת אימות',
'token_help' => 'Allows to access RSS output of the default user without authentication:',
'type' => 'שיטת אימות',
@@ -180,11 +179,9 @@ return array(
'user' => array(
'admin' => 'Administrator', // TODO - Translation
'article_count' => 'Articles', // TODO - Translation
- 'articles_and_size' => '%s articles (%s)', // TODO - Translation
'back_to_manage' => '← Return to user list', // TODO - Translation
'create' => 'יצירת משתמש חדש',
'database_size' => 'Database size', // TODO - Translation
- 'delete_users' => 'Delete user', // TODO - Translation
'email' => 'Email address', // TODO - Translation
'enabled' => 'Enabled', // TODO - Translation
'feed_count' => 'Feeds', // TODO - Translation
@@ -196,11 +193,7 @@ return array(
'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' => 'רשימת משתמשים',
'username' => 'שם משתמש',
- 'users' => 'משתמשים',
),
);