moodle/lang/en/chat.php
moodler fcd3a1ee42 New feature - chat scheduling. Can now set a time for the next chat,
as well as rotating weekly or daily period.

Also some small fixes.
2003-07-25 06:47:06 +00:00

38 lines
1.6 KiB
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 sessions";
$string['chattime'] = "Next chat time";
$string['currentchats'] = "Active chat sessions";
$string['currentusers'] = "Current users";
$string['donotusechattime'] = "Don't publish any chat times";
$string['enterchat'] = "Click here to enter the chat now";
$string['errornousers'] = "Could not find any users!";
$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['nextsession'] = "Next scheduled session";
$string['nomessages'] = "No messages yet";
$string['repeatnone'] = "No repeats - publish the specified time only";
$string['repeatdaily'] = "At the same time every day";
$string['repeattimes'] = "Repeat sessions";
$string['repeatweekly'] = "At the same time every week";
$string['savemessages'] = "Save past sessions";
$string['sessions'] = "Chat sessions";
$string['seesession'] = "See this session";
$string['strftimemessage'] = "%%H:%%M";
$string['studentseereports'] = "Everyone can view past sessions";
$string['viewreport'] = "View past chat sessions";
?>