moodle/lang/en_utf8/questionnaire.php

17 lines
743 B
PHP
Raw Normal View History

2006-11-01 09:44:01 +00:00
<?PHP // $Id$
// questionnaire.php - created with Moodle 1.7 beta + (2006101003)
$string['alreadyfilled'] = 'You have already filled out this questionnaire for us. Thank you.';
$string['modulename'] = 'Questionnaire';
$string['modulenameplural'] = 'Questionnaires';
2006-11-01 09:44:01 +00:00
$string['mustcomplete'] = '<b>You must complete this questionnaire <i>now</i> to record your results. You will not be allowed to complete it at another time</b><br /><br />';
$string['notavail'] = 'That questionnaire is not available yet. Try again later.';
$string['qmanage'] = 'Manage Surveys';
$string['qmanagetitle'] = 'Survey Management phpESP';
2006-11-01 09:44:01 +00:00
$string['qtype'] = 'Type';
$string['questionnaireid'] = 'Survey';
$string['respondenttype'] = 'Respondent Type';
2006-11-01 09:44:01 +00:00
?>