]> git.mjollnir.org Git - moodle.git/commitdiff
More language strings for the quiz_results block. I think that will be all.
authordefacer <defacer>
Wed, 26 Jan 2005 22:23:39 +0000 (22:23 +0000)
committerdefacer <defacer>
Wed, 26 Jan 2005 22:23:39 +0000 (22:23 +0000)
lang/en/block_quiz_results.php

index 1176b75ebd27de8bdefe6fff0960c947b5c9f483..d6f6f8a5bccfa1b3db166769853f7b7cc429b98e 100644 (file)
@@ -1,7 +1,9 @@
 <?php // $Id$
 
 $string['bestgrades'] = 'The $a highest grades:';
+$string['bestgroupgrades'] = 'The $a groups with the highest average:';
 $string['worstgrades'] = 'The $a lowest grades:';
+$string['worstgroupgrades'] = 'The $a groups with the lowest average:';
 $string['formaltitle'] = 'Quiz Results';
 $string['config_select_quiz'] = 'Which quiz should this block display results from?';
 $string['config_show_best'] = 'How many of the highest grades should be shown (0 to disable)?';
@@ -11,5 +13,8 @@ $string['config_grade_format'] = 'Display grades as:';
 $string['config_format_percentage'] = 'Percentages';
 $string['config_format_fraction'] = 'Fractions';
 $string['config_format_absolute'] = 'Absolute numbers';
+$string['error_emptyquizid'] = 'There is an error right now with this block: you need to select which quiz it should display results from.';
+$string['error_emptyquizrecord'] = 'There is an error right now with this block: the selected quiz does not seem to exist in the database.';
+$string['error_nogroupsexist'] = 'There is an error right now with this block: it is set to display grades in group mode, but the course has no defined groups.';
 
 ?>
\ No newline at end of file