summaryrefslogtreecommitdiffstats
path: root/src/translator_tw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_tw.h')
-rw-r--r--src/translator_tw.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/src/translator_tw.h b/src/translator_tw.h
index d118ad2..86e0a02 100644
--- a/src/translator_tw.h
+++ b/src/translator_tw.h
@@ -418,12 +418,6 @@ class TranslatorChinesetraditional : public Translator
{ 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()
@@ -460,12 +454,6 @@ class TranslatorChinesetraditional : public Translator
{ 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()
@@ -520,12 +508,6 @@ class TranslatorChinesetraditional : public Translator
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)
@@ -788,12 +770,6 @@ class TranslatorChinesetraditional : public Translator
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
//////////////////////////////////////////////////////////////////////////
@@ -1095,16 +1071,6 @@ class TranslatorChinesetraditional : public Translator
}
//////////////////////////////////////////////////////////////////////////
-// 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
//////////////////////////////////////////////////////////////////////////
@@ -1432,14 +1398,6 @@ class TranslatorChinesetraditional : public Translator
// 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.
*/
@@ -1790,12 +1748,6 @@ class TranslatorChinesetraditional : 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)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.