1a54c4b0bSAndreas Gohr<?php 2a54c4b0bSAndreas Gohr/** 3a54c4b0bSAndreas Gohr * dutch language file 4a54c4b0bSAndreas Gohr * 5a54c4b0bSAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6a54c4b0bSAndreas Gohr * @author Pieter van der Meulen <pieter@vdmeulen.net> 7*f25ff31dSAndreas Gohr * @author Wouter Schoot <wouter@schoot.org> 8a54c4b0bSAndreas Gohr */ 9a54c4b0bSAndreas Gohr$lang['menu'] = 'Configuratie instellingen'; 10a54c4b0bSAndreas Gohr$lang['error'] = 'De instellingen zijn niet aangebracht wegens een niet correcte waarde, kijk svp je wijzigingen na en sla dan opnieuw op.<br />Je kunt de incorrecte waarde herkennen aan de rode rand.'; 11a54c4b0bSAndreas Gohr$lang['updated'] = 'Instellingen met succes opgeslagen.'; 12a54c4b0bSAndreas Gohr$lang['nochoice'] = '(geen andere keuzemogelijkheden)'; 13a54c4b0bSAndreas Gohr$lang['locked'] = 'Het bestand met instellinegn kan niet worden gewijzigd. Als dit niet de bedeoeling is, <br />zorg dan dat naam en permissies voor het lokale installingen bestand kloppen.'; 14*f25ff31dSAndreas Gohr$lang['_configuration_manager'] = 'Configuratiie manager'; 15a54c4b0bSAndreas Gohr$lang['_header_dokuwiki'] = 'DokuWiki instellingen'; 16a54c4b0bSAndreas Gohr$lang['_header_plugin'] = 'Plugin instellingen'; 17a54c4b0bSAndreas Gohr$lang['_header_template'] = 'Sjabloon instellingen'; 18a54c4b0bSAndreas Gohr$lang['_header_undefined'] = 'Ongedefinierde instellingen'; 19a54c4b0bSAndreas Gohr$lang['_basic'] = 'Basis instellingen'; 20a54c4b0bSAndreas Gohr$lang['_display'] = 'Beeld instellingen'; 21a54c4b0bSAndreas Gohr$lang['_authentication'] = 'Toegangsverificatie instellingen'; 22a54c4b0bSAndreas Gohr$lang['_anti_spam'] = 'Anti-Spam instellingen'; 23a54c4b0bSAndreas Gohr$lang['_editing'] = 'Pagina-wijzigings instellingen'; 24a54c4b0bSAndreas Gohr$lang['_links'] = 'Link instellingen'; 25a54c4b0bSAndreas Gohr$lang['_media'] = 'Media instellingen'; 26a54c4b0bSAndreas Gohr$lang['_advanced'] = 'Geavanceerde instellingen'; 27a54c4b0bSAndreas Gohr$lang['_network'] = 'Netwerk instellingen'; 28a54c4b0bSAndreas Gohr$lang['_plugin_sufix'] = 'Plugin instellingen'; 29a54c4b0bSAndreas Gohr$lang['_template_sufix'] = 'Sjabloon instellingen'; 30a54c4b0bSAndreas Gohr$lang['_msg_setting_undefined'] = 'Geen metedata voor deze instelling.'; 31a54c4b0bSAndreas Gohr$lang['_msg_setting_no_class'] = 'Geen class voor deze instelling.'; 32a54c4b0bSAndreas Gohr$lang['_msg_setting_no_default'] = 'Geen standaard waarde.'; 33a54c4b0bSAndreas Gohr$lang['fmode'] = 'Bestand aanmaak modus (file creation mode)'; 34a54c4b0bSAndreas Gohr$lang['dmode'] = 'Directory aanmaak modus (directory creation mode)'; 35a54c4b0bSAndreas Gohr$lang['lang'] = 'Taal'; 36a54c4b0bSAndreas Gohr$lang['basedir'] = 'Basis directory'; 37a54c4b0bSAndreas Gohr$lang['baseurl'] = 'Basis URL'; 38a54c4b0bSAndreas Gohr$lang['savedir'] = 'Directory om data op te slaan'; 39a54c4b0bSAndreas Gohr$lang['start'] = 'Start pagina naam'; 40a54c4b0bSAndreas Gohr$lang['title'] = 'Wiki titel'; 41a54c4b0bSAndreas Gohr$lang['template'] = 'Sjabloon'; 42a54c4b0bSAndreas Gohr$lang['fullpath'] = 'Volledig pad van pagina\'s in de footer weergeven'; 43a54c4b0bSAndreas Gohr$lang['recent'] = 'Recente wijzigingen'; 44a54c4b0bSAndreas Gohr$lang['breadcrumbs'] = 'Aantal broodkruimels'; 45a54c4b0bSAndreas Gohr$lang['youarehere'] = 'Hierarchische broodkruimels'; 46a54c4b0bSAndreas Gohr$lang['typography'] = 'Breng typografische wijzigingen aan'; 47a54c4b0bSAndreas Gohr$lang['htmlok'] = 'Embedded HTML toestaan'; 48a54c4b0bSAndreas Gohr$lang['phpok'] = 'Embedded PHP toestaan'; 49a54c4b0bSAndreas Gohr$lang['dformat'] = 'Datum formaat (zie de PHP <a href="http://www.php.net/date">date</a> functie)'; 50a54c4b0bSAndreas Gohr$lang['signature'] = 'Ondertekening'; 51a54c4b0bSAndreas Gohr$lang['toptoclevel'] = 'Bovenste niveau voor inhoudsopgave'; 52a54c4b0bSAndreas Gohr$lang['maxtoclevel'] = 'Laagste niveau voor inhoudsopgave'; 53a54c4b0bSAndreas Gohr$lang['maxseclevel'] = 'Laagste sectiewijzigingsniveau'; 54a54c4b0bSAndreas Gohr$lang['camelcase'] = 'CamelCase gebruiken voor links'; 55a54c4b0bSAndreas Gohr$lang['deaccent'] = 'Paginanamen ontdoen van niet-standaard tekens'; 56a54c4b0bSAndreas Gohr$lang['useheading'] = 'Eerste kopje voor paginanaam gebruiken'; 57a54c4b0bSAndreas Gohr$lang['refcheck'] = 'Controleer verwijzingen naar media'; 58a54c4b0bSAndreas Gohr$lang['refshow'] = 'Aantal te tonen media verwijzigen'; 59a54c4b0bSAndreas Gohr$lang['allowdebug'] = 'Debug toestaan <b>uitzetten indien niet noodzakelijk!</b>'; 60a54c4b0bSAndreas Gohr$lang['usewordblock'] = 'Blokkeer spam op basis van woordenlijst'; 61a54c4b0bSAndreas Gohr$lang['indexdelay'] = 'Uitstel alvorens te indexeren (sec)'; 62a54c4b0bSAndreas Gohr$lang['relnofollow'] = 'Gebruik rel="nofollow" voor externe links'; 63a54c4b0bSAndreas Gohr$lang['mailguard'] = 'Eemail adressen onherkenbaar maken'; 64*f25ff31dSAndreas Gohr$lang['iexssprotect'] = 'Controleer geuploade bestanden voor mogelijk schadelijke JavaScript of HTML code'; 65a54c4b0bSAndreas Gohr$lang['useacl'] = 'Gebruik access control lists'; 66a54c4b0bSAndreas Gohr$lang['autopasswd'] = 'Zelf wachtwoorden genereren'; 67a54c4b0bSAndreas Gohr$lang['authtype'] = 'Authenticatie mechanisme'; 68a54c4b0bSAndreas Gohr$lang['passcrypt'] = 'Wachtwoord encryptie methode'; 69a54c4b0bSAndreas Gohr$lang['defaultgroup'] = 'Standaard groep'; 70*f25ff31dSAndreas Gohr$lang['superuser'] = 'Superuser - een groep of gebruiker met volledige toegang tot alle pagina\'s en functies ongeacht de ACL instellingen'; 71*f25ff31dSAndreas Gohr$lang['manager'] = 'Beheerder - een groep of gebruiker met toegang tot bepaalde beheersfunctionaliteit'; 72a54c4b0bSAndreas Gohr$lang['profileconfirm'] = 'Bevestig profielwijzigingen met wachtwoord'; 73a54c4b0bSAndreas Gohr$lang['disableactions'] = 'Aangevinkte Dokuwiki akties uitschakelen'; 74a54c4b0bSAndreas Gohr$lang['disableactions_check'] = 'Controleer'; 75a54c4b0bSAndreas Gohr$lang['disableactions_subscription'] = 'Inschrijven/opzeggen'; 76a54c4b0bSAndreas Gohr$lang['disableactions_wikicode'] = 'Bron bekijken/exporteer rauw'; 77a54c4b0bSAndreas Gohr$lang['disableactions_other'] = 'Andere akties (gescheiden door komma)'; 78*f25ff31dSAndreas Gohr$lang['sneaky_index'] = 'Met de standaard instellingen zal DokuWiki alle namespaces laten zien in het index overzicht. Het inschakelen van deze optie zorgt ervoor dat de namespaces waar de gebruiker geen lees toegang tot heeft, verborgen worden. Dit kan resulteren in het verbergen of ontoegankelijk maken van bepaalde subnamespaces. Dit kan de index onbruikbaar maken met bepaalde ACL instellingen.'; 79*f25ff31dSAndreas Gohr$lang['auth_security_timeout'] = 'Authenticatie Beveigings Timeout (seconden)'; 80*f25ff31dSAndreas Gohr$lang['updatecheck'] = 'Controleer op nieuwe versies en beveiligingswaarschuwingen? DokuWiki moet hiervoor contact opnemen met splitbrain.org.'; 81a54c4b0bSAndreas Gohr$lang['userewrite'] = 'Gebruik nette URL\'s'; 82a54c4b0bSAndreas Gohr$lang['useslash'] = 'Gebruik slash (/) als scheifing tussen namepaces in URL\'s'; 83a54c4b0bSAndreas Gohr$lang['usedraft'] = 'Sla automatisch een concept op tijdens het wijzigen'; 84a54c4b0bSAndreas Gohr$lang['sepchar'] = 'Pagina naam woordscheiding'; 85a54c4b0bSAndreas Gohr$lang['canonical'] = 'Herleid URL\'s tot hun basisvorm'; 86a54c4b0bSAndreas Gohr$lang['autoplural'] = 'Controleer op meervoudsvormen in links'; 87a54c4b0bSAndreas Gohr$lang['compression'] = 'Compressie methode voor attic bestanden'; 88a54c4b0bSAndreas Gohr$lang['cachetime'] = 'Maximum leeftijd voor cache (sec)'; 89a54c4b0bSAndreas Gohr$lang['locktime'] = 'Maximum leeftijd voor lock bestanden (sec)'; 90a54c4b0bSAndreas Gohr$lang['fetchsize'] = 'Maximum grootte (bytes) die fetch.php mag downloaden van buiten'; 91a54c4b0bSAndreas Gohr$lang['notify'] = 'Stuur email wijzingsbereichten naar dit adres'; 92a54c4b0bSAndreas Gohr$lang['registernotify'] = 'Stuur informatie over nieuw aangemelde gebruikeers naar dit email adres'; 93a54c4b0bSAndreas Gohr$lang['mailfrom'] = 'Email adres voor automatische email'; 94a54c4b0bSAndreas Gohr$lang['gzip_output'] = 'Gebruik gzip Content-Encoding voor xhtml'; 95a54c4b0bSAndreas Gohr$lang['gdlib'] = 'GD Lib versie'; 96a54c4b0bSAndreas Gohr$lang['im_convert'] = 'Path naar ImageMagick\'s convert tool'; 97a54c4b0bSAndreas Gohr$lang['jpg_quality'] = 'JPG compressie kwaliteit (0-100)'; 98a54c4b0bSAndreas Gohr$lang['spellchecker'] = 'Spellingscontrole aanzetten'; 99a54c4b0bSAndreas Gohr$lang['subscribers'] = 'Page subscription ondersteuning aanzetten'; 100a54c4b0bSAndreas Gohr$lang['compress'] = 'Compacte CSS en javascript output'; 101a54c4b0bSAndreas Gohr$lang['hidepages'] = 'Verberg deze pagina\'s (regular expressions)'; 102a54c4b0bSAndreas Gohr$lang['send404'] = 'Stuur "HTTP 404/Page Not Found" voor niet bestaande pagina\'s'; 103a54c4b0bSAndreas Gohr$lang['sitemap'] = 'Genereer Google sitemap (dagen)'; 104*f25ff31dSAndreas Gohr$lang['broken_iua'] = 'Is de ignore_user_abort functie onbruikbaar op uw systeem? Dit kan een onbruikbare zoek index tot gevolg hebben. IIS+PHP/CGI staat hier bekend om. Zie <a href="http://bugs.splitbrain.org/?do=details&task_id=852">Bug 852</a> voor meer informatie.'; 105a54c4b0bSAndreas Gohr$lang['rss_type'] = 'XML feed type'; 106a54c4b0bSAndreas Gohr$lang['rss_linkto'] = 'XML feed linkt naar'; 107*f25ff31dSAndreas Gohr$lang['rss_content'] = 'Wat moet er in de XML feed items weergegeven worden?'; 108a54c4b0bSAndreas Gohr$lang['rss_update'] = 'XML feed verversingsinterval (sec)'; 109a54c4b0bSAndreas Gohr$lang['recent_days'] = 'Hoeveel recente wijzigingen bewaren (days)'; 110*f25ff31dSAndreas Gohr$lang['rss_show_summary'] = 'XML feed samenvatting in titel weergeven'; 111a54c4b0bSAndreas Gohr$lang['target____wiki'] = 'Doelvenster voor interne links'; 112a54c4b0bSAndreas Gohr$lang['target____interwiki'] = 'Doelvenster voor interwiki links'; 113a54c4b0bSAndreas Gohr$lang['target____extern'] = 'Doelvenster voor externe links'; 114a54c4b0bSAndreas Gohr$lang['target____media'] = 'Doelvenster voor media links'; 115a54c4b0bSAndreas Gohr$lang['target____windows'] = 'Doelvenster voor windows links'; 116a54c4b0bSAndreas Gohr$lang['proxy____host'] = 'Proxy server'; 117a54c4b0bSAndreas Gohr$lang['proxy____port'] = 'Proxy port'; 118a54c4b0bSAndreas Gohr$lang['proxy____user'] = 'Proxy gebruikersnaam'; 119a54c4b0bSAndreas Gohr$lang['proxy____pass'] = 'Proxy wachtwoord'; 120a54c4b0bSAndreas Gohr$lang['proxy____ssl'] = 'Gebruik SSL om een connectie te maken met de proxy'; 121a54c4b0bSAndreas Gohr$lang['safemodehack'] = 'Safemode hack aanzetten'; 122a54c4b0bSAndreas Gohr$lang['ftp____host'] = 'FTP server voor safemode hack'; 123a54c4b0bSAndreas Gohr$lang['ftp____port'] = 'FTP port voor safemode hack'; 124a54c4b0bSAndreas Gohr$lang['ftp____user'] = 'FTP gebruikersnaam voor safemode hack'; 125a54c4b0bSAndreas Gohr$lang['ftp____pass'] = 'FTP wachtwoord voor safemode hack'; 126a54c4b0bSAndreas Gohr$lang['ftp____root'] = 'FTP root directory voor safemode hack'; 127*f25ff31dSAndreas Gohr$lang['typography_o_0'] = 'geen'; 128*f25ff31dSAndreas Gohr$lang['typography_o_1'] = 'Alleen dubbele aanhalingstekens'; 129*f25ff31dSAndreas Gohr$lang['typography_o_2'] = 'Alle aanhalingstekens (functioneert mogelijk niet altijd)'; 130a54c4b0bSAndreas Gohr$lang['userewrite_o_0'] = 'geen'; 131a54c4b0bSAndreas Gohr$lang['userewrite_o_1'] = '.htaccess'; 132a54c4b0bSAndreas Gohr$lang['userewrite_o_2'] = 'DokuWiki intern'; 133a54c4b0bSAndreas Gohr$lang['deaccent_o_0'] = 'uit'; 134a54c4b0bSAndreas Gohr$lang['deaccent_o_1'] = 'accenten verwijderen'; 135a54c4b0bSAndreas Gohr$lang['deaccent_o_2'] = 'romaniseer'; 136a54c4b0bSAndreas Gohr$lang['gdlib_o_0'] = 'GD Lib niet beschikbaar'; 137a54c4b0bSAndreas Gohr$lang['gdlib_o_1'] = 'Version 1.x'; 138a54c4b0bSAndreas Gohr$lang['gdlib_o_2'] = 'Autodetectie'; 139a54c4b0bSAndreas Gohr$lang['rss_type_o_rss'] = 'RSS 0.91'; 140a54c4b0bSAndreas Gohr$lang['rss_type_o_rss1'] = 'RSS 1.0'; 141a54c4b0bSAndreas Gohr$lang['rss_type_o_rss2'] = 'RSS 2.0'; 142a54c4b0bSAndreas Gohr$lang['rss_type_o_atom'] = 'Atom 0.3'; 143*f25ff31dSAndreas Gohr$lang['rss_type_o_atom1'] = 'Atom 1.0'; 144*f25ff31dSAndreas Gohr$lang['rss_content_o_abstract'] = 'Abstract'; 145*f25ff31dSAndreas Gohr$lang['rss_content_o_diff'] = 'Geünificeerde Diff'; 146*f25ff31dSAndreas Gohr$lang['rss_content_o_htmldiff'] = 'HTML geformateerde diff tabel'; 147*f25ff31dSAndreas Gohr$lang['rss_content_o_html'] = 'Volledige HTML pagina inhoud'; 148a54c4b0bSAndreas Gohr$lang['rss_linkto_o_diff'] = 'verschillen'; 149a54c4b0bSAndreas Gohr$lang['rss_linkto_o_page'] = 'de gewijzigde pagina'; 150a54c4b0bSAndreas Gohr$lang['rss_linkto_o_rev'] = 'lijst van wijzigingen'; 151a54c4b0bSAndreas Gohr$lang['rss_linkto_o_current'] = 'de huidige pagina'; 152a54c4b0bSAndreas Gohr$lang['compression_o_0'] = 'geen'; 153a54c4b0bSAndreas Gohr$lang['compression_o_gz'] = 'gzip'; 154a54c4b0bSAndreas Gohr$lang['compression_o_bz2'] = 'bz2'; 155