<?php
/**
 * 
 * Array with english elements (language) for Chatwee Plugin-MyBB 
 *
 */

$l['chatweecode_plugin_title'] = 'MyBB Chat by Chatwee';
$l['chatweecode_description'] = 'Chatwee is a feature-rich social chat platform that provides real-time chatting experience for communities on forums.';

$l['chatweecode_settings_title'] = 'Chatwee Plugin Settings';
$l['chatweecode_settings_description'] = 'Here you can edit the settings for the Chatwee chat plugin.';

$l['chatweecode_settings_status_title'] = 'Enable Chatwee';
$l['chatweecode_settings_status_description'] = 'Check this option if you want to enable Chatwee on your site.';
$l['chatweecode_settings_url_title'] = 'Chatwee Installation Code';
$l['chatweecode_settings_url_description'] = 'Paste your Chatwee installation code. The code is available at <a href="https://www.chatwee.com/client/script" target="_blank">Chatwee dashboard</a>. If you don\'t have your own Chatwee account yet, please <a target="_blank" href="https://www.chatwee.com/social-chat-software/register">Sign Up here</a>';

$l['chatweesso_settings_ssostatus_title'] ="Enable SSO Login";
$l['chatweesso_settings_ssostatus_description'] ="Single Sign-on (SSO) permits user to sign into a site and fully use Chatwee chat platform without again authenticating with Chatwee. To fill in the form below with proper values please visit <a href=\"https://www.chatwee.com/client/customize#integration\" target=\"_blank\">Integration</a> section in Chatwee Control Panel.";
$l['chatweesso_settings_chatid_title'] ="Chat ID";
$l['chatweesso_settings_chatid_description'] ="Paste here ChatId from Chatwee Integration center.";
$l['chatweesso_settings_apikey_title'] ="API Key";
$l['chatweesso_settings_apikey_description'] ="API key is required to make Chatwee API calls. API Key is classified information, such as your account password - do not show it to third parties.";

?>