diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2004-10-05 18:06:58 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2004-10-05 18:06:58 (GMT) |
commit | 89f2e4c8f026df987fab492c050e43011ef96871 (patch) | |
tree | 71b1f69fb092055eb6cb12c050b73c5ff04afd85 /src/translator_fi.h | |
parent | b7473cd86e57053b866a719f160cd4d01e92f092 (diff) | |
download | Doxygen-89f2e4c8f026df987fab492c050e43011ef96871.zip Doxygen-89f2e4c8f026df987fab492c050e43011ef96871.tar.gz Doxygen-89f2e4c8f026df987fab492c050e43011ef96871.tar.bz2 |
Release-1.3.9
Diffstat (limited to 'src/translator_fi.h')
-rw-r--r-- | src/translator_fi.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/translator_fi.h b/src/translator_fi.h index 19d4b62..053e45c 100644 --- a/src/translator_fi.h +++ b/src/translator_fi.h @@ -90,9 +90,6 @@ class TranslatorFinnish : public TranslatorEnglish QCString idLanguage() { return "finnish"; } - QCString latexBabelPackage() - // returns the name of the package that is included by LaTeX - { return "finnish"; } QCString trRelatedFunctions() // used in the compound documentation before a list of related functions. @@ -124,18 +121,6 @@ class TranslatorFinnish : public TranslatorEnglish // header that is put before the list of member attributes. { return "Jäsen Datan Dokumentaatio"; } // "Member Data Documentation" - QCString trGeneratedFrom(const char *s,bool single) - { // here s is one of " Class", " Struct" or " Union" - // single is true implies a single file - QCString result=(QCString)"Tämän "+s+ // "The documentation for this"+s+ - " dokumentaatio on generoitu ";// " was generated from the following file"; - if (single) - result+="seuraavasta tiedostosta:"; - else - result+="seuraavista tiedostoista:"; - return result; - } - QCString trMore() // this is the text of a link put after brief descriptions. { return "Lisää..."; } // "More..." @@ -180,11 +165,6 @@ class TranslatorFinnish : public TranslatorEnglish // put after an undocumented member in the list of all members { return "määritelty"; } // "defined in" - QCString trVerbatimText(const char *f) - // put as in introduction in the verbatim header file of a class. - // parameter f is the name of the include file. - { return (QCString)"Tämä on lyhennetty esitys "+f+" include tiedostosta."; } // "This is the verbatim text of the "+f+" include file." - // quick reference sections QCString trModules() // This is put above each page as a link to the list of all groups of @@ -349,10 +329,6 @@ class TranslatorFinnish : public TranslatorEnglish // list of (global) variables { return "Enumeraation arvot"; } // "Enumeration values" - QCString trAuthor() - // This is used in man pages as the author section. - { return "Tekijä"; } // "Author" - QCString trDefineDocumentation() // This is used in the documentation of a file before the list of // documentation blocks for defines |