Merged tidy-ups from stable

This commit is contained in:
moodler 2006-11-01 09:44:01 +00:00
parent 6dfb22349f
commit 304d08f0c4
76 changed files with 1463 additions and 1525 deletions

View file

@ -1,14 +1,16 @@
<?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['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.";
$string['qtype'] = 'Type';
$string['questionnaireid'] = 'Survey';
$string['respondenttype'] = 'Respondent Type';
?>
?>