/lang.php * - /lib/tpl/monobook/lang//settings.php * If they are not existing, copy and translate the English ones. * * Don't forget to mail your translation to ARSAVA . * Thanks! :-D * * * LICENSE: This file is open source software (OSS) and may be copied under * certain conditions. See COPYING file for details or try to contact * the author(s) of this file in doubt. * * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html) * @author Theo Klein * @link https://www.dokuwiki.org/template:monobook * @link https://www.dokuwiki.org/config:lang * @link https://www.dokuwiki.org/devel:configuration */ //check if we are running within the DokuWiki environment if (!defined("DOKU_INC")){ die(); } //tabs $lang["monobook_tab_article"] = "Artikel"; $lang["monobook_tab_discussion"] = "Discussie"; $lang["monobook_tab_userpage"] = "Gebruikers Pagina"; $lang["monobook_tab_specialpage"] = "Speciale Pagina's"; $lang["monobook_tab_mytalk"] = "Mijn overleg"; $lang["monobook_tab_exportodt"] = "Exporteer: ODT"; $lang["monobook_tab_exportpdf"] = "Exporteer: PDF"; //headlines for the different bars $lang["monobook_bar_views"] = "Views"; $lang["monobook_bar_personnaltools"] = "Persoonlijke gereedschappen"; $lang["monobook_bar_navigation"] = "Navigatie"; $lang["monobook_bar_toolbox"] = "Gereedschappen"; $lang["monobook_bar_inotherlanguages"] = "In andere talen"; $lang["monobook_bar_search"] = "Zoek"; //buttons $lang["monobook_btn_go"] = "Ga naar"; $lang["monobook_btn_search"] = "Zoek"; //default toolbox $lang["monobook_toolbxdef_whatlinkshere"] = "Links naar deze pagina"; $lang["monobook_toolbxdef_upload"] = "Upload bestand"; $lang["monobook_toolbxdef_siteindex"] = "Index pagina"; $lang["monobook_toolbxdef_print"] = "Printversie"; $lang["monobook_toolboxdef_permanent"] = "Permanente link"; $lang["monobook_toolboxdef_cite"] = "Deze pagina citeren"; //cite this article $lang["monobook_cite_bibdetailsfor"] = "Bibliografische details voor"; $lang["monobook_cite_pagename"] = "Page naam"; $lang["monobook_cite_author"] = "Auteur"; $lang["monobook_cite_publisher"] = "Uitgever"; $lang["monobook_cite_dateofrev"] = "Datum van deze revisie"; $lang["monobook_cite_dateretrieved"] = "Opgehaald op"; $lang["monobook_cite_permurl"] = "Permanente URL"; $lang["monobook_cite_pageversionid"] = "Pagina Versie ID"; $lang["monobook_cite_citationstyles"] = "Stylen om te verwijzen naar"; $lang["monobook_cite_checkstandards"] = "Vergeet niet uw eigen normen of richtlijnen te controleren voor de exacte zinsbouw die voldoet aan uw behoeften."; $lang["monobook_cite_latexusepackagehint"] = "Bij gebruik van URLs in het LaTeX-pakket geeft deze methode veel mooiere opgemaakte webadressen, hint: zoek naar '\usepackage {url} ' in de handleiding'"; $lang["monobook_cite_retrieved"] = "Opgehaald op"; $lang["monobook_cite_from"] = "van"; $lang["monobook_cite_accessed"] = "Op"; $lang["monobook_cite_cited"] = "Geciteerd"; $lang["monobook_cite_lastvisited"] = "Laatst bezocht op"; $lang["monobook_cite_availableat"] = "Beschikbaar op"; //other $lang["monobook_accessdenied"] = "Toegang gewijgerd"; $lang["monobook_fillplaceholder"] = "Vul dit veld in"; $lang["monobook_donate"] = "Doneer"; $lang["monobook_mdtemplatefordw"] = "monobook template voor DokuWiki"; $lang["monobook_recentchanges"] = "Recent gewijzigd";