From: dongsheng Date: Wed, 21 May 2008 06:05:13 +0000 (+0000) Subject: "MDL-14129, add new lang string" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c5d0eaa9afecd924d720fbc0b206d144eb68db68;p=moodle.git "MDL-14129, add new lang string" --- diff --git a/lang/en_utf8/question.php b/lang/en_utf8/question.php index 04ef408df5..9df05363fd 100644 --- a/lang/en_utf8/question.php +++ b/lang/en_utf8/question.php @@ -11,12 +11,17 @@ $string['cannotcreaterelation'] = 'Unable to create relation to dataset $a[0] $a $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!';