mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 02:49:53 +01:00
20 lines
828 B
PHP
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'] = '繁體中文';
|
|
|
|
?>
|