diff options
Diffstat (limited to 'phpBB/language/en/lang_main.php')
-rw-r--r-- | phpBB/language/en/lang_main.php | 453 |
1 files changed, 222 insertions, 231 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index cb21b782a9..c68248b2d1 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -69,27 +69,27 @@ $lang = array( 'ASCENDING' => 'Ascending', 'DESCENDING'=> 'Descending', - 'GO' => 'Go', - 'JUMP_TO' => 'Jump to', + 'GO' => 'Go', + 'JUMP_TO' => 'Jump to', 'SEARCH_FOR' => 'Search for', - 'SUBMIT' => 'Submit', - 'RESET' => 'Reset', - 'CANCEL' => 'Cancel', - 'PREVIEW' => 'Preview', - 'CONFIRM' => 'Confirm', - 'DELETE' => 'Delete', + 'SUBMIT' => 'Submit', + 'RESET' => 'Reset', + 'CANCEL' => 'Cancel', + 'PREVIEW' => 'Preview', + 'CONFIRM' => 'Confirm', + 'DELETE' => 'Delete', 'SPELLCHECK' => 'Spellcheck', - 'YES' => 'Yes', - 'NO' => 'No', - 'ENABLED' => 'Enabled', - 'DISABLED' => 'Disabled', - 'SELECT' => 'Select', - 'ERROR' => 'Error', - 'NEXT' => 'Next', - 'PREVIOUS' => 'Previous', + 'YES' => 'Yes', + 'NO' => 'No', + 'ENABLED' => 'Enabled', + 'DISABLED' => 'Disabled', + 'SELECT' => 'Select', + 'ERROR' => 'Error', + 'NEXT' => 'Next', + 'PREVIOUS' => 'Previous', 'GOTO_PAGE' => 'Goto page', 'START_PAGE' => 'Make my start page', - 'JOINED' => 'Joined', + 'JOINED' => 'Joined', 'IP_ADDRESS' => 'IP Address', 'SELECT_FORUM' => 'Select a forum', 'VIEW_LATEST_POST' => 'View latest post', @@ -102,12 +102,126 @@ $lang = array( 'RANK' => 'Rank', 'FORUM_INDEX' => 'Board Index', + 'ALL_TIMES' => 'All times are %s %s', + '-13' => 'GMT - 13 Hours', + '-12' => 'GMT - 12 Hours', + '-11' => 'GMT - 11 Hours', + '-10' => 'GMT - 10 Hours', + '-9' => 'GMT - 9 Hours', + '-8' => 'GMT - 8 Hours', + '-7' => 'GMT - 7 Hours', + '-6' => 'GMT - 6 Hours', + '-5' => 'GMT - 5 Hours', + '-4' => 'GMT - 4 Hours', + '-3.5' => 'GMT - 3.5 Hours', + '-3' => 'GMT - 3 Hours', + '-2.5' => 'GMT - 2.5 Hours', + '-2' => 'GMT - 2 Hours', + '-1' => 'GMT - 1 Hours', + '0' => 'GMT', + '1' => 'GMT + 1 Hour', + '2' => 'GMT + 2 Hours', + '3' => 'GMT + 3 Hours', + '3.5' => 'GMT + 3.5 Hours', + '4' => 'GMT + 4 Hours', + '4.5' => 'GMT + 4.5 Hours', + '5' => 'GMT + 5 Hours', + '5.5' => 'GMT + 5.5 Hours', + '6' => 'GMT + 6 Hours', + '6.5' => 'GMT + 6.5 Hours', + '7' => 'GMT + 7 Hours', + '8' => 'GMT + 8 Hours', + '9' => 'GMT + 9 Hours', + '9.5' => 'GMT + 9.5 Hours', + '10' => 'GMT + 10 Hours', + '10.5' => 'GMT + 10.5 Hours', + '11' => 'GMT + 11 Hours', + '12' => 'GMT + 12 Hours', + '13' => 'GMT + 13 Hours', + 'tz' => array( + '-13' => 'GMT - 13 Hours', + '-12' => 'GMT - 12 Hours', + '-11' => 'GMT - 11 Hours', + '-10' => 'GMT - 10 Hours', + '-9' => 'GMT - 9 Hours', + '-8' => 'GMT - 8 Hours', + '-7' => 'GMT - 7 Hours', + '-6' => 'GMT - 6 Hours', + '-5' => 'GMT - 5 Hours', + '-4' => 'GMT - 4 Hours', + '-3.5' => 'GMT - 3.5 Hours', + '-3' => 'GMT - 3 Hours', + '-2.5' => 'GMT - 2.5 Hours', + '-2' => 'GMT - 2 Hours', + '-1' => 'GMT - 1 Hours', + '0' => 'GMT', + '1' => 'GMT + 1 Hour', + '2' => 'GMT + 2 Hours', + '3' => 'GMT + 3 Hours', + '3.5' => 'GMT + 3.5 Hours', + '4' => 'GMT + 4 Hours', + '4.5' => 'GMT + 4.5 Hours', + '5' => 'GMT + 5 Hours', + '5.5' => 'GMT + 5.5 Hours', + '6' => 'GMT + 6 Hours', + '6.5' => 'GMT + 6.5 Hours', + '7' => 'GMT + 7 Hours', + '8' => 'GMT + 8 Hours', + '9' => 'GMT + 9 Hours', + '9.5' => 'GMT + 9.5 Hours', + '10' => 'GMT + 10 Hours', + '10.5' => 'GMT + 10.5 Hours', + '11' => 'GMT + 11 Hours', + '12' => 'GMT + 12 Hours', + '13' => 'GMT + 13 Hours', + 'dst' => '[ DST ]' + ), + 'AM' => 'AM', + 'PM' => 'PM', + 'datetime' => array( + 'Sunday' => 'Sunday', + 'Monday' => 'Monday', + 'Tuesday' => 'Tuesday', + 'Wednesday' => 'Wednesday', + 'Thursday' => 'Thursday', + 'Friday' => 'Friday', + 'Saturday' => 'Saturday', + 'Sun' => 'Sun', + 'Mon' => 'Mon', + 'Tue' => 'Tue', + 'Wed' => 'Wed', + 'Thu' => 'Thu', + 'Fri' => 'Fri', + 'Sat' => 'Sat', + 'January' => 'January', + 'February' => 'February', + 'March' => 'March', + 'April' => 'April', + 'May' => 'May', + 'June' => 'June', + 'July' => 'July', + 'August' => 'August', + 'September' => 'September', + 'October' => 'October', + 'November' => 'November', + 'December' => 'December', + 'Jan' => 'Jan', + 'Feb' => 'Feb', + 'Mar' => 'Mar', + 'Apr' => 'Apr', + 'Jun' => 'Jun', + 'Jul' => 'Jul', + 'Aug' => 'Aug', + 'Sep' => 'Sep', + 'Oct' => 'Oct', + 'Nov' => 'Nov', + 'Dec' => 'Dec', + ), 'POST_NEW_TOPIC' => 'Post new topic', 'REPLY_TO_TOPIC' => 'Reply to topic', 'REPLY_WITH_QUOTE' => 'Reply with quote', - 'RETURN_INDEX' => 'Click %sHere%s to return to the index', 'RETURN_TOPIC' => 'Click %sHere%s to return to the topic', 'RETURN_FORUM' => 'Click %sHere%s to return to the forum', @@ -117,16 +231,13 @@ $lang = array( 'VIEW_MESSAGE' => 'Click %sHere%s to view your message', 'URL_REDIRECT' => 'If your browser does not support meta redirection please click %sHERE%s to be redirected.', - 'INFORMATION' => 'Information', - + 'INFORMATION' => 'Information', 'BOARD_DISABLE' => 'Sorry but this board is currently unavailable', 'BOARD_UNAVAILABLE' => 'Sorry but the board is temporarily unavailable, please try again in a few minutes', 'BOARD_BAN_TIME' => 'You have been banned from this board until <b>%1$s</b>.<br /><br />Please contact the %2$sBoard Administrator%3$s for more information.', 'BOARD_BAN_PERM' => 'You have been <b>permanently</b> banned from this board.<br /><br />Please contact the %2$sBoard Administrator%3$s for more information.', 'BOARD_BAN_REASON' => 'Reason given for ban: <b>%s</b>', - - 'EMAIL_DISABLED' => 'Sorry but all emailing functions have been disabled.', - + 'EMAIL_DISABLED' => 'Sorry but all email related functions have been disabled.', 'G_ADMINISTRATORS' => 'ADMINISTRATORS', 'G_SUPER_MODERATORS'=> 'SUPER MODERATORS', @@ -135,12 +246,17 @@ $lang = array( 'G_INACTIVE' => 'INACTIVE USERS', 'G_GUESTS' => 'GUESTS', + 'NO_NEW_POSTS' => 'No new posts', + 'NEW_POSTS' => 'New posts', + 'NEW_POST' => 'New post', + 'NO_NEW_POSTS_HOT' => 'No new posts [ Popular ]', + 'NEW_POSTS_HOT' => 'New posts [ Popular ]', + 'NO_NEW_POSTS_LOCKED' => 'No new posts [ Locked ]', + 'NEW_POSTS_LOCKED' => 'New posts [ Locked ]', + 'FORUM_LOCKED' => 'Forum Locked', 'YOU_LAST_VISIT' => 'You last visited on %s', 'CURRENT_TIME' => 'The time now is %s', - 'SEARCH_NEW' => 'View posts since last visit', - 'SEARCH_SELF' => 'View your posts', - 'SEARCH_UNANSWERED' => 'View unanswered posts', 'LOGIN' => 'Login', 'LOGOUT_USER' => 'Logout [ %s ]', @@ -166,11 +282,29 @@ $lang = array( 'You_no_new_pm' => 'No new private messages are waiting for you', 'LEGEND' => 'Legend', - 'RECORD_ONLINE_USERS' => 'Most users ever online was <b>%1$s</b> on %2$s', - 'Registered_users' => 'Registered Users:', - 'Browsing_forum_guest' => 'Users browsing this forum: %1$s and %2$d guest', - 'Browsing_forum_guests' => 'Users browsing this forum: %1$s and %2$d guests', + 'REGISTERED_USERS' => 'Registered Users:', + 'BROWSING_FORUM_GUEST' => 'Users browsing this forum: %1$s and %2$d guest', + 'BROWSING_FORUM_GUESTS' => 'Users browsing this forum: %1$s and %2$d guests', + + 'GUEST' => 'Guest', + 'ACP' => '[ %sAdministration Control Panel%s ]', + 'MCP' => '[ %sModerator Control Panel%s ]', + 'LOGIN_FORUM' => 'To view or post in this forum you must enter a password.', + 'WRONG_PASSWORD'=> 'You entered an incorrect password.', + + 'INDEX' => 'Index page', + 'REDIRECTS' => 'Total redirects', + 'WHO_IS_ONLINE' => 'Who is Online', + + 'SEARCH_NEW' => 'View posts since last visit', + 'SEARCH_SELF' => 'View your posts', + 'SEARCH_UNANSWERED' => 'View unanswered posts', + + 'MARK_FORUMS_READ' => 'Mark all forums read', + 'FORUMS_MARKED' => 'All forums have been marked read', + + 'RECORD_ONLINE_USERS' => 'Most users ever online was <b>%1$s</b> on %2$s', 'ONLINE_USERS_ZERO_TOTAL' => 'In total there are <b>0</b> users online :: ', 'ONLINE_USERS_TOTAL' => 'In total there are <b>%d</b> users online :: ', 'ONLINE_USER_TOTAL' => 'In total there is <b>%d</b> user online :: ', @@ -184,26 +318,17 @@ $lang = array( 'GUEST_USERS_TOTAL' => '%d Guests', 'GUEST_USER_TOTAL' => '%d Guest', - 'Posted_articles_zero_total'=> 'Our users have posted a total of <b>0</b> article', - 'Posted_articles_total' => 'Our users have posted a total of <b>%d</b> articles', - 'Posted_article_total' => 'Our users have posted a total of <b>%d</b> article', - 'Posted_topics_zero_total' => 'Our users have posted a total of <b>0</b> topic', - 'Posted_topics_total' => 'Our users have posted a total of <b>%d</b> topics', - 'Posted_topic_total' => 'Our users have posted a total of <b>%d</b> topic', - - 'Registered_users_zero_total' => 'We have <b>0</b> registered users', - 'Registered_users_total' => 'We have <b>%d</b> registered users', - 'Registered_user_total' => 'We have <b>%d</b> registered user', - 'Newest_user' => 'The newest registered user is <b>%s%s%s</b>', + 'POSTED_ARTICLES_ZERO_TOTAL'=> 'Our users have posted a total of <b>0</b> article', + 'POSTED_ARTICLES_TOTAL' => 'Our users have posted a total of <b>%d</b> articles', + 'POSTED_ARTICLE_TOTAL' => 'Our users have posted a total of <b>%d</b> article', + 'POSTED_TOPICS_ZERO_TOTAL' => 'Our users have posted a total of <b>0</b> topic', + 'POSTED_TOPICS_TOTAL' => 'Our users have posted a total of <b>%d</b> topics', + 'POSTED_TOPIC_TOTAL' => 'Our users have posted a total of <b>%d</b> topic', + 'NEWEST_USER' => 'The newest registered user is <b>%s%s%s</b>', + 'REGISTERED_USERS_ZERO_TOTAL' => 'We have <b>0</b> registered users', + 'REGISTERED_USERS_TOTAL' => 'We have <b>%d</b> registered users', + 'REGISTERED_USER_TOTAL' => 'We have <b>%d</b> registered user', - 'NO_NEW_POSTS' => 'No new posts', - 'NEW_POSTS' => 'New posts', - 'NEW_POST' => 'New post', - 'NO_NEW_POSTS_HOT' => 'No new posts [ Popular ]', - 'NEW_POSTS_HOT' => 'New posts [ Popular ]', - 'NO_NEW_POSTS_LOCKED' => 'No new posts [ Locked ]', - 'NEW_POSTS_LOCKED' => 'New posts [ Locked ]', - 'FORUM_LOCKED' => 'Forum Locked', 'POST_STICKY' => 'Sticky', 'POST_ANNOUNCEMENT' => 'Announcement', @@ -216,7 +341,6 @@ $lang = array( 'LIST_USERS'=> '%d Users', - 'REDIRECTS' => 'Total redirects', 'LOGIN' => 'Login', 'TERMS_USE' => 'Terms of Use', 'PRIVACY' => 'Privacy Policy', @@ -231,18 +355,16 @@ $lang = array( 'Private_Messages' => 'Private Messages', 'View_forum' => 'View Forum', - 'WHO_IS_ONLINE' => 'Who is Online', + 'DISPLAY_TOPICS' => 'Display topics from previous', 'ALL_TOPICS' => 'All Topics', - 'VIEW_TOPIC_ANNOUNCEMENT'=> 'Announcement:', - 'VIEW_TOPIC_STICKY' => 'Sticky:', - 'VIEW_TOPIC_MOVED' => 'Moved:', - 'VIEW_TOPIC_POLL' => 'Poll:', - 'VIEW_TOPIC_LOCKED' => 'Locked:', - 'MARK_FORUMS_READ' => 'Mark all forums read', - 'FORUMS_MARKED' => 'All forums have been marked read', + 'VIEW_TOPIC_ANNOUNCEMENT'=> 'Announcement', + 'VIEW_TOPIC_STICKY' => 'Sticky', + 'VIEW_TOPIC_MOVED' => 'Moved', + 'VIEW_TOPIC_POLL' => 'Poll', + 'VIEW_TOPIC_LOCKED' => 'Locked', 'MARK_TOPICS_READ' => 'Mark all topics read', 'TOPICS_MARKED' => 'The topics for this forum have now been marked read', @@ -264,10 +386,6 @@ $lang = array( 'RULES_VOTE_CANNOT' => 'You <b>cannot</b> vote in polls in this forum', - 'GUEST' => 'Guest', - 'ACP' => '[ %sAdministration Control Panel%s ]', - 'MCP' => '[ %sModerator Control Panel%s ]', - 'NO_MODE' => 'No mode specified.', 'NO_FORUMS' => 'This board has no forums', 'NO_FORUM' => 'The forum you selected does not exist', @@ -480,30 +598,33 @@ $lang = array( 'TOO_MANY_POLL_OPTIONS' => 'You have tried to enter too many poll options', 'NO_DELETE_POLL_OPTIONS'=> 'You cannot delete existing poll options', - 'GENERAL_UPLOAD_ERROR' => 'Upload Error: Could not upload Attachment to %s', - 'TOO_MANY_ATTACHMENTS' => 'Attachment cannot be added, since the max. number of %d Attachments in this post was achieved', + 'GENERAL_UPLOAD_ERROR' => 'Could not upload Attachment to %s', + 'TOO_MANY_ATTACHMENTS' => 'Cannot add another attacment, %d is the maxmimum.', 'INVALID_FILENAME' => '%s is an invalid filename', - 'ATTACHMENT_PHP_SIZE_NA'=> 'The Attachment is too big.<br />Couldn\'t get the maximum Size defined in PHP.<br />The Attachment Mod is unable to determine the maximum Upload Size defined in the php.ini file.', - 'ATTACHMENT_PHP_SIZE_OVERRUN' => 'The Attachment is too big.<br />Maximum Upload Size: %d MB.<br />Please note that this Size is defined in php.ini, this means it\'s set by PHP and the Attachment Mod can not override this value.', 'DISALLOWED_EXTENSION' => 'The Extension %s is not allowed', 'ALLOWED' => 'Allowed', + 'ATTACHMENT_PHP_SIZE_NA' => 'The attachment is too big.<br />Could not get determine the maximum size defined by PHP in php.ini.', + 'ATTACHMENT_PHP_SIZE_OVERRUN' => 'The attachment is too big, maximum upload size is %d MB.<br />Please note this is set in php.ini and cannot be overriden.', + 'ATTACHMENT_TOO_BIG' => 'The attachment is too big, maximum size is %1d %2s', + 'ATTACH_QUOTA_REACHED' => 'Sorry, the board attachment quota has been reached.', 'BYTES' => 'Bytes', 'KB' => 'KB', 'MB' => 'MB', - 'ATTACHMENT_TOO_BIG' => 'The Attachment is too big, maximum size is %1d %2s', - 'ATTACH_QUOTA_REACHED' => 'Sorry, the total board attachment quota has been reached.', - 'EXTENSION_DISABLED_AFTER_POSTING' => 'The Extension \'%s\' has been deactivated by an board admin, therefore this Attachment is not displayed.', // used in Posts and PM's, replace %s with extension + 'EXTENSION_DISABLED_AFTER_POSTING' => 'The extension <b>%s</b> has been deactivated and can no longer be displayed.', // used in Posts and PM's, replace %s with extension 'DESCRIPTION' => 'Description', 'DOWNLOAD' => 'Download', 'FILESIZE' => 'Filesize', - 'FILE_NOT_FOUND_404' => '<b>404 File Not Found:</b> The File <i>%s</i> does not exist.', + 'FILE_NOT_FOUND_404' => 'The file <b>%s</b> does not exist.', 'DOWNLOADED' => 'Downloaded', 'VIEWED' => 'Viewed', - 'DOWNLOAD_NUMBER' => '%d Time(s)', // replace %d with count + 'DOWNLOAD_NUMBER' => '%d Time(s)', // replace %d with count <-- NEEDS CHANGING TO FOLLOWING + 'DOWNLOAD_NONE' => '0 Times', // replace %d with count + 'DOWNLOAD_COUNT' => '%d Time', // replace %d with count + 'DOWNLOAD_COUNTS' => '%d Times', // replace %d with count - 'User_control_panel' => 'User Control Panel', - 'UCP_Main' => 'Control Panel', + 'UCP' => 'User Control Panel', + 'UCP_Main' => 'Control Panel', 'UCP_Profile' => 'Profile Settings', 'UCP_Lists' => 'Black/White Lists', 'UCP_Priv_messages' => 'Private Messages', @@ -557,7 +678,6 @@ $lang = array( 'Disable_Smilies_pm' => 'Disable Smilies in this message', 'Message_sent' => 'Your message has been sent', 'Click_return_inbox' => 'Click %sHere%s to return to your Inbox', - 'Click_return_index' => 'Click %sHere%s to return to the Index', 'Send_a_new_message' => 'Send a new private message', 'Send_a_reply' => 'Reply to a private message', 'Edit_message' => 'Edit private message', @@ -666,6 +786,7 @@ $lang = array( 'Account_active_admin' => 'The account has now been activated', 'Reactivate' => 'Reactivate your account!', 'Already_activated' => 'You have already activated your account', + 'COPPA' => 'Your account has been created but has to be approved, please check your email for details.', 'REGISTRATION' => 'Registration Agreement Terms', 'REG_AGREEMENT' => 'While the administrators and moderators of this forum will attempt to remove or edit any generally objectionable material as quickly as possible, it is impossible to review every message. Therefore you acknowledge that all posts made to these forums express the views and opinions of the author and not the administrators, moderators or webmaster (except for posts by these people) and hence will not be held liable.<br /><br />You agree not to post any abusive, obscene, vulgar, slanderous, hateful, threatening, sexually-orientated or any other material that may violate any applicable laws. Doing so may lead to you being immediately and permanently banned (and your service provider being informed). The IP address of all posts is recorded to aid in enforcing these conditions. You agree that the webmaster, administrator and moderators of this forum have the right to remove, edit, move or close any topic at any time should they see fit. As a user you agree to any information you have entered above being stored in a database. While this information will not be disclosed to any third party without your consent the webmaster, administrator and moderators cannot be held responsible for any hacking attempt that may lead to the data being compromised.<br /><br />This forum system uses cookies to store information on your local computer. These cookies do not contain any of the information you have entered above, they serve only to improve your viewing pleasure. The email address is used only for confirming your registration details and password (and for sending new passwords should you forget your current one).<br /><br />By clicking Register below you agree to be bound by these conditions.', @@ -747,6 +868,7 @@ $lang = array( 'SEND_MSN' => 'Please note that you need Microsoft (or MSN) Messenger installed to use this.', 'SEND_AIM' => 'Please note that you need AOL Instant Messenger installed to use this.', + 'Group_Control_Panel' => 'Group Control Panel', 'Group_member_details' => 'Group Membership Details', 'Group_member_join' => 'Join a Group', @@ -830,166 +952,35 @@ $lang = array( 'No_search_match' => 'No topics or posts met your search criteria', 'Found_search_match' => 'Search found %d match', 'Found_search_matches' => 'Search found %d matches', + - 'Sorry_auth_announce' => 'Sorry but only %s can post announcements in this forum', - 'Sorry_auth_sticky' => 'Sorry but only %s can post sticky messages in this forum', - 'Sorry_auth_read' => 'Sorry but only %s can read topics in this forum', - 'Sorry_auth_post' => 'Sorry but only %s can post topics in this forum', - 'Sorry_auth_reply' => 'Sorry but only %s can reply to posts in this forum', - 'Sorry_auth_edit' => 'Sorry but only %s can edit posts in this forum', - 'Sorry_auth_delete' => 'Sorry but only %s can delete posts in this forum', - 'Sorry_auth_vote' => 'Sorry but only %s can vote in polls in this forum', - 'Auth_Anonymous_Users' => '<b>anonymous users</b>', - 'Auth_Registered_Users' => '<b>registered users</b>', - 'Auth_Users_granted_access' => '<b>users granted special access</b>', - 'Auth_Moderators' => '<b>moderators</b>', - 'Auth_Administrators' => '<b>administrators</b>', - 'Not_Moderator' => 'You are not a moderator of this forum', - 'Not_Authorised' => 'Not Authorised', - - - 'Reg_users_zero_online' => 'There are 0 Registered users and ', - 'Reg_users_online' => 'There are %d Registered users and ', - 'Reg_user_online' => 'There is %d Registered user and ', - 'Hidden_users_zero_online' => '0 Hidden users online', - 'Hidden_users_online' => '%d Hidden users online', - 'Hidden_user_online' => '%d Hidden user online', - 'Guest_users_online' => 'There are %d Guest users online', - 'Guest_users_zero_online' => 'There are 0 Guest users online', - 'Guest_user_online' => 'There is %d Guest user online', - 'No_users_browsing' => 'There are no users currently browsing this forum', + 'Not_Moderator' => 'You are not a moderator of this forum', + 'Not_Authorised' => 'Not Authorised', + + + 'REG_USERS_ZERO_ONLINE' => 'There are 0 Registered users and ', + 'REG_USERS_ONLINE' => 'There are %d Registered users and ', + 'REG_USER_ONLINE' => 'There is %d Registered user and ', + 'HIDDEN_USERS_ZERO_ONLINE'=> '0 Hidden users online', + 'HIDDEN_USERS_ONLINE' => '%d Hidden users online', + 'HIDDEN_USER_ONLINE' => '%d Hidden user online', + 'GUEST_USERS_ONLINE' => 'There are %d Guest users online', + 'GUEST_USERS_ZERO_ONLINE'=> 'There are 0 Guest users online', + 'GUEST_USER_ONLINE' => 'There is %d Guest user online', + 'VIEW_ONLINE_TIME' => 'This data is based on users active over the past %d minute', // 1 minute 'VIEW_ONLINE_TIMES' => 'This data is based on users active over the past %d minutes', // 2 minutes, etc. - 'Forum_Location' => 'Forum Location', - 'Last_updated' => 'Last Updated', - 'Forum_index' => 'Forum index', - 'READING_FORUM' => 'Viewing topics in %s', - 'READING_TOPIC' => 'Reading topic in %s', - 'Logging_on' => 'Logging on', - 'POSTING_MESSAGE' => 'Posting message in %s', - 'REPLYING_MESSAGE' => 'Replying to message in %s', - 'Searching_forums' => 'Searching forums', - 'Viewing_profile' => 'Viewing profile', - 'Viewing_online' => 'Viewing who is online', - 'Viewing_member_list' => 'Viewing member list', - 'Viewing_priv_msgs' => 'Viewing Private Messages', - 'Viewing_FAQ' => 'Viewing FAQ', - - 'ALL_TIMES' => 'All times are %s %s', - '-13' => 'GMT - 13 Hours', - '-12' => 'GMT - 12 Hours', - '-11' => 'GMT - 11 Hours', - '-10' => 'GMT - 10 Hours', - '-9' => 'GMT - 9 Hours', - '-8' => 'GMT - 8 Hours', - '-7' => 'GMT - 7 Hours', - '-6' => 'GMT - 6 Hours', - '-5' => 'GMT - 5 Hours', - '-4' => 'GMT - 4 Hours', - '-3.5' => 'GMT - 3.5 Hours', - '-3' => 'GMT - 3 Hours', - '-2.5' => 'GMT - 2.5 Hours', - '-2' => 'GMT - 2 Hours', - '-1' => 'GMT - 1 Hours', - '0' => 'GMT', - '1' => 'GMT + 1 Hour', - '2' => 'GMT + 2 Hours', - '3' => 'GMT + 3 Hours', - '3.5' => 'GMT + 3.5 Hours', - '4' => 'GMT + 4 Hours', - '4.5' => 'GMT + 4.5 Hours', - '5' => 'GMT + 5 Hours', - '5.5' => 'GMT + 5.5 Hours', - '6' => 'GMT + 6 Hours', - '6.5' => 'GMT + 6.5 Hours', - '7' => 'GMT + 7 Hours', - '8' => 'GMT + 8 Hours', - '9' => 'GMT + 9 Hours', - '9.5' => 'GMT + 9.5 Hours', - '10' => 'GMT + 10 Hours', - '10.5' => 'GMT + 10.5 Hours', - '11' => 'GMT + 11 Hours', - '12' => 'GMT + 12 Hours', - '13' => 'GMT + 13 Hours', - 'tz' => array( - '-13' => 'GMT - 13 Hours', - '-12' => 'GMT - 12 Hours', - '-11' => 'GMT - 11 Hours', - '-10' => 'GMT - 10 Hours', - '-9' => 'GMT - 9 Hours', - '-8' => 'GMT - 8 Hours', - '-7' => 'GMT - 7 Hours', - '-6' => 'GMT - 6 Hours', - '-5' => 'GMT - 5 Hours', - '-4' => 'GMT - 4 Hours', - '-3.5' => 'GMT - 3.5 Hours', - '-3' => 'GMT - 3 Hours', - '-2.5' => 'GMT - 2.5 Hours', - '-2' => 'GMT - 2 Hours', - '-1' => 'GMT - 1 Hours', - '0' => 'GMT', - '1' => 'GMT + 1 Hour', - '2' => 'GMT + 2 Hours', - '3' => 'GMT + 3 Hours', - '3.5' => 'GMT + 3.5 Hours', - '4' => 'GMT + 4 Hours', - '4.5' => 'GMT + 4.5 Hours', - '5' => 'GMT + 5 Hours', - '5.5' => 'GMT + 5.5 Hours', - '6' => 'GMT + 6 Hours', - '6.5' => 'GMT + 6.5 Hours', - '7' => 'GMT + 7 Hours', - '8' => 'GMT + 8 Hours', - '9' => 'GMT + 9 Hours', - '9.5' => 'GMT + 9.5 Hours', - '10' => 'GMT + 10 Hours', - '10.5' => 'GMT + 10.5 Hours', - '11' => 'GMT + 11 Hours', - '12' => 'GMT + 12 Hours', - '13' => 'GMT + 13 Hours', - 'dst' => '[ DST ]' - ), - 'AM' => 'AM', - 'PM' => 'PM', - 'datetime' => array( - 'Sunday' => 'Sunday', - 'Monday' => 'Monday', - 'Tuesday' => 'Tuesday', - 'Wednesday' => 'Wednesday', - 'Thursday' => 'Thursday', - 'Friday' => 'Friday', - 'Saturday' => 'Saturday', - 'Sun' => 'Sun', - 'Mon' => 'Mon', - 'Tue' => 'Tue', - 'Wed' => 'Wed', - 'Thu' => 'Thu', - 'Fri' => 'Fri', - 'Sat' => 'Sat', - 'January' => 'January', - 'February' => 'February', - 'March' => 'March', - 'April' => 'April', - 'May' => 'May', - 'June' => 'June', - 'July' => 'July', - 'August' => 'August', - 'September' => 'September', - 'October' => 'October', - 'November' => 'November', - 'December' => 'December', - 'Jan' => 'Jan', - 'Feb' => 'Feb', - 'Mar' => 'Mar', - 'Apr' => 'Apr', - 'Jun' => 'Jun', - 'Jul' => 'Jul', - 'Aug' => 'Aug', - 'Sep' => 'Sep', - 'Oct' => 'Oct', - 'Nov' => 'Nov', - 'Dec' => 'Dec', - ) + 'FORUM_LOCATION' => 'Forum Location', + 'LAST_UPDATED' => 'Last Updated', + 'READING_FORUM' => 'Viewing topics in %s', + 'READING_TOPIC' => 'Reading topic in %s', + 'POSTING_MESSAGE' => 'Posting message in %s', + 'REPLYING_MESSAGE' => 'Replying to message in %s', + 'SEARCHING_FORUMS' => 'Searching forums', + 'VIEWING_ONLINE' => 'Viewing who is online', + 'VIEWING_MEMBERS' => 'Viewing member details', + 'VIEWING_MESSAGES' => 'Viewing Private Messages', + 'VIEWING_FAQ' => 'Viewing FAQ', ); |