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). 13 * 14 * Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>. 15 * Thanks! :-D 16 * 17 * 18 * LICENSE: This file is open source software (OSS) and may be copied under 19 * certain conditions. See COPYING file for details or try to contact 20 * the author(s) of this file in doubt. 21 * 22 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html) 23 * @author Theo Klein 24 * @link https://www.dokuwiki.org/template:vector 25 * @link https://www.dokuwiki.org/config:lang 26 * @link https://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_url"] = "Gebruik de volgende URL voor donaties:"; 65 66//TOC 67$lang["vector_toc_position"] = "Positionering van de inhoudopgave"; 68 69//other stuff 70$lang["vector_breadcrumbs_position"] = "Positie van broodkruimel navigatie (indien ingeschakeld):"; 71$lang["vector_youarehere_position"] = "Positie van 'U bent hier' navigatie (indien ingeschakeld):"; 72$lang["vector_cite_author"] = "Naam van de auteur in 'Citeer dit artikel':"; 73$lang["vector_loaduserjs"] = "Laad 'vector/user/user.js'?"; 74