Changeset 702 for trunk/forum/language/en/acp/groups.php
- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/language/en/acp/groups.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : groups.php 8911 2008-09-23 13:03:33Z acydburn$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 89 89 'GROUP_MAX_RECIPIENTS' => 'Maximum number of allowed recipients per private message', 90 90 'GROUP_MAX_RECIPIENTS_EXPLAIN' => 'The maximum number of allowed recipients in a private message. If 0 is entered, the board-wide setting is used.', 91 'GROUP_OPTIONS_SAVE' => 'Group wide options', 91 92 'GROUP_PROMOTE' => 'Promote to group leader', 92 93 'GROUP_RANK' => 'Group rank', … … 95 96 'GROUP_REQUEST' => 'Request', 96 97 'GROUP_SETTINGS_SAVE' => 'Group wide settings', 98 'GROUP_SKIP_AUTH' => 'Exempt group leader from permissions', 99 'GROUP_SKIP_AUTH_EXPLAIN' => 'If enabled group leader no longer inherit permissions from the group.', 97 100 'GROUP_TYPE' => 'Group type', 98 101 'GROUP_TYPE_EXPLAIN' => 'This determines which users can join or view this group.', 99 102 'GROUP_UPDATED' => 'Group preferences updated successfully.', 100 103 101 104 'GROUP_USERS_ADDED' => 'New users added to group successfully.', 102 105 'GROUP_USERS_EXIST' => 'The selected users are already members.',
Note:
See TracChangeset
for help on using the changeset viewer.