moodle/lang/en/questionnaire.php
2004-09-12 13:21:01 +00:00

14 lines
671 B
PHP
Executable File

<?php
$string['modulename'] = 'Questionnaire';
$string['modulenameplural'] = 'Questionnaires';
$string['qmanage'] = 'Manage Surveys';
$string['qmanagetitle'] = 'Survey Management phpESP';
$string['qtype'] = "Type";
$string['respondenttype'] = "Respondent Type";
$string['questionnaireid'] = "Survey";
$string['notavail'] = "That questionnaire is not available yet. Try again later.";
$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 />\n";
$string['alreadyfilled'] = "You have already filled out this questionnaire for us. Thank you.";
?>