New translation and Polish.

This commit is contained in:
mits 2003-06-08 16:58:13 +00:00
parent 98dba8d77b
commit 29a72dd107
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<?PHP // $Id$
// moodle.php - created with Moodle 1.0.9 (2003052900)
// moodle.php - created with Moodle 1.1 development (2003053000)
$string['action'] = "操作";
@ -47,6 +47,7 @@ $string['backup'] = "
$string['backupdate'] = "バックアップデータ";
$string['backupdetails'] = "バックアップ詳細";
$string['backupdir'] = "バックアップデータ";
$string['backupfilename'] = "バックアップ";
$string['backupnameformat'] = "%%Y%%m%%d-%%H%%M";
$string['backuporiginalname'] = "バックアップ名";
$string['backupversion'] = "バックアップバージョン";

View File

@ -1,5 +1,5 @@
<?PHP // $Id$
// quiz.php - created with Moodle 1.0.9 Beta 1 + (2003052300)
// quiz.php - created with Moodle 1.1 development (2003053000)
$string['addingquestions'] = "この部分ではデータベース内の質問を管理します。質問は整理しやすいようにカテゴリー毎に保存されます。質問はコース内の全てのクイズに利用出来ます。「公開」を選んだ場合は他のコースでも利用出来ます。<br /><br />質問のカテゴリーを選択又は作成した後に質問を作成・編集してください。このページの反対側にあるクイズにどの質問でも追加することが出来ます。
@ -101,8 +101,9 @@ $string['questioninuse'] = "
$string['questionname'] = "質問名";
$string['questions'] = "質問";
$string['quizavailable'] = "クイズは \$a まで利用できます";
$string['quizclose'] = "クイズ終了日";
$string['quizclose'] = "クイズを閉じる";
$string['quizclosed'] = "このクイズは \$a に閉じられます";
$string['quizcloses'] = "クイズ終了日";
$string['quiznotavailable'] = "クイズは \$a まで利用できません";
$string['quizopen'] = "クイズ公開日";
$string['random'] = "ランダム方式";