moodle/lang/ja/choice.php
moodler a7ce613296 First version of Japanese translation by Mitsuhiro Yoshida !
Still missing quiz.php, survey.php, auth.php and the help files

Helpers wanted!
2002-12-05 13:50:01 +00:00

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 の返答を見る";
?>