diff options
Diffstat (limited to 'src/translator_mk.h')
-rw-r--r-- | src/translator_mk.h | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/src/translator_mk.h b/src/translator_mk.h index 3cf7bf6..15da8e1 100644 --- a/src/translator_mk.h +++ b/src/translator_mk.h @@ -404,12 +404,6 @@ class TranslatorMacedonian : public TranslatorAdapter_1_6_0 { return "Дефинирања"; } /*! This is used in the documentation of a file as a header before the - * list of function prototypes - */ - virtual QCString trFuncProtos() - { return "Прототипи на Функции"; } - - /*! This is used in the documentation of a file as a header before the * list of typedefs */ virtual QCString trTypedefs() @@ -446,12 +440,6 @@ class TranslatorMacedonian : public TranslatorAdapter_1_6_0 { return "Документција на Дефиниции"; } /*! This is used in the documentation of a file/namespace before the list - * of documentation blocks for function prototypes - */ - virtual QCString trFunctionPrototypeDocumentation() - { return "Документација на Прототип на Функции"; } - - /*! This is used in the documentation of a file/namespace before the list * of documentation blocks for typedefs */ virtual QCString trTypedefDocumentation() @@ -500,12 +488,6 @@ class TranslatorMacedonian : public TranslatorAdapter_1_6_0 result+=(QCString)" од"; return result; } - /*! This is part of the sentence used in the standard footer of each page. - */ - virtual QCString trWrittenBy() - { - return "напишано од"; - } /*! this text is put before a class diagram */ virtual QCString trClassDiagram(const char *clName) @@ -768,12 +750,6 @@ class TranslatorMacedonian : 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 "Азбучен Список"; } - ////////////////////////////////////////////////////////////////////////// // new since 0.49-990901 ////////////////////////////////////////////////////////////////////////// @@ -1074,16 +1050,6 @@ class TranslatorMacedonian : 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 Функции Членови"; - } - -////////////////////////////////////////////////////////////////////////// // new since 1.2.2 ////////////////////////////////////////////////////////////////////////// @@ -1426,14 +1392,6 @@ class TranslatorMacedonian : 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 "Пребарај"; - } /*! This string is used as the title for the page listing the search * results. */ |