moodle/lang/ja/choice.php
2004-07-08 17:24:23 +00:00

33 lines
1.3 KiB
PHP

<?PHP // $Id$
// choice.php - created with Moodle 1.4 development (2004070800)
$string['allowupdate'] = '選択の更新を許可する';
$string['answered'] = '回答済み';
$string['choice'] = '選択肢 $a';
$string['choiceclose'] = '終了日時';
$string['choicename'] = '選択名';
$string['choiceopen'] = '開始日時';
$string['choicetext'] = '選択文';
$string['modulename'] = '選択';
$string['modulenameplural'] = '選択';
$string['mustchooseone'] = '保存する前に答えを選択する必要があります。保存処理は行われませんでした。';
$string['notanswered'] = '未回答';
$string['notopenyet'] = '申し訳ございません。この活動は $a まで利用できません。';
$string['privacy'] = 'プライバシー';
$string['publish'] = '結果の公開';
$string['publishafteranswer'] = '回答の後に学生に結果を表示する';
$string['publishafterclose'] = '選択が終了した後のみに学生に結果を表示する';
$string['publishalways'] = '常に学生に結果を表示する';
$string['publishanonymous'] = '結果を匿名で公開する、学生の氏名を表示しない';
$string['publishnames'] = '結果を全て公開する、学生の氏名と選択を表示する';
$string['publishnot'] = '学生に結果を公開しない';
$string['responses'] = '回答';
$string['responsesto'] = '$a へ回答する';
$string['savemychoice'] = '回答を保存する';
$string['showunanswered'] = '未回答欄を表示する';
$string['timerestrict'] = '回答期間の制限';
$string['viewallresponses'] = '回答を表示($a 件)';
?>