OSDN Git Service

GIT-20170514.
[clfsja/cross-lfs-ja.git] / src / temp-system / common / gettext.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     <secondary>temporary system</secondary>
14 @y
15     <secondary>&TemporarySystem;</secondary>
16 @z
17
18 @x
19     <title>Installation of Gettext</title>
20 @y
21     <title>&InstallationOf1;Gettext &InstallationOf2;</title>
22 @z
23
24 @x
25     <para os="i">Many packages' installation procedures use the
26     <command>msgfmt</command> program for i18n support, so we will compile
27     and install it into <filename class="directory">/tools</filename>.
28     Attr also needs <command>msgmerge</command> and <command>xgettext</command>,
29     so we will install those as well.</para>
30 @y
31     <para os="i">
32     パッケージのインストール作業では i18n サポートのために <command>msgfmt</command> プログラムを用いるものが多くなっています。
33     そこでこのプログラムをビルドし <filename class="directory">/tools</filename> へインストールします。
34     <command>msgmerge</command> や <command>xgettext</command> といったコマンドも必要となることがあるため同様にインストールします。
35     </para>
36 @z
37
38 @x
39     <para os="a">Only the programs in the
40     <filename class="directory">gettext-tools</filename> directory need to be
41     installed for the temp-system:</para>
42 @y
43     <para os="a">
44     一時的なシステムにおいては <filename
45     class="directory">gettext-tools</filename> ディレクトリ内にあるプログラムのみを必要とします。
46     </para>
47 @z
48
49 @x
50     <para os="c">Prepare Gettext for compilation:</para>
51 @y
52     <para os="c">&PreparePackage1;Gettext &PreparePackage2;</para>
53 @z
54
55 @x
56       <title>The meaning of the new configure options:</title>
57 @y
58       <title>&MeaningOfOption1;configure &MeaningOfOption2;</title>
59 @z
60
61 @x EMACS="no"
62           <para>Prevents the configure script from installing Emacs Lisp files
63           as the test is known to hang on some hosts.</para>
64 @y
65           <para>
66           Emacs Lisp ファイルをインストールしないようにします。
67           これがあることで特定のホスト上でのテストがハングするためです。
68           </para>
69 @z
70
71 @x
72     <para os="f">Compile the required programs and support library:</para>
73 @y
74     <para os="f">
75     必要となるプログラムとライブラリをコンパイルします。
76     </para>
77 @z
78
79 @x
80     <para os="h">Install the <command>msgfmt</command>,
81     <command>msgmerge</command> and <command>xgettext</command> binaries:</para>
82 @y
83     <para os="h">
84     実行モジュール <command>msgfmt</command>, <command>msgmerge</command>, <command>xgettext</command> をインストールします。
85     </para>
86 @z
87
88 @x
89     <para>Details on this package are located in <xref
90     linkend="contents-gettext" role="."/></para>
91 @y
92     <para>
93     &Details1;<xref linkend="contents-gettext" role=""/>&Details2;
94     </para>
95 @z