moodle/lang/en_utf8/questionnaire.php

14 lines
671 B
PHP

<?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.";
?>