<?php

$lang['title'] = 'Chat title that is visible just above the messages list';
$lang['height'] = 'Height of the chat area';

$lang['template'] = 'The template to use for chat';
$lang['language'] = 'Language';

$lang['frozen_nick'] = 'Setting this to true will forbid the user to change his/her nickname later';
$lang['channels'] = 'Setting a list of channel, comma delimited, setting by default on user login.';
$lang['frozen_channels'] = 'Setting a list of channel, comma delimited, that can be used by users. If empty, it allows users to create their own channels';
$lang['admin_group'] = 'Setting a list of group of users, comma delimited, to use as admin on chat';
$lang['fullname'] = 'Show fullname instead only nick';
