mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 03:53:49 +01:00
17 lines
743 B
PHP
17 lines
743 B
PHP
<?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';
|
|
$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';
|
|
$string['qtype'] = 'Type';
|
|
$string['questionnaireid'] = 'Survey';
|
|
$string['respondenttype'] = 'Respondent Type';
|
|
|
|
?>
|