mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
18 lines
595 B
PHP
18 lines
595 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['messageexit'] = "\$a has left this chat";
|
|
$string['savemessages'] = "Number of messages to save";
|
|
$string['strftimemessage'] = "%%H:%%M";
|
|
|
|
?>
|