moodle/lang/en/chat.php
moodler 7d79236935 Simple beeping is now added ... users can now beep each other
and also beep everyone using "beep all"

There are no controls as yet to disable beeping on a per-user
basis but this would come next
2003-07-09 12:53:26 +00:00

21 lines
735 B
PHP

<?PHP // $Id$
#------------------------------------------------------------
$string['modulename'] = "Chat";
$string['modulenameplural'] = "Chats";
#------------------------------------------------------------
$string['beep'] = "beep";
$string['chatintro'] = "Introduction text";
$string['chatname'] = "Name of this chat room";
$string['enterchat'] = "Click here to enter the chat";
$string['idle'] = "Idle";
$string['messagebeepseveryone'] = "\$a beeps everyone!";
$string['messagebeepsyou'] = "\$a has just beeped you!";
$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";
?>