$string['cannotinsertitem'] = 'Unable to insert dataset item $a[0] with $a[1] for $a[2]';
$string['cannotinsert'] = 'Error: Unable to insert dataset item';
$string['cannotinsertquestion'] = 'Could not insert new question!';
+$string['cannotinsertquestioncatecontext'] = 'Could not insert the new question category $a[0] illegal contextid $a[1]';
+$string['cannotinsertquestioncate'] = 'Could not insert the new question category: $a';
$string['cannotgetdsforquestion'] = 'Cannot get the specified dataset for a calculated question! (question: {$a})';
$string['cannotgetdsfordependent'] = 'Cannot get the specified dataset for a dataset dependent question! (question: {$a[0]}, datasetitem: {a[1]})';
$string['cannotretrieveqcat'] = 'Could retrieve question category';
+$string['cannotupdatecount'] = 'Error: Unable to update itemcount';
+$string['cannotupdatecate'] = 'Could not update the category $a';
+$string['cannotmovecate'] = 'Cannot move the category '$newname'. It is the last in this context.';
+$string['cannotupdatesubcate'] = 'Could not update a child category!';
$string['cannotupdaterandomqname'] = 'Could not update random question name';
$string['cannotupdateitem'] = 'Error: Unable to update dataset item';
-$string['cannotupdatecount'] = 'Error: Unable to update itemcount';
$string['cannotupdatequestion'] = 'Could not update question!';
$string['cannotupdatequestionver'] = 'Could not update question version field';
$string['cannotsavequiz'] = 'Failed to save the current quiz attempt!';