1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Basic ability to add users to group and group moderators

git-svn-id: file:///svn/phpbb/trunk@3468 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-02-11 17:12:52 +00:00
parent 28a01da9a4
commit 615e676b02
3 changed files with 243 additions and 46 deletions

View File

@@ -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.',

View File

@@ -417,7 +417,7 @@ $lang = array_merge($lang, array(
'Send_a_reply' => 'Reply to a private message',
'Edit_message' => 'Edit private message',
'Notification_subject' => 'New Private Message has arrived',
'Find_username' => 'Find a username',
'FIND_USERNAME' => 'Find a username',
'Find' => 'Find',
'No_match' => 'No matches found',
'No_such_folder' => 'No such folder exists',