mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 16:18:24 +01:00
a7ce613296
Still missing quiz.php, survey.php, auth.php and the help files Helpers wanted!
18 lines
530 B
PHP
18 lines
530 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 の返答を見る";
|
|
|
|
?>
|