summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuo Sekine <sekine.t@gmail.com>2006-03-07 14:44:13 +0000
committerTatsuo Sekine <sekine.t@gmail.com>2006-03-07 14:44:13 +0000
commitd14abb96190b81180656638723f48d4d3b842e6f (patch)
tree8ec0020ec9e30a0d9182c54bafdd066128459624
parenta90f49306ce4e53b7f3631e09895e35a40312403 (diff)
downloadfedora-doc-utils-d14abb96190b81180656638723f48d4d3b842e6f.tar.gz
fedora-doc-utils-d14abb96190b81180656638723f48d4d3b842e6f.tar.xz
fedora-doc-utils-d14abb96190b81180656638723f48d4d3b842e6f.zip
add ja_JP entities
-rw-r--r--common/entities/Makefile2
-rw-r--r--common/entities/entities-ja_JP.ent76
-rw-r--r--common/entities/entities-ja_JP.xml189
-rw-r--r--common/entities/ja_JP.po237
4 files changed, 503 insertions, 1 deletions
diff --git a/common/entities/Makefile b/common/entities/Makefile
index 528ddcd..745bd52 100644
--- a/common/entities/Makefile
+++ b/common/entities/Makefile
@@ -1,5 +1,5 @@
PRI_LANG=en_US
-OTHERS =de en it pt_BR ru zh_CN
+OTHERS =de en it pt_BR ru zh_CN ja_JP
#######################################################################
# PLEASE:
diff --git a/common/entities/entities-ja_JP.ent b/common/entities/entities-ja_JP.ent
new file mode 100644
index 0000000..692370c
--- /dev/null
+++ b/common/entities/entities-ja_JP.ent
@@ -0,0 +1,76 @@
+<!-- Group: Automatic Entities -->
+<!ENTITY FDPCOMMONDIR "../docs-common/common" > <!-- Base directory -->
+ <!-- These common entities are useful shorthand terms and names, which may be subject to change at anytime. This is an important value the the entity provides: a single location to update terms and common names. -->
+
+ <!-- Group: Fedora common entries -->
+
+ <!ENTITY FED "Fedora" > <!-- Generic root term -->
+ <!ENTITY CORE "Core" > <!-- Generic root term -->
+ <!ENTITY FC "&FED; &CORE;" > <!-- Generic main project name -->
+ <!ENTITY DISTRO "&FC;" > <!-- Legacy Entity -->
+ <!ENTITY FCX "FC" > <!-- Short project name -->
+ <!ENTITY FP "&FED; Project" > <!-- Generic overall project name -->
+ <!ENTITY FDP "&FED; Docs Project" > <!-- Generic docs project name -->
+ <!ENTITY FDPX "&FED; Docs Project" > <!-- Short docs project name -->
+ <!ENTITY EX "Extras" > <!-- cf. Core -->
+ <!ENTITY FEX "&FED; &EX;" > <!-- cf. Fedora Core -->
+ <!ENTITY FDP-URL "<ulink url='http://fedora.redhat.com/projects/docs/'/>" > <!-- Fedora Docs Project URL -->
+ <!ENTITY FP-URL "<ulink url='http://fedora.redhat.com/'/>" > <!-- Fedora Project URL -->
+ <!ENTITY FDPDOCS-URL "<ulink url='http://fedora.redhat.com/docs/'/>" > <!-- Fedora Documentation (repository) URL -->
+ <!ENTITY BZ "Bugzilla" > <!-- Bugzilla -->
+ <!ENTITY BZ-URL "<ulink url='http://bugzilla.redhat.com'/>" > <!-- Bugzilla URL -->
+ <!ENTITY BZ-PROD "&FED; Documentation" > <!-- Bugzilla product for Fedora Docs -->
+
+ <!-- Group: Fedora Version Numbers -->
+
+ <!ENTITY FCVER "4" > <!-- Current release version of main project -->
+ <!ENTITY TESTVER "test3" > <!-- Current test number of main project -->
+ <!ENTITY FCTESTVER "5 &TESTVER;" > <!-- Current test version of main project -->
+
+ <!-- Group: Other common names -->
+
+ <!ENTITY RH "Red Hat" > <!-- The generic term "Red Hat" -->
+ <!ENTITY FORMAL-RHI "&RH; Inc." > <!-- The generic term "Red Hat, Inc." -->
+ <!ENTITY RHL "&RH; Linux" > <!-- The generic term "Red Hat Linux" -->
+ <!ENTITY RHN "&RH; Network" > <!-- The generic term "Red Hat Network" -->
+ <!ENTITY RHEL "&RH; Enterprise Linux" > <!-- The generic term "Red Hat Enterprise Linux" -->
+
+ <!-- Group: Technology terms -->
+
+ <!ENTITY SEL "SELinux" > <!-- Generic technology term -->
+
+ <!-- Group: Common doc files -->
+
+ <!ENTITY LEGALNOTICE SYSTEM "../docs-common/common/legalnotice-en.xml" > <!-- FIXME: PLEASE DEFINE ME -->
+ <!ENTITY LEGALNOTICE-CONTENT SYSTEM "../docs-common/common/legalnotice-content-en.xml" > <!-- FIXME: PLEASE DEFINE ME -->
+ <!ENTITY LEGALNOTICE-OPL SYSTEM "../docs-common/common/legalnotice-opl-en.xml" > <!-- FIXME: PLEASE DEFINE ME -->
+ <!ENTITY LEGALNOTICE-OPL-CONTENT SYSTEM "../docs-common/common/opl.xml" > <!-- FIXME: PLEASE DEFINE ME -->
+ <!ENTITY LEGALNOTICE-RELNOTES SYSTEM "../docs-common/common/legalnotice-relnotes-en.xml" > <!-- FIXME: PLEASE DEFINE ME -->
+ <!ENTITY LEGALNOTICE-SECTION SYSTEM "../docs-common/common/legalnotice-section-en.xml" > <!-- FIXME: PLEASE DEFINE ME -->
+ <!ENTITY BUG-REPORTING SYSTEM "../docs-common/common/bugreporting-en.xml" > <!-- FIXME: PLEASE DEFINE ME -->
+
+ <!-- Group: Common applications -->
+
+
+ <!-- Group: Required by build scripts -->
+
+ <!ENTITY PROJECT "&FP;" > <!-- FIXME: PLEASE DEFINE ME -->
+
+ <!-- Group: Tutorial Titles -->
+
+ <!ENTITY IG "Installation Guide" > <!-- FIXME: PLEASE DEFINE ME -->
+ <!ENTITY DOCG "Documentation Guide" > <!-- FIXME: PLEASE DEFINE ME -->
+
+ <!-- Group: Tutorial URL's -->
+
+ <!ENTITY IG-URL "<ulink url='http://fedora.redhat.com/docs/fedora-install-guide-en/'/>" > <!-- FIXME: PLEASE DEFINE ME -->
+ <!ENTITY DOCG-URL "<ulink url='http://fedora.redhat.com/participate/documentation-guide/'/>" > <!-- FIXME: PLEASE DEFINE ME -->
+
+ <!-- Group: Status notices -->
+
+ <!ENTITY DRAFTNOTICE SYSTEM "draftnotice-en.xml" > <!-- FIXME: PLEASE DEFINE ME -->
+ <!ENTITY LEGACYNOTICE SYSTEM "legacynotice-en.xml" > <!-- FIXME: PLEASE DEFINE ME -->
+ <!ENTITY OBSOLETENOTICE SYSTEM "obsoletenotice-en.xml" > <!-- FIXME: PLEASE DEFINE ME -->
+ <!ENTITY DEPRECATEDNOTICE SYSTEM "deprecatednotice-en.xml" > <!-- FIXME: PLEASE DEFINE ME -->
+
+
diff --git a/common/entities/entities-ja_JP.xml b/common/entities/entities-ja_JP.xml
new file mode 100644
index 0000000..c9420b8
--- /dev/null
+++ b/common/entities/entities-ja_JP.xml
@@ -0,0 +1,189 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<!DOCTYPE entities SYSTEM "entities.dtd">
+<entities>
+ <title>These common entities are useful shorthand terms and names, which may be subject to change at anytime. This is an important value the the entity provides: a single location to update terms and common names.</title>
+ <group name="Fedora common entries">
+ <entity name="FED">
+ <comment>Generic root term</comment>
+ <text>Fedora</text>
+ </entity>
+ <entity name="CORE">
+ <comment>Generic root term</comment>
+ <text>Core</text>
+ </entity>
+ <entity name="FC">
+ <comment>Generic main project name</comment>
+ <text><use entity="FED"/> <use entity="CORE"/></text>
+ </entity>
+ <entity name="DISTRO">
+ <comment>Legacy Entity</comment>
+ <text><use entity="FC"/></text>
+ </entity>
+ <entity name="FCX">
+ <comment>Short project name</comment>
+ <text>FC</text>
+ </entity>
+ <entity name="FP">
+ <comment>Generic overall project name</comment>
+ <text><use entity="FED"/> Project</text>
+ </entity>
+ <entity name="FDP">
+ <comment>Generic docs project name</comment>
+ <text><use entity="FED"/> Docs Project</text>
+ </entity>
+ <entity name="FDPX">
+ <comment>Short docs project name</comment>
+ <text><use entity="FED"/> Docs Project</text>
+ </entity>
+ <entity name="EX">
+ <comment>cf. Core</comment>
+ <text>Extras</text>
+ </entity>
+ <entity name="FEX">
+ <comment>cf. Fedora Core</comment>
+ <text><use entity="FED"/> <use entity="EX"/></text>
+ </entity>
+ <entity name="FDP-URL">
+ <comment>Fedora Docs Project URL</comment>
+ <text><ulink url="http://fedora.redhat.com/projects/docs/"/></text>
+ </entity>
+ <entity name="FP-URL">
+ <comment>Fedora Project URL</comment>
+ <text><ulink url="http://fedora.redhat.com/"/></text>
+ </entity>
+ <entity name="FDPDOCS-URL">
+ <comment>Fedora Documentation (repository) URL</comment>
+ <text><ulink url="http://fedora.redhat.com/docs/"/></text>
+ </entity>
+ <entity name="BZ">
+ <comment>Bugzilla</comment>
+ <text>Bugzilla</text>
+ </entity>
+ <entity name="BZ-URL">
+ <comment>Bugzilla URL</comment>
+ <text><ulink url="http://bugzilla.redhat.com"/></text>
+ </entity>
+ <entity name="BZ-PROD">
+ <comment>Bugzilla product for Fedora Docs</comment>
+ <text><use entity="FED"/> Documentation</text>
+ </entity>
+ </group>
+ <group name="Fedora Version Numbers">
+ <entity name="FCVER">
+ <comment>Current release version of main project</comment>
+ <text>4</text>
+ </entity>
+ <entity name="TESTVER">
+ <comment>Current test number of main project</comment>
+ <text>test3</text>
+ </entity>
+ <entity name="FCTESTVER">
+ <comment>Current test version of main project</comment>
+ <text>5 <use entity="TESTVER"/></text>
+ </entity>
+ </group>
+ <group name="Other common names">
+ <entity name="RH">
+ <comment>The generic term "Red Hat"</comment>
+ <text>Red Hat</text>
+ </entity>
+ <entity name="FORMAL-RHI">
+ <comment>The generic term "Red Hat, Inc."</comment>
+ <text><use entity="RH"/> Inc.</text>
+ </entity>
+ <entity name="RHL">
+ <comment>The generic term "Red Hat Linux"</comment>
+ <text><use entity="RH"/> Linux</text>
+ </entity>
+ <entity name="RHN">
+ <comment>The generic term "Red Hat Network"</comment>
+ <text><use entity="RH"/> Network</text>
+ </entity>
+ <entity name="RHEL">
+ <comment>The generic term "Red Hat Enterprise Linux"</comment>
+ <text><use entity="RH"/> Enterprise Linux</text>
+ </entity>
+ </group>
+ <group name="Technology terms">
+ <entity name="SEL">
+ <comment>Generic technology term</comment>
+ <text>SELinux</text>
+ </entity>
+ </group>
+ <group name="Common doc files">
+ <entity name="LEGALNOTICE" kind="fdpcommon">
+ <comment/>
+ <text>legalnotice-en.xml</text>
+ </entity>
+ <entity name="LEGALNOTICE-CONTENT" kind="fdpcommon">
+ <comment/>
+ <text>legalnotice-content-en.xml</text>
+ </entity>
+ <entity name="LEGALNOTICE-OPL" kind="fdpcommon">
+ <comment/>
+ <text>legalnotice-opl-en.xml</text>
+ </entity>
+ <entity name="LEGALNOTICE-OPL-CONTENT" kind="fdpcommon">
+ <comment/>
+ <text>opl.xml</text>
+ </entity>
+ <entity name="LEGALNOTICE-RELNOTES" kind="fdpcommon">
+ <comment/>
+ <text>legalnotice-relnotes-en.xml</text>
+ </entity>
+ <entity name="LEGALNOTICE-SECTION" kind="fdpcommon">
+ <comment/>
+ <text>legalnotice-section-en.xml</text>
+ </entity>
+ <entity name="BUG-REPORTING" kind="fdpcommon">
+ <comment/>
+ <text>bugreporting-en.xml</text>
+ </entity>
+ </group>
+ <group name="Common applications">
+ </group>
+ <group name="Required by build scripts">
+ <entity name="PROJECT">
+ <comment/>
+ <text><use entity="FP"/></text>
+ </entity>
+ </group>
+ <group name="Tutorial Titles">
+ <entity name="IG">
+ <comment/>
+ <text>Installation Guide</text>
+ </entity>
+ <entity name="DOCG">
+ <comment/>
+ <text>Documentation Guide</text>
+ </entity>
+ </group>
+ <group name="Tutorial URL's">
+ <entity name="IG-URL">
+ <comment/>
+ <text><ulink url="http://fedora.redhat.com/docs/fedora-install-guide-en/"/></text>
+ </entity>
+ <entity name="DOCG-URL">
+ <comment/>
+ <text><ulink url="http://fedora.redhat.com/participate/documentation-guide/"/></text>
+ </entity>
+ </group>
+ <group name="Status notices">
+ <entity name="DRAFTNOTICE" kind="system">
+ <comment/>
+ <text>draftnotice-en.xml</text>
+ </entity>
+ <entity name="LEGACYNOTICE" kind="system">
+ <comment/>
+ <text>legacynotice-en.xml</text>
+ </entity>
+ <entity name="OBSOLETENOTICE" kind="system">
+ <comment/>
+ <text>obsoletenotice-en.xml</text>
+ </entity>
+ <entity name="DEPRECATEDNOTICE" kind="system">
+ <comment/>
+ <text>deprecatednotice-en.xml</text>
+ </entity>
+ </group>
+</entities>
diff --git a/common/entities/ja_JP.po b/common/entities/ja_JP.po
new file mode 100644
index 0000000..ff7db09
--- /dev/null
+++ b/common/entities/ja_JP.po
@@ -0,0 +1,237 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ja_JP\n"
+"POT-Creation-Date: 2006-03-07 23:39+0900\n"
+"PO-Revision-Date: 2006-03-07 23:37+0900\n"
+"Last-Translator: Tatsuo Sekine <tsekine@sdri.co.jp>\n"
+"Language-Team: Japanese <fedora-trans-ja@redhat.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: entities-en_US.xml:4(title)
+msgid ""
+"These common entities are useful shorthand terms and names, which may be "
+"subject to change at anytime. This is an important value the the entity "
+"provides: a single location to update terms and common names."
+msgstr ""
+"These common entities are useful shorthand terms and names, which may be "
+"subject to change at anytime. This is an important value the the entity "
+"provides: a single location to update terms and common names."
+
+#: entities-en_US.xml:7(comment) entities-en_US.xml:11(comment)
+msgid "Generic root term"
+msgstr "Generic root term"
+
+#: entities-en_US.xml:8(text)
+msgid "Fedora"
+msgstr "Fedora"
+
+#: entities-en_US.xml:12(text)
+msgid "Core"
+msgstr "Core"
+
+#: entities-en_US.xml:15(comment)
+msgid "Generic main project name"
+msgstr "Generic main project name"
+
+#: entities-en_US.xml:19(comment)
+msgid "Legacy Entity"
+msgstr "Legacy Entity"
+
+#: entities-en_US.xml:23(comment)
+msgid "Short project name"
+msgstr "Short project name"
+
+#: entities-en_US.xml:24(text)
+msgid "FC"
+msgstr "FC"
+
+#: entities-en_US.xml:27(comment)
+msgid "Generic overall project name"
+msgstr "Generic overall project name"
+
+#: entities-en_US.xml:28(text)
+msgid "<use entity=\"FED\"/> Project"
+msgstr "<use entity=\"FED\"/> Project"
+
+#: entities-en_US.xml:31(comment)
+msgid "Generic docs project name"
+msgstr "Generic docs project name"
+
+#: entities-en_US.xml:32(text) entities-en_US.xml:36(text)
+msgid "<use entity=\"FED\"/> Docs Project"
+msgstr "<use entity=\"FED\"/> Docs Project"
+
+#: entities-en_US.xml:35(comment)
+msgid "Short docs project name"
+msgstr "Short docs project name"
+
+#: entities-en_US.xml:39(comment)
+msgid "cf. Core"
+msgstr "cf. Core"
+
+#: entities-en_US.xml:40(text)
+msgid "Extras"
+msgstr "Extras"
+
+#: entities-en_US.xml:43(comment)
+msgid "cf. Fedora Core"
+msgstr "cf. Fedora Core"
+
+#: entities-en_US.xml:47(comment)
+msgid "Fedora Docs Project URL"
+msgstr "Fedora Docs Project URL"
+
+#: entities-en_US.xml:51(comment)
+msgid "Fedora Project URL"
+msgstr "Fedora Project URL"
+
+#: entities-en_US.xml:55(comment)
+msgid "Fedora Documentation (repository) URL"
+msgstr "Fedora Documentation (repository) URL"
+
+#: entities-en_US.xml:59(comment) entities-en_US.xml:60(text)
+msgid "Bugzilla"
+msgstr "Bugzilla"
+
+#: entities-en_US.xml:63(comment)
+msgid "Bugzilla URL"
+msgstr "Bugzilla URL"
+
+#: entities-en_US.xml:67(comment)
+msgid "Bugzilla product for Fedora Docs"
+msgstr "Bugzilla product for Fedora Docs"
+
+#: entities-en_US.xml:68(text)
+msgid "<use entity=\"FED\"/> Documentation"
+msgstr "<use entity=\"FED\"/> Documentation"
+
+#: entities-en_US.xml:73(comment)
+msgid "Current release version of main project"
+msgstr "Current release version of main project"
+
+#: entities-en_US.xml:74(text)
+msgid "4"
+msgstr "4"
+
+#: entities-en_US.xml:77(comment)
+msgid "Current test number of main project"
+msgstr "Current test number of main project"
+
+#: entities-en_US.xml:78(text)
+msgid "test3"
+msgstr "test3"
+
+#: entities-en_US.xml:81(comment)
+msgid "Current test version of main project"
+msgstr "Current test version of main project"
+
+#: entities-en_US.xml:82(text)
+msgid "5 <use entity=\"TESTVER\"/>"
+msgstr "5 <use entity=\"TESTVER\"/>"
+
+#: entities-en_US.xml:87(comment)
+msgid "The generic term \"Red Hat\""
+msgstr "The generic term \"Red Hat\""
+
+#: entities-en_US.xml:88(text)
+msgid "Red Hat"
+msgstr "Red Hat"
+
+#: entities-en_US.xml:91(comment)
+msgid "The generic term \"Red Hat, Inc.\""
+msgstr "The generic term \"Red Hat, Inc.\""
+
+#: entities-en_US.xml:92(text)
+msgid "<use entity=\"RH\"/> Inc."
+msgstr "<use entity=\"RH\"/> Inc."
+
+#: entities-en_US.xml:95(comment)
+msgid "The generic term \"Red Hat Linux\""
+msgstr "The generic term \"Red Hat Linux\""
+
+#: entities-en_US.xml:96(text)
+msgid "<use entity=\"RH\"/> Linux"
+msgstr "<use entity=\"RH\"/> Linux"
+
+#: entities-en_US.xml:99(comment)
+msgid "The generic term \"Red Hat Network\""
+msgstr "The generic term \"Red Hat Network\""
+
+#: entities-en_US.xml:100(text)
+msgid "<use entity=\"RH\"/> Network"
+msgstr "<use entity=\"RH\"/> Network"
+
+#: entities-en_US.xml:103(comment)
+msgid "The generic term \"Red Hat Enterprise Linux\""
+msgstr "The generic term \"Red Hat Enterprise Linux\""
+
+#: entities-en_US.xml:104(text)
+msgid "<use entity=\"RH\"/> Enterprise Linux"
+msgstr "<use entity=\"RH\"/> Enterprise Linux"
+
+#: entities-en_US.xml:109(comment)
+msgid "Generic technology term"
+msgstr "Generic technology term"
+
+#: entities-en_US.xml:110(text)
+msgid "SELinux"
+msgstr "SELinux"
+
+#: entities-en_US.xml:116(text)
+msgid "legalnotice-en.xml"
+msgstr "legalnotice-en.xml"
+
+#: entities-en_US.xml:120(text)
+msgid "legalnotice-content-en.xml"
+msgstr "legalnotice-content-en.xml"
+
+#: entities-en_US.xml:124(text)
+msgid "legalnotice-opl-en.xml"
+msgstr "legalnotice-opl-en.xml"
+
+#: entities-en_US.xml:128(text)
+msgid "opl.xml"
+msgstr "opl.xml"
+
+#: entities-en_US.xml:132(text)
+msgid "legalnotice-relnotes-en.xml"
+msgstr "legalnotice-relnotes-en.xml"
+
+#: entities-en_US.xml:136(text)
+msgid "legalnotice-section-en.xml"
+msgstr "legalnotice-section-en.xml"
+
+#: entities-en_US.xml:140(text)
+msgid "bugreporting-en.xml"
+msgstr "bugreporting-en.xml"
+
+#: entities-en_US.xml:154(text)
+msgid "Installation Guide"
+msgstr "Installation Guide"
+
+#: entities-en_US.xml:158(text)
+msgid "Documentation Guide"
+msgstr "Documentation Guide"
+
+#: entities-en_US.xml:174(text)
+msgid "draftnotice-en.xml"
+msgstr "draftnotice-en.xml"
+
+#: entities-en_US.xml:178(text)
+msgid "legacynotice-en.xml"
+msgstr "legacynotice-en.xml"
+
+#: entities-en_US.xml:182(text)
+msgid "obsoletenotice-en.xml"
+msgstr "obsoletenotice-en.xml"
+
+#: entities-en_US.xml:186(text)
+msgid "deprecatednotice-en.xml"
+msgstr "deprecatednotice-en.xml"
+
+#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
+#: entities-en_US.xml:0(None)
+msgid "translator-credits"
+msgstr "Fedora Japanese translation team <fedora-trans-ja@redhat.com> 2006"