[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/language/en/ -> common.php (source)

   1  <?php
   2  /**
   3  *
   4  * This file is part of the phpBB Forum Software package.
   5  *
   6  * @copyright (c) phpBB Limited <https://www.phpbb.com>
   7  * @license GNU General Public License, version 2 (GPL-2.0)
   8  *
   9  * For full copyright and license information, please see
  10  * the docs/CREDITS.txt file.
  11  *
  12  */
  13  
  14  /**
  15  * DO NOT CHANGE
  16  */
  17  if (!defined('IN_PHPBB'))
  18  {
  19      exit;
  20  }
  21  
  22  if (empty($lang) || !is_array($lang))
  23  {
  24      $lang = array();
  25  }
  26  
  27  // DEVELOPERS PLEASE NOTE
  28  //
  29  // All language files should use UTF-8 as their encoding and the files must not contain a BOM.
  30  //
  31  // Placeholders can now contain order information, e.g. instead of
  32  // 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
  33  // translators to re-order the output of data while ensuring it remains correct
  34  //
  35  // You do not need this where single placeholders are used, e.g. 'Message %d' is fine
  36  // equally where a string contains only two placeholders which are used to wrap text
  37  // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
  38  //
  39  // Some characters you may want to copy&paste:
  40  // ’ » “ ” …
  41  //
  42  
  43  $lang = array_merge($lang, array(
  44      'TRANSLATION_INFO'    => '',
  45      'DIRECTION'            => 'ltr',
  46      'DATE_FORMAT'        => '|d M Y|',    // 01 Jan 2007 (with Relative days enabled)
  47      'DATETIME_FORMAT'    => '|d M Y, H:i|',    // 01 Jan 2007, 13:37 (with Relative days enabled)
  48      'USER_LANG'            => 'en-gb',
  49  
  50      // You can define different rules for the determination of plural forms here.
  51      // See http://wiki.phpbb.com/Plural_Rules for more information
  52      // or ask the translation manager for help.
  53      'PLURAL_RULE'        => 1,
  54  
  55      '1_DAY'            => '1 day',
  56      '1_MONTH'        => '1 month',
  57      '1_YEAR'        => '1 year',
  58      '2_WEEKS'        => '2 weeks',
  59      '3_MONTHS'        => '3 months',
  60      '6_MONTHS'        => '6 months',
  61      '7_DAYS'        => '7 days',
  62  
  63      'ACCOUNT_ALREADY_ACTIVATED'        => 'Your account has already been activated.',
  64      'ACCOUNT_DEACTIVATED'            => 'Your account has been manually deactivated and is only able to be reactivated by an administrator.',
  65      'ACCOUNT_NOT_ACTIVATED'            => 'Your account has not been activated yet.',
  66      'ACP'                            => 'Administration Control Panel',
  67      'ACP_SHORT'                        => 'ACP',
  68      'ACTIVE'                        => 'active',
  69      'ACTIVE_ERROR'                    => 'The specified username is currently inactive. If you have problems activating your account, please contact a board administrator.',
  70      'ADMINISTRATOR'                    => 'Administrator',
  71      'ADMINISTRATORS'                => 'Administrators',
  72      'AGE'                            => 'Age',
  73      'AIM'                            => 'AIM',
  74      'AJAX_ERROR_TITLE'                => 'AJAX error',
  75      'AJAX_ERROR_TEXT'                => 'Something went wrong when processing your request.',
  76      'AJAX_ERROR_TEXT_ABORT'            => 'User aborted request.',
  77      'AJAX_ERROR_TEXT_TIMEOUT'        => 'Your request timed out; please try again.',
  78      'AJAX_ERROR_TEXT_PARSERERROR'    => 'Something went wrong with the request and the server returned an invalid reply.',
  79      'ALLOWED'                        => 'Allowed',
  80      'ALL_FILES'                        => 'All files',
  81      'ALL_FORUMS'                    => 'All forums',
  82      'ALL_MESSAGES'                    => 'All messages',
  83      'ALL_POSTS'                        => 'All posts',
  84      'ALL_TIMES'                        => 'All times are <abbr title="%2$s">%1$s</abbr>',
  85      'ALL_TOPICS'                    => 'All Topics',
  86      'AND'                            => 'And',
  87      'ARE_WATCHING_FORUM'            => 'You have subscribed to be notified of new posts in this forum.',
  88      'ARE_WATCHING_TOPIC'            => 'You have subscribed to be notified of new posts in this topic.',
  89      'ASCENDING'                        => 'Ascending',
  90      'ATTACHMENTS'                    => 'Attachments',
  91      'ATTACHED_IMAGE_NOT_IMAGE'        => 'The image file you tried to attach is invalid.',
  92      'AUTHOR'                        => 'Author',
  93      'AUTH_NO_PROFILE_CREATED'        => 'The creation of a user profile was unsuccessful.',
  94      'AUTH_PROVIDER_OAUTH_ERROR_INVALID_ENTRY'                => 'Invalid database entry.',
  95      'AUTH_PROVIDER_OAUTH_ERROR_INVALID_SERVICE_TYPE'        => 'Invalid service type provided to OAuth service handler.',
  96      'AUTH_PROVIDER_OAUTH_ERROR_SERVICE_NOT_CREATED'            => 'OAuth service not created',
  97      'AUTH_PROVIDER_OAUTH_SERVICE_BITLY'                        => 'Bitly',
  98      'AUTH_PROVIDER_OAUTH_SERVICE_FACEBOOK'                    => 'Facebook',
  99      'AUTH_PROVIDER_OAUTH_SERVICE_GOOGLE'                    => 'Google',
 100      'AUTH_PROVIDER_OAUTH_TOKEN_ERROR_NOT_STORED'            => 'OAuth token not stored.',
 101      'AUTH_PROVIDER_OAUTH_TOKEN_ERROR_INCORRECTLY_STORED'    => 'OAuth token incorrectly stored.',
 102      'AVATAR_DISALLOWED_CONTENT'        => 'The upload was rejected because the uploaded file was identified as a possible attack vector.',
 103      'AVATAR_DISALLOWED_EXTENSION'    => 'This file cannot be displayed because the extension <strong>%s</strong> is not allowed.',
 104      'AVATAR_EMPTY_REMOTE_DATA'        => 'The specified avatar could not be uploaded because the remote data appears to be invalid or corrupted.',
 105      'AVATAR_EMPTY_FILEUPLOAD'        => 'The uploaded avatar file is empty.',
 106      'AVATAR_INVALID_FILENAME'        => '%s is an invalid filename.',
 107      'AVATAR_NOT_UPLOADED'            => 'Avatar could not be uploaded.',
 108      'AVATAR_NO_SIZE'                => 'The width or height of the linked avatar could not be determined. Please enter them manually.',
 109      'AVATAR_PARTIAL_UPLOAD'            => 'The specified file was only partially uploaded.',
 110      'AVATAR_PHP_SIZE_NA'            => 'The avatar’s filesize is too large.<br />The maximum allowed filesize set in php.ini could not be determined.',
 111      'AVATAR_PHP_SIZE_OVERRUN'        => 'The avatar’s filesize is too large. The maximum allowed upload size is %1$d %2$s.<br />Please note this is set in php.ini and cannot be overridden.',
 112      'AVATAR_REMOTE_UPLOAD_TIMEOUT'        => 'The specified avatar could not be uploaded because the request timed out.',
 113      'AVATAR_URL_INVALID'            => 'The URL you specified is invalid.',
 114      'AVATAR_URL_NOT_FOUND'            => 'The file specified could not be found.',
 115      'AVATAR_WRONG_FILESIZE'            => 'The avatar’s filesize must be between 0 and %1$d %2$s.',
 116      'AVATAR_WRONG_SIZE'                => 'The submitted avatar is %5$s wide and %6$s high. Avatars must be at least %1$s wide and %2$s high, but no larger than %3$s wide and %4$s high.',
 117  
 118      'BACK_TO_TOP'            => 'Top',
 119      'BACK_TO_PREV'            => 'Back to previous page',
 120      'BAN_TRIGGERED_BY_EMAIL'=> 'A ban has been issued on your email address.',
 121      'BAN_TRIGGERED_BY_IP'    => 'A ban has been issued on your IP address.',
 122      'BAN_TRIGGERED_BY_USER'    => 'A ban has been issued on your username.',
 123      'BBCODE_GUIDE'            => 'BBCode guide',
 124      'BCC'                    => 'BCC',
 125      'BIRTHDAYS'                => 'Birthdays',
 126      '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.',
 127      'BOARD_BAN_REASON'        => 'Reason given for ban: <strong>%s</strong>',
 128      '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.',
 129      'BOARD_DISABLE'            => 'Sorry but this board is currently unavailable.',
 130      'BOARD_DISABLED'        => 'This board is currently disabled.',
 131      'BOARD_UNAVAILABLE'        => 'Sorry but the board is temporarily unavailable, please try again in a few minutes.',
 132      'BROWSING_FORUM'        => 'Users browsing this forum: %1$s',
 133      'BROWSING_FORUM_GUESTS'    => array(
 134          1    => 'Users browsing this forum: %2$s and %1$d guest',
 135          2    => 'Users browsing this forum: %2$s and %1$d guests',
 136      ),
 137      'BUTTON_EDIT'            => 'Edit',
 138      'BUTTON_FORUM_LOCKED'    => 'Locked',
 139      'BUTTON_NEW_TOPIC'        => 'New Topic',
 140      'BUTTON_PM'                => 'PM',
 141      'BUTTON_PM_FORWARD'        => 'Forward',
 142      'BUTTON_PM_NEW'            => 'New PM',
 143      'BUTTON_PM_REPLY'        => 'Send Reply',
 144      'BUTTON_PM_REPLY_ALL'    => 'Reply All',
 145      'BUTTON_POST_REPLY'        => 'Post Reply',
 146      'BUTTON_QUOTE'            => 'Quote',
 147      'BUTTON_TOPIC_LOCKED'    => 'Locked',
 148      'BYTES'                    => 'Bytes',
 149      'BYTES_SHORT'            => 'B',
 150  
 151      'CANCEL'                => 'Cancel',
 152      'CHANGE'                => 'Change',
 153      'CHANGE_FONT_SIZE'        => 'Change font size',
 154      'CHANGING_PREFERENCES'    => 'Changing board preferences',
 155      'CHANGING_PROFILE'        => 'Changing profile settings',
 156      'CHARACTERS'            => array(
 157          1    => '%d character',
 158          2    => '%d characters',
 159      ),
 160      'COLLAPSE_VIEW'            => 'Collapse view',
 161      'CLOSE_WINDOW'            => 'Close window',
 162      'COLOUR_SWATCH'            => 'Colour swatch',
 163      'COLON'                    => ':',
 164      'COMMA_SEPARATOR'        => ', ',    // Comma used to join lists into a single string, use localised comma if appropriate, eg: Ideographic or Arabic
 165      'CONFIRM'                => 'Confirm',
 166      'CONFIRM_CODE'            => 'Confirmation code',
 167      'CONFIRM_CODE_EXPLAIN'    => 'Enter the code exactly as it appears. All letters are case insensitive.',
 168      'CONFIRM_CODE_WRONG'    => 'The confirmation code you entered was incorrect.',
 169      'CONFIRM_OPERATION'        => 'Are you sure you wish to carry out this operation?',
 170      'CONFIRM_AVATAR_DELETE' => 'Are you sure you wish to delete this avatar?',
 171      'CONGRATULATIONS'        => 'Congratulations to',
 172      'CONNECTION_FAILED'        => 'Connection failed.',
 173      'CONNECTION_SUCCESS'    => 'Connection was successful!',
 174      'CONTACT'                => 'Contact',
 175      'CONTACT_USER'            => 'Contact %s',
 176      'CONTACT_US'            => 'Contact us',
 177      'COOKIES_DELETED'        => 'All board cookies successfully deleted.',
 178      'CURRENT_TIME'            => 'It is currently %s',
 179  
 180      'DAY'                    => 'Day',
 181      'DAYS'                    => 'Days',
 182      'DELETE'                => 'Delete',
 183      'DELETE_ALL'            => 'Delete all',
 184      'DELETE_COOKIES'        => 'Delete all board cookies',
 185      'DELETE_MARKED'            => 'Delete marked',
 186      'DELETE_POST'            => 'Delete post',
 187      'DELIMITER'                => 'Delimiter',
 188      'DESCENDING'            => 'Descending',
 189      'DISABLED'                => 'Disabled',
 190      'DISPLAY'                => 'Display',
 191      'DISPLAY_GUESTS'        => 'Display guests',
 192      'DISPLAY_MESSAGES'        => 'Display messages from previous',
 193      'DISPLAY_POSTS'            => 'Display posts from previous',
 194      'DISPLAY_TOPICS'        => 'Display topics from previous',
 195      'DOWNLOADED'            => 'Downloaded',
 196      'DOWNLOADING_FILE'        => 'Downloading file',
 197      'DOWNLOAD_COUNTS'        => array(
 198          0    => 'Not downloaded yet',
 199          1    => 'Downloaded %d time',
 200          2    => 'Downloaded %d times',
 201      ),
 202  
 203      'EDIT_POST'                            => 'Edit post',
 204      'ELLIPSIS'                            =>    '…',
 205      'EMAIL'                                => 'Email', // Short form for EMAIL_ADDRESS
 206      'EMAIL_ADDRESS'                        => 'Email address',
 207      'EMAIL_INVALID_EMAIL'                => 'The email address you entered is invalid.',
 208      'EMAIL_SMTP_ERROR_RESPONSE'            => 'Ran into problems sending email at <strong>Line %1$s</strong>. Response: %2$s.',
 209      'EMPTY_SUBJECT'                        => 'You must specify a subject when posting a new topic.',
 210      'EMPTY_MESSAGE_SUBJECT'                => 'You must specify a subject when composing a new message.',
 211      'ENABLED'                            => 'Enabled',
 212      'ENCLOSURE'                            => 'Enclosure',
 213      'ENTER_USERNAME'                    => 'Enter username',
 214      'ERR_CHANGING_DIRECTORY'            => 'Unable to change directory.',
 215      'ERR_CONNECTING_SERVER'                => 'Error connecting to the server.',
 216      'ERR_JAB_AUTH'                        => 'Could not authorise on Jabber server.',
 217      'ERR_JAB_CONNECT'                    => 'Could not connect to Jabber server.',
 218      'ERR_UNABLE_TO_LOGIN'                => 'The specified username or password is incorrect.',
 219      'ERR_UNWATCHING'                    => 'An error occurred while trying to unsubscribe.',
 220      'ERR_WATCHING'                        => 'An error occurred while trying to subscribe.',
 221      'ERR_WRONG_PATH_TO_PHPBB'            => 'The phpBB path specified appears to be invalid.',
 222      'ERROR'                                    => 'Error',
 223      'EXPAND_VIEW'                        => 'Expand view',
 224      'EXTENSION'                            => 'Extension',
 225      'EXTENSION_DISABLED'                => 'The extension <strong>%s</strong> is not enabled.',
 226      'EXTENSION_DISABLED_AFTER_POSTING'    => 'The extension <strong>%s</strong> has been deactivated and can no longer be displayed.',
 227      'EXTENSION_DOES_NOT_EXIST'            => 'The extension <strong>%s</strong> does not exist.',
 228  
 229      'FACEBOOK'                => 'Facebook',
 230      'FAQ'                    => 'FAQ',
 231      'FAQ_EXPLAIN'            => 'Frequently Asked Questions',
 232      'FILENAME'                => 'Filename',
 233      'FILESIZE'                => 'File size',
 234      'FILEDATE'                => 'File date',
 235      'FILE_COMMENT'            => 'File comment',
 236      'FILE_CONTENT_ERR'        => 'Could not read the contents of file: %s',
 237      'FILE_JSON_DECODE_ERR'    => 'Failed to decode json file: %s',
 238      'FILE_NOT_FOUND'        => 'The requested file could not be found: %s',
 239      'FIND_USERNAME'            => 'Find a member',
 240      'FOLDER'                => 'Folder',
 241      'FORGOT_PASS'            => 'I forgot my password',
 242      'FORM_INVALID'            => 'The submitted form was invalid. Try submitting again.',
 243      'FORUM'                    => 'Forum',
 244      'FORUMS'                => 'Forums',
 245      'FORUMS_MARKED'            => 'Forums have been marked read.',
 246      'FORUM_CAT'                => 'Forum category',
 247      'FORUM_INDEX'            => 'Board index',
 248      'FORUM_LINK'            => 'Forum link',
 249      'FORUM_LOCATION'        => 'Forum location',
 250      'FORUM_LOCKED'            => 'Forum locked',
 251      'FORUM_RULES'            => 'Forum rules',
 252      'FORUM_RULES_LINK'        => 'Please click here to view the forum rules',
 253      'FROM'                    => 'from',
 254      '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.',
 255      'FSOCK_TIMEOUT'            => 'A timeout occurred while reading from the network stream.',
 256  
 257      'FTP_FSOCK_HOST'                => 'FTP host',
 258      'FTP_FSOCK_HOST_EXPLAIN'        => 'FTP server used to connect your site.',
 259      'FTP_FSOCK_PASSWORD'            => 'FTP password',
 260      'FTP_FSOCK_PASSWORD_EXPLAIN'    => 'Password for your FTP username.',
 261      'FTP_FSOCK_PORT'                => 'FTP port',
 262      'FTP_FSOCK_PORT_EXPLAIN'        => 'Port used to connect to your server.',
 263      'FTP_FSOCK_ROOT_PATH'            => 'Path to phpBB',
 264      'FTP_FSOCK_ROOT_PATH_EXPLAIN'    => 'Path from the root to your phpBB board.',
 265      'FTP_FSOCK_TIMEOUT'                => 'FTP timeout',
 266      'FTP_FSOCK_TIMEOUT_EXPLAIN'        => 'The amount of time, in seconds, that the system will wait for a reply from your server.',
 267      'FTP_FSOCK_USERNAME'            => 'FTP username',
 268      'FTP_FSOCK_USERNAME_EXPLAIN'    => 'Username used to connect to your server.',
 269  
 270      'FTP_HOST'                    => 'FTP host',
 271      'FTP_HOST_EXPLAIN'            => 'FTP server used to connect your site.',
 272      'FTP_PASSWORD'                => 'FTP password',
 273      'FTP_PASSWORD_EXPLAIN'        => 'Password for your FTP username.',
 274      'FTP_PORT'                    => 'FTP port',
 275      'FTP_PORT_EXPLAIN'            => 'Port used to connect to your server.',
 276      'FTP_ROOT_PATH'                => 'Path to phpBB',
 277      'FTP_ROOT_PATH_EXPLAIN'        => 'Path from the root to your phpBB board.',
 278      'FTP_TIMEOUT'                => 'FTP timeout',
 279      'FTP_TIMEOUT_EXPLAIN'        => 'The amount of time, in seconds, that the system will wait for a reply from your server.',
 280      'FTP_USERNAME'                => 'FTP username',
 281      'FTP_USERNAME_EXPLAIN'        => 'Username used to connect to your server.',
 282  
 283      'GENERAL_ERROR'                => 'General Error',
 284      'GB'                        => 'GB',
 285      'GIB'                        => 'GiB',
 286      'GO'                        => 'Go',
 287      'GOOGLEPLUS'                => 'Google+',
 288      'GOTO_FIRST_POST'            => 'Go to first post',
 289      'GOTO_LAST_POST'            => 'Go to last post',
 290      'GOTO_PAGE'                    => 'Go to page',
 291      'GROUP'                        => 'Group',
 292      'GROUPS'                    => 'Groups',
 293      'GROUP_ERR_TYPE'            => 'Inappropriate group type specified.',
 294      'GROUP_ERR_USERNAME'        => 'No group name specified.',
 295      'GROUP_ERR_USER_LONG'        => 'Group names cannot exceed 60 characters. The specified group name is too long.',
 296      'GUEST'                        => 'Guest',
 297      'GUEST_USERS_ONLINE'        => array(
 298          1    => 'There is %d guest user online',
 299          2    => 'There are %d guest users online',
 300      ),
 301      'GUEST_USERS_TOTAL'            => array(
 302          1    => '%d guest',
 303          2    => '%d guests',
 304      ),
 305      'G_ADMINISTRATORS'            => 'Administrators',
 306      'G_BOTS'                    => 'Bots',
 307      'G_GUESTS'                    => 'Guests',
 308      'G_REGISTERED'                => 'Registered users',
 309      'G_REGISTERED_COPPA'        => 'Registered COPPA users',
 310      'G_GLOBAL_MODERATORS'        => 'Global moderators',
 311      'G_NEWLY_REGISTERED'        => 'Newly registered users',
 312  
 313      'HIDDEN_USERS_ONLINE'        => array(
 314          1    => '%d hidden user',
 315          2    => '%d hidden users',
 316      ),
 317      'HIDDEN_USERS_TOTAL'        => array(
 318          1    => '%d hidden',
 319          2    => '%d hidden',
 320      ),
 321      'HIDE_GUESTS'                    => 'Hide guests',
 322      'HIDE_ME'                        => 'Hide my online status this session',
 323      'HOURS'                            => 'Hours',
 324      'HOME'                            => 'Home',
 325  
 326      'ICQ'                        => 'ICQ',
 327      'IF'                        => 'If',
 328      'IMAGE'                        => 'Image',
 329      'IMAGE_FILETYPE_INVALID'    => 'Image file type %d for mimetype %s not supported.',
 330      'IMAGE_FILETYPE_MISMATCH'    => 'Image file type mismatch: expected extension %1$s but extension %2$s given.',
 331      'IN'                        => 'in',
 332      'INACTIVE'                    => 'Inactive',
 333      'INDEX'                        => 'Index page',
 334      'INFORMATION'                => 'Information',
 335      'INSECURE_REDIRECT'            => 'Tried to redirect to potentially insecure url.',
 336      'INTERESTS'                    => 'Interests',
 337      'INVALID_DIGEST_CHALLENGE'    => 'Invalid digest challenge.',
 338      'INVALID_EMAIL_LOG'            => '<strong>%s</strong> possibly an invalid email address?',
 339      'INVALID_FEED_ATTACHMENTS'    => 'The selected feed tried fetching attachments with invalid constraints.',
 340      'INVALID_PLURAL_RULE'        => 'The chosen plural rule is invalid. Valid values are integers between 0 and 15.',
 341      'IP'                        => 'IP',
 342      'IP_BLACKLISTED'            => 'Your IP %1$s has been blocked because it is blacklisted. For details please see <a href="%2$s">%2$s</a>.',
 343  
 344      'JABBER'                => 'Jabber',
 345      'JOINED'                => 'Joined',
 346      'JUMP_PAGE'                => 'Enter the page number you wish to go to',
 347      'JUMP_TO'                => 'Jump to',
 348      'JUMP_TO_PAGE'            => 'Jump to page',
 349      'JUMP_TO_PAGE_CLICK'    => 'Click to jump to page…',
 350  
 351      'KB'                    => 'KB',
 352      'KIB'                    => 'KiB',
 353  
 354      'LAST_POST'                            => 'Last post',
 355      'LAST_UPDATED'                        => 'Last updated',
 356      'LAST_VISIT'                        => 'Last visit',
 357      'LDAP_NO_LDAP_EXTENSION'            => 'LDAP extension not available.',
 358      'LDAP_NO_SERVER_CONNECTION'            => 'Could not connect to LDAP server.',
 359      'LDAP_SEARCH_FAILED'                => 'An error occurred while searching the LDAP directory.',
 360      'LEGEND'                            => 'Legend',
 361      'LIVE_SEARCHES_NOT_ALLOWED'            => 'Live searches are not allowed.',
 362      'LOADING'                            => 'Loading',
 363      'LOCATION'                            => 'Location',
 364      'LOCK_POST'                            => 'Lock post',
 365      'LOCK_POST_EXPLAIN'                    => 'Prevent editing',
 366      'LOCK_TOPIC'                        => 'Lock topic',
 367      'LOGIN'                                => 'Login',
 368      'LOGIN_CHECK_PM'                    => 'Log in to check your private messages.',
 369      'LOGIN_CONFIRMATION'                => 'Confirmation of login',
 370      '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.', // unused
 371      'LOGIN_ERROR_ATTEMPTS'                => 'You exceeded the maximum allowed number of login attempts. In addition to your username and password you now also have to solve the CAPTCHA below.',
 372      'LOGIN_ERROR_EXTERNAL_AUTH_APACHE'    => 'You have not been authenticated by Apache.',
 373      'LOGIN_ERROR_OAUTH_SERVICE_DOES_NOT_EXIST'    => 'A non-existant OAuth service has been requested.',
 374      '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.',
 375      '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.',
 376      '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.',
 377      'LOGIN_FORUM'                        => 'To view or post in this forum you must enter its password.',
 378      '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.',
 379      'LOGIN_VIEWFORUM'                    => 'The board requires you to be registered and logged in to view this forum.',
 380      'LOGIN_EXPLAIN_EDIT'                => 'In order to edit posts in this forum you have to be registered and logged in.',
 381      'LOGIN_EXPLAIN_VIEWONLINE'            => 'In order to view the online list you have to be registered and logged in.',
 382      'LOGIN_REQUIRED'                    => 'You need to login to perform this action.',
 383      'LOGOUT'                            => 'Logout',
 384      'LOGOUT_USER'                        => 'Logout [ %s ]',
 385      'LOG_ME_IN'                            => 'Remember me',
 386  
 387      'MAIN'                    => 'Main',
 388      'MARK'                    => 'Mark',
 389      'MARK_ALL'                => 'Mark all',
 390      'MARK_ALL_READ'            => 'Mark all read',
 391      'MARK_FORUMS_READ'        => 'Mark forums read',
 392      'MARK_READ'                => 'Mark read',
 393      'MARK_SUBFORUMS_READ'    => 'Mark subforums read',
 394      'MB'                    => 'MB',
 395      'MIB'                    => 'MiB',
 396      'MCP'                    => 'Moderator Control Panel',
 397      'MCP_SHORT'                => 'MCP',
 398      'MEMBERLIST'            => 'Members',
 399      'MEMBERLIST_EXPLAIN'    => 'View complete list of members',
 400      'MERGE'                    => 'Merge',
 401      'MERGE_POSTS'            => 'Move posts',
 402      'MERGE_TOPIC'            => 'Merge topic',
 403      'MESSAGE'                => 'Message',
 404      'MESSAGES'                => 'Messages',
 405      'MESSAGES_COUNT'        => array(
 406          1    => '%d message',
 407          2    => '%d messages',
 408      ),
 409      'MESSAGE_BODY'            => 'Message body',
 410      'MINUTES'                => 'Minutes',
 411      'MODERATE'                => 'Moderate',
 412      'MODERATOR'                => 'Moderator',
 413      'MODERATORS'            => 'Moderators',
 414      'MODULE_NOT_ACCESS'        => 'Module not accessible',
 415      'MODULE_NOT_FIND'        => 'Cannot find module %s',
 416      'MODULE_FILE_INCORRECT_CLASS'    => 'Module file %s does not contain correct class [%s]',
 417      'MONTH'                    => 'Month',
 418      'MOVE'                    => 'Move',
 419  
 420      'NA'                        => 'N/A',
 421      'NEWEST_USER'                => 'Our newest member <strong>%s</strong>',
 422      'NEW_MESSAGE'                => 'New message',
 423      'NEW_MESSAGES'                => 'New messages',
 424      'NEW_POST'                    => 'New post',    // Not used anymore
 425      'NEW_POSTS'                    => 'New posts',    // Not used anymore
 426      'NEXT'                        => 'Next',        // Used in pagination
 427      'NEXT_STEP'                    => 'Next',
 428      'NEVER'                        => 'Never',
 429      'NO'                        => 'No',
 430      'NO_NOTIFICATIONS'            => 'You have no notifications',
 431      'NOT_ALLOWED_MANAGE_GROUP'    => 'You are not allowed to manage this group.',
 432      'NOT_AUTHORISED'            => 'You are not authorised to access this area.',
 433      'NOT_WATCHING_FORUM'        => 'You are no longer subscribed to updates on this forum.',
 434      'NOT_WATCHING_TOPIC'        => 'You are no longer subscribed to this topic.',
 435      'NOTIFICATIONS'                => 'Notifications',
 436      // This applies for NOTIFICATION_BOOKMARK and NOTIFICATION_POST.
 437      // %1$s will return a list of users that's concatenated using "," and "and" - see STRING_LIST
 438      // Once the user count reaches 5 users or more, the list is trimmed using NOTIFICATION_X_OTHERS
 439      // Once the user count reaches 20 users or more, the list is trimmed using NOTIFICATION_MANY_OTHERS
 440      // Examples:
 441      // A replied...
 442      // A and B replied...
 443      // A, B and C replied...
 444      // A, B, C and 2 others replied...
 445      // A, B, C and others replied...
 446      'NOTIFICATION_BOOKMARK'                => array(
 447          1    => '<strong>Reply</strong> from %1$s in bookmarked topic:',
 448      ),
 449      'NOTIFICATION_FORUM'                => '<em>Forum:</em> %1$s',
 450      'NOTIFICATION_GROUP_REQUEST'        => '<strong>Group request</strong> from %1$s to join the group %2$s.',
 451      'NOTIFICATION_GROUP_REQUEST_APPROVED'    => '<strong>Group request approved</strong> to join the group %1$s.',
 452      'NOTIFICATION_PM'                    => '<strong>Private Message</strong> from %1$s:',
 453      'NOTIFICATION_POST'                    => array(
 454          1    => '<strong>Reply</strong> from %1$s in topic:',
 455      ),
 456      'NOTIFICATION_POST_APPROVED'        => '<strong>Post approved</strong>:',
 457      'NOTIFICATION_POST_DISAPPROVED'        => '<strong>Post disapproved</strong>:',
 458      'NOTIFICATION_POST_IN_QUEUE'        => '<strong>Post approval</strong> request by %1$s:',
 459      'NOTIFICATION_QUOTE'                => array(
 460          1    => '<strong>Quoted</strong> by %1$s in:',
 461      ),
 462      'NOTIFICATION_REFERENCE'            => '"%1$s"',
 463      'NOTIFICATION_REASON'                => '<em>Reason:</em> %1$s.',
 464      'NOTIFICATION_REPORT_PM'            => '<strong>Private Message reported</strong> by %1$s:',
 465      'NOTIFICATION_REPORT_POST'            => '<strong>Post reported</strong> by %1$s:',
 466      'NOTIFICATION_REPORT_CLOSED'        => '<strong>Report closed</strong> by %1$s for:',
 467      'NOTIFICATION_TOPIC'                => '<strong>New topic</strong> by %1$s:',
 468      'NOTIFICATION_TOPIC_APPROVED'        => '<strong>Topic approved</strong>:',
 469      'NOTIFICATION_TOPIC_DISAPPROVED'    => '<strong>Topic disapproved</strong>:',
 470      'NOTIFICATION_TOPIC_IN_QUEUE'        => '<strong>Topic approval</strong> request by %1$s:',
 471      'NOTIFICATION_TYPE_NOT_EXIST'        => 'The notification type "%s" is missing from the file system.',
 472      'NOTIFICATION_ADMIN_ACTIVATE_USER'    => '<strong>Activation required</strong> for deactivated or newly registered user: “%1$s”',
 473      // Used in conjuction with NOTIFICATION_BOOKMARK and NOTIFICATION_POST.
 474      'NOTIFICATION_MANY_OTHERS'            => 'others',
 475      'NOTIFICATION_X_OTHERS'                => array(
 476          2    => '%d others',
 477      ),
 478      'NOTIFY_ADMIN'                => 'Please notify the board administrator or webmaster.',
 479      'NOTIFY_ADMIN_EMAIL'        => 'Please notify the board administrator or webmaster: <a href="mailto:%1$s">%1$s</a>',
 480      'NO_ACCESS_ATTACHMENT'        => 'You are not allowed to access this file.',
 481      'NO_ACTION'                    => 'No action specified.',
 482      'NO_ADMINISTRATORS'            => 'There are no administrators.',
 483      'NO_AUTH_ADMIN'                => 'Access to the Administration Control Panel is not allowed as you do not have administrative permissions.',
 484      'NO_AUTH_ADMIN_USER_DIFFER'    => 'You are not able to re-authenticate as a different user.',
 485      'NO_AUTH_OPERATION'            => 'You do not have the necessary permissions to complete this operation.',
 486      'NO_AVATARS'                => 'No avatars currently available',
 487      'NO_CONNECT_TO_SMTP_HOST'    => 'Could not connect to smtp host : %1$s : %2$s',
 488      'NO_BIRTHDAYS'                => 'No birthdays today',
 489      'NO_EMAIL_MESSAGE'            => 'Email message was blank.',
 490      'NO_EMAIL_RESPONSE_CODE'    => 'Could not get mail server response codes.',
 491      'NO_EMAIL_SUBJECT'            => 'No email subject specified.',
 492      'NO_FORUM'                    => 'The forum you selected does not exist.',
 493      'NO_FORUMS'                    => 'This board has no forums.',
 494      'NO_GROUP'                    => 'The requested usergroup does not exist.',
 495      'NO_GROUP_MEMBERS'            => 'This group currently has no members.',
 496      'NO_IPS_DEFINED'            => 'No IP addresses or hostnames defined',
 497      'NO_MEMBERS'                => 'No members found for this search criterion.',
 498      'NO_MESSAGES'                => 'No messages',
 499      'NO_MODE'                    => 'No mode specified.',
 500      'NO_MODERATORS'                => 'There are no moderators.',
 501      'NO_NEW_MESSAGES'            => 'No new messages',
 502      'NO_NEW_POSTS'                => 'No new posts',    // Not used anymore
 503      'NO_ONLINE_USERS'            => 'No registered users',
 504      'NO_POSTS'                    => 'No posts',
 505      'NO_POSTS_TIME_FRAME'        => 'No posts exist inside this topic for the selected time frame.',
 506      'NO_FEED_ENABLED'            => 'Feeds are not available on this board.',
 507      'NO_FEED'                    => 'The requested feed is not available.',
 508      'NO_STYLE_DATA'                => 'Could not get style data',
 509      'NO_SUBJECT'                => 'No subject specified',                                // Used for posts having no subject defined but displayed within management pages.
 510      'NO_SUCH_SEARCH_MODULE'        => 'The specified search backend doesn’t exist.',
 511      'NO_SUPPORTED_AUTH_METHODS'    => 'No supported authentication methods.',
 512      'NO_TOPIC'                    => 'The requested topic does not exist.',
 513      'NO_TOPIC_FORUM'            => 'The topic or forum no longer exists.',
 514      'NO_TOPICS'                    => 'There are no topics or posts in this forum.',
 515      'NO_TOPICS_TIME_FRAME'        => 'No topics exist inside this forum for the selected time frame.',
 516      'NO_UNREAD_POSTS'            => 'No unread posts',
 517      'NO_UPLOAD_FORM_FOUND'        => 'Upload initiated but no valid file upload form found.',
 518      'NO_USER'                    => 'The requested user does not exist.',
 519      'NO_USERS'                    => 'The requested users do not exist.',
 520      'NO_USER_SPECIFIED'            => 'No username was specified.',
 521  
 522      // Nullar/Singular/Plural language entry. The key numbers define the number range in which a certain grammatical expression is valid.
 523      'NUM_ATTACHMENTS'        => array(
 524          1    => '%d attachment',
 525          2    => '%d attachments',
 526      ),
 527      'NUM_POSTS_IN_QUEUE'        => array(
 528          0            => 'No posts in queue',        // 0
 529          1            => '1 post in queue',        // 1
 530          2            => '%d posts in queue',        // 2+
 531      ),
 532  
 533      'OCCUPATION'                => 'Occupation',
 534      'OFFLINE'                    => 'Offline',
 535      'ONLINE'                    => 'Online',
 536      'ONLINE_BUDDIES'            => 'Online friends',
 537      // "... :: x registered and y hidden"
 538      'ONLINE_USERS_TOTAL'        => array(
 539          1    => 'In total there is <strong>%1$d</strong> user online :: %2$s and %3$s',
 540          2    => 'In total there are <strong>%1$d</strong> users online :: %2$s and %3$s',
 541      ),
 542      // "... :: x registered, y hidden and z guests"
 543      'ONLINE_USERS_TOTAL_GUESTS'    => array(
 544          1    => 'In total there is <strong>%1$d</strong> user online :: %2$s, %3$s and %4$s',
 545          2    => 'In total there are <strong>%1$d</strong> users online :: %2$s, %3$s and %4$s',
 546      ),
 547      'OPTIONS'                    => 'Options',
 548  
 549      'PAGE_OF'                => 'Page <strong>%1$d</strong> of <strong>%2$d</strong>',
 550      'PAGE_TITLE_NUMBER'        => 'Page %s',
 551      'PASSWORD'                => 'Password',
 552      'PIXEL'                    => 'px',
 553      'PIXELS'                => array(
 554          1    => '%d pixel',
 555          2    => '%d pixels',
 556      ),
 557      'PLAY_QUICKTIME_FILE'    => 'Play Quicktime file',
 558      'PLEASE_WAIT'            => 'Please wait.',
 559      'PM'                    => 'PM',
 560      'PM_REPORTED'            => 'Click to view report',
 561      'POSTING_MESSAGE'        => 'Posting message in %s',
 562      'POSTING_PRIVATE_MESSAGE'    => 'Composing private message',
 563      'POST'                    => 'Post',
 564      'POST_ANNOUNCEMENT'        => 'Announce',
 565      'POST_STICKY'            => 'Sticky',
 566      'POSTED'                => 'Posted',
 567      'POSTED_IN_FORUM'        => 'in',
 568      'POSTED_ON_DATE'        => 'on',
 569      'POSTS'                    => 'Posts',
 570      'POSTS_UNAPPROVED'        => 'At least one post in this topic has not been approved.',
 571      'POSTS_UNAPPROVED_FORUM'=> 'At least one post in this forum has not been approved.',
 572      'POST_BY_AUTHOR'        => 'by',
 573      'POST_BY_FOE'            => '<strong>%1$s</strong>, who is currently on your ignore list, made this post.',
 574      'POST_DISPLAY'            => '%1$sDisplay this post%2$s.',
 575      'POST_DAY'                => '%.2f posts per day',
 576      'POST_DELETED_ACTION'    => 'Deleted post:',
 577      'POST_DELETED'            => 'This post has been deleted.',
 578      'POST_DELETED_BY'        => '<strong>%2$s</strong> deleted the post by <strong>%1$s</strong> on %3$s.',
 579      'POST_DELETED_BY_REASON'=> '<strong>%2$s</strong> deleted the post by <strong>%1$s</strong> on %3$s for the following reason: %4$s',
 580      'POST_DETAILS'            => 'Post details',
 581      'POST_NEW_TOPIC'        => 'Post new topic',
 582      'POST_PCT'                => '%.2f%% of all posts',
 583      'POST_PCT_ACTIVE'        => '%.2f%% of user’s posts',
 584      'POST_PCT_ACTIVE_OWN'    => '%.2f%% of your posts',
 585      'POST_REPLY'            => 'Post a reply',
 586      'POST_REPORTED'            => 'Click to view report',
 587      'POST_SUBJECT'            => 'Post subject',
 588      'POST_TIME'                => 'Post time',
 589      'POST_TOPIC'            => 'Post a new topic',
 590      'POST_UNAPPROVED_ACTION'    => 'Post awaiting approval:',
 591      'POST_UNAPPROVED'        => 'This post has not been approved.',
 592      'POWERED_BY'            => 'Powered by %s',
 593      'PREVIEW'                => 'Preview',
 594      'PREVIOUS'                => 'Previous',        // Used in pagination
 595      'PREVIOUS_STEP'            => 'Previous',
 596      'PRIVACY'                => 'Privacy policy',
 597      'PRIVATE_MESSAGE'        => 'Private message',
 598      'PRIVATE_MESSAGES'        => 'Private messages',
 599      'PRIVATE_MESSAGING'        => 'Private messaging',
 600      'PROFILE'                => 'User Control Panel',
 601  
 602      'QUICK_LINKS'            => 'Quick links',
 603  
 604      'RANK'                        => 'Rank',
 605      'READING_FORUM'                => 'Viewing topics in %s',
 606      'READING_GLOBAL_ANNOUNCE'    => 'Reading global announcement',
 607      'READING_LINK'                => 'Following forum link %s',
 608      'READING_TOPIC'                => 'Reading topic in %s',
 609      'READ_PROFILE'                => 'Profile',
 610      'REASON'                    => 'Reason',
 611      'RECORD_ONLINE_USERS'        => 'Most users ever online was <strong>%1$s</strong> on %2$s',
 612      'REDIRECT'                    => 'Redirect',
 613      'REDIRECTS'                    => 'Total redirects',
 614      'REGISTER'                    => 'Register',
 615      'REGISTERED_USERS'            => 'Registered users:',
 616      // "... and 2 hidden users online"
 617      'REG_USERS_ONLINE'            => array(
 618          1    => 'There is %1$d registered user and %2$s online',
 619          2    => 'There are %1$d registered users and %2$s online',
 620      ),
 621      'REG_USERS_TOTAL'            => array(
 622          1    => '%d registered',
 623          2    => '%d registered',
 624      ),
 625      'REMOVE'                    => 'Remove',
 626      '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.',
 627      'REPLIES'                    => 'Replies',
 628      'REPLY_WITH_QUOTE'            => 'Reply with quote',
 629      'REPLYING_GLOBAL_ANNOUNCE'    => 'Replying to global announcement',
 630      'REPLYING_MESSAGE'            => 'Replying to message in %s',
 631      'REPORT_BY'                    => 'Report by',
 632      'REPORT_POST'                => 'Report this post',
 633      'REPORTING_POST'            => 'Reporting post',
 634      'RESEND_ACTIVATION'            => 'Resend activation email',
 635      'RESET'                        => 'Reset',
 636      'RESTORE_PERMISSIONS'        => 'Restore permissions',
 637      'RETURN_INDEX'                => '%sReturn to the index page%s',
 638      'RETURN_FORUM'                => '%sReturn to the forum last visited%s',
 639      'RETURN_PAGE'                => '%sReturn to the previous page%s',
 640      'RETURN_TOPIC'                => '%sReturn to the topic last visited%s',
 641      'RETURN_TO'                    => 'Return to “%s”',
 642      'RETURN_TO_INDEX'            => 'Return to Board Index',
 643      'FEED'                        => 'Feed',
 644      'FEED_NEWS'                    => 'News',
 645      'FEED_TOPICS_ACTIVE'        => 'Active Topics',
 646      'FEED_TOPICS_NEW'            => 'New Topics',
 647      'RULES_ATTACH_CAN'            => 'You <strong>can</strong> post attachments in this forum',
 648      'RULES_ATTACH_CANNOT'        => 'You <strong>cannot</strong> post attachments in this forum',
 649      'RULES_DELETE_CAN'            => 'You <strong>can</strong> delete your posts in this forum',
 650      'RULES_DELETE_CANNOT'        => 'You <strong>cannot</strong> delete your posts in this forum',
 651      'RULES_DOWNLOAD_CAN'        => 'You <strong>can</strong> download attachments in this forum',
 652      'RULES_DOWNLOAD_CANNOT'        => 'You <strong>cannot</strong> download attachments in this forum',
 653      'RULES_EDIT_CAN'            => 'You <strong>can</strong> edit your posts in this forum',
 654      'RULES_EDIT_CANNOT'            => 'You <strong>cannot</strong> edit your posts in this forum',
 655      'RULES_LOCK_CAN'            => 'You <strong>can</strong> lock your topics in this forum',
 656      'RULES_LOCK_CANNOT'            => 'You <strong>cannot</strong> lock your topics in this forum',
 657      'RULES_POST_CAN'            => 'You <strong>can</strong> post new topics in this forum',
 658      'RULES_POST_CANNOT'            => 'You <strong>cannot</strong> post new topics in this forum',
 659      'RULES_REPLY_CAN'            => 'You <strong>can</strong> reply to topics in this forum',
 660      'RULES_REPLY_CANNOT'        => 'You <strong>cannot</strong> reply to topics in this forum',
 661      'RULES_VOTE_CAN'            => 'You <strong>can</strong> vote in polls in this forum',
 662      'RULES_VOTE_CANNOT'            => 'You <strong>cannot</strong> vote in polls in this forum',
 663  
 664      'SEARCH'                    => 'Search',
 665      'SEARCH_MINI'                => 'Search…',
 666      'SEARCH_ADV'                => 'Advanced search',
 667      'SEARCH_ADV_EXPLAIN'        => 'View the advanced search options',
 668      'SEARCH_KEYWORDS'            => 'Search for keywords',
 669      'SEARCHING_FORUMS'            => 'Searching forums',
 670      'SEARCH_ACTIVE_TOPICS'        => 'Active topics',
 671      'SEARCH_FOR'                => 'Search for',
 672      'SEARCH_FORUM'                => 'Search this forum…',
 673      'SEARCH_NEW'                => 'New posts',
 674      'SEARCH_POSTS_BY'            => 'Search posts by',
 675      'SEARCH_SELF'                => 'Your posts',
 676      'SEARCH_TOPIC'                => 'Search this topic…',
 677      'SEARCH_UNANSWERED'            => 'Unanswered topics',
 678      'SEARCH_UNREAD'                => 'Unread posts',
 679      'SEARCH_USER_POSTS'            => 'Search user’s posts',
 680      'SECONDS'                    => 'Seconds',
 681      'SEE_ALL'                    => 'See All',
 682      'SELECT'                    => 'Select',
 683      'SELECT_ALL_CODE'            => 'Select all',
 684      'SELECT_DESTINATION_FORUM'    => 'Please select a destination forum',
 685      'SELECT_FORUM'                => 'Select a forum',
 686      'SEND_EMAIL'                => 'Send email',                // Used for submit buttons
 687      'SEND_EMAIL_USER'            => 'Send email to %s',
 688      'SEND_PRIVATE_MESSAGE'        => 'Send private message',
 689      'SETTINGS'                    => 'Settings',
 690      'SIGNATURE'                    => 'Signature',
 691      'SKIP'                        => 'Skip to content',
 692      'SKYPE'                        => 'Skype',
 693      'SMTP_NO_AUTH_SUPPORT'        => 'SMTP server does not support authentication.',
 694      'SORRY_AUTH_READ'            => 'You are not authorised to read this forum.',
 695      'SORRY_AUTH_VIEW_ATTACH'    => 'You are not authorised to download this attachment.',
 696      'SORT_BY'                    => 'Sort by',
 697      'SORT_JOINED'                => 'Joined date',
 698      'SORT_LOCATION'                => 'Location',
 699      'SORT_RANK'                    => 'Rank',
 700      'SORT_POSTS'                => 'Posts',
 701      'SORT_TOPIC_TITLE'            => 'Topic title',
 702      'SORT_USERNAME'                => 'Username',
 703      'SPLIT_TOPIC'                => 'Split topic',
 704      'SQL_ERROR_OCCURRED'        => 'An SQL error occurred while fetching this page. Please contact the %sBoard Administrator%s if this problem persists.',
 705      'STATISTICS'                => 'Statistics',
 706      'START_WATCHING_FORUM'        => 'Subscribe forum',
 707      'START_WATCHING_TOPIC'        => 'Subscribe topic',
 708      'STOP_WATCHING_FORUM'        => 'Unsubscribe forum',
 709      'STOP_WATCHING_TOPIC'        => 'Unsubscribe topic',
 710      'STRING_LIST_MULTI'            => '%1$s, and %2$s',
 711      'STRING_LIST_SIMPLE'        => '%1$s and %2$s',
 712      'SUBFORUM'                    => 'Subforum',
 713      'SUBFORUMS'                    => 'Subforums',
 714      'SUBJECT'                    => 'Subject',
 715      'SUBMIT'                    => 'Submit',
 716  
 717      'TB'                => 'TB',
 718      'TERMS_USE'            => 'Terms of use',
 719      'TEST_CONNECTION'    => 'Test connection',
 720      'THE_TEAM'            => 'The team',
 721      'TIB'                => 'TiB',
 722      'TIME'                => 'Time',
 723      'TIMEOUT_PROCESSING_REQ'            => 'Request timed out.',
 724  
 725      'TOO_LARGE'                        => 'The value you entered is too large.',
 726      'TOO_LARGE_MAX_RECIPIENTS'        => 'The value of <strong>Maximum number of allowed recipients per private message</strong> setting you entered is too large.',
 727  
 728      'TOO_LONG'                        => 'The value you entered is too long.',
 729  
 730      'TOO_LONG_CONFIRM_CODE'            => 'The confirm code you entered is too long.',
 731      'TOO_LONG_DATEFORMAT'            => 'The date format you entered is too long.',
 732      'TOO_LONG_JABBER'                => 'The Jabber account name you entered is too long.',
 733      'TOO_LONG_NEW_PASSWORD'            => 'The password you entered is too long.',
 734      'TOO_LONG_PASSWORD_CONFIRM'        => 'The password confirmation you entered is too long.',
 735      'TOO_LONG_USER_PASSWORD'        => 'The password you entered is too long.',
 736      'TOO_LONG_USERNAME'                => 'The username you entered is too long.',
 737      'TOO_LONG_EMAIL'                => 'The email address you entered is too long.',
 738  
 739      'TOO_MANY_VOTE_OPTIONS'            => 'You have tried to vote for too many options.',
 740  
 741      'TOO_SHORT'                        => 'The value you entered is too short.',
 742  
 743      'TOO_SHORT_CONFIRM_CODE'        => 'The confirm code you entered is too short.',
 744      'TOO_SHORT_DATEFORMAT'            => 'The date format you entered is too short.',
 745      'TOO_SHORT_JABBER'                => 'The Jabber account name you entered is too short.',
 746      'TOO_SHORT_NEW_PASSWORD'        => 'The password you entered is too short.',
 747      'TOO_SHORT_PASSWORD_CONFIRM'    => 'The password confirmation you entered is too short.',
 748      'TOO_SHORT_USER_PASSWORD'        => 'The password you entered is too short.',
 749      'TOO_SHORT_USERNAME'            => 'The username you entered is too short.',
 750      'TOO_SHORT_EMAIL'                => 'The email address you entered is too short.',
 751      'TOO_SHORT_EMAIL_CONFIRM'        => 'The email address confirmation you entered is too short.',
 752      'TOO_SMALL'                        => 'The value you entered is too small.',
 753      'TOO_SMALL_MAX_RECIPIENTS'        => 'The value of <strong>Maximum number of allowed recipients per private message</strong> setting you entered is too small.',
 754  
 755      'TOPIC'                => 'Topic',
 756      'TOPICS'            => 'Topics',
 757      'TOPICS_UNAPPROVED'    => 'At least one topic in this forum has not been approved.',
 758      'TOPIC_ICON'        => 'Topic icon',
 759      'TOPIC_LOCKED'        => 'This topic is locked, you cannot edit posts or make further replies.',
 760      'TOPIC_LOCKED_SHORT'=> 'Topic locked',
 761      'TOPIC_MOVED'        => 'Moved topic',
 762      'TOPIC_REVIEW'        => 'Topic review',
 763      'TOPIC_TITLE'        => 'Topic title',
 764      'TOPIC_UNAPPROVED'    => 'This topic has not been approved.',
 765      'TOPIC_DELETED'        => 'This topic has been deleted.',
 766      'TOTAL_ATTACHMENTS'    => 'Attachment(s)',
 767      'TOTAL_LOGS'        => array(
 768          1    => '%d log',
 769          2    => '%d logs',
 770      ),
 771      'TOTAL_PMS'        => array(
 772          1    => '%d private message in total',
 773          2    => '%d private messages in total',
 774      ),
 775      'TOPIC_POLL'        => 'This topic has a poll.',
 776      'TOTAL_POSTS'        => 'Total posts',
 777      'TOTAL_POSTS_COUNT'    => array(
 778          2    => 'Total posts <strong>%d</strong>',
 779      ),
 780      'TOPIC_REPORTED'    => 'This topic has been reported',
 781      'TOTAL_TOPICS'        => array(
 782          2    => 'Total topics <strong>%d</strong>',
 783      ),
 784      'TOTAL_USERS'        => array(
 785          2    => 'Total members <strong>%d</strong>',
 786      ),
 787      'TRACKED_PHP_ERROR'    => 'Tracked PHP errors: %s',
 788      'TWITTER'            => 'Twitter',
 789  
 790      'UNABLE_GET_IMAGE_SIZE'    => 'It was not possible to determine the dimensions of the image. Please verify that the URL you entered is correct.',
 791      'UNABLE_TO_DELIVER_FILE'=> 'Unable to deliver file.',
 792      'UNKNOWN_BROWSER'        => 'Unknown browser',
 793      'UNMARK_ALL'            => 'Unmark all',
 794      'UNREAD_MESSAGES'        => 'Unread messages',
 795      'UNREAD_POST'            => 'Unread post',
 796      'UNREAD_POSTS'            => 'Unread posts',
 797      'UNWATCH_FORUM_CONFIRM'        => 'Are you sure you wish to unsubscribe from this forum?',
 798      'UNWATCH_FORUM_DETAILED'    => 'Are you sure you wish to unsubscribe from the forum “%s”?',
 799      'UNWATCH_TOPIC_CONFIRM'        => 'Are you sure you wish to unsubscribe from this topic?',
 800      'UNWATCH_TOPIC_DETAILED'    => 'Are you sure you wish to unsubscribe from the topic “%s”?',
 801      'UNWATCHED_FORUMS'            => 'You are no longer subscribed to the selected forums.',
 802      'UNWATCHED_TOPICS'            => 'You are no longer subscribed to the selected topics.',
 803      'UNWATCHED_FORUMS_TOPICS'    => 'You are no longer subscribed to the selected entries.',
 804      'UPDATE'                => 'Update',
 805      'UPLOAD_IN_PROGRESS'    => 'The upload is currently in progress.',
 806      'URL_REDIRECT'            => 'If your browser does not support meta redirection %splease click HERE to be redirected%s.',
 807      'USERGROUPS'            => 'Groups',
 808      'USERNAME'                => 'Username',
 809      'USERNAMES'                => 'Usernames',
 810      'USER_AVATAR'            => 'User avatar',
 811      'USER_CANNOT_READ'        => 'You cannot read posts in this forum.',
 812      'USER_POSTS'            => array(
 813          1    => '%d Post',
 814          2    => '%d Posts',
 815      ),
 816      'USERS'                    => 'Users',
 817      'USE_PERMISSIONS'        => 'Test out user’s permissions',
 818  
 819      'USER_NEW_PERMISSION_DISALLOWED'    => 'We are sorry, but you are not authorised to use this feature. You may have just registered here and may need to participate more in discussions to be able to use this feature.',
 820  
 821      '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
 822      'VIEWED'                    => 'Viewed',
 823      'VIEWED_COUNTS'        => array(
 824          0    => 'Not viewed yet',
 825          1    => 'Viewed %d time',
 826          2    => 'Viewed %d times',
 827      ),
 828      'VIEWING_CONTACT_ADMIN'        => 'Viewing contact page',
 829      'VIEWING_FAQ'                => 'Viewing FAQ',
 830      'VIEWING_MEMBERS'            => 'Viewing member details',
 831      'VIEWING_ONLINE'            => 'Viewing who is online',
 832      'VIEWING_MCP'                => 'Viewing moderator control panel',
 833      'VIEWING_MEMBER_PROFILE'    => 'Viewing member profile',
 834      'VIEWING_PRIVATE_MESSAGES'    => 'Viewing private messages',
 835      'VIEWING_REGISTER'            => 'Registering account',
 836      'VIEWING_UCP'                => 'Viewing user control panel',
 837      'VIEWS'                        => 'Views',
 838      'VIEW_BOOKMARKS'            => 'View bookmarks',
 839      'VIEW_FORUM_LOGS'            => 'View Logs',
 840      'VIEW_LATEST_POST'            => 'View the latest post',
 841      'VIEW_NEWEST_POST'            => 'View first unread post',
 842      'VIEW_NOTES'                => 'View user notes',
 843      'VIEW_ONLINE_TIMES'            => array(
 844          1    => 'based on users active over the past %d minute',
 845          2    => 'based on users active over the past %d minutes',
 846      ),
 847      'VIEW_TOPIC'                => 'View topic',
 848      'VIEW_TOPIC_ANNOUNCEMENT'    => 'Announcement: ',
 849      'VIEW_TOPIC_GLOBAL'            => 'Global Announcement: ',
 850      'VIEW_TOPIC_LOCKED'            => 'Locked: ',
 851      'VIEW_TOPIC_LOGS'            => 'View logs',
 852      'VIEW_TOPIC_MOVED'            => 'Moved: ',
 853      'VIEW_TOPIC_POLL'            => 'Poll: ',
 854      'VIEW_TOPIC_STICKY'            => 'Sticky: ',
 855      'VISIT_WEBSITE'                => 'Visit website',
 856  
 857      'WARNINGS'            => 'Warnings',
 858      'WARN_USER'            => 'Warn user',
 859      'WATCH_FORUM_CONFIRM'    => 'Are you sure you wish to subscribe to this forum?',
 860      'WATCH_FORUM_DETAILED'    => 'Are you sure you wish to subscribe to the forum “%s”?',
 861      'WATCH_TOPIC_CONFIRM'    => 'Are you sure you wish to subscribe to this topic?',
 862      'WATCH_TOPIC_DETAILED'    => 'Are you sure you wish to subscribe to the topic “%s”?',
 863      'WELCOME_SUBJECT'    => 'Welcome to %s forums',
 864      'WEBSITE'            => 'Website',
 865      'WHOIS'                => 'Whois',
 866      'WHO_IS_ONLINE'        => 'Who is online',
 867      'WLM'                => 'WLM',
 868      'WRONG_PASSWORD'    => 'You entered an incorrect password.',
 869  
 870      'WRONG_DATA_COLOUR'            => 'The colour value you entered is invalid.',
 871      'WRONG_DATA_JABBER'            => 'The name you entered is not a valid Jabber account name.',
 872      'WRONG_DATA_LANG'            => 'The language you specified is not valid.',
 873      'WRONG_DATA_POST_SD'        => 'The post sort direction you specified is not valid.',
 874      'WRONG_DATA_POST_SK'        => 'The post sort option you specified is not valid.',
 875      'WRONG_DATA_TOPIC_SD'        => 'The topic sort direction you specified is not valid.',
 876      'WRONG_DATA_TOPIC_SK'        => 'The topic sort option you specified is not valid.',
 877      'WROTE'                        => 'wrote',
 878  
 879      'YAHOO'                => 'Yahoo Messenger',
 880      'YOUTUBE'            => 'YouTube',
 881      'YEAR'                => 'Year',
 882      'YEAR_MONTH_DAY'    => '(YYYY-MM-DD)',
 883      'YES'                => 'Yes',
 884      'YOU_LAST_VISIT'    => 'Last visit was: %s',
 885  
 886      'datetime'            => array(
 887          'TODAY'        => 'Today',
 888          'TOMORROW'    => 'Tomorrow',
 889          'YESTERDAY'    => 'Yesterday',
 890          'AGO'        => array(
 891              0        => 'less than a minute ago',
 892              1        => '%d minute ago',
 893              2        => '%d minutes ago',
 894          ),
 895  
 896          'Sunday'    => 'Sunday',
 897          'Monday'    => 'Monday',
 898          'Tuesday'    => 'Tuesday',
 899          'Wednesday'    => 'Wednesday',
 900          'Thursday'    => 'Thursday',
 901          'Friday'    => 'Friday',
 902          'Saturday'    => 'Saturday',
 903  
 904          'Sun'        => 'Sun',
 905          'Mon'        => 'Mon',
 906          'Tue'        => 'Tue',
 907          'Wed'        => 'Wed',
 908          'Thu'        => 'Thu',
 909          'Fri'        => 'Fri',
 910          'Sat'        => 'Sat',
 911  
 912          'January'    => 'January',
 913          'February'    => 'February',
 914          'March'        => 'March',
 915          'April'        => 'April',
 916          'May'        => 'May',
 917          'June'        => 'June',
 918          'July'        => 'July',
 919          'August'    => 'August',
 920          'September' => 'September',
 921          'October'    => 'October',
 922          'November'    => 'November',
 923          'December'    => 'December',
 924  
 925          'Jan'        => 'Jan',
 926          'Feb'        => 'Feb',
 927          'Mar'        => 'Mar',
 928          'Apr'        => 'Apr',
 929          'May_short'    => 'May',    // Short representation of "May". May_short used because in English the short and long date are the same for May.
 930          'Jun'        => 'Jun',
 931          'Jul'        => 'Jul',
 932          'Aug'        => 'Aug',
 933          'Sep'        => 'Sep',
 934          'Oct'        => 'Oct',
 935          'Nov'        => 'Nov',
 936          'Dec'        => 'Dec',
 937      ),
 938  
 939      // Timezones can be translated. We use this for the Etc/GMT timezones here,
 940      // because they are named invers to their offset.
 941      'timezones'        => array(
 942          'UTC'                    => 'UTC',
 943          'UTC_OFFSET'            => 'UTC%1$s',
 944          'UTC_OFFSET_CURRENT'    => 'UTC%1$s - %2$s',
 945  
 946          'Etc/GMT-12'    => 'UTC+12',
 947          'Etc/GMT-11'    => 'UTC+11',
 948          'Etc/GMT-10'    => 'UTC+10',
 949          'Etc/GMT-9'        => 'UTC+9',
 950          'Etc/GMT-8'        => 'UTC+8',
 951          'Etc/GMT-7'        => 'UTC+7',
 952          'Etc/GMT-6'        => 'UTC+6',
 953          'Etc/GMT-5'        => 'UTC+5',
 954          'Etc/GMT-4'        => 'UTC+4',
 955          'Etc/GMT-3'        => 'UTC+3',
 956          'Etc/GMT-2'        => 'UTC+2',
 957          'Etc/GMT-1'        => 'UTC+1',
 958          'Etc/GMT+1'        => 'UTC-1',
 959          'Etc/GMT+2'        => 'UTC-2',
 960          'Etc/GMT+3'        => 'UTC-3',
 961          'Etc/GMT+4'        => 'UTC-4',
 962          'Etc/GMT+5'        => 'UTC-5',
 963          'Etc/GMT+6'        => 'UTC-6',
 964          'Etc/GMT+7'        => 'UTC-7',
 965          'Etc/GMT+8'        => 'UTC-8',
 966          'Etc/GMT+9'        => 'UTC-9',
 967          'Etc/GMT+10'    => 'UTC-10',
 968          'Etc/GMT+11'    => 'UTC-11',
 969          'Etc/GMT+12'    => 'UTC-12',
 970  
 971          'Africa/Abidjan'    => 'Africa/Abidjan',
 972          'Africa/Accra'        => 'Africa/Accra',
 973          'Africa/Addis_Ababa'    => 'Africa/Addis Ababa',
 974          'Africa/Algiers'    => 'Africa/Algiers',
 975          'Africa/Asmara'        => 'Africa/Asmara',
 976          'Africa/Bamako'        => 'Africa/Bamako',
 977          'Africa/Bangui'        => 'Africa/Bangui',
 978          'Africa/Banjul'        => 'Africa/Banjul',
 979          'Africa/Bissau'        => 'Africa/Bissau',
 980          'Africa/Blantyre'    => 'Africa/Blantyre',
 981          'Africa/Brazzaville'    => 'Africa/Brazzaville',
 982          'Africa/Bujumbura'    => 'Africa/Bujumbura',
 983          'Africa/Cairo'        => 'Africa/Cairo',
 984          'Africa/Casablanca'    => 'Africa/Casablanca',
 985          'Africa/Ceuta'        => 'Africa/Ceuta',
 986          'Africa/Conakry'    => 'Africa/Conakry',
 987          'Africa/Dakar'        => 'Africa/Dakar',
 988          'Africa/Dar_es_Salaam'    => 'Africa/Dar es Salaam',
 989          'Africa/Djibouti'    => 'Africa/Djibouti',
 990          'Africa/Douala'        => 'Africa/Douala',
 991          'Africa/El_Aaiun'    => 'Africa/El Aaiun',
 992          'Africa/Freetown'    => 'Africa/Freetown',
 993          'Africa/Gaborone'    => 'Africa/Gaborone',
 994          'Africa/Harare'        => 'Africa/Harare',
 995          'Africa/Johannesburg'    => 'Africa/Johannesburg',
 996          'Africa/Juba'        => 'Africa/Juba',
 997          'Africa/Kampala'    => 'Africa/Kampala',
 998          'Africa/Khartoum'    => 'Africa/Khartoum',
 999          'Africa/Kigali'        => 'Africa/Kigali',
1000          'Africa/Kinshasa'    => 'Africa/Kinshasa',
1001          'Africa/Lagos'        => 'Africa/Lagos',
1002          'Africa/Libreville'    => 'Africa/Libreville',
1003          'Africa/Lome'        => 'Africa/Lome',
1004          'Africa/Luanda'        => 'Africa/Luanda',
1005          'Africa/Lubumbashi'    => 'Africa/Lubumbashi',
1006          'Africa/Lusaka'        => 'Africa/Lusaka',
1007          'Africa/Malabo'        => 'Africa/Malabo',
1008          'Africa/Maputo'        => 'Africa/Maputo',
1009          'Africa/Maseru'        => 'Africa/Maseru',
1010          'Africa/Mbabane'    => 'Africa/Mbabane',
1011          'Africa/Mogadishu'    => 'Africa/Mogadishu',
1012          'Africa/Monrovia'    => 'Africa/Monrovia',
1013          'Africa/Nairobi'    => 'Africa/Nairobi',
1014          'Africa/Ndjamena'    => 'Africa/Ndjamena',
1015          'Africa/Niamey'        => 'Africa/Niamey',
1016          'Africa/Nouakchott'    => 'Africa/Nouakchott',
1017          'Africa/Ouagadougou'    => 'Africa/Ouagadougou',
1018          'Africa/Porto-Novo'    => 'Africa/Porto-Novo',
1019          'Africa/Sao_Tome'    => 'Africa/Sao Tome',
1020          'Africa/Tripoli'    => 'Africa/Tripoli',
1021          'Africa/Tunis'        => 'Africa/Tunis',
1022          'Africa/Windhoek'    => 'Africa/Windhoek',
1023  
1024          'America/Adak'        => 'America/Adak',
1025          'America/Anchorage'    => 'America/Anchorage',
1026          'America/Anguilla'    => 'America/Anguilla',
1027          'America/Antigua'    => 'America/Antigua',
1028          'America/Araguaina'    => 'America/Araguaina',
1029  
1030          'America/Argentina/Buenos_Aires'    => 'America/Argentina/Buenos Aires',
1031          'America/Argentina/Catamarca'    => 'America/Argentina/Catamarca',
1032          'America/Argentina/Cordoba'        => 'America/Argentina/Cordoba',
1033          'America/Argentina/Jujuy'        => 'America/Argentina/Jujuy',
1034          'America/Argentina/La_Rioja'    => 'America/Argentina/La Rioja',
1035          'America/Argentina/Mendoza'        => 'America/Argentina/Mendoza',
1036          'America/Argentina/Rio_Gallegos'    => 'America/Argentina/Rio Gallegos',
1037          'America/Argentina/Salta'        => 'America/Argentina/Salta',
1038          'America/Argentina/San_Juan'    => 'America/Argentina/San Juan',
1039          'America/Argentina/San_Luis'    => 'America/Argentina/San Luis',
1040          'America/Argentina/Tucuman'        => 'America/Argentina/Tucuman',
1041          'America/Argentina/Ushuaia'        => 'America/Argentina/Ushuaia',
1042  
1043          'America/Aruba'            => 'America/Aruba',
1044          'America/Asuncion'        => 'America/Asuncion',
1045          'America/Atikokan'        => 'America/Atikokan',
1046          'America/Bahia'            => 'America/Bahia',
1047          'America/Bahia_Banderas'    => 'America/Bahia Banderas',
1048          'America/Barbados'        => 'America/Barbados',
1049          'America/Belem'            => 'America/Belem',
1050          'America/Belize'        => 'America/Belize',
1051          'America/Blanc-Sablon'    => 'America/Blanc-Sablon',
1052          'America/Boa_Vista'        => 'America/Boa Vista',
1053          'America/Bogota'        => 'America/Bogota',
1054          'America/Boise'            => 'America/Boise',
1055          'America/Cambridge_Bay'    => 'America/Cambridge Bay',
1056          'America/Campo_Grande'    => 'America/Campo Grande',
1057          'America/Cancun'        => 'America/Cancun',
1058          'America/Caracas'        => 'America/Caracas',
1059          'America/Cayenne'        => 'America/Cayenne',
1060          'America/Cayman'        => 'America/Cayman',
1061          'America/Chicago'        => 'America/Chicago',
1062          'America/Chihuahua'        => 'America/Chihuahua',
1063          'America/Costa_Rica'    => 'America/Costa Rica',
1064          'America/Creston'        => 'America/Creston',
1065          'America/Cuiaba'        => 'America/Cuiaba',
1066          'America/Curacao'        => 'America/Curacao',
1067          'America/Danmarkshavn'    => 'America/Danmarkshavn',
1068          'America/Dawson'        => 'America/Dawson',
1069          'America/Dawson_Creek'    => 'America/Dawson Creek',
1070          'America/Denver'        => 'America/Denver',
1071          'America/Detroit'        => 'America/Detroit',
1072          'America/Dominica'        => 'America/Dominica',
1073          'America/Edmonton'        => 'America/Edmonton',
1074          'America/Eirunepe'        => 'America/Eirunepe',
1075          'America/El_Salvador'    => 'America/El Salvador',
1076          'America/Fortaleza'        => 'America/Fortaleza',
1077          'America/Glace_Bay'        => 'America/Glace Bay',
1078          'America/Godthab'        => 'America/Godthab',
1079          'America/Goose_Bay'        => 'America/Goose Bay',
1080          'America/Grand_Turk'    => 'America/Grand Turk',
1081          'America/Grenada'        => 'America/Grenada',
1082          'America/Guadeloupe'    => 'America/Guadeloupe',
1083          'America/Guatemala'        => 'America/Guatemala',
1084          'America/Guayaquil'        => 'America/Guayaquil',
1085          'America/Guyana'        => 'America/Guyana',
1086          'America/Halifax'        => 'America/Halifax',
1087          'America/Havana'        => 'America/Havana',
1088          'America/Hermosillo'        => 'America/Hermosillo',
1089          'America/Indiana/Indianapolis'    => 'America/Indiana/Indianapolis',
1090          'America/Indiana/Knox'        => 'America/Indiana/Knox',
1091          'America/Indiana/Marengo'    => 'America/Indiana/Marengo',
1092          'America/Indiana/Petersburg'    => 'America/Indiana/Petersburg',
1093          'America/Indiana/Tell_City'    => 'America/Indiana/Tell City',
1094          'America/Indiana/Vevay'        => 'America/Indiana/Vevay',
1095          'America/Indiana/Vincennes'    => 'America/Indiana/Vincennes',
1096          'America/Indiana/Winamac'    => 'America/Indiana/Winamac',
1097          'America/Inuvik'        => 'America/Inuvik',
1098          'America/Iqaluit'        => 'America/Iqaluit',
1099          'America/Jamaica'        => 'America/Jamaica',
1100          'America/Juneau'        => 'America/Juneau',
1101          'America/Kentucky/Louisville'    => 'America/Kentucky/Louisville',
1102          'America/Kentucky/Monticello'    => 'America/Kentucky/Monticello',
1103          'America/Kralendijk'    => 'America/Kralendijk',
1104          'America/La_Paz'        => 'America/La Paz',
1105          'America/Lima'            => 'America/Lima',
1106          'America/Los_Angeles'    => 'America/Los Angeles',
1107          'America/Lower_Princes'    => 'America/Lower Princes',
1108          'America/Maceio'        => 'America/Maceio',
1109          'America/Managua'        => 'America/Managua',
1110          'America/Manaus'        => 'America/Manaus',
1111          'America/Marigot'        => 'America/Marigot',
1112          'America/Martinique'    => 'America/Martinique',
1113          'America/Matamoros'        => 'America/Matamoros',
1114          'America/Mazatlan'        => 'America/Mazatlan',
1115          'America/Menominee'        => 'America/Menominee',
1116          'America/Merida'        => 'America/Merida',
1117          'America/Metlakatla'    => 'America/Metlakatla',
1118          'America/Mexico_City'    => 'America/Mexico City',
1119          'America/Miquelon'        => 'America/Miquelon',
1120          'America/Moncton'        => 'America/Moncton',
1121          'America/Monterrey'        => 'America/Monterrey',
1122          'America/Montevideo'    => 'America/Montevideo',
1123          'America/Montreal'        => 'America/Montreal',
1124          'America/Montserrat'    => 'America/Montserrat',
1125          'America/Nassau'        => 'America/Nassau',
1126          'America/New_York'        => 'America/New York',
1127          'America/Nipigon'        => 'America/Nipigon',
1128          'America/Nome'            => 'America/Nome',
1129          'America/Noronha'        => 'America/Noronha',
1130          'America/North_Dakota/Beulah'        => 'America/North Dakota/Beulah',
1131          'America/North_Dakota/Center'        => 'America/North Dakota/Center',
1132          'America/North_Dakota/New_Salem'    => 'America/North Dakota/New Salem',
1133          'America/Ojinaga'        => 'America/Ojinaga',
1134          'America/Panama'        => 'America/Panama',
1135          'America/Pangnirtung'    => 'America/Pangnirtung',
1136          'America/Paramaribo'    => 'America/Paramaribo',
1137          'America/Phoenix'        => 'America/Phoenix',
1138          'America/Port-au-Prince'    => 'America/Port-au-Prince',
1139          'America/Port_of_Spain'    => 'America/Port of Spain',
1140          'America/Porto_Velho'    => 'America/Porto Velho',
1141          'America/Puerto_Rico'    => 'America/Puerto Rico',
1142          'America/Rainy_River'    => 'America/Rainy River',
1143          'America/Rankin_Inlet'    => 'America/Rankin Inlet',
1144          'America/Recife'        => 'America/Recife',
1145          'America/Regina'        => 'America/Regina',
1146          'America/Resolute'        => 'America/Resolute',
1147          'America/Rio_Branco'    => 'America/Rio Branco',
1148          'America/Santa_Isabel'    => 'America/Santa Isabel',
1149          'America/Santarem'        => 'America/Santarem',
1150          'America/Santiago'        => 'America/Santiago',
1151          'America/Santo_Domingo'    => 'America/Santo Domingo',
1152          'America/Sao_Paulo'        => 'America/Sao Paulo',
1153          'America/Scoresbysund'    => 'America/Scoresbysund',
1154          'America/Shiprock'        => 'America/Shiprock',
1155          'America/Sitka'            => 'America/Sitka',
1156          'America/St_Barthelemy'    => 'America/St. Barthelemy',
1157          'America/St_Johns'        => 'America/St. Johns',
1158          'America/St_Kitts'        => 'America/St. Kitts',
1159          'America/St_Lucia'        => 'America/St. Lucia',
1160          'America/St_Thomas'        => 'America/St. Thomas',
1161          'America/St_Vincent'    => 'America/St. Vincent',
1162          'America/Swift_Current'    => 'America/Swift Current',
1163          'America/Tegucigalpa'    => 'America/Tegucigalpa',
1164          'America/Thule'            => 'America/Thule',
1165          'America/Thunder_Bay'    => 'America/Thunder Bay',
1166          'America/Tijuana'        => 'America/Tijuana',
1167          'America/Toronto'        => 'America/Toronto',
1168          'America/Tortola'        => 'America/Tortola',
1169          'America/Vancouver'        => 'America/Vancouver',
1170          'America/Whitehorse'    => 'America/Whitehorse',
1171          'America/Winnipeg'        => 'America/Winnipeg',
1172          'America/Yakutat'        => 'America/Yakutat',
1173          'America/Yellowknife'    => 'America/Yellowknife',
1174  
1175          'Antarctica/Casey'        => 'Antarctica/Casey',
1176          'Antarctica/Davis'        => 'Antarctica/Davis',
1177          'Antarctica/DumontDUrville'    => 'Antarctica/DumontDUrville',
1178          'Antarctica/Macquarie'    => 'Antarctica/Macquarie',
1179          'Antarctica/Mawson'        => 'Antarctica/Mawson',
1180          'Antarctica/McMurdo'    => 'Antarctica/McMurdo',
1181          'Antarctica/Palmer'        => 'Antarctica/Palmer',
1182          'Antarctica/Rothera'    => 'Antarctica/Rothera',
1183          'Antarctica/South_Pole'    => 'Antarctica/South Pole',
1184          'Antarctica/Syowa'        => 'Antarctica/Syowa',
1185          'Antarctica/Vostok'        => 'Antarctica/Vostok',
1186  
1187          'Arctic/Longyearbyen'    => 'Arctic/Longyearbyen',
1188  
1189          'Asia/Aden'            => 'Asia/Aden',
1190          'Asia/Almaty'        => 'Asia/Almaty',
1191          'Asia/Amman'        => 'Asia/Amman',
1192          'Asia/Anadyr'        => 'Asia/Anadyr',
1193          'Asia/Aqtau'        => 'Asia/Aqtau',
1194          'Asia/Aqtobe'        => 'Asia/Aqtobe',
1195          'Asia/Ashgabat'        => 'Asia/Ashgabat',
1196          'Asia/Baghdad'        => 'Asia/Baghdad',
1197          'Asia/Bahrain'        => 'Asia/Bahrain',
1198          'Asia/Baku'            => 'Asia/Baku',
1199          'Asia/Bangkok'        => 'Asia/Bangkok',
1200          'Asia/Beirut'        => 'Asia/Beirut',
1201          'Asia/Bishkek'        => 'Asia/Bishkek',
1202          'Asia/Brunei'        => 'Asia/Brunei',
1203          'Asia/Choibalsan'    => 'Asia/Choibalsan',
1204          'Asia/Chongqing'    => 'Asia/Chongqing',
1205          'Asia/Colombo'        => 'Asia/Colombo',
1206          'Asia/Damascus'        => 'Asia/Damascus',
1207          'Asia/Dhaka'        => 'Asia/Dhaka',
1208          'Asia/Dili'            => 'Asia/Dili',
1209          'Asia/Dubai'        => 'Asia/Dubai',
1210          'Asia/Dushanbe'        => 'Asia/Dushanbe',
1211          'Asia/Gaza'            => 'Asia/Gaza',
1212          'Asia/Harbin'        => 'Asia/Harbin',
1213          'Asia/Hebron'        => 'Asia/Hebron',
1214          'Asia/Ho_Chi_Minh'    => 'Asia/Ho Chi Minh',
1215          'Asia/Hong_Kong'    => 'Asia/Hong Kong',
1216          'Asia/Hovd'            => 'Asia/Hovd',
1217          'Asia/Irkutsk'        => 'Asia/Irkutsk',
1218          'Asia/Jakarta'        => 'Asia/Jakarta',
1219          'Asia/Jayapura'        => 'Asia/Jayapura',
1220          'Asia/Jerusalem'    => 'Asia/Jerusalem',
1221          'Asia/Kabul'        => 'Asia/Kabul',
1222          'Asia/Kamchatka'    => 'Asia/Kamchatka',
1223          'Asia/Karachi'        => 'Asia/Karachi',
1224          'Asia/Kashgar'        => 'Asia/Kashgar',
1225          'Asia/Kathmandu'    => 'Asia/Kathmandu',
1226          'Asia/Khandyga'        => 'Asia/Khandyga',
1227          'Asia/Kolkata'        => 'Asia/Kolkata',
1228          'Asia/Krasnoyarsk'    => 'Asia/Krasnoyarsk',
1229          'Asia/Kuala_Lumpur'    => 'Asia/Kuala Lumpur',
1230          'Asia/Kuching'        => 'Asia/Kuching',
1231          'Asia/Kuwait'        => 'Asia/Kuwait',
1232          'Asia/Macau'        => 'Asia/Macau',
1233          'Asia/Magadan'        => 'Asia/Magadan',
1234          'Asia/Makassar'        => 'Asia/Makassar',
1235          'Asia/Manila'        => 'Asia/Manila',
1236          'Asia/Muscat'        => 'Asia/Muscat',
1237          'Asia/Nicosia'        => 'Asia/Nicosia',
1238          'Asia/Novokuznetsk'    => 'Asia/Novokuznetsk',
1239          'Asia/Novosibirsk'    => 'Asia/Novosibirsk',
1240          'Asia/Omsk'            => 'Asia/Omsk',
1241          'Asia/Oral'            => 'Asia/Oral',
1242          'Asia/Phnom_Penh'    => 'Asia/Phnom Penh',
1243          'Asia/Pontianak'    => 'Asia/Pontianak',
1244          'Asia/Pyongyang'    => 'Asia/Pyongyang',
1245          'Asia/Qatar'        => 'Asia/Qatar',
1246          'Asia/Qyzylorda'    => 'Asia/Qyzylorda',
1247          'Asia/Rangoon'        => 'Asia/Rangoon',
1248          'Asia/Riyadh'        => 'Asia/Riyadh',
1249          'Asia/Sakhalin'        => 'Asia/Sakhalin',
1250          'Asia/Samarkand'    => 'Asia/Samarkand',
1251          'Asia/Seoul'        => 'Asia/Seoul',
1252          'Asia/Shanghai'        => 'Asia/Shanghai',
1253          'Asia/Singapore'    => 'Asia/Singapore',
1254          'Asia/Taipei'        => 'Asia/Taipei',
1255          'Asia/Tashkent'        => 'Asia/Tashkent',
1256          'Asia/Tbilisi'        => 'Asia/Tbilisi',
1257          'Asia/Tehran'        => 'Asia/Tehran',
1258          'Asia/Thimphu'        => 'Asia/Thimphu',
1259          'Asia/Tokyo'        => 'Asia/Tokyo',
1260          'Asia/Ulaanbaatar'    => 'Asia/Ulaanbaatar',
1261          'Asia/Urumqi'        => 'Asia/Urumqi',
1262          'Asia/Ust-Nera'        => 'Asia/Ust-Nera',
1263          'Asia/Vientiane'    => 'Asia/Vientiane',
1264          'Asia/Vladivostok'    => 'Asia/Vladivostok',
1265          'Asia/Yakutsk'        => 'Asia/Yakutsk',
1266          'Asia/Yekaterinburg'    => 'Asia/Yekaterinburg',
1267          'Asia/Yerevan'        => 'Asia/Yerevan',
1268  
1269          'Atlantic/Azores'        => 'Atlantic/Azores',
1270          'Atlantic/Bermuda'        => 'Atlantic/Bermuda',
1271          'Atlantic/Canary'        => 'Atlantic/Canary',
1272          'Atlantic/Cape_Verde'    => 'Atlantic/Cape Verde',
1273          'Atlantic/Faroe'        => 'Atlantic/Faroe',
1274          'Atlantic/Madeira'        => 'Atlantic/Madeira',
1275          'Atlantic/Reykjavik'    => 'Atlantic/Reykjavik',
1276          'Atlantic/South_Georgia'    => 'Atlantic/South Georgia',
1277          'Atlantic/St_Helena'    => 'Atlantic/St. Helena',
1278          'Atlantic/Stanley'        => 'Atlantic/Stanley',
1279  
1280          'Australia/Adelaide'    => 'Australia/Adelaide',
1281          'Australia/Brisbane'    => 'Australia/Brisbane',
1282          'Australia/Broken_Hill'    => 'Australia/Broken Hill',
1283          'Australia/Currie'        => 'Australia/Currie',
1284          'Australia/Darwin'        => 'Australia/Darwin',
1285          'Australia/Eucla'        => 'Australia/Eucla',
1286          'Australia/Hobart'        => 'Australia/Hobart',
1287          'Australia/Lindeman'    => 'Australia/Lindeman',
1288          'Australia/Lord_Howe'    => 'Australia/Lord Howe',
1289          'Australia/Melbourne'    => 'Australia/Melbourne',
1290          'Australia/Perth'        => 'Australia/Perth',
1291          'Australia/Sydney'        => 'Australia/Sydney',
1292  
1293          'Europe/Amsterdam'    => 'Europe/Amsterdam',
1294          'Europe/Andorra'    => 'Europe/Andorra',
1295          'Europe/Athens'        => 'Europe/Athens',
1296          'Europe/Belgrade'    => 'Europe/Belgrade',
1297          'Europe/Berlin'        => 'Europe/Berlin',
1298          'Europe/Bratislava'    => 'Europe/Bratislava',
1299          'Europe/Brussels'    => 'Europe/Brussels',
1300          'Europe/Bucharest'    => 'Europe/Bucharest',
1301          'Europe/Budapest'    => 'Europe/Budapest',
1302          'Europe/Busingen'    => 'Europe/Busingen',
1303          'Europe/Chisinau'    => 'Europe/Chisinau',
1304          'Europe/Copenhagen'    => 'Europe/Copenhagen',
1305          'Europe/Dublin'        => 'Europe/Dublin',
1306          'Europe/Gibraltar'    => 'Europe/Gibraltar',
1307          'Europe/Guernsey'    => 'Europe/Guernsey',
1308          'Europe/Helsinki'    => 'Europe/Helsinki',
1309          'Europe/Isle_of_Man'    => 'Europe/Isle of Man',
1310          'Europe/Istanbul'    => 'Europe/Istanbul',
1311          'Europe/Jersey'        => 'Europe/Jersey',
1312          'Europe/Kaliningrad'    => 'Europe/Kaliningrad',
1313          'Europe/Kiev'        => 'Europe/Kiev',
1314          'Europe/Lisbon'        => 'Europe/Lisbon',
1315          'Europe/Ljubljana'    => 'Europe/Ljubljana',
1316          'Europe/London'        => 'Europe/London',
1317          'Europe/Luxembourg'    => 'Europe/Luxembourg',
1318          'Europe/Madrid'        => 'Europe/Madrid',
1319          'Europe/Malta'        => 'Europe/Malta',
1320          'Europe/Mariehamn'    => 'Europe/Mariehamn',
1321          'Europe/Minsk'        => 'Europe/Minsk',
1322          'Europe/Monaco'        => 'Europe/Monaco',
1323          'Europe/Moscow'        => 'Europe/Moscow',
1324          'Europe/Oslo'        => 'Europe/Oslo',
1325          'Europe/Paris'        => 'Europe/Paris',
1326          'Europe/Podgorica'    => 'Europe/Podgorica',
1327          'Europe/Prague'        => 'Europe/Prague',
1328          'Europe/Riga'        => 'Europe/Riga',
1329          'Europe/Rome'        => 'Europe/Rome',
1330          'Europe/Samara'        => 'Europe/Samara',
1331          'Europe/San_Marino'    => 'Europe/San Marino',
1332          'Europe/Sarajevo'    => 'Europe/Sarajevo',
1333          'Europe/Simferopol'    => 'Europe/Simferopol',
1334          'Europe/Skopje'        => 'Europe/Skopje',
1335          'Europe/Sofia'        => 'Europe/Sofia',
1336          'Europe/Stockholm'    => 'Europe/Stockholm',
1337          'Europe/Tallinn'    => 'Europe/Tallinn',
1338          'Europe/Tirane'        => 'Europe/Tirane',
1339          'Europe/Uzhgorod'    => 'Europe/Uzhgorod',
1340          'Europe/Vaduz'        => 'Europe/Vaduz',
1341          'Europe/Vatican'    => 'Europe/Vatican',
1342          'Europe/Vienna'        => 'Europe/Vienna',
1343          'Europe/Vilnius'    => 'Europe/Vilnius',
1344          'Europe/Volgograd'    => 'Europe/Volgograd',
1345          'Europe/Warsaw'        => 'Europe/Warsaw',
1346          'Europe/Zagreb'        => 'Europe/Zagreb',
1347          'Europe/Zaporozhye'    => 'Europe/Zaporozhye',
1348          'Europe/Zurich'        => 'Europe/Zurich',
1349  
1350          'Indian/Antananarivo'    => 'Indian/Antananarivo',
1351          'Indian/Chagos'        => 'Indian/Chagos',
1352          'Indian/Christmas'    => 'Indian/Christmas',
1353          'Indian/Cocos'        => 'Indian/Cocos',
1354          'Indian/Comoro'        => 'Indian/Comoro',
1355          'Indian/Kerguelen'    => 'Indian/Kerguelen',
1356          'Indian/Mahe'        => 'Indian/Mahe',
1357          'Indian/Maldives'    => 'Indian/Maldives',
1358          'Indian/Mauritius'    => 'Indian/Mauritius',
1359          'Indian/Mayotte'    => 'Indian/Mayotte',
1360          'Indian/Reunion'    => 'Indian/Reunion',
1361  
1362          'Pacific/Apia'        => 'Pacific/Apia',
1363          'Pacific/Auckland'    => 'Pacific/Auckland',
1364          'Pacific/Chatham'    => 'Pacific/Chatham',
1365          'Pacific/Chuuk'        => 'Pacific/Chuuk',
1366          'Pacific/Easter'    => 'Pacific/Easter',
1367          'Pacific/Efate'        => 'Pacific/Efate',
1368          'Pacific/Enderbury'    => 'Pacific/Enderbury',
1369          'Pacific/Fakaofo'    => 'Pacific/Fakaofo',
1370          'Pacific/Fiji'        => 'Pacific/Fiji',
1371          'Pacific/Funafuti'    => 'Pacific/Funafuti',
1372          'Pacific/Galapagos'    => 'Pacific/Galapagos',
1373          'Pacific/Gambier'    => 'Pacific/Gambier',
1374          'Pacific/Guadalcanal'    => 'Pacific/Guadalcanal',
1375          'Pacific/Guam'        => 'Pacific/Guam',
1376          'Pacific/Honolulu'    => 'Pacific/Honolulu',
1377          'Pacific/Johnston'    => 'Pacific/Johnston',
1378          'Pacific/Kiritimati'    => 'Pacific/Kiritimati',
1379          'Pacific/Kosrae'    => 'Pacific/Kosrae',
1380          'Pacific/Kwajalein'    => 'Pacific/Kwajalein',
1381          'Pacific/Majuro'    => 'Pacific/Majuro',
1382          'Pacific/Marquesas'    => 'Pacific/Marquesas',
1383          'Pacific/Midway'    => 'Pacific/Midway',
1384          'Pacific/Nauru'        => 'Pacific/Nauru',
1385          'Pacific/Niue'        => 'Pacific/Niue',
1386          'Pacific/Norfolk'    => 'Pacific/Norfolk',
1387          'Pacific/Noumea'    => 'Pacific/Noumea',
1388          'Pacific/Pago_Pago'    => 'Pacific/Pago Pago',
1389          'Pacific/Palau'        => 'Pacific/Palau',
1390          'Pacific/Pitcairn'    => 'Pacific/Pitcairn',
1391          'Pacific/Pohnpei'    => 'Pacific/Pohnpei',
1392          'Pacific/Port_Moresby'    => 'Pacific/Port Moresby',
1393          'Pacific/Rarotonga'    => 'Pacific/Rarotonga',
1394          'Pacific/Saipan'    => 'Pacific/Saipan',
1395          'Pacific/Tahiti'    => 'Pacific/Tahiti',
1396          'Pacific/Tarawa'    => 'Pacific/Tarawa',
1397          'Pacific/Tongatapu'    => 'Pacific/Tongatapu',
1398          'Pacific/Wake'        => 'Pacific/Wake',
1399          'Pacific/Wallis'    => 'Pacific/Wallis',
1400      ),
1401  
1402      // The value is only an example and will get replaced by the current time on view
1403      'dateformats'    => array(
1404          'd M Y, H:i'            => '01 Jan 2007, 13:37',
1405          'd M Y H:i'                => '01 Jan 2007 13:37',
1406          'M jS, \'y, H:i'        => 'Jan 1st, \'07, 13:37',
1407          'D M d, Y g:i a'        => 'Mon Jan 01, 2007 1:37 pm',
1408          'F jS, Y, g:i a'        => 'January 1st, 2007, 1:37 pm',
1409          '|d M Y|, H:i'            => 'Today, 13:37 / 01 Jan 2007, 13:37',
1410          '|F jS, Y|, g:i a'        => 'Today, 1:37 pm / January 1st, 2007, 1:37 pm',
1411      ),
1412  
1413      // The default dateformat which will be used on new installs in this language
1414      // Translators should change this if a the usual date format is different
1415      'default_dateformat'    => 'D M d, Y g:i a', // Mon Jan 01, 2007 1:37 pm
1416  
1417  ));


Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1