From: thepurpleblob Date: Tue, 8 May 2007 14:15:48 +0000 (+0000) Subject: Merege from stable. New strings for xml import error messages. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fe219f8d7695cddb0b7f6311b15b1896283ad4fa;p=moodle.git Merege from stable. New strings for xml import error messages. --- diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index 14383a4511..4e70e79fad 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -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!';