aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/lang_admin.php18
1 files changed, 12 insertions, 6 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php
index 5cca809f47..b65a7210b7 100644
--- a/phpBB/language/en/lang_admin.php
+++ b/phpBB/language/en/lang_admin.php
@@ -24,9 +24,10 @@ $lang += array(
'ADMIN_INDEX' => 'Admin Index',
'DB_CAT' => 'Database',
- 'DB_BACKUP' => 'DB Backup',
- 'DB_RESTORE' => 'DB Restore',
- 'SEARCH_INDEX' => 'Search indexing',
+ 'DB_BACKUP' => 'Backup Database',
+ 'DB_RESTORE' => 'Restore Database',
+ 'SEARCH_INDEX' => 'Search Indexing',
+ 'DB_UTILS' => 'Database Utilities',
'FORUM_CAT' => 'Forums',
'PRUNE' => 'Pruning',
@@ -64,15 +65,15 @@ $lang += array(
'MANAGE_IMAGESET' => 'Imagesets',
'USER_CAT' => 'Users / Groups',
+ 'MANAGE_USERS' => 'Manage Users',
'BAN_EMAILS' => 'Ban Emails',
'BAN_IPS' => 'Ban IPs',
'BAN_USERS' => 'Ban Usernames',
'DISALLOW' => 'Disallow names',
- 'RANKS' => 'Ranks',
+ 'RANKS' => 'Manage Ranks',
'PRUNE_USERS' => 'Prune users',
- 'BOTS' => 'Bots',
+ 'BOTS' => 'Manage Bots',
'GROUP_MANAGE' => 'Manage groups',
- 'GROUP_PREFS' => 'Group prefs',
'USER_PERMS' => 'User permissions',
'GROUP_PERMS' => 'Group permissions',
@@ -1069,6 +1070,11 @@ $lang += array(
'GROUP_DST' => 'Group daylight savings',
+ 'GROUP_MODS_DEMOTED' => 'Group leaders demoted successfully',
+ 'GROUP_USERS_REMOVE' => 'Users removed from group and new defaults set successfully',
+ 'GROUP_DELETED' => 'Group deleted and user default groups set successfully',
+
+
'GROUP_ERR_USERNAME' => 'No group name specified.',
'GROUP_ERR_USER_LONG' => 'Group name too long.',
'GROUP_ERR_DESC_LONG' => 'Group description too long.',