From 1773d04294124a9449646b6db382e9628c062fc1 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Tue, 20 May 2008 03:10:21 +0000 Subject: [PATCH] "MDL-14129, add new lang string" --- lang/en_utf8/question.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/en_utf8/question.php b/lang/en_utf8/question.php index aec6385888..4c34da5c45 100644 --- a/lang/en_utf8/question.php +++ b/lang/en_utf8/question.php @@ -6,6 +6,8 @@ $string['broken'] = 'This is a \"broken link\", it points to a nonexistent file. $string['byandon'] = 'by $a->user on $a->time'; $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.'; -- 2.39.5