diff options
Diffstat (limited to 'src/translator_lt.h')
-rw-r--r-- | src/translator_lt.h | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/src/translator_lt.h b/src/translator_lt.h index aaa6691..9edbe57 100644 --- a/src/translator_lt.h +++ b/src/translator_lt.h @@ -408,12 +408,6 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6 { return "Apibrėžimai"; } /*! This is used in the documentation of a file as a header before the - * list of function prototypes - */ - virtual QCString trFuncProtos() - { return "Funkcijų Prototipai"; } - - /*! This is used in the documentation of a file as a header before the * list of typedefs */ virtual QCString trTypedefs() @@ -450,12 +444,6 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6 { return "Apibrėžimų Dokumentacija"; } /*! This is used in the documentation of a file/namespace before the list - * of documentation blocks for function prototypes - */ - virtual QCString trFunctionPrototypeDocumentation() - { return "Funkcijų Prototipų Dokumentacija"; } - - /*! This is used in the documentation of a file/namespace before the list * of documentation blocks for typedefs */ virtual QCString trTypedefDocumentation() @@ -504,12 +492,6 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6 result+=(QCString)" ";/*FIXME*/ return result; } - /*! This is part of the sentence used in the standard footer of each page. - */ - virtual QCString trWrittenBy() - { - return "parašyta"; - } /*! this text is put before a class diagram */ virtual QCString trClassDiagram(const char *clName) @@ -771,12 +753,6 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6 return result; } - /*! This is in the (quick) index as a link to the alphabetical compound - * list. - */ - virtual QCString trAlphabeticalList() - { return "Abėcėlinis Sąrašas"; } - ////////////////////////////////////////////////////////////////////////// // new since 0.49-990901 ////////////////////////////////////////////////////////////////////////// @@ -1078,16 +1054,6 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6 } ////////////////////////////////////////////////////////////////////////// -// new since 1.2.1 -////////////////////////////////////////////////////////////////////////// - - /*! Used as a section header for KDE-2 IDL methods */ - virtual QCString trDCOPMethods() - { - return "DCOP Metodai"; - } - -////////////////////////////////////////////////////////////////////////// // new since 1.2.2 ////////////////////////////////////////////////////////////////////////// @@ -1436,14 +1402,6 @@ class TranslatorLithuanian : public TranslatorAdapter_1_4_6 // 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 "Ieškoti"; - } /*! This string is used as the title for the page listing the search * results. */ |