~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/php/phpBB3/language/en/common.php

  • Committer: William Grant
  • Date: 2009-02-23 23:47:02 UTC
  • mfrom: (1099.1.211 new-dispatch)
  • Revision ID: grantw@unimelb.edu.au-20090223234702-db4b1llly46ignwo
Merge from lp:~ivle-dev/ivle/new-dispatch.

Pretty much everything changes. Reread the setup docs. Backup your databases.
Every file is now in a different installed location, the configuration system
is rewritten, the dispatch system is rewritten, URLs are different, the
database is different, worksheets and exercises are no longer on the
filesystem, we use a templating engine, jail service protocols are rewritten,
we don't repeat ourselves, we have authorization rewritten, phpBB is gone,
and probably lots of other things that I cannot remember.

This is certainly the biggest commit I have ever made, and hopefully
the largest I ever will.

Show diffs side-by-side

added added

removed removed

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