$string['unknownquestiontype'] = 'Unknown question type: $a.';
$string['unknowntolerance'] = 'Unknown tolerance type $a';
$string['unpublished'] = 'unshared';
+$string['upgradeproblemcategoryloop'] = 'Problem detected when upgrading question categories. There is a loop in the category tree. The affected category ids are $a.';
+$string['upgradeproblemcouldnotupdatecategory'] = 'Could not update question category $a->name ($a->id).';
+$string['upgradeproblemunknowncategory'] = 'Problem detected when upgrading question categories. Category $a->id refers to parent $a->parent, which does not exist. Parent changed to fix problem.';
$string['yourfileshoulddownload'] = 'Your export file should start to download shortly. If not, please <a href=\"$a\">click here</a>.';
$string['wrongprefix'] = 'Wrongly formatted nameprefix $a';
?>