From fe219f8d7695cddb0b7f6311b15b1896283ad4fa Mon Sep 17 00:00:00 2001
From: thepurpleblob <thepurpleblob>
Date: Tue, 8 May 2007 14:15:48 +0000
Subject: [PATCH] Merege from stable. New strings for xml import error
 messages.

---
 lang/en_utf8/quiz.php | 2 ++
 1 file changed, 2 insertions(+)

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!';
-- 
2.39.5