summaryrefslogtreecommitdiffstats
path: root/src/translator_fi.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-10-05 18:06:58 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2004-10-05 18:06:58 (GMT)
commitdeb9b8d40d7ac7d0c576ac9401aaed9e21ccdc58 (patch)
tree71b1f69fb092055eb6cb12c050b73c5ff04afd85 /src/translator_fi.h
parentf08cd6363f5da22b2452d4f937fef68220fcb081 (diff)
downloadDoxygen-deb9b8d40d7ac7d0c576ac9401aaed9e21ccdc58.zip
Doxygen-deb9b8d40d7ac7d0c576ac9401aaed9e21ccdc58.tar.gz
Doxygen-deb9b8d40d7ac7d0c576ac9401aaed9e21ccdc58.tar.bz2
Release-1.3.9
Diffstat (limited to 'src/translator_fi.h')
-rw-r--r--src/translator_fi.h24
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