summaryrefslogtreecommitdiffstats
path: root/src/translator_cz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_cz.h')
-rw-r--r--src/translator_cz.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/src/translator_cz.h b/src/translator_cz.h
index e6d7af0..2793519 100644
--- a/src/translator_cz.h
+++ b/src/translator_cz.h
@@ -454,12 +454,6 @@ class TranslatorCzech : public Translator
{ return "Definice maker"; }
/*! This is used in the documentation of a file as a header before the
- * list of function prototypes
- */
- virtual QCString trFuncProtos()
- { return "Prototypy"; }
-
- /*! This is used in the documentation of a file as a header before the
* list of typedefs
*/
virtual QCString trTypedefs()
@@ -496,12 +490,6 @@ class TranslatorCzech : public Translator
{ return "Dokumentace k definicím maker"; }
/*! This is used in the documentation of a file/namespace before the list
- * of documentation blocks for function prototypes
- */
- virtual QCString trFunctionPrototypeDocumentation()
- { return "Dokumentace prototypů"; }
-
- /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs
*/
virtual QCString trTypedefDocumentation()
@@ -552,12 +540,6 @@ class TranslatorCzech : public Translator
result += " programem";
return result;
}
- /*! This is part of the sentence used in the standard footer of each page.
- */
- virtual QCString trWrittenBy()
- {
- return " -- autor ";
- }
/*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName)
@@ -833,12 +815,6 @@ class TranslatorCzech : public Translator
return result;
}
- /*! This is in the (quick) index as a link to the alphabetical compound
- * list.
- */
- virtual QCString trAlphabeticalList()
- { return "Rejstřík tříd"; }
-
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990901
//////////////////////////////////////////////////////////////////////////
@@ -1152,16 +1128,6 @@ class TranslatorCzech : public Translator
}
//////////////////////////////////////////////////////////////////////////
-// new since 1.2.1
-//////////////////////////////////////////////////////////////////////////
-
- /*! Used as a section header for KDE-2 IDL methods */
- virtual QCString trDCOPMethods()
- {
- return "Metody DCOP";
- }
-
-//////////////////////////////////////////////////////////////////////////
// new since 1.2.2
//////////////////////////////////////////////////////////////////////////
@@ -1471,13 +1437,6 @@ class TranslatorCzech : public Translator
// new since 1.3.3
//////////////////////////////////////////////////////////////////////////
- /*! When the search engine is enabled this text is put in the index
- * of each page before the search field.
- */
- virtual QCString trSearchForIndex()
- {
- return "Vyhledat";
- }
/*! This string is used as the title for the page listing the search
* results.
*/
@@ -1856,12 +1815,6 @@ class TranslatorCzech : public Translator
// new since 1.6.3 (missing items for the directory pages)
//////////////////////////////////////////////////////////////////////////
- /*! introduction text for the directory dependency graph */
- virtual QCString trDirDependency(const char *name)
- {
- return (QCString)"Graf závislosti adresářů pro "+name;
- }
-
/*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the
* source file that has a relation to another file.