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

index aec638588808a4b31c82a69908ceef6f2ad6b04a..4c34da5c45ae9f42a58a2017622edd1782c13f87 100644 (file)
@@ -6,6 +6,8 @@ $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['cannotretrieveqcat'] = 'Could retrieve question category';
+$string['cannotupdaterandomqname'] = 'Could not update random question name';
 $string['cannotsavequiz'] = 'Failed to save the current quiz attempt!';
 $string['categorydoesnotexist'] = 'This category does not exist';
 $string['categorycurrent'] = 'Current Category';
@@ -55,6 +57,7 @@ $string['invalidcontextinhasanyquestions'] = 'Invalid context passed to question
 $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['modified'] = 'Last saved';
 $string['move']= 'Move from $a and change links.';