OSDN Git Service

GIT-20170514.
[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 dependencies "Installation depends on">
20 <!ENTITY testsuites "Test suite depends on">
21 <!ENTITY before "Must be installed before">
22 @y
23 <!ENTITY dependencies    "インストール依存パッケージ">
24 <!ENTITY testsuites      "テストスイート依存パッケージ">
25 <!ENTITY before          "事前インストールパッケージ">
26 @z
27
28 @x
29 <!ENTITY % uid-gid-entities SYSTEM "users_groups.ent">
30 %uid-gid-entities;
31 @y
32 <!ENTITY % uid-gid-entities SYSTEM "users_groups.ent">
33 %uid-gid-entities;
34
35 <!ENTITY % general-ja-entities SYSTEM "general_ja.ent">
36 %general-ja-entities;
37 @z