1<?php
2/**
3*
4* memberlist [English]
5*
6* @package language
7* @version $Id$
8* @copyright (c) 2005 phpBB Group
9* @license http://opensource.org/licenses/gpl-license.php GNU Public License
10*
11*/
12
13/**
14* DO NOT CHANGE
15*/
16if (!defined('IN_PHPBB'))
17{
18	exit;
19}
20
21if (empty($lang) || !is_array($lang))
22{
23	$lang = array();
24}
25
26// DEVELOPERS PLEASE NOTE
27//
28// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
29//
30// Placeholders can now contain order information, e.g. instead of
31// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
32// translators to re-order the output of data while ensuring it remains correct
33//
34// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
35// equally where a string contains only two placeholders which are used to wrap text
36// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
37
38$lang = array_merge($lang, array(
39	'ABOUT_USER'			=> 'Profile',
40	'ACTIVE_IN_FORUM'		=> 'Most active forum',
41	'ACTIVE_IN_TOPIC'		=> 'Most active topic',
42	'ADD_FOE'				=> 'Add foe',
43	'ADD_FRIEND'			=> 'Add friend',
44	'AFTER'					=> 'After',
45
46	'ALL'					=> 'All',
47
48	'BEFORE'				=> 'Before',
49
50	'CC_EMAIL'				=> 'Send a copy of this e-mail to yourself.',
51	'CONTACT_USER'			=> 'Contact',
52
53	'DEST_LANG'				=> 'Language',
54	'DEST_LANG_EXPLAIN'		=> 'Select an appropriate language (if available) for the recipient of this message.',
55
56	'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 e-mail address.',
57	'EMAIL_DISABLED'		=> 'Sorry but all e-mail related functions have been disabled.',
58	'EMAIL_SENT'			=> 'The e-mail has been sent.',
59	'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 e-mail address.',
60	'EMPTY_ADDRESS_EMAIL'	=> 'You must provide a valid e-mail address for the recipient.',
61	'EMPTY_MESSAGE_EMAIL'	=> 'You must enter a message to be emailed.',
62	'EMPTY_MESSAGE_IM'		=> 'You must enter a message to be send.',
63	'EMPTY_NAME_EMAIL'		=> 'You must enter the real name of the recipient.',
64	'EMPTY_SUBJECT_EMAIL'	=> 'You must specify a subject for the e-mail.',
65	'EQUAL_TO'				=> 'Equal to',
66
67	'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.',
68	'FLOOD_EMAIL_LIMIT'		=> 'You cannot send another e-mail at this time. Please try again later.',
69
70	'GROUP_LEADER'			=> 'Group leader',
71
72	'HIDE_MEMBER_SEARCH'	=> 'Hide member search',
73
74	'IM_ADD_CONTACT'		=> 'Add Contact',
75	'IM_AIM'				=> 'Please note that you need AOL Instant Messenger installed to use this.',
76	'IM_AIM_EXPRESS'		=> 'AIM Express',
77	'IM_DOWNLOAD_APP'		=> 'Download application',
78	'IM_ICQ'				=> 'Please note that users may have selected to not receive unsolicited instant messages.',
79	'IM_JABBER'				=> 'Please note that users may have selected to not receive unsolicited instant messages.',
80	'IM_JABBER_SUBJECT'		=> 'This is an automated message please do not reply! Message from user %1$s at %2$s.',
81	'IM_MESSAGE'			=> 'Your message',
82	'IM_MSNM'				=> 'Please note that you need Windows Messenger installed to use this.',
83	'IM_MSNM_BROWSER'		=> 'Your browser does not support this.',
84	'IM_MSNM_CONNECT'		=> 'MSNM is not connected.\nYou have to connect to MSNM to continue.',
85	'IM_NAME'				=> 'Your Name',
86	'IM_NO_DATA'			=> 'There is no suitable contact information for this user.',
87	'IM_NO_JABBER'			=> 'Sorry, direct messaging of Jabber users is not supported on this board. You will need a Jabber client installed on your system to contact the recipient above.',
88	'IM_RECIPIENT'			=> 'Recipient',
89	'IM_SEND'				=> 'Send message',
90	'IM_SEND_MESSAGE'		=> 'Send message',
91	'IM_SENT_JABBER'		=> 'Your message to %1$s has been sent successfully.',
92	'IM_USER'				=> 'Send an instant message',
93
94	'LAST_ACTIVE'				=> 'Last active',
95	'LESS_THAN'					=> 'Less than',
96	'LIST_USER'					=> '1 user',
97	'LIST_USERS'				=> '%d users',
98	'LOGIN_EXPLAIN_LEADERS'		=> 'The board requires you to be registered and logged in to view the team listing.',
99	'LOGIN_EXPLAIN_MEMBERLIST'	=> 'The board requires you to be registered and logged in to access the memberlist.',
100	'LOGIN_EXPLAIN_SEARCHUSER'	=> 'The board requires you to be registered and logged in to search users.',
101	'LOGIN_EXPLAIN_VIEWPROFILE'	=> 'The board requires you to be registered and logged in to view profiles.',
102
103	'MORE_THAN'				=> 'More than',
104
105	'NO_EMAIL'				=> 'You are not permitted to send e-mail to this user.',
106	'NO_VIEW_USERS'			=> 'You are not authorised to view the member list or profiles.',
107
108	'ORDER'					=> 'Order',
109	'OTHER'					=> 'Other',
110
111	'POST_IP'				=> 'Posted from IP/domain',
112
113	'REAL_NAME'				=> 'Recipient name',
114	'RECIPIENT'				=> 'Recipient',
115	'REMOVE_FOE'			=> 'Remove foe',
116	'REMOVE_FRIEND'			=> 'Remove friend',
117
118	'SELECT_MARKED'			=> 'Select marked',
119	'SELECT_SORT_METHOD'	=> 'Select sort method',
120	'SEND_AIM_MESSAGE'		=> 'Send AIM message',
121	'SEND_ICQ_MESSAGE'		=> 'Send ICQ message',
122	'SEND_IM'				=> 'Instant messaging',
123	'SEND_JABBER_MESSAGE'	=> 'Send Jabber message',
124	'SEND_MESSAGE'			=> 'Message',
125	'SEND_MSNM_MESSAGE'		=> 'Send MSNM/WLM message',
126	'SEND_YIM_MESSAGE'		=> 'Send YIM message',
127	'SORT_EMAIL'			=> 'E-mail',
128	'SORT_LAST_ACTIVE'		=> 'Last active',
129	'SORT_POST_COUNT'		=> 'Post count',
130
131	'USERNAME_BEGINS_WITH'	=> 'Username begins with',
132	'USER_ADMIN'			=> 'Administer user',
133	'USER_BAN'				=> 'Banning',
134	'USER_FORUM'			=> 'User statistics',
135	'USER_LAST_REMINDED'	=> array(
136		0		=> 'No reminder sent at this time',
137		1		=> '%1$d reminder sent<br />» %2$s',
138	),
139	'USER_ONLINE'			=> 'Online',
140	'USER_PRESENCE'			=> 'Board presence',
141
142	'VIEWING_PROFILE'		=> 'Viewing profile - %s',
143	'VISITED'				=> 'Last visited',
144
145	'WWW'					=> 'Website',
146));
147
148?>