moodle/lang/zh_tw_utf8/questionnaire.php
koenr 3da548d112 A lot of new helpfiles and strings from Finjon Kiang
(however I'm not sure it's usefull with the upcoming utf8-(r)evolution)
2005-11-27 20:19:11 +00:00

20 lines
828 B
PHP

<?PHP // $Id$
// questionnaire.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004112900)
$string['alreadyfilled'] = '你已完成本問卷. 感謝您的填答.';
$string['modulename'] = 'phpESP問卷(意見)調查';
$string['modulenameplural'] = '問卷(意見)調查';
$string['mustcomplete'] = '<b>你必須<i>現在</i>完成本問卷以記錄結果. 你不被允許在其它時間重填問卷</b><br><br>';
$string['notavail'] = '該問卷(意見)調查表尚未開放.請稍後再試.';
$string['qmanage'] = '管理選項';
$string['qmanagetitle'] = 'phpESP 問卷管理';
$string['qtype'] = '型式';
$string['questionnaireid'] = '問卷';
$string['respondenttype'] = '回應方式';
$string['thischarset'] = 'UTF-8';
$string['thisdirection'] = '文字走向';
$string['thislanguage'] = '繁體中文';
?>