| 1 | % txi-de.tex -- adaptation to German for texinfo.tex.
|
|---|
| 2 | % $Id: txi-de.tex,v 1.3 2004/04/11 17:56:45 karl Exp $
|
|---|
| 3 | %
|
|---|
| 4 | % Copyright (C) 1999 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 2, or (at your option)
|
|---|
| 9 | % 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, write to the Free Software
|
|---|
| 18 | % Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|---|
| 19 | %
|
|---|
| 20 | % Written by Karl Heinz Marbaise, 18. January 1999, <kama@hippo.fido.de>
|
|---|
| 21 | %%
|
|---|
| 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 defintion 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}
|
|---|