New translation.

This commit is contained in:
mits 2003-08-03 17:33:17 +00:00
parent e5fc599647
commit 5ca4f1944f
2 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Japanese Translation
------------------------
Last Modify:2003/07/23
Last Modify:2003/08/04
Author: Mitsuhiro Yoshida(mits@mitstek.com)
http://mitstek.com/

View File

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