summaryrefslogtreecommitdiffstats
path: root/src/translator_fi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_fi.h')
-rw-r--r--src/translator_fi.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/translator_fi.h b/src/translator_fi.h
index 050a58b..876b494 100644
--- a/src/translator_fi.h
+++ b/src/translator_fi.h
@@ -479,12 +479,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0
{ return "Määrittelyt"; } // "Defines"
/*! This is used in the documentation of a file as a header before the
- * list of function prototypes
- */
- virtual QCString trFuncProtos()
- { return "Funktioiden prototyypit"; } // "Function Prototypes"
-
- /*! This is used in the documentation of a file as a header before the
* list of typedefs
*/
virtual QCString trTypedefs()
@@ -579,12 +573,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0
result+=(QCString)date+" ";
return result;
}
- /*! This is part of the sentence used in the standard footer of each page.
- */
- virtual QCString trWrittenBy()
- {
- return "kirjoittanut"; // "written by"
- }
/*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName)
@@ -847,12 +835,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0
return result;
}
- /*! This is in the (quick) index as a link to the alphabetical compound
- * list.
- */
- virtual QCString trAlphabeticalList()
- { return "Aakkosellinen lista"; } // "Alphabetical List"
-
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990901
//////////////////////////////////////////////////////////////////////////
@@ -1205,16 +1187,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0
}
//////////////////////////////////////////////////////////////////////////
-// new since 1.2.1
-//////////////////////////////////////////////////////////////////////////
-
- /*! Used as a section header for KDE-2 IDL methods */
- virtual QCString trDCOPMethods()
- {
- return "DCOP-jäsenfunktiot"; // "DCOP Member Functions"
- }
-
-//////////////////////////////////////////////////////////////////////////
// new since 1.2.2
//////////////////////////////////////////////////////////////////////////
@@ -1557,14 +1529,6 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0
// new since 1.3.3
//////////////////////////////////////////////////////////////////////////
- /*! When the search engine is enabled this text is put in the header
- * of each page before the field where one can enter the text to search
- * for.
- */
- virtual QCString trSearchForIndex()
- {
- return "Etsi"; // "Search for"
- }
/*! This string is used as the title for the page listing the search
* results.
*/