$string['byandon'] = 'by <em>$a->user</em> on <em>$a->time</em>';
$string['cannotinsert'] = 'Could not insert entry in question_sessions';
$string['cannotcreate'] = 'Could not create new entry in question_attempts table';
+$string['cannotcreatedataset'] = 'Unable to create dataset $a';
+$string['cannotcreaterelation'] = 'Unable to create relation to dataset $a[0] $a[1]';
+$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['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['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!';
$string['categorydoesnotexist'] = 'This category does not exist';
$string['categorycurrent'] = 'Current Category';
$string['defaultfor'] = 'Default for $a';
$string['defaultinfofor'] = 'The default category for questions shared in context \'$a\'.';
$string['deletecoursecategorywithquestions'] = 'There are questions in the question bank associated with this course category. If you proceed, they will be deleted. You may wish to move them first, using the question bank interface.';
+$string['disterror'] = 'The distribution $a caused problems';
$string['donothing']= 'Don\'t copy or move files or change links.';
$string['editingcategory'] = 'Editing a category';
$string['editingquestion'] = 'Editing a question';
$string['getcontextfromfile'] = 'Get context from file';
$string['ignorebroken'] = 'Ignore broken links';
$string['invalidcontextinhasanyquestions'] = 'Invalid context passed to question_context_has_any_questions.';
+$string['invalidwizardpage'] = 'Incorrect or no wizard page specified!';
$string['linkedfiledoesntexist'] = 'Linked file $a doesn\'t exist';
$string['makechildof'] = "Make Child of '\$a'";
$string['maketoplevelitem'] = 'Move to top level';
$string['missingoption'] = 'The cloze question $a is missing its options';
$string['missingimportantcode'] = 'This question type is missing important code: $a.';
+$string['missingcourseorcmid'] = 'Need to provide courseid or cmid to print_question.';
$string['modified'] = 'Last saved';
$string['move']= 'Move from $a and change links.';
$string['movecategory']= 'Move Category';
$string['noprobs'] = 'No problems found in your question database.';
$string['notenoughdatatoeditaquestion'] = 'Neither a question id, nor a category id and question type, was specified.';
$string['notenoughdatatomovequestions'] = 'You need to provide the question ids of questions you want to move.';
+$string['novirtualquestion'] = 'No virtual question type for question type $a';
$string['permissionedit'] = 'Edit this question';
$string['permissionmove'] = 'Move this question';
$string['permissionsaveasnew'] = 'Save this as a new question';
$string['tofilecontext'] = 'Write context to file';
$string['unknown'] = 'Unknown';
$string['unknownquestiontype'] = 'Unknown question type: $a.';
+$string['unknowntolerance'] = 'Unknown tolerance type $a';
$string['unpublished'] = 'unshared';
+$string['wrongprefix'] = 'Wrongly formatted nameprefix $a';
?>