[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * 4 * This file is part of the phpBB Forum Software package. 5 * 6 * @copyright (c) phpBB Limited <https://www.phpbb.com> 7 * @license GNU General Public License, version 2 (GPL-2.0) 8 * 9 * For full copyright and license information, please see 10 * the docs/CREDITS.txt file. 11 * 12 */ 13 14 /** 15 * DO NOT CHANGE 16 */ 17 if (!defined('IN_PHPBB')) 18 { 19 exit; 20 } 21 22 if (empty($lang) || !is_array($lang)) 23 { 24 $lang = array(); 25 } 26 27 // DEVELOPERS PLEASE NOTE 28 // 29 // All language files should use UTF-8 as their encoding and the files must not contain a BOM. 30 // 31 // Placeholders can now contain order information, e.g. instead of 32 // 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows 33 // translators to re-order the output of data while ensuring it remains correct 34 // 35 // You do not need this where single placeholders are used, e.g. 'Message %d' is fine 36 // equally where a string contains only two placeholders which are used to wrap text 37 // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine 38 39 $lang = array_merge($lang, array( 40 'ACP_GROUPS_MANAGE_EXPLAIN' => 'From this panel you can administer all your usergroups. You can delete, create and edit existing groups. Furthermore, you may choose group leaders, toggle open/hidden/closed group status and set the group name and description.', 41 'ADD_GROUP_CATEGORY' => 'Add category', 42 'ADD_USERS' => 'Add users', 43 '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 separate line.', 44 45 'COPY_PERMISSIONS' => 'Copy permissions from', 46 'COPY_PERMISSIONS_EXPLAIN' => 'Once created, the group will have the same permissions as the one you select here.', 47 'CREATE_GROUP' => 'Create new group', 48 49 'GROUPS_NO_MEMBERS' => 'This group has no members', 50 'GROUPS_NO_MODS' => 'No group leaders defined', 51 52 'GROUP_APPROVE' => 'Approve member', 53 'GROUP_APPROVED' => 'Approved members', 54 'GROUP_AVATAR' => 'Group avatar', 55 'GROUP_AVATAR_EXPLAIN' => 'This image will be displayed in the Group Control Panel.', 56 'GROUP_CATEGORY_NAME' => 'Category name', 57 'GROUP_CLOSED' => 'Closed', 58 'GROUP_COLOR' => 'Group colour', 59 'GROUP_COLOR_EXPLAIN' => 'Defines the colour members’ usernames will appear in, leave blank for user default.', 60 'GROUP_CONFIRM_ADD_USERS' => array( 61 1 => 'Are you sure that you want to add the user %2$s to the group?', 62 2 => 'Are you sure that you want to add the users %2$s to the group?', 63 ), 64 'GROUP_CREATED' => 'Group has been created successfully.', 65 'GROUP_DEFAULT' => 'Make group default for member', 66 'GROUP_DEFS_UPDATED' => 'Default group set for all selected members.', 67 'GROUP_DELETE' => 'Remove member from group', 68 'GROUP_DELETED' => 'Group deleted and user default groups set successfully.', 69 'GROUP_DEMOTE' => 'Demote group leader', 70 'GROUP_DESC' => 'Group description', 71 'GROUP_DETAILS' => 'Group details', 72 '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 group wide options such as colouration, rank, etc. Changes made here override users’ current settings. Please note that group members can override group-avatar settings, unless you set appropriate user permissions.', 73 'GROUP_ERR_USERS_EXIST' => 'The specified users are already members of this group.', 74 'GROUP_FOUNDER_MANAGE' => 'Founder manage only', 75 'GROUP_FOUNDER_MANAGE_EXPLAIN' => 'Restrict management of this group to founders only. Users having group permissions are still able to see this group as well as this group’s members.', 76 'GROUP_HIDDEN' => 'Hidden', 77 'GROUP_LANG' => 'Group language', 78 'GROUP_LEAD' => 'Group leaders', 79 'GROUP_LEADERS_ADDED' => 'New leaders added to group successfully.', 80 'GROUP_LEGEND' => 'Display group in legend', 81 'GROUP_LIST' => 'Current members', 82 '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.', 83 'GROUP_MEMBERS' => 'Group members', 84 'GROUP_MEMBERS_EXPLAIN' => 'This is a complete listing of all the members of this usergroup. It includes separate 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.', 85 'GROUP_MESSAGE_LIMIT' => 'Group private message limit per folder', 86 'GROUP_MESSAGE_LIMIT_EXPLAIN' => 'This setting overrides the per-user folder message limit. The maximum for all groups of the user is used to determine the actual value.<br />Set this value to 0 to overwrite the setting for all users of this group with the board-wide setting.', 87 'GROUP_MODS_ADDED' => 'New group leaders added successfully.', 88 'GROUP_MODS_DEMOTED' => 'Group leaders demoted successfully.', 89 'GROUP_MODS_PROMOTED' => 'Group members promoted successfully.', 90 'GROUP_NAME' => 'Group name', 91 'GROUP_NAME_TAKEN' => 'The group name you entered is already in use, please select an alternative.', 92 'GROUP_OPEN' => 'Open', 93 'GROUP_PENDING' => 'Pending members', 94 'GROUP_MAX_RECIPIENTS' => 'Maximum number of allowed recipients per private message', 95 'GROUP_MAX_RECIPIENTS_EXPLAIN' => 'The maximum number of allowed recipients in a private message. The maximum for all groups of the user is used to determine the actual value.<br />Set this value to 0 to overwrite the setting for all users of this group with the board-wide setting.', 96 'GROUP_OPTIONS_SAVE' => 'Group wide options', 97 'GROUP_PROMOTE' => 'Promote to group leader', 98 'GROUP_RANK' => 'Group rank', 99 'GROUP_RECEIVE_PM' => 'Group able to receive private messages', 100 'GROUP_RECEIVE_PM_EXPLAIN' => 'Please note that hidden groups are not able to be messaged, regardless of this setting.', 101 'GROUP_REQUEST' => 'Request', 102 'GROUP_SETTINGS_SAVE' => 'Group wide settings', 103 'GROUP_SKIP_AUTH' => 'Exempt group leader from permissions', 104 'GROUP_SKIP_AUTH_EXPLAIN' => 'If enabled group leader no longer inherit permissions from the group.', 105 'GROUP_SPECIAL' => 'Pre-defined', 106 'GROUP_TEAMPAGE' => 'Display group on teampage', 107 'GROUP_TYPE' => 'Group type', 108 'GROUP_TYPE_EXPLAIN' => 'This determines which users can join or view this group.', 109 'GROUP_UPDATED' => 'Group preferences updated successfully.', 110 111 'GROUP_USERS_ADDED' => 'New users added to group successfully.', 112 'GROUP_USERS_EXIST' => 'The selected users are already members.', 113 'GROUP_USERS_REMOVE' => 'Users removed from group and new defaults set successfully.', 114 'GROUP_USERS_INVALID' => 'No users were added to the group as the following usernames do not exist: %s', 115 116 'LEGEND_EXPLAIN' => 'These are the groups which are displayed in the group legend:', 117 'LEGEND_SETTINGS' => 'Legend settings', 118 'LEGEND_SORT_GROUPNAME' => 'Sort legend by group name', 119 'LEGEND_SORT_GROUPNAME_EXPLAIN' => 'The order below is ignored when this option is enabled.', 120 121 'MANAGE_LEGEND' => 'Manage group legend', 122 'MANAGE_TEAMPAGE' => 'Manage teampage', 123 'MAKE_DEFAULT_FOR_ALL' => 'Make default group for every member', 124 'MEMBERS' => 'Members', 125 126 'NO_GROUP' => 'No group specified.', 127 'NO_GROUPS_ADDED' => 'No groups added yet.', 128 'NO_GROUPS_CREATED' => 'No groups created yet.', 129 'NO_PERMISSIONS' => 'Do not copy permissions', 130 'NO_USERS' => 'You haven’t entered any users.', 131 'NO_USERS_ADDED' => 'No users were added to the group.', 132 'NO_VALID_USERS' => 'You haven’t entered any users eligible for that action.', 133 134 'PENDING_MEMBERS' => 'Pending', 135 136 'SELECT_GROUP' => 'Select a group', 137 'SPECIAL_GROUPS' => 'Pre-defined groups', 138 '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.', 139 140 'TEAMPAGE' => 'Teampage', 141 'TEAMPAGE_DISP_ALL' => 'All memberships', 142 'TEAMPAGE_DISP_DEFAULT' => 'User’s default group only', 143 'TEAMPAGE_DISP_FIRST' => 'First membership only', 144 'TEAMPAGE_EXPLAIN' => 'These are the groups which are displayed on the teampage:', 145 'TEAMPAGE_FORUMS' => 'Display moderated forums', 146 'TEAMPAGE_FORUMS_EXPLAIN' => 'If set to yes, moderators will have a list with all of the forums where they have moderator permissions displayed in their row. This can be very database intensive for big boards.', 147 'TEAMPAGE_MEMBERSHIPS' => 'Display user memberships', 148 'TEAMPAGE_SETTINGS' => 'Teampage settings', 149 'TOTAL_MEMBERS' => 'Members', 150 151 'USERS_APPROVED' => 'Users approved successfully.', 152 'USER_DEFAULT' => 'User default', 153 'USER_DEF_GROUPS' => 'User defined groups', 154 '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.', 155 'USER_GROUP_DEFAULT' => 'Set as default group', 156 'USER_GROUP_DEFAULT_EXPLAIN' => 'Saying yes here will set this group as the default group for the added users.', 157 'USER_GROUP_LEADER' => 'Set as group leader', 158 ));
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |