mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 02:49:53 +01:00
17 lines
678 B
PHP
17 lines
678 B
PHP
<?PHP // $Id$
|
|
// questionnaire.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005021800)
|
|
|
|
|
|
$string['alreadyfilled'] = '您已经填写了此调查表。谢谢。';
|
|
$string['modulename'] = '调查表';
|
|
$string['modulenameplural'] = '调查表';
|
|
$string['mustcomplete'] = '<b>您必须<i>现在</i>填写此调查表以记录您的选择。在其它时间不能填表。</b><br /><br />';
|
|
$string['notavail'] = '目前不能填写此调查表。请稍后再试。';
|
|
$string['qmanage'] = '管理调查';
|
|
$string['qmanagetitle'] = '调查管理phpESP';
|
|
$string['qtype'] = '类型';
|
|
$string['questionnaireid'] = '调查';
|
|
$string['respondenttype'] = '应答类型';
|
|
|
|
?>
|