xref: /template/wikiweko/lang/nl/settings.php (revision 9ee1331858b4b6e7e7b54edd69a13b39af2bfd65)
1<?php
2
3/**
4 * Dutch language for the Config Manager
5 * by Theo Klein (14/06/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/vector/lang/<your lang>/lang.php"
10 * - "/lib/tpl/vector/lang/<your lang>/settings.php"
11 * If they are not existing, copy and translate the English ones (hint: looking
12 * at <http://[your lang].wikipedia.org> might be helpful). And don't forget to
13 * mail the translation to me,
14 * Andreas Haerter <development@andreas-haerter.com>. 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 http://andreas-haerter.com/projects/dokuwiki-template-vector
24 * @link http://www.dokuwiki.org/template:vector
25 * @link http://www.dokuwiki.org/config:lang
26 * @link http://www.dokuwiki.org/devel:configuration
27 */
28
29
30//check if we are running within the DokuWiki environment
31if (!defined("DOKU_INC")){
32    die();
33}
34
35//discussion pages
36$lang["vector_discuss"]    = "Gebruik discussie pagina's en tabs?";
37$lang["vector_discuss_ns"] = "Indien ja, gebruik de volgende ':namespace:' als root voor discussies:";
38
39//site notice
40$lang["vector_sitenotice"]          = "Toon notificatie door de gehele site?";
41$lang["vector_sitenotice_location"] = "Indien ja, gebruik de volgende wiki pagina als notificatie:";
42
43//navigation
44$lang["vector_navigation"]          = "Toon navigatie?";
45$lang["vector_navigation_location"] = "Indien ja, gebruik de volgende wiki pagina als navigatie:";
46
47//exportbox ("print/export")
48$lang["vector_exportbox"]          = "Toon 'Afdrukken/exporteren' box?";
49$lang["vector_exportbox_default"]  = "Indien ja, gebruik de standaard 'Afdrukken/exporteren' box?";
50$lang["vector_exportbox_location"] = "Indien niet standaard, gebruik de volgende wikipagina als 'Afdrukken/exporteren' box locatie:";
51
52//toolbox
53$lang["vector_toolbox"]          = "Toon hulpmiddelen?";
54$lang["vector_toolbox_default"]  = "Indien ja, gebruik de standaard hulpmiddelen?";
55$lang["vector_toolbox_location"] = "Indien niet standaard, gebruik de volgende wikipagina als 'hulpmiddelen' locatie:";
56
57//custom copyright notice
58$lang["vector_copyright"]          = "Toon copyright notificatie?";
59$lang["vector_copyright_default"]  = "Indien ja, gebruik de standaard copyright notificatie?";
60$lang["vector_copyright_location"] = "Wanneer de standaard niet gebruikt wordt, gebruik de volgende wiki pagina als copyright notificatie:";
61
62//donation link/button
63$lang["vector_donate"]          = "Toon donatie button?";
64$lang["vector_donate_default"]  = "Indien ja, gebruik de standaard donatie URL?";
65$lang["vector_donate_url"]      = "Indien niet standaard, gebruik de volgende URL voor donaties:";
66
67//TOC
68$lang["vector_toc_position"] = "Positionering van de inhoudopgave";
69
70//other stuff
71$lang["vector_mediamanager_embedded"] = "Toon de mediamanger geintegreerd in de normale layout?";
72$lang["vector_breadcrumbs_position"]  = "Positie van broodkruimel navigatie (indien ingeschakeld):";
73$lang["vector_youarehere_position"]   = "Positie van 'U bent hier' navigatie (indien ingeschakeld):";
74$lang["vector_cite_author"]           = "Naam van de auteur in 'Citeer dit artikel':";
75$lang["vector_loaduserjs"]            = "Laad 'vector/user/user.js'?";
76