2004-02-28 21:16:15 +00:00
< ? php
2005-04-09 12:26:45 +00:00
/**
*
* memberlist [ English ]
*
2005-12-12 23:17:30 +00:00
* @ package language
2005-04-09 12:26:45 +00:00
* @ version $Id $
* @ copyright ( c ) 2005 phpBB Group
* @ license http :// opensource . org / licenses / gpl - license . php GNU Public License
*
*/
2004-02-28 21:16:15 +00:00
2005-04-09 12:26:45 +00:00
/**
* DO NOT CHANGE
*/
2004-03-10 20:30:26 +00:00
if ( empty ( $lang ) || ! is_array ( $lang ))
2004-02-28 21:16:15 +00:00
{
$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.
2004-02-28 21:16:15 +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 (
2004-02-28 21:16:15 +00:00
'ABOUT_USER' => 'Profile' ,
'ACTIVE_IN_FORUM' => 'Most active forum' ,
'ACTIVE_IN_TOPIC' => 'Most active topic' ,
2004-11-06 14:04:55 +00:00
'ADD_FOE' => 'Add foe' ,
2004-02-28 21:16:15 +00:00
'ADD_FRIEND' => 'Add friend' ,
2006-08-28 20:11:48 +00:00
'AFTER' => 'After' ,
2004-02-28 21:16:15 +00:00
'BEFORE' => 'Before' ,
'CC_EMAIL' => 'Send a copy of this email to yourself' ,
'CONTACT_USER' => 'Contact' ,
'DEST_LANG' => 'Language' ,
'DEST_LANG_EXPLAIN' => 'Select an appropriate language (if available) for the recipient of this message.' ,
'EMAIL_BODY_EXPLAIN' => 'This message will be sent as plain text, do not include any HTML or BBCode. The return address for this message will be set to your email address.' ,
'EMAIL_DISABLED' => 'Sorry but all email related functions have been disabled.' ,
'EMAIL_SENT' => 'The email has been sent.' ,
'EMAIL_TOPIC_EXPLAIN' => 'This message will be sent as plain text, do not include any HTML or BBCode. Please note that the topic information is already included in the message. The return address for this message will be set to your email address.' ,
'EMPTY_ADDRESS_EMAIL' => 'You must provide a valid email address for the recipient.' ,
'EMPTY_MESSAGE_EMAIL' => 'You must enter a message to be emailed.' ,
'EMPTY_NAME_EMAIL' => 'You must enter the real name of the recipient.' ,
'EMPTY_SUBJECT_EMAIL' => 'You must specify a subject for the email.' ,
'EQUAL_TO' => 'Equal to' ,
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
'FIND_USERNAME_EXPLAIN' => 'Use this form to search for specific members. You do not need to fill out all fields. To match partial data use * as a wildcard. When entering dates use the format <kbd>YYYY-MM-DD</kbd>, e.g. <samp>2004-02-29</samp>. Use the mark checkboxes to select one or more usernames (several usernames may be accepted depending on the form itself) and click the Select Marked button to return to the previous form.' ,
2004-02-28 21:16:15 +00:00
'FLOOD_EMAIL_LIMIT' => 'You cannot send another email at this time. Please try again later.' ,
2005-05-31 18:54:00 +00:00
'GROUP_LEADER' => 'Group leader' ,
'HIDE_MEMBER_SEARCH' => 'Hide member search' ,
2004-02-28 21:16:15 +00:00
'IM_ADD_CONTACT' => 'Add Contact' ,
'IM_AIM' => 'Please note that you need AOL Instant Messenger installed to use this.' ,
'IM_AIM_EXPRESS' => 'AIM Express' ,
2006-05-30 16:50:06 +00:00
'IM_DOWNLOAD_APP' => 'Download application' ,
2006-04-09 21:20:24 +00:00
'IM_ICQ' => 'Please note that users may have selected to not receive unsolicited instant messages.' ,
'IM_JABBER' => 'Please note that users may have selected to not receive unsolicited instant messages.' ,
2004-02-28 21:16:15 +00:00
'IM_JABBER_SUBJECT' => 'This is an automated message please do not reply! Message from user %1$s at %2$s' ,
2006-05-30 16:50:06 +00:00
'IM_MESSAGE' => 'Your message' ,
2005-12-30 01:46:40 +00:00
'IM_MSNM' => 'Please note that you need Windows Messenger installed to use this.' ,
2004-02-28 21:16:15 +00:00
'IM_NAME' => 'Your Name' ,
'IM_NO_JABBER' => 'Sorry, direct messaging of Jabber users is not supported on this server. You will need a Jabber client installed on your system to contact the recipient above.' ,
'IM_RECIPIENT' => 'Recipient' ,
2006-05-30 16:50:06 +00:00
'IM_SEND' => 'Send message' ,
'IM_SEND_MESSAGE' => 'Send message' ,
2004-02-28 21:16:15 +00:00
'IM_SENT_JABBER' => 'Your message to %1$s has been sent successfully.' ,
2006-05-30 16:50:06 +00:00
'IM_USER' => 'Send an instant message' ,
2005-12-30 01:46:40 +00:00
2006-04-29 01:18:57 +00:00
'LAST_ACTIVE' => 'Last active' ,
'LESS_THAN' => 'Less than' ,
2006-05-30 16:50:06 +00:00
'LIST_USER' => '1 user' ,
'LIST_USERS' => '%d users' ,
2006-04-29 01:18:57 +00:00
'LOGIN_EXPLAIN_LEADERS' => 'The board administrator requires you to be registered and logged in to view the team listing.' ,
2006-06-01 13:47:42 +00:00
'LOGIN_EXPLAIN_MEMBERLIST' => 'The board administrator requires you to be registered and logged in to access the memberlist.' ,
2006-05-21 16:54:19 +00:00
'LOGIN_EXPLAIN_SEARCHUSER' => 'The board administrator requires you to be registered and logged in to search users.' ,
2006-04-09 21:20:24 +00:00
'LOGIN_EXPLAIN_VIEWPROFILE' => 'The board administrator requires you to be registered and logged in to view profiles.' ,
2004-02-28 21:16:15 +00:00
'MORE_THAN' => 'More than' ,
'MSNM' => 'MSNM' ,
'NO_EMAIL' => 'You are not permitted to send email to this user.' ,
'NO_VIEW_USERS' => 'You are not authorised to view the member list or profiles.' ,
'ORDER' => 'Order' ,
2006-09-13 16:08:36 +00:00
'OTHER' => 'Other' ,
2004-02-28 21:16:15 +00:00
'POST_IP' => 'Posted from IP/domain' ,
'RANK' => 'Rank' ,
2006-05-30 16:50:06 +00:00
'REAL_NAME' => 'Recipient name' ,
2004-02-28 21:16:15 +00:00
'RECIPIENT' => 'Recipient' ,
2006-10-07 20:11:45 +00:00
'REMOVE_FOE' => 'Remove foe' ,
'REMOVE_FRIEND' => 'Remove friend' ,
2004-02-28 21:16:15 +00:00
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
'SEARCH_USER_POSTS' => 'Search user’ s posts' ,
2006-05-30 16:50:06 +00:00
'SELECT_MARKED' => 'Select marked' ,
2004-02-28 21:16:15 +00:00
'SELECT_SORT_METHOD' => 'Select sort method' ,
2006-05-30 16:50:06 +00:00
'SEND_IM' => 'Instant messaging' ,
2004-02-28 21:16:15 +00:00
'SEND_MESSAGE' => 'Message' ,
'SORT_EMAIL' => 'Email' ,
'SORT_LAST_ACTIVE' => 'Last active' ,
'SORT_POST_COUNT' => 'Post count' ,
2005-05-31 18:54:00 +00:00
'USERNAME_BEGINS_WITH' => 'Username begins with' ,
2006-05-30 16:50:06 +00:00
'USER_ADMIN' => 'Administrate user' ,
2005-12-30 00:13:56 +00:00
'USER_FORUM' => 'User statistics' ,
2004-02-28 21:16:15 +00:00
'USER_ONLINE' => 'Online' ,
'USER_PRESENCE' => 'Forum presence' ,
2005-10-02 18:42:04 +00:00
'VIEWING_PROFILE' => 'Viewing profile - %s' ,
2004-02-28 21:16:15 +00:00
'VISITED' => 'Last visited' ,
2004-05-26 18:55:28 +00:00
'WWW' => 'Website' ,
2005-12-12 23:17:30 +00:00
));
2004-02-28 21:16:15 +00:00
?>