Version 2.0.0-RC3
This commit is contained in:
@@ -36,15 +36,36 @@ if (empty($lang) || !is_array($lang))
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
'MCHAT_PREFERENCES' => 'mChat preferences',
|
||||
'MCHAT_NO_SETTINGS' => 'You are not authorised to customise any settings.',
|
||||
|
||||
'MCHAT_DISPLAY' => 'Display on index',
|
||||
'MCHAT_INDEX' => 'Display on the index page',
|
||||
'MCHAT_SOUND' => 'Enable sound',
|
||||
'MCHAT_DISPLAY_STATS_INDEX' => 'Display who is chatting on index',
|
||||
'MCHAT_DISPLAY_NEW_TOPICS' => 'Display new topics in the chat',
|
||||
'MCHAT_DISPLAY_AVATARS' => 'Display avatars in the chat',
|
||||
'MCHAT_WHOIS_INDEX' => 'Display <em>Who is chatting</em> below the chat',
|
||||
'MCHAT_STATS_INDEX' => 'Display <em>Who is chatting</em> in the stats section',
|
||||
'MCHAT_STATS_INDEX_EXPLAIN' => 'Displays who is chatting below the <em>Who is online</em> section on the index page.',
|
||||
'MCHAT_AVATARS' => 'Display avatars',
|
||||
'MCHAT_CAPITAL_LETTER' => 'Capital first letter in your messages',
|
||||
'MCHAT_CHAT_AREA' => 'Input type',
|
||||
'MCHAT_CHAT_AREA_EXPLAIN' => 'The type of area to use for writing messages',
|
||||
'MCHAT_INPUT_AREA' => 'Input area',
|
||||
'MCHAT_INPUT_AREA' => 'Input field',
|
||||
'MCHAT_TEXT_AREA' => 'Text area',
|
||||
'MCHAT_POSTS' => 'Display new posts (currently all disabled, can be enabled in the mChat Global Settings section in the ACP)',
|
||||
'MCHAT_CHARACTER_COUNT' => 'Display number of characters when typing a message',
|
||||
'MCHAT_RELATIVE_TIME' => 'Display relative time for new messages',
|
||||
'MCHAT_RELATIVE_TIME_EXPLAIN' => 'Displays "just now", "1 minute ago" and so on for each message. Set to <em>No</em> to always display the full date.',
|
||||
'MCHAT_PAUSE_ON_INPUT' => 'Pause on input',
|
||||
'MCHAT_PAUSE_ON_INPUT_EXPLAIN' => 'Do not update mChat upon entering a message',
|
||||
'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_LOCATION' => 'Location on the index page',
|
||||
'MCHAT_BOTTOM' => 'Bottom',
|
||||
'MCHAT_TOP' => 'Top',
|
||||
|
||||
'MCHAT_POSTS_TOPIC' => 'Display new topics',
|
||||
'MCHAT_POSTS_REPLY' => 'Display new replies',
|
||||
'MCHAT_POSTS_EDIT' => 'Display edited posts',
|
||||
'MCHAT_POSTS_QUOTE' => 'Display quoted posts',
|
||||
|
||||
'MCHAT_DATE_FORMAT' => 'Date format',
|
||||
'MCHAT_DATE_FORMAT_EXPLAIN' => 'The syntax used is identical to the PHP <a href="http://www.php.net/date">date()</a> function.',
|
||||
'MCHAT_CUSTOM_DATEFORMAT' => 'Custom…',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user