tiny alterations
[phpbb.git] / phpBB / language / en / common.php
blob10f5ec446fed4af854b7679674911019b46282b8
1 <?php
2 /**
4 * common [English]
6 * @package language
7 * @version $Id$
8 * @copyright (c) 2005 phpBB Group
9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
13 /**
14 * DO NOT CHANGE
16 if (empty($lang) || !is_array($lang))
18 $lang = array();
21 // DEVELOPERS PLEASE NOTE
23 // All language files should use UTF-8 as their encoding and the files must not contain a BOM.
25 // Placeholders can now contain order information, e.g. instead of
26 // 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
27 // translators to re-order the output of data while ensuring it remains correct
29 // You do not need this where single placeholders are used, e.g. 'Message %d' is fine
30 // equally where a string contains only two placeholders which are used to wrap text
31 // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
33 $lang = array_merge($lang, array(
34 'TRANSLATION_INFO' => '',
35 'DIRECTION' => 'ltr',
36 'LEFT' => 'left',
37 'RIGHT' => 'right',
38 'DATE_FORMAT' => '|d M Y|',
39 'USER_LANG' => 'en-gb',
41 '1_DAY' => '1 day',
42 '1_MONTH' => '1 month',
43 '1_YEAR' => '1 year',
44 '2_WEEKS' => '2 weeks',
45 '3_MONTHS' => '3 months',
46 '6_MONTHS' => '6 months',
47 '7_DAYS' => '7 days',
49 'ACCOUNT_ALREADY_ACTIVATED' => 'Your account is already activated',
50 'ACCOUNT_NOT_ACTIVATED' => 'Your account has not been activated yet',
51 'ACP' => 'Administration Control Panel',
52 'ACTIVE' => 'active',
53 'ACTIVE_ERROR' => 'You have specified an inactive username. Please activate your account and try again. If you continue to have problems please contact a board administrator.',
54 'ADMINISTRATOR' => 'Administrator',
55 'ADMINISTRATORS' => 'Administrators',
56 'AGE' => 'Age',
57 'AIM' => 'AIM',
58 'ALLOWED' => 'Allowed',
59 'ALL_FILES' => 'All files',
60 'ALL_FORUMS' => 'All forums',
61 'ALL_MESSAGES' => 'All messages',
62 'ALL_POSTS' => 'All posts',
63 'ALL_TIMES' => 'All times are %1$s %2$s',
64 'ALL_TOPICS' => 'All Topics',
65 'AND' => 'And',
66 'ARE_WATCHING_FORUM' => 'You have subscribed to receive updates on this forum',
67 'ARE_WATCHING_TOPIC' => 'You have subscribed to receive updates on this topic.',
68 'ASCENDING' => 'Ascending',
69 'ATTACHMENTS' => 'Attachments',
70 'AUTHOR' => 'Author',
71 'AUTH_NO_PROFILE_CREATED' => 'Creating a user profile failed',
72 'AVATAR_DISALLOWED_EXTENSION' => 'The extension %s is not allowed',
73 'AVATAR_EMPTY_REMOTE_DATA' => 'Avatar could not be uploaded, the remote data appears to be invalid or corrupted.',
74 'AVATAR_INVALID_FILENAME' => '%s is an invalid filename',
75 'AVATAR_NOT_UPLOADED' => 'Avatar could not be uploaded.',
76 'AVATAR_NO_SIZE' => 'Could not obtain width or height of linked avatar, please enter them manually.',
77 'AVATAR_PARTIAL_UPLOAD' => 'The uploaded file was only partially uploaded',
78 'AVATAR_PHP_SIZE_NA' => 'The avatar’s filesize is too large.<br />Could not determine the maximum size defined by PHP in php.ini.',
79 'AVATAR_PHP_SIZE_OVERRUN' => 'The avatar’s filesize is too large, maximum upload size is %d MB.<br />Please note this is set in php.ini and cannot be overriden.',
80 'AVATAR_URL_INVALID' => 'The URL you specified is invalid.',
81 'AVATAR_URL_NOT_FOUND' => 'The file specified could not be found.',
82 'AVATAR_WRONG_FILESIZE' => 'The avatar must be between 0 and %1d %2s.',
83 'AVATAR_WRONG_SIZE' => 'The avatar must be at least %1$d pixels wide, %2$d pixels high and at most %3$d pixels wide and %4$d pixels high. The submitted avatar is %5$d pixels wide and %6$d pixels high.',
85 'BACK_TO_TOP' => 'Top',
86 'BACK_TO_PREV' => 'Back to previous page',
87 'BAN_TRIGGERED_BY_EMAIL'=> 'This ban has been issued on your email address.',
88 'BAN_TRIGGERED_BY_IP' => 'This ban has been issued on your IP address.',
89 'BAN_TRIGGERED_BY_USER' => 'This ban has been issued on your username.',
90 'BBCODE_GUIDE' => 'BBCode guide',
91 'BCC' => 'BCC',
92 'BIRTHDAYS' => 'Birthdays',
93 'BOARD_BAN_PERM' => 'You have been <strong>permanently</strong> banned from this board.<br /><br />Please contact the %2$sBoard Administrator%3$s for more information.',
94 'BOARD_BAN_REASON' => 'Reason given for ban: <strong>%s</strong>',
95 'BOARD_BAN_TIME' => 'You have been banned from this board until <strong>%1$s</strong>.<br /><br />Please contact the %2$sBoard Administrator%3$s for more information.',
96 'BOARD_DISABLE' => 'Sorry but this board is currently unavailable',
97 'BOARD_DISABLED' => 'This board is currently disabled',
98 'BOARD_UNAVAILABLE' => 'Sorry but the board is temporarily unavailable, please try again in a few minutes',
99 'BROWSING_FORUM_GUEST' => 'Users browsing this forum: %1$s and %2$d guest',
100 'BROWSING_FORUM_GUESTS' => 'Users browsing this forum: %1$s and %2$d guests',
101 'BYTES' => 'Bytes',
103 'CANCEL' => 'Cancel',
104 'CHANGE' => 'Change',
105 'CHANGE_FONT_SIZE' => 'Change font size',
106 'CHANGING_PREFERENCES' => 'Changing forum preferences',
107 'CHANGING_PROFILE' => 'Changing forum profile settings',
108 'CLICK_VIEW_PRIVMSG' => '%sGo to your inbox%s',
109 'CLOSE_WINDOW' => 'Close window',
110 'COLOUR_SWATCH' => 'Colour swatch',
111 'CONFIRM' => 'Confirm',
112 'CONFIRM_CODE' => 'Confirmation code',
113 'CONFIRM_CODE_EXPLAIN' => 'Enter the code exactly as you see it in the image, it is case insensitive. Please note that a zero does not exist.',
114 'CONFIRM_CODE_WRONG' => 'The confirmation code you entered was incorrect.',
115 'CONGRATULATIONS' => 'Congratulations to',
116 'CONNECTION_FAILED' => 'Connection failed',
117 'CONNECTION_SUCCESS' => 'Connection was successful!',
118 'COOKIES_DELETED' => 'All board cookies successfully deleted.',
119 'CURRENT_TIME' => 'It is currently %s',
121 'DAY' => 'Day',
122 'DAYS' => 'Days',
123 'DELETE' => 'Delete',
124 'DELETE_ALL' => 'Delete all',
125 'DELETE_COOKIES' => 'Delete all board cookies',
126 'DELETE_MARKED' => 'Delete marked',
127 'DELETE_POST' => 'Delete post',
128 'DELIMITER' => 'Delimiter',
129 'DESCENDING' => 'Descending',
130 'DISABLED' => 'Disabled',
131 'DISPLAY' => 'Display',
132 'DISPLAY_GUESTS' => 'Display guests',
133 'DISPLAY_MESSAGES' => 'Display messages from previous',
134 'DISPLAY_POSTS' => 'Display posts from previous',
135 'DISPLAY_TOPICS' => 'Display topics from previous',
136 'DOWNLOADED' => 'Downloaded',
137 'DOWNLOADING_FILE' => 'Downloading file',
138 'DOWNLOAD_COUNT' => '%d time',
139 'DOWNLOAD_COUNTS' => '%d times',
140 'DOWNLOAD_NONE' => '0 times',
142 'EDIT_POST' => 'Edit post',
143 'EMAIL' => 'Email',
144 'EMAIL_ADDRESS' => 'Email address',
145 'EMAIL_SMTP_ERROR_RESPONSE' => 'Ran into problems sending email at <strong>Line %1$s</strong>. Response: %2$s',
146 'EMPTY_SUBJECT' => 'You must specify a subject when posting a new topic.',
147 'ENABLED' => 'Enabled',
148 'ENCLOSURE' => 'Enclosure',
149 'ERR_CHANGING_DIRECTORY' => 'Unable to change directory',
150 'ERR_CONNECTING_SERVER' => 'Error connecting to the server',
151 'ERR_UNABLE_TO_LOGIN' => 'Error on login. Supplied username or password wrong.',
152 'ERR_WRONG_PATH_TO_PHPBB' => 'The phpBB path entered seems to be not valid.',
153 'EXPAND_VIEW' => 'Expand view',
154 'EXTENSION' => 'Extension',
155 'EXTENSION_DISABLED_AFTER_POSTING' => 'The extension <strong>%s</strong> has been deactivated and can no longer be displayed',
157 'FAQ' => 'FAQ',
158 'FAQ_EXPLAIN' => 'Frequently Asked Questions',
159 'FILENAME' => 'Filename',
160 'FILESIZE' => 'Filesize',
161 'FILEDATE' => 'Filedate',
162 'FILE_COMMENT' => 'File comment',
163 'FILE_NOT_FOUND' => 'The requested file could not be found',
164 'FIND_USERNAME' => 'Find a member',
165 'FOLDER' => 'Folder',
166 'FORGOT_PASS' => 'I forgot my password',
167 'FORUM' => 'Forum',
168 'FORUMS' => 'Forums',
169 'FORUMS_MARKED' => 'All forums have been marked read',
170 'FORUM_CAT' => 'Forum category',
171 'FORUM_INDEX' => 'Board index',
172 'FORUM_LINK' => 'Forum link',
173 'FORUM_LOCATION' => 'Forum location',
174 'FORUM_LOCKED' => 'Forum locked',
175 'FORUM_RULES' => 'Forum rules',
176 'FORUM_RULES_LINK' => 'Please click to view the forum rules',
177 'FROM' => 'from',
178 'FSOCK_DISABLED' => 'The operation is not able to be completed because the fsock functions has been disabled or the server being queried could not be found.',
180 'FTP_FSOCK_HOST' => 'FTP host',
181 'FTP_FSOCK_HOST_EXPLAIN' => 'FTP server used to connect your site',
182 'FTP_FSOCK_PASSWORD' => 'FTP password',
183 'FTP_FSOCK_PASSWORD_EXPLAIN' => 'Password for your FTP username',
184 'FTP_FSOCK_PORT' => 'FTP port',
185 'FTP_FSOCK_PORT_EXPLAIN' => 'Port used to connect to your server',
186 'FTP_FSOCK_ROOT_PATH' => 'Path to phpBB',
187 'FTP_FSOCK_ROOT_PATH_EXPLAIN' => 'Path from the root to your phpBB board',
188 'FTP_FSOCK_TIMEOUT' => 'FTP timeout',
189 'FTP_FSOCK_TIMEOUT_EXPLAIN' => 'The amount of time, in seconds, that the system will wait for a reply from your server',
190 'FTP_FSOCK_USERNAME' => 'FTP username',
191 'FTP_FSOCK_USERNAME_EXPLAIN' => 'Username used to connect to your server',
193 'FTP_HOST' => 'FTP host',
194 'FTP_HOST_EXPLAIN' => 'FTP server used to connect your site',
195 'FTP_PASSWORD' => 'FTP password',
196 'FTP_PASSWORD_EXPLAIN' => 'Password for your FTP username',
197 'FTP_PORT' => 'FTP port',
198 'FTP_PORT_EXPLAIN' => 'Port used to connect to your server',
199 'FTP_ROOT_PATH' => 'Path to phpBB',
200 'FTP_ROOT_PATH_EXPLAIN' => 'Path from the root to your phpBB board',
201 'FTP_TIMEOUT' => 'FTP timeout',
202 'FTP_TIMEOUT_EXPLAIN' => 'The amount of time, in seconds, that the system will wait for a reply from your server',
203 'FTP_USERNAME' => 'FTP username',
204 'FTP_USERNAME_EXPLAIN' => 'Username used to connect to your server',
206 'GO' => 'Go',
207 'GOTO_PAGE' => 'Go to page',
208 'GROUP' => 'Group',
209 'GROUPS' => 'Groups',
210 'GROUP_ERR_DESC_LONG' => 'Group description is too long.',
211 'GROUP_ERR_TYPE' => 'Inappropriate group type specified.',
212 'GROUP_ERR_USERNAME' => 'No group name specified.',
213 'GROUP_ERR_USER_LONG' => 'Group name is too long.',
214 'GUEST' => 'Guest',
215 'GUEST_USERS_ONLINE' => 'There are %d guest users online',
216 'GUEST_USERS_TOTAL' => '%d guests',
217 'GUEST_USERS_ZERO_ONLINE' => 'There are 0 guest users online',
218 'GUEST_USERS_ZERO_TOTAL' => '0 guests',
219 'GUEST_USER_ONLINE' => 'There is %d guest user online',
220 'GUEST_USER_TOTAL' => '%d guest',
221 'G_ADMINISTRATORS' => 'Administrators',
222 'G_BOTS' => 'Bots',
223 'G_GUESTS' => 'Guests',
224 'G_REGISTERED' => 'Registered users',
225 'G_REGISTERED_COPPA' => 'Registered COPPA users',
226 'G_GLOBAL_MODERATORS' => 'Global moderators',
228 'HIDDEN_USERS_ONLINE' => '%d hidden users online',
229 'HIDDEN_USERS_TOTAL' => '%d hidden and ',
230 'HIDDEN_USERS_ZERO_ONLINE' => '0 hidden users online',
231 'HIDDEN_USERS_ZERO_TOTAL' => '0 hidden and ',
232 'HIDDEN_USER_ONLINE' => '%d hidden user online',
233 'HIDDEN_USER_TOTAL' => '%d hidden and ',
234 'HIDE_GUESTS' => 'Hide guests',
235 'HIDE_ME' => 'Hide my online status this session',
236 'HOURS' => 'Hours',
237 'HOME' => 'Home',
239 'ICQ' => 'ICQ',
240 'ICQ_STATUS' => 'ICQ status',
241 'IF' => 'if',
242 'IMAGE' => 'Image',
243 'IMAGE_FILETYPE_INVALID' => 'Image filetype %d for mimetype %s not supported.',
244 'IMAGE_FILETYPE_MISMATCH' => 'Image filetype mismatch: expected extension %1$s but extension %2$s given.',
245 'IN' => 'in',
246 'INDEX' => 'Index page',
247 'INFORMATION' => 'Information',
248 'INTERESTS' => 'Interests',
249 'INVALID_DIGEST_CHALLENGE' => 'Invalid digest challenge',
250 'INVALID_EMAIL_LOG' => '<strong>%s</strong> possibly an invalid email address?',
251 'IP' => 'IP',
252 'IP_BLACKLISTED' => 'Your IP %1$s has been blocked because it is blacklisted. For details please see <a href="%2$s">%2$s</a>.',
254 'JABBER' => 'Jabber',
255 'JOINED' => 'Joined',
256 'JUMP_PAGE' => 'Enter the page number you wish to go to',
257 'JUMP_TO' => 'Jump to',
258 'JUMP_TO_PAGE' => 'Click to jump to page…',
260 'KB' => 'KB',
262 'LAST_POST' => 'Last post',
263 'LAST_UPDATED' => 'Last updated',
264 'LAST_VISIT' => 'Last visit',
265 'LDAP_NO_LDAP_EXTENSION' => 'LDAP extension not availible',
266 'LDAP_NO_SERVER_CONNECTION' => 'Could not connect to LDAP server',
267 'LEGEND' => 'Legend',
268 'LOCATION' => 'Location',
269 'LOCK_POST' => 'Lock post',
270 'LOCK_POST_EXPLAIN' => 'Prevent editing',
271 'LOCK_TOPIC' => 'Lock topic',
272 'LOGIN' => 'Login',
273 'LOGIN_CHECK_PM' => 'Log in to check your private messages',
274 'LOGIN_CONFIRMATION' => 'Confirmation of login',
275 'LOGIN_CONFIRM_EXPLAIN' => 'To prevent brute forcing accounts the board administrator requires you to enter a confirmation code after a maximum amount of failed logins. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.',
276 'LOGIN_ERROR_ATTEMPTS' => 'You exceeded the maximum allowed number of login attempts. In addition to your username and password you now also have to enter the confirm code from the image you see below.',
277 'LOGIN_ERROR_EXTERNAL_AUTH_APACHE' => 'You have not been authenticated by Apache.',
278 'LOGIN_ERROR_PASSWORD' => 'You have specified an incorrect password. Please check your password and try again. If you continue to have problems please contact the %sBoard Administrator%s.',
279 'LOGIN_ERROR_USERNAME' => 'You have specified an incorrect username. Please check your username and try again. If you continue to have problems please contact the %sBoard Administrator%s.',
280 'LOGIN_FORUM' => 'To view or post in this forum you must enter its password.',
281 'LOGIN_INFO' => 'In order to login you must be registered. Registering takes only a few seconds but gives you increased capabilities. The board administrator may also grant additional permissions to registered users. Before you login please ensure you are familiar with our terms of use and related policies. Please ensure you read any forum rules as you navigate around the board.',
282 'LOGIN_VIEWFORUM' => 'The board administrator requires you to be registered and logged in to view this forum.',
283 'LOGIN_EXPLAIN_EDIT' => 'In order to edit posts in this forum you have to be registered and logged in.',
284 'LOGOUT' => 'Logout',
285 'LOGOUT_USER' => 'Logout [ %s ]',
286 'LOG_ME_IN' => 'Log me on automatically each visit',
288 'MARK' => 'Mark',
289 'MARK_ALL' => 'Mark all',
290 'MARK_FORUMS_READ' => 'Mark forums read',
291 'MB' => 'MB',
292 'MCP' => 'Moderator Control Panel',
293 'MEMBERLIST' => 'Members',
294 'MEMBERLIST_EXPLAIN' => 'View complete list of members',
295 'MERGE_TOPIC' => 'Merge topic',
296 'MESSAGE' => 'Message',
297 'MESSAGES' => 'Messages',
298 'MESSAGE_BODY' => 'Message body',
299 'MINUTES' => 'Minutes',
300 'MODERATE' => 'Moderate',
301 'MODERATOR' => 'Moderator',
302 'MODERATORS' => 'Moderators',
303 'MONTH' => 'Month',
304 'MOVE' => 'Move',
305 'MSNM' => 'MSNM/WLM',
307 'NA' => 'N/A',
308 'NEWEST_USER' => 'Our newest member <strong>%s%s%s</strong>',
309 'NEW_MESSAGE' => 'New message',
310 'NEW_MESSAGES' => 'New messages',
311 'NEW_PM' => '<strong>%d</strong> new message',
312 'NEW_PMS' => '<strong>%d</strong> new messages',
313 'NEW_POST' => 'New post',
314 'NEW_POSTS' => 'New posts',
315 'NEXT' => 'Next',
316 'NEVER' => 'Never',
317 'NO' => 'No',
318 'NOT_ALLOWED_MANAGE_GROUP' => 'You are not allowed to manage this group from the “Administration Control Panel”.',
319 'NOT_AUTHORIZED' => 'You are not authorised to access this area.',
320 'NOT_WATCHING_FORUM' => 'You are no longer subscribed to updates on this forum.',
321 'NOT_WATCHING_TOPIC' => 'You are no longer subscribed to this topic.',
322 'NO_ACCESS_ATTACHMENT' => 'You are not allowed to access this file.',
323 'NO_ACTION' => 'No action specified.',
324 'NO_ADMINISTRATORS' => 'No administrators assigned at this board.',
325 'NO_AUTH_ADMIN' => 'You do not have admin permissions and therefore not allowed to access the administration control panel.',
326 'NO_AUTH_ADMIN_USER_DIFFER' => 'You are not able to re-authenticate as a different user.',
327 'NO_AUTH_OPERATION' => 'You do not have the necessary permissions to complete this operation.',
328 'NO_CONNECT_TO_SMTP_HOST' => 'Could not connect to smtp host : %s : %s',
329 'NO_BIRTHDAYS' => 'No birthdays today',
330 'NO_EMAIL_MESSAGE' => 'Email message was blank',
331 'NO_EMAIL_RESPONSE_CODE' => 'Could not get mail server response codes',
332 'NO_EMAIL_SUBJECT' => 'No email subject specified',
333 'NO_FORUM' => 'The forum you selected does not exist.',
334 'NO_FORUMS' => 'This board has no forums',
335 'NO_GROUP' => 'The requested usergroup does not exist.',
336 'NO_GROUP_MEMBERS' => 'This group currently has no members',
337 'NO_IPS_DEFINED' => 'No IP addresses or hostnames defined',
338 'NO_MEMBERS' => 'No members found for this search criteria',
339 'NO_MESSAGES' => 'No messages',
340 'NO_MODE' => 'No mode specified.',
341 'NO_MODERATORS' => 'No moderators assigned at this board.',
342 'NO_NEW_MESSAGES' => 'No new messages',
343 'NO_NEW_PM' => '<strong>0</strong> new messages',
344 'NO_NEW_POSTS' => 'No new posts',
345 'NO_ONLINE_USERS' => 'No registered users',
346 'NO_POSTS' => 'No posts',
347 'NO_POSTS_TIME_FRAME' => 'No posts exist inside this topic for the selected time frame.',
348 'NO_SUCH_SEARCH_MODULE' => 'The specified search backend doesn’t exist',
349 'NO_SUPPORTED_AUTH_METHODS' => 'No supported authentication methods',
350 'NO_TOPIC' => 'The requested topic does not exist.',
351 'NO_TOPICS' => 'There are no topics or posts in this forum.',
352 'NO_TOPICS_TIME_FRAME' => 'No topics exist inside this forum for the selected time frame.',
353 'NO_UNREAD_PM' => '<strong>0</strong> unread messages',
354 'NO_UPLOAD_FORM_FOUND' => 'Upload initiated but no valid file upload form found.',
355 'NO_USER' => 'The requested user does not exist.',
356 'NO_USERS' => 'The requested users do not exist.',
357 'NO_USER_SPECIFIED' => 'No username was specified',
359 'OCCUPATION' => 'Occupation',
360 'OFFLINE' => 'Offline',
361 'ONLINE' => 'Online',
362 'ONLINE_BUDDIES' => 'Online friends',
363 'ONLINE_USERS_TOTAL' => 'In total there are <strong>%d</strong> users online :: ',
364 'ONLINE_USERS_ZERO_TOTAL' => 'In total there are <strong>0</strong> users online :: ',
365 'ONLINE_USER_TOTAL' => 'In total there is <strong>%d</strong> user online :: ',
366 'OPTIONS' => 'Options',
368 'PAGE_OF' => 'Page <strong>%1$d</strong> of <strong>%2$d</strong>',
369 'PASSWORD' => 'Password',
370 'PLAY_QUICKTIME_FILE' => 'Play Quicktime file',
371 'PM' => 'PM',
372 'POSTING_MESSAGE' => 'Posting message in %s',
373 'POSTING_PRIVATE_MESSAGE' => 'Composing private message',
374 'POST' => 'Post',
375 'POST_ANNOUNCEMENT' => 'Announce',
376 'POST_STICKY' => 'Sticky',
377 'POSTED' => 'Posted',
378 'POSTED_IN_FORUM' => 'in',
379 'POSTED_ON_DATE' => 'on',
380 'POSTS' => 'Posts',
381 'POSTS_UNAPPROVED' => 'At least one post in this topic has not been approved',
382 'POST_BY_AUTHOR' => 'by',
383 'POST_BY_FOE' => 'This post was made by <strong>%1$s</strong> who is currently on your ignore list. %2$sDisplay this post%3$s.',
384 'POST_DAY' => '%.2f posts per day',
385 'POST_DETAILS' => 'Post details',
386 'POST_NEW_TOPIC' => 'Post new topic',
387 'POST_PCT' => '%.2f%% of all posts',
388 'POST_PCT_ACTIVE' => '%.2f%% of user’s posts',
389 'POST_PCT_ACTIVE_OWN' => '%.2f%% of your posts',
390 'POST_REPORTED' => 'Click to view report',
391 'POST_SUBJECT' => 'Post subject',
392 'POST_TIME' => 'Post time',
393 'POST_UNAPPROVED' => 'This post is waiting for approval',
394 'PREVIEW' => 'Preview',
395 'PREVIOUS' => 'Previous',
396 'PRIVACY' => 'Privacy policy',
397 'PRIVATE_MESSAGE' => 'Private message',
398 'PRIVATE_MESSAGES' => 'Private messages',
399 'PRIVATE_MESSAGING' => 'Private messaging',
400 'PROFILE' => 'User Control Panel',
402 'READING_FORUM' => 'Viewing topics in %s',
403 'READING_GLOBAL_ANNOUNCE' => 'Reading global announcement',
404 'READING_LINK' => 'Following forum link %s',
405 'READING_TOPIC' => 'Reading topic in %s',
406 'READ_PROFILE' => 'Profile',
407 'REASON' => 'Reason',
408 'RECORD_ONLINE_USERS' => 'Most users ever online was <strong>%1$s</strong> on %2$s',
409 'REDIRECTS' => 'Total redirects',
410 'REGISTER' => 'Register',
411 'REGISTERED_USERS' => 'Registered users:',
412 'REG_USERS_ONLINE' => 'There are %d registered users and ',
413 'REG_USERS_TOTAL' => '%d registered, ',
414 'REG_USERS_ZERO_ONLINE' => 'There are 0 registered users and ',
415 'REG_USERS_ZERO_TOTAL' => '0 registered, ',
416 'REG_USER_ONLINE' => 'There is %d registered user and ',
417 'REG_USER_TOTAL' => '%d registered, ',
418 'REMOVE' => 'Remove',
419 'REMOVE_INSTALL' => 'Please delete, move or rename the install directory before you use your forum. If this directory is still present, only the Administration Control Panel (ACP) will be accessible.',
420 'REPLIES' => 'Replies',
421 'REPLY_WITH_QUOTE' => 'Reply with quote',
422 'REPLYING_GLOBAL_ANNOUNCE' => 'Replying to global announcement',
423 'REPLYING_MESSAGE' => 'Replying to message in %s',
424 'REPORT_BY' => 'Report by',
425 'REPORT_POST' => 'Report this post',
426 'REPORTING_POST' => 'Reporting post',
427 'RESEND_ACTIVATION' => 'Resend activation email',
428 'RESET' => 'Reset',
429 'RESTORE_PERMISSIONS' => 'Restore permissions',
430 'RETURN_INDEX' => '%sReturn to the index page%s',
431 'RETURN_FORUM' => '%sReturn to the forum last visited%s',
432 'RETURN_PAGE' => '%sReturn to the previous page%s',
433 'RETURN_TOPIC' => '%sReturn to the topic last visited%s',
434 'RETURN_TO' => 'Return to',
435 'RULES_ATTACH_CAN' => 'You <strong>can</strong> post attachments in this forum',
436 'RULES_ATTACH_CANNOT' => 'You <strong>cannot</strong> post attachments in this forum',
437 'RULES_DELETE_CAN' => 'You <strong>can</strong> delete your posts in this forum',
438 'RULES_DELETE_CANNOT' => 'You <strong>cannot</strong> delete your posts in this forum',
439 'RULES_DOWNLOAD_CAN' => 'You <strong>can</strong> download attachments in this forum',
440 'RULES_DOWNLOAD_CANNOT' => 'You <strong>cannot</strong> download attachments in this forum',
441 'RULES_EDIT_CAN' => 'You <strong>can</strong> edit your posts in this forum',
442 'RULES_EDIT_CANNOT' => 'You <strong>cannot</strong> edit your posts in this forum',
443 'RULES_LOCK_CAN' => 'You <strong>can</strong> lock your topics in this forum',
444 'RULES_LOCK_CANNOT' => 'You <strong>cannot</strong> lock your topics in this forum',
445 'RULES_POST_CAN' => 'You <strong>can</strong> post new topics in this forum',
446 'RULES_POST_CANNOT' => 'You <strong>cannot</strong> post new topics in this forum',
447 'RULES_REPLY_CAN' => 'You <strong>can</strong> reply to topics in this forum',
448 'RULES_REPLY_CANNOT' => 'You <strong>cannot</strong> reply to topics in this forum',
449 'RULES_VOTE_CAN' => 'You <strong>can</strong> vote in polls in this forum',
450 'RULES_VOTE_CANNOT' => 'You <strong>cannot</strong> vote in polls in this forum',
452 'SEARCH' => 'Search',
453 'SEARCH_MINI' => 'Search…',
454 'SEARCH_ADV' => 'Advanced search',
455 'SEARCH_ADV_EXPLAIN' => 'View the advanced search options',
456 'SEARCH_KEYWORDS' => 'Search for keywords',
457 'SEARCHING_FORUMS' => 'Searching forums',
458 'SEARCH_ACTIVE_TOPICS' => 'View active topics',
459 'SEARCH_FOR' => 'Search for',
460 'SEARCH_FORUM' => 'Search this forum…',
461 'SEARCH_NEW' => 'View new posts',
462 'SEARCH_POSTS_BY' => 'Search posts by',
463 'SEARCH_SELF' => 'View your posts',
464 'SEARCH_TOPIC' => 'Search this topic…',
465 'SEARCH_UNANSWERED' => 'View unanswered posts',
466 'SECONDS' => 'Seconds',
467 'SELECT' => 'Select',
468 'SELECT_DESTINATION_FORUM' => 'Please select a destination forum',
469 'SELECT_FORUM' => 'Select a forum',
470 'SEND_EMAIL' => 'Email',
471 'SEND_PRIVATE_MESSAGE' => 'Send private message',
472 'SETTINGS' => 'Settings',
473 'SIGNATURE' => 'Signature',
474 'SKIP' => 'Skip to content',
475 'SMTP_NO_AUTH_SUPPORT' => 'SMTP server does not support authentication',
476 'SORRY_AUTH_READ' => 'You are not authorised to read this forum',
477 'SORRY_AUTH_VIEW_ATTACH' => 'You are not authorised to download this attachment',
478 'SORT_BY' => 'Sort by',
479 'SORT_JOINED' => 'Joined date',
480 'SORT_LOCATION' => 'Location',
481 'SORT_RANK' => 'Rank',
482 'SORT_TOPIC_TITLE' => 'Topic title',
483 'SORT_USERNAME' => 'Username',
484 'SPLIT_TOPIC' => 'Split topic',
485 'SQL_ERROR_OCCURRED' => 'An SQL error occurred while fetching this page. Please contact the %sBoard Administrator%s if this problem persists.',
486 'STATISTICS' => 'Statistics',
487 'START_WATCHING_FORUM' => 'Subscribe forum',
488 'START_WATCHING_TOPIC' => 'Subscribe topic',
489 'STOP_WATCHING_FORUM' => 'Unsubscribe forum',
490 'STOP_WATCHING_TOPIC' => 'Unsubscribe topic',
491 'SUBFORUM' => 'Subforum',
492 'SUBFORUMS' => 'Subforums',
493 'SUBJECT' => 'Subject',
494 'SUBMIT' => 'Submit',
496 'TERMS_USE' => 'Terms of use',
497 'TEST_CONNECTION' => 'Test connection',
498 'THE_TEAM' => 'The team',
499 'TIME' => 'Time',
501 'TOO_LONG_AIM' => 'The screenname you entered is too long.',
502 'TOO_LONG_CONFIRM_CODE' => 'The confirm code you entered is too long.',
503 'TOO_LONG_ICQ' => 'The ICQ number you entered is too long.',
504 'TOO_LONG_INTERESTS' => 'The interests you entered is too long.',
505 'TOO_LONG_JABBER' => 'The Jabber account name you entered is too long.',
506 'TOO_LONG_LOCATION' => 'The location you entered is too long.',
507 'TOO_LONG_MSN' => 'The MSNM/WLM name you entered is too long.',
508 'TOO_LONG_NEW_PASSWORD' => 'The password you entered is too long.',
509 'TOO_LONG_OCCUPATION' => 'The occupation you entered is too long.',
510 'TOO_LONG_PASSWORD_CONFIRM' => 'The password confirmation you entered is too long.',
511 'TOO_LONG_USER_PASSWORD' => 'The password you entered is too long.',
512 'TOO_LONG_USERNAME' => 'The username you entered is too long.',
513 'TOO_LONG_EMAIL' => 'The email address you entered is too long.',
514 'TOO_LONG_EMAIL_CONFIRM' => 'The email address confirmation you entered is too long.',
515 'TOO_LONG_WEBSITE' => 'The website address you entered is too long.',
516 'TOO_LONG_YIM' => 'The Yahoo! Messenger name you entered is too long.',
518 'TOO_MANY_VOTE_OPTIONS' => 'You have tried to vote for too many options.',
520 'TOO_SHORT_AIM' => 'The screenname you entered is too short.',
521 'TOO_SHORT_CONFIRM_CODE' => 'The confirm code you entered is too short.',
522 'TOO_SHORT_ICQ' => 'The ICQ number you entered is too short.',
523 'TOO_SHORT_INTERESTS' => 'The interests you entered is too short.',
524 'TOO_SHORT_JABBER' => 'The Jabber account name you entered is too short.',
525 'TOO_SHORT_LOCATION' => 'The location you entered is too short.',
526 'TOO_SHORT_MSN' => 'The MSNM/WLM name you entered is too short.',
527 'TOO_SHORT_NEW_PASSWORD' => 'The password you entered is too short.',
528 'TOO_SHORT_OCCUPATION' => 'The occupation you entered is too short.',
529 'TOO_SHORT_PASSWORD_CONFIRM' => 'The password confirmation you entered is too short.',
530 'TOO_SHORT_USER_PASSWORD' => 'The password you entered is too short.',
531 'TOO_SHORT_USERNAME' => 'The username you entered is too short.',
532 'TOO_SHORT_EMAIL' => 'The email address you entered is too short.',
533 'TOO_SHORT_EMAIL_CONFIRM' => 'The email address confirmation you entered is too short.',
534 'TOO_SHORT_WEBSITE' => 'The website address you entered is too short.',
535 'TOO_SHORT_YIM' => 'The Yahoo! Messenger name you entered is too short.',
537 'TOPIC' => 'Topic',
538 'TOPICS' => 'Topics',
539 'TOPIC_ICON' => 'Topic icon',
540 'TOPIC_LOCKED' => 'This topic is locked, you cannot edit posts or make further replies',
541 'TOPIC_MOVED' => 'Moved topic',
542 'TOPIC_REVIEW' => 'Topic review',
543 'TOPIC_TITLE' => 'Topic title',
544 'TOPIC_UNAPPROVED' => 'This topic has not been approved',
545 'TOTAL_ATTACHMENTS' => 'Attachment(s)',
546 'TOTAL_LOG' => '1 log',
547 'TOTAL_LOGS' => '%d logs',
548 'TOTAL_NO_PM' => '0 private messages in total',
549 'TOTAL_PM' => '1 private messages in total',
550 'TOTAL_PMS' => '$d private messages in total',
551 'TOTAL_POSTS' => 'Total posts',
552 'TOTAL_POSTS_OTHER' => 'Total posts <strong>%d</strong>',
553 'TOTAL_POSTS_ZERO' => 'Total posts <strong>0</strong>',
554 'TOPIC_REPORTED' => 'This topic has been reported',
555 'TOTAL_TOPICS_OTHER'=> 'Total topics <strong>%d</strong>',
556 'TOTAL_TOPICS_ZERO' => 'Total topics <strong>0</strong>',
557 'TOTAL_USERS_OTHER' => 'Total members <strong>%d</strong>',
558 'TOTAL_USERS_ZERO' => 'Total members <strong>0</strong>',
559 'TRACKED_PHP_ERROR' => 'Tracked PHP errors: %s',
561 'UNABLE_GET_IMAGE_SIZE' => 'Accessing the image was impossible or file isn’t a valid image.',
562 'UNABLE_TO_DELIVER_FILE'=> 'Unable to deliver file.',
563 'UNKNOWN_BROWSER' => 'Unknown browser',
564 'UNMARK_ALL' => 'Unmark all',
565 'UNREAD_MESSAGES' => 'Unread messages',
566 'UNREAD_PM' => '<strong>%d</strong> unread message',
567 'UNREAD_PMS' => '<strong>%d</strong> unread messages',
568 'UNWATCHED_FORUMS' => 'You are no longer watching the selected forums.',
569 'UNWATCHED_TOPICS' => 'You are no longer watching the selected topics.',
570 'UPDATE' => 'Update',
571 'UPLOAD_IN_PROGRESS' => 'The upload is currently in progress',
572 'URL_REDIRECT' => 'If your browser does not support meta redirection please click %sHERE%s to be redirected.',
573 'USERGROUPS' => 'Groups',
574 'USERNAME' => 'Username',
575 'USERNAMES' => 'Usernames',
576 'USER_AVATAR' => 'User avatar',
577 'USER_CANNOT_READ' => 'You cannot read posts in this forum',
578 'USER_POST' => '%d Post',
579 'USER_POSTS' => '%d Posts',
580 'USERS' => 'Users',
581 'USE_PERMISSIONS' => 'Test out user’s permissions',
583 'VIEWED' => 'Viewed',
584 'VIEWING_FAQ' => 'Viewing FAQ',
585 'VIEWING_MEMBERS' => 'Viewing member details',
586 'VIEWING_ONLINE' => 'Viewing who is online',
587 'VIEWING_MCP' => 'Viewing moderator control panel',
588 'VIEWING_MEMBER_PROFILE' => 'Viewing member profile',
589 'VIEWING_PRIVATE_MESSAGES' => 'Viewing private messages',
590 'VIEWING_REGISTER' => 'Registering account',
591 'VIEWING_UCP' => 'Viewing user control panel',
592 'VIEWS' => 'Views',
593 'VIEW_BOOKMARKS' => 'View bookmarks',
594 'VIEW_FORUM_LOGS' => 'View Logs',
595 'VIEW_LATEST_POST' => 'View latest post',
596 'VIEW_NEWEST_POST' => 'View latest unread post',
597 'VIEW_NOTES' => 'View user notes',
598 'VIEW_ONLINE_TIME' => 'This data is based on users active over the past %d minute',
599 'VIEW_ONLINE_TIMES' => 'This data is based on users active over the past %d minutes',
600 'VIEW_TOPIC' => 'View topic',
601 'VIEW_TOPIC_ANNOUNCEMENT' => 'Announcement: ',
602 'VIEW_TOPIC_GLOBAL' => 'Global Announcement: ',
603 'VIEW_TOPIC_LOCKED' => 'Locked: ',
604 'VIEW_TOPIC_LOGS' => 'View logs',
605 'VIEW_TOPIC_MOVED' => 'Moved: ',
606 'VIEW_TOPIC_POLL' => 'Poll: ',
607 'VIEW_TOPIC_STICKY' => 'Sticky: ',
608 'VISIT_WEBSITE' => 'Visit website',
610 'WARNINGS' => 'Warnings',
611 'WARN_USER' => 'Warn user',
612 'WELCOME_SUBJECT' => 'Welcome to %s forums',
613 'WEBSITE' => 'Website',
614 'WHOIS' => 'Whois',
615 'WHO_IS_ONLINE' => 'Who is online',
616 'WRONG_PASSWORD' => 'You entered an incorrect password.',
618 'WRONG_DATA_ICQ' => 'The number you entered is not a valid ICQ number.',
619 'WRONG_DATA_JABBER' => 'The name you entered is not a valid Jabber account name.',
620 'WRONG_DATA_LANG' => 'The language you specified is not valid.',
621 'WRONG_DATA_WEBSITE' => 'The website address has to be a valid URL, including the protocol. For example http://www.example.com/.',
623 'YEAR' => 'Year',
624 'YES' => 'Yes',
625 'YIM' => 'YIM',
626 'YOU_LAST_VISIT' => 'Last visit was: %s',
627 'YOU_NEW_PM' => 'A new private message is waiting for you in your Inbox',
628 'YOU_NEW_PMS' => 'New private messages are waiting for you in your Inbox',
629 'YOU_NO_NEW_PM' => 'No new private messages are waiting for you',
631 'datetime' => array(
632 'TODAY' => 'Today, ',
633 'TOMORROW' => 'Tomorrow, ',
634 'YESTERDAY' => 'Yesterday, ',
636 'Sunday' => 'Sunday',
637 'Monday' => 'Monday',
638 'Tuesday' => 'Tuesday',
639 'Wednesday' => 'Wednesday',
640 'Thursday' => 'Thursday',
641 'Friday' => 'Friday',
642 'Saturday' => 'Saturday',
644 'Sun' => 'Sun',
645 'Mon' => 'Mon',
646 'Tue' => 'Tue',
647 'Wed' => 'Wed',
648 'Thu' => 'Thu',
649 'Fri' => 'Fri',
650 'Sat' => 'Sat',
652 'January' => 'January',
653 'February' => 'February',
654 'March' => 'March',
655 'April' => 'April',
656 'May' => 'May',
657 'June' => 'June',
658 'July' => 'July',
659 'August' => 'August',
660 'September' => 'September',
661 'October' => 'October',
662 'November' => 'November',
663 'December' => 'December',
665 'Jan' => 'Jan',
666 'Feb' => 'Feb',
667 'Mar' => 'Mar',
668 'Apr' => 'Apr',
669 'May_short' => 'May', // Short representation of "May". May_short used because in english the short and long date are the same for May.
670 'Jun' => 'Jun',
671 'Jul' => 'Jul',
672 'Aug' => 'Aug',
673 'Sep' => 'Sep',
674 'Oct' => 'Oct',
675 'Nov' => 'Nov',
676 'Dec' => 'Dec',
679 'tz' => array(
680 '-12' => 'UTC - 12 hours',
681 '-11' => 'UTC - 11 hours',
682 '-10' => 'UTC - 10 hours',
683 '-9.5' => 'UTC - 9:30 hours',
684 '-9' => 'UTC - 9 hours',
685 '-8' => 'UTC - 8 hours',
686 '-7' => 'UTC - 7 hours',
687 '-6' => 'UTC - 6 hours',
688 '-5' => 'UTC - 5 hours',
689 '-4' => 'UTC - 4 hours',
690 '-3.5' => 'UTC - 3:30 hours',
691 '-3' => 'UTC - 3 hours',
692 '-2' => 'UTC - 2 hours',
693 '-1' => 'UTC - 1 hour',
694 '0' => 'UTC',
695 '1' => 'UTC + 1 hour',
696 '2' => 'UTC + 2 hours',
697 '3' => 'UTC + 3 hours',
698 '3.5' => 'UTC + 3:30 hours',
699 '4' => 'UTC + 4 hours',
700 '4.5' => 'UTC + 4:30 hours',
701 '5' => 'UTC + 5 hours',
702 '5.5' => 'UTC + 5:30 hours',
703 '5.75' => 'UTC + 5:45 hours',
704 '6' => 'UTC + 6 hours',
705 '6.5' => 'UTC + 6:30 hours',
706 '7' => 'UTC + 7 hours',
707 '8' => 'UTC + 8 hours',
708 '8.75' => 'UTC + 8:45 hours',
709 '9' => 'UTC + 9 hours',
710 '9.5' => 'UTC + 9:30 hours',
711 '10' => 'UTC + 10 hours',
712 '10.5' => 'UTC + 10:30 hours',
713 '11' => 'UTC + 11 hours',
714 '11.5' => 'UTC + 11:30 hours',
715 '12' => 'UTC + 12 hours',
716 '12.75' => 'UTC + 12:45 hours',
717 '13' => 'UTC + 13 hours',
718 '14' => 'UTC + 14 hours',
719 'dst' => '[ DST ]',
722 'tz_zones' => array(
723 '-12' => '[UTC - 12] Baker Island Time',
724 '-11' => '[UTC - 11] Niue Time, Samoa Standard Time',
725 '-10' => '[UTC - 10] Hawaii-Aleutian Standard Time, Cook Island Time',
726 '-9.5' => '[UTC - 9:30] Marquesas Islands Time',
727 '-9' => '[UTC - 9] Alaska Standard Time, Gambier Island Time',
728 '-8' => '[UTC - 8] Pacific Standard Time',
729 '-7' => '[UTC - 7] Mountain Standard Time',
730 '-6' => '[UTC - 6] Central Standard Time',
731 '-5' => '[UTC - 5] Eastern Standard Time',
732 '-4' => '[UTC - 4] Atlantic Standard Time',
733 '-3.5' => '[UTC - 3:30] Newfoundland Standard Time',
734 '-3' => '[UTC - 3] Amazon Standard Time, Central Greenland Time',
735 '-2' => '[UTC - 2] Fernando de Noronha Time, South Georgia &amp; the South Sandwich Islands Time',
736 '-1' => '[UTC - 1] Azores Standard Time, Cape Verde Time, Eastern Greenland Time',
737 '0' => '[UTC] Western European Time, Greenwich Mean Time',
738 '1' => '[UTC + 1] Central European Time, West African Time',
739 '2' => '[UTC + 2] Eastern European Time, Central African Time',
740 '3' => '[UTC + 3] Moscow Standard Time, Eastern African Time',
741 '3.5' => '[UTC + 3:30] Iran Standard Time',
742 '4' => '[UTC + 4] Gulf Standard Time, Samara Standard Time',
743 '4.5' => '[UTC + 4:30] Afghanistan Time',
744 '5' => '[UTC + 5] Pakistan Standard Time, Yekaterinburg Standard Time',
745 '5.5' => '[UTC + 5:30] Indian Standard Time, Sri Lanka Time',
746 '5.75' => '[UTC + 5:45] Nepal Time',
747 '6' => '[UTC + 6] Bangladesh Time, Bhutan Time, Novosibirsk Standard Time',
748 '6.5' => '[UTC + 6:30] Cocos Islands Time, Myanmar Time',
749 '7' => '[UTC + 7] Indochina Time, Krasnoyarsk Standard Time',
750 '8' => '[UTC + 8] Chinese Standard Time, Australian Western Standard Time, Irkutsk Standard Time',
751 '8.75' => '[UTC + 8:45] Southeastern Western Australia Standard Time',
752 '9' => '[UTC + 9] Japan Standard Time, Korea Standard Time, Chita Standard Time',
753 '9.5' => '[UTC + 9:30] Australian Central Standard Time',
754 '10' => '[UTC + 10] Australian Eastern Standard Time, Vladivostok Standard Time',
755 '10.5' => '[UTC + 10:30] Lord Howe Standard Time',
756 '11' => '[UTC + 11] Solomon Island Time, Magadan Standard Time',
757 '11.5' => '[UTC + 11:30] Norfolk Island Time',
758 '12' => '[UTC + 12] New Zealand Time, Fiji Time, Kamchatka Standard Time',
759 '12.75' => '[UTC + 12:45] Chatham Islands Time',
760 '13' => '[UTC + 13] Tonga Time, Phoenix Islands Time',
761 '14' => '[UTC + 14] Line Island Time',
764 // The value is only an example and will get replaced by the current time on view
765 'dateformats' => array(
766 '|d M Y| H:i' => '10 Jan 2005 17:54 [Relative days]',
767 'd M Y, H:i' => '10 Jan 2005, 17:57',
768 'd M Y H:i' => '10 Jan 2005 17:57',
769 'D M d, Y g:i a' => 'Mon Jan 10, 2005 5:57 pm',
770 'M j, y, H:i' => 'Jan 10, 05, 5:57 pm',
771 'F j, Y, g:i a' => 'January 10, 2005, 5:57 pm'
774 // The default dateformat which will be used on new installs in this language
775 // Translators should change this if a the usual date format is different
776 'default_dateformat' => 'D M d, Y g:i a', // Mon Jan 10, 2005 5:57 pm