]> git.mjollnir.org Git - moodle.git/commitdiff
Initial checkin of language for the quiz_results block.
authordefacer <defacer>
Wed, 26 Jan 2005 00:29:42 +0000 (00:29 +0000)
committerdefacer <defacer>
Wed, 26 Jan 2005 00:29:42 +0000 (00:29 +0000)
lang/en/block_quiz_results.php [new file with mode: 0644]

diff --git a/lang/en/block_quiz_results.php b/lang/en/block_quiz_results.php
new file mode 100644 (file)
index 0000000..1176b75
--- /dev/null
@@ -0,0 +1,15 @@
+<?php // $Id$
+
+$string['bestgrades'] = 'The $a highest grades:';
+$string['worstgrades'] = 'The $a lowest grades:';
+$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)?';
+$string['config_show_worst'] = 'How many of the lowest grades should be shown (0 to disable)?';
+$string['config_use_groups'] = 'Show groups instead of students (only if the quiz supports groups)?';
+$string['config_grade_format'] = 'Display grades as:';
+$string['config_format_percentage'] = 'Percentages';
+$string['config_format_fraction'] = 'Fractions';
+$string['config_format_absolute'] = 'Absolute numbers';
+
+?>
\ No newline at end of file