2003-07-07 06:44:16 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
|
|
|
|
#------------------------------------------------------------
|
|
|
|
$string['modulename'] = "Chat";
|
|
|
|
$string['modulenameplural'] = "Chats";
|
|
|
|
#------------------------------------------------------------
|
|
|
|
|
2003-07-09 12:53:26 +00:00
|
|
|
$string['beep'] = "beep";
|
2003-07-07 06:44:16 +00:00
|
|
|
$string['chatintro'] = "Introduction text";
|
|
|
|
$string['chatname'] = "Name of this chat room";
|
2003-07-21 04:10:45 +00:00
|
|
|
$string['chatreport'] = "Chat sessions";
|
|
|
|
$string['currentchats'] = "Active chat sessions";
|
2003-07-21 05:03:15 +00:00
|
|
|
$string['currentusers'] = "Current users";
|
2003-07-07 06:44:16 +00:00
|
|
|
$string['enterchat'] = "Click here to enter the chat";
|
2003-07-07 09:46:00 +00:00
|
|
|
$string['idle'] = "Idle";
|
2003-07-09 12:53:26 +00:00
|
|
|
$string['messagebeepseveryone'] = "\$a beeps everyone!";
|
|
|
|
$string['messagebeepsyou'] = "\$a has just beeped you!";
|
2003-07-07 06:44:16 +00:00
|
|
|
$string['messageenter'] = "\$a has just entered this chat";
|
2003-07-09 04:27:23 +00:00
|
|
|
$string['messageexit'] = "\$a has left this chat";
|
2003-07-21 03:16:19 +00:00
|
|
|
$string['neverdeletemessages'] = "Never delete messages";
|
2003-07-21 14:58:07 +00:00
|
|
|
$string['nomessages'] = "No messages yet";
|
2003-07-21 03:16:19 +00:00
|
|
|
$string['savemessages'] = "Save messages";
|
|
|
|
$string['sessions'] = "Chat sessions";
|
2003-07-21 04:20:01 +00:00
|
|
|
$string['seesession'] = "See this session";
|
2003-07-07 06:44:16 +00:00
|
|
|
$string['strftimemessage'] = "%%H:%%M";
|
2003-07-21 04:10:45 +00:00
|
|
|
$string['studentseereports'] = "Everyone can see past sessions";
|
|
|
|
$string['viewreport'] = "View past chat sessions";
|
2003-07-07 06:44:16 +00:00
|
|
|
|
|
|
|
?>
|