Blame Extras/phpBB/3.0.4/language/en/acp/permissions.php

4c79b5
4c79b5
/**
4c79b5
*
4c79b5
* acp_permissions [English]
4c79b5
*
4c79b5
* @package language
4c79b5
* @version $Id: permissions.php 8479 2008-03-29 00:22:48Z naderman $
4c79b5
* @copyright (c) 2005 phpBB Group
4c79b5
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
4c79b5
*
4c79b5
*/
4c79b5
4c79b5
/**
4c79b5
* DO NOT CHANGE
4c79b5
*/
4c79b5
if (!defined('IN_PHPBB'))
4c79b5
{
4c79b5
	exit;
4c79b5
}
4c79b5
4c79b5
if (empty($lang) || !is_array($lang))
4c79b5
{
4c79b5
	$lang = array();
4c79b5
}
4c79b5
4c79b5
// DEVELOPERS PLEASE NOTE
4c79b5
//
4c79b5
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
4c79b5
//
4c79b5
// Placeholders can now contain order information, e.g. instead of
4c79b5
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
4c79b5
// translators to re-order the output of data while ensuring it remains correct
4c79b5
//
4c79b5
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
4c79b5
// equally where a string contains only two placeholders which are used to wrap text
4c79b5
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
4c79b5
4c79b5
$lang = array_merge($lang, array(
4c79b5
	'ACP_PERMISSIONS_EXPLAIN'	=> '
4c79b5
		

Permissions are highly granular and grouped into four major sections, which are:

4c79b5
4c79b5
		

Global Permissions

4c79b5
		

These are used to control access on a global level and apply to the entire bulletin board. They are further divided into Users’ Permissions, Groups’ Permissions, Administrators and Global Moderators.

4c79b5
4c79b5
		

Forum Based Permissions

4c79b5
		

These are used to control access on a per forum basis. They are further divided into Forum Permissions, Forum Moderators, Users’ Forum Permissions and Groups’ Forum Permissions.

4c79b5
4c79b5
		

Permission Roles

4c79b5
		

These are used to create different sets of permissions for the different permission types later being able to be assigned on a role-based basis. The default roles should cover the administration of bulletin boards large and small, though within each of the four divisions, you can add/edit/delete roles as you see fit.

4c79b5
4c79b5
		

Permission Masks

4c79b5
		

These are used to view the effective permissions assigned to Users, Moderators (Local and Global), Administrators or Forums.

4c79b5
	
4c79b5
		
4c79b5
4c79b5
		

For further information on setting up and managing permissions on your phpBB3 board, please see Chapter 1.5 of our Quick Start Guide.

4c79b5
	',
4c79b5
4c79b5
	'ACL_NEVER'				=> 'Never',
4c79b5
	'ACL_SET'				=> 'Setting permissions',
4c79b5
	'ACL_SET_EXPLAIN'		=> 'Permissions are based on a simple <samp>YES</samp>/<samp>NO</samp> system. Setting an option to <samp>NEVER</samp> for a user or usergroup overrides any other value assigned to it. If you do not wish to assign a value for an option for this user or group select <samp>NO</samp>. If values are assigned for this option elsewhere they will be used in preference, else <samp>NEVER</samp> is assumed. All objects marked (with the checkbox in front of them) will copy the permission set you defined.',
4c79b5
	'ACL_SETTING'			=> 'Setting',
4c79b5
4c79b5
	'ACL_TYPE_A_'			=> 'Administrative permissions',
4c79b5
	'ACL_TYPE_F_'			=> 'Forum permissions',
4c79b5
	'ACL_TYPE_M_'			=> 'Moderative permissions',
4c79b5
	'ACL_TYPE_U_'			=> 'User permissions',
4c79b5
4c79b5
	'ACL_TYPE_GLOBAL_A_'	=> 'Administrative permissions',
4c79b5
	'ACL_TYPE_GLOBAL_U_'	=> 'User permissions',
4c79b5
	'ACL_TYPE_GLOBAL_M_'	=> 'Global Moderator permissions',
4c79b5
	'ACL_TYPE_LOCAL_M_'		=> 'Forum Moderator permissions',
4c79b5
	'ACL_TYPE_LOCAL_F_'		=> 'Forum permissions',
4c79b5
	
4c79b5
	'ACL_NO'				=> 'No',
4c79b5
	'ACL_VIEW'				=> 'Viewing permissions',
4c79b5
	'ACL_VIEW_EXPLAIN'		=> 'Here you can see the effective permissions the user/group is having. A red square indicates that the user/group does not have the permission, a green square indicates that the user/group does have the permission.',
4c79b5
	'ACL_YES'				=> 'Yes',
4c79b5
4c79b5
	'ACP_ADMINISTRATORS_EXPLAIN'				=> 'Here you can assign administrator permissions to users or groups. All users with administrator permissions can view the administration control panel.',
4c79b5
	'ACP_FORUM_MODERATORS_EXPLAIN'				=> 'Here you can assign users and groups as forum moderators. To assign users access to forums, to define global moderative permissions or administrators please use the appropriate page.',
4c79b5
	'ACP_FORUM_PERMISSIONS_EXPLAIN'				=> 'Here you can alter which users and groups can access which forums. To assign moderators or define administrators please use the appropriate page.',
4c79b5
	'ACP_GLOBAL_MODERATORS_EXPLAIN'				=> 'Here you can assign global moderator permissions to users or groups. These moderators are like ordinary moderators except they have access to every forum on your board.',
4c79b5
	'ACP_GROUPS_FORUM_PERMISSIONS_EXPLAIN'		=> 'Here you can assign forum permissions to groups.',
4c79b5
	'ACP_GROUPS_PERMISSIONS_EXPLAIN'			=> 'Here you can assign global permissions to groups - user permissions, global moderator permissions and administrator permissions. User permissions include capabilities such as the use of avatars, sending private messages, et cetera; global moderator permissions such as approving posts, manage topics, manage bans, et cetera and lastly administrator permissions such as altering permissions, define custom BBCodes, manage forums, et cetera. Individual users permissions should only be changed in rare occasions, the preferred method is putting users in groups and assigning the group’s permissions.',
4c79b5
	'ACP_ADMIN_ROLES_EXPLAIN'					=> 'Here you are able to manage the roles for administrative permissions. Roles are effective permissions, if you change a role the items having this role assigned will change it’s permissions too.',
4c79b5
	'ACP_FORUM_ROLES_EXPLAIN'					=> 'Here you are able to manage the roles for forum permissions. Roles are effective permissions, if you change a role the items having this role assigned will change it’s permissions too.',
4c79b5
	'ACP_MOD_ROLES_EXPLAIN'						=> 'Here you are able to manage the roles for moderative permissions. Roles are effective permissions, if you change a role the items having this role assigned will change it’s permissions too.',
4c79b5
	'ACP_USER_ROLES_EXPLAIN'					=> 'Here you are able to manage the roles for user permissions. Roles are effective permissions, if you change a role the items having this role assigned will change it’s permissions too.',
4c79b5
	'ACP_USERS_FORUM_PERMISSIONS_EXPLAIN'		=> 'Here you can assign forum permissions to users.',
4c79b5
	'ACP_USERS_PERMISSIONS_EXPLAIN'				=> 'Here you can assign global permissions to users - user permissions, global moderator permissions and administrator permissions. User permissions include capabilities such as the use of avatars, sending private messages, et cetera; global moderator permissions such as approving posts, manage topics, manage bans, et cetera and lastly administrator permissions such as altering permissions, define custom BBCodes, manage forums, et cetera. To alter these settings for large numbers of users the Group permissions system is the preferred method. User’s permissions should only be changed in rare occasions, the preferred method is putting users in groups and assigning the group’s permissions.',
4c79b5
	'ACP_VIEW_ADMIN_PERMISSIONS_EXPLAIN'		=> 'Here you can view the effective administrative permissions assigned to the selected users/groups.',
4c79b5
	'ACP_VIEW_GLOBAL_MOD_PERMISSIONS_EXPLAIN'	=> 'Here you can view the global moderative permissions assigned to the selected users/groups.',
4c79b5
	'ACP_VIEW_FORUM_PERMISSIONS_EXPLAIN'		=> 'Here you can view the forum permissions assigned to the selected users/groups and forums.',
4c79b5
	'ACP_VIEW_FORUM_MOD_PERMISSIONS_EXPLAIN'	=> 'Here you can view the forum moderator permissions assigned to the selected users/groups and forums.',
4c79b5
	'ACP_VIEW_USER_PERMISSIONS_EXPLAIN'			=> 'Here you can view the effective user permissions assigned to the selected users/groups.',
4c79b5
4c79b5
	'ADD_GROUPS'				=> 'Add groups',
4c79b5
	'ADD_PERMISSIONS'			=> 'Add permissions',
4c79b5
	'ADD_USERS'					=> 'Add users',
4c79b5
	'ADVANCED_PERMISSIONS'		=> 'Advanced Permissions',
4c79b5
	'ALL_GROUPS'				=> 'Select all groups',
4c79b5
	'ALL_NEVER'					=> 'All <samp>NEVER</samp>',
4c79b5
	'ALL_NO'					=> 'All <samp>NO</samp>',
4c79b5
	'ALL_USERS'					=> 'Select all users',
4c79b5
	'ALL_YES'					=> 'All <samp>YES</samp>',
4c79b5
	'APPLY_ALL_PERMISSIONS'		=> 'Apply all permissions',
4c79b5
	'APPLY_PERMISSIONS'			=> 'Apply permissions',
4c79b5
	'APPLY_PERMISSIONS_EXPLAIN'	=> 'The permissions and role defined for this item will only be applied to this item and all checked items.',
4c79b5
	'AUTH_UPDATED'				=> 'Permissions have been updated.',
4c79b5
4c79b5
	'CREATE_ROLE'				=> 'Create role',
4c79b5
	'CREATE_ROLE_FROM'			=> 'Use settings from…',
4c79b5
	'CUSTOM'					=> 'Custom…',
4c79b5
4c79b5
	'DEFAULT'					=> 'Default',
4c79b5
	'DELETE_ROLE'				=> 'Delete role',
4c79b5
	'DELETE_ROLE_CONFIRM'		=> 'Are you sure you want to remove this role? Items having this role assigned will not lose their permission settings.',
4c79b5
	'DISPLAY_ROLE_ITEMS'		=> 'View items using this role',
4c79b5
4c79b5
	'EDIT_PERMISSIONS'			=> 'Edit permissions',
4c79b5
	'EDIT_ROLE'					=> 'Edit role',
4c79b5
4c79b5
	'GROUPS_NOT_ASSIGNED'		=> 'No group assigned to this role',
4c79b5
4c79b5
	'LOOK_UP_GROUP'				=> 'Look up usergroup',
4c79b5
	'LOOK_UP_USER'				=> 'Look up user',
4c79b5
4c79b5
	'MANAGE_GROUPS'		=> 'Manage groups',
4c79b5
	'MANAGE_USERS'		=> 'Manage users',
4c79b5
4c79b5
	'NO_AUTH_SETTING_FOUND'		=> 'Permission settings not defined.',
4c79b5
	'NO_ROLE_ASSIGNED'			=> 'No role assigned…',
4c79b5
	'NO_ROLE_ASSIGNED_EXPLAIN'	=> 'Setting to this role does not change permissions on the right. If you want to unset/remove all permissions you should use the “All <samp>NO</samp>” link.',
4c79b5
	'NO_ROLE_AVAILABLE'			=> 'No role available',
4c79b5
	'NO_ROLE_NAME_SPECIFIED'	=> 'Please give the role a name.',
4c79b5
	'NO_ROLE_SELECTED'			=> 'Role could not be found.',
4c79b5
	'NO_USER_GROUP_SELECTED'	=> 'You haven’t selected any user or group.',
4c79b5
4c79b5
	'ONLY_FORUM_DEFINED'	=> 'You only defined forums in your selection. Please also select at least one user or one group.',
4c79b5
4c79b5
	'PERMISSION_APPLIED_TO_ALL'		=> 'Permissions and role will also be applied to all checked objects',
4c79b5
	'PLUS_SUBFORUMS'				=> '+Subforums',
4c79b5
4c79b5
	'REMOVE_PERMISSIONS'			=> 'Remove permissions',
4c79b5
	'REMOVE_ROLE'					=> 'Remove role',
4c79b5
	'RESULTING_PERMISSION'			=> 'Resulting permission',
4c79b5
	'ROLE'							=> 'Role',
4c79b5
	'ROLE_ADD_SUCCESS'				=> 'Role successfully added.',
4c79b5
	'ROLE_ASSIGNED_TO'				=> 'Users/Groups assigned to %s',
4c79b5
	'ROLE_DELETED'					=> 'Role successfully removed.',
4c79b5
	'ROLE_DESCRIPTION'				=> 'Role description',
4c79b5
4c79b5
	'ROLE_ADMIN_FORUM'			=> 'Forum Admin',
4c79b5
	'ROLE_ADMIN_FULL'			=> 'Full Admin',
4c79b5
	'ROLE_ADMIN_STANDARD'		=> 'Standard Admin',
4c79b5
	'ROLE_ADMIN_USERGROUP'		=> 'User and Groups Admin',
4c79b5
	'ROLE_FORUM_BOT'			=> 'Bot Access',
4c79b5
	'ROLE_FORUM_FULL'			=> 'Full Access',
4c79b5
	'ROLE_FORUM_LIMITED'		=> 'Limited Access',
4c79b5
	'ROLE_FORUM_LIMITED_POLLS'	=> 'Limited Access + Polls',
4c79b5
	'ROLE_FORUM_NOACCESS'		=> 'No Access',
4c79b5
	'ROLE_FORUM_ONQUEUE'		=> 'On Moderation Queue',
4c79b5
	'ROLE_FORUM_POLLS'			=> 'Standard Access + Polls',
4c79b5
	'ROLE_FORUM_READONLY'		=> 'Read Only Access',
4c79b5
	'ROLE_FORUM_STANDARD'		=> 'Standard Access',
4c79b5
	'ROLE_MOD_FULL'				=> 'Full Moderator',
4c79b5
	'ROLE_MOD_QUEUE'			=> 'Queue Moderator',
4c79b5
	'ROLE_MOD_SIMPLE'			=> 'Simple Moderator',
4c79b5
	'ROLE_MOD_STANDARD'			=> 'Standard Moderator',
4c79b5
	'ROLE_USER_FULL'			=> 'All Features',
4c79b5
	'ROLE_USER_LIMITED'			=> 'Limited Features',
4c79b5
	'ROLE_USER_NOAVATAR'		=> 'No Avatar',
4c79b5
	'ROLE_USER_NOPM'			=> 'No Private Messages',
4c79b5
	'ROLE_USER_STANDARD'		=> 'Standard Features',
4c79b5
4c79b5
	'ROLE_DESCRIPTION_ADMIN_FORUM'			=> 'Can access the forum management and forum permission settings.',
4c79b5
	'ROLE_DESCRIPTION_ADMIN_FULL'			=> 'Has access to all administrative functions of this board.
Not recommended.',
4c79b5
	'ROLE_DESCRIPTION_ADMIN_STANDARD'		=> 'Has access to most administrative features but is not allowed to use server or system related tools.',
4c79b5
	'ROLE_DESCRIPTION_ADMIN_USERGROUP'		=> 'Can manage groups and users: Able to change permissions, settings, manage bans, and manage ranks.',
4c79b5
	'ROLE_DESCRIPTION_FORUM_BOT'			=> 'This role is recommended for bots and search spiders.',
4c79b5
	'ROLE_DESCRIPTION_FORUM_FULL'			=> 'Can use all forum features, including posting of announcements and stickies. Can also ignore the flood limit.
Not recommended for normal users.',
4c79b5
	'ROLE_DESCRIPTION_FORUM_LIMITED'		=> 'Can use some forum features, but cannot attach files or use post icons.',
4c79b5
	'ROLE_DESCRIPTION_FORUM_LIMITED_POLLS'	=> 'As per Limited Access but can also create polls.',
4c79b5
	'ROLE_DESCRIPTION_FORUM_NOACCESS'		=> 'Can neither see nor access the forum.',
4c79b5
	'ROLE_DESCRIPTION_FORUM_ONQUEUE'		=> 'Can use most forum features including attachments, but posts and topics need to be approved by a moderator.',
4c79b5
	'ROLE_DESCRIPTION_FORUM_POLLS'			=> 'Like Standard Access but can also create polls.',
4c79b5
	'ROLE_DESCRIPTION_FORUM_READONLY'		=> 'Can read the forum, but cannot create new topics or reply to posts.',
4c79b5
	'ROLE_DESCRIPTION_FORUM_STANDARD'		=> 'Can use most forum features including attachments and deleting own topics, but cannot lock own topics, and cannot create polls.',
4c79b5
	'ROLE_DESCRIPTION_MOD_FULL'				=> 'Can use all moderating features, including banning.',
4c79b5
	'ROLE_DESCRIPTION_MOD_QUEUE'			=> 'Can use the Moderation Queue to validate and edit posts, but nothing else.',
4c79b5
	'ROLE_DESCRIPTION_MOD_SIMPLE'			=> 'Can only use basic topic actions. Cannot send warnings or use moderation queue.',
4c79b5
	'ROLE_DESCRIPTION_MOD_STANDARD'			=> 'Can use most moderating tools, but cannot ban users or change the post author.',
4c79b5
	'ROLE_DESCRIPTION_USER_FULL'			=> 'Can use all available forum features for users, including changing the user name or ignoring the flood limit.
Not recommended.',
4c79b5
	'ROLE_DESCRIPTION_USER_LIMITED'			=> 'Can access some of the user features. Attachments, e-mails, or instant messages are not allowed.',
4c79b5
	'ROLE_DESCRIPTION_USER_NOAVATAR'		=> 'Has a limited feature set and is not allowed to use the Avatar feature.',
4c79b5
	'ROLE_DESCRIPTION_USER_NOPM'			=> 'Has a limited feature set, and is not allowed to use Private Messages.',
4c79b5
	'ROLE_DESCRIPTION_USER_STANDARD'		=> 'Can access most but not all user features. Cannot change user name or ignore the flood limit, for instance.',
4c79b5
	
4c79b5
	'ROLE_DESCRIPTION_EXPLAIN'		=> 'You are able to enter a short explanation of what the role is doing or for what it is meant for. The text you enter here will be displayed within the permissions screens too.',
4c79b5
	'ROLE_DESCRIPTION_LONG'			=> 'The role description is too long, please limit it to 4000 characters.',
4c79b5
	'ROLE_DETAILS'					=> 'Role details',
4c79b5
	'ROLE_EDIT_SUCCESS'				=> 'Role successfully edited.',
4c79b5
	'ROLE_NAME'						=> 'Role name',
4c79b5
	'ROLE_NAME_ALREADY_EXIST'		=> 'A role named %s already exist for the specified permission type.',
4c79b5
	'ROLE_NOT_ASSIGNED'				=> 'Role has not been assigned yet.',
4c79b5
4c79b5
	'SELECTED_FORUM_NOT_EXIST'		=> 'The selected forum(s) do not exist.',
4c79b5
	'SELECTED_GROUP_NOT_EXIST'		=> 'The selected group(s) do not exist.',
4c79b5
	'SELECTED_USER_NOT_EXIST'		=> 'The selected user(s) do not exist.',
4c79b5
	'SELECT_FORUM_SUBFORUM_EXPLAIN'	=> 'The forum you select here will include all subforums into the selection.',
4c79b5
	'SELECT_ROLE'					=> 'Select role…',
4c79b5
	'SELECT_TYPE'					=> 'Select type',
4c79b5
	'SET_PERMISSIONS'				=> 'Set permissions',
4c79b5
	'SET_ROLE_PERMISSIONS'			=> 'Set role permissions',
4c79b5
	'SET_USERS_PERMISSIONS'			=> 'Set users permissions',
4c79b5
	'SET_USERS_FORUM_PERMISSIONS'	=> 'Set users forum permissions',
4c79b5
4c79b5
	'TRACE_DEFAULT'					=> 'By default every permission is <samp>NO</samp> (unset). So the permission can be overwritten by other settings.',
4c79b5
	'TRACE_FOR'						=> 'Trace for',
4c79b5
	'TRACE_GLOBAL_SETTING'			=> '%s (global)',
4c79b5
	'TRACE_GROUP_NEVER_TOTAL_NEVER'	=> 'This group’s permission is set to <samp>NEVER</samp> like the total result so the old result is kept.',
4c79b5
	'TRACE_GROUP_NEVER_TOTAL_NEVER_LOCAL'	=> 'This group’s permission for this forum is set to <samp>NEVER</samp> like the total result so the old result is kept.',
4c79b5
	'TRACE_GROUP_NEVER_TOTAL_NO'	=> 'This group’s permission is set to <samp>NEVER</samp> which becomes the new total value because it wasn’t set yet (set to <samp>NO</samp>).',
4c79b5
	'TRACE_GROUP_NEVER_TOTAL_NO_LOCAL'	=> 'This group’s permission for this forum is set to <samp>NEVER</samp> which becomes the new total value because it wasn’t set yet (set to <samp>NO</samp>).',
4c79b5
	'TRACE_GROUP_NEVER_TOTAL_YES'	=> 'This group’s permission is set to <samp>NEVER</samp> which overwrites the total <samp>YES</samp> to a <samp>NEVER</samp> for this user.',
4c79b5
	'TRACE_GROUP_NEVER_TOTAL_YES_LOCAL'	=> 'This group’s permission for this forum is set to <samp>NEVER</samp> which overwrites the total <samp>YES</samp> to a <samp>NEVER</samp> for this user.',
4c79b5
	'TRACE_GROUP_NO'				=> 'The permission is <samp>NO</samp> for this group so the old total value is kept.',
4c79b5
	'TRACE_GROUP_NO_LOCAL'			=> 'The permission is <samp>NO</samp> for this group within this forum so the old total value is kept.',
4c79b5
	'TRACE_GROUP_YES_TOTAL_NEVER'	=> 'This group’s permission is set to <samp>YES</samp> but the total <samp>NEVER</samp> cannot be overwritten.',
4c79b5
	'TRACE_GROUP_YES_TOTAL_NEVER_LOCAL'	=> 'This group’s permission for this forum is set to <samp>YES</samp> but the total <samp>NEVER</samp> cannot be overwritten.',
4c79b5
	'TRACE_GROUP_YES_TOTAL_NO'		=> 'This group’s permission is set to <samp>YES</samp> which becomes the new total value because it wasn’t set yet (set to <samp>NO</samp>).',
4c79b5
	'TRACE_GROUP_YES_TOTAL_NO_LOCAL'	=> 'This group’s permission for this forum is set to <samp>YES</samp> which becomes the new total value because it wasn’t set yet (set to <samp>NO</samp>).',
4c79b5
	'TRACE_GROUP_YES_TOTAL_YES'		=> 'This group’s permission is set to <samp>YES</samp> and the total permission is already set to <samp>YES</samp>, so the total result is kept.',
4c79b5
	'TRACE_GROUP_YES_TOTAL_YES_LOCAL'	=> 'This group’s permission for this forum is set to <samp>YES</samp> and the total permission is already set to <samp>YES</samp>, so the total result is kept.',
4c79b5
	'TRACE_PERMISSION'				=> 'Trace permission - %s',
4c79b5
	'TRACE_RESULT'					=> 'Trace result',
4c79b5
	'TRACE_SETTING'					=> 'Trace setting',
4c79b5
4c79b5
	'TRACE_USER_GLOBAL_YES_TOTAL_YES'		=> 'The forum independent user permission evaluates to <samp>YES</samp> but the total permission is already set to <samp>YES</samp>, so the total result is kept. %sTrace global permission%s',
4c79b5
	'TRACE_USER_GLOBAL_YES_TOTAL_NEVER'		=> 'The forum independent user permission evaluates to <samp>YES</samp> which overwrites the current local result <samp>NEVER</samp>. %sTrace global permission%s',
4c79b5
	'TRACE_USER_GLOBAL_NEVER_TOTAL_KEPT'	=> 'The forum independent user permission evaluates to <samp>NEVER</samp> which doesn’t influence the local permission. %sTrace global permission%s',
4c79b5
4c79b5
	'TRACE_USER_FOUNDER'					=> 'The user has the founder type set, therefore admin permissions are set to <samp>YES</samp> by default.',
4c79b5
	'TRACE_USER_KEPT'						=> 'The user’s permission is <samp>NO</samp> so the old total value is kept.',
4c79b5
	'TRACE_USER_KEPT_LOCAL'					=> 'The user’s permission for this forum is <samp>NO</samp> so the old total value is kept.',
4c79b5
	'TRACE_USER_NEVER_TOTAL_NEVER'			=> 'The user’s permission is set to <samp>NEVER</samp> and the total value is set to <samp>NEVER</samp>, so nothing is changed.',
4c79b5
	'TRACE_USER_NEVER_TOTAL_NEVER_LOCAL'	=> 'The user’s permission for this forum is set to <samp>NEVER</samp> and the total value is set to <samp>NEVER</samp>, so nothing is changed.',
4c79b5
	'TRACE_USER_NEVER_TOTAL_NO'				=> 'The user’s permission is set to <samp>NEVER</samp> which becomes the total value because it was set to NO.',
4c79b5
	'TRACE_USER_NEVER_TOTAL_NO_LOCAL'		=> 'The user’s permission for this forum is set to <samp>NEVER</samp> which becomes the total value because it was set to NO.',
4c79b5
	'TRACE_USER_NEVER_TOTAL_YES'			=> 'The user’s permission is set to <samp>NEVER</samp> and overwrites the previous <samp>YES</samp>.',
4c79b5
	'TRACE_USER_NEVER_TOTAL_YES_LOCAL'		=> 'The user’s permission for this forum is set to <samp>NEVER</samp> and overwrites the previous <samp>YES</samp>.',
4c79b5
	'TRACE_USER_NO_TOTAL_NO'				=> 'The user’s permission is <samp>NO</samp> and the total value was set to NO so it defaults to <samp>NEVER</samp>.',
4c79b5
	'TRACE_USER_NO_TOTAL_NO_LOCAL'			=> 'The user’s permission for this forum is <samp>NO</samp> and the total value was set to NO so it defaults to <samp>NEVER</samp>.',
4c79b5
	'TRACE_USER_YES_TOTAL_NEVER'			=> 'The user’s permission is set to <samp>YES</samp> but the total <samp>NEVER</samp> cannot be overwritten.',
4c79b5
	'TRACE_USER_YES_TOTAL_NEVER_LOCAL'		=> 'The user’s permission for this forum is set to <samp>YES</samp> but the total <samp>NEVER</samp> cannot be overwritten.',
4c79b5
	'TRACE_USER_YES_TOTAL_NO'				=> 'The user’s permission is set to <samp>YES</samp> which becomes the total value because it was set to <samp>NO</samp>.',
4c79b5
	'TRACE_USER_YES_TOTAL_NO_LOCAL'			=> 'The user’s permission for this forum is set to <samp>YES</samp> which becomes the total value because it was set to <samp>NO</samp>.',
4c79b5
	'TRACE_USER_YES_TOTAL_YES'				=> 'The user’s permission is set to <samp>YES</samp> and the total value is set to <samp>YES</samp>, so nothing is changed.',
4c79b5
	'TRACE_USER_YES_TOTAL_YES_LOCAL'		=> 'The user’s permission for this forum is set to <samp>YES</samp> and the total value is set to <samp>YES</samp>, so nothing is changed.',
4c79b5
	'TRACE_WHO'								=> 'Who',
4c79b5
	'TRACE_TOTAL'							=> 'Total',
4c79b5
4c79b5
	'USERS_NOT_ASSIGNED'			=> 'No user assigned to this role',
4c79b5
	'USER_IS_MEMBER_OF_DEFAULT'		=> 'is a member of the following pre-defined groups',
4c79b5
	'USER_IS_MEMBER_OF_CUSTOM'		=> 'is a member of the following user defined groups',
4c79b5
4c79b5
	'VIEW_ASSIGNED_ITEMS'	=> 'View assigned items',
4c79b5
	'VIEW_LOCAL_PERMS'		=> 'Local permissions',
4c79b5
	'VIEW_GLOBAL_PERMS'		=> 'Global permissions',
4c79b5
	'VIEW_PERMISSIONS'		=> 'View permissions',
4c79b5
4c79b5
	'WRONG_PERMISSION_TYPE'				=> 'Wrong permission type selected.',
4c79b5
	'WRONG_PERMISSION_SETTING_FORMAT'	=> 'The permission settings are in a wrong format, phpBB is not able to process them correctly.',
4c79b5
));
4c79b5
4c79b5
?>