moodle/lang/ja/choice.php
2003-01-10 05:29:31 +00:00

22 lines
732 B
PHP

<?PHP // $Id$
// choice.php - created with Moodle 1.0.8 (2003010600)
$string['answered'] = "回答済み";
$string['choice'] = "選択肢 \$a";
$string['choicename'] = "選択名";
$string['choicetext'] = "選択文";
$string['modulename'] = "選択";
$string['modulenameplural'] = "選択";
$string['notanswered'] = "未回答";
$string['publish'] = "結果を公開";
$string['publishanonymous'] = "結果を匿名で公開する、学生の氏名を表示しない";
$string['publishnames'] = "結果を全て公開する、学生の氏名と選択を表示する";
$string['publishnot'] = "学生に結果を公開しない";
$string['responses'] = "回答";
$string['responsesto'] = "\$a へ回答する";
$string['savemychoice'] = "回答を保存する";
$string['viewallresponses'] = "\$a 件の回答を見る";
?>