Blame Identity/Models/Html/phpBB/3.0.4/language/en/acp/users.php

d6e8d8
d6e8d8
/**
d6e8d8
*
d6e8d8
* acp_users [English]
d6e8d8
*
d6e8d8
* @package language
d6e8d8
* @version $Id: users.php 8479 2008-03-29 00:22:48Z naderman $
d6e8d8
* @copyright (c) 2005 phpBB Group
d6e8d8
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
d6e8d8
*
d6e8d8
*/
d6e8d8
d6e8d8
/**
d6e8d8
* DO NOT CHANGE
d6e8d8
*/
d6e8d8
if (!defined('IN_PHPBB'))
d6e8d8
{
d6e8d8
	exit;
d6e8d8
}
d6e8d8
d6e8d8
if (empty($lang) || !is_array($lang))
d6e8d8
{
d6e8d8
	$lang = array();
d6e8d8
}
d6e8d8
d6e8d8
// DEVELOPERS PLEASE NOTE
d6e8d8
//
d6e8d8
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
d6e8d8
//
d6e8d8
// Placeholders can now contain order information, e.g. instead of
d6e8d8
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
d6e8d8
// translators to re-order the output of data while ensuring it remains correct
d6e8d8
//
d6e8d8
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
d6e8d8
// equally where a string contains only two placeholders which are used to wrap text
d6e8d8
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
d6e8d8
d6e8d8
$lang = array_merge($lang, array(
d6e8d8
	'ADMIN_SIG_PREVIEW'		=> 'Signature preview',
d6e8d8
	'AT_LEAST_ONE_FOUNDER'	=> 'You are not able to change this founder to a normal user. There needs to be at least one founder enabled for this board. If you want to change this users founder status, promote another user to be a founder first.',
d6e8d8
d6e8d8
	'BAN_ALREADY_ENTERED'	=> 'The ban had been previously entered successfully. The ban list has not been updated.',
d6e8d8
	'BAN_SUCCESSFUL'		=> 'Ban entered successfully.',
d6e8d8
d6e8d8
	'CANNOT_BAN_FOUNDER'			=> 'You are not allowed to ban founder accounts.',
d6e8d8
	'CANNOT_BAN_YOURSELF'			=> 'You are not allowed to ban yourself.',
d6e8d8
	'CANNOT_DEACTIVATE_BOT'			=> 'You are not allowed to deactivate bot accounts. Please deactivate the bot within the bots page instead.',
d6e8d8
	'CANNOT_DEACTIVATE_FOUNDER'		=> 'You are not allowed to deactivate founder accounts.',
d6e8d8
	'CANNOT_DEACTIVATE_YOURSELF'	=> 'You are not allowed to deactivate your own account.',
d6e8d8
	'CANNOT_FORCE_REACT_BOT'		=> 'You are not allowed to force reactivation on bot accounts. Please reactivate the bot within the bots page instead.',
d6e8d8
	'CANNOT_FORCE_REACT_FOUNDER'	=> 'You are not allowed to force reactivation on founder accounts.',
d6e8d8
	'CANNOT_FORCE_REACT_YOURSELF'	=> 'You are not allowed to force reactivation of your own account.',
d6e8d8
	'CANNOT_REMOVE_ANONYMOUS'		=> 'You are not able to remove the guest user account.',
d6e8d8
	'CANNOT_REMOVE_YOURSELF'		=> 'You are not allowed to remove your own user account.',
d6e8d8
	'CANNOT_SET_FOUNDER_IGNORED'	=> 'You are not able to promote ignored users to be founders.',
d6e8d8
	'CANNOT_SET_FOUNDER_INACTIVE'	=> 'You need to activate users before you promote them to founders, only activated users are able to be promoted.',
d6e8d8
	'CONFIRM_EMAIL_EXPLAIN'			=> 'You only need to specify this if you are changing the users e-mail address.',
d6e8d8
d6e8d8
	'DELETE_POSTS'			=> 'Delete posts',
d6e8d8
	'DELETE_USER'			=> 'Delete user',
d6e8d8
	'DELETE_USER_EXPLAIN'	=> 'Please note that deleting a user is final, they cannot be recovered.',
d6e8d8
d6e8d8
	'FORCE_REACTIVATION_SUCCESS'	=> 'Successfully forced reactivation.',
d6e8d8
	'FOUNDER'						=> 'Founder',
d6e8d8
	'FOUNDER_EXPLAIN'				=> 'Founders have all administrative permissions and can never be banned, deleted or altered by non-founder members.',
d6e8d8
d6e8d8
	'GROUP_APPROVE'					=> 'Approve member',
d6e8d8
	'GROUP_DEFAULT'					=> 'Make group default for member',
d6e8d8
	'GROUP_DELETE'					=> 'Remove member from group',
d6e8d8
	'GROUP_DEMOTE'					=> 'Demote group leader',
d6e8d8
	'GROUP_PROMOTE'					=> 'Promote to group leader',
d6e8d8
d6e8d8
	'IP_WHOIS_FOR'			=> 'IP whois for %s',
d6e8d8
d6e8d8
	'LAST_ACTIVE'			=> 'Last active',
d6e8d8
d6e8d8
	'MOVE_POSTS_EXPLAIN'	=> 'Please select the forum to which you wish to move all the posts this user has made.',
d6e8d8
d6e8d8
	'NO_SPECIAL_RANK'		=> 'No special rank assigned',
d6e8d8
	'NOT_MANAGE_FOUNDER'	=> 'You tried to manage a user with founder status. Only founders are allowed to manage other founders.',
d6e8d8
d6e8d8
	'QUICK_TOOLS'			=> 'Quick tools',
d6e8d8
d6e8d8
	'REGISTERED'			=> 'Registered',
d6e8d8
	'REGISTERED_IP'			=> 'Registered from IP',
d6e8d8
	'RETAIN_POSTS'			=> 'Retain posts',
d6e8d8
d6e8d8
	'SELECT_FORM'			=> 'Select form',
d6e8d8
	'SELECT_USER'			=> 'Select user',
d6e8d8
d6e8d8
	'USER_ADMIN'					=> 'User administration',
d6e8d8
	'USER_ADMIN_ACTIVATE'			=> 'Activate account',
d6e8d8
	'USER_ADMIN_ACTIVATED'			=> 'User activated successfully.',
d6e8d8
	'USER_ADMIN_AVATAR_REMOVED'		=> 'Successfully removed avatar from user account.',
d6e8d8
	'USER_ADMIN_BAN_EMAIL'			=> 'Ban by e-mail',
d6e8d8
	'USER_ADMIN_BAN_EMAIL_REASON'	=> 'E-mail address banned via user management',
d6e8d8
	'USER_ADMIN_BAN_IP'				=> 'Ban by IP',
d6e8d8
	'USER_ADMIN_BAN_IP_REASON'		=> 'IP banned via user management',
d6e8d8
	'USER_ADMIN_BAN_NAME_REASON'	=> 'Username banned via user management',
d6e8d8
	'USER_ADMIN_BAN_USER'			=> 'Ban by username',
d6e8d8
	'USER_ADMIN_DEACTIVATE'			=> 'Deactivate account',
d6e8d8
	'USER_ADMIN_DEACTIVED'			=> 'User deactivated successfully.',
d6e8d8
	'USER_ADMIN_DEL_ATTACH'			=> 'Delete all attachments',
d6e8d8
	'USER_ADMIN_DEL_AVATAR'			=> 'Delete avatar',
d6e8d8
	'USER_ADMIN_DEL_POSTS'			=> 'Delete all posts',
d6e8d8
	'USER_ADMIN_DEL_SIG'			=> 'Delete signature',
d6e8d8
	'USER_ADMIN_EXPLAIN'			=> 'Here you can change your users information and certain specific options.',
d6e8d8
	'USER_ADMIN_FORCE'				=> 'Force reactivation',
d6e8d8
	'USER_ADMIN_MOVE_POSTS'			=> 'Move all posts',
d6e8d8
	'USER_ADMIN_SIG_REMOVED'		=> 'Successfully removed signature from user account.',
d6e8d8
	'USER_ATTACHMENTS_REMOVED'		=> 'Successfully removed all attachments made by this user.',
d6e8d8
	'USER_AVATAR_UPDATED'			=> 'Successfully updated user avatars details.',
d6e8d8
	'USER_CUSTOM_PROFILE_FIELDS'	=> 'Custom profile fields',
d6e8d8
	'USER_DELETED'					=> 'User deleted successfully.',
d6e8d8
	'USER_GROUP_ADD'				=> 'Add user to group',
d6e8d8
	'USER_GROUP_NORMAL'				=> 'User defined groups user is a member of',
d6e8d8
	'USER_GROUP_PENDING'			=> 'Groups user is in pending mode',
d6e8d8
	'USER_GROUP_SPECIAL'			=> 'Pre-defined groups user is a member of',
d6e8d8
	'USER_NO_ATTACHMENTS'			=> 'There are no attached files to display.',
d6e8d8
	'USER_OVERVIEW_UPDATED'			=> 'User details updated.',
d6e8d8
	'USER_POSTS_DELETED'			=> 'Successfully removed all posts made by this user.',
d6e8d8
	'USER_POSTS_MOVED'				=> 'Successfully moved users posts to target forum.',
d6e8d8
	'USER_PREFS_UPDATED'			=> 'User preferences updated.',
d6e8d8
	'USER_PROFILE'					=> 'User profile',
d6e8d8
	'USER_PROFILE_UPDATED'			=> 'User profile updated.',
d6e8d8
	'USER_RANK'						=> 'User rank',
d6e8d8
	'USER_RANK_UPDATED'				=> 'User rank updated.',
d6e8d8
	'USER_SIG_UPDATED'				=> 'User signature successfully updated.',
d6e8d8
	'USER_TOOLS'					=> 'Basic tools',
d6e8d8
));
d6e8d8
d6e8d8
?>