<?php

$l['bot_desc'] = 'Bot sending messages on chat if user will register or write new thread/post. Responds to messages provided by the admin.';
$l['bot_setting_desc'] = 'Settings for plugin DVZ ShoutBox Bot.';

$l['bot_onoff_title'] = 'Plugin off/on';
$l['bot_onoff_desc'] = 'Plugin to be enabled/disabled?';

$l['bot_link_title'] = 'Download a login link?';
$l['bot_link_desc'] = 'Specifies whether the plugin is to download a link to the profile. Example @Nick.';

$l['bot_action_title'] = 'Should the bot react to messages entered in the chat?';
$l['bot_action_desc'] = 'Determines whether the bot should respond to messages provided in the admin panel. You can manage them <a href="index.php?module=user-dvz-shoutbox-bot">here</a>.';

$l['bot_id_title'] = 'Bot's ID;
$l['bot_id_desc'] = 'Enter the id of the user who will be sending the message in the chat.';

$l['bot_register_title'] = 'Should the bot send a chat message when the user registers?';
$l['bot_register_desc'] = 'Determines wheter bot should be sending a message on chat if user will register.';

$l['bot_register_message_title'] = 'Message sent to the chat, if the user registers';
$l['bot_register_message_desc'] = 'Message that will be sent by the bot. Use <b>{username}</b> to replace the login.';
$l['bot_register_message_example'] = 'The player {username} has just registered. Welcome!';

$l['bot_thread_title'] = 'Should the bot send a chat message if the user will writes a new thread?';
$l['bot_thread_desc'] = 'Determines wheter bot should send message on chat if user write new thread.';

$l['bot_ignore_title'] = 'Ignoring forums';
$l['bot_ignore_desc'] = 'Choose from list of that the bot should ignore.';

$l['bot_thread_message_title'] = 'Message sent on chat if user will write new thread';
$l['bot_thread_message_desc'] = 'Message that will be sent by the bot. Use <b>{username}</b> to replace the login, <b>{subject}</b> to download thread subject, <b>{forum}</b> to download name of forum.';
$l['bot_thread_message_example'] = 'New thread - {subject} in forum {forum}. Sent by {username}';

$l['bot_post_title'] = 'Should the bot send a chat message if the user will write a new post?';
$l['bot_post_desc'] = 'Determines wheter bot should sent message on chat if user will write new post.';

$l['bot_post_message_title'] = 'Message sent to the chat, if the user writes a new post';
$l['bot_post_message_desc'] = 'Message that will be sent by the bot. Use <b>{username}</b> to replace the login, <b>{subject}</b> to download title of post.';
$l['bot_post_message_example'] = 'New post - {subject} Written by {username}';
