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 15 * Andreas Haerter <development@andreas-haerter.com> 16 * Thanks :-D. 17 * 18 * 19 * LICENSE: This file is open source software (OSS) and may be copied under 20 * certain conditions. See COPYING file for details or try to contact 21 * the author(s) of this file in doubt. 22 * 23 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html) 24 * @author Theo Klein 25 * @link http://www.dokuwiki.org/template:vector 26 * @link http://www.dokuwiki.org/config:lang 27 * @link http://www.dokuwiki.org/devel:configuration 28 */ 29 30 31//check if we are running within the DokuWiki environment 32if (!defined("DOKU_INC")){ 33 die(); 34} 35 36//discussion pages 37$lang["vector_discuss"] = "Gebruik discussie pagina's en tabs?"; 38$lang["vector_discuss_ns"] = "Indien ja, gebruik de volgende ':namespace:' als root voor discussies:"; 39 40//site notice 41$lang["vector_sitenotice"] = "Toon notificatie door de gehele site?"; 42$lang["vector_sitenotice_location"] = "Indien ja, gebruik de volgende wiki pagina als notificatie:"; 43 44//navigation 45$lang["vector_navigation"] = "Toon navigatie?"; 46$lang["vector_navigation_location"] = "Indien ja, gebruik de volgende wiki pagina als navigatie:"; 47 48//exportbox ("print/export") 49$lang["vector_exportbox"] = "Toon 'Afdrukken/exporteren' box?"; 50$lang["vector_exportbox_default"] = "Indien ja, gebruik de standaard 'Afdrukken/exporteren' box?"; 51$lang["vector_exportbox_location"] = "Indien niet standaard, gebruik de volgende wikipagina als 'Afdrukken/exporteren' box locatie:"; 52 53//toolbox 54$lang["vector_toolbox"] = "Toon hulpmiddelen?"; 55$lang["vector_toolbox_default"] = "Indien ja, gebruik de standaard hulpmiddelen?"; 56$lang["vector_toolbox_location"] = "Indien niet standaard, gebruik de volgende wikipagina als 'hulpmiddelen' locatie:"; 57 58//custom copyright notice 59$lang["vector_copyright"] = "Toon copyright notificatie?"; 60$lang["vector_copyright_default"] = "Indien ja, gebruik de standaard copyright notificatie?"; 61$lang["vector_copyright_location"] = "Wanneer de standaard niet gebruikt wordt, gebruik de volgende wiki pagina als copyright notificatie:"; 62 63//donation link/button 64$lang["vector_donate"] = "Toon donatie button?"; 65$lang["vector_donate_url"] = "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_breadcrumbs_position"] = "Positie van broodkruimel navigatie (indien ingeschakeld):"; 72$lang["vector_youarehere_position"] = "Positie van 'U bent hier' navigatie (indien ingeschakeld):"; 73$lang["vector_cite_author"] = "Naam van de auteur in 'Citeer dit artikel':"; 74$lang["vector_loaduserjs"] = "Laad 'vector/user/user.js'?"; 75