Automatic installer.php lang files by installer_builder (20070309)
[moodle.git] / lang / en_utf8 / questionnaire.php
blob55ef8abcda48ef346a693b274b608092c01bdd0d
1 <?php
2 $string['modulename'] = 'Questionnaire';
3 $string['modulenameplural'] = 'Questionnaires';
4 $string['qmanage'] = 'Manage Surveys';
5 $string['qmanagetitle'] = 'Survey Management phpESP';
6 $string['qtype'] = "Type";
7 $string['respondenttype'] = "Respondent Type";
8 $string['questionnaireid'] = "Survey";
9 $string['notavail'] = "That questionnaire is not available yet. Try again later.";
10 $string['mustcomplete'] = "<b>You must complete this questionnaire <i>now</i> to record your results. "
11 ."You will not be allowed to complete it at another time</b><br /><br />\n";
12 $string['alreadyfilled'] = "You have already filled out this questionnaire for us. Thank you.";