diff options
Diffstat (limited to 'src/translator_sv.h')
-rw-r--r-- | src/translator_sv.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/translator_sv.h b/src/translator_sv.h index e0cd4f9..4ef2bc4 100644 --- a/src/translator_sv.h +++ b/src/translator_sv.h @@ -370,8 +370,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0 virtual QCString trDefines() { return "Definitioner"; } - virtual QCString trFuncProtos() - { return "Funktionsprototyper"; } virtual QCString trTypedefs() { return "Typdefinitioner"; } virtual QCString trEnumerations() @@ -387,9 +385,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0 virtual QCString trDefineDocumentation() { return "Dokumentation över definitioner"; } - virtual QCString trFunctionPrototypeDocumentation() - { return "Dokumentation över funktionsprototyper"; } - virtual QCString trTypedefDocumentation() { return "Dokumentation över typdefinitioner"; } @@ -425,11 +420,6 @@ class TranslatorSwedish : public TranslatorAdapter_1_6_0 return result; } - virtual QCString trWrittenBy() - { - return "skriven av"; - } - virtual QCString trClassDiagram(const char *clName) { return (QCString)"Klassdiagram för "+clName; @@ -652,13 +642,6 @@ class TranslatorSwedish : 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 "Alfabetisk lista"; - } ////////////////////////////////////////////////////////////////////////// // new since 0.49-990901 ////////////////////////////////////////////////////////////////////////// @@ -973,16 +956,6 @@ class TranslatorSwedish : 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 metoder"; - } - -////////////////////////////////////////////////////////////////////////// // new since 1.2.2 ////////////////////////////////////////////////////////////////////////// @@ -1308,14 +1281,6 @@ class TranslatorSwedish : 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 "Sök efter"; - } /*! This string is used as the title for the page listing the search * results. */ |