Skip to content

Commit

Permalink
polished.
Browse files Browse the repository at this point in the history
  • Loading branch information
mits committed Feb 20, 2005
1 parent 84ae225 commit 36d9b68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions lang/ja/quiz.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?PHP // $Id$
// quiz.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005021000)
// quiz.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005021800)


$string['acceptederror'] = 'エラー範囲';
Expand Down Expand Up @@ -132,7 +132,7 @@
$string['illegalformulasyntax'] = '「 $a 」で始まる不正なシンタックスの式です。';
$string['imagedisplay'] = '表示イメージ';
$string['imagemissing'] = '$a 行のイメージが使用できません。ファイル名は無視されます。';
$string['importquestions'] = 'ファイルから小テストをインポートする';
$string['importquestions'] = 'ファイルから問題をインポートする';
$string['indivresp'] = '各問題に対する各個人の解答';
$string['introduction'] = '説明';
$string['itemanal'] = '解答分析';
Expand Down Expand Up @@ -253,7 +253,7 @@
$string['saveandedit'] = '変更の保存および問題の編集';
$string['savegrades'] = '評点を保存';
$string['savemyanswers'] = '答えを保存';
$string['savequiz'] = '全ての小テストを保存';
$string['savequiz'] = '小テストを保存';
$string['score'] = '得点状況';
$string['select'] = '選択';
$string['selectall'] = '全てを選択';
Expand Down
8 changes: 4 additions & 4 deletions lang/ja_utf8/quiz.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php // $Id$
// quiz.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005021000)
<?PHP // $Id$
// quiz.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005021800)


$string['acceptederror'] = 'エラー範囲';
Expand Down Expand Up @@ -132,7 +132,7 @@
$string['illegalformulasyntax'] = '「 $a 」で始まる不正なシンタックスの式です。';
$string['imagedisplay'] = '表示イメージ';
$string['imagemissing'] = '$a 行のイメージが使用できません。ファイル名は無視されます。';
$string['importquestions'] = 'ファイルから小テストをインポートする';
$string['importquestions'] = 'ファイルから問題をインポートする';
$string['indivresp'] = '各問題に対する各個人の解答';
$string['introduction'] = '説明';
$string['itemanal'] = '解答分析';
Expand Down Expand Up @@ -253,7 +253,7 @@
$string['saveandedit'] = '変更の保存および問題の編集';
$string['savegrades'] = '評点を保存';
$string['savemyanswers'] = '答えを保存';
$string['savequiz'] = '全ての小テストを保存';
$string['savequiz'] = '小テストを保存';
$string['score'] = '得点状況';
$string['select'] = '選択';
$string['selectall'] = '全てを選択';
Expand Down

0 comments on commit 36d9b68

Please sign in to comment.