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