mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 16:48:36 +01:00
1515a89e2d
an inspiration. Works OK already on most newish browsers .. see mod/chat/README.txt for details.
16 lines
518 B
PHP
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";
|
|
|
|
?>
|