1<?php
2
3/**
4 * Dutch language for the Config Manager
5 * by Theo Klein (16/02/2010)
6 *
7 * If your language is not/only partially translated or you found an error/typo,
8 * have a look at the following files:
9 * - /lib/tpl/monobook/lang/<your lang>/lang.php
10 * - /lib/tpl/monobook/lang/<your lang>/settings.php
11 * If they are not existing, copy and translate the English ones.
12 *
13 * Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>.
14 * Thanks! :-D
15 *
16 *
17 * LICENSE: This file is open source software (OSS) and may be copied under
18 *          certain conditions. See COPYING file for details or try to contact
19 *          the author(s) of this file in doubt.
20 *
21 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
22 * @author Theo Klein
23 * @link https://www.dokuwiki.org/template:monobook
24 * @link https://www.dokuwiki.org/config:lang
25 * @link https://www.dokuwiki.org/devel:configuration
26 */
27
28
29//check if we are running within the DokuWiki environment
30if (!defined("DOKU_INC")){
31    die();
32}
33
34//discussion pages
35$lang["monobook_discuss"]    = "Gebruik discussie pagina's en tabs?";
36$lang["monobook_discuss_ns"] = "Indien ja, gebruik de volgende ':namespace:' als root voor discussies:";
37
38//site notice
39$lang["monobook_sitenotice"]          = "Toon notificatie door de gehele site?";
40$lang["monobook_sitenotice_location"] = "Indien ja, gebruik de volgende wiki pagina als notificatie:";
41
42//navigation
43$lang["monobook_navigation"]          = "Toon navigatie?";
44$lang["monobook_navigation_location"] = "Indien ja, gebruik de volgende wiki pagina als navigatie:";
45
46//custom copyright notice
47$lang["monobook_copyright"]          = "Toon copyright notificatie?";
48$lang["monobook_copyright_default"]  = "Indien ja, gebruik de standaard copyright notificatie?";
49$lang["monobook_copyright_location"] = "Wanneer de standaard niet gebruikt wordt, gebruik de volgende wiki pagina als copyright notificatie:";
50
51//search form
52$lang["monobook_search"] = "Toon zoek veld?";
53
54//toolbox
55$lang["monobook_toolbox"]               = "Toon gereedschappen?";
56$lang["monobook_toolbox_default"]       = "Indien ja, gebruik maken van de standaard gereedschappen?";
57$lang["monobook_toolbox_default_print"] = "Indien de standaard gebruikt wordt, toon een link naar de printbare versie?";
58$lang["monobook_toolbox_location"]      = "Indien niet de standaard gereedschappen gebruikt worden, wordt deze wiki pagina gebruikt:";
59
60//donation link/button
61$lang["monobook_donate"]          = "Toon donatie link/knop?";
62$lang["monobook_donate_url"]      = "Indien niet standaard, gebruik de volgende URL voor donaties:";
63
64//other stuff
65$lang["monobook_breadcrumbs_position"]  = "Positie van broodkruimel navigatie (indien ingeschakeld):";
66$lang["monobook_youarehere_position"]   = "Positie van 'U bent hier' navigatie (indien ingeschakeld):";
67$lang["monobook_cite_author"]           = "Naam van de auteur in 'Citeer dit artikel':";
68$lang["monobook_loaduserjs"]            = "Laad 'monobook/user/user.js'?";
69
70