moodle/lang/de/chat.php
2003-07-09 06:32:50 +00:00

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";
?>