diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-03 17:43:17 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-03 17:43:17 (GMT) |
commit | e3baf8c5ec430e5f09f00384ebdfa35242fd3316 (patch) | |
tree | d1720b58a91abcbfb70196c277ad3b7a11da8263 /src/translator_it.h | |
parent | 1b2fd16cd8ed1830a7743a55dc1b9ec3ec59ad98 (diff) | |
download | Doxygen-e3baf8c5ec430e5f09f00384ebdfa35242fd3316.zip Doxygen-e3baf8c5ec430e5f09f00384ebdfa35242fd3316.tar.gz Doxygen-e3baf8c5ec430e5f09f00384ebdfa35242fd3316.tar.bz2 |
Release-1.1.5
Diffstat (limited to 'src/translator_it.h')
-rw-r--r-- | src/translator_it.h | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/src/translator_it.h b/src/translator_it.h index f032b52..23e7ce1 100644 --- a/src/translator_it.h +++ b/src/translator_it.h @@ -33,34 +33,8 @@ class TranslatorItalian : 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 "Inherits"; } - QCString trAnd() - { return "and"; } - QCString trInheritedBy() - { return "Inherited By"; } - QCString trReference() - { return "Reference"; } - QCString trReimplementedFrom() - { return "Reimplemented from"; } - QCString trReimplementedIn() - { return "Reimplemented in"; } - QCString trIncludeFile() - { return "Include File"; } - QCString trGeneratedFrom(const char *s,bool single) - { - QCString result=(QCString)"The documentation for this"+s+ - " was generated from the following file"; - if (single) result+=":"; else result+="s:"; - return result; - } - // end of obsolete functions - //-------------------------------------------------------------------- - + QCString idLanguage() + { return "italian"; } /*! returns the name of the package that is included by LaTeX */ QCString latexBabelPackage() { return "italian"; } |