MDL-14763 new lang strings and MDL-17134

This commit is contained in:
pichetp 2008-11-10 19:47:49 +00:00
parent d7d8d7e962
commit 665e82f8f8
2 changed files with 18 additions and 9 deletions

View file

@ -1,11 +1,20 @@
<?php
$string['addingmultianswer'] = 'Adding an Embedded answers (Cloze)';
$string['correctanswer'] = 'Correct Answer';
$string['correctanswerandfeedback'] = 'Correct Answer and Feedback';
$string['decodeverifyquestiontext'] = 'Decode and Verify the Question Text';
$string['editingmultianswer'] = 'Editing an Embedded answers (Cloze)';
$string['layout'] = 'Layout';
$string['layoutselectinline'] = 'Dropdown menu in-line in the text';
$string['layouthorizontal'] = 'Horizontal row of radio-buttons';
$string['layoutundefined'] = 'Undefined layout';
$string['layoutvertical'] = 'Vertical column of radio buttons';
$string['multianswer'] = 'Embedded answers (Cloze)';
$string['nooptionsforsubquestion'] = 'Unable to get options for question part # $a->sub (question->id={$a->id})';
$string['noquestions'] = 'The Cloze(multianswer) question \"<strong>$a</strong>\" does not contain any question ';
$string['questionnotfound'] = 'Unable to find question of question part #$a';
$string['qtypenotrecognized'] = 'questiontype $a not recognized';
$string['questionnotfound'] = 'Unable to find question of question part #$a';
$string['questionsmissing'] = 'No valid questions, create at least one question ';
$string['questiondefinition'] = 'Question definition';
$string['unknownquestiontypeofsubquestion'] = 'Unknown question type: $a->type of question part # $a->sub';
?>