mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 23:18:43 +01:00
b13f7b84ec
Strings mostly done, and about half the help files.
23 lines
788 B
PHP
23 lines
788 B
PHP
<?PHP // $Id$
|
|
|
|
#------------------------------------------------------------
|
|
$string['modulename'] = "意見調查";
|
|
$string['modulenameplural'] = "意見調查";
|
|
#------------------------------------------------------------
|
|
|
|
$string['answered'] = "已作答";
|
|
$string['choice'] = "選擇 \$a";
|
|
$string['choicename'] = "意見調查名稱";
|
|
$string['choicetext'] = "本文說明";
|
|
$string['notanswered'] = "尚未回答";
|
|
$string['responses'] = "答覆";
|
|
$string['responsesto'] = "答覆 \$a";
|
|
$string['savemychoice'] = "儲存我的選擇";
|
|
$string['viewallresponses'] = "檢視 \$a 答覆狀況";
|
|
$string['publish'] = "公佈結果";
|
|
$string['publishanonymous'] = "公佈成績時不顯示學生身分";
|
|
$string['publishnames'] = "公佈完整的資料, 包括姓名與作答的答案";
|
|
$string['publishnot'] = "不要公佈成績給學生看";
|
|
|
|
?>
|