moodle/lang/en/chat.php
2003-07-07 09:46:00 +00:00

17 lines
544 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['idle'] = "Idle";
$string['messageenter'] = "\$a has just entered this chat";
$string['savemessages'] = "Number of messages to save";
$string['strftimemessage'] = "%%H:%%M";
?>