aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/lang_admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/lang_admin.php')
-rw-r--r--phpBB/language/en/lang_admin.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php
index 58704b4f10..2e32b42b14 100644
--- a/phpBB/language/en/lang_admin.php
+++ b/phpBB/language/en/lang_admin.php
@@ -203,7 +203,7 @@ $lang = array_merge($lang, array(
'GROUP_PERMISSIONS_EXPLAIN' => 'Here you can set usergroup based permissions. These include capabilities such as the use of avatars, sending private messages, etc. To alter these settings for single users the User permissions system is the prefered method.',
'LOOK_UP_GROUP' => 'Look up Usergroup',
'Manage_users' => 'Manage Users',
- 'Add_users' => 'Add Users',
+ 'ADD_USERS' => 'Add Users',
'Manage_groups' => 'Manage Groups',
'Add_groups' => 'Add Groups',
'Admin_group' => 'Administrators',
@@ -223,6 +223,7 @@ $lang = array_merge($lang, array(
'Inherit' => 'Inherit',
'Deny' => 'Deny',
'Basic' => 'Basic',
+ 'USER_PRESETS' => 'User presets',
'ALL_ALLOW' => 'All Allow',
'ALL_DENY' => 'All Deny',
'ALL_INHERIT' => 'All Inherit',
@@ -652,12 +653,15 @@ $lang = array_merge($lang, array(
'GROUP_TIMEZONE' => 'Group timezone',
'GROUP_DST' => 'Group daylight savings',
'USER_DEFAULT' => 'User default',
+ 'USER_GETS_GROUP_SET' => 'Users inherit group settings',
'GROUPS_NO_MODS' => 'No group moderators defined',
'GROUP_ERR_USERNAME' => 'No group name specified.',
'GROUP_ERR_USER_LONG' => 'Group name too long.',
'GROUP_ERR_DESC_LONG' => 'Group description too long.',
'GROUP_ERR_TYPE' => 'Inappropriate group type specified.',
'GROUP_UPDATED' => 'Group preferences updated successfully.',
+ 'GROUP_USERS_ADDED' => 'New users added to group successfully.',
+ 'GROUP_MODS_ADDED' => 'New group moderators added successfully.',
'FORUM_PRUNE_EXPLAIN' => 'This will delete any topic which has not been posted to within the number of days you select. If you do not enter a number then all topics will be deleted. It will not remove topics in which polls are still running nor will it remove announcements. You will need to remove these topics manually.',