diff options
| author | 2021-09-12 11:37:15 +0200 | |
|---|---|---|
| committer | 2021-09-12 11:37:15 +0200 | |
| commit | fe295f50d031ca6475e21a0ae317cf1c71a68347 (patch) | |
| tree | 9c9f37dcebfe70b3daf167df0ce3c029feb343c6 /app/i18n/en/admin.php | |
| parent | ff60e24c578eab30777c7e7d403def0565fab923 (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/en/admin.php')
| -rw-r--r-- | app/i18n/en/admin.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php index 5129c3889..6d03110a9 100644 --- a/app/i18n/en/admin.php +++ b/app/i18n/en/admin.php @@ -9,7 +9,6 @@ return array( 'http' => 'HTTP (for advanced users with HTTPS)', 'none' => 'None (dangerous)', 'title' => 'Authentication', - 'title_reset' => 'Authentication reset', 'token' => 'Authentication token', 'token_help' => 'Allows access to RSS output of the default user without authentication:', 'type' => 'Authentication method', @@ -180,11 +179,9 @@ return array( 'user' => array( 'admin' => 'Administrator', 'article_count' => 'Articles', - 'articles_and_size' => '%s articles (%s)', 'back_to_manage' => '← Return to user list', 'create' => 'Create new user', 'database_size' => 'Database size', - 'delete_users' => 'Delete user', 'email' => 'Email address', 'enabled' => 'Enabled', 'feed_count' => 'Feeds', @@ -196,11 +193,7 @@ return array( 'numbers' => 'There are %d accounts created', 'password_form' => 'Password<br /><small>(for the Web-form login method)</small>', 'password_format' => 'At least 7 characters', - 'selected' => 'Selected user', 'title' => 'Manage users', - 'update_users' => 'Update user', - 'user_list' => 'List of users', 'username' => 'Username', - 'users' => 'Users', ), ); |
