summaryrefslogtreecommitdiffstats
path: root/src/translator_jp.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2000-07-03 17:43:17 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2000-07-03 17:43:17 (GMT)
commite3baf8c5ec430e5f09f00384ebdfa35242fd3316 (patch)
treed1720b58a91abcbfb70196c277ad3b7a11da8263 /src/translator_jp.h
parent1b2fd16cd8ed1830a7743a55dc1b9ec3ec59ad98 (diff)
downloadDoxygen-e3baf8c5ec430e5f09f00384ebdfa35242fd3316.zip
Doxygen-e3baf8c5ec430e5f09f00384ebdfa35242fd3316.tar.gz
Doxygen-e3baf8c5ec430e5f09f00384ebdfa35242fd3316.tar.bz2
Release-1.1.5
Diffstat (limited to 'src/translator_jp.h')
-rw-r--r--src/translator_jp.h29
1 files changed, 2 insertions, 27 deletions
diff --git a/src/translator_jp.h b/src/translator_jp.h
index 38c8670..650dc5d 100644
--- a/src/translator_jp.h
+++ b/src/translator_jp.h
@@ -23,33 +23,8 @@
class TranslatorJapanese : public Translator
{
public:
- //--------------------------------------------------------------------
- // NOTICE:
- // the following functions are now obsolete: these are no longer used and
- // will disappear in future versions. You do not have to translate them!
- QCString trInherits()
- { return "継承"; }
- QCString trAnd()
- { return "と"; }
- QCString trInheritedBy()
- { return "次に継承されています。"; }
- QCString trReference()
- { return "リファレンス"; }
- QCString trReimplementedFrom()
- { return "次を再定義"; }
- QCString trReimplementedIn()
- { return "次で再定義"; }
- QCString trIncludeFile()
- { return "インクルードファイル"; }
- QCString trGeneratedFrom(const char *s,bool)
- {
- QCString result=(QCString)"この"+s+
- "に対するドキュメントは以下のファイルから生成されました。";
- return result;
- }
- // end of obsolete functions
- //--------------------------------------------------------------------
-
+ QCString idLanguage()
+ { return "japanese"; }
/*! returns the name of the package that is included by LaTeX */
QCString latexBabelPackage()
{ return "a4j"; }