summaryrefslogtreecommitdiffstats
path: root/src/translator_jp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_jp.h')
-rw-r--r--src/translator_jp.h48
1 files changed, 1 insertions, 47 deletions
diff --git a/src/translator_jp.h b/src/translator_jp.h
index 8e973cf..22b9cd7 100644
--- a/src/translator_jp.h
+++ b/src/translator_jp.h
@@ -37,15 +37,11 @@ class TranslatorJapanese : public TranslatorAdapter_1_6_0
public:
virtual QCString idLanguage()
{ return "japanese"; }
+
virtual QCString latexLanguageSupportCommand()
{
return "";
}
- /*! returns the name of the package that is included by LaTeX */
- virtual QCString idLanguageCharset()
- {
- return "utf-8";
- }
/*! used in the compound documentation before a list of related functions. */
virtual QCString trRelatedFunctions()
@@ -378,12 +374,6 @@ class TranslatorJapanese : 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()
@@ -419,12 +409,6 @@ class TranslatorJapanese : 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()
@@ -472,12 +456,6 @@ class TranslatorJapanese : public TranslatorAdapter_1_6_0
result+=(QCString)date+"に生成されました。";
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)
@@ -744,12 +722,6 @@ class TranslatorJapanese : 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
//////////////////////////////////////////////////////////////////////////
@@ -1049,16 +1021,6 @@ class TranslatorJapanese : 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
//////////////////////////////////////////////////////////////////////////
@@ -1405,14 +1367,6 @@ class TranslatorJapanese : 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.
*/