diff options
Diffstat (limited to 'src/translator_de.h')
-rw-r--r-- | src/translator_de.h | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/src/translator_de.h b/src/translator_de.h index faaf665..4f8ddf2 100644 --- a/src/translator_de.h +++ b/src/translator_de.h @@ -25,26 +25,8 @@ class TranslatorGerman : public Translator { public: - //-------------------------------------------------------------------- - // NOTICE: - // the following functions are now obsolete: these are no longer used and - // will disappear in future versions. You do not have to translate them! - QCString trInherits() - { return "Abgeleitet von "; } - QCString trAnd() - { return "und"; } - QCString trInheritedBy() - { return "Basisklasse für"; } - QCString trReference() - { return "Verweis"; } - QCString trReimplementedFrom() - { return "Implementiert von"; } - QCString trReimplementedIn() - { return "erneute Implementation in"; } - QCString trIncludeFile() - { return "Include-Datei"; } - // end of obsolete functions - //-------------------------------------------------------------------- + QCString idLanguage() + { return "german"; } QCString latexBabelPackage() // returns the name of the package that is included by LaTeX |