mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merged tidy-ups from stable
This commit is contained in:
parent
6dfb22349f
commit
304d08f0c4
76 changed files with 1463 additions and 1525 deletions
|
@ -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';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue