2005-12-19 18:55:52 +00:00
< ? php
/**
*
* acp_users [ 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-19 18:55:52 +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
$lang = array_merge ( $lang , array (
2005-12-21 18:18:12 +00:00
'ADMIN_SIG_PREVIEW' => 'Signature preview' ,
2006-10-02 15:11:40 +00:00
'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.' ,
2006-06-22 15:14:03 +00:00
2006-10-02 15:11:40 +00:00
'BAN_SUCCESSFUL' => 'Ban entered successfully.' ,
2005-12-19 18:55:52 +00:00
2006-07-10 15:55:10 +00:00
'CANNOT_BAN_YOURSELF' => 'You are not allowed to ban yourself.' ,
'CANNOT_DEACTIVATE_YOURSELF' => 'You are not allowed to deactivate your own account.' ,
'CANNOT_FORCE_REACT_YOURSELF' => 'You are not allowed to force reactivation of your own account.' ,
'CANNOT_REMOVE_ANONYMOUS' => 'You are not able to remove the guest user account.' ,
'CANNOT_REMOVE_YOURSELF' => 'You are not allowed to remove your own user account.' ,
'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing the users email address.' ,
2005-12-19 18:55:52 +00:00
'DELETE_POSTS' => 'Delete posts' ,
'DELETE_USER' => 'Delete user' ,
'DELETE_USER_EXPLAIN' => 'Please note that deleting a user is final, they cannot be recovered' ,
2006-10-02 15:11:40 +00:00
'FORCE_REACTIVATION_SUCCESS' => 'Successfully forced re-activation.' ,
2005-12-19 18:55:52 +00:00
'FOUNDER' => 'Founder' ,
'FOUNDER_EXPLAIN' => 'Founders can never be banned, deleted or altered by non-founder members' ,
2005-12-21 19:18:42 +00:00
'GROUP_DEFAULT' => 'Default' ,
'GROUP_DELETE' => 'Delete' ,
'GROUP_DEMOTE' => 'Demote' ,
'GROUP_PROMOTE' => 'Promote' ,
2005-12-19 18:55:52 +00:00
'IP_WHOIS_FOR' => 'IP whois for %s' ,
'LAST_ACTIVE' => 'Last active' ,
'MOVE_POSTS_EXPLAIN' => 'Please select the forum to which you wish to move all the posts this user has made.' ,
2006-01-14 14:34:46 +00:00
'NO_SPECIAL_RANK' => 'No special rank assigned' ,
2006-06-16 16:54:51 +00:00
'NOT_MANAGE_FOUNDER' => 'You tried to manage a user with founder status. Only founders are allowed to manage other founders.' ,
2006-01-14 14:34:46 +00:00
2005-12-19 18:55:52 +00:00
'QUICK_TOOLS' => 'Quick tools' ,
'REGISTERED' => 'Registered' ,
'REGISTERED_IP' => 'Registered from IP' ,
'RETAIN_POSTS' => 'Retain posts' ,
'SELECT_FORM' => 'Select form' ,
'SELECT_USER' => 'Select User' ,
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_ADMIN' => 'User administration' ,
'USER_ADMIN' => 'User administration' ,
2005-12-19 18:55:52 +00:00
'USER_ADMIN_ACTIVATE' => 'Activate account' ,
2006-10-02 15:11:40 +00:00
'USER_ADMIN_ACTIVATED' => 'User activated successfully.' ,
'USER_ADMIN_AVATAR_REMOVED' => 'Successfully removed avatar from user account.' ,
2005-12-19 18:55:52 +00:00
'USER_ADMIN_BAN_EMAIL' => 'Ban by email' ,
'USER_ADMIN_BAN_EMAIL_REASON' => 'Email address banned via user management' ,
'USER_ADMIN_BAN_IP' => 'Ban by IP' ,
'USER_ADMIN_BAN_IP_REASON' => 'IP banned via user management' ,
'USER_ADMIN_BAN_NAME_REASON' => 'Username banned via user management' ,
'USER_ADMIN_BAN_USER' => 'Ban by username' ,
'USER_ADMIN_DEACTIVATE' => 'Deactivate account' ,
2006-10-02 15:11:40 +00:00
'USER_ADMIN_DEACTIVED' => 'User deactivated successfully.' ,
2005-12-19 18:55:52 +00:00
'USER_ADMIN_DEL_ATTACH' => 'Delete all attachments' ,
'USER_ADMIN_DEL_AVATAR' => 'Delete avatar' ,
'USER_ADMIN_DEL_POSTS' => 'Delete all posts' ,
'USER_ADMIN_DEL_SIG' => 'Delete signature' ,
'USER_ADMIN_EXPLAIN' => 'Here you can change your users information and certain specific options. To modify the users permissions please use the user and group permissions system.' ,
'USER_ADMIN_FORCE' => 'Force re-activation' ,
'USER_ADMIN_MOVE_POSTS' => 'Move all posts' ,
2006-10-02 15:11:40 +00:00
'USER_ADMIN_SIG_REMOVED' => 'Successfully removed signature from user account.' ,
'USER_ATTACHMENTS_REMOVED' => 'Successfully removed all attachments made by this user.' ,
'USER_AVATAR_UPDATED' => 'Successfully updated user avatars details.' ,
2005-12-19 18:55:52 +00:00
'USER_CUSTOM_PROFILE_FIELDS' => 'Custom profile fields' ,
2006-10-02 15:11:40 +00:00
'USER_DELETED' => 'User deleted successfully.' ,
2005-12-21 19:18:42 +00:00
'USER_GROUP_ADD' => 'Add user to group' ,
'USER_GROUP_NORMAL' => 'Normal groups user is a member of' ,
'USER_GROUP_PENDING' => 'Groups user is in pending mode' ,
'USER_GROUP_SPECIAL' => 'Special groups user is a member of' ,
2006-09-01 13:16:22 +00:00
'USER_IS_INACTIVE' => 'User is inactive' ,
2006-10-02 15:11:40 +00:00
'USER_OVERVIEW_UPDATED' => 'User details updated.' ,
'USER_POSTS_DELETED' => 'Successfully removed all posts made by this user.' ,
'USER_POSTS_MOVED' => 'Successfully moved users posts to target forum.' ,
'USER_PREFS_UPDATED' => 'User preferences updated.' ,
2005-12-19 18:55:52 +00:00
'USER_PROFILE' => 'User Profile' ,
2006-10-02 15:11:40 +00:00
'USER_PROFILE_UPDATED' => 'User profile updated.' ,
2006-01-14 14:34:46 +00:00
'USER_RANK' => 'User Rank' ,
2006-10-02 15:11:40 +00:00
'USER_RANK_UPDATED' => 'User rank updated.' ,
'USER_SIG_UPDATED' => 'User signature successfully updated.' ,
2005-12-19 18:55:52 +00:00
'USER_TOOLS' => 'Basic tools' ,
'WARNINGS_EXPLAIN' => 'You can directly alter the warnings this users has received.' ,
));
?>