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.
 
 
 
 
 

74 lines
3.1 KiB

  1. <?php
  2. /**
  3. * Dutch language for the Config Manager
  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. //discussion pages
  32. $lang["vector_discuss"] = "Gebruik discussie pagina's en tabs?";
  33. $lang["vector_discuss_ns"] = "Indien ja, gebruik de volgende ':namespace:' als root voor discussies:";
  34. //site notice
  35. $lang["vector_sitenotice"] = "Toon notificatie door de gehele site?";
  36. $lang["vector_sitenotice_location"] = "Indien ja, gebruik de volgende wiki pagina als notificatie:";
  37. //navigation
  38. $lang["vector_navigation"] = "Toon navigatie?";
  39. $lang["vector_navigation_location"] = "Indien ja, gebruik de volgende wiki pagina als navigatie:";
  40. //exportbox ("print/export")
  41. $lang["vector_exportbox"] = "Toon 'Afdrukken/exporteren' box?";
  42. $lang["vector_exportbox_default"] = "Indien ja, gebruik de standaard 'Afdrukken/exporteren' box?";
  43. $lang["vector_exportbox_location"] = "Indien niet standaard, gebruik de volgende wikipagina als 'Afdrukken/exporteren' box locatie:";
  44. //toolbox
  45. $lang["vector_toolbox"] = "Toon hulpmiddelen?";
  46. $lang["vector_toolbox_default"] = "Indien ja, gebruik de standaard hulpmiddelen?";
  47. $lang["vector_toolbox_location"] = "Indien niet standaard, gebruik de volgende wikipagina als 'hulpmiddelen' locatie:";
  48. //custom copyright notice
  49. $lang["vector_copyright"] = "Toon copyright notificatie?";
  50. $lang["vector_copyright_default"] = "Indien ja, gebruik de standaard copyright notificatie?";
  51. $lang["vector_copyright_location"] = "Wanneer de standaard niet gebruikt wordt, gebruik de volgende wiki pagina als copyright notificatie:";
  52. //donation link/button
  53. $lang["vector_donate"] = "Toon donatie button?";
  54. $lang["vector_donate_url"] = "Gebruik de volgende URL voor donaties:";
  55. //TOC
  56. $lang["vector_toc_position"] = "Positionering van de inhoudopgave";
  57. //other stuff
  58. $lang["vector_breadcrumbs_position"] = "Positie van broodkruimel navigatie (indien ingeschakeld):";
  59. $lang["vector_youarehere_position"] = "Positie van 'U bent hier' navigatie (indien ingeschakeld):";
  60. $lang["vector_cite_author"] = "Naam van de auteur in 'Citeer dit artikel':";
  61. $lang["vector_loaduserjs"] = "Laad 'vector/user/user.js'?";