]> git.mjollnir.org Git - moodle.git/commitdiff
translated by Koen Roggemans
authorkoenr <koenr>
Wed, 8 Oct 2003 21:18:10 +0000 (21:18 +0000)
committerkoenr <koenr>
Wed, 8 Oct 2003 21:18:10 +0000 (21:18 +0000)
lang/nl/docs/files.php [new file with mode: 0644]

diff --git a/lang/nl/docs/files.php b/lang/nl/docs/files.php
new file mode 100644 (file)
index 0000000..a035564
--- /dev/null
@@ -0,0 +1,31 @@
+<?php // $Id$
+      // Names of the documentation files
+      // Files with a definition "-" are treated as spacers
+
+$string['-about'] = "Over Moodle";
+$string['intro.html'] = "Inleiding";
+$string['background.html'] = "Achtergrond";
+$string['philosophy.html'] = "Filosofie";
+$string['licence.html'] = "Licentie";
+$string['features.html'] = "Mogelijkheden";
+$string['release.html'] = "Release Notes";
+$string['future.html'] = "Toekomst";
+$string['credits.html'] = "Kredieten";
+
+$string['-installation'] = "Beheer";
+$string['install.html'] = "Installatie";
+$string['faq.html'] = "Installatie FAQ";
+$string['installamp.html'] = "Apache, MySQL, PHP";
+$string['upgrade.html'] = "Upgraden";
+
+$string['-usage'] = "Moodle Gebruiken";
+$string['teacher.html'] = "Lerarenhandleiding";
+$string['other.html'] = "Andere documenten";
+
+$string['-development'] = "Ontwikkeling";
+$string['developer.html'] = "Ontwikkelaarshandleiding";
+$string['coding.html'] = "Code Gids";
+$string['cvs.html'] = "CVS Gebruiken";
+
+
+?>
\ No newline at end of file