You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

107 lines
4.5 KiB

  1. <?php
  2. /**
  3. * Dutch language for the "vector" DokuWiki template
  4. * by Theo Klein (14/06/2010)
  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/vector/lang/<your lang>/lang.php
  9. * - /lib/tpl/vector/lang/<your lang>/settings.php
  10. * If they are not existing, copy and translate the English ones (hint: looking
  11. * at <http://[your lang].wikipedia.org> might be helpful).
  12. *
  13. * Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>.
  14. * Thanks! :-D
  15. *
  16. *
  17. * LICENSE: This file is open source software (OSS) and may be copied under
  18. * certain conditions. See COPYING file for details or try to contact
  19. * the author(s) of this file in doubt.
  20. *
  21. * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
  22. * @author Theo Klein
  23. * @link https://www.dokuwiki.org/template:vector
  24. * @link https://www.dokuwiki.org/config:lang
  25. * @link https://www.dokuwiki.org/devel:configuration
  26. */
  27. //check if we are running within the DokuWiki environment
  28. if (!defined("DOKU_INC")){
  29. die();
  30. }
  31. //tabs, personal tools and special links
  32. $lang["vector_article"] = "Artikel";
  33. $lang["vector_discussion"] = "Overleg";
  34. $lang["vector_read"] = "Lezen";
  35. $lang["vector_edit"] = "Bewerken";
  36. $lang["vector_create"] = "Aanmaken";
  37. $lang["vector_userpage"] = "Gebruikers Pagina";
  38. $lang["vector_specialpage"] = "Speciale Pagina's";
  39. $lang["vector_mytalk"] = "Mijn overleg";
  40. $lang["vector_exportodt"] = "Downloaden als ODT";
  41. $lang["vector_exportpdf"] = "Downloaden als PDF";
  42. $lang["vector_subscribens"] = "Inschrijven folderwijzigingen"; //original DW lang $lang["btn_subscribens"] is simply too long for common tab configs
  43. $lang["vector_unsubscribens"] = "Uitschrijven folderwijzigingen"; //original DW lang $lang["btn_unsubscribens"] is simply too long for common tab configs
  44. $lang["vector_translations"] = "Talen";
  45. //headlines for the different bars and boxes
  46. $lang["vector_navigation"] = "Navigatie";
  47. $lang["vector_toolbox"] = "Hulpmiddelen";
  48. $lang["vector_exportbox"] = "Afdrukken/exporteren";
  49. $lang["vector_inotherlanguages"] = "In andere talen";
  50. $lang["vector_printexport"] = "Print/exporteer";
  51. $lang["vector_personnaltools"] = "Persoonlijke hulpmiddelen";
  52. //buttons
  53. $lang["vector_btn_go"] = "Ga naar";
  54. $lang["vector_btn_search"] = "Zoek";
  55. $lang["vector_btn_search_title"] = "Zoek naar deze tekst";
  56. //exportbox ("print/export")
  57. $lang["vector_exportbxdef_print"] = "Printbare versie";
  58. $lang["vector_exportbxdef_downloadodt"] = "Download als ODT";
  59. $lang["vector_exportbxdef_downloadpdf"] = "Download als PDF";
  60. //default toolbox
  61. $lang["vector_toolbxdef_whatlinkshere"] = "Links naar deze pagina";
  62. $lang["vector_toolbxdef_siteindex"] = "Site index";
  63. $lang["vector_toolbxdef_upload"] = "Upload bestand";
  64. $lang["vector_toolboxdef_permanent"] = "Permanente verwijzing";
  65. $lang["vector_toolboxdef_cite"] = "Deze pagina citeren";
  66. //cite this article
  67. $lang["vector_cite_bibdetailsfor"] = "Bibliografische details voor";
  68. $lang["vector_cite_pagename"] = "Paginanaam";
  69. $lang["vector_cite_author"] = "Auteur";
  70. $lang["vector_cite_publisher"] = "Uitgever";
  71. $lang["vector_cite_dateofrev"] = "Datum van deze revisie";
  72. $lang["vector_cite_dateretrieved"] = "Opgehaald op";
  73. $lang["vector_cite_permurl"] = "Permanente URL";
  74. $lang["vector_cite_pageversionid"] = "Pagina Versie ID";
  75. $lang["vector_cite_citationstyles"] = "Stylen om te verwijzen naar";
  76. $lang["vector_cite_checkstandards"] = "Vergeet niet uw eigen normen of richtlijnen te controleren voor de exacte zinsbouw die voldoet aan uw behoeften.";
  77. $lang["vector_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'";
  78. $lang["vector_cite_retrieved"] = "Opgehaald op";
  79. $lang["vector_cite_from"] = "van";
  80. $lang["vector_cite_in"] = "In";
  81. $lang["vector_cite_accessed"] = "Op";
  82. $lang["vector_cite_cited"] = "Geciteerd";
  83. $lang["vector_cite_lastvisited"] = "Laatst bezocht op";
  84. $lang["vector_cite_availableat"] = "Beschikbaar op";
  85. $lang["vector_cite_discussionpages"] = "DokuWiki overlegpagina's";
  86. $lang["vector_cite_markup"] = "Opmaak";
  87. $lang["vector_cite_result"] = "Resultaat";
  88. $lang["vector_cite_thisversion"] = "deze versie";
  89. //other
  90. $lang["vector_search"] = "Zoek";
  91. $lang["vector_accessdenied"] = "Toegang gewijgerd";
  92. $lang["vector_fillplaceholder"] = "Vul dit veld in";
  93. $lang["vector_donate"] = "Doneer";
  94. $lang["vector_mdtemplatefordw"] = "vector template voor DokuWiki";
  95. $lang["vector_recentchanges"] = "Recent gewijzigd";