chiark / gitweb /
henrich: update Japanese translations
[developers-reference.git] / po4a / ja / tools.po
1 # Debian Developer's Reference (Japanese)
2 # (C) Hideki Yamane (Debian-JP) <henrich@debian.or.jp>, 2008-2009.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: developers-reference 3.4.1\n"
7 "POT-Creation-Date: 2008-06-14 23:00+0900\n"
8 "PO-Revision-Date: 2009-07-06 02:27+0900\n"
9 "Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
10 "Language-Team: Debian JP Project <debian-doc@debian.or.jp>\n"
11 "MIME-Version: 1.0\n"
12 "Content-Type: text/plain; charset=UTF-8\n"
13 "Content-Transfer-Encoding: 8bit\n"
14
15 # type: Content of: <appendix><title>
16 #: tools.dbk:7
17 msgid "Overview of Debian Maintainer Tools"
18 msgstr "Debian メンテナツールの概要"
19
20 # type: Content of: <appendix><para>
21 #: tools.dbk:9
22 msgid ""
23 "This section contains a rough overview of the tools available to "
24 "maintainers.  The following is by no means complete or definitive, but just "
25 "a guide to some of the more popular tools."
26 msgstr ""
27 "この章には、メンテナが利用できるツールについて大まかな概要が含まれています。"
28 "以下は完全なものでも決定版的なものでもありませんが、よく使われているツールに"
29 "ついての説明です。"
30
31 # type: Content of: <appendix><para>
32 #: tools.dbk:14
33 msgid ""
34 "Debian maintainer tools are meant to aid developers and free their time for "
35 "critical tasks.  As Larry Wall says, there's more than one way to do it."
36 msgstr ""
37 "Debian メンテナのツールは、開発者を手助けし、重要な作業のために時間を作れるよ"
38 "うにしてくれるものです。ラリー・ウォールが言うように、やり方は一つではありま"
39 "せん。"
40
41 # type: Content of: <appendix><para>
42 #: tools.dbk:18
43 msgid ""
44 "Some people prefer to use high-level package maintenance tools and some do "
45 "not.  Debian is officially agnostic on this issue; any tool which gets the "
46 "job done is fine.  Therefore, this section is not meant to stipulate to "
47 "anyone which tools they should use or how they should go about their duties "
48 "of maintainership.  Nor is it meant to endorse any particular tool to the "
49 "exclusion of a competing tool."
50 msgstr ""
51 "高度なパッケージメンテナンスツールを使うのを好む人もいればそうではない人もい"
52 "ます。Debian は公式にはこの問題に不可知論であるとしています。どのようなツール"
53 "でも作業ができるのであれば構いません。つまり、この章は誰もがどのツールを使う"
54 "べきか、メンテナンス上で何をすべきかと要求する為のものではないということで"
55 "す。あるいは競合するツールを排して特定のツールを勧める訳でもありません。"
56
57 # type: Content of: <appendix><para>
58 #: tools.dbk:26
59 msgid ""
60 "Most of the descriptions of these packages come from the actual package "
61 "descriptions themselves.  Further information can be found in the package "
62 "documentation itself.  You can also see more info with the command "
63 "<command>apt-cache show &lt;package-name&gt;</command>."
64 msgstr ""
65 "パッケージの説明文のほとんどは実際のパッケージの説明から取ったものです。より"
66 "詳細な情報はパッケージ内のドキュメントで確認できます。<command>apt-cache "
67 "show &lt;package-name&gt;</command> コマンドとしても情報を得られます。"
68
69 # type: Content of: <appendix><section><title>
70 #: tools.dbk:32
71 msgid "Core tools"
72 msgstr "主要なツール"
73
74 # type: Content of: <appendix><section><para>
75 #: tools.dbk:34
76 msgid "The following tools are pretty much required for any maintainer."
77 msgstr "以下のツールはどのメンテナであっても、必ず必要とするものです。"
78
79 # type: Content of: <appendix><section><section><title>
80 #: tools.dbk:37
81 msgid "<systemitem role=\"package\">dpkg-dev</systemitem>"
82 msgstr "<systemitem role=\"package\">dpkg-dev</systemitem>"
83
84 # type: Content of: <appendix><section><section><para>
85 #: tools.dbk:39
86 msgid ""
87 "<systemitem role=\"package\">dpkg-dev</systemitem> contains the tools "
88 "(including <command>dpkg-source</command>) required to unpack, build, and "
89 "upload Debian source packages.  These utilities contain the fundamental, low-"
90 "level functionality required to create and manipulate packages; as such, "
91 "they are essential for any Debian maintainer."
92 msgstr ""
93 "<systemitem role=\"package\">dpkg-dev</systemitem> は、パッケージを解凍、ビル"
94 "ド、Debian ソースパッケージをアップロードするのに必要なツールを含んでいます "
95 "(<command>dpkg-source</command> を含む) 。これらのユーティリティはパッケージ"
96 "を作成・操作するのに必要な基礎的で、低レイヤの機能を含んでいます。そのため、"
97 "これらはあらゆる Debian メンテナにとって必要不可欠なものです。"
98
99 # type: Content of: <appendix><section><section><title>
100 #: tools.dbk:48
101 msgid "<systemitem role=\"package\">debconf</systemitem>"
102 msgstr "<systemitem role=\"package\">debconf</systemitem>"
103
104 # type: Content of: <appendix><section><section><para>
105 #: tools.dbk:50
106 msgid ""
107 "<systemitem role=\"package\">debconf</systemitem> provides a consistent "
108 "interface to configuring packages interactively.  It is user interface "
109 "independent, allowing end-users to configure packages with a text-only "
110 "interface, an HTML interface, or a dialog interface.  New interfaces can be "
111 "added as modules."
112 msgstr ""
113 "<systemitem role=\"package\">debconf</systemitem> は、パッケージを対話形式で"
114 "設定できる一貫したインターフェイスを提供します。これはユーザインターフェイス"
115 "に依存せず、エンドユーザがテキストのみのインターフェイス、HTML インターフェイ"
116 "ス、ダイアログ形式のインターフェイスでパッケージを設定できます。新たなイン"
117 "ターフェイスはモジュールとして追加できます。"
118
119 # type: Content of: <appendix><section><section><para>
120 #: tools.dbk:56
121 msgid ""
122 "You can find documentation for this package in the <systemitem role=\"package"
123 "\">debconf-doc</systemitem> package."
124 msgstr ""
125 "このパッケージに関するドキュメントは <systemitem role=\"package\">debconf-"
126 "doc</systemitem> パッケージ中で確認できます。"
127
128 # type: Content of: <appendix><section><section><para>
129 #: tools.dbk:60
130 msgid ""
131 "Many feel that this system should be used for all packages which require "
132 "interactive configuration; see <xref linkend=\"bpp-config-mgmt\"/> .  "
133 "<systemitem role=\"package\">debconf</systemitem> is not currently required "
134 "by Debian Policy, but that may change in the future."
135 msgstr ""
136 "多くの人がこのシステムが対話的な設定を必要とする全てのパッケージに使われるべ"
137 "きだと感じています。xref linkend=\"bpp-config-mgmt\"/> を参照してください。現"
138 "在は <systemitem role=\"package\">debconf</systemitem> は Debian ポリシーで必"
139 "要であるとはされていませんが、将来には変更されることでしょう。"
140
141 # type: Content of: <appendix><section><section><title>
142 #: tools.dbk:68
143 msgid "<systemitem role=\"package\">fakeroot</systemitem>"
144 msgstr "<systemitem role=\"package\">fakeroot</systemitem>"
145
146 # type: Content of: <appendix><section><section><para>
147 #: tools.dbk:70
148 msgid ""
149 "<systemitem role=\"package\">fakeroot</systemitem> simulates root "
150 "privileges.  This enables you to build packages without being root (packages "
151 "usually want to install files with root ownership).  If you have <systemitem "
152 "role=\"package\">fakeroot</systemitem> installed, you can build packages as "
153 "a regular user: <literal>dpkg-buildpackage -rfakeroot</literal>."
154 msgstr ""
155 "<systemitem role=\"package\">fakeroot</systemitem> は root 特権をシミュレート"
156 "します。これは root になること無しにパッケージをビルドできるようにしてくれま"
157 "す (パッケージは通常 root の所有権でファイルをインストールしようとします)。も"
158 "し <systemitem role=\"package\">fakeroot</systemitem> をインストールしている"
159 "と、通常のユーザとしてパッケージをビルドできます: <literal>dpkg-buildpackage "
160 "-rfakeroot</literal>"
161
162 # type: Content of: <appendix><section><title>
163 #: tools.dbk:81
164 msgid "Package lint tools"
165 msgstr "パッケージチェック (lint) 用ツール"
166
167 # type: Content of: <appendix><section><para>
168 # FIXME, "thorough"->"through"
169 #: tools.dbk:83
170 msgid ""
171 "According to the Free On-line Dictionary of Computing (FOLDOC), `lint' is a "
172 "Unix C language processor which carries out more thorough checks on the code "
173 "than is usual with C compilers.  Package lint tools help package maintainers "
174 "by automatically finding common problems and policy violations in their "
175 "packages."
176 msgstr ""
177 "コンピュータ用のフリーオンライン辞書 (Free On-line Dictionary of Computing, "
178 "FOLDOC) によると、「lint」は Unix C 言語処理で C コンパイラよりもより網羅的な"
179 "チェックを行います。パッケージ lint ツールはパッケージ内の一般的な問題やポリ"
180 "シー違反を自動的に見つけてくれることで、パッケージメンテナを助けてくれます。"
181
182 # type: Content of: <appendix><section><section><title>
183 #: tools.dbk:89
184 msgid "<systemitem role=\"package\">lintian</systemitem>"
185 msgstr "<systemitem role=\"package\">lintian</systemitem>"
186
187 # type: Content of: <appendix><section><section><para>
188 #: tools.dbk:91
189 msgid ""
190 "<systemitem role=\"package\">lintian</systemitem> dissects Debian packages "
191 "and emits information about bugs and policy violations.  It contains "
192 "automated checks for many aspects of Debian policy as well as some checks "
193 "for common errors."
194 msgstr ""
195 "<systemitem role=\"package\">lintian</systemitem> は Debian パッケージを解剖"
196 "してバグやポリシー違反の情報を出力します。一般的なエラーへのチェック同様に"
197 "Debian ポリシーの多くの部分を自動チェックする機能を含んでいます。"
198
199 # type: Content of: <appendix><section><section><para>
200 #: tools.dbk:97
201 msgid ""
202 "You should periodically get the newest <systemitem role=\"package\">lintian</"
203 "systemitem> from <literal>unstable</literal> and check over all your "
204 "packages.  Notice that the <literal>-i</literal> option provides detailed "
205 "explanations of what each error or warning means, what its basis in Policy "
206 "is, and commonly how you can fix the problem."
207 msgstr ""
208 "定期的に最新の <systemitem role=\"package\">lintian</systemitem> を "
209 "<literal>unstable</literal> から取得し、パッケージを全てチェックするべきで"
210 "す。<literal>-i</literal> オプションは、各エラーや警告が何を意味しているの"
211 "か、ポリシーを元に、詳細な説明を提供してくれ、一般的に問題をどのように修正す"
212 "るべきかを説明してくれることに留意してください。"
213
214 # type: Content of: <appendix><section><section><para>
215 #: tools.dbk:104
216 msgid ""
217 "Refer to <xref linkend=\"sanitycheck\"/> for more information on how and "
218 "when to use Lintian."
219 msgstr ""
220 "何時、どのようにして Lintian を使うのか、詳細については <xref linkend="
221 "\"sanitycheck\"/> を参照してください。"
222
223 # type: Content of: <appendix><section><section><para>
224 #: tools.dbk:108
225 msgid ""
226 "You can also see a summary of all problems reported by Lintian on your "
227 "packages at <ulink url=\"&url-lintian;\"></ulink>.  These reports contain "
228 "the latest <command>lintian</command> output for the whole development "
229 "distribution (<literal>unstable</literal>)."
230 msgstr ""
231 "パッケージについて Lintian による全ての問題報告の要約は <ulink url=\"&url-"
232 "lintian;\"></ulink> から確認することもできます。このレポートは最新の "
233 "<command>lintian</command> による開発版ディストリビューション全体についての出"
234 "力を含んでいます。"
235
236 # type: Content of: <appendix><section><section><title>
237 #: tools.dbk:116
238 msgid "<systemitem role=\"package\">debdiff</systemitem>"
239 msgstr "<systemitem role=\"package\">debdiff</systemitem>"
240
241 # type: Content of: <appendix><section><section><para>
242 #: tools.dbk:118
243 msgid ""
244 "<command>debdiff</command> (from the <systemitem role=\"package"
245 "\">devscripts</systemitem> package, <xref linkend=\"devscripts\"/> )  "
246 "compares file lists and control files of two packages.  It is a simple "
247 "regression test, as it will help you notice if the number of binary packages "
248 "has changed since the last upload, or if something has changed in the "
249 "control file.  Of course, some of the changes it reports will be all right, "
250 "but it can help you prevent various accidents."
251 msgstr ""
252 "(<systemitem role=\"package\">devscripts</systemitem> パッケージ、<xref "
253 "linkend=\"devscripts\"/> より) <command>debdiff</command> は二つのパッケージ"
254 "のファイルのリストと control ファイルを比較します。前回のアップロードからバイ"
255 "ナリパッケージ数が変わったことや、control ファイル内で何が変わったのかなどに"
256 "気付くのに手助けをしてくれるなど、簡単なリグレッションテストとなります。もち"
257 "ろん、報告される変更の多くは問題ありませんが、様々なアクシデントを防止するの"
258 "に役立ってくれるでしょう。"
259
260 # type: Content of: <appendix><section><section><para>
261 #: tools.dbk:127
262 msgid "You can run it over a pair of binary packages:"
263 msgstr "バイナリパッケージのペアに対して実行することができます:"
264
265 # type: Content of: <appendix><section><section><screen>
266 #: tools.dbk:129
267 #, no-wrap
268 msgid ""
269 "\n"
270 "debdiff package_1-1_arch.deb package_2-1_arch.deb\n"
271 msgstr ""
272 "\n"
273 "debdiff package_1-1_arch.deb package_2-1_arch.deb\n"
274
275 # type: Content of: <appendix><section><section><para>
276 #: tools.dbk:133
277 msgid "Or even a pair of changes files:"
278 msgstr "changes ファイルのペアに対してさえも実行できます:"
279
280 # type: Content of: <appendix><section><section><screen>
281 #: tools.dbk:135
282 #, no-wrap
283 msgid ""
284 "\n"
285 "debdiff package_1-1_arch.changes package_2-1_arch.changes\n"
286 msgstr ""
287 "\n"
288 "debdiff package_1-1_arch.changes package_2-1_arch.changes\n"
289
290 # type: Content of: <appendix><section><section><para>
291 #: tools.dbk:139
292 msgid ""
293 "For more information please see <citerefentry> <refentrytitle>debdiff</"
294 "refentrytitle> <manvolnum>1</manvolnum> </citerefentry>."
295 msgstr ""
296 "より詳細については、<citerefentry> <refentrytitle>debdiff</refentrytitle> "
297 "<manvolnum>1</manvolnum> </citerefentry>を参照してください。"
298
299 # type: Content of: <appendix><section><title>
300 #: tools.dbk:148
301 msgid "Helpers for <filename>debian/rules</filename>"
302 msgstr "<filename>debian/rules</filename> の補助ツール"
303
304 # type: Content of: <appendix><section><para>
305 #: tools.dbk:150
306 #, fuzzy
307 msgid ""
308 "Package building tools make the process of writing <filename>debian/rules</"
309 "filename> files easier.  See <xref linkend=\"helper-scripts\"/> for more "
310 "information about why these might or might not be desired."
311 msgstr ""
312 "パッケージビルドツールは <filename>debian/rules</filename> を書く作業を楽にし"
313 "てくれます。これらを望む、あるいは望むことができない理由についての詳細な情報については "
314 "<xref linkend=\"helper-scripts\"/> を参照してください。"
315
316 # type: Content of: <appendix><section><section><title>
317 #: tools.dbk:156
318 msgid "<systemitem role=\"package\">debhelper</systemitem>"
319 msgstr "<systemitem role=\"package\">debhelper</systemitem>"
320
321 # type: Content of: <appendix><section><section><para>
322 #: tools.dbk:158
323 #, fuzzy
324 msgid ""
325 "<systemitem role=\"package\">debhelper</systemitem> is a collection of "
326 "programs which can be used in <filename>debian/rules</filename> to automate "
327 "common tasks related to building binary Debian packages.  <systemitem role="
328 "\"package\">debhelper</systemitem> includes programs to install various "
329 "files into your package, compress files, fix file permissions, and integrate "
330 "your package with the Debian menu system."
331 msgstr ""
332 "<systemitem role=\"package\">debhelper</systemitem> <filename>debian/rules</"
333 "filename><systemitem role=\"package\">debhelper</systemitem> "
334
335 # type: Content of: <appendix><section><section><para>
336 #: tools.dbk:166
337 msgid ""
338 "Unlike some approaches, <systemitem role=\"package\">debhelper</systemitem> "
339 "is broken into several small, simple commands which act in a consistent "
340 "manner.  As such, it allows more fine-grained control than some of the other "
341 "debian/rules tools."
342 msgstr ""
343 "いくつかのアプローチとは違って、<systemitem role=\"package\">debhelper</"
344 "systemitem> は複数の小さな、シンプルな一貫した方法で動作するコマンドに分割さ"
345 "れています。そのため、他の debian/rules 用ツールよりも細やかなコントロールが"
346 "可能になっています。"
347
348 # type: Content of: <appendix><section><section><para>
349 #: tools.dbk:172
350 msgid ""
351 "There are a number of little <systemitem role=\"package\">debhelper</"
352 "systemitem> add-on packages, too transient to document.  You can see the "
353 "list of most of them by doing <literal>apt-cache search ^dh-</literal>."
354 msgstr ""
355 "ここに記すには一時的な、大量の小さな <systemitem role=\"package\">debhelper"
356 "</systemitem> のアドオンパッケージがあります。<literal>apt-cache search "
357 "^dh-</literal> と実行することで一覧の多くを参照できます。"
358
359 # type: Content of: <appendix><section><section><title>
360 #: tools.dbk:179
361 msgid "<systemitem role=\"package\">debmake</systemitem>"
362 msgstr "<systemitem role=\"package\">debmake</systemitem>"
363
364 # type: Content of: <appendix><section><section><para>
365 #: tools.dbk:181
366 #, fuzzy
367 msgid ""
368 "<systemitem role=\"package\">debmake</systemitem>, a precursor to "
369 "<systemitem role=\"package\">debhelper</systemitem>, is a more coarse-"
370 "grained <filename>debian/rules</filename> assistant.  It includes two main "
371 "programs: <command>deb-make</command>, which can be used to help a "
372 "maintainer convert a regular (non-Debian) source archive into a Debian "
373 "source package; and <command>debstd</command>, which incorporates in one big "
374 "shot the same sort of automated functions that one finds in <systemitem role="
375 "\"package\">debhelper</systemitem>."
376 msgstr ""
377 "<systemitem role=\"package\">debhelper</systemitem> の前身、<systemitem "
378 "role=\"package\">debmake</systemitem>は、より木目の粗い <filename>"
379 "debian/rules</filename> の補助ツールです。これは二つの主なプログラムを"
380 "含んでいます: <command>deb-make</command> は、メンテナが通常の (Debian "
381 "由来ではない) ソースアーカイブを Debian ソースパッケージに変換する手伝い"
382 "をするのに使います。そして <command>debstd</command> は、"
383 ""
384
385 # type: Content of: <appendix><section><section><para>
386 #: tools.dbk:191
387 msgid ""
388 "The consensus is that <systemitem role=\"package\">debmake</systemitem> is "
389 "now deprecated in favor of <systemitem role=\"package\">debhelper</"
390 "systemitem>.  It is a bug to use <systemitem role=\"package\">debmake</"
391 "systemitem> in new packages.  New packages using <systemitem role=\"package"
392 "\">debmake</systemitem> will be rejected from the archive."
393 msgstr ""
394 "<systemitem role=\"package\">debmake</systemitem> は、<systemitem role="
395 "\"package\">debhelper</systemitem> を優先して使い、現在は非推奨 (deprecated) "
396 "というコンセンサスができています。新しいパッケージで <systemitem role="
397 "\"package\">debmake</systemitem> を使うのはバグとなっています。新たなパッケー"
398 "ジで <systemitem role=\"package\">debmake</systemitem> を使っているものはアー"
399 "カイブから reject されます。"
400
401 # type: Content of: <appendix><section><section><title>
402 #: tools.dbk:200
403 msgid "<systemitem role=\"package\">dh-make</systemitem>"
404 msgstr "<systemitem role=\"package\">dh-make</systemitem>"
405
406 # type: Content of: <appendix><section><section><para>
407 #: tools.dbk:202
408 #, fuzzy
409 msgid ""
410 "The <systemitem role=\"package\">dh-make</systemitem> package contains "
411 "<command>dh_make</command>, a program that creates a skeleton of files "
412 "necessary to build a Debian package out of a source tree.  As the name "
413 "suggests, <command>dh_make</command> is a rewrite of <systemitem role="
414 "\"package\">debmake</systemitem> and its template files use dh_* programs "
415 "from <systemitem role=\"package\">debhelper</systemitem>."
416 msgstr ""
417 "<systemitem role=\"package\">dh-make</systemitem> パッケージは、ソースツリー"
418 "を Debian パッケージをビルドするのに必要なスケルトンプログラム"
419 "<command>dh_make</command> 名前が示すように、<command>dh_make</command> は "
420 "<systemitem role=\"package\">debmake</systemitem> のリライトで、そのテンプ"
421 "レートファイルは<systemitem role=\"package\">debhelper</systemitem> の dh_* "
422 "プログラムを使うように"
423
424 # type: Content of: <appendix><section><section><para>
425 #: tools.dbk:210
426 msgid ""
427 "While the rules files generated by <command>dh_make</command> are in general "
428 "a sufficient basis for a working package, they are still just the "
429 "groundwork: the burden still lies on the maintainer to finely tune the "
430 "generated files and make the package entirely functional and Policy-"
431 "compliant."
432 msgstr ""
433
434 # type: Content of: <appendix><section><section><title>
435 #: tools.dbk:218
436 msgid "<systemitem role=\"package\">yada</systemitem>"
437 msgstr "<systemitem role=\"package\">yada</systemitem>"
438
439 # type: Content of: <appendix><section><section><para>
440 #: tools.dbk:220
441 msgid ""
442 "<systemitem role=\"package\">yada</systemitem> is another packaging helper "
443 "tool.  It uses a <filename>debian/packages</filename> file to auto-generate "
444 "<filename>debian/rules</filename> and other necessary files in the "
445 "<filename>debian/</filename> subdirectory.  The <filename>debian/packages</"
446 "filename> file contains instruction to build packages and there is no need "
447 "to create any <filename>Makefile</filename> files.  There is possibility to "
448 "use macro engine similar to the one used in SPECS files from RPM source "
449 "packages."
450 msgstr ""
451
452 # type: Content of: <appendix><section><section><para>
453 #: tools.dbk:230
454 msgid ""
455 "For more informations see <literal><ulink url=\"http://yada.alioth.debian."
456 "org/\">YADA site</ulink></literal>."
457 msgstr ""
458 "より詳細については <literal><ulink url=\"http://yada.alioth.debian.org/"
459 "\">YADA のサイト</ulink></literal> を参照してください。"
460
461 # type: Content of: <appendix><section><section><title>
462 #: tools.dbk:236
463 msgid "<systemitem role=\"package\">equivs</systemitem>"
464 msgstr "<systemitem role=\"package\">equivs</systemitem>"
465
466 # type: Content of: <appendix><section><section><para>
467 #: tools.dbk:238
468 msgid ""
469 "<systemitem role=\"package\">equivs</systemitem> is another package for "
470 "making packages.  It is often suggested for local use if you need to make a "
471 "package simply to fulfill dependencies.  It is also sometimes used when "
472 "making ``meta-packages'', which are packages whose only purpose is to depend "
473 "on other packages."
474 msgstr ""
475
476 # type: Content of: <appendix><section><title>
477 #: tools.dbk:249
478 msgid "Package builders"
479 msgstr "パッケージ作成ツール"
480
481 # type: Content of: <appendix><section><para>
482 #: tools.dbk:251
483 msgid ""
484 "The following packages help with the package building process, general "
485 "driving <command>dpkg-buildpackage</command> as well as handling supporting "
486 "tasks."
487 msgstr ""
488
489 # type: Content of: <appendix><section><section><title>
490 #: tools.dbk:255
491 msgid "<systemitem role=\"package\">cvs-buildpackage</systemitem>"
492 msgstr "<systemitem role=\"package\">cvs-buildpackage</systemitem>"
493
494 # type: Content of: <appendix><section><section><para>
495 #: tools.dbk:257
496 msgid ""
497 "<systemitem role=\"package\">cvs-buildpackage</systemitem> provides the "
498 "capability to inject or import Debian source packages into a CVS repository, "
499 "build a Debian package from the CVS repository, and helps in integrating "
500 "upstream changes into the repository."
501 msgstr ""
502 "<systemitem role=\"package\">cvs-buildpackage</systemitem> は、Debian ソース"
503 "パッケージを CVS リポジトリに挿入あるいはインポートし、Debian パッケージを "
504 "CVS リポジトリから生成、そして開発元での変更をリポジトリに統合するのに役立つ"
505 "機能を提供します。"
506
507 # type: Content of: <appendix><section><section><para>
508 #: tools.dbk:263
509 msgid ""
510 "These utilities provide an infrastructure to facilitate the use of CVS by "
511 "Debian maintainers.  This allows one to keep separate CVS branches of a "
512 "package for <literal>stable</literal>, <literal>unstable</literal> and "
513 "possibly <literal>experimental</literal> distributions, along with the other "
514 "benefits of a version control system."
515 msgstr ""
516
517 # type: Content of: <appendix><section><section><title>
518 #: tools.dbk:272
519 msgid "<systemitem role=\"package\">debootstrap</systemitem>"
520 msgstr "<systemitem role=\"package\">debootstrap</systemitem>"
521
522 # type: Content of: <appendix><section><section><para>
523 #: tools.dbk:274
524 msgid ""
525 "The <systemitem role=\"package\">debootstrap</systemitem> package and script "
526 "allows you to bootstrap a Debian base system into any part of your "
527 "filesystem.  By base system, we mean the bare minimum of packages required "
528 "to operate and install the rest of the system."
529 msgstr ""
530
531 # type: Content of: <appendix><section><section><para>
532 #: tools.dbk:280
533 msgid ""
534 "Having a system like this can be useful in many ways.  For instance, you can "
535 "<command>chroot</command> into it if you want to test your build "
536 "dependencies.  Or you can test how your package behaves when installed into "
537 "a bare base system.  Chroot builders use this package; see below."
538 msgstr ""
539
540 # type: Content of: <appendix><section><section><title>
541 #: tools.dbk:288
542 msgid "<systemitem role=\"package\">pbuilder</systemitem>"
543 msgstr "<systemitem role=\"package\">pbuilder</systemitem>"
544
545 # type: Content of: <appendix><section><section><para>
546 #: tools.dbk:290
547 msgid ""
548 "<systemitem role=\"package\">pbuilder</systemitem> constructs a chrooted "
549 "system, and builds a package inside the chroot.  It is very useful to check "
550 "that a package's build-dependencies are correct, and to be sure that "
551 "unnecessary and wrong build dependencies will not exist in the resulting "
552 "package."
553 msgstr ""
554 "<systemitem role=\"package\">pbuilder</systemitem> は chroot されたシステムを"
555 "構築し、パッケージを chroot 内部でビルドします。パッケージのビルド依存関係が"
556 "正しいかどうかをチェックし、不必要で誤ったビルド依存関係が生成されたパッケー"
557 "ジに存在しないのを確認するのにとても役立ちます。"
558
559 # type: Content of: <appendix><section><section><para>
560 #: tools.dbk:296
561 msgid ""
562 "A related package is <systemitem role=\"package\">pbuilder-uml</systemitem>, "
563 "which goes even further by doing the build within a User Mode Linux "
564 "environment."
565 msgstr ""
566 "User Mode Linux 環境でビルドを実行することで、よりさらに推し進めた関連パッ"
567 "ケージが <systemitem role=\"package\">pbuilder-uml</systemitem> です。"
568
569 # type: Content of: <appendix><section><section><title>
570 #: tools.dbk:303
571 msgid "<systemitem role=\"package\">sbuild</systemitem>"
572 msgstr "<systemitem role=\"package\">sbuild</systemitem>"
573
574 # type: Content of: <appendix><section><section><para>
575 #: tools.dbk:305
576 msgid ""
577 "<systemitem role=\"package\">sbuild</systemitem> is another automated "
578 "builder.  It can use chrooted environments as well.  It can be used stand-"
579 "alone, or as part of a networked, distributed build environment.  As the "
580 "latter, it is part of the system used by porters to build binary packages "
581 "for all the available architectures.  See <xref linkend=\"wanna-build\"/> "
582 "for more information, and <ulink url=\"&url-buildd;\"></ulink> to see the "
583 "system in action."
584 msgstr ""
585 "<systemitem role=\"package\">sbuild</systemitem> はもう一つの自動ビルドシステ"
586 "ムです。同様に chroot された環境を使うことが出来ます。単独で使うことも、分散"
587 "ビルド環境のネットワークの一部として使うこともできます。文字通り、移植者たち"
588 "によって利用可能な全アーキテクチャのバイナリパッケージをビルドするのに使われ"
589 "ているシステムの一部です。詳細については<xref linkend=\"wanna-build\"/> を参"
590 "照してください。それからシステムの動作については <ulink url=\"&url-buildd;"
591 "\"></ulink> を参照してください。"
592
593 # type: Content of: <appendix><section><title>
594 #: tools.dbk:317
595 msgid "Package uploaders"
596 msgstr "パッケージのアップロード用ツール"
597
598 # type: Content of: <appendix><section><para>
599 #: tools.dbk:319
600 msgid ""
601 "The following packages help automate or simplify the process of uploading "
602 "packages into the official archive."
603 msgstr ""
604 "以下のパッケージはパッケージを公式アーカイブにアップロードする作業を自動化、"
605 "あるいは単純化してくれるのに役立ちます。"
606
607 # type: Content of: <appendix><section><section><title>
608 #: tools.dbk:323
609 msgid "<systemitem role=\"package\">dupload</systemitem>"
610 msgstr "<systemitem role=\"package\">dupload</systemitem>"
611
612 # type: Content of: <appendix><section><section><para>
613 #: tools.dbk:325
614 msgid ""
615 "<systemitem role=\"package\">dupload</systemitem> is a package and a script "
616 "to automatically upload Debian packages to the Debian archive, to log the "
617 "upload, and to send mail about the upload of a package.  You can configure "
618 "it for new upload locations or methods."
619 msgstr ""
620 "<systemitem role=\"package\">dupload</systemitem> は、自動的に Debian パッ"
621 "ケージを Debian アーカイブにアップロードし、アップロードを記録し、パッケージ"
622 "のアップロードについてのメールを痩身してくれるパッケージであり、スクリプトで"
623 "す。新しいアップロード先や方法を設定することもできます。"
624
625 # type: Content of: <appendix><section><section><title>
626 #: tools.dbk:333
627 msgid "<systemitem role=\"package\">dput</systemitem>"
628 msgstr "<systemitem role=\"package\">dput</systemitem>"
629
630 # type: Content of: <appendix><section><section><para>
631 #: tools.dbk:335
632 msgid ""
633 "The <systemitem role=\"package\">dput</systemitem> package and script does "
634 "much the same thing as <systemitem role=\"package\">dupload</systemitem>, "
635 "but in a different way.  It has some features over <systemitem role=\"package"
636 "\">dupload</systemitem>, such as the ability to check the GnuPG signature "
637 "and checksums before uploading, and the possibility of running "
638 "<command>dinstall</command> in dry-run mode after the upload."
639 msgstr ""
640 "<systemitem role=\"package\">dput</systemitem> パッケージとスクリプトは "
641 "<systemitem role=\"package\">dupload</systemitem> と同じことを違ったやり方で"
642 "行います。GnuPG 署名とチェックサムをアップロード前にチェックする機能や、アッ"
643 "プロード後に <command>dinstall</command> を dry-run モードで実行できるなど、"
644 "<systemitem role=\"package\">dupload</systemitem> よりもいくつか機能が多く"
645 "なっています。"
646
647 # type: Content of: <appendix><section><section><title>
648 #: tools.dbk:345
649 msgid "<systemitem role=\"package\">dcut</systemitem>"
650 msgstr "<systemitem role=\"package\">dcut</systemitem>"
651
652 # type: Content of: <appendix><section><section><para>
653 #: tools.dbk:347
654 msgid ""
655 "The <systemitem role=\"package\">dcut</systemitem> script (part of the "
656 "package <xref linkend=\"dput\"/> ) helps in removing files from the ftp "
657 "upload directory."
658 msgstr ""
659 "<systemitem role=\"package\">dcut</systemitem> スクリプト (<xref linkend="
660 "\"dput\"/> パッケージの一部) は、ftp アップロードディレクトリからファイルを削"
661 "除するのに役立ちます。"
662
663 # type: Content of: <appendix><section><title>
664 #: tools.dbk:355
665 msgid "Maintenance automation"
666 msgstr "メンテナンスの自動化"
667
668 # type: Content of: <appendix><section><para>
669 #: tools.dbk:357
670 #, fuzzy
671 msgid ""
672 "The following tools help automate different maintenance tasks, from adding "
673 "changelog entries or signature lines and looking up bugs in Emacs to making "
674 "use of the newest and official <filename>config.sub</filename>."
675 msgstr ""
676 "以下のツールは changelog のエントリや署名行の追加、Emacs 内でのバグの参照から"
677 "最新かつ公式の <filename>config.sub</filename> "
678
679 # type: Content of: <appendix><section><section><title>
680 #: tools.dbk:362
681 msgid "<systemitem role=\"package\">devscripts</systemitem>"
682 msgstr "<systemitem role=\"package\">devscripts</systemitem>"
683
684 # type: Content of: <appendix><section><section><para>
685 #: tools.dbk:364
686 msgid ""
687 "<systemitem role=\"package\">devscripts</systemitem> is a package containing "
688 "wrappers and tools which are very helpful for maintaining your Debian "
689 "packages.  Example scripts include <command>debchange</command> and "
690 "<command>dch</command>, which manipulate your <filename>debian/changelog</"
691 "filename> file from the command-line, and <command>debuild</command>, which "
692 "is a wrapper around <command>dpkg-buildpackage</command>.  The <command>bts</"
693 "command> utility is also very helpful to update the state of bug reports on "
694 "the command line.  <command>uscan</command> can be used to watch for new "
695 "upstream versions of your packages.  <command>debrsign</command> can be used "
696 "to remotely sign a package prior to upload, which is nice when the machine "
697 "you build the package on is different from where your GPG keys are."
698 msgstr ""
699
700 # type: Content of: <appendix><section><section><para>
701 #: tools.dbk:378
702 msgid ""
703 "See the <citerefentry> <refentrytitle>devscripts</refentrytitle> "
704 "<manvolnum>1</manvolnum> </citerefentry> manual page for a complete list of "
705 "available scripts."
706 msgstr ""
707 "利用可能なスクリプトの全リストについては <citerefentry> "
708 "<refentrytitle>devscripts</refentrytitle> <manvolnum>1</manvolnum> </"
709 "citerefentry> マニュアルページを参照してください。"
710
711 # type: Content of: <appendix><section><section><title>
712 #: tools.dbk:385
713 msgid "<systemitem role=\"package\">autotools-dev</systemitem>"
714 msgstr "<systemitem role=\"package\">autotools-dev</systemitem>"
715
716 # type: Content of: <appendix><section><section><para>
717 #: tools.dbk:387
718 msgid ""
719 "<systemitem role=\"package\">autotools-dev</systemitem> contains best "
720 "practices for people who maintain packages which use <command>autoconf</"
721 "command> and/or <command>automake</command>.  Also contains canonical "
722 "<filename>config.sub</filename> and <filename>config.guess</filename> files "
723 "which are known to work on all Debian ports."
724 msgstr ""
725
726 # type: Content of: <appendix><section><section><title>
727 #: tools.dbk:396
728 msgid "<systemitem role=\"package\">dpkg-repack</systemitem>"
729 msgstr "<systemitem role=\"package\">dpkg-repack</systemitem>"
730
731 # type: Content of: <appendix><section><section><para>
732 #: tools.dbk:398
733 msgid ""
734 "<command>dpkg-repack</command> creates Debian package file out of a package "
735 "that has already been installed.  If any changes have been made to the "
736 "package while it was unpacked (e.g., files in <filename>/etc</filename> were "
737 "modified), the new package will inherit the changes."
738 msgstr ""
739 "<command>dpkg-repack</command> は既にインストールされているパッケージから "
740 "Debian パッケージを生成します。パッケージが展開されてから何かしら変更が加えら"
741 "れている場合 (例えば、<filename>/etc</filename> にあるファイルが変更されてい"
742 "るなど)、新しいパッケージは変更を含みます。"
743
744 # type: Content of: <appendix><section><section><para>
745 #: tools.dbk:404
746 msgid ""
747 "This utility can make it easy to copy packages from one computer to another, "
748 "or to recreate packages which are installed on your system but no longer "
749 "available elsewhere, or to save the current state of a package before you "
750 "upgrade it."
751 msgstr ""
752
753 # type: Content of: <appendix><section><section><title>
754 #: tools.dbk:411
755 msgid "<systemitem role=\"package\">alien</systemitem>"
756 msgstr "<systemitem role=\"package\">alien</systemitem>"
757
758 # type: Content of: <appendix><section><section><para>
759 #: tools.dbk:413
760 msgid ""
761 "<command>alien</command> converts binary packages between various packaging "
762 "formats, including Debian, RPM (RedHat), LSB (Linux Standard Base), Solaris, "
763 "and Slackware packages."
764 msgstr ""
765 "<command>alien</command> は、Debian、RPM (RedHat)、LSB (Linux Standard "
766 "Base)、Solaris、Slackware などの各種バイナリパッケージのパッケージ形式を変換"
767 "します。"
768
769 # type: Content of: <appendix><section><section><title>
770 #: tools.dbk:420
771 msgid "<systemitem role=\"package\">debsums</systemitem>"
772 msgstr "<systemitem role=\"package\">debsums</systemitem>"
773
774 # type: Content of: <appendix><section><section><para>
775 #: tools.dbk:422
776 msgid ""
777 "<command>debsums</command> checks installed packages against their MD5 "
778 "sums.  Note that not all packages have MD5 sums, since they aren't required "
779 "by Policy."
780 msgstr ""
781 "<command>debsums</command> は、インストールされたパッケージについて MD5 sum "
782 "をチェックします。ポリシーでは必要とされていないため、全てのパッケージが MD5 "
783 "sum を持ってはいないことに注意ください。"
784
785 # type: Content of: <appendix><section><section><title>
786 #: tools.dbk:428
787 msgid "<systemitem role=\"package\">dpkg-dev-el</systemitem>"
788 msgstr "<systemitem role=\"package\">dpkg-dev-el</systemitem>"
789
790 # type: Content of: <appendix><section><section><para>
791 #: tools.dbk:430
792 msgid ""
793 "<systemitem role=\"package\">dpkg-dev-el</systemitem> is an Emacs lisp "
794 "package which provides assistance when editing some of the files in the "
795 "<filename>debian</filename> directory of your package.  For instance, there "
796 "are handy functions for listing a package's current bugs, and for finalizing "
797 "the latest entry in a <filename>debian/changelog</filename> file."
798 msgstr ""
799
800 # type: Content of: <appendix><section><section><title>
801 #: tools.dbk:439
802 msgid "<systemitem role=\"package\">dpkg-depcheck</systemitem>"
803 msgstr "<systemitem role=\"package\">dpkg-depcheck</systemitem>"
804
805 # type: Content of: <appendix><section><section><para>
806 #: tools.dbk:441
807 msgid ""
808 "<command>dpkg-depcheck</command> (from the <systemitem role=\"package"
809 "\">devscripts</systemitem> package, <xref linkend=\"devscripts\"/> )  runs a "
810 "command under <command>strace</command> to determine all the packages that "
811 "were used by the said command."
812 msgstr ""
813 "(<systemitem role=\"package\">devscripts</systemitem> パッケージ、<xref "
814 "linkend=\"devscripts\"/> より) <command>dpkg-depcheck</command> は、指定され"
815 "たコマンドによって使われた全てのパッケージを確認するため、コマンドを "
816 "<command>strace</command> の下で実行します。"
817
818 # type: Content of: <appendix><section><section><para>
819 #: tools.dbk:447
820 msgid ""
821 "For Debian packages, this is useful when you have to compose a "
822 "<literal>Build-Depends</literal> line for your new package: running the "
823 "build process through <command>dpkg-depcheck</command> will provide you with "
824 "a good first approximation of the build-dependencies.  For example:"
825 msgstr ""
826 "Debian パッケージについていうと、これは新しいパッケージの <literal>Build-"
827 "Depends</literal> 行を構成するのが必要になった際に役立ちます。<command>dpkg-"
828 "depcheck</command> を通してビルド作業を実行すると、最初の大まかなビルドの依存"
829 "関係を良い形で得られます。例えば以下の様にします:"
830
831 # type: Content of: <appendix><section><section><screen>
832 #: tools.dbk:452
833 #, no-wrap
834 msgid ""
835 "\n"
836 "dpkg-depcheck -b debian/rules build\n"
837 msgstr ""
838 "\n"
839 "dpkg-depcheck -b debian/rules build\n"
840
841 # type: Content of: <appendix><section><section><para>
842 #: tools.dbk:456
843 msgid ""
844 "<command>dpkg-depcheck</command> can also be used to check for run-time "
845 "dependencies, especially if your package uses exec(2) to run other programs."
846 msgstr ""
847 "<command>dpkg-depcheck</command> は、特にパッケージが他のプログラムを実行する"
848 "のに exec(2) を使っている場合に実行時の依存性を確認するのにも使えます。"
849
850 # type: Content of: <appendix><section><section><para>
851 #: tools.dbk:460
852 msgid ""
853 "For more information please see <citerefentry> <refentrytitle>dpkg-depcheck</"
854 "refentrytitle> <manvolnum>1</manvolnum> </citerefentry>."
855 msgstr ""
856 "より詳細については、<citerefentry> <refentrytitle>dpkg-depcheck</"
857 "refentrytitle> <manvolnum>1</manvolnum> </citerefentry> を参照してください。"
858
859 # type: Content of: <appendix><section><title>
860 #: tools.dbk:469
861 msgid "Porting tools"
862 msgstr "移植用ツール"
863
864 # type: Content of: <appendix><section><para>
865 #: tools.dbk:471
866 msgid "The following tools are helpful for porters and for cross-compilation."
867 msgstr "以下のツールが、移植作業者がクロスコンパイルをする際に役立ちます。"
868
869 # type: Content of: <appendix><section><section><title>
870 #: tools.dbk:474
871 msgid "<systemitem role=\"package\">quinn-diff</systemitem>"
872 msgstr "<systemitem role=\"package\">quinn-diff</systemitem>"
873
874 # type: Content of: <appendix><section><section><para>
875 #: tools.dbk:476
876 msgid ""
877 "<systemitem role=\"package\">quinn-diff</systemitem> is used to locate the "
878 "differences from one architecture to another.  For instance, it could tell "
879 "you which packages need to be ported for architecture <replaceable>Y</"
880 "replaceable>, based on architecture <replaceable>X</replaceable>."
881 msgstr ""
882 "<systemitem role=\"package\">quinn-diff</systemitem> は、あるアーキテクチャと"
883 "他のアーキテクチャの違いを確認するのに使われます。例えば、<replaceable>X</"
884 "replaceable> アーキテクチャをベースに <replaceable>Y</replaceable> アーキテク"
885 "チャに移植するにはどのパッケージが必要なのかを教えてくれます。"
886
887 # type: Content of: <appendix><section><section><title>
888 #: tools.dbk:484
889 msgid "<systemitem role=\"package\">dpkg-cross</systemitem>"
890 msgstr "<systemitem role=\"package\">dpkg-cross</systemitem>"
891
892 # type: Content of: <appendix><section><section><para>
893 #: tools.dbk:486
894 msgid ""
895 "<systemitem role=\"package\">dpkg-cross</systemitem> is a tool for "
896 "installing libraries and headers for cross-compiling in a way similar to "
897 "<systemitem role=\"package\">dpkg</systemitem>.  Furthermore, the "
898 "functionality of <command>dpkg-buildpackage</command> and <command>dpkg-"
899 "shlibdeps</command> is enhanced to support cross-compiling."
900 msgstr ""
901
902 # type: Content of: <appendix><section><title>
903 #: tools.dbk:497
904 msgid "Documentation and information"
905 msgstr "ドキュメントと情報について"
906
907 # type: Content of: <appendix><section><para>
908 #: tools.dbk:499
909 #, fuzzy
910 msgid ""
911 "The following packages provide information for maintainers or help with "
912 "building documentation."
913 msgstr "以下のパッケージがメンテナへの情報を与えてドキュメントの構築に役立つ"
914
915 # type: Content of: <appendix><section><section><title>
916 #: tools.dbk:503
917 msgid "<systemitem role=\"package\">debiandoc-sgml</systemitem>"
918 msgstr "<systemitem role=\"package\">debiandoc-sgml</systemitem>"
919
920 # type: Content of: <appendix><section><section><para>
921 #: tools.dbk:505
922 #, fuzzy
923 msgid ""
924 "<systemitem role=\"package\">debiandoc-sgml</systemitem> provides the "
925 "DebianDoc SGML DTD, which is commonly used for Debian documentation.  This "
926 "manual, for instance, is written in DebianDoc.  It also provides scripts for "
927 "building and styling the source to various output formats."
928 msgstr ""
929 "<systemitem role=\"package\">debiandoc-sgml</systemitem> は Debian のドキュメ"
930 "ントで一般的に使われている DebianDoc SGML DTD を提供します。しかし、現在は非"
931 "推奨 (deprecated)となっています (代わりに<systemitem role=\"package"
932 "\">docbook-xml</systemitem> を使うようにしてください)。これもソースをビルドし"
933 "て様々な出力フォーマットに整形するスクリプトを提供します。"
934
935 # type: Content of: <appendix><section><section><para>
936 #: tools.dbk:511
937 msgid ""
938 "Documentation for the DTD can be found in the <systemitem role=\"package"
939 "\">debiandoc-sgml-doc</systemitem> package."
940 msgstr ""
941 "ドキュメント用の DTD は <systemitem role=\"package\">debiandoc-sgml-doc</"
942 "systemitem> パッケージで確認できます。"
943
944 # type: Content of: <appendix><section><section><title>
945 #: tools.dbk:533
946 msgid "<systemitem role=\"package\">debian-keyring</systemitem>"
947 msgstr "<systemitem role=\"package\">debian-keyring</systemitem>"
948
949 # type: Content of: <appendix><section><section><para>
950 #: tools.dbk:535
951 msgid ""
952 "Contains the public GPG and PGP keys of Debian developers.  See <xref "
953 "linkend=\"key-maint\"/> and the package documentation for more information."
954 msgstr ""
955 "Debian 開発者の公開 GPG 鍵を含んでいます。詳細については <ulink url=\"&url-"
956 "wiki-dm;\"></ulink> とパッケージ内のドキュメントを参照してください。"
957
958 # type: Content of: <appendix><section><section><title>
959 #: tools.dbk:541
960 msgid "<systemitem role=\"package\">debian-maintainers</systemitem>"
961 msgstr "<systemitem role=\"package\">debian-maintainers</systemitem>"
962
963 # type: Content of: <appendix><section><section><para>
964 #: tools.dbk:543
965 msgid ""
966 "Contains the public GPG keys of Debian Maintainers.  See <ulink url=\"&url-"
967 "wiki-dm;\"></ulink> for more information."
968 msgstr ""
969 "Debian メンテナの公開 GPG 鍵を含んでいます。詳細については <ulink url=\"&url-"
970 "wiki-dm;\"></ulink> を参照してください。"
971
972 # type: Content of: <appendix><section><section><title>
973 #: tools.dbk:549
974 msgid "<systemitem role=\"package\">debview</systemitem>"
975 msgstr "<systemitem role=\"package\">debview</systemitem>"
976
977 # type: Content of: <appendix><section><section><para>
978 #: tools.dbk:551
979 msgid ""
980 "<systemitem role=\"package\">debview</systemitem> provides an Emacs mode for "
981 "viewing Debian binary packages.  This lets you examine a package without "
982 "unpacking it."
983 msgstr ""
984 "<systemitem role=\"package\">debview</systemitem> は、Debian バイナリパッケー"
985 "ジを参照する Emacs モードを提供します。これを使うと、パッケージを解凍しなくて"
986 "も実行できるようになります。"
987
988 # type: Content of: <appendix><section><section><title>
989 #~ msgid "<systemitem role=\"package\">docbook-xml</systemitem>"
990 #~ msgstr "<systemitem role=\"package\">docbook-xml</systemitem>"
991
992 # type: Content of: <appendix><section><section><para>
993 #~ msgid ""
994 #~ "<systemitem role=\"package\">docbook-xml</systemitem> provides the "
995 #~ "DocBook XML DTDs, which are commonly used for Debian documentation (as is "
996 #~ "the older debiandoc SGML DTD). This manual, for instance, is written in "
997 #~ "DocBook XML."
998 #~ msgstr ""
999 #~ "<systemitem role=\"package\">docbook-xml</systemitem> は Debian のドキュメ"
1000 #~ "ントで一般的に使われている DocBook XML DTD を提供します (古いものは "
1001 #~ "debiandoc SGML DTD を使っています) 。例えば、このマニュアルは DocBook XML "
1002 #~ "で書かれています。"
1003
1004 # type: Content of: <appendix><section><section><para>
1005 #~ msgid ""
1006 #~ "The <systemitem role=\"package\">docbook-xsl</systemitem> package "
1007 #~ "provides the XSL files for building and styling the source to various "
1008 #~ "output formats. You will need an XSLT processor, such as <systemitem role="
1009 #~ "\"package\">xsltproc</systemitem>, to use the XSL stylesheets.  "
1010 #~ "Documentation for the stylesheets can be found in the various <systemitem "
1011 #~ "role=\"package\">docbook-xsl-doc-*</systemitem> packages."
1012 #~ msgstr ""
1013 #~ "<systemitem role=\"package\">docbook-xsl</systemitem> パッケージは、ソース"
1014 #~ "をビルドして様々な出力フォーマットに整形する XSL ファイルを提供します。"
1015 #~ "XSL スタイルシートを使うには <systemitem role=\"package\">xsltproc</"
1016 #~ "systemitem> のような XSLT プロセッサが必要になります。スタイルシートのド"
1017 #~ "キュメントは各種 <systemitem role=\"package\">docbook-xsl-doc-*</"
1018 #~ "systemitem> パッケージで確認できます。"
1019
1020 # type: Content of: <appendix><section><section><para>
1021 #~ msgid ""
1022 #~ "To produce PDF from FO, you need an FO processor, such as <systemitem "
1023 #~ "role=\"package\">xmlroff</systemitem> or <systemitem role=\"package"
1024 #~ "\">fop</systemitem>. Another tool to generate PDF from DocBook XML is "
1025 #~ "<systemitem role=\"package\">dblatex</systemitem>."
1026 #~ msgstr ""
1027 #~ "FO から PDF を生成するには、<systemitem role=\"package\">xmlroff</"
1028 #~ "systemitem> や <systemitem role=\"package\">fop</systemitem> のような FO "
1029 #~ "プロセッサが必要です。他に DocBook XML から PDF を生成するツールとしては "
1030 #~ "<systemitem role=\"package\">dblatex</systemitem> があります。"