mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- added confirm box to ucp zebra (adding fried/foe)
- permission fixes for conversions - use more appropiate error message within convertor if source tables could not be found - other tiny fixes git-svn-id: file:///svn/phpbb/trunk@6925 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -41,7 +41,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'GROUPS_NO_MEMBERS' => 'This group has no members',
|
||||
'GROUPS_NO_MODS' => 'No group leaders defined',
|
||||
'GROUP_APPROVE' => 'Approve',
|
||||
'GROUP_APPROVE' => 'Approve member',
|
||||
'GROUP_APPROVED' => 'Approved members',
|
||||
'GROUP_AVATAR' => 'Group avatar',
|
||||
'GROUP_AVATAR_EXPLAIN' => 'This image will be displayed in the Group Control Panel.',
|
||||
@@ -49,11 +49,11 @@ $lang = array_merge($lang, array(
|
||||
'GROUP_COLOR' => 'Group colour',
|
||||
'GROUP_COLOR_EXPLAIN' => 'Defines the colour members usernames will appear in, leave blank for user default.',
|
||||
'GROUP_CREATED' => 'Group has been created successfully.',
|
||||
'GROUP_DEFAULT' => 'Default',
|
||||
'GROUP_DEFAULT' => 'Make group default for member',
|
||||
'GROUP_DEFS_UPDATED' => 'Default group set for all selected members.',
|
||||
'GROUP_DELETE' => 'Delete',
|
||||
'GROUP_DELETE' => 'Remove member from group',
|
||||
'GROUP_DELETED' => 'Group deleted and user default groups set successfully.',
|
||||
'GROUP_DEMOTE' => 'Demote',
|
||||
'GROUP_DEMOTE' => 'Demote group leader',
|
||||
'GROUP_DESC' => 'Group description',
|
||||
'GROUP_DETAILS' => 'Group details',
|
||||
'GROUP_DST' => 'Group daylight savings',
|
||||
@@ -78,7 +78,7 @@ $lang = array_merge($lang, array(
|
||||
'GROUP_NAME' => 'Group name',
|
||||
'GROUP_OPEN' => 'Open',
|
||||
'GROUP_PENDING' => 'Pending members',
|
||||
'GROUP_PROMOTE' => 'Promote',
|
||||
'GROUP_PROMOTE' => 'Promote to group leader',
|
||||
'GROUP_RANK' => 'Group rank',
|
||||
'GROUP_RECEIVE_PM' => 'Group able to receive private messages',
|
||||
'GROUP_REQUEST' => 'Request',
|
||||
|
Reference in New Issue
Block a user