mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
consistent acp layout regarding backlinks and messages.
git-svn-id: file:///svn/phpbb/trunk@6428 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -48,11 +48,11 @@ $lang = array_merge($lang, array(
|
||||
'GROUP_CLOSED' => 'Closed',
|
||||
'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_CREATED' => 'Group has been created successfully.',
|
||||
'GROUP_DEFAULT' => 'Default',
|
||||
'GROUP_DEFS_UPDATED' => 'Default group set for all selected members',
|
||||
'GROUP_DEFS_UPDATED' => 'Default group set for all selected members.',
|
||||
'GROUP_DELETE' => 'Delete',
|
||||
'GROUP_DELETED' => 'Group deleted and user default groups set successfully',
|
||||
'GROUP_DELETED' => 'Group deleted and user default groups set successfully.',
|
||||
'GROUP_DEMOTE' => 'Demote',
|
||||
'GROUP_DESC' => 'Group description',
|
||||
'GROUP_DETAILS' => 'Group details',
|
||||
@@ -71,8 +71,8 @@ $lang = array_merge($lang, array(
|
||||
'GROUP_MESSAGE_LIMIT' => 'Group private message limit per folder',
|
||||
'GROUP_MESSAGE_LIMIT_EXPLAIN' => 'This setting overrides the per-user folder message limit. A value of 0 means the user default limit will be used.',
|
||||
'GROUP_MODS_ADDED' => 'New group moderators added successfully.',
|
||||
'GROUP_MODS_DEMOTED' => 'Group leaders demoted successfully',
|
||||
'GROUP_MODS_PROMOTED' => 'Group members promoted successfully',
|
||||
'GROUP_MODS_DEMOTED' => 'Group leaders demoted successfully.',
|
||||
'GROUP_MODS_PROMOTED' => 'Group members promoted successfully.',
|
||||
'GROUP_NAME' => 'Group name',
|
||||
'GROUP_OPEN' => 'Open',
|
||||
'GROUP_PENDING' => 'Pending members',
|
||||
@@ -89,13 +89,14 @@ $lang = array_merge($lang, array(
|
||||
'GROUP_UPDATED' => 'Group preferences updated successfully.',
|
||||
'GROUP_USERS_ADDED' => 'New users added to group successfully.',
|
||||
'GROUP_USERS_EXIST' => 'The selected users are already members.',
|
||||
'GROUP_USERS_REMOVE' => 'Users removed from group and new defaults set successfully',
|
||||
'GROUP_USERS_REMOVE' => 'Users removed from group and new defaults set successfully.',
|
||||
|
||||
'MAKE_DEFAULT_FOR_ALL' => 'Make default group for every member',
|
||||
'MEMBERS' => 'Members',
|
||||
|
||||
'NO_GROUP' => 'No group specified',
|
||||
'NO_GROUP' => 'No group specified.',
|
||||
'NO_PERMISSIONS' => 'Do not copy permissions',
|
||||
'NO_USERS' => 'You haven’t entered any users.',
|
||||
|
||||
'SPECIAL_GROUPS' => 'Predefined groups',
|
||||
'SPECIAL_GROUPS_EXPLAIN' => 'Pre-defined groups are special groups, they cannot be deleted or directly modified. However you can still add users and alter basic settings. By clicking “Default” you can set the relevant group to the default for all its members.',
|
||||
|
Reference in New Issue
Block a user