From: gustav_delius Date: Sun, 30 Apr 2006 17:33:30 +0000 (+0000) Subject: Warning strings for missing questions or question types. Misprint in string name... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7d042862c83653102bbc046955d51adf333d172b;p=moodle.git Warning strings for missing questions or question types. Misprint in string name fixed. --- diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index ace0559e2b..87a56913c6 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -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:
$a->quiznames
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'] = '

This question is of a type that has not been installed on your Moodle yet.
Please alert your Moodle administrator.

'; $string['warningsdetected'] = '$a warning(s) detected'; $string['wheregrade'] = 'Where\'s my grade?'; $string['webct'] = 'WebCT format';