mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
24 lines
964 B
PHP
24 lines
964 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.2 Beta (2004022400)
|
|
|
|
|
|
$string['answered'] = '已作答';
|
|
$string['choice'] = '選擇 $a';
|
|
$string['choicename'] = '意見調查名稱';
|
|
$string['choicetext'] = '本文說明';
|
|
$string['modulename'] = '意見調查';
|
|
$string['modulenameplural'] = '意見調查';
|
|
$string['mustchooseone'] = '儲存前必須先選擇一個答案。儲存失敗。';
|
|
$string['notanswered'] = '尚未回答';
|
|
$string['publish'] = '公佈結果';
|
|
$string['publishanonymous'] = '公佈成績時不顯示學生身分';
|
|
$string['publishnames'] = '公佈完整的資料, 包括姓名與作答的答案';
|
|
$string['publishnot'] = '不要公佈成績給學生看';
|
|
$string['responses'] = '答覆';
|
|
$string['responsesto'] = '答覆 $a';
|
|
$string['savemychoice'] = '儲存我的選擇';
|
|
$string['showunanswered'] = '顯示未被回答的問題的列';
|
|
$string['viewallresponses'] = '檢視 $a 答覆狀況';
|
|
|
|
?>
|