1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-08 17:59:55 +01:00
2003-07-23 14:26:30 +00:00

30 lines
1.2 KiB
PHP

<?PHP // $Id$
// chat.php - created with Moodle 1.1 development (2003072101)
$string['beep'] = "ビープ";
$string['chatintro'] = "紹介文";
$string['chatname'] = "チャットルーム名";
$string['chatreport'] = "チャットセッション";
$string['currentchats'] = "アクティブなチャット";
$string['currentusers'] = "現在のユーザ";
$string['enterchat'] = "クリックしてチャットに入室";
$string['errornousers'] = "ユーザが見つかりませんでした!";
$string['idle'] = "アイドル";
$string['messagebeepseveryone'] = "\$a が全員にビープします!";
$string['messagebeepsyou'] = "\$a があなたにビープしました!";
$string['messageenter'] = "\$a が入室しました";
$string['messageexit'] = "\$a が退室しました";
$string['modulename'] = "チャット";
$string['modulenameplural'] = "チャット";
$string['neverdeletemessages'] = "メッセージを削除しない";
$string['nomessages'] = "メッセージがありません";
$string['savemessages'] = "保存するメッセージ数";
$string['seesession'] = "このセッションを見る";
$string['sessions'] = "チャットセッション";
$string['strftimemessage'] = "%%H:%%M";
$string['studentseereports'] = "全ての人が過去のセッションを見ることが出来る";
$string['viewreport'] = "過去のチャットセッションを閲覧";
?>