summaryrefslogtreecommitdiff
path: root/ja/boot-new/modules
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-10-07 19:51:38 +0000
committerJoey Hess <joeyh@debian.org>2005-10-07 19:51:38 +0000
commit1ea73eea5ecc6a8ed901316049259aee737ee554 (patch)
tree03a077f0b1b1548f3c806bd1c5795964fba0fb52 /ja/boot-new/modules
downloadinstallation-guide-1ea73eea5ecc6a8ed901316049259aee737ee554.zip
move manual to top-level directory, split out of debian-installer package
Diffstat (limited to 'ja/boot-new/modules')
-rw-r--r--ja/boot-new/modules/apt.xml207
-rw-r--r--ja/boot-new/modules/install.xml68
-rw-r--r--ja/boot-new/modules/mta.xml160
-rw-r--r--ja/boot-new/modules/packages.xml292
-rw-r--r--ja/boot-new/modules/ppp.xml261
-rw-r--r--ja/boot-new/modules/shadow.xml121
-rw-r--r--ja/boot-new/modules/timezone.xml54
7 files changed, 1163 insertions, 0 deletions
diff --git a/ja/boot-new/modules/apt.xml b/ja/boot-new/modules/apt.xml
new file mode 100644
index 000000000..cb8204cfb
--- /dev/null
+++ b/ja/boot-new/modules/apt.xml
@@ -0,0 +1,207 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 23845 -->
+
+ <sect2 id="configure-apt">
+ <title>APT の設定</title>
+
+<para>
+
+<!--
+The main means that people use to install packages on their system is
+via a program called <command>apt-get</command>, from the
+<classname>apt</classname> package.<footnote>
+-->
+一般にパッケージのインストールに使う主な手段は、
+<classname>apt</classname> パッケージに含まれている
+<command>apt-get</command> というプログラムを用いるやり方です。<footnote>
+
+<para>
+
+<!--
+Note that the actual program that installs packages is called
+<command>dpkg</command>. However, this package is more of a low-level
+tool. <command>apt-get</command> is a higher-level tool as it will
+invoke <command>dpkg</command> as appropriate and also because it knows
+to install other packages which are required for the package you're
+trying to install, as well as how to retrieve the package from your
+CD, the network, or wherever.
+-->
+実際にパッケージをインストールするプログラムは <command>dpkg</command>
+です。しかしこのパッケージはむしろ低レベルなツールです。
+<command>apt-get</command> は、適切に <command>dpkg</command>
+を起動する,より高レベルなツールです。なぜなら APT は、
+あなたが今インストールしようとしているパッケージが必要とする
+別のパッケージをインストールしなければならないことを知っているからです。
+また、そのパッケージを CD やネットワークなどの媒体から取得する方法を
+知っているからです。
+
+</para>
+</footnote>
+<!--
+Other front-ends for package management, like <command>aptitude</command>,
+<command>synaptic</command> and the older <command>dselect</command> also
+use and depend on <command>apt-get</command>. These front-ends are recommended
+for new users, since they integrate some additional features (package
+searching and status checks) in a nice user interface.
+-->
+<command>aptitude</command> のようなパッケージ管理用のフロントエンド
+としては、他に <command>synaptic</command> や以前からの <command>dselect</command>
+も使用され、<command>apt-get</command> に依存しています。
+これらフロントエンドは、洗練されたユーザインターフェイスにいくつかの追加された特徴
+(パッケージの検索や状態のチェック) が統合されているので、新規ユーザにお薦めです。
+
+</para><para>
+
+<!--
+APT must be configured so that it knows where to retrieve packages from.
+The helper application which assists in this task is called
+<command>apt-setup</command>.
+-->
+パッケージの取得先を知るには、APT の設定が必要です。
+この作業を助けてくれるのが、<command>apt-setup</command> というツールです。
+
+</para><para>
+
+<!--
+The next step in your configuration process is to tell APT where other
+Debian packages can be found. Note that you can re-run this tool at
+any point after installation by running <command>apt-setup</command>,
+or by manually editing <filename>/etc/apt/sources.list</filename>.
+-->
+設定作業における次の段階は、他の Debian パッケージがどこにあるかを
+APT に教えることです。この設定は、<command>apt-setup</command>
+を実行するか、<filename>/etc/apt/sources.list</filename> を編集すれば、
+インストール後の任意の時点で再設定できます。
+
+</para><para>
+
+<!--
+If an official CD-ROM is in the drive at this point, then that CD-ROM
+should automatically be configured as an apt source without prompting.
+You will notice this because you will see the CD-ROM being scanned.
+-->
+公式 CD-ROM がこの時点でドライブにある場合は、ユーザへの質問は省略され、
+CD-ROM からパッケージを取得するよう自動的に設定されます。
+CD-ROM がスキャンされますから、お気づきになるでしょう。
+
+</para><para>
+
+<!--
+For users without an official CD-ROM, you will be offered an array of
+choices for how Debian packages are accessed: FTP, HTTP, CD-ROM, or
+a local file system.
+-->
+公式 CD-ROM を持っていない場合は、Debian パッケージへの
+アクセス方法を選ぶ必要があります。
+FTP、HTTP、CD-ROM、ローカルのファイルシステムから選択します。
+
+</para><para>
+
+<!--
+You should know that it's perfectly acceptable to have a number of
+different APT sources, even for the same Debian archive.
+<command>apt-get</command> will automatically pick the package with
+the highest version number given all the available versions. Or, for
+instance, if you have both an HTTP and a CD-ROM APT source,
+<command>apt-get</command> should automatically use the local CD-ROM
+when possible, and only resort to HTTP if a newer version is available
+there. However, it is not a good idea to add unnecessary APT sources,
+since this will tend to slow down the process of checking the network
+archives for new versions.
+-->
+同じ Debian アーカイブに対して複数の APT ソースを
+指定することもできます。<command>apt-get</command>
+は、すべての取得可能なバージョンの中から、いちばん高い
+バージョン番号を持つパッケージを自動的に選択します。また、
+たとえばあなたが HTTP と CD-ROM の両方の APT ソースを使えるとき、
+<command>apt-get</command> は可能ならローカルの CD-ROM を自動的に
+選びますが、より新しいバージョンが HTTP で取得できる場合にのみ
+HTTP を使います。しかし不必要に APT ソースを追加すると
+ネットワークアーカイブから新しいバージョンを探す処理が
+遅くなってしまうので、不要な APT ソースを追加するのは良い考えではありま
+せん。
+
+</para>
+
+ <sect3 id="configure-apt-net">
+<!--
+ <title>Configuring Network Package Sources</title>
+-->
+ <title>ネットワーク上からのパッケージ取得の設定</title>
+
+<para>
+
+<!--
+If you plan on installing the rest of your system via the network, the
+most common option is to select the <userinput>http</userinput>
+source. The <userinput>ftp</userinput> source is also acceptable, but
+tends to be somewhat slower making connections.
+-->
+システムの残りの部分をネットワーク経由でインストールするつもりでしたら、
+通常は <userinput>http</userinput> ソースを選択します。
+<userinput>ftp</userinput> ソースも使えますが、
+ftp は接続がやや遅くなる傾向があります。
+
+</para><para>
+
+<!--
+The next step during the configuration of network package sources is
+to tell <command>apt-setup</command> which country you live in. This
+configures which of the official Debian Internet mirrors you will
+connect to. Depending on which country you select, you will be presented
+with a list of possible servers. It's generally fine to pick the one at
+the top of the list, but any of them should work. Note however that the
+mirror list provided by the installation was generated when this version
+of Debian was released and some mirrors may no longer be available.
+-->
+ネットワーク上からのパッケージ取得設定の次の段階は、
+<command>apt-setup</command> にあなたが住んでいる国を教えることです。
+この情報を使って、Debian の公式ミラーサイトのうちどれに接続するかを
+決定します。国を選ぶと、利用可能なサーバの一覧が表示されます。
+一覧のうちの一番上を選べば良いはずですが、もちろんどれを選んでも構いません。
+とはいえインストール用に提供されているミラーリストは、このバージョンの
+Debian がリリースされた時に生成されたものです。一部のミラーが廃止され
+利用できなくなっているかもしれないので注意してください。
+
+</para><para>
+
+<!--
+After you have selected a mirror, you will be asked if a proxy server
+should be used. A proxy server is a server that will forward all your
+HTTP and/or FTP requests to the Internet and is most often used to regulate
+and optimize access to the Internet on corporate networks. In some networks
+only the proxy server is allowed access to the Internet, in which case you
+will have to enter the name of the proxy server. You may also have to
+include an user name and password. Most home users will not need to specify
+a proxy server, although some ISPs may provide proxy servers for their
+users.
+-->
+ミラーサイトを選択した後に、プロキシサーバを使用するかを尋ねられます。
+プロキシサーバはすべての HTTP や FTP リクエストをインターネットに転送し、
+企業のネットワーク上でインターネットへのアクセスを制限し最適化するために
+最もよく使用されるサーバです。ネットワークによっては Proxy サーバだけが
+インターネットへの接続を許可されるので、そのような場合には Proxy サーバ名を
+入力しなければなりません。さらに、ユーザ名およびパスワードを含めなければ
+ならないかもしれません。一部の ISP はユーザにプロキシサーバを提供している
+かもしれませんが、ほとんどのホームユーザはセットアップにプロキシサーバ
+を指定する必要はないでしょう。
+
+</para><para>
+
+<!--
+After you select a mirror, your new network package source will be tested.
+If all goes well, you will be prompted whether you want to add another
+package source. If you have any problems using the package source you selected,
+try using a different mirror (either from your country list or from the
+global list), or try using a different network package source.
+-->
+ミラーサイトの選択後、設定した新しいパッケージ取得先がテストされます。
+テストが無事終了すれば、さらに別のパッケージ取得先を追加するかどうかを
+尋ねられます。選択したパッケージソースを使って問題があった場合には、
+(自分の国リストあるいは全体リストとは) 別のミラーサイトを試してみるか、
+別のネットワークパッケージソースを用いて試してみてください。
+
+</para>
+ </sect3>
+ </sect2>
diff --git a/ja/boot-new/modules/install.xml b/ja/boot-new/modules/install.xml
new file mode 100644
index 000000000..c3f7c1d81
--- /dev/null
+++ b/ja/boot-new/modules/install.xml
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 28997 -->
+
+ <sect2 id="debconf">
+<!--
+ <title>Prompts During Software Installation</title>
+-->
+ <title>ソフトウェアインストール中の質問</title>
+
+<para>
+
+<!--
+Each package you selected with <command>tasksel</command> or
+<command>aptitude</command> is
+downloaded, unpacked and then installed in turn by the
+<command>apt-get</command> and <command>dpkg</command> programs. If
+a particular program needs more information from the user, it will
+prompt you during this process. You might also want to keep an eye on
+the output during the process, to watch for any installation errors
+(although you will be asked to acknowledge errors which prevented
+a package's installation).
+-->
+<command>tasksel</command> や <command>aptitude</command>
+を用いて選択したパッケージは、
+<command>apt-get</command> と <command>dpkg</command>
+によってダウンロードし解凍され、ひとつひとつインストールされていきます。
+インストールの途中で、あるプログラムがユーザからの追加情報を必要とする場合には、
+あなたに対して質問がなされます。また、インストール中にエラーが
+起こっていないかどうかを監視するためにも、
+この段階での出力を見ていると良いかもしれません
+(パッケージのインストールができなくなるようなエラーの場合は、
+それを確認するよう求められるでしょうが)。
+
+</para>
+
+ <sect3 arch="powerpc" id="xserver">
+<!--
+ <title>Settings for the X Server</title>
+-->
+ <title>X サーバの設定</title>
+
+<para>
+
+<!--
+On iMacs, and some older Macintoshes as well, the X Server software
+doesn't calculate appropriate video settings. You will need to choose
+the <guimenuitem>Advanced</guimenuitem> option during configuration of the
+video settings. For the monitor's horizontal sync range, enter 59&ndash;63.
+You can leave the default for vertical refresh range.
+-->
+iMac (または、古い Macintosh の一部) では、X サーバのソフトウェアは
+適切なビデオ設定を計算できません。そのため、ビデオ設定の際には
+<guimenuitem>Advanced</guimenuitem> オプションを選択する必要があります。モニタの水平同期レンジ
+には、59&ndash;63 と入力してください。垂直リフレッシュレンジは
+デフォルトのままで構いません。
+
+</para><para>
+
+<!--
+The mouse device should be set to
+<userinput>/dev/input/mice</userinput>.
+-->
+マウスデバイスは、<userinput>/dev/input/mice</userinput> に設定してください。
+
+</para>
+ </sect3>
+ </sect2>
diff --git a/ja/boot-new/modules/mta.xml b/ja/boot-new/modules/mta.xml
new file mode 100644
index 000000000..d72432ea9
--- /dev/null
+++ b/ja/boot-new/modules/mta.xml
@@ -0,0 +1,160 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 22935 -->
+
+ <sect2 id="base-config-mta">
+<!--
+ <title>Configuring Your Mail Transport Agent</title>
+-->
+ <title>メール配送エージェントの設定</title>
+
+<para>
+
+<!--
+Today, email is a very important part of many people's life, so it's
+no surprise Debian lets you configure your mail system right as a part
+of the installation process. The standard mail transport agent in
+Debian is <command>exim4</command>, which is relatively small,
+flexible, and easy to learn.
+-->
+現在、多くの人々の生活において電子メールは非常に重要な要素になっています。
+ですから Debian がインストールの過程でメールシステムを正しく設定させたと
+しても何も驚くことはありません。Debian の標準のメール配送エージェントは、
+比較的小さく柔軟で、学習することが容易な <command>exim4</command> です。
+
+</para><para>
+
+<!--
+You may ask if this is needed even if your computer is not connected
+to any network. The short answer is: Yes. The longer explanation: Some
+system utilities (like <command>cron</command>,
+<command>quota</command>, <command>aide</command>, &hellip;) may send
+you important notices via email.
+-->
+コンピュータが任意のネットワークに接続していないとしてもメールシステムの
+設定が必要かどうか、あなたは尋ねるかもしれません。短い答えは「イエス」です。
+もっと長い説明は「いくつかのシステムユーティリティ (<command>cron</command>、
+<command>quota</command> および <command>aide</command> &hellip;) が
+電子メールであなたに重要なメッセージを送るかもしれないから」です。
+
+</para><para>
+
+<!--
+So on the first screen you will be presented with several common mail
+scenarios. Choose the one that most closely resembles your needs:
+-->
+そこで、最初の画面にいくつかの共通のメールシナリオが示されます。
+あなたのニーズに最も近いものを選んでください。
+
+</para>
+
+<variablelist>
+<varlistentry>
+<!--
+<term>internet site</term>
+-->
+<term>インターネットサイト</term>
+<listitem><para>
+
+<!--
+Your system is connected to a network and your mail is sent and
+received directly using SMTP. On the following screens you will be
+asked a few basic questions, like your machine's mail name, or a list of
+domains for which you accept or relay mail.
+-->
+システムはネットワークに接続されています。また、メールは SMTP を
+使って直接送受信されます。次の画面でマシンのメール名や受信、あるいは
+中継メールのためのドメインリストのような二三の基本的な質問をされるでしょう。
+
+</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<!--
+<term>mail sent by smarthost</term>
+-->
+<term>スマートホストでメール送信</term>
+<listitem><para>
+
+<!--
+In this scenario is your outgoing mail forwarded to another machine,
+called a <quote>smarthost</quote>, which does the actual job for
+you. Smarthost also usually stores incoming mail addressed to your
+computer, so you don't need to be permanently online. That also means
+you have to download your mail from the smarthost via programs like
+fetchmail. This option is suitable for dial-up users.
+-->
+このシナリオでは、あなたの送出したメールが他のマシンに転送されます
+(実際の仕事は<quote>スマートホスト</quote>がします)。また、
+スマートホストは通常あなたのコンピュータ宛てのメールを格納します。ですから、
+ずっとオンラインである必要はありません。それは、fetchmail のような
+プログラムを通してスマートホストからメールをダウンロードしなければならない
+ということも意味します。このオプションはダイアルアップユーザに適しています。
+
+</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<!--
+<term>local delivery only</term>
+-->
+<term>ローカル配信のみ</term>
+<listitem><para>
+
+<!--
+Your system is not on a network and mail is sent or received only
+between local users. Even if you don't plan to send any messages, this
+option is highly recommended, because some system utilities may send
+you various alerts from time to time (e.g. beloved <quote>Disk quota
+exceeded</quote>). This option is also convenient for new users,
+because it doesn't ask any further questions.
+-->
+システムはネットワーク上にありません。また、メールはローカルユーザ間
+でのみ送受信されます。あなたが何かメッセージを送るつもりでなくても、
+いくつかのシステムユーティリティがさまざまな警告 (例えば、いとしの
+<quote>Disk quota exceeded (ディスク割当量超過)</quote>) を時々送るかも
+しれないので、このオプションを強くお勧めします。また、このオプションは
+これ以上の質問をしないので新規ユーザに便利です。
+
+</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<!--
+<term>no configuration at this time</term>
+-->
+<term>今は設定しない</term>
+<listitem><para>
+
+<!--
+Choose this if you are absolutely convinced you know what you are
+doing. This will leave you with an unconfigured mail system &mdash;
+until you configure it, you won't be able to send or receive any mail
+and you may miss some important messages from your system utilities.
+-->
+何をしているのか完全に確信しているようでしたら、これを選んでください。
+これはメールシステムを未設定のままにします。あなたが設定するまでメール
+の送受信はできないでしょう。また、システムユーティリティからの重要な
+メッセージを逃してしまうかもしれません。
+
+</para></listitem>
+</varlistentry>
+</variablelist>
+
+<para>
+
+<!--
+If none of these scenarios suits your needs, or if you need a finer
+setup, you will need to edit configuration files under the
+<filename>/etc/exim4</filename> directory after the installation is
+complete. More information about <command>exim4</command> may be found
+under <filename>/usr/share/doc/exim4</filename>.
+-->
+これらのシナリオのどれも必要なものに適さない場合、あるいはより
+申し分ないセットアップが必要なら、インストール完了後に
+<filename>/etc/exim4</filename> ディレクトリ下の設定ファイルを編集する
+必要があるでしょう。<command>exim4</command> に関するより多くの情報は、
+<filename>/usr/share/doc/exim4</filename> をご覧ください。
+
+</para>
+ </sect2>
diff --git a/ja/boot-new/modules/packages.xml b/ja/boot-new/modules/packages.xml
new file mode 100644
index 000000000..84126f357
--- /dev/null
+++ b/ja/boot-new/modules/packages.xml
@@ -0,0 +1,292 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 28672 -->
+
+ <sect2 id="install-packages">
+<!--
+ <title>Package Installation</title>
+-->
+ <title>パッケージのインストール</title>
+
+<para>
+
+<!--
+Next you will be offered a number of pre-rolled software
+configurations offered by Debian. You could always choose, package by
+package, what you want to install on your new machine. This is the
+purpose of the <command>aptitude</command> program, described below.
+But this can be a long task with around &num-of-distrib-pkgs; packages
+available in Debian!
+-->
+次に、Debian によって前もってまとめられた多数のソフトウェア設定が提供されます。
+もちろん、いつでも新しいマシンにインストールするパッケージを
+ひとつひとつ選ぶことができます。これは、以下で説明する
+<command>aptitude</command> プログラムによるものです。しかし、Debian には
+&num-of-distrib-pkgs; 個ものパッケージがあるので、その方法は
+時間のかかる作業となるかもしれません!
+
+</para><para>
+
+<!--
+So, you have the ability to choose <emphasis>tasks</emphasis> first,
+and then add on more individual packages later. These tasks loosely
+represent a number of different jobs or things you want to do with
+your computer, such as <quote>desktop environment</quote>,
+<quote>web server</quote>, or <quote>print server</quote><footnote>
+-->
+そこで、まず最初に<emphasis>タスク</emphasis>を選択し、そのあとで個々の
+パッケージを追加する、ということができるようになっています。
+タスクは、<quote>デスクトップ環境</quote>、<quote>ウェブサーバ</quote>、
+<quote>印刷サーバ</quote>のように、コンピュータでしたいであろう、
+いろいろな仕事や物事を大まかに表しています<footnote>
+
+<para>
+
+<!--
+You should know that to present this list,
+<command>base-config</command> is merely invoking the
+<command>tasksel</command> program. For manual package
+selection, the
+<command>aptitude</command> program is being run. Any of these can be
+run at any time after installation to install (or remove) more
+packages. If you are looking for a specific single package, after
+installation is complete, simply run <userinput>aptitude install
+<replaceable>package</replaceable></userinput>, where
+<replaceable>package</replaceable> is the name of the package you are
+looking for.
+-->
+このリストを示すために <command>base-config</command> は単に
+<command>tasksel</command> プログラムを呼び出していることを
+知っているべきです。手動でのパッケージ選択では、
+<command>aptitude</command> が実行されています。
+どちらの方法もインストールの終了後、いつでも追加パッケージの
+インストールに使えます。インストール終了後に
+ある特定のパッケージをインストールしたいときは、
+単に <userinput>aptitude install
+<replaceable>パッケージ</replaceable></userinput> を実行すれば良いです
+(ここで、<replaceable>パッケージ</replaceable> はインストールしたい
+パッケージの名前です)。
+
+</para>
+
+<!--
+</footnote>. <xref linkend="tasksel-size-list"/> lists the space
+requirements for the available tasks.
+-->
+</footnote>。<xref linkend="tasksel-size-list"/> に、
+利用可能なタスクのために必要な空き容量のリストがあります。
+
+</para><para>
+
+<!--
+Once you've selected your tasks, select
+<guibutton>Ok</guibutton>. At this point,
+<command>aptitude</command> will install the packages you've
+selected.
+-->
+タスクを選び終わったら <guibutton>Ok</guibutton> を選択してください。すると
+<command>aptitude</command> が、あなたの選択したパッケージをインストールします。
+
+<note><para>
+
+<!--
+Even if you did not select any tasks at all, any standard,
+important, or required priority packages that are not yet present on
+your system will be installed. This functionality is the same as
+running <userinput>tasksel -ris</userinput> at the command line, and
+currently involves
+a download of about 37M of archives. You will be shown the number of
+packages to be installed, and how many kilobytes of packages, if any,
+need to be downloaded.
+-->
+たとえひとつもタスクを選択しなかったとしても、
+標準 (standard)、重要 (important)、必須 (required) の優先度を持つ
+パッケージがインストールされます。この機能は、
+コマンドラインから <userinput>tasksel -ris</userinput> を実行したのと同じで、
+今のところおよそ 37 メガバイトのアーカイブをダウンロードします。
+インストールされるパッケージの数と、
+(ダウンロードが必要なパッケージがある場合には)
+パッケージのキロバイト数が表示されます。
+
+</para></note>
+
+</para><para>
+
+<!--
+If you do want to choose what to install on a package by package basis,
+select the <quote>manual package selection</quote> option in
+<command>tasksel</command>. If you select one or more tasks alongside
+this option, <command>aptitude</command> will be called with the
+<command>&dash;&dash;visual-preview</command> option. This means you will be able to review<footnote>
+-->
+もしインストールすべきかをパッケージごとに決めたければ、<command>tasksel</command>
+で <quote>手動でパッケージを選択 (manual package selection)</quote>
+オプションを選択してください。もしこのオプションと並んでひとつ以上の
+タスクを選択すると、<command>aptitude</command> は <command>--visual-preview</command>
+オプション付きで呼ばれます。これはインストールパッケージを見直せる<footnote>
+
+<para>
+
+<!--
+You can also change the default selections. If you would like to select any
+additional package, use <menuchoice> <guimenu>View</guimenu>
+<guimenuitem>New Package View</guimenuitem> </menuchoice>.
+-->
+さらにデフォルトの選択を変更することができます。何か追加パッケージを
+選択したい場合、<menuchoice> <guimenu>表示 (View)</guimenu>
+<guimenuitem>新しいパッケージ画面 (New Package View)</guimenuitem> </menuchoice>
+を使用してください。
+
+</para>
+
+<!--
+</footnote> the packages that are to be installed. If you do not select any
+tasks, the normal <command>aptitude</command> screen will be displayed. After
+making your selections you should press <quote><userinput>g</userinput></quote>
+to start the download and installation of packages.
+-->
+</footnote>ということを意味します。タスクを選択しなかった場合、
+通常の <command>aptitude</command> 画面が表示されます。
+選択を終えたら、パッケージのダウンロードとインストールを始めるために
+<quote><userinput>g</userinput></quote> を押さなければなりません。
+
+<note><para>
+
+<!--
+If you choose <quote>manual package selection</quote>
+<emphasis>without</emphasis> selecting any tasks, no packages will be installed
+by default. This means you can use this option if you want to install a minimal
+system, but also that the responsibility for selecting any packages not
+installed as part of the base system (before the reboot) that might be required
+for your system lies with you.
+-->
+タスクを選択すること<emphasis>なしに</emphasis>
+<quote>手動でパッケージを選択 (manual package selection)</quote> を選択した場合、
+標準では何もパッケージはインストールされません。
+最小のシステムをインストールしたい場合にはこのオプションを使えば良いですが、
+ベースシステムの一部でシステムに必要になるかもしれない、インストールされない
+パッケージを (再起動前に) 選択する責任はあなたにあることも意味します。
+
+</para></note>
+
+</para><para>
+
+<!--
+Of the &num-of-distrib-pkgs; packages available in Debian, only
+a small minority are covered by tasks offered in the Task Installer.
+To see information on more packages, either use <userinput>apt-cache
+search <replaceable>search-string</replaceable></userinput> for some
+given search string (see the <citerefentry>
+<refentrytitle>apt-cache</refentrytitle> <manvolnum>8</manvolnum>
+</citerefentry> man page), or run
+<command>aptitude</command> as described below.
+-->
+Debian には &num-of-distrib-pkgs; 個のパッケージがありますが、
+タスクインストーラのタスクでカバーされているのは、そのうちの
+ほんの少数に過ぎません。より多くのパッケージの情報を見るためには、
+何らかの検索文字列を使って<userinput>apt-cache
+search <replaceable>検索文字列</replaceable></userinput> を実行するか
+(<citerefentry>
+<refentrytitle>apt-cache</refentrytitle> <manvolnum>8</manvolnum>
+</citerefentry> のマニュアルページを参照)、以下で説明する
+<command>aptitude</command> を実行してください。
+
+</para>
+
+ <sect3 id="aptitude">
+<!--
+ <title>Advanced Package Selection with <command>aptitude</command></title>
+-->
+ <title><command>aptitude</command> を使った上級者向けのパッケージ選択</title>
+
+<para>
+
+<!--
+<command>Aptitude</command> is a modern program for managing
+packages. <command>aptitude</command> allows you to
+select individual packages, set of packages matching given criteria
+(for advanced users), or whole tasks.
+-->
+<command>aptitude</command> はパッケージを管理するための最新のプログラムです。
+<command>aptitude</command> は、個々のパッケージや
+(上級ユーザのための) 与えられた基準と一致するパッケージセットおよび
+全タスクを選択できるようにします。
+
+</para><para>
+
+<!--
+The most basic keybindings are:
+-->
+最も基本的なキーバインドは以下の通りです。
+
+<informaltable>
+<tgroup cols="2">
+<thead>
+<row>
+<!--
+ <entry>Key</entry><entry>Action</entry>
+-->
+ <entry>キー</entry><entry>動作</entry>
+</row>
+</thead>
+
+<tbody>
+<row>
+ <entry><keycap>Up</keycap>, <keycap>Down</keycap></entry>
+<!--
+ <entry>Move selection up or down.</entry>
+-->
+ <entry>選択項目を上下に移動する</entry>
+</row><row>
+ <entry>&enterkey;</entry>
+<!--
+ <entry>Open/collapse/activate item.</entry>
+-->
+ <entry>アイテムを 開く/折りたたむ/活性化 する</entry>
+</row><row>
+ <entry><keycap>+</keycap></entry>
+<!--
+ <entry>Mark package for installation.</entry>
+-->
+ <entry>パッケージに追加マークをつける</entry>
+</row><row>
+ <entry><keycap>-</keycap></entry>
+<!--
+ <entry>Mark package for removal.</entry>
+-->
+ <entry>パッケージに削除マークをつける</entry>
+</row><row>
+ <entry><keycap>d</keycap></entry>
+<!--
+ <entry>Show package dependencies.</entry>
+-->
+ <entry>パッケージの依存関係を表示する</entry>
+</row><row>
+ <entry><keycap>g</keycap></entry>
+<!--
+ <entry>Actually download/install/remove packages.</entry>
+-->
+ <entry>実際にパッケージを ダウンロード/インストール/削除 する</entry>
+</row><row>
+ <entry><keycap>q</keycap></entry>
+<!--
+ <entry>Quit current view.</entry>
+-->
+ <entry>終了</entry>
+</row><row>
+ <entry><keycap>F10</keycap></entry>
+<!--
+ <entry>Activate menu.</entry>
+-->
+ <entry>メニューを開く</entry>
+</row>
+</tbody></tgroup></informaltable>
+
+<!--
+For more commands see the online help under the <keycap>?</keycap> key.
+-->
+上記以外のコマンドは、<keycap>?</keycap> キーでオンラインヘルプをご覧ください。
+
+</para>
+ </sect3>
+ </sect2>
diff --git a/ja/boot-new/modules/ppp.xml b/ja/boot-new/modules/ppp.xml
new file mode 100644
index 000000000..b4bfb24d3
--- /dev/null
+++ b/ja/boot-new/modules/ppp.xml
@@ -0,0 +1,261 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 23660 -->
+
+ <sect2 arch="not-s390" id="PPP">
+ <title>PPP の設定</title>
+
+<para>
+
+<!--
+If no network was configured during the first stage of the installation,
+you will next be asked whether you wish to install the rest of the system
+using PPP. PPP is a protocol used to establish dialup connections with modems.
+If you configure the modem at this point, the installation system will be able
+to download additional packages or security updates from the Internet during
+the next steps of the installation.
+If you don't have a modem in your computer or if you prefer to configure
+your modem after the installation, you can skip this step.
+-->
+インストールのファーストステージでネットワークの設定をしなかった場合、
+次にシステムの残りの部分のインストールに PPP を用いるかどうかを選択します。
+PPP はモデムでダイアルアップ接続を確立するために使用されるプロトコルです。
+この時点でモデムの設定をすれば、インストールの次のステップの間にインターネット
+からの追加パッケージやセキュリティアップデートをダウンロードできるでしょう。
+コンピュータにモデムが無ければ、あるいはインストールの後でモデムの設定を
+する方が良いのなら、この段階をスキップすることができます。
+
+</para><para>
+
+<!--
+In order to configure your PPP connection, you will need some information
+from your Internet Service Provider (ISP), including phone number, username,
+password and DNS servers (optional). Some ISPs provide installation guidelines
+for Linux distributions. You can use that information even if they don't
+specifically target Debian since most of the configuration parameters
+(and software) is similar amongst Linux distributions.
+-->
+PPP 接続を設定するために、電話番号、ユーザ名、パスワードおよび DNS サーバ
+(オプション) などを含むインターネットサービスプロバイダ (ISP) からの
+いくつかの情報が必要になります。一部の ISP では Linux ディストリビューション
+向けのインストールガイドラインを提供しています。たとえ特に Debian を対象と
+していなくても、設定パラメータ (およびソフトウェア) のほとんどは Linux
+ディストリビューション間で似かよっているので、その情報が使えます。
+
+</para><para>
+
+<!--
+If you do choose to configure PPP at this point, a program named
+<command>pppconfig</command> will be run. This program helps you
+configure your PPP connection. <emphasis>Make sure, when it asks you
+for the name of your dialup connection, that you name it
+<userinput>provider</userinput>.</emphasis>
+-->
+ここで PPP を設定するよう選択すると、<command>pppconfig</command>
+というプログラムが起動します。このプログラムは PPP 接続の
+設定を手伝ってくれます。<emphasis>なおダイアルアップ接続の
+名前を尋ねられた際には、必ず
+<userinput>provider</userinput> と名付けてください。</emphasis>
+
+</para><para>
+
+<!--
+Hopefully, the <command>pppconfig</command> program will walk you
+through a trouble-free PPP connection setup. However, if it does not
+work for you, see below for detailed instructions.
+-->
+おそらく <command>pppconfig</command> プログラムを使えば、苦労する
+ことなく PPP 接続の設定ができるでしょう。しかし、もしこのプログラムで
+うまく設定ができない場合は、以下の解説を参照してください。
+
+</para><para>
+
+<!--
+In order to setup PPP, you'll need to know the basics of file viewing
+and editing in GNU/Linux. To view files, you should use
+<command>more</command>, and <command>zmore</command> for compressed
+files with a <userinput>.gz</userinput> extension. For example, to
+view <filename>README.debian.gz</filename>, type <userinput>zmore
+README.debian.gz</userinput>. The base system comes with an editor
+named <command>nano</command>, which is very simple to use, but does
+not have a lot of features. You will probably want to install more
+full-featured editors and viewers later, such as
+<command>jed</command>, <command>nvi</command>,
+<command>less</command>, and <command>emacs</command>.
+-->
+PPP を設定するには、GNU/Linux 上でのファイル閲覧・編集の基本を
+知っておかなければなりません。ファイルを閲覧するには
+<command>more</command> を使います (<userinput>.gz</userinput> 拡張子の
+ついた圧縮ファイルには <command>zmore</command> を使います)。
+例えば <filename>README.debian.gz</filename> を閲覧するには、
+<userinput>zmore README.debian.gz</userinput> と入力します。
+基本システムには <command>nano</command> という名前のエディタが
+収録されています。このエディタはとても簡単に使えますが、
+多くの機能があるわけではありません。あとで <command>jed</command>、
+<command>nvi</command>、<command>less</command>、<command>emacs</command>
+といった、より多機能なエディタや閲覧ソフトウェアをインストールすると良いでしょう。
+
+</para><para>
+
+<!--
+Edit <filename>/etc/ppp/peers/provider</filename> and replace
+<userinput>/dev/modem</userinput> with
+<userinput>/dev/ttyS<replaceable>&num;</replaceable></userinput> where
+<replaceable>&num;</replaceable> stands for the number of your serial
+port. In Linux, serial ports are counted from 0; your first serial
+port <phrase arch="i386">(i.e., <userinput>COM1</userinput>)</phrase>
+is <filename>/dev/ttyS0</filename> under Linux.
+-->
+<filename>/etc/ppp/peers/provider</filename> を編集して <userinput>/dev/modem</userinput> を
+<userinput>/dev/ttyS<replaceable>&num;</replaceable></userinput> に書き換えてください。
+ここでの <replaceable>&num;</replaceable> はお使いになるシリアルポートの番号を表しています。
+Linux ではこの番号は 0 から数えますので、最初のシリアルポート
+<phrase arch="i386">(つまり <userinput>COM1</userinput>)</phrase>
+は Linux では <filename>/dev/ttyS0</filename> となります。
+
+<!--
+<phrase arch="powerpc;m68k">On Macintoshes with serial ports, the
+modem port is <filename>/dev/ttyS0</filename> and the printer port is
+<filename>/dev/ttyS1</filename>.</phrase>
+-->
+<phrase arch="powerpc;m68k">シリアルポートを備えた Macintosh では、
+モデムポートは <filename>/dev/ttyS0</filename> で、プリンタポートは
+<filename>/dev/ttyS1</filename> です。</phrase>
+
+<!--
+The next step is to edit
+<filename>/etc/chatscripts/provider</filename> and insert your
+provider's phone number, your user-name and password. Please do not
+delete the <quote>\q</quote> that precedes the password. It hides the
+password from appearing in your log files.
+-->
+次に、
+<filename>/etc/chatscripts/provider</filename> を編集して、
+ご自分のプロバイダの電話番号、ユーザ名、パスワードを書き込みます。
+パスワードの前にある <quote>\q</quote> は削除しないでください。これは
+パスワードを隠して、ログファイルに残らないようにしてくれます。
+
+</para><para>
+
+<!--
+Many providers use PAP or CHAP for login sequence instead of text mode
+authentication. Others use both. If your provider requires PAP or
+CHAP, you'll need to follow a different procedure. Comment out
+everything below the dialing string (the one that starts with
+<quote>ATDT</quote>) in
+<filename>/etc/chatscripts/provider</filename>, modify
+<filename>/etc/ppp/peers/provider</filename> as described above, and
+add <userinput>user <replaceable>name</replaceable></userinput> where
+<replaceable>name</replaceable> stands for your user-name for the
+provider you are trying to connect to. Next, edit
+<filename>/etc/ppp/pap-secrets</filename> or
+<filename>/etc/ppp/chap-secrets</filename> and enter your password
+there.
+-->
+多くのプロバイダは、ログイン手続きで (テキストモードの認証ではなく)
+PAP や CHAP を使います。両方を使うところもあります。
+プロバイダが PAP や CHAP を要求する場合は、必要な作業も異なります。
+<filename>/etc/chatscripts/provider</filename> にあるダイヤル文字列
+(行の先頭に <quote>ATDT</quote> があるもの) 以下をすべてコメントアウトしてから、
+すでに説明した通りに <filename>/etc/ppp/peers/provider</filename> を修正し、
+<userinput>user <replaceable>name</replaceable></userinput> を付け加えてください。
+ここで <replaceable>name</replaceable> には、
+接続しようとしているプロバイダでのあなたのユーザ名を当てはめてください。
+次に <filename>/etc/ppp/pap-secrets</filename> あるいは
+<filename>/etc/ppp/chap-secrets</filename>
+を編集して、そちらにあなたのパスワードを入力してください。
+
+</para><para>
+
+<!--
+You will also need to edit <filename>/etc/resolv.conf</filename> and
+add your provider's name server (DNS) IP addresses. The lines in
+<filename>/etc/resolv.conf</filename> are in the following format:
+<userinput>nameserver
+<replaceable>xxx.xxx.xxx.xxx</replaceable></userinput> where the
+<replaceable>x</replaceable>s stand for numbers in your IP
+address. Optionally, you could add the
+<userinput>usepeerdns</userinput> option to the
+<filename>/etc/ppp/peers/provider</filename> file, which will enable
+automatic choosing of appropriate DNS servers, using settings the
+remote host usually provides.
+-->
+さらに <filename>/etc/resolv.conf</filename> を編集して、
+プロバイダのネームサーバ (DNS) の IP アドレスを加える必要もあります。
+<filename>/etc/resolv.conf</filename> に記述する行の形式は
+<userinput>nameserver
+<replaceable>xxx.xxx.xxx.xxx</replaceable></userinput> です。
+<replaceable>x</replaceable> で示される箇所には、利用する IP アドレスの
+数字を当てはめてください。
+<filename>/etc/ppp/peers/provider</filename> ファイルに
+<userinput>usepeerdns</userinput> オプションを追加すれば、
+通常リモートホストが提供してくれる情報を参照し、
+適切な DNS サーバを自動的に選択するようにも設定できます。
+
+</para><para>
+
+<!--
+Unless your provider has a login sequence different from the majority
+of ISPs, you are done! Start the PPP connection by typing
+<command>pon</command> as root, and monitor the process using
+<command>plog</command> command. To disconnect, use
+<command>poff</command>, again, as root.
+-->
+お使いのプロバイダのログイン手続きが、
+大半の ISP と異なるようなことがなければ、これで完了です!
+root アカウントで <command>pon</command> と入力して PPP 接続を開始し、
+<command>plog</command> コマンドを利用してその手続きを監視してください。
+接続を切断するには、root アカウントで
+<command>poff</command> と入力してください。
+
+</para><para>
+
+<!--
+Read <filename>/usr/share/doc/ppp/README.Debian.gz</filename> file for
+more information on using PPP on Debian.
+-->
+Debian での PPP の使用法に関するより詳しい情報は、
+<filename>/usr/share/doc/ppp/README.Debian.gz</filename> ファイルをお読みください。
+
+</para><para>
+
+<!--
+For static SLIP connections, you will need to add the
+<userinput>slattach</userinput> command (from the
+<classname>net-tools</classname> package) into
+<filename>/etc/init.d/network</filename>. Dynamic SLIP will require
+the <classname>gnudip</classname> package.
+-->
+静的な SLIP 接続をするには、
+<filename>/etc/init.d/network</filename> ファイルに <userinput>slattach</userinput>
+コマンド (<classname>net-tools</classname> パッケージに含まれています)
+を追加する必要があります。動的な SLIP 接続の場合には、
+<classname>gnudip</classname> パッケージが必要です。
+
+</para>
+
+ <sect3 id="PPPOE">
+<!--
+ <title>Setting Up PPP over Ethernet (PPPOE)</title>
+-->
+ <title>Ethernet 越しの PPP (PPPOE) の設定</title>
+
+<para>
+
+<!--
+PPPOE is a protocol related to PPP used for some broadband connections.
+There is currently no support in base configuration to help you set
+this up. However, the necessary software has been installed, which means
+you can configure PPPOE manually at this stage of the installation by
+switching to VT2 and running <command>pppoeconf</command>.
+-->
+PPPOE は一部のブロードバンド接続に使用される PPP 関連のプロトコルです。
+今のところ、設定を手助けするような基本設定中でのサポートはありません。
+とはいえ、必要なソフトウェアはインストールされました。それはインストールの
+このステージで VT2 に切り替えて、<command>pppoeconf</command> を実行することで
+手動で PPPOE を設定できることを意味しています。
+
+</para>
+
+ </sect3>
+ </sect2>
diff --git a/ja/boot-new/modules/shadow.xml b/ja/boot-new/modules/shadow.xml
new file mode 100644
index 000000000..e723c964a
--- /dev/null
+++ b/ja/boot-new/modules/shadow.xml
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 18642 -->
+
+ <sect2 id="base-config-users">
+<!--
+ <title>Setting Up Users And Passwords</title>
+-->
+ <title>ユーザとパスワードの設定</title>
+
+ <sect3 id="base-config-root">
+<!--
+ <title>Set the Root Password</title>
+-->
+ <title>root アカウントのパスワードを設定する</title>
+
+<para>
+
+<!--
+The <emphasis>root</emphasis> account is also called the
+<emphasis>super-user</emphasis>; it is a login that bypasses all
+security protection on your system. The root account should only be
+used to perform system administration, and only used for as short
+a time as possible.
+-->
+<emphasis>root (ルート)</emphasis> アカウントは
+<emphasis>スーパーユーザ</emphasis>と呼ばれることもあります。
+このアカウントは、システムのセキュリティ保護機構すべてを超越した権限を
+持つログイン名です。ルートアカウントはシステム管理をする時のみ、
+できるだけ短時間に限って使うべきです。
+
+</para><para>
+
+<!--
+Any password you create should contain at least 6 characters, and
+should contain both upper- and lower-case characters, as well as
+punctuation characters. Take extra care when setting your root
+password, since it is such a powerful account. Avoid dictionary
+words or use of any personal information which could be guessed.
+-->
+設定するパスワードは 6 文字以上で、大文字・小文字・記号を
+混ぜたものにしてください。これは root 以外のユーザのパスワードでも
+同じですが、root アカウントのような強力なアカウントのパスワード設定には、
+細心の注意を払ってください。辞書に載っているような単語や、
+推測されやすい個人的な情報の使用などは避けてください。
+
+</para><para>
+
+<!--
+If anyone ever tells you they need your root password, be extremely
+wary. You should normally never give your root password out, unless you
+are administering a machine with more than one system administrator.
+-->
+あなたの root アカウントのパスワードが必要だなどと誰かが言ってきても、
+絶対に油断しないでください。他のシステム管理者と協同でマシンを管理しているのでもない限り、
+通常は自分の root のパスワードを、絶対に人に知られてはいけません。
+
+</para>
+ </sect3>
+
+ <sect3 id="make-normal-user">
+<!--
+ <title>Create an Ordinary User</title>
+-->
+ <title>一般ユーザの登録</title>
+
+<para>
+
+<!--
+The system will ask you whether you wish to create an ordinary user
+account at this point. This account should be your main personal
+log-in. You should <emphasis>not</emphasis> use the root account for
+daily use or as your personal login.
+-->
+システムは一般ユーザのアカウントを作るよう求めてきます。
+こちらを、個人的なログインに用いるアカウントとして主に使ってください。
+root アカウントを通常の利用や個人的なログインに使っては<emphasis>いけません</emphasis>。
+
+</para><para>
+
+<!--
+Why not? Well, one reason to avoid using root's privileges is that it
+is very easy to do irreparable damage as root. Another reason is that
+you might be tricked into running a <emphasis>Trojan-horse</emphasis>
+program &mdash; that is a program that takes advantage of your
+super-user powers to compromise the security of your system behind
+your back. Any good book on Unix system administration will cover this
+topic in more detail &mdash; consider reading one if it is new to you.
+-->
+なぜいけないのでしょうか? root 権限の利用を避ける理由のひとつは、
+root を使うと簡単にシステムに回復不能のダメージを与えることができてしまう
+ということです。また別の理由としては、誰かが仕掛けた<emphasis>トロイの木馬</emphasis>
+プログラム (これはあなたのスーパーユーザ権限を悪用してシステム全体の
+セキュリティをぼろぼろにしてしまいます) をうっかり実行してしまうかもしれないからです。
+Unix のシステム管理についての良書では、この話題についてより詳しく解説していますので、
+この話が初耳だという方はそういった本を読んでみてください。
+
+</para><para>
+
+<!--
+You will first be prompted for the user's full name. Then you'll be asked
+for a name for the user account; generally your first name or something
+similar will suffice and indeed will be the default. Finally, you will be
+prompted for a password for this account.
+-->
+最初にユーザのフルネームを尋ねられます。その後、ユーザアカウント名を
+尋ねられます。一般にあなたの姓や何かそれに似通ったもので充分であり、実際に
+デフォルトになることでしょう。最後にそのアカウント用のパスワードを尋ねられます。
+
+</para><para>
+
+<!--
+If at any point after installation you would like to create another
+account, use the <command>adduser</command> command.
+-->
+インストール後に新たなユーザアカウントを作成したい場合は、
+<command>adduser</command> コマンドを使ってください。
+
+</para>
+ </sect3>
+ </sect2>
diff --git a/ja/boot-new/modules/timezone.xml b/ja/boot-new/modules/timezone.xml
new file mode 100644
index 000000000..6eb984f99
--- /dev/null
+++ b/ja/boot-new/modules/timezone.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 19108 -->
+
+ <sect2 id="base-config-tz">
+<!--
+ <title>Configuring Your Time Zone</title>
+-->
+ <title>タイムゾーンの設定</title>
+
+<para>
+
+<!--
+After a welcome screen, you will be prompted to configure your time zone.
+First select whether the hardware clock of your system is set to local
+time or Greenwich Mean Time (GMT or UTC). The time displayed in the dialog
+may help you decide on the correct option.
+<phrase arch="m68k;powerpc">Macintosh hardware clocks are normally
+set to local time. If you want to dual-boot, select local time instead of
+GMT.</phrase>
+<phrase arch="i386">Systems that (also) run Dos or Windows are normally
+set to local time. If you want to dual-boot, select local time instead of
+GMT.</phrase>
+-->
+ようこその画面の後で、タイムゾーンを設定するように求められます。
+まず最初に、システムのハードウェアクロックを地方時に設定するか、
+世界時 (GMT あるいは UTC) に設定するかを選択してください。
+ダイアログに表示される時間が、正しいオプションを決める手助けとなるでしょう。
+<phrase arch="m68k;powerpc">Macintosh のハードウェアクロックは通常、
+地方時に設定されています。デュアルブートしたい場合には、
+世界時 (GMT) の代わりに地方時を選択してください。</phrase>
+<phrase arch="i386">DOS や Windows を (共に) 実行しているシステムは通常、
+地方時に設定されています。デュアルブートしたい場合には、
+世界時 (GMT) の代わりに地方時を選択してください。</phrase>
+
+</para><para>
+
+<!--
+Depending on the location selected at the beginning of the installation
+process, you will next be shown either a single timezone or a list of
+timezones relevant for that location. If a single timezone is shown, choose
+<guibutton>Yes</guibutton> to confirm or choose <guibutton>No</guibutton>
+to select from the full list of timezones. If a list is shown, select your
+timezone from the list, or select Other for the full list.
+-->
+インストールプロセスのはじめで選択した所在地によって、1 つのタイムゾーン
+あるいは所在地に基づいた適切なタイムゾーンのリストのいずれかが示されます。
+1 つのタイムゾーンが示される場合は、確認するために <guibutton>Yes</guibutton>
+を選ぶか、タイムゾーンの全リストから選ぶために <guibutton>No</guibutton>
+を選んでください。リストが表示されたら、タイムゾーンを選択するか、
+もっと長いリストを表示するためにその他 (Other) を選択してください。
+
+</para>
+ </sect2>