diff options
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', ), ); |
