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> 7f25ff31dSAndreas Gohr * @author Wouter Schoot <wouter@schoot.org> 876dfe0e1SAndreas Gohr * @author John de Graaff <john@de-graaff.net> 9a54c4b0bSAndreas Gohr */ 10a54c4b0bSAndreas Gohr$lang['menu'] = 'Configuratie instellingen'; 11a54c4b0bSAndreas 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.'; 12a54c4b0bSAndreas Gohr$lang['updated'] = 'Instellingen met succes opgeslagen.'; 13a54c4b0bSAndreas Gohr$lang['nochoice'] = '(geen andere keuzemogelijkheden)'; 14a54c4b0bSAndreas 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.'; 15f25ff31dSAndreas Gohr$lang['_configuration_manager'] = 'Configuratiie manager'; 16a54c4b0bSAndreas Gohr$lang['_header_dokuwiki'] = 'DokuWiki instellingen'; 17a54c4b0bSAndreas Gohr$lang['_header_plugin'] = 'Plugin instellingen'; 18a54c4b0bSAndreas Gohr$lang['_header_template'] = 'Sjabloon instellingen'; 19a54c4b0bSAndreas Gohr$lang['_header_undefined'] = 'Ongedefinierde instellingen'; 20a54c4b0bSAndreas Gohr$lang['_basic'] = 'Basis instellingen'; 21a54c4b0bSAndreas Gohr$lang['_display'] = 'Beeld instellingen'; 22a54c4b0bSAndreas Gohr$lang['_authentication'] = 'Toegangsverificatie instellingen'; 23a54c4b0bSAndreas Gohr$lang['_anti_spam'] = 'Anti-Spam instellingen'; 24a54c4b0bSAndreas Gohr$lang['_editing'] = 'Pagina-wijzigings instellingen'; 25a54c4b0bSAndreas Gohr$lang['_links'] = 'Link instellingen'; 26a54c4b0bSAndreas Gohr$lang['_media'] = 'Media instellingen'; 27a54c4b0bSAndreas Gohr$lang['_advanced'] = 'Geavanceerde instellingen'; 28a54c4b0bSAndreas Gohr$lang['_network'] = 'Netwerk instellingen'; 29a54c4b0bSAndreas Gohr$lang['_plugin_sufix'] = 'Plugin instellingen'; 30a54c4b0bSAndreas Gohr$lang['_template_sufix'] = 'Sjabloon instellingen'; 31a54c4b0bSAndreas Gohr$lang['_msg_setting_undefined'] = 'Geen metedata voor deze instelling.'; 32a54c4b0bSAndreas Gohr$lang['_msg_setting_no_class'] = 'Geen class voor deze instelling.'; 33a54c4b0bSAndreas Gohr$lang['_msg_setting_no_default'] = 'Geen standaard waarde.'; 34a54c4b0bSAndreas Gohr$lang['fmode'] = 'Bestand aanmaak modus (file creation mode)'; 35a54c4b0bSAndreas Gohr$lang['dmode'] = 'Directory aanmaak modus (directory creation mode)'; 36a54c4b0bSAndreas Gohr$lang['lang'] = 'Taal'; 37a54c4b0bSAndreas Gohr$lang['basedir'] = 'Basis directory'; 38a54c4b0bSAndreas Gohr$lang['baseurl'] = 'Basis URL'; 39a54c4b0bSAndreas Gohr$lang['savedir'] = 'Directory om data op te slaan'; 40a54c4b0bSAndreas Gohr$lang['start'] = 'Start pagina naam'; 41a54c4b0bSAndreas Gohr$lang['title'] = 'Wiki titel'; 42a54c4b0bSAndreas Gohr$lang['template'] = 'Sjabloon'; 43a54c4b0bSAndreas Gohr$lang['fullpath'] = 'Volledig pad van pagina\'s in de footer weergeven'; 44a54c4b0bSAndreas Gohr$lang['recent'] = 'Recente wijzigingen'; 45a54c4b0bSAndreas Gohr$lang['breadcrumbs'] = 'Aantal broodkruimels'; 46a54c4b0bSAndreas Gohr$lang['youarehere'] = 'Hierarchische broodkruimels'; 47a54c4b0bSAndreas Gohr$lang['typography'] = 'Breng typografische wijzigingen aan'; 48a54c4b0bSAndreas Gohr$lang['htmlok'] = 'Embedded HTML toestaan'; 49a54c4b0bSAndreas Gohr$lang['phpok'] = 'Embedded PHP toestaan'; 50e656dcd4SAndreas Gohr$lang['dformat'] = 'Datum formaat (zie de PHP <a href="http://www.php.net/strftime">strftime</a> functie)'; 51a54c4b0bSAndreas Gohr$lang['signature'] = 'Ondertekening'; 52a54c4b0bSAndreas Gohr$lang['toptoclevel'] = 'Bovenste niveau voor inhoudsopgave'; 53a54c4b0bSAndreas Gohr$lang['maxtoclevel'] = 'Laagste niveau voor inhoudsopgave'; 54a54c4b0bSAndreas Gohr$lang['maxseclevel'] = 'Laagste sectiewijzigingsniveau'; 55a54c4b0bSAndreas Gohr$lang['camelcase'] = 'CamelCase gebruiken voor links'; 56a54c4b0bSAndreas Gohr$lang['deaccent'] = 'Paginanamen ontdoen van niet-standaard tekens'; 57a54c4b0bSAndreas Gohr$lang['useheading'] = 'Eerste kopje voor paginanaam gebruiken'; 58a54c4b0bSAndreas Gohr$lang['refcheck'] = 'Controleer verwijzingen naar media'; 59a54c4b0bSAndreas Gohr$lang['refshow'] = 'Aantal te tonen media verwijzigen'; 60a54c4b0bSAndreas Gohr$lang['allowdebug'] = 'Debug toestaan <b>uitzetten indien niet noodzakelijk!</b>'; 61a54c4b0bSAndreas Gohr$lang['usewordblock'] = 'Blokkeer spam op basis van woordenlijst'; 62a54c4b0bSAndreas Gohr$lang['indexdelay'] = 'Uitstel alvorens te indexeren (sec)'; 63a54c4b0bSAndreas Gohr$lang['relnofollow'] = 'Gebruik rel="nofollow" voor externe links'; 64a54c4b0bSAndreas Gohr$lang['mailguard'] = 'Eemail adressen onherkenbaar maken'; 65f25ff31dSAndreas Gohr$lang['iexssprotect'] = 'Controleer geuploade bestanden voor mogelijk schadelijke JavaScript of HTML code'; 66a54c4b0bSAndreas Gohr$lang['useacl'] = 'Gebruik access control lists'; 67a54c4b0bSAndreas Gohr$lang['autopasswd'] = 'Zelf wachtwoorden genereren'; 68a54c4b0bSAndreas Gohr$lang['authtype'] = 'Authenticatie mechanisme'; 69a54c4b0bSAndreas Gohr$lang['passcrypt'] = 'Wachtwoord encryptie methode'; 70a54c4b0bSAndreas Gohr$lang['defaultgroup'] = 'Standaard groep'; 71f25ff31dSAndreas Gohr$lang['superuser'] = 'Superuser - een groep of gebruiker met volledige toegang tot alle pagina\'s en functies ongeacht de ACL instellingen'; 72f25ff31dSAndreas Gohr$lang['manager'] = 'Beheerder - een groep of gebruiker met toegang tot bepaalde beheersfunctionaliteit'; 73a54c4b0bSAndreas Gohr$lang['profileconfirm'] = 'Bevestig profielwijzigingen met wachtwoord'; 74a54c4b0bSAndreas Gohr$lang['disableactions'] = 'Aangevinkte Dokuwiki akties uitschakelen'; 75a54c4b0bSAndreas Gohr$lang['disableactions_check'] = 'Controleer'; 76a54c4b0bSAndreas Gohr$lang['disableactions_subscription'] = 'Inschrijven/opzeggen'; 77*acd5a1d6SAndreas Gohr$lang['disableactions_nssubscription'] = 'Namespace inschrijven/uitschrijven'; 78a54c4b0bSAndreas Gohr$lang['disableactions_wikicode'] = 'Bron bekijken/exporteer rauw'; 79a54c4b0bSAndreas Gohr$lang['disableactions_other'] = 'Andere akties (gescheiden door komma)'; 80f25ff31dSAndreas 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.'; 81f25ff31dSAndreas Gohr$lang['auth_security_timeout'] = 'Authenticatie Beveigings Timeout (seconden)'; 82f25ff31dSAndreas Gohr$lang['updatecheck'] = 'Controleer op nieuwe versies en beveiligingswaarschuwingen? DokuWiki moet hiervoor contact opnemen met splitbrain.org.'; 83a54c4b0bSAndreas Gohr$lang['userewrite'] = 'Gebruik nette URL\'s'; 84a54c4b0bSAndreas Gohr$lang['useslash'] = 'Gebruik slash (/) als scheifing tussen namepaces in URL\'s'; 85a54c4b0bSAndreas Gohr$lang['usedraft'] = 'Sla automatisch een concept op tijdens het wijzigen'; 86a54c4b0bSAndreas Gohr$lang['sepchar'] = 'Pagina naam woordscheiding'; 87a54c4b0bSAndreas Gohr$lang['canonical'] = 'Herleid URL\'s tot hun basisvorm'; 88a54c4b0bSAndreas Gohr$lang['autoplural'] = 'Controleer op meervoudsvormen in links'; 89a54c4b0bSAndreas Gohr$lang['compression'] = 'Compressie methode voor attic bestanden'; 90a54c4b0bSAndreas Gohr$lang['cachetime'] = 'Maximum leeftijd voor cache (sec)'; 91a54c4b0bSAndreas Gohr$lang['locktime'] = 'Maximum leeftijd voor lock bestanden (sec)'; 92a54c4b0bSAndreas Gohr$lang['fetchsize'] = 'Maximum grootte (bytes) die fetch.php mag downloaden van buiten'; 93a54c4b0bSAndreas Gohr$lang['notify'] = 'Stuur email wijzingsbereichten naar dit adres'; 94a54c4b0bSAndreas Gohr$lang['registernotify'] = 'Stuur informatie over nieuw aangemelde gebruikeers naar dit email adres'; 95a54c4b0bSAndreas Gohr$lang['mailfrom'] = 'Email adres voor automatische email'; 96a54c4b0bSAndreas Gohr$lang['gzip_output'] = 'Gebruik gzip Content-Encoding voor xhtml'; 97a54c4b0bSAndreas Gohr$lang['gdlib'] = 'GD Lib versie'; 98a54c4b0bSAndreas Gohr$lang['im_convert'] = 'Path naar ImageMagick\'s convert tool'; 99a54c4b0bSAndreas Gohr$lang['jpg_quality'] = 'JPG compressie kwaliteit (0-100)'; 100a54c4b0bSAndreas Gohr$lang['subscribers'] = 'Page subscription ondersteuning aanzetten'; 101a54c4b0bSAndreas Gohr$lang['compress'] = 'Compacte CSS en javascript output'; 102a54c4b0bSAndreas Gohr$lang['hidepages'] = 'Verberg deze pagina\'s (regular expressions)'; 103a54c4b0bSAndreas Gohr$lang['send404'] = 'Stuur "HTTP 404/Page Not Found" voor niet bestaande pagina\'s'; 104a54c4b0bSAndreas Gohr$lang['sitemap'] = 'Genereer Google sitemap (dagen)'; 105f25ff31dSAndreas 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.'; 106d582d5d9SAndreas Gohr$lang['xsendfile'] = 'Gebruik de X-Sendfile berichtkop om de webserver statische content te laten versturen? De webserver moet dit wel ondersteunen.'; 107*acd5a1d6SAndreas Gohr$lang['xmlrpc'] = 'Inschakelen/uitschakelen XML-RPC interface.'; 108*acd5a1d6SAndreas Gohr$lang['renderer_xhtml'] = 'Weergavesysteem om te gebruiken voor de hoofd (xhtml) wiki uitvoer'; 109*acd5a1d6SAndreas Gohr$lang['renderer__core'] = '%s (dokuwiki core)'; 110*acd5a1d6SAndreas Gohr$lang['renderer__plugin'] = '%s (plugin)'; 111a54c4b0bSAndreas Gohr$lang['rss_type'] = 'XML feed type'; 112a54c4b0bSAndreas Gohr$lang['rss_linkto'] = 'XML feed linkt naar'; 113f25ff31dSAndreas Gohr$lang['rss_content'] = 'Wat moet er in de XML feed items weergegeven worden?'; 114a54c4b0bSAndreas Gohr$lang['rss_update'] = 'XML feed verversingsinterval (sec)'; 115a54c4b0bSAndreas Gohr$lang['recent_days'] = 'Hoeveel recente wijzigingen bewaren (days)'; 116f25ff31dSAndreas Gohr$lang['rss_show_summary'] = 'XML feed samenvatting in titel weergeven'; 117a54c4b0bSAndreas Gohr$lang['target____wiki'] = 'Doelvenster voor interne links'; 118a54c4b0bSAndreas Gohr$lang['target____interwiki'] = 'Doelvenster voor interwiki links'; 119a54c4b0bSAndreas Gohr$lang['target____extern'] = 'Doelvenster voor externe links'; 120a54c4b0bSAndreas Gohr$lang['target____media'] = 'Doelvenster voor media links'; 121a54c4b0bSAndreas Gohr$lang['target____windows'] = 'Doelvenster voor windows links'; 122a54c4b0bSAndreas Gohr$lang['proxy____host'] = 'Proxy server'; 123a54c4b0bSAndreas Gohr$lang['proxy____port'] = 'Proxy port'; 124a54c4b0bSAndreas Gohr$lang['proxy____user'] = 'Proxy gebruikersnaam'; 125a54c4b0bSAndreas Gohr$lang['proxy____pass'] = 'Proxy wachtwoord'; 126a54c4b0bSAndreas Gohr$lang['proxy____ssl'] = 'Gebruik SSL om een connectie te maken met de proxy'; 127a54c4b0bSAndreas Gohr$lang['safemodehack'] = 'Safemode hack aanzetten'; 128a54c4b0bSAndreas Gohr$lang['ftp____host'] = 'FTP server voor safemode hack'; 129a54c4b0bSAndreas Gohr$lang['ftp____port'] = 'FTP port voor safemode hack'; 130a54c4b0bSAndreas Gohr$lang['ftp____user'] = 'FTP gebruikersnaam voor safemode hack'; 131a54c4b0bSAndreas Gohr$lang['ftp____pass'] = 'FTP wachtwoord voor safemode hack'; 132a54c4b0bSAndreas Gohr$lang['ftp____root'] = 'FTP root directory voor safemode hack'; 133f25ff31dSAndreas Gohr$lang['typography_o_0'] = 'geen'; 134f25ff31dSAndreas Gohr$lang['typography_o_1'] = 'Alleen dubbele aanhalingstekens'; 135f25ff31dSAndreas Gohr$lang['typography_o_2'] = 'Alle aanhalingstekens (functioneert mogelijk niet altijd)'; 136a54c4b0bSAndreas Gohr$lang['userewrite_o_0'] = 'geen'; 137a54c4b0bSAndreas Gohr$lang['userewrite_o_1'] = '.htaccess'; 138a54c4b0bSAndreas Gohr$lang['userewrite_o_2'] = 'DokuWiki intern'; 139a54c4b0bSAndreas Gohr$lang['deaccent_o_0'] = 'uit'; 140a54c4b0bSAndreas Gohr$lang['deaccent_o_1'] = 'accenten verwijderen'; 141a54c4b0bSAndreas Gohr$lang['deaccent_o_2'] = 'romaniseer'; 142a54c4b0bSAndreas Gohr$lang['gdlib_o_0'] = 'GD Lib niet beschikbaar'; 143a54c4b0bSAndreas Gohr$lang['gdlib_o_1'] = 'Version 1.x'; 144a54c4b0bSAndreas Gohr$lang['gdlib_o_2'] = 'Autodetectie'; 145a54c4b0bSAndreas Gohr$lang['rss_type_o_rss'] = 'RSS 0.91'; 146a54c4b0bSAndreas Gohr$lang['rss_type_o_rss1'] = 'RSS 1.0'; 147a54c4b0bSAndreas Gohr$lang['rss_type_o_rss2'] = 'RSS 2.0'; 148a54c4b0bSAndreas Gohr$lang['rss_type_o_atom'] = 'Atom 0.3'; 149f25ff31dSAndreas Gohr$lang['rss_type_o_atom1'] = 'Atom 1.0'; 150f25ff31dSAndreas Gohr$lang['rss_content_o_abstract'] = 'Abstract'; 151f25ff31dSAndreas Gohr$lang['rss_content_o_diff'] = 'Geünificeerde Diff'; 152f25ff31dSAndreas Gohr$lang['rss_content_o_htmldiff'] = 'HTML geformateerde diff tabel'; 153f25ff31dSAndreas Gohr$lang['rss_content_o_html'] = 'Volledige HTML pagina inhoud'; 154a54c4b0bSAndreas Gohr$lang['rss_linkto_o_diff'] = 'verschillen'; 155a54c4b0bSAndreas Gohr$lang['rss_linkto_o_page'] = 'de gewijzigde pagina'; 156a54c4b0bSAndreas Gohr$lang['rss_linkto_o_rev'] = 'lijst van wijzigingen'; 157a54c4b0bSAndreas Gohr$lang['rss_linkto_o_current'] = 'de huidige pagina'; 158a54c4b0bSAndreas Gohr$lang['compression_o_0'] = 'geen'; 159a54c4b0bSAndreas Gohr$lang['compression_o_gz'] = 'gzip'; 160a54c4b0bSAndreas Gohr$lang['compression_o_bz2'] = 'bz2'; 16176dfe0e1SAndreas Gohr$lang['xsendfile_o_0'] = 'niet gebruiken'; 16276dfe0e1SAndreas Gohr$lang['xsendfile_o_1'] = 'Eigen lighttpd kop (voor release 1.5)'; 16376dfe0e1SAndreas Gohr$lang['xsendfile_o_2'] = 'Standaard X-Sendfile kop'; 164*acd5a1d6SAndreas Gohr$lang['xsendfile_o_3'] = 'Propritary Nginx X-Accel-Redirect header'; 165