print notice when guest views chat.

This commit is contained in:
gustav_delius 2004-08-21 21:18:33 +00:00
parent c89bf29585
commit d022e34545
2 changed files with 3 additions and 0 deletions

View file

@ -35,6 +35,7 @@ $string['modulename'] = 'Chat';
$string['modulenameplural'] = 'Chats';
$string['neverdeletemessages'] = 'Never delete messages';
$string['nextsession'] = 'Next scheduled session';
$string['noguests'] = 'The chat is not open to guests';
$string['nomessages'] = 'No messages yet';
$string['repeatdaily'] = 'At the same time every day';
$string['repeatnone'] = 'No repeats - publish the specified time only';