]> git.mjollnir.org Git - moodle.git/commitdiff
string nl translations for search block
authordiml <diml>
Sun, 7 Oct 2007 19:40:47 +0000 (19:40 +0000)
committerdiml <diml>
Sun, 7 Oct 2007 19:40:47 +0000 (19:40 +0000)
blocks/search/lang/nl_utf8/block_search.php [new file with mode: 0644]
blocks/search/lang/nl_utf8/search.php [new file with mode: 0644]

diff --git a/blocks/search/lang/nl_utf8/block_search.php b/blocks/search/lang/nl_utf8/block_search.php
new file mode 100644 (file)
index 0000000..8342fa6
--- /dev/null
@@ -0,0 +1,14 @@
+<?
+$string['blockname'] = 'Globaal zoeken';
+$string['configbuttonlabel'] = 'Tekst op de knop';
+$string['configenablefileindexing'] = 'Indexeren van bestanden aan';
+$string['configfiletypes'] = 'Bestandsformaten die doorzocht moeten worden';
+$string['configlimitindexbody'] = 'Geindexeerde body-grootte limiet';
+$string['configpdftotextcmd'] = 'Pad naar commando pdftotext';
+$string['configwordtotextcmd'] = 'Pad naar commando doctotext';
+$string['configwordtotextenv'] = 'Environment instelling voor de MSWord converter';
+$string['configsearchtext'] = 'Zoektekst';
+$string['go'] = 'Zoek!';
+$string['bytes'] = ' bytes (0 staat voor ongelimiteerd)';
+$string['searchmoodle'] = 'Zoek in Moodle';
+?>
diff --git a/blocks/search/lang/nl_utf8/search.php b/blocks/search/lang/nl_utf8/search.php
new file mode 100644 (file)
index 0000000..146a92a
--- /dev/null
@@ -0,0 +1,4 @@
+<?
+$string['searchmoodle'] = 'Zoek in Moodle';
+$string['go'] = 'Zoek!';
+?>