moodle/lang/ja/choice.php
2002-12-10 16:23:50 +00:00

18 lines
495 B
PHP

<?PHP // $Id$
// choice.php - created with Moodle 1.0.6.4 (2002112400)
$string['answered'] = "回答済み";
$string['choice'] = "選択肢 \$a";
$string['choicename'] = "選択名";
$string['choicetext'] = "選択文";
$string['modulename'] = "選択";
$string['modulenameplural'] = "選択";
$string['notanswered'] = "未回答";
$string['responses'] = "回答";
$string['responsesto'] = "\$a へ回答する";
$string['savemychoice'] = "回答を保存する";
$string['viewallresponses'] = "\$a 件の回答を見る";
?>