moodle/lang/zh_tw/choice.php
moodler b13f7b84ec New Taiwanese (Traditional Chinese) version by Fu-Kwun Hwang (hwang@phy.ntnu.edu.tw)!
Strings mostly done, and about half the help files.
2003-05-14 02:43:27 +00:00

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'] = "不要公佈成績給學生看";
?>