1<!ENTITY language "ja">
2
3<!-- These entities should be translated, should therefore be stored
4     separately. -->
5<!ENTITY % kde.translated
6                            SYSTEM "strings.entities"                >
7%kde.translated;
8
9<!-- The following entities should only use &kappname; in their
10     text                                                          -->
11
12<!-- Licence links -->
13<!ENTITY underGPL           PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//JA"
14  "entities/underGPL.docbook"                       ><!-- level: para -->
15<!ENTITY underCCBYSA4       PUBLIC "-//KDE//DOCUMENT CC BY-SA 4.0 Licence Declaration//JA"
16  "../en/entities/underCCBYSA4.docbook"                   ><!-- level: para -->
17<!ENTITY underFDL           PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//JA"
18  "entities/underFDL.docbook"                       ><!-- level: para -->
19<!ENTITY underBSDLicense    PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//JA"
20  "entities/underBSDLicense.docbook"                ><!-- level: para -->
21<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//JA"
22  "entities/underArtisticLicense.docbook"           ><!-- level: para -->
23<!ENTITY underX11License    PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//JA"
24  "entities/underX11License.docbook"                ><!-- level: para -->
25
26<!ENTITY reporting.bugs     PUBLIC "-//KDE//DOCUMENT Report Bugs//JA"
27  "entities/report-bugs.docbook"                       ><!-- level: ? -->
28<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//JA"
29  "entities/update-doc.docbook"                     ><!-- level: para -->
30<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//JA"
31  "entities/help-menu.docbook"                      ><!-- level: variablelist -->
32<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//JA"
33  "entities/install-intro.docbook"                     ><!-- level: para -->
34<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//JA"
35  "entities/install-compile.docbook"                     ><!-- level: para -->
36
37
38<!-- CC BY-SA 4 notice -->
39<!-- In order to translate it, copy it into <lang>/entities/ccbysa4-notice.docbook
40and change the reference from English version to the translated document
41and remove this comment. -->
42<!ENTITY CCBYSA4Notice PUBLIC "-//KDE//DOCUMENT CC BY-SA 4 Documentation Notice//JA"
43         "../en/entities/ccbysa4-notice.docbook">
44<!-- FDL notice -->
45<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//JA"
46         "entities/fdl-notice.docbook">
47<!-- meant to be included, so no NDATA or CDATA (why?) -->
48
49<!-- These entities may be extended by the authors and translators.
50     They should therefore be stored separately.  Moreover, they MUST
51     come last, to avoid overriding problems. -->
52<!ENTITY % kde.language.specific
53                            SYSTEM "user.entities"                   >
54%kde.language.specific;
55