1<?php
2
3$lang['title'] = 'Chat title that is visible just above the messages list';
4$lang['height'] = 'Height of the chat area';
5
6$lang['template'] = 'The template to use for chat';
7$lang['language'] = 'Language';
8
9$lang['frozen_nick'] = 'Setting this to true will forbid the user to change his/her nickname later';
10$lang['channels'] = 'Setting a list of channel, comma delimited, setting by default on user login.';
11$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';
12$lang['admin_group'] = 'Setting a list of group of users, comma delimited, to use as admin on chat';
13$lang['fullname'] = 'Show fullname instead only nick';
14