txi-nl.tex 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. % $Id$
  2. % txi-nl.tex -- Dutch translations for texinfo.tex.
  3. %
  4. % Copyright 1999, 2007, 2008 Free Software Foundation.
  5. %
  6. % This program is free software; you can redistribute it and/or modify
  7. % it under the terms of the GNU General Public License as published by
  8. % the Free Software Foundation; either version 3 of the License, or
  9. % (at your option) any later version.
  10. %
  11. % This program is distributed in the hope that it will be useful,
  12. % but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. % GNU General Public License for more details.
  15. %
  16. % You should have received a copy of the GNU General Public License
  17. % along with this program. If not, see <http://www.gnu.org/licenses/>.
  18. \txisetlanguage{dutch}{2}{2}
  19. \plainfrenchspacing
  20. \gdef\putwordAppendix{Appendix}
  21. \gdef\putwordChapter{Hoofdstuk}
  22. \gdef\putwordfile{bestand}
  23. \gdef\putwordin{in}
  24. \gdef\putwordIndexIsEmpty{(Index is leeg)}
  25. \gdef\putwordIndexNonexistent{(Index bestaat niet)}
  26. \gdef\putwordInfo{Info}
  27. \gdef\putwordInstanceVariableof{Instantie Variabele van}
  28. \gdef\putwordMethodon{Methode van}
  29. \gdef\putwordNoTitle{Geen titel}
  30. \gdef\putwordof{van}
  31. \gdef\putwordon{op}
  32. \gdef\putwordpage{pagina}
  33. \gdef\putwordsection{sectie}
  34. \gdef\putwordSection{Sectie}
  35. \gdef\putwordsee{zie}
  36. \gdef\putwordSee{Zie}
  37. \gdef\putwordShortTOC{Korte inhoudsopgave}
  38. \gdef\putwordTOC{Inhoudsopgave}
  39. %
  40. \gdef\putwordMJan{Januari}
  41. \gdef\putwordMFeb{Februari}
  42. \gdef\putwordMMar{Maart}
  43. \gdef\putwordMApr{April}
  44. \gdef\putwordMMay{Mei}
  45. \gdef\putwordMJun{Juni}
  46. \gdef\putwordMJul{Juli}
  47. \gdef\putwordMAug{Augustus}
  48. \gdef\putwordMSep{September}
  49. \gdef\putwordMOct{Oktober}
  50. \gdef\putwordMNov{November}
  51. \gdef\putwordMDec{December}
  52. %
  53. \gdef\putwordDefmac{Macro}
  54. \gdef\putwordDefspec{Speciale Vorm}
  55. \gdef\putwordDefvar{Variabele}
  56. \gdef\putwordDefopt{Gebruikers optie}
  57. \gdef\putwordDeffunc{Functie}
  58. % Produces Day Month Year style of output.
  59. \def\today{%
  60. \number\day\space
  61. \ifcase\month
  62. \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
  63. \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
  64. \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
  65. \fi
  66. \space\number\year}