1<?php 2 3/** 4 * Dutch language for the Config Manager 5 * 6 * If your language is not/only partially translated or you found an error/typo, 7 * have a look at the following files: 8 * - /lib/tpl/mnml-blog/lang/<your lang>/lang.php 9 * - /lib/tpl/mnml-blog/lang/<your lang>/settings.php 10 * If they are not existing, copy and translate the English ones. 11 * 12 * Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>. 13 * Thanks! :-D 14 * 15 * 16 * LICENSE: This file is open source software (OSS) and may be copied under 17 * certain conditions. See COPYING file for details or try to contact 18 * the author(s) of this file in doubt. 19 * 20 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html) 21 * @author Hugo Smet 22 * @link https://www.dokuwiki.org/template:mnml-blog 23 * @link https://www.dokuwiki.org/config:lang 24 * @link https://www.dokuwiki.org/devel:configuration 25 */ 26 27 28//check if we are running within the DokuWiki environment 29if (!defined("DOKU_INC")){ 30 die(); 31} 32 33//header navigation 34$lang["mnmlblog_headernav"] = "Toon selectiebalk in hoofding?"; 35$lang["mnmlblog_headernav_location"] = "Indien ja, gebruik volgende wiki pagina als hoofding selectiebalk:"; 36 37//sidebar navigation 38$lang["mnmlblog_sidebarnav"] = "Toon selectiebalk langs de zijkant?"; 39$lang["mnmlblog_sidebarnav_location"] = "Indien ja, gebruik volgende wiki pagina als selectiebalk aan de zijkant:"; 40 41//custom copyright notice 42$lang["mnmlblog_copyright"] = "Copyright tonen?"; 43$lang["mnmlblog_copyright_default"] = "Indien ja, gebruik de verstek waarde voor de copyright?"; 44$lang["mnmlblog_copyright_location"] = "Indien niet, gebruik volgende wiki pagina als copyright:"; 45 46//search form 47$lang["mnmlblog_search"] = "Zoek functie tonen?"; 48$lang["mnmlblog_search_pos"] = "Indien ja, welke positie"; 49 50//qr code box 51$lang["mnmlblog_qrcodebox"] = "Toon QR Code van de URL van de huidige wiki pagina (om makkelijk URL op mobieltje te activeren)?"; 52 53//other stuff 54$lang["mnmlblog_newpostform_location"] = "Gebruik volgende wiki pagina voor '<blog newform>' formulier:"; 55$lang["mnmlblog_hideadminlinksfromanon"] = "Verberg alle admin en gebruikers functionaliteit indien de gebruiker niet geauthenticeerd is? Weet dat je het login scherm manueel moet oproepen indien dit actief is (hint: '".DOKU_URL.DOKU_SCRIPT."?do=login')."; 56$lang["mnmlblog_loaduserjs"] = "Laad 'mnml-blog/user/user.js'?"; 57 58