moodle/lang/en/chat.php
moodler 1515a89e2d Very early version of new chat module, made by Martin using ARSC as
an inspiration.

Works OK already on most newish browsers .. see mod/chat/README.txt for details.
2003-07-07 06:44:16 +00:00

16 lines
518 B
PHP

<?PHP // $Id$
#------------------------------------------------------------
$string['modulename'] = "Chat";
$string['modulenameplural'] = "Chats";
#------------------------------------------------------------
$string['chatintro'] = "Introduction text";
$string['chatname'] = "Name of this chat room";
$string['enterchat'] = "Click here to enter the chat";
$string['messageenter'] = "\$a has just entered this chat";
$string['savemessages'] = "Number of messages to save";
$string['strftimemessage'] = "%%H:%%M";
?>