From 8d4b4525325c1a89fde45754623c910820da86f9 Mon Sep 17 00:00:00 2001 From: talonos Date: Thu, 18 Feb 2016 19:53:34 +0000 Subject: [PATCH] 1.0.0.rc1 update --- language/en/common.php | 110 +++++++++--------- language/en/info_acp_mchat.php | 201 +++++++++++++++++---------------- 2 files changed, 154 insertions(+), 157 deletions(-) diff --git a/language/en/common.php b/language/en/common.php index 656ffc9..0b80530 100644 --- a/language/en/common.php +++ b/language/en/common.php @@ -1,11 +1,12 @@ 'Mini-Chat', + 'MCHAT_TITLE' => 'mChat', 'MCHAT_ADD' => 'Send', - 'MCHAT_IN' => 'in', - 'MCHAT_IN_SECTION' => 'section', - 'MCHAT_LIKES' => 'Likes this post', 'MCHAT_ANNOUNCEMENT' => 'Announcement', 'MCHAT_ARCHIVE' => 'Archive', - 'MCHAT_ARCHIVE_PAGE' => 'Mini-Chat Archive', + 'MCHAT_ARCHIVE_PAGE' => 'mChat Archive', 'MCHAT_BBCODES' => 'BBCodes', - 'MCHAT_CLEAN' => 'Purge', - 'MCHAT_CLEANED' => 'All messages have been successfully removed', - 'MCHAT_CLEAR_INPUT' => 'Reset', - 'MCHAT_COPYRIGHT' => 'RMcGirr83 © dmzx', 'MCHAT_CUSTOM_BBCODES' => 'Custom BBCodes', - 'MCHAT_DELALLMESS' => 'Remove all messages?', 'MCHAT_DELCONFIRM' => 'Do you confirm removal?', - 'MCHAT_DELITE' => 'Delete', 'MCHAT_EDIT' => 'Edit', 'MCHAT_EDITINFO' => 'Edit the message and click OK', - 'MCHAT_ERROR' => 'Error', 'MCHAT_FLOOD' => 'You can not post another message so soon after your last', 'MCHAT_FOE' => 'This message was made by %1$s who is currently on your ignore list.', - 'MCHAT_HELP' => 'mChat Rules', - 'MCHAT_HIDE_LIST' => 'Hide List', - 'MCHAT_HOUR' => 'hour', - 'MCHAT_HOURS' => 'hours', - 'MCHAT_IP' => 'IP whois for', - 'MCHAT_MINUTE' => 'minute', - 'MCHAT_MINUTES' => 'minutes', - 'MCHAT_MESS_LONG' => 'Your message is too long.\nPlease limit it to %s characters', + 'MCHAT_RULES' => 'Rules', + 'MCHAT_HOURS' => array( + 1 => '%1$d hour', + 2 => '%1$d hours', + ), + 'MCHAT_MINUTES' => array( + 1 => '%1$d minute', + 2 => '%1$d minutes', + ), + 'MCHAT_SECONDS' => array( + 1 => '%1$d second', + 2 => '%1$d seconds', + ), + 'MCHAT_WHOIS_USER' => 'IP whois for %1$s', + 'MCHAT_MESS_LONG' => 'Your message is too long. Please limit it to %1$d characters', 'MCHAT_NO_CUSTOM_PAGE' => 'The mChat custom page is not activated at this time!', 'MCHAT_NO_RULES' => 'The mChat rules page is not activated at this time!', 'MCHAT_NOACCESS' => 'You don’t have permission to post in the mChat', @@ -68,63 +66,61 @@ $lang = array_merge($lang, array( 'MCHAT_NOMESSAGE' => 'No messages', 'MCHAT_NOMESSAGEINPUT' => 'You have not entered a message', 'MCHAT_NOSMILE' => 'Smilies not found', - 'MCHAT_NOTINSTALLED_USER' => 'mChat is not installed. Please notify the board founder.', - 'MCHAT_NOT_INSTALLED' => 'mChat database entries are missing.
Please run the %sinstaller%s to make the database changes for the modification.', 'MCHAT_OK' => 'OK', 'MCHAT_PAUSE' => 'Paused', - 'MCHAT_LOAD' => 'Loading', 'MCHAT_PERMISSIONS' => 'Change user’s permissions', 'MCHAT_REFRESHING' => 'Refreshing...', - 'MCHAT_REFRESH_NO' => 'Autoupdate is off', - 'MCHAT_REFRESH_YES' => 'Autoupdate every %d seconds', + 'MCHAT_REFRESH_NO' => 'Update is off', + 'MCHAT_REFRESH_YES' => 'Updates every %1$d seconds', 'MCHAT_RESPOND' => 'Respond to user', 'MCHAT_RESET_QUESTION' => 'Clear the input area?', 'MCHAT_SESSION_OUT' => 'Chat session has expired', - 'MCHAT_SHOW_LIST' => 'Show List', - 'MCHAT_SECOND' => 'second', - 'MCHAT_SECONDS' => 'seconds', + 'MCHAT_SESSION_ENDS' => 'Chat session ends in', 'MCHAT_SMILES' => 'Smilies', - 'MCHAT_TOTALMESSAGES' => 'Total messages: %s', - 'MCHAT_USESOUND' => 'Use sound?', - 'MCHAT_ONLINE_USERS_TOTAL' => 'In total there are %d users chatting', - 'MCHAT_ONLINE_USER_TOTAL' => 'In total there is %d user chatting', - 'MCHAT_NO_CHATTERS' => 'No one is chatting', - 'MCHAT_ONLINE_EXPLAIN' => 'based on users active over the past %s', + 'MCHAT_TOTALMESSAGES' => 'Total messages: %1$d', + 'MCHAT_USESOUND' => 'Use sound', + 'MCHAT_ONLINE_USERS_TOTAL' => array( + 0 => 'No one is chatting', + 1 => 'In total there is %1$d user chatting', + 2 => 'In total there are %1$d users chatting', + ), + 'MCHAT_ONLINE_EXPLAIN' => 'based on users active over the past %1$s', 'WHO_IS_CHATTING' => 'Who is chatting', 'WHO_IS_REFRESH_EXPLAIN' => 'Refreshes every %d seconds', - 'MCHAT_NEW_POST' => 'Made A New Topic', - 'MCHAT_NEW_REPLY' => 'Made A New Reply', - 'MCHAT_NEW_QUOTE' => 'Replied with a Quote', - 'MCHAT_NEW_EDIT' => 'Made A Edit', + 'MCHAT_NEW_POST' => 'Posted a new topic: %1$s in %2$s', + 'MCHAT_NEW_REPLY' => 'Posted a reply: %1$s in %2$s', + 'MCHAT_NEW_QUOTE' => 'Replied with a quote: %1$s in %2$s', + 'MCHAT_NEW_EDIT' => 'Edited a post: %1$s in %2$s', // UCP - 'UCP_PROFILE_MCHAT' => 'mChat Preferences', - 'DISPLAY_MCHAT' => 'Display mChat on Index', + 'UCP_PROFILE_MCHAT' => 'mChat preferences', + 'DISPLAY_MCHAT' => 'Display mChat on index', 'SOUND_MCHAT' => 'Enable mChat sound', - 'DISPLAY_STATS_INDEX' => 'Display Who is Chatting on Index', + 'DISPLAY_STATS_INDEX' => 'Display who is chatting on index', 'DISPLAY_NEW_TOPICS' => 'Display new topics in the chat', 'DISPLAY_AVATARS' => 'Display avatars in the chat', 'CHAT_AREA' => 'Input type', - 'CHAT_AREA_EXPLAIN' => 'Choose which type of area to use to input a chat:
A text area or
an input area', + 'CHAT_AREA_EXPLAIN' => 'The type of area to use for writing messages', 'INPUT_AREA' => 'Input area', 'TEXT_AREA' => 'Text area', 'UCP_CAT_MCHAT' => 'mChat', 'UCP_MCHAT_CONFIG' => 'mChat', // Preferences - 'LOG_MCHAT_TABLE_PRUNED' => 'mChat Table was pruned', - 'ACP_USER_MCHAT' => 'mChat Settings', + 'LOG_MCHAT_TABLE_PRUNED' => 'mChat messages were pruned', + 'ACP_USER_MCHAT' => 'mChat settings', 'LOG_DELETED_MCHAT' => 'Deleted mChat message
» %1$s', 'LOG_EDITED_MCHAT' => 'Edited mChat message
» %1$s', - 'MCHAT_TOP_POSTERS' => 'Top Spammers', - 'MCHAT_NEW_CHAT' => 'New Chat Message!', - 'MCHAT_SEND_PM' => 'Send Private Message', - - // Custom edits - 'REPLY_WITH_LIKE' => 'Like This Post', - + 'MCHAT_NEW_CHAT' => 'New chat message!', + 'MCHAT_SEND_PM' => 'Send private message', + 'MCHAT_LIKE' => 'Like this post', + 'MCHAT_LIKES' => 'Likes this post', + // Custom translations for administrators + 'MCHAT_RULES_MESSAGE' => '', + 'MCHAT_STATIC_MESSAGE' => '', + // board3.de portal lang 'PORTAL_MCHAT_TITLE' => 'Mini-Chat', 'PORTAL_MCHAT_TITLE_EXP' => 'Mini-Chat Settings for board3 portal block', diff --git a/language/en/info_acp_mchat.php b/language/en/info_acp_mchat.php index 38f2cfa..c78180d 100644 --- a/language/en/info_acp_mchat.php +++ b/language/en/info_acp_mchat.php @@ -1,11 +1,12 @@ 'Configuration', 'ACP_CAT_MCHAT' => 'mChat', - 'ACP_MCHAT_TITLE' => 'Mini-Chat', - 'ACP_MCHAT_TITLE_EXPLAIN' => 'A mini chat (aka “shout box”) for your forum', - 'MCHAT_TABLE_DELETED' => 'The mChat table was successfully deleted', - 'MCHAT_TABLE_CREATED' => 'The mChat table was successfully created', - 'MCHAT_TABLE_UPDATED' => 'The mChat table was successfully updated', - 'MCHAT_NOTHING_TO_UPDATE' => 'Nothing to do....continuing', + 'ACP_MCHAT_TITLE' => 'mChat Extension for phpBB 3.1', + 'ACP_MCHAT_VERSION' => 'Version', 'UCP_CAT_MCHAT' => 'mChat Prefs', 'UCP_MCHAT_CONFIG' => 'User mChat Prefs', + // ACP configuration sections + 'MCHAT_SETTINGS_INDEX' => 'Index page settings', + 'MCHAT_SETTINGS_CUSTOM' => 'Custom page settings', + 'MCHAT_SETTINGS_ARCHIVE' => 'Archive page settings', + 'MCHAT_SETTINGS_POSTS' => 'New posts settings', + 'MCHAT_SETTINGS_MESSAGES' => 'Message settings', + 'MCHAT_SETTINGS_PRUNE' => 'Pruning settings', + 'MCHAT_SETTINGS_STATS' => 'Who is chatting settings', + // ACP entries 'ACP_MCHAT_RULES' => 'Rules', - 'ACP_MCHAT_RULES_EXPLAIN' => 'Enter the rules of the forum here. Each rule on a new line.
You are limited to 255 characters.
This message can be translated. (you must edit the mchat_lang.php file and read the instructions).', - 'LOG_MCHAT_CONFIG_UPDATE' => 'Updated mChat config ', - 'MCHAT_CONFIG_SAVED' => 'Mini Chat configuration has been updated', - 'MCHAT_TITLE' => 'Mini-Chat', - 'MCHAT_VERSION' => 'Version:', + 'ACP_MCHAT_RULES_EXPLAIN' => 'Enter the rules of the forum here. Each rule on a new line. HTML code is allowed. You are limited to 255 characters.
This message can be translated: edit the MCHAT_RULES_MESSAGE language key in /ext/dmzx/mchat/language/XX/common.php.', + 'LOG_MCHAT_CONFIG_UPDATE' => 'Updated mChat config', + 'MCHAT_CONFIG_SAVED' => 'mChat configuration has been updated', + 'MCHAT_TITLE' => 'mChat', 'MCHAT_AVATARS' => 'Display avatars', - 'MCHAT_AVATARS_EXPLAIN' => 'If set yes, resized user avatars will be displayed', - 'MCHAT_ON_INDEX' => 'mChat On Index', - 'MCHAT_ON_INDEX_EXPLAIN' => 'Allow the display of the mChat on the index page.', - 'MCHAT_INDEX_HEIGHT' => 'Index Page Height', - 'MCHAT_INDEX_HEIGHT_EXPLAIN' => 'The height of the chat box in pixels on the index page of the forum.
You are limited from 50 to 1000.', - 'MCHAT_LOCATION' => 'Location on Forum', - 'MCHAT_LOCATION_EXPLAIN' => 'Choose the location of the mChat on the index page.', - 'MCHAT_TOP_OF_FORUM' => 'Top of Forum', - 'MCHAT_BOTTOM_OF_FORUM' => 'Bottom of Forum', - 'MCHAT_REFRESH' => 'Refresh', - 'MCHAT_REFRESH_EXPLAIN' => 'Number of seconds before chat automatically refreshes.
You are limited from 5 to 60 seconds.', + 'MCHAT_AVATARS_EXPLAIN' => 'If set to yes, resized user avatars will be displayed', + 'MCHAT_ON_INDEX' => 'Display mChat on the index page', + 'MCHAT_INDEX_HEIGHT' => 'Index page height', + 'MCHAT_INDEX_HEIGHT_EXPLAIN' => 'The height of the chat box in pixels on the index page.
You are limited from 50 to 1000.', + 'MCHAT_LOCATION' => 'Location of mChat on the index page', + 'MCHAT_TOP_OF_FORUM' => 'Top', + 'MCHAT_BOTTOM_OF_FORUM' => 'Bottom', + 'MCHAT_REFRESH' => 'Refresh interval', + 'MCHAT_REFRESH_EXPLAIN' => 'Number of seconds before the chat refreshes.
You are limited from 5 to 60 seconds.', 'MCHAT_LIVE_UPDATES' => 'Live updates of edited and deleted messages', 'MCHAT_LIVE_UPDATES_EXPLAIN' => 'When a user edits or deletes messages, the changes are updated live for all others, without them having to refresh the page. Disable this if you experience performance issues.', - 'MCHAT_PRUNE' => 'Enable Prune', - 'MCHAT_PRUNE_EXPLAIN' => 'Set to yes to enable the prune feature.
Only occurs if a user views the custom or archive pages.', - 'MCHAT_PRUNE_NUM' => 'Prune Number', - 'MCHAT_PRUNE_NUM_EXPLAIN' => 'The number of messages to retain in the chat.', - 'MCHAT_MESSAGE_LIMIT' => 'Message limit', - 'MCHAT_MESSAGE_LIMIT_EXPLAIN' => 'The maximum number of messages to show in the chat area.
Recommended from 10 to 30.', - 'MCHAT_MESSAGE_NUM' => 'Index page message limit', - 'MCHAT_MESSAGE_NUM_EXPLAIN' => 'The maximum number of messages to show in the chat area on the index page.
Recommended from 10 to 50.', - 'MCHAT_ARCHIVE_LIMIT' => 'Archive limit', - 'MCHAT_ARCHIVE_LIMIT_EXPLAIN' => 'The maximum number of messages to show per page on the archive page.
Recommended from 25 to 50.', + 'MCHAT_PRUNE' => 'Enable message pruning', + 'MCHAT_PRUNE_EXPLAIN' => 'Only occurs if a user views the custom or archive pages.', + 'MCHAT_PRUNE_NUM' => 'Number of messages to retain when pruning', + 'MCHAT_MESSAGE_LIMIT' => 'Number of messages to display on the custom page', + 'MCHAT_MESSAGE_LIMIT_EXPLAIN' => 'The maximum number of messages to show on the custom page.
Recommended from 10 to 30.', + 'MCHAT_MESSAGE_NUM' => 'Number of messages to display on the index page', + 'MCHAT_MESSAGE_NUM_EXPLAIN' => 'The maximum number of messages to show on the index page.
Recommended from 10 to 50.', + 'MCHAT_ARCHIVE_LIMIT' => 'Number of messages to display on the archive page', + 'MCHAT_ARCHIVE_LIMIT_EXPLAIN' => 'The maximum number of messages to show per page on the archive page.
Recommended from 25 to 50.', 'MCHAT_FLOOD_TIME' => 'Flood time', - 'MCHAT_FLOOD_TIME_EXPLAIN' => 'The number of seconds a user must wait before posting another message in the chat.
Recommended 5 to 30, set to 0 to disable.', + 'MCHAT_FLOOD_TIME_EXPLAIN' => 'The number of seconds a user must wait before posting another message in the chat.
Recommended 5 to 30, set to 0 to disable.', 'MCHAT_EDIT_DELETE_LIMIT' => 'Time limit for editing and deleting messages', - 'MCHAT_EDIT_DELETE_LIMIT_EXPLAIN' => 'Messages older than the specified number of seconds cannot be edited or deleted by the author any more.
Users who have edit/delete permission as well as moderator permission are exempt from this time limit.
Set to 0 to allow unlimited editing and deleting.', - 'MCHAT_MAX_MESSAGE_LENGTH' => 'Max message length', - 'MCHAT_MAX_MESSAGE_LENGTH_EXPLAIN' => 'Max number of characters allowed per message posted.
Recommended from 100 to 500, set to 0 to disable.', - 'MCHAT_CUSTOM_PAGE' => 'Custom Page', + 'MCHAT_EDIT_DELETE_LIMIT_EXPLAIN' => 'Messages older than the specified number of seconds cannot be edited or deleted by the author any more.
Users who have edit/delete permission as well as moderator permission are exempt from this time limit.
Set to 0 to allow unlimited editing and deleting.', + 'MCHAT_MAX_MESSAGE_LENGTH' => 'Maximum message length', + 'MCHAT_MAX_MESSAGE_LENGTH_EXPLAIN' => 'Maximum number of characters allowed per message posted.
Recommended from 100 to 500, set to 0 to disable.', + 'MCHAT_CUSTOM_PAGE' => 'Enable custom Page', 'MCHAT_CUSTOM_PAGE_EXPLAIN' => 'Allow the use of the custom page', - 'MCHAT_CUSTOM_HEIGHT' => 'Custom Page Height', - 'MCHAT_CUSTOM_HEIGHT_EXPLAIN' => 'The height of the chat box in pixels on the separate mChat page.
You are limited from 50 to 1000.', + 'MCHAT_CUSTOM_HEIGHT' => 'Custom page height', + 'MCHAT_CUSTOM_HEIGHT_EXPLAIN' => 'The height of the chat box in pixels on the custom page.
You are limited from 50 to 1000.', 'MCHAT_DATE_FORMAT' => 'Date format', 'MCHAT_DATE_FORMAT_EXPLAIN' => 'The syntax used is identical to the PHP date() function.', 'MCHAT_CUSTOM_DATEFORMAT' => 'Custom…', - 'MCHAT_WHOIS' => 'Whois', - 'MCHAT_WHOIS_EXPLAIN' => 'Allow a display of users who are chatting', - 'MCHAT_WHOIS_REFRESH' => 'Whois refresh', - 'MCHAT_WHOIS_REFRESH_EXPLAIN' => 'Number of seconds before whois stats refreshes.
You are limited from 30 to 300 seconds.', 'MCHAT_BBCODES_DISALLOWED' => 'Disallowed bbcodes', - 'MCHAT_BBCODES_DISALLOWED_EXPLAIN' => 'Here you can input the bbcodes that are not to be used in a message.
Separate bbcodes with a vertical bar, for example:
b|i|u|code|list|list=|flash|quote and/or a %scustom bbcode tag name%s', - 'MCHAT_STATIC_MESSAGE' => 'Static Message', - 'MCHAT_STATIC_MESSAGE_EXPLAIN' => 'Here you can define a static message to display to users of the chat. HTML code is allowed.
Set to empty to disable the display. You are limited to 255 characters.
This message can be translated. (you must edit the mchat_lang.php file and read the instructions).', - 'MCHAT_USER_TIMEOUT' => 'User Timeout', - 'MCHAT_USER_TIMEOUT_EXPLAIN' => 'Set the amount of time, in seconds, until a users session in the chat ends. Set to 0 for no timeout.
You are limited to the %sforum config setting for sessions%s which is currently set to %s seconds', + 'MCHAT_BBCODES_DISALLOWED_EXPLAIN' => 'Here you can input the bbcodes that are not to be used in a message.
Separate bbcodes with a vertical bar, for example:
b|i|u|code|list|list=|flash|quote and/or a %1$scustom bbcode tag name%2$s', + 'MCHAT_STATIC_MESSAGE' => 'Static message', + 'MCHAT_STATIC_MESSAGE_EXPLAIN' => 'Here you can define a static message to display to users of the chat. HTML code is allowed.
Set to empty to disable the display. You are limited to 255 characters.
This message can be translated: edit the MCHAT_STATIC_MESSAGE language key in /ext/dmzx/mchat/language/XX/common.php.', + 'MCHAT_USER_TIMEOUT' => 'User session timeout', + 'MCHAT_USER_TIMEOUT_EXPLAIN' => 'Set the amount of time in seconds until a user session in the chat ends. Set to 0 for no timeout.
You are limited to the %1$sforum config setting for sessions%2$s which is currently set to %3$d seconds', 'MCHAT_OVERRIDE_SMILIE_LIMIT' => 'Override smilie limit', 'MCHAT_OVERRIDE_SMILIE_LIMIT_EXPLAIN' => 'Set to yes to override the forums smilie limit setting for chat messages', 'MCHAT_OVERRIDE_MIN_POST_CHARS' => 'Override minimum characters limit', 'MCHAT_OVERRIDE_MIN_POST_CHARS_EXPLAIN' => 'Set to yes to override the forums minimum characters setting for chat messages', - 'MCHAT_NEW_POSTS_TOPIC' => 'Display New Topic Posts', - 'MCHAT_NEW_POSTS_TOPIC_EXPLAIN' => 'Set to yes to allow new topic posts from the forum to be posted into the chat message area.', - 'MCHAT_NEW_POSTS_REPLY' => 'Display New Replied Posts', - 'MCHAT_NEW_POSTS_REPLY_EXPLAIN' => 'Set to yes to allow replied posts from the forum to be posted into the chat message area.', - 'MCHAT_NEW_POSTS_EDIT' => 'Display Edited Posts', - 'MCHAT_NEW_POSTS_EDIT_EXPLAIN' => 'Set to yes to allow edited posts from the forum to be posted into the chat message area.', - 'MCHAT_NEW_POSTS_QUOTE' => 'Display Quoted Posts', - 'MCHAT_NEW_POSTS_QUOTE_EXPLAIN' => 'Set to yes to allow quoted posts from the forum to be posted into the chat message area.', - 'MCHAT_MAIN' => 'Main Configuration', - 'MCHAT_STATS' => 'Whois Chatting', - 'MCHAT_STATS_INDEX' => 'Stats on Index', - 'MCHAT_STATS_INDEX_EXPLAIN' => 'Show who is chatting with in the stats section of the forum', - 'MCHAT_MESSAGE_TOP' => 'Keep message on Bottom / Top', - 'MCHAT_MESSAGE_TOP_EXPLAIN' => 'This will post the message bottom or top in the chat message area.', + 'MCHAT_NEW_POSTS_TOPIC' => 'Display new topics', + 'MCHAT_NEW_POSTS_TOPIC_EXPLAIN' => 'Allow topics from the forum to be posted in the chat.', + 'MCHAT_NEW_POSTS_REPLY' => 'Display new replies', + 'MCHAT_NEW_POSTS_REPLY_EXPLAIN' => 'Allow replies from the forum to be posted in the chat.', + 'MCHAT_NEW_POSTS_EDIT' => 'Display edited posts', + 'MCHAT_NEW_POSTS_EDIT_EXPLAIN' => 'Allow edited posts from the forum to be posted in the chat.', + 'MCHAT_NEW_POSTS_QUOTE' => 'Display quoted posts', + 'MCHAT_NEW_POSTS_QUOTE_EXPLAIN' => 'Allow quoted posts from the forum to be posted in the chat.', + + 'MCHAT_WHOIS' => 'Display Who is chatting below the chat', + 'MCHAT_STATS_INDEX' => 'Display Who is chatting in the stats section', + 'MCHAT_STATS_INDEX_EXPLAIN' => 'Displays who is chatting below the Who is online section on the index page', + 'MCHAT_WHOIS_REFRESH' => 'Who is chatting refresh interval', + 'MCHAT_WHOIS_REFRESH_EXPLAIN' => 'Number of seconds before who is chatting refreshes.
You are limited from 30 to 300 seconds.', + 'MCHAT_MESSAGE_TOP' => 'Location of new chat messages', + 'MCHAT_MESSAGE_TOP_EXPLAIN' => 'New messages will appear at the top or at the bottom in the chat.', 'MCHAT_BOTTOM' => 'Bottom', 'MCHAT_TOP' => 'Top', - 'MCHAT_MESSAGES' => 'Message Settings', 'MCHAT_PAUSE_ON_INPUT' => 'Pause on input', - 'MCHAT_PAUSE_ON_INPUT_EXPLAIN' => 'If set Yes, then the chat will not autoupdate upon a user entering a message in the input area', + 'MCHAT_PAUSE_ON_INPUT_EXPLAIN' => 'Do not autoupdate upon a user entering a message in the input area', + 'MCHAT_PURGE' => 'Delete all messages now', + 'MCHAT_PURGE_CONFIRM' => 'Confirm deleting all messages', + 'MCHAT_PURGED' => 'All mChat messages have been successfully deleted', // Error reporting - 'TOO_LONG_DATE' => 'The date format you entered is too long.', - 'TOO_SHORT_DATE' => 'The date format you entered is too short.', - 'TOO_SMALL_REFRESH' => 'The refresh value is too small.', - 'TOO_LARGE_REFRESH' => 'The refresh value is too large.', - 'TOO_SMALL_MESSAGE_LIMIT' => 'The message limit value is too small.', - 'TOO_LARGE_MESSAGE_LIMIT' => 'The message limit value is too large.', - 'TOO_SMALL_ARCHIVE_LIMIT' => 'The archive limit value is too small.', - 'TOO_LARGE_ARCHIVE_LIMIT' => 'The archive limit value is too large.', - 'TOO_SMALL_FLOOD_TIME' => 'The flood time value is too small.', - 'TOO_LARGE_FLOOD_TIME' => 'The flood time value is too large.', - 'TOO_SMALL_MAX_MESSAGE_LNGTH' => 'The max message length value is too small.', - 'TOO_LARGE_MAX_MESSAGE_LNGTH' => 'The max message length value is too large.', - 'TOO_SMALL_MAX_WORDS_LNGTH' => 'The max words length value is too small.', - 'TOO_LARGE_MAX_WORDS_LNGTH' => 'The max words length value is too large.', - 'TOO_SMALL_WHOIS_REFRESH' => 'The whois refresh value is too small.', - 'TOO_LARGE_WHOIS_REFRESH' => 'The whois refresh value is too large.', - 'TOO_SMALL_INDEX_HEIGHT' => 'The index height value is too small.', - 'TOO_LARGE_INDEX_HEIGHT' => 'The index height value is too large.', - 'TOO_SMALL_CUSTOM_HEIGHT' => 'The custom height value is too small.', - 'TOO_LARGE_CUSTOM_HEIGHT' => 'The custom height value is too large.', - 'TOO_SHORT_STATIC_MESSAGE' => 'The static message value is too short.', - 'TOO_LONG_STATIC_MESSAGE' => 'The static message value is too long.', - 'TOO_SMALL_TIMEOUT' => 'The user timeout value is too small.', - 'TOO_LARGE_TIMEOUT' => 'The user timeout value is too large.', + 'TOO_SMALL_MCHAT_ARCHIVE_LIMIT' => 'The archive limit value is too small.', + 'TOO_LARGE_MCHAT_ARCHIVE_LIMIT' => 'The archive limit value is too large.', + 'TOO_LONG_MCHAT_BBCODE_DISALLOWED' => 'The disallowed bbcodes value is too long.', + 'TOO_SMALL_MCHAT_CUSTOM_HEIGHT' => 'The custom height value is too small.', + 'TOO_LARGE_MCHAT_CUSTOM_HEIGHT' => 'The custom height value is too large.', + 'TOO_LONG_MCHAT_DATE' => 'The date format you entered is too long.', + 'TOO_SHORT_MCHAT_DATE' => 'The date format you entered is too short.', + 'TOO_SMALL_MCHAT_FLOOD_TIME' => 'The flood time value is too small.', + 'TOO_LARGE_MCHAT_FLOOD_TIME' => 'The flood time value is too large.', + 'TOO_SMALL_MCHAT_INDEX_HEIGHT' => 'The index height value is too small.', + 'TOO_LARGE_MCHAT_INDEX_HEIGHT' => 'The index height value is too large.', + 'TOO_SMALL_MCHAT_MAX_MESSAGE_LNGTH' => 'The max message length value is too small.', + 'TOO_LARGE_MCHAT_MAX_MESSAGE_LNGTH' => 'The max message length value is too large.', + 'TOO_SMALL_MCHAT_MESSAGE_LIMIT' => 'The message limit value is too small.', + 'TOO_LARGE_MCHAT_MESSAGE_LIMIT' => 'The message limit value is too large.', + 'TOO_SMALL_MCHAT_MESSAGE_NUM' => 'The number of messages to display on the index page is too small.', + 'TOO_LARGE_MCHAT_MESSAGE_NUM' => 'The number of messages to display on the index page is too large.', + 'TOO_SMALL_MCHAT_REFRESH' => 'The refresh value is too small.', + 'TOO_LARGE_MCHAT_REFRESH' => 'The refresh value is too large.', + 'TOO_LONG_MCHAT_STATIC_MESSAGE' => 'The static message value is too long.', + 'TOO_SMALL_MCHAT_TIMEOUT' => 'The user timeout value is too small.', + 'TOO_LARGE_MCHAT_TIMEOUT' => 'The user timeout value is too large.', + 'TOO_SMALL_MCHAT_WHOIS_REFRESH' => 'The whois refresh value is too small.', + 'TOO_LARGE_MCHAT_WHOIS_REFRESH' => 'The whois refresh value is too large.', // User perms 'ACL_U_MCHAT_USE' => 'Can use mChat', @@ -156,13 +157,13 @@ $lang = array_merge($lang, array( 'ACL_U_MCHAT_DELETE' => 'Can delete messages', 'ACL_U_MCHAT_IP' => 'Can view IP addresses', 'ACL_U_MCHAT_PM' => 'Can use private message', - 'ACL_U_MCHAT_LIKE' => 'Can use like message', - 'ACL_U_MCHAT_QUOTE' => 'Can use quote message', - 'ACL_U_MCHAT_FLOOD_IGNORE' => 'Can ignore flood', + 'ACL_U_MCHAT_LIKE' => 'Can like messages', + 'ACL_U_MCHAT_QUOTE' => 'Can quote messages', + 'ACL_U_MCHAT_FLOOD_IGNORE' => 'Can ignore flood limit', 'ACL_U_MCHAT_ARCHIVE' => 'Can view the archive', - 'ACL_U_MCHAT_BBCODE' => 'Can use bbcode', + 'ACL_U_MCHAT_BBCODE' => 'Can use bbcodes', 'ACL_U_MCHAT_SMILIES' => 'Can use smilies', - 'ACL_U_MCHAT_URLS' => 'Can post urls', + 'ACL_U_MCHAT_URLS' => 'Can post URLs', // Admin perms 'ACL_A_MCHAT' => 'Can manage mChat settings',