mirror of
https://github.com/moodle/moodle.git
synced 2025-01-24 00:58:33 +01:00
16 lines
464 B
PHP
16 lines
464 B
PHP
<?PHP // $Id$
|
|
// chat.php - created with Moodle 1.1 development (2003070400)
|
|
|
|
|
|
$string['chatintro'] = "紹介文";
|
|
$string['chatname'] = "チャットルーム名";
|
|
$string['enterchat'] = "クリックしてチャットに入室";
|
|
$string['idle'] = "アイドル";
|
|
$string['messageenter'] = "\$a が入室しました";
|
|
$string['modulename'] = "チャット";
|
|
$string['modulenameplural'] = "チャット";
|
|
$string['savemessages'] = "保存するメッセージ数";
|
|
$string['strftimemessage'] = "%%H:%%M";
|
|
|
|
?>
|