mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 22:29:18 +01:00
24 lines
892 B
PHP
24 lines
892 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.2 development (2004020903)
|
|
|
|
|
|
$string['answered'] = '回答済み';
|
|
$string['choice'] = '選択肢 $a';
|
|
$string['choicename'] = '選択名';
|
|
$string['choicetext'] = '選択文';
|
|
$string['modulename'] = '選択';
|
|
$string['modulenameplural'] = '選択';
|
|
$string['mustchooseone'] = '保存する前に答えを選択する必要があります。保存処理は行われませんでした。';
|
|
$string['notanswered'] = '未回答';
|
|
$string['publish'] = '結果を公開';
|
|
$string['publishanonymous'] = '結果を匿名で公開する、学生の氏名を表示しない';
|
|
$string['publishnames'] = '結果を全て公開する、学生の氏名と選択を表示する';
|
|
$string['publishnot'] = '学生に結果を公開しない';
|
|
$string['responses'] = '回答';
|
|
$string['responsesto'] = '$a へ回答する';
|
|
$string['savemychoice'] = '回答を保存する';
|
|
$string['showunanswered'] = '未回答欄を表示する';
|
|
$string['viewallresponses'] = '$a 件の回答を見る';
|
|
|
|
?>
|