moodle/lang/en/chat.php
2003-07-21 03:16:19 +00:00

27 lines
1019 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['chatreport'] = "Chat report";
$string['currentchats'] = "Currently active chats";
$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['neverdeletemessages'] = "Never delete messages";
$string['savemessages'] = "Save messages";
$string['sessions'] = "Chat sessions";
$string['strftimemessage'] = "%%H:%%M";
$string['studentseereports'] = "Allow everyone to see reports";
$string['viewreport'] = "View chat reports";
?>