update 0.0.4
update 0.0.4
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE!
|
||||
*/
|
||||
@@ -42,8 +41,8 @@ $lang = array_merge($lang, array(
|
||||
'MCHAT_TITLE' => 'Mini-Chat',
|
||||
'MCHAT_ADD' => 'Send',
|
||||
'MCHAT_ANNOUNCEMENT' => 'Announcement',
|
||||
'MCHAT_ARCHIVE' => 'Archive',
|
||||
'MCHAT_ARCHIVE_PAGE' => 'Mini-Chat Archive',
|
||||
'MCHAT_ARCHIVE' => 'Archive',
|
||||
'MCHAT_ARCHIVE_PAGE' => 'Mini-Chat Archive',
|
||||
'MCHAT_BBCODES' => 'BBCodes',
|
||||
'MCHAT_CLEAN' => 'Purge',
|
||||
'MCHAT_CLEANED' => 'All messages have been successfully removed',
|
||||
@@ -55,23 +54,23 @@ $lang = array_merge($lang, array(
|
||||
'MCHAT_DELITE' => 'Delete',
|
||||
'MCHAT_EDIT' => 'Edit',
|
||||
'MCHAT_EDITINFO' => 'Edit the message and click OK',
|
||||
'MCHAT_ENABLE' => 'Sorry, the Mini-Chat is currently unavailable',
|
||||
'MCHAT_ERROR' => 'Error',
|
||||
'MCHAT_FLOOD' => 'You can not post another message so soon after your last',
|
||||
'MCHAT_ENABLE' => 'Sorry, the Mini-Chat is currently unavailable',
|
||||
'MCHAT_ERROR' => 'Error',
|
||||
'MCHAT_FLOOD' => 'You can not post another message so soon after your last',
|
||||
'MCHAT_FOE' => 'This message was made by <strong>%1$s</strong> who is currently on your ignore list.',
|
||||
'MCHAT_HELP' => 'mChat Rules',
|
||||
'MCHAT_HIDE_LIST' => 'Hide List',
|
||||
'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_NO_CUSTOM_PAGE' => 'The mChat custom page is not activated at this time!',
|
||||
'MCHAT_MESS_LONG' => 'Your message is too long.\nPlease limit it to %s characters',
|
||||
'MCHAT_NO_CUSTOM_PAGE' => 'The mChat custom page is not activated at this time!',
|
||||
'MCHAT_NOACCESS' => 'You don’t have permission to post in the mChat',
|
||||
'MCHAT_NOACCESS_ARCHIVE' => 'You don’t have permission to view the archive',
|
||||
'MCHAT_NOJAVASCRIPT' => 'Your browser does not support JavaScript or JavaScript is disabled',
|
||||
'MCHAT_NOACCESS_ARCHIVE' => 'You don’t have permission to view the archive',
|
||||
'MCHAT_NOJAVASCRIPT' => 'Your browser does not support JavaScript or JavaScript is disabled',
|
||||
'MCHAT_NOMESSAGE' => 'No messages',
|
||||
'MCHAT_NOMESSAGEINPUT' => 'You have not entered a message',
|
||||
'MCHAT_NOSMILE' => 'Smilies not found',
|
||||
@@ -79,14 +78,14 @@ $lang = array_merge($lang, array(
|
||||
'MCHAT_NOT_INSTALLED' => 'mChat database entries are missing.<br />Please run the %sinstaller%s to make the database changes for the modification.',
|
||||
'MCHAT_OK' => 'OK',
|
||||
'MCHAT_PAUSE' => 'Paused',
|
||||
'MCHAT_LOAD' => 'Loading',
|
||||
'MCHAT_LOAD' => 'Loading',
|
||||
'MCHAT_PERMISSIONS' => 'Change users permissions',
|
||||
'MCHAT_REFRESHING' => 'Refreshing...',
|
||||
'MCHAT_REFRESH_NO' => 'Autoupdate is off',
|
||||
'MCHAT_REFRESH_YES' => 'Autoupdate every <strong>%d</strong> seconds',
|
||||
'MCHAT_RESPOND' => 'Respond to user',
|
||||
'MCHAT_RESET_QUESTION' => 'Clear the input area?',
|
||||
'MCHAT_SESSION_OUT' => 'Chat session has expired',
|
||||
'MCHAT_SESSION_OUT' => 'Chat session has expired',
|
||||
'MCHAT_SHOW_LIST' => 'Show List',
|
||||
'MCHAT_SECOND' => 'second ',
|
||||
'MCHAT_SECONDS' => 'seconds ',
|
||||
@@ -95,21 +94,20 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'MCHAT_TOTALMESSAGES' => 'Total messages: <strong>%s</strong>',
|
||||
'MCHAT_USESOUND' => 'Use sound?',
|
||||
|
||||
|
||||
'MCHAT_ONLINE_USERS_TOTAL' => 'In total there are <strong>%d</strong> users chatting ',
|
||||
'MCHAT_ONLINE_USER_TOTAL' => 'In total there is <strong>%d</strong> user chatting ',
|
||||
'MCHAT_NO_CHATTERS' => 'No one is chatting',
|
||||
'MCHAT_ONLINE_EXPLAIN' => 'based on users active over the past %s',
|
||||
|
||||
|
||||
'WHO_IS_CHATTING' => 'Who is chatting',
|
||||
'WHO_IS_REFRESH_EXPLAIN' => 'Refreshes every <strong>%d</strong> seconds',
|
||||
'MCHAT_NEW_TOPIC' => '<strong>New Topic</strong>',
|
||||
'MCHAT_NEW_REPLY' => '<strong>New Reply</strong>',
|
||||
|
||||
'MCHAT_NEW_TOPIC' => '<strong>New Topic</strong>',
|
||||
'MCHAT_NEW_REPLY' => '<strong>New Reply</strong>',
|
||||
|
||||
// UCP
|
||||
'UCP_PROFILE_MCHAT' => 'mChat Preferences',
|
||||
|
||||
|
||||
'DISPLAY_MCHAT' => 'Display mChat on Index',
|
||||
'SOUND_MCHAT' => 'Enable mChat sound',
|
||||
'DISPLAY_STATS_INDEX' => 'Display the Who is Chatting stats on index page',
|
||||
@@ -118,7 +116,7 @@ $lang = array_merge($lang, array(
|
||||
'CHAT_AREA' => 'Input type',
|
||||
'CHAT_AREA_EXPLAIN' => 'Choose which type of area to use to input a chat:<br />A text area or<br />an input area',
|
||||
'INPUT_AREA' => 'Input area',
|
||||
'TEXT_AREA' => 'Text area',
|
||||
'TEXT_AREA' => 'Text area',
|
||||
// ACP
|
||||
'ACP_MCHAT_RULES_EXPLAIN' => 'Enter the rules of the forum here. Each rule on a new line.<br />You are limited to 255 characters.<br /><strong>This message can be translated.</strong> (you must edit the mchat_lang.php file and read the instructions).',
|
||||
'LOG_MCHAT_CONFIG_UPDATE' => '<strong>Updated mChat config </strong>',
|
||||
@@ -128,7 +126,7 @@ $lang = array_merge($lang, array(
|
||||
'MCHAT_ENABLE' => 'Enable mChat Extension',
|
||||
'MCHAT_ENABLE_EXPLAIN' => 'Enable or disable the extension globally.',
|
||||
'MCHAT_AVATARS' => 'Display avatars',
|
||||
'MCHAT_AVATARS_EXPLAIN' => 'If set yes, resized user avatars will be displayed',
|
||||
'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',
|
||||
@@ -142,7 +140,7 @@ $lang = array_merge($lang, array(
|
||||
'MCHAT_PRUNE' => 'Enable Prune',
|
||||
'MCHAT_PRUNE_EXPLAIN' => 'Set to yes to enable the prune feature.<br /><em>Only occurs if a user views the custom or archive pages</em>.',
|
||||
'MCHAT_PRUNE_NUM' => 'Prune Number',
|
||||
'MCHAT_PRUNE_NUM_EXPLAIN' => 'The number of messages to retain in the chat.',
|
||||
'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.<br /><em>Recommended from 10 to 30</em>.',
|
||||
'MCHAT_MESSAGE_NUM' => 'Index page message limit',
|
||||
@@ -183,7 +181,7 @@ $lang = array_merge($lang, array(
|
||||
'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',
|
||||
|
||||
|
||||
// error reporting
|
||||
'MCHAT_NEEDS_UPDATING' => 'The mChat extension needs updating. Please have a forum founder visit this section to run the installer.',
|
||||
'MCHAT_WRONG_VERSION' => 'The wrong version of the extension is installed. Please run the %sinstaller%s for the new version of the modification.',
|
||||
@@ -203,24 +201,24 @@ $lang = array_merge($lang, array(
|
||||
'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_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_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.',
|
||||
'UCP_CAT_MCHAT' => 'mChat',
|
||||
'UCP_MCHAT_CONFIG' => 'mChat', //Preferences
|
||||
'LOG_MCHAT_TABLE_PRUNED' => 'mChat Table was pruned',
|
||||
'ACP_USER_MCHAT' => 'mChat Settings',
|
||||
'LOG_DELETED_MCHAT' => '<strong>Deleted mChat message</strong><br />» %1$s',
|
||||
'LOG_EDITED_MCHAT' => '<strong>Edited mChat message</strong><br />» %1$s',
|
||||
'LOG_DELETED_MCHAT' => '<strong>Deleted mChat message</strong><br />» %1$s',
|
||||
'LOG_EDITED_MCHAT' => '<strong>Edited mChat message</strong><br />» %1$s',
|
||||
'MCHAT_MESSAGE_LNGTH_EXPLAIN' => 'Characters remaining: <span class="charsLeft error"><strong>%d</strong></span>',
|
||||
'MCHAT_TOP_POSTERS' => 'Top Spammers',
|
||||
'MCHAT_NEW_CHAT' => 'New Chat Message!',
|
||||
'MCHAT_TOP_POSTERS' => 'Top Spammers',
|
||||
'MCHAT_NEW_CHAT' => 'New Chat Message!',
|
||||
'FONT_COLOR' => 'Font colour',
|
||||
'FONT_COLOR_HIDE' => 'Hide font colour',
|
||||
'FONT_HUGE' => 'Huge',
|
||||
@@ -229,7 +227,7 @@ $lang = array_merge($lang, array(
|
||||
'FONT_SIZE' => 'Font size',
|
||||
'FONT_SMALL' => 'Small',
|
||||
'FONT_TINY' => 'Tiny',
|
||||
'MCHAT_SEND_PM' => 'Send Private Message',
|
||||
'MCHAT_PM' => '(PM)',
|
||||
'MORE_SMILIES' => 'More Smilies',
|
||||
'MCHAT_SEND_PM' => 'Send Private Message',
|
||||
'MCHAT_PM' => '(PM)',
|
||||
'MORE_SMILIES' => 'More Smilies',
|
||||
));
|
||||
Reference in New Issue
Block a user