]> git.mjollnir.org Git - moodle.git/commitdiff
Warning strings for missing questions or question types. Misprint in string name...
authorgustav_delius <gustav_delius>
Sun, 30 Apr 2006 17:33:30 +0000 (17:33 +0000)
committergustav_delius <gustav_delius>
Sun, 30 Apr 2006 17:33:30 +0000 (17:33 +0000)
lang/en_utf8/quiz.php

index ace0559e2b14595ca0cab659f1f264b1c620891e..87a56913c6181f607e21e135e11b2f506b1939c8 100644 (file)
@@ -335,8 +335,9 @@ $string['publishedit'] = 'You must have permission in the publishing course to a
 $string['qti'] = 'IMS QTI format';
 $string['qti2'] = 'IMS QTI 2.0 format';
 $string['question'] = 'Question';
-$string['questincats'] = 'Question Categories';
+$string['questioncats'] = 'Question Categories';
 $string['questionsinclhidden'] = 'Questions (including hidden)';
+$string['questiondeleted'] = 'This question has been deleted. Please contact your teacher';
 $string['questioninuse'] = 'The question \'$a->questionname\' is currently being used in: <br />$a->quiznames<br />The question will not be deleted from these quizzes but only from the category list.';
 $string['questionname'] = 'Question name';
 $string['questionnametoolong'] = 'Question name too long at line $a (255 char. max). It has been truncated.';
@@ -489,6 +490,7 @@ $string['usedcategorymoved'] = 'This category has been preserved and moved to th
 $string['validate'] = 'Validate';
 $string['viewallanswers'] = 'View $a quiz attempts';
 $string['viewallreports'] = 'View reports for $a attempts';
+$string['warningmissingtype'] = '<p><b>This question is of a type that has not been installed on your Moodle yet.<br />Please alert your Moodle administrator.</b></p>';
 $string['warningsdetected'] = '$a warning(s) detected';
 $string['wheregrade'] = 'Where\'s my grade?';
 $string['webct'] = 'WebCT format';