]> git.mjollnir.org Git - moodle.git/commitdiff
Merege from stable. New strings for xml import error messages.
authorthepurpleblob <thepurpleblob>
Tue, 8 May 2007 14:15:48 +0000 (14:15 +0000)
committerthepurpleblob <thepurpleblob>
Tue, 8 May 2007 14:15:48 +0000 (14:15 +0000)
lang/en_utf8/quiz.php

index 14383a45113b2fd2464aeff30e37ad74d58ad738..4e70e79fadba71732d022b450ce4a3d2a4743f53 100644 (file)
@@ -541,6 +541,8 @@ $string['wronggrade'] = 'Wrong grade (after line $a) :';
 $string['wronguse'] = 'You can not use this page like that';
 $string['xhtml'] = 'XHTML Format';
 $string['xml'] = 'Moodle XML format';
+$string['xmlimportnoname'] = 'Missing question name in xml file';
+$string['xmlimportnoquestion'] = 'Missing question text in xml file';
 $string['xmltypeunsupported'] = 'Question type $a is not supported by xml import';
 $string['yourfinalgradeis'] = 'Your final grade for this quiz is $a.';
 $string['zerosignificantfiguresnotallowed'] = 'The correct answer cannot have zero significant figures!';