]> git.mjollnir.org Git - moodle.git/commitdiff
missing strings
authorkoenr <koenr>
Wed, 26 Jan 2005 15:08:38 +0000 (15:08 +0000)
committerkoenr <koenr>
Wed, 26 Jan 2005 15:08:38 +0000 (15:08 +0000)
lang/nl/block_quiz_results.php [new file with mode: 0644]

diff --git a/lang/nl/block_quiz_results.php b/lang/nl/block_quiz_results.php
new file mode 100644 (file)
index 0000000..0792648
--- /dev/null
@@ -0,0 +1,16 @@
+<?PHP // $Id$ 
+      // block_quiz_results.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005012501)
+
+
+$string['bestgrades'] = 'De $a hoogste cijfers';
+$string['config_format_absolute'] = 'Absolute cijfers';
+$string['config_format_percentage'] = 'Percentages';
+$string['config_grade_format'] = 'Toon cijfers als:';
+$string['config_select_quiz'] = 'Van welke test wil je dat dit blok de resultaten toont?';
+$string['config_show_best'] = 'Hoeveel van de hoogste cijfers moeten getoond worden (0 om uit te schakelen)?';
+$string['config_show_worst'] = 'Hoeveel van de laagste cijfers moeten getoond worden (0 om uit te schakelen)?';
+$string['config_use_groups'] = 'Toon groepen in plaats van leerlingen (alleen als de test groepen ondersteund)?';
+$string['formaltitle'] = 'Testresultaten';
+$string['worstgrades'] = 'De $a laagste cijfers';
+
+?>