]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-14129, add new lang string"
authordongsheng <dongsheng>
Wed, 21 May 2008 05:08:29 +0000 (05:08 +0000)
committerdongsheng <dongsheng>
Wed, 21 May 2008 05:08:29 +0000 (05:08 +0000)
lang/en_utf8/question.php

index 4c34da5c45ae9f42a58a2017622edd1782c13f87..04ef408df57c001b72c2faef5592749288d7fd54 100644 (file)
@@ -6,8 +6,19 @@ $string['broken'] = 'This is a \"broken link\", it points to a nonexistent file.
 $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';
@@ -32,6 +43,7 @@ $string['createdmodifiedheader'] = 'Created / Last Saved';
 $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';
@@ -54,11 +66,13 @@ $string['getcategoryfromfile'] = 'Get category from file';
 $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';
@@ -77,6 +91,7 @@ $string['nopermissionadd'] = 'You don\'t have permission to add questions here.'
 $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';
@@ -96,5 +111,7 @@ $string['tofilecategory'] = 'Write category to file';
 $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';
 ?>