2005-12-04 20:25:51 +00:00
< ? php
/**
*
* acp_groups [ English ]
*
* @ package language
* @ version $Id $
* @ copyright ( c ) 2005 phpBB Group
* @ license http :// opensource . org / licenses / gpl - license . php GNU Public License
*
*/
/**
* DO NOT CHANGE
*/
if ( empty ( $lang ) || ! is_array ( $lang ))
{
$lang = array ();
}
2006-09-17 22:02:28 +00:00
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
2005-12-04 20:25:51 +00:00
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
2005-12-12 23:17:30 +00:00
$lang = array_merge ( $lang , array (
Righto... my first checkin for these language related thingies. Hopefully nothing
has blown up! ;)
The basic style guide is:
1) British English, Cambridge style... ie: -ise, not -ize, etc.
2) Sentence-case pervasively with exception of acronyms/abbreviations, which if not in their contracted form, shall be in title-case. If you don't like it, you can
restyle it via CSS using text-transform: none|uppercase|lowercase|capitalize; ...
additional hooks may be added to the strings to assist this.
3) For those that have missed the switch to UTF-8, it means that the language files need not use numeric entities anymore. <, > and & stay though, as
they must always be entitised.
There'll be more tweaks and changes, though this "big 'un" is out of the way and will get progressively chilly so that it can be frozen for RC1 after
however many betas there may be. ;) Wooh! :P
git-svn-id: file:///svn/phpbb/trunk@6399 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-09-24 00:28:32 +00:00
'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.' ,
'ADD_USERS' => 'Add users' ,
2005-12-04 20:25:51 +00:00
'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.' ,
2006-02-22 21:42:26 +00:00
'COPY_PERMISSIONS' => 'Copy permissions from' ,
'COPY_PERMISSIONS_EXPLAIN' => 'Once created, the group will have the same permissions as the one you select here.' ,
'CREATE_GROUP' => 'Create new group' ,
2005-12-04 20:25:51 +00:00
'GROUPS_NO_MEMBERS' => 'This group has no members' ,
'GROUPS_NO_MODS' => 'No group leaders defined' ,
'GROUP_APPROVE' => 'Approve' ,
Righto... my first checkin for these language related thingies. Hopefully nothing
has blown up! ;)
The basic style guide is:
1) British English, Cambridge style... ie: -ise, not -ize, etc.
2) Sentence-case pervasively with exception of acronyms/abbreviations, which if not in their contracted form, shall be in title-case. If you don't like it, you can
restyle it via CSS using text-transform: none|uppercase|lowercase|capitalize; ...
additional hooks may be added to the strings to assist this.
3) For those that have missed the switch to UTF-8, it means that the language files need not use numeric entities anymore. <, > and & stay though, as
they must always be entitised.
There'll be more tweaks and changes, though this "big 'un" is out of the way and will get progressively chilly so that it can be frozen for RC1 after
however many betas there may be. ;) Wooh! :P
git-svn-id: file:///svn/phpbb/trunk@6399 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-09-24 00:28:32 +00:00
'GROUP_APPROVED' => 'Approved members' ,
2005-12-04 20:25:51 +00:00
'GROUP_AVATAR' => 'Group avatar' ,
'GROUP_AVATAR_EXPLAIN' => 'This image will be displayed in the Group Control Panel.' ,
'GROUP_CLOSED' => 'Closed' ,
'GROUP_COLOR' => 'Group colour' ,
'GROUP_COLOR_EXPLAIN' => 'Defines the colour members usernames will appear in, leave blank for user default.' ,
2006-10-02 15:11:40 +00:00
'GROUP_CREATED' => 'Group has been created successfully.' ,
2005-12-04 20:25:51 +00:00
'GROUP_DEFAULT' => 'Default' ,
2006-10-02 15:11:40 +00:00
'GROUP_DEFS_UPDATED' => 'Default group set for all selected members.' ,
2005-12-04 20:25:51 +00:00
'GROUP_DELETE' => 'Delete' ,
2006-10-02 15:11:40 +00:00
'GROUP_DELETED' => 'Group deleted and user default groups set successfully.' ,
2005-12-04 20:25:51 +00:00
'GROUP_DEMOTE' => 'Demote' ,
'GROUP_DESC' => 'Group description' ,
'GROUP_DETAILS' => 'Group details' ,
'GROUP_DST' => 'Group daylight savings' ,
'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.' ,
'GROUP_ERR_USERS_EXIST' => 'The specified users are already members of this group' ,
2006-11-24 14:59:26 +00:00
'GROUP_FOUNDER_MANAGE' => 'Founder manage only' ,
'GROUP_FOUNDER_MANAGE_EXPLAIN' => 'Restrict group management for this group for founders only for the administration control panel.' ,
2005-12-04 20:25:51 +00:00
'GROUP_HIDDEN' => 'Hidden' ,
'GROUP_LANG' => 'Group language' ,
'GROUP_LEAD' => 'Group leaders' ,
2006-03-28 17:36:57 +00:00
'GROUP_LEADERS_ADDED' => 'New leaders added to group successfully.' ,
2006-03-28 13:47:16 +00:00
'GROUP_LEGEND' => 'Display group in legend' ,
2005-12-04 20:25:51 +00:00
'GROUP_LIST' => 'Current members' ,
'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.' ,
'GROUP_MEMBERS' => 'Group members' ,
'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.' ,
'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.' ,
2006-10-02 15:11:40 +00:00
'GROUP_MODS_DEMOTED' => 'Group leaders demoted successfully.' ,
'GROUP_MODS_PROMOTED' => 'Group members promoted successfully.' ,
2005-12-04 20:25:51 +00:00
'GROUP_NAME' => 'Group name' ,
'GROUP_OPEN' => 'Open' ,
Righto... my first checkin for these language related thingies. Hopefully nothing
has blown up! ;)
The basic style guide is:
1) British English, Cambridge style... ie: -ise, not -ize, etc.
2) Sentence-case pervasively with exception of acronyms/abbreviations, which if not in their contracted form, shall be in title-case. If you don't like it, you can
restyle it via CSS using text-transform: none|uppercase|lowercase|capitalize; ...
additional hooks may be added to the strings to assist this.
3) For those that have missed the switch to UTF-8, it means that the language files need not use numeric entities anymore. <, > and & stay though, as
they must always be entitised.
There'll be more tweaks and changes, though this "big 'un" is out of the way and will get progressively chilly so that it can be frozen for RC1 after
however many betas there may be. ;) Wooh! :P
git-svn-id: file:///svn/phpbb/trunk@6399 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-09-24 00:28:32 +00:00
'GROUP_PENDING' => 'Pending members' ,
2005-12-04 20:25:51 +00:00
'GROUP_PROMOTE' => 'Promote' ,
'GROUP_RANK' => 'Group rank' ,
'GROUP_RECEIVE_PM' => 'Group able to receive private messages' ,
'GROUP_REQUEST' => 'Request' ,
'GROUP_SETTINGS' => 'Set user preferences' ,
'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.' ,
'GROUP_SETTINGS_SAVE' => 'Groupwide settings' ,
'GROUP_TIMEZONE' => 'Group timezone' ,
'GROUP_TYPE' => 'Group type' ,
'GROUP_TYPE_EXPLAIN' => 'This determines which users can join or view this group.' ,
'GROUP_UPDATED' => 'Group preferences updated successfully.' ,
'GROUP_USERS_ADDED' => 'New users added to group successfully.' ,
'GROUP_USERS_EXIST' => 'The selected users are already members.' ,
2006-10-02 15:11:40 +00:00
'GROUP_USERS_REMOVE' => 'Users removed from group and new defaults set successfully.' ,
2005-12-04 20:25:51 +00:00
2006-07-09 16:23:57 +00:00
'MAKE_DEFAULT_FOR_ALL' => 'Make default group for every member' ,
'MEMBERS' => 'Members' ,
2006-10-02 15:11:40 +00:00
'NO_GROUP' => 'No group specified.' ,
2006-11-19 20:08:24 +00:00
'NO_GROUPS_CREATED' => 'No groups created yet.' ,
2006-02-22 21:42:26 +00:00
'NO_PERMISSIONS' => 'Do not copy permissions' ,
2006-10-02 15:11:40 +00:00
'NO_USERS' => 'You haven’ t entered any users.' ,
2005-12-04 20:25:51 +00:00
'SPECIAL_GROUPS' => 'Predefined groups' ,
Righto... my first checkin for these language related thingies. Hopefully nothing
has blown up! ;)
The basic style guide is:
1) British English, Cambridge style... ie: -ise, not -ize, etc.
2) Sentence-case pervasively with exception of acronyms/abbreviations, which if not in their contracted form, shall be in title-case. If you don't like it, you can
restyle it via CSS using text-transform: none|uppercase|lowercase|capitalize; ...
additional hooks may be added to the strings to assist this.
3) For those that have missed the switch to UTF-8, it means that the language files need not use numeric entities anymore. <, > and & stay though, as
they must always be entitised.
There'll be more tweaks and changes, though this "big 'un" is out of the way and will get progressively chilly so that it can be frozen for RC1 after
however many betas there may be. ;) Wooh! :P
git-svn-id: file:///svn/phpbb/trunk@6399 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-09-24 00:28:32 +00:00
'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.' ,
2005-12-04 20:25:51 +00:00
'TOTAL_MEMBERS' => 'Members' ,
'USERS_APPROVED' => 'Users approved successfully.' ,
'USER_DEFAULT' => 'User default' ,
'USER_DEF_GROUPS' => 'User defined groups' ,
Righto... my first checkin for these language related thingies. Hopefully nothing
has blown up! ;)
The basic style guide is:
1) British English, Cambridge style... ie: -ise, not -ize, etc.
2) Sentence-case pervasively with exception of acronyms/abbreviations, which if not in their contracted form, shall be in title-case. If you don't like it, you can
restyle it via CSS using text-transform: none|uppercase|lowercase|capitalize; ...
additional hooks may be added to the strings to assist this.
3) For those that have missed the switch to UTF-8, it means that the language files need not use numeric entities anymore. <, > and & stay though, as
they must always be entitised.
There'll be more tweaks and changes, though this "big 'un" is out of the way and will get progressively chilly so that it can be frozen for RC1 after
however many betas there may be. ;) Wooh! :P
git-svn-id: file:///svn/phpbb/trunk@6399 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-09-24 00:28:32 +00:00
'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.' ,
2005-12-04 20:25:51 +00:00
'USER_GROUP_DEFAULT' => 'Set as default group' ,
'USER_GROUP_DEFAULT_EXPLAIN' => 'Saying yes here will set this group as the default group for the added users' ,
'USER_GROUP_LEADER' => 'Set as group leader' ,
2005-12-12 23:17:30 +00:00
));
2005-12-04 20:25:51 +00:00
?>