Update version 0.0.12
Update version 0.0.12
This commit is contained in:
@@ -40,6 +40,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'MCHAT_TITLE' => 'Mini-Chat',
|
||||
'MCHAT_ADD' => 'Send',
|
||||
'MCHAT_IN' => 'In',
|
||||
'MCHAT_ANNOUNCEMENT' => 'Announcement',
|
||||
'MCHAT_ARCHIVE' => 'Archive',
|
||||
'MCHAT_ARCHIVE_PAGE' => 'Mini-Chat Archive',
|
||||
@@ -134,4 +135,7 @@ $lang = array_merge($lang, array(
|
||||
'MCHAT_SEND_PM' => 'Send Private Message',
|
||||
'MCHAT_PM' => '(PM)',
|
||||
'MORE_SMILIES' => 'More Smilies',
|
||||
));
|
||||
|
||||
//Cusome edits
|
||||
'REPLY_WITH_LIKE' =>'Like This Post',
|
||||
));
|
||||
@@ -115,6 +115,10 @@ $lang = array_merge($lang, array(
|
||||
'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_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',
|
||||
|
||||
Reference in New Issue
Block a user