consistent acp layout regarding backlinks and messages.
[phpbb.git] / phpBB / language / en / acp / groups.php
blob582dbb34656ce49417361f6f2b2a347ce281355d
1 <?php
2 /**
4 * acp_groups [English]
6 * @package language
7 * @version $Id$
8 * @copyright (c) 2005 phpBB Group
9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
13 /**
14 * DO NOT CHANGE
16 if (empty($lang) || !is_array($lang))
18 $lang = array();
21 // DEVELOPERS PLEASE NOTE
23 // All language files should use UTF-8 as their encoding and the files must not contain a BOM.
25 // Placeholders can now contain order information, e.g. instead of
26 // 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
27 // translators to re-order the output of data while ensuring it remains correct
29 // You do not need this where single placeholders are used, e.g. 'Message %d' is fine
30 // equally where a string contains only two placeholders which are used to wrap text
31 // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
33 $lang = array_merge($lang, array(
34 'ACP_GROUPS_MANAGE_EXPLAIN' => 'From this panel you can administrate all your usergroups, you can delete, create and edit existing groups. You may choose moderators, toggle open/closed group status and set the group name and description.',
35 'ADD_USERS' => 'Add users',
36 'ADD_USERS_EXPLAIN' => 'Here you can add new users to the group. You may select whether this group becomes the new default for the selected users. Additionally you can define them as group leaders. Please enter each username on a seperate line.',
38 'COPY_PERMISSIONS' => 'Copy permissions from',
39 'COPY_PERMISSIONS_EXPLAIN' => 'Once created, the group will have the same permissions as the one you select here.',
40 'CREATE_GROUP' => 'Create new group',
42 'GROUPS_NO_MEMBERS' => 'This group has no members',
43 'GROUPS_NO_MODS' => 'No group leaders defined',
44 'GROUP_APPROVE' => 'Approve',
45 'GROUP_APPROVED' => 'Approved members',
46 'GROUP_AVATAR' => 'Group avatar',
47 'GROUP_AVATAR_EXPLAIN' => 'This image will be displayed in the Group Control Panel.',
48 'GROUP_CLOSED' => 'Closed',
49 'GROUP_COLOR' => 'Group colour',
50 'GROUP_COLOR_EXPLAIN' => 'Defines the colour members usernames will appear in, leave blank for user default.',
51 'GROUP_CREATED' => 'Group has been created successfully.',
52 'GROUP_DEFAULT' => 'Default',
53 'GROUP_DEFS_UPDATED' => 'Default group set for all selected members.',
54 'GROUP_DELETE' => 'Delete',
55 'GROUP_DELETED' => 'Group deleted and user default groups set successfully.',
56 'GROUP_DEMOTE' => 'Demote',
57 'GROUP_DESC' => 'Group description',
58 'GROUP_DETAILS' => 'Group details',
59 'GROUP_DST' => 'Group daylight savings',
60 'GROUP_EDIT_EXPLAIN' => 'Here you can edit an existing group. You can change its name, description and type (open, closed, etc.). You can also set certain groupwide options such as colouration, rank, etc. Changes made here override users current settings. Please note that group members can alter their avatar unless you set appropriate user permissions.',
61 'GROUP_ERR_USERS_EXIST' => 'The specified users are already members of this group',
62 'GROUP_HIDDEN' => 'Hidden',
63 'GROUP_LANG' => 'Group language',
64 'GROUP_LEAD' => 'Group leaders',
65 'GROUP_LEADERS_ADDED' => 'New leaders added to group successfully.',
66 'GROUP_LEGEND' => 'Display group in legend',
67 'GROUP_LIST' => 'Current members',
68 'GROUP_LIST_EXPLAIN' => 'This is a complete list of all the current users with membership of this group. You can delete members (except in certain special groups) or add new ones as you see fit.',
69 'GROUP_MEMBERS' => 'Group members',
70 'GROUP_MEMBERS_EXPLAIN' => 'This is a complete listing of all the members of this usergroup. It includes seperate sections for leaders, pending and existing members. From here you can manage all aspects of who has membership of this group and what their role is. To remove a leader but keep them in the group use Demote rather than delete. Similarly use Promote to make an existing member a leader.',
71 'GROUP_MESSAGE_LIMIT' => 'Group private message limit per folder',
72 '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.',
73 'GROUP_MODS_ADDED' => 'New group moderators added successfully.',
74 'GROUP_MODS_DEMOTED' => 'Group leaders demoted successfully.',
75 'GROUP_MODS_PROMOTED' => 'Group members promoted successfully.',
76 'GROUP_NAME' => 'Group name',
77 'GROUP_OPEN' => 'Open',
78 'GROUP_PENDING' => 'Pending members',
79 'GROUP_PROMOTE' => 'Promote',
80 'GROUP_RANK' => 'Group rank',
81 'GROUP_RECEIVE_PM' => 'Group able to receive private messages',
82 'GROUP_REQUEST' => 'Request',
83 'GROUP_SETTINGS' => 'Set user preferences',
84 'GROUP_SETTINGS_EXPLAIN' => 'Here you can force changes in users current preferences. Please note these settings are not saved for the group itself. They are intended as a quick method of altering the preferences of all users in this group.',
85 'GROUP_SETTINGS_SAVE' => 'Groupwide settings',
86 'GROUP_TIMEZONE' => 'Group timezone',
87 'GROUP_TYPE' => 'Group type',
88 'GROUP_TYPE_EXPLAIN' => 'This determines which users can join or view this group.',
89 'GROUP_UPDATED' => 'Group preferences updated successfully.',
90 'GROUP_USERS_ADDED' => 'New users added to group successfully.',
91 'GROUP_USERS_EXIST' => 'The selected users are already members.',
92 'GROUP_USERS_REMOVE' => 'Users removed from group and new defaults set successfully.',
94 'MAKE_DEFAULT_FOR_ALL' => 'Make default group for every member',
95 'MEMBERS' => 'Members',
97 'NO_GROUP' => 'No group specified.',
98 'NO_PERMISSIONS' => 'Do not copy permissions',
99 'NO_USERS' => 'You haven’t entered any users.',
101 'SPECIAL_GROUPS' => 'Predefined groups',
102 '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.',
104 'TOTAL_MEMBERS' => 'Members',
106 'USERS_APPROVED' => 'Users approved successfully.',
107 'USER_DEFAULT' => 'User default',
108 'USER_DEF_GROUPS' => 'User defined groups',
109 'USER_DEF_GROUPS_EXPLAIN' => 'These are groups created by you or another admin on this board. You can manage memberships as well as edit group properties or even delete the group. By clicking “Default” you can set the relevant group to the default for all its members.',
110 'USER_GROUP_DEFAULT' => 'Set as default group',
111 'USER_GROUP_DEFAULT_EXPLAIN' => 'Saying yes here will set this group as the default group for the added users',
112 'USER_GROUP_LEADER' => 'Set as group leader',