diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2001-04-30 17:28:34 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2001-04-30 17:28:34 (GMT) |
commit | f7c8264049868843f3ee7e8ce8f418c0e1c31374 (patch) | |
tree | e2fe643e6fc6aabac8311560e2258318c1dead5a /src/translator_jp.h | |
parent | 47fa8f358883b25263b725f6d33d2f5800d45ebf (diff) | |
download | Doxygen-f7c8264049868843f3ee7e8ce8f418c0e1c31374.zip Doxygen-f7c8264049868843f3ee7e8ce8f418c0e1c31374.tar.gz Doxygen-f7c8264049868843f3ee7e8ce8f418c0e1c31374.tar.bz2 |
Release-1.2.7
Diffstat (limited to 'src/translator_jp.h')
-rw-r--r-- | src/translator_jp.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/translator_jp.h b/src/translator_jp.h index c97a6af..e6f4eae 100644 --- a/src/translator_jp.h +++ b/src/translator_jp.h @@ -18,9 +18,9 @@ #ifndef TRANSLATOR_JP_H #define TRANSLATOR_JP_H -#include "translator.h" +#include "translator_adapter.h" -class TranslatorJapanese : public Translator +class TranslatorJapanese : public TranslatorAdapter_1_2_5 { public: QCString idLanguage() @@ -402,48 +402,48 @@ class TranslatorJapanese : public Translator return (QCString)clName+"に対するクラス階層図"; } - /*! this text is generated when the \internal command is used. */ + /*! this text is generated when the \\internal command is used. */ QCString trForInternalUseOnly() { return "内部使用のみ。"; } - /*! this text is generated when the \reimp command is used. */ + /*! this text is generated when the \\reimp command is used. */ QCString trReimplementedForInternalReasons() { return "内部的な理由により再実装されましたが、APIには影響しません。"; } - /*! this text is generated when the \warning command is used. */ + /*! this text is generated when the \\warning command is used. */ QCString trWarning() { return "警告"; } - /*! this text is generated when the \bug command is used. */ + /*! this text is generated when the \\bug command is used. */ QCString trBugsAndLimitations() { return "バグと制限"; } - /*! this text is generated when the \version command is used. */ + /*! this text is generated when the \\version command is used. */ QCString trVersion() { return "バージョン"; } - /*! this text is generated when the \date command is used. */ + /*! this text is generated when the \\date command is used. */ QCString trDate() { return "日付"; } - /*! this text is generated when the \author command is used. */ + /*! this text is generated when the \\author command is used. */ QCString trAuthors() { return "作者"; } - /*! this text is generated when the \return command is used. */ + /*! this text is generated when the \\return command is used. */ QCString trReturns() { return "戻り値"; } - /*! this text is generated when the \sa command is used. */ + /*! this text is generated when the \\sa command is used. */ QCString trSeeAlso() { return "参照"; } - /*! this text is generated when the \param command is used. */ + /*! this text is generated when the \\param command is used. */ QCString trParameters() { return "引数"; } - /*! this text is generated when the \exception command is used. */ + /*! this text is generated when the \\exception command is used. */ QCString trExceptions() { return "例外"; } |