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 <ah@bitkollektiv.org>. 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://www.dokuwiki.org/template:vector 24 * @link http://www.dokuwiki.org/config:lang 25 * @link http://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["vector_discuss"] = "Gebruik discussie pagina's en tabs?"; 36$lang["vector_discuss_ns"] = "Indien ja, gebruik de volgende ':namespace:' als root voor discussies:"; 37 38//site notice 39$lang["vector_sitenotice"] = "Toon notificatie door de gehele site?"; 40$lang["vector_sitenotice_location"] = "Indien ja, gebruik de volgende wiki pagina als notificatie:"; 41 42//navigation 43$lang["vector_navigation"] = "Toon navigatie?"; 44$lang["vector_navigation_location"] = "Indien ja, gebruik de volgende wiki pagina als navigatie:"; 45 46//exportbox ("print/export") 47$lang["vector_exportbox"] = "Toon 'Afdrukken/exporteren' box?"; 48$lang["vector_exportbox_default"] = "Indien ja, gebruik de standaard 'Afdrukken/exporteren' box?"; 49$lang["vector_exportbox_location"] = "Indien niet standaard, gebruik de volgende wikipagina als 'Afdrukken/exporteren' box locatie:"; 50 51//toolbox 52$lang["vector_toolbox"] = "Toon hulpmiddelen?"; 53$lang["vector_toolbox_default"] = "Indien ja, gebruik de standaard hulpmiddelen?"; 54$lang["vector_toolbox_location"] = "Indien niet standaard, gebruik de volgende wikipagina als 'hulpmiddelen' locatie:"; 55 56//custom copyright notice 57$lang["vector_copyright"] = "Toon copyright notificatie?"; 58$lang["vector_copyright_default"] = "Indien ja, gebruik de standaard copyright notificatie?"; 59$lang["vector_copyright_location"] = "Wanneer de standaard niet gebruikt wordt, gebruik de volgende wiki pagina als copyright notificatie:"; 60 61//donation link/button 62$lang["vector_donate"] = "Toon donatie button?"; 63$lang["vector_donate_default"] = "Indien ja, gebruik de standaard donatie URL?"; 64$lang["vector_donate_url"] = "Indien niet standaard, 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