From 8cc7286ccca46478172c28ea216c80c1bf3ce8ff Mon Sep 17 00:00:00 2001 From: mits Date: Mon, 24 Mar 2003 15:33:37 +0000 Subject: [PATCH] New translation added. --- lang/ja/README | 2 +- lang/ja/moodle.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/ja/README b/lang/ja/README index 3bc5c1cb5cd..eed842eac01 100644 --- a/lang/ja/README +++ b/lang/ja/README @@ -1,6 +1,6 @@ Japanese Translation ------------------------ -Last Modify:2003/03/20 +Last Modify:2003/03/25 Author: Mitsuhiro Yoshida(mits@mitstek.com) http://www.mitstek.com/ diff --git a/lang/ja/moodle.php b/lang/ja/moodle.php index 94016b25fc9..0a27ff9ce83 100644 --- a/lang/ja/moodle.php +++ b/lang/ja/moodle.php @@ -371,6 +371,7 @@ $string['nosuchemail'] = " $string['noteachersyet'] = "このコースにはまだ教師が登録されていません"; $string['notenrolled'] = "\$a はこのコースには参加していません"; $string['nothingnew'] = "最終ログインより変更されたものはありません"; +$string['nousersmatching'] = "ユーザ '\$a' は見つかりませんでした"; $string['nousersyet'] = "まだ利用者がいません"; $string['now'] = "現在"; $string['numberweeks'] = "週/トピックの表示数"; @@ -434,6 +435,7 @@ $string['shortsitename'] = "短 $string['show'] = "表示"; $string['showallcourses'] = "全てのコースを表示"; $string['showalltopics'] = "全てのトピックを表示"; +$string['showallusers'] = "全てのユーザを表示"; $string['showallweeks'] = "全ての週を表示"; $string['showlistofcourses'] = "コース一覧を表示"; $string['showonlytopic'] = "トピック \$a のみ表示";