]> git.mjollnir.org Git - moodle.git/commitdiff
initial translation by Koen Roggemans
authorkoenr <koenr>
Wed, 2 Jun 2004 21:01:10 +0000 (21:01 +0000)
committerkoenr <koenr>
Wed, 2 Jun 2004 21:01:10 +0000 (21:01 +0000)
lang/nl/activitynames.php [new file with mode: 0644]
lang/nl/block_course_list.php [new file with mode: 0644]

diff --git a/lang/nl/activitynames.php b/lang/nl/activitynames.php
new file mode 100644 (file)
index 0000000..bd5bb61
--- /dev/null
@@ -0,0 +1,7 @@
+<?PHP // $Id$ 
+      // activitynames.php - created with Moodle 1.3 - (2004052400)
+
+
+$string['filtername'] = 'Automatisch linken van activiteiten';
+
+?>
diff --git a/lang/nl/block_course_list.php b/lang/nl/block_course_list.php
new file mode 100644 (file)
index 0000000..39b4faa
--- /dev/null
@@ -0,0 +1,10 @@
+<?PHP // $Id$ 
+      // block_course_list.php - created with Moodle 1.4 development (2004060100)
+
+
+$string['allcourses'] = 'Beheerder ziet alle vakken';
+$string['blockname'] = 'Vakkenlijst';
+$string['configadminview'] = ' ';
+$string['owncourses'] = 'Beheerder ziet eigen vakken';
+
+?>