Skip to content

Commit

Permalink
"MDL-14129, add new lang string"
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsheng committed May 20, 2008
1 parent 2471ef8 commit 1773d04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lang/en_utf8/question.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
$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';
Expand Down Expand Up @@ -55,6 +57,7 @@
$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.';
Expand Down

0 comments on commit 1773d04

Please sign in to comment.