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