OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / general.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13 <!ENTITY releasedate "&month_name; &day;, &year;">
14 @y
15 <!ENTITY releasedate "&year;/&month;/&day;">
16 @z
17
18 @x
19 <!ENTITY clfs-root "http://cross-lfs.org/">
20 @y
21 <!ENTITY clfs-root "http://clfs.org/">
22 @z
23
24 @x
25 <!ENTITY dependencies "Installation depends on">
26 <!ENTITY testsuites "Test suite depends on">
27 <!ENTITY before "Must be installed before">
28 @y
29 <!ENTITY dependencies    "インストール依存パッケージ">
30 <!ENTITY testsuites      "テストスイート依存パッケージ">
31 <!ENTITY before          "事前インストールパッケージ">
32 @z
33
34 @x
35 <!ENTITY % uid-gid-entities SYSTEM "users_groups.ent">
36 %uid-gid-entities;
37 @y
38 <!ENTITY % uid-gid-entities SYSTEM "users_groups.ent">
39 %uid-gid-entities;
40
41 <!ENTITY % general-ja-entities SYSTEM "general_ja.ent">
42 %general-ja-entities;
43 @z