mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 14:19:07 +01:00
14 lines
671 B
PHP
Executable File
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.";
|
|
|
|
?>
|