txi-de.tex 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. % $Id$
  2. % txi-de.tex -- German translations for texinfo.tex.
  3. %
  4. % Copyright 1999, 2007, 2008 Free Software Foundation, Inc.
  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 (at
  9. % 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. %
  19. % Written by Karl Heinz Marbaise, 18. January 1999, <kama@hippo.fido.de>
  20. \txisetlanguage{ngerman}{2}{2}
  21. \plainfrenchspacing
  22. % german translation of the used words.
  23. % Don't use checking because if it is our turn they have
  24. % been defined.
  25. \gdef\putwordAppendix{Anhang}
  26. \gdef\putwordChapter{Kapitel}
  27. \gdef\putwordfile{Datei}
  28. \gdef\putwordin{in}
  29. \gdef\putwordInfo{Info}
  30. \gdef\putwordMethodon{Methode von}
  31. \gdef\putwordon{auf}
  32. \gdef\putwordof{von}
  33. \gdef\putwordpage{Seite}
  34. \gdef\putwordsection{Abschnitt}
  35. \gdef\putwordSection{Abschnitt}
  36. \gdef\putwordsee{siehe}
  37. \gdef\putwordSee{Siehe}
  38. \gdef\putwordShortTOC{Kurzverzeichnis}
  39. \gdef\putwordTOC{Inhaltsverzeichnis}
  40. %%
  41. \gdef\putwordNoTitle{Kein Titel}
  42. %%
  43. %% New definition for the output of months.
  44. \gdef\putwordMJan{Januar}
  45. \gdef\putwordMFeb{Februar}
  46. \gdef\putwordMMar{M\"arz}
  47. \gdef\putwordMApr{April}
  48. \gdef\putwordMMai{Mai}
  49. \gdef\putwordMJun{Juni}
  50. \gdef\putwordMJul{Juli}
  51. \gdef\putwordMAug{August}
  52. \gdef\putwordMSep{September}
  53. \gdef\putwordMOct{Oktober}
  54. \gdef\putwordMNov{November}
  55. \gdef\putwordMDec{Dezember}
  56. %%
  57. %% some hyphenation for german language. Might be changed.
  58. \hyphenation{An-hang}
  59. %%\hyphenation{mini-buf-fer mini-buf-fers}
  60. %%\hyphenation{eshell}
  61. %%\hyphenation{white-space}
  62. %%
  63. %% Index handling should also work correct in german
  64. \gdef\putwordIndexNonexistent{(Index ist nicht vorhanden)}
  65. \gdef\putwordIndexIsEmpty{(Der Index ist leer)}
  66. %%
  67. %% \defmac
  68. \gdef\putwordDefmac{Makro}
  69. %% \defspec
  70. \gdef\putwordDefspec{Spezial Form}
  71. %% \defivar
  72. \gdef\putwordDefivar{exemplar Variable}
  73. %% \defvar leave unchanged because no difference in
  74. %% writing but in phonectics.
  75. \gdef\putwordDefvar{Variable}
  76. %% \defopt
  77. \gdef\putwordDefopt{Benutzer Option}
  78. %% \deffun
  79. \gdef\putwordDeffunc{Funktion}