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'; 50*e656dcd4SAndreas 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'; 77a54c4b0bSAndreas Gohr$lang['disableactions_wikicode'] = 'Bron bekijken/exporteer rauw'; 78a54c4b0bSAndreas Gohr$lang['disableactions_other'] = 'Andere akties (gescheiden door komma)'; 79f25ff31dSAndreas 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.'; 80f25ff31dSAndreas Gohr$lang['auth_security_timeout'] = 'Authenticatie Beveigings Timeout (seconden)'; 81f25ff31dSAndreas Gohr$lang['updatecheck'] = 'Controleer op nieuwe versies en beveiligingswaarschuwingen? DokuWiki moet hiervoor contact opnemen met splitbrain.org.'; 82a54c4b0bSAndreas Gohr$lang['userewrite'] = 'Gebruik nette URL\'s'; 83a54c4b0bSAndreas Gohr$lang['useslash'] = 'Gebruik slash (/) als scheifing tussen namepaces in URL\'s'; 84a54c4b0bSAndreas Gohr$lang['usedraft'] = 'Sla automatisch een concept op tijdens het wijzigen'; 85a54c4b0bSAndreas Gohr$lang['sepchar'] = 'Pagina naam woordscheiding'; 86a54c4b0bSAndreas Gohr$lang['canonical'] = 'Herleid URL\'s tot hun basisvorm'; 87a54c4b0bSAndreas Gohr$lang['autoplural'] = 'Controleer op meervoudsvormen in links'; 88a54c4b0bSAndreas Gohr$lang['compression'] = 'Compressie methode voor attic bestanden'; 89a54c4b0bSAndreas Gohr$lang['cachetime'] = 'Maximum leeftijd voor cache (sec)'; 90a54c4b0bSAndreas Gohr$lang['locktime'] = 'Maximum leeftijd voor lock bestanden (sec)'; 91a54c4b0bSAndreas Gohr$lang['fetchsize'] = 'Maximum grootte (bytes) die fetch.php mag downloaden van buiten'; 92a54c4b0bSAndreas Gohr$lang['notify'] = 'Stuur email wijzingsbereichten naar dit adres'; 93a54c4b0bSAndreas Gohr$lang['registernotify'] = 'Stuur informatie over nieuw aangemelde gebruikeers naar dit email adres'; 94a54c4b0bSAndreas Gohr$lang['mailfrom'] = 'Email adres voor automatische email'; 95a54c4b0bSAndreas Gohr$lang['gzip_output'] = 'Gebruik gzip Content-Encoding voor xhtml'; 96a54c4b0bSAndreas Gohr$lang['gdlib'] = 'GD Lib versie'; 97a54c4b0bSAndreas Gohr$lang['im_convert'] = 'Path naar ImageMagick\'s convert tool'; 98a54c4b0bSAndreas Gohr$lang['jpg_quality'] = 'JPG compressie kwaliteit (0-100)'; 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)'; 104f25ff31dSAndreas 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.'; 105d582d5d9SAndreas Gohr$lang['xsendfile'] = 'Gebruik de X-Sendfile berichtkop om de webserver statische content te laten versturen? De webserver moet dit wel ondersteunen.'; 106a54c4b0bSAndreas Gohr$lang['rss_type'] = 'XML feed type'; 107a54c4b0bSAndreas Gohr$lang['rss_linkto'] = 'XML feed linkt naar'; 108f25ff31dSAndreas Gohr$lang['rss_content'] = 'Wat moet er in de XML feed items weergegeven worden?'; 109a54c4b0bSAndreas Gohr$lang['rss_update'] = 'XML feed verversingsinterval (sec)'; 110a54c4b0bSAndreas Gohr$lang['recent_days'] = 'Hoeveel recente wijzigingen bewaren (days)'; 111f25ff31dSAndreas Gohr$lang['rss_show_summary'] = 'XML feed samenvatting in titel weergeven'; 112a54c4b0bSAndreas Gohr$lang['target____wiki'] = 'Doelvenster voor interne links'; 113a54c4b0bSAndreas Gohr$lang['target____interwiki'] = 'Doelvenster voor interwiki links'; 114a54c4b0bSAndreas Gohr$lang['target____extern'] = 'Doelvenster voor externe links'; 115a54c4b0bSAndreas Gohr$lang['target____media'] = 'Doelvenster voor media links'; 116a54c4b0bSAndreas Gohr$lang['target____windows'] = 'Doelvenster voor windows links'; 117a54c4b0bSAndreas Gohr$lang['proxy____host'] = 'Proxy server'; 118a54c4b0bSAndreas Gohr$lang['proxy____port'] = 'Proxy port'; 119a54c4b0bSAndreas Gohr$lang['proxy____user'] = 'Proxy gebruikersnaam'; 120a54c4b0bSAndreas Gohr$lang['proxy____pass'] = 'Proxy wachtwoord'; 121a54c4b0bSAndreas Gohr$lang['proxy____ssl'] = 'Gebruik SSL om een connectie te maken met de proxy'; 122a54c4b0bSAndreas Gohr$lang['safemodehack'] = 'Safemode hack aanzetten'; 123a54c4b0bSAndreas Gohr$lang['ftp____host'] = 'FTP server voor safemode hack'; 124a54c4b0bSAndreas Gohr$lang['ftp____port'] = 'FTP port voor safemode hack'; 125a54c4b0bSAndreas Gohr$lang['ftp____user'] = 'FTP gebruikersnaam voor safemode hack'; 126a54c4b0bSAndreas Gohr$lang['ftp____pass'] = 'FTP wachtwoord voor safemode hack'; 127a54c4b0bSAndreas Gohr$lang['ftp____root'] = 'FTP root directory voor safemode hack'; 128f25ff31dSAndreas Gohr$lang['typography_o_0'] = 'geen'; 129f25ff31dSAndreas Gohr$lang['typography_o_1'] = 'Alleen dubbele aanhalingstekens'; 130f25ff31dSAndreas Gohr$lang['typography_o_2'] = 'Alle aanhalingstekens (functioneert mogelijk niet altijd)'; 131a54c4b0bSAndreas Gohr$lang['userewrite_o_0'] = 'geen'; 132a54c4b0bSAndreas Gohr$lang['userewrite_o_1'] = '.htaccess'; 133a54c4b0bSAndreas Gohr$lang['userewrite_o_2'] = 'DokuWiki intern'; 134a54c4b0bSAndreas Gohr$lang['deaccent_o_0'] = 'uit'; 135a54c4b0bSAndreas Gohr$lang['deaccent_o_1'] = 'accenten verwijderen'; 136a54c4b0bSAndreas Gohr$lang['deaccent_o_2'] = 'romaniseer'; 137a54c4b0bSAndreas Gohr$lang['gdlib_o_0'] = 'GD Lib niet beschikbaar'; 138a54c4b0bSAndreas Gohr$lang['gdlib_o_1'] = 'Version 1.x'; 139a54c4b0bSAndreas Gohr$lang['gdlib_o_2'] = 'Autodetectie'; 140a54c4b0bSAndreas Gohr$lang['rss_type_o_rss'] = 'RSS 0.91'; 141a54c4b0bSAndreas Gohr$lang['rss_type_o_rss1'] = 'RSS 1.0'; 142a54c4b0bSAndreas Gohr$lang['rss_type_o_rss2'] = 'RSS 2.0'; 143a54c4b0bSAndreas Gohr$lang['rss_type_o_atom'] = 'Atom 0.3'; 144f25ff31dSAndreas Gohr$lang['rss_type_o_atom1'] = 'Atom 1.0'; 145f25ff31dSAndreas Gohr$lang['rss_content_o_abstract'] = 'Abstract'; 146f25ff31dSAndreas Gohr$lang['rss_content_o_diff'] = 'Geünificeerde Diff'; 147f25ff31dSAndreas Gohr$lang['rss_content_o_htmldiff'] = 'HTML geformateerde diff tabel'; 148f25ff31dSAndreas Gohr$lang['rss_content_o_html'] = 'Volledige HTML pagina inhoud'; 149a54c4b0bSAndreas Gohr$lang['rss_linkto_o_diff'] = 'verschillen'; 150a54c4b0bSAndreas Gohr$lang['rss_linkto_o_page'] = 'de gewijzigde pagina'; 151a54c4b0bSAndreas Gohr$lang['rss_linkto_o_rev'] = 'lijst van wijzigingen'; 152a54c4b0bSAndreas Gohr$lang['rss_linkto_o_current'] = 'de huidige pagina'; 153a54c4b0bSAndreas Gohr$lang['compression_o_0'] = 'geen'; 154a54c4b0bSAndreas Gohr$lang['compression_o_gz'] = 'gzip'; 155a54c4b0bSAndreas Gohr$lang['compression_o_bz2'] = 'bz2'; 15676dfe0e1SAndreas Gohr$lang['xsendfile_o_0'] = 'niet gebruiken'; 15776dfe0e1SAndreas Gohr$lang['xsendfile_o_1'] = 'Eigen lighttpd kop (voor release 1.5)'; 15876dfe0e1SAndreas Gohr$lang['xsendfile_o_2'] = 'Standaard X-Sendfile kop'; 159