mirror of
https://github.com/moodle/moodle.git
synced 2025-01-26 01:58:26 +01:00
18 lines
495 B
PHP
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 件の回答を見る";
|
|
|
|
?>
|