summaryrefslogtreecommitdiff
path: root/po/ja/using-d-i.po
diff options
context:
space:
mode:
authorNozomu KURASAWA <nabetaro@caldron.jp>2008-05-01 14:49:43 +0000
committerNozomu KURASAWA <nabetaro@caldron.jp>2008-05-01 14:49:43 +0000
commit375574f43da935dd4a8ab7866ad8ac9f6c3cc58c (patch)
tree6b9c5d89cf0e5dce05979ce6257e7393aca99390 /po/ja/using-d-i.po
parentc6120522a5b724e0f5dfafc7c050ad7c31eb3b20 (diff)
downloadinstallation-guide-375574f43da935dd4a8ab7866ad8ac9f6c3cc58c.zip
Update Japanese translations.
Diffstat (limited to 'po/ja/using-d-i.po')
-rw-r--r--po/ja/using-d-i.po3525
1 files changed, 2979 insertions, 546 deletions
diff --git a/po/ja/using-d-i.po b/po/ja/using-d-i.po
index 67411268c..b0e9083f5 100644
--- a/po/ja/using-d-i.po
+++ b/po/ja/using-d-i.po
@@ -25,62 +25,175 @@ msgstr "インストーラの動作"
#. Tag: para
#: using-d-i.xml:8
#, no-c-format
-msgid "The Debian Installer consists of a number of special-purpose components to perform each installation task. Each component performs its task, asking the user questions as necessary to do its job. The questions themselves are given priorities, and the priority of questions to be asked is set when the installer is started."
-msgstr "Debian Installer は各インストールタスクを実行するために、 たくさんの特定用途コンポーネントから成ります。 各コンポーネントは、必要ならユーザに質問をして、そのタスクを実行します。 この質問には優先度が設定されており、 この優先度はインストーラの起動時に設定することができます。"
+msgid ""
+"The Debian Installer consists of a number of special-purpose components to "
+"perform each installation task. Each component performs its task, asking the "
+"user questions as necessary to do its job. The questions themselves are "
+"given priorities, and the priority of questions to be asked is set when the "
+"installer is started."
+msgstr ""
+"Debian Installer は各インストールタスクを実行するために、たくさんの特定用途コ"
+"ンポーネントから成ります。各コンポーネントは、必要ならユーザに質問をして、そ"
+"のタスクを実行します。この質問には優先度が設定されており、この優先度はインス"
+"トーラの起動時に設定することができます。"
#. Tag: para
#: using-d-i.xml:16
#, no-c-format
-msgid "When a default installation is performed, only essential (high priority) questions will be asked. This results in a highly automated installation process with little user interaction. Components are automatically run in sequence; which components are run depends mainly on the installation method you use and on your hardware. The installer will use default values for questions that are not asked."
-msgstr "デフォルトのインストールでは、不可欠な (優先度が高い) 質問しかしません。 これにより、ユーザの入力をほとんど行わず、 高度な自動インストールを行うことができます。 コンポーネントは自動的に順番に実行されます。 どのコンポーネントを実行するかは、 主に使用するインストール法やハードウェアに左右されます。 インストーラは、質問しない項目についてはデフォルト値を使用します。"
+msgid ""
+"When a default installation is performed, only essential (high priority) "
+"questions will be asked. This results in a highly automated installation "
+"process with little user interaction. Components are automatically run in "
+"sequence; which components are run depends mainly on the installation method "
+"you use and on your hardware. The installer will use default values for "
+"questions that are not asked."
+msgstr ""
+"デフォルトのインストールでは、不可欠な (優先度が高い) 質問しかしません。これ"
+"により、ユーザの入力をほとんど行わず、高度な自動インストールを行うことができ"
+"ます。コンポーネントは自動的に順番に実行されます。どのコンポーネントを実行す"
+"るかは、主に使用するインストール法やハードウェアに左右されます。インストーラ"
+"は、質問しない項目についてはデフォルト値を使用します。"
#. Tag: para
#: using-d-i.xml:25
#, no-c-format
-msgid "If there is a problem, the user will see an error screen, and the installer menu may be shown in order to select some alternative action. If there are no problems, the user will never see the installer menu, but will simply answer questions for each component in turn. Serious error notifications are set to priority <quote>critical</quote> so the user will always be notified."
-msgstr "問題がある場合はエラー画面を表示し、 インストーラメニューに、代替アクションを選択するように表示するかもしれません。 いずれも問題なければ、ユーザはインストールメニューを目にすることはなく、 単に順番に各コンポーネントの質問に答えて行くだけでしょう。 重大なエラー通知は優先度を<quote>重要</quote>に設定されているため、常に表示されます。"
+msgid ""
+"If there is a problem, the user will see an error screen, and the installer "
+"menu may be shown in order to select some alternative action. If there are "
+"no problems, the user will never see the installer menu, but will simply "
+"answer questions for each component in turn. Serious error notifications are "
+"set to priority <quote>critical</quote> so the user will always be notified."
+msgstr ""
+"問題がある場合はエラー画面を表示し、インストーラメニューに、代替アクションを"
+"選択するように表示するかもしれません。いずれも問題なければ、ユーザはインス"
+"トールメニューを目にすることはなく、単に順番に各コンポーネントの質問に答えて"
+"行くだけでしょう。重大なエラー通知は優先度を<quote>重要</quote>に設定されてい"
+"るため、常に表示されます。"
#. Tag: para
#: using-d-i.xml:34
#, no-c-format
-msgid "Some of the defaults that the installer uses can be influenced by passing boot arguments when &d-i; is started. If, for example, you wish to force static network configuration (DHCP is used by default if available), you could add the boot parameter <userinput>netcfg/disable_dhcp=true</userinput>. See <xref linkend=\"installer-args\"/> for available options."
-msgstr "インストーラが使用するデフォルト値は、 &d-i; の起動時にパラメータで渡して指定できます。 たとえば、強制的に静的ネットワーク設定をしたい場合、 (デフォルトでは可能なら DHCP を利用します) 起動パラメータに <userinput>netcfg/disable_dhcp=true</userinput> を加えることができます。 利用できるオプションは <xref linkend=\"installer-args\"/> を参照してください。"
+msgid ""
+"Some of the defaults that the installer uses can be influenced by passing "
+"boot arguments when &d-i; is started. If, for example, you wish to force "
+"static network configuration (DHCP is used by default if available), you "
+"could add the boot parameter <userinput>netcfg/disable_dhcp=true</"
+"userinput>. See <xref linkend=\"installer-args\"/> for available options."
+msgstr ""
+"インストーラが使用するデフォルト値は、&d-i; の起動時にパラメータで渡して指定"
+"できます。たとえば、強制的に静的ネットワーク設定をしたい場合、(デフォルトでは"
+"可能なら DHCP を利用します) 起動パラメータに <userinput>netcfg/"
+"disable_dhcp=true</userinput> を加えることができます。利用できるオプションは "
+"<xref linkend=\"installer-args\"/> を参照してください。"
#. Tag: para
#: using-d-i.xml:42
#, no-c-format
-msgid "Power users may be more comfortable with a menu-driven interface, where each step is controlled by the user rather than the installer performing each step automatically in sequence. To use the installer in a manual, menu-driven way, add the boot argument <userinput>priority=medium</userinput>."
-msgstr "パワーユーザは、メニュードリブンインターフェース (自動で順に各ステップを実行するインストーラではなく、 ユーザが各ステップを制御する) の方が、満足するかもしれません。 手動 (メニュー駆動) でインストーラを使用するには、 起動引数に <userinput>priority=medium</userinput> を加えてください。"
+msgid ""
+"Power users may be more comfortable with a menu-driven interface, where each "
+"step is controlled by the user rather than the installer performing each "
+"step automatically in sequence. To use the installer in a manual, menu-"
+"driven way, add the boot argument <userinput>priority=medium</userinput>."
+msgstr ""
+"パワーユーザは、メニュードリブンインターフェース (自動で順に各ステップを実行"
+"するインストーラではなく、ユーザが各ステップを制御する) の方が、満足するかも"
+"しれません。手動 (メニュー駆動) でインストーラを使用するには、起動引数に "
+"<userinput>priority=medium</userinput> を加えてください。"
#. Tag: para
#: using-d-i.xml:50
#, no-c-format
-msgid "If your hardware requires you to pass options to kernel modules as they are installed, you will need to start the installer in <quote>expert</quote> mode. This can be done by either using the <command>expert</command> command to start the installer or by adding the boot argument <userinput>priority=low</userinput>. Expert mode gives you full control over &d-i;."
-msgstr "ハードウェアをインストールする際に、 オプションをカーネルモジュールへ渡す必要がある場合、 <quote>エキスパート</quote>モードでインストーラを起動する必要があります。 これは、インストーラを起動するコマンドに <command>expert</command> を使用する、 あるいは起動引数に <userinput>priority=low</userinput> を加えることで行います。 エキスパートモードでは &d-i; をフルコントロールできます。"
+msgid ""
+"If your hardware requires you to pass options to kernel modules as they are "
+"installed, you will need to start the installer in <quote>expert</quote> "
+"mode. This can be done by either using the <command>expert</command> command "
+"to start the installer or by adding the boot argument "
+"<userinput>priority=low</userinput>. Expert mode gives you full control over "
+"&d-i;."
+msgstr ""
+"ハードウェアをインストールする際に、オプションをカーネルモジュールへ渡す必要"
+"がある場合、<quote>エキスパート</quote>モードでインストーラを起動する必要があ"
+"ります。これは、インストーラを起動するコマンドに <command>expert</command> を"
+"使用する、あるいは起動引数に <userinput>priority=low</userinput> を加えること"
+"で行います。エキスパートモードでは &d-i; をフルコントロールできます。"
#. Tag: para
#: using-d-i.xml:59
#, no-c-format
-msgid "The normal installer display is character-based (as opposed to the now more familiar graphical interface). The mouse is not operational in this environment. Here are the keys you can use to navigate within the various dialogs. The <keycap>Tab</keycap> or <keycap>right</keycap> arrow keys move <quote>forward</quote>, and the <keycombo> <keycap>Shift</keycap> <keycap>Tab</keycap> </keycombo> or <keycap>left</keycap> arrow keys move <quote>backward</quote> between displayed buttons and selections. The <keycap>up</keycap> and <keycap>down</keycap> arrow select different items within a scrollable list, and also scroll the list itself. In addition, in long lists, you can type a letter to cause the list to scroll directly to the section with items starting with the letter you typed and use <keycap>Pg-Up</keycap> and <keycap>Pg-Down</keycap> to scroll the list in sections. The <keycap>space bar</keycap> selects an item such as a checkbox. Use &enterkey; to activate choices."
-msgstr "通常インストーラの表示はキャラクタベースです。 (今、よりよく知られているグラフィカルインターフェースに対立する用語として) マウスはこの環境では使用できません。 ここでは、様々なダイアログでナビゲートするキーを紹介します。 ボタンや選択肢が表示されている間は、 <keycap>Tab</keycap> キーや<keycap>右</keycap>矢印は<quote>前方</quote>へ、 <keycombo><keycap>Shift</keycap> <keycap>Tab</keycap></keycombo> や <keycap>左</keycap>矢印は<quote>後方</quote>へ移動します。 <keycap>上</keycap><keycap>下</keycap>矢印は、 スクロールするリスト内の項目を選択し、またリスト自体もスクロールさせます。 さらに、長いリストでは、タイプした文字で始まる項目に直接スクロールしますし、 リストのスクロールに <keycap>Pg-Up</keycap> や <keycap>Pg-Down</keycap> も 使用できます。 <keycap>スペースバー</keycap> は、チェックボックスのような項目を選択します。 選択肢を有効にするには &enterkey; を使用してください。"
+msgid ""
+"The normal installer display is character-based (as opposed to the now more "
+"familiar graphical interface). The mouse is not operational in this "
+"environment. Here are the keys you can use to navigate within the various "
+"dialogs. The <keycap>Tab</keycap> or <keycap>right</keycap> arrow keys move "
+"<quote>forward</quote>, and the <keycombo> <keycap>Shift</keycap> "
+"<keycap>Tab</keycap> </keycombo> or <keycap>left</keycap> arrow keys move "
+"<quote>backward</quote> between displayed buttons and selections. The "
+"<keycap>up</keycap> and <keycap>down</keycap> arrow select different items "
+"within a scrollable list, and also scroll the list itself. In addition, in "
+"long lists, you can type a letter to cause the list to scroll directly to "
+"the section with items starting with the letter you typed and use <keycap>Pg-"
+"Up</keycap> and <keycap>Pg-Down</keycap> to scroll the list in sections. The "
+"<keycap>space bar</keycap> selects an item such as a checkbox. Use "
+"&enterkey; to activate choices."
+msgstr ""
+"通常インストーラの表示はキャラクタベースです。(今、よりよく知られているグラ"
+"フィカルインターフェースに対立する用語として) マウスはこの環境では使用できま"
+"せん。ここでは、様々なダイアログでナビゲートするキーを紹介します。ボタンや選"
+"択肢が表示されている間は、<keycap>Tab</keycap> キーや<keycap>右</keycap>矢印"
+"は<quote>前方</quote>へ、<keycombo><keycap>Shift</keycap> <keycap>Tab</"
+"keycap></keycombo> や <keycap>左</keycap>矢印は<quote>後方</quote>へ移動しま"
+"す。<keycap>上</keycap><keycap>下</keycap>矢印は、スクロールするリスト内の項"
+"目を選択し、またリスト自体もスクロールさせます。さらに、長いリストでは、タイ"
+"プした文字で始まる項目に直接スクロールしますし、リストのスクロールに "
+"<keycap>Pg-Up</keycap> や <keycap>Pg-Down</keycap> も 使用できます。<keycap>"
+"スペースバー</keycap> は、チェックボックスのような項目を選択します。選択肢を"
+"有効にするには &enterkey; を使用してください。"
#. Tag: para
#: using-d-i.xml:77
#, no-c-format
-msgid "S/390 does not support virtual consoles. You may open a second and third ssh session to view the logs described below."
-msgstr "S/390 は仮想コンソールをサポートしません。以下で説明するように、 ログの参照用に第 2 第 3 の ssh セッションを開いてください。"
+msgid ""
+"S/390 does not support virtual consoles. You may open a second and third ssh "
+"session to view the logs described below."
+msgstr ""
+"S/390 は仮想コンソールをサポートしません。以下で説明するように、ログの参照用"
+"に第 2 第 3 の ssh セッションを開いてください。"
#. Tag: para
#: using-d-i.xml:82
#, no-c-format
-msgid "Error messages and logs are redirected to the fourth console. You can access this console by pressing <keycombo><keycap>Left Alt</keycap><keycap>F4</keycap></keycombo> (hold the left <keycap>Alt</keycap> key while pressing the <keycap>F4</keycap> function key); get back to the main installer process with <keycombo><keycap>Left Alt</keycap><keycap>F1</keycap></keycombo>."
-msgstr "エラーメッセージとログは第 4 コンソールに リダイレクトされます。このコンソールへは <keycombo><keycap>左 Alt</keycap><keycap>F4</keycap></keycombo> (左 <keycap>Alt</keycap> キーを押しながら <keycap>F4</keycap> ファンクションキーを押す) を押してアクセスしてください。 <keycombo><keycap>左 Alt</keycap><keycap>F1</keycap></keycombo> で、 メインのインストーラプロセスに戻ります。"
+msgid ""
+"Error messages and logs are redirected to the fourth console. You can access "
+"this console by pressing <keycombo><keycap>Left Alt</keycap><keycap>F4</"
+"keycap></keycombo> (hold the left <keycap>Alt</keycap> key while pressing "
+"the <keycap>F4</keycap> function key); get back to the main installer "
+"process with <keycombo><keycap>Left Alt</keycap><keycap>F1</keycap></"
+"keycombo>."
+msgstr ""
+"エラーメッセージとログは第 4 コンソールにリダイレクトされます。このコンソール"
+"へは <keycombo><keycap>左 Alt</keycap><keycap>F4</keycap></keycombo> (左 "
+"<keycap>Alt</keycap> キーを押しながら <keycap>F4</keycap> ファンクションキー"
+"を押す) を押してアクセスしてください。<keycombo><keycap>左 Alt</"
+"keycap><keycap>F1</keycap></keycombo> で、メインのインストーラプロセスに戻り"
+"ます。"
#. Tag: para
#: using-d-i.xml:92
#, no-c-format
-msgid "These messages can also be found in <filename>/var/log/syslog</filename>. After installation, this log is copied to <filename>/var/log/installer/syslog</filename> on your new system. Other installation messages may be found in <filename>/var/log/</filename> during the installation, and <filename>/var/log/installer/</filename> after the computer has been booted into the installed system."
-msgstr "これらのメッセージは <filename>/var/log/syslog</filename> で 見つけることもできます。 インストールの後、このログはあなたの新システムの <filename>/var/log/installer/syslog</filename> にコピーされます。 他のインストールメッセージは、インストール中には <filename>/var/log/</filename> に、 インストールしたシステムでコンピュータが起動した後には <filename>/var/log/installer/</filename> にあります。"
+msgid ""
+"These messages can also be found in <filename>/var/log/syslog</filename>. "
+"After installation, this log is copied to <filename>/var/log/installer/"
+"syslog</filename> on your new system. Other installation messages may be "
+"found in <filename>/var/log/</filename> during the installation, and "
+"<filename>/var/log/installer/</filename> after the computer has been booted "
+"into the installed system."
+msgstr ""
+"これらのメッセージは <filename>/var/log/syslog</filename> で見つけることもで"
+"きます。インストールの後、このログはあなたの新システムの <filename>/var/log/"
+"installer/syslog</filename> にコピーされます。他のインストールメッセージは、"
+"インストール中には <filename>/var/log/</filename> に、インストールしたシステ"
+"ムでコンピュータが起動した後には <filename>/var/log/installer/</filename> に"
+"あります。"
#. Tag: title
#: using-d-i.xml:106
@@ -91,8 +204,14 @@ msgstr "コンポーネント入門"
#. Tag: para
#: using-d-i.xml:107
#, no-c-format
-msgid "Here is a list of installer components with a brief description of each component's purpose. Details you might need to know about using a particular component are in <xref linkend=\"module-details\"/>."
-msgstr "ここではインストーラコンポーネントを各コンポーネントの簡単な説明を添えて 一覧します。 特定のコンポーネントを使用するにあたり、 知る必要があるかもしれない詳細は <xref linkend=\"module-details\"/> にあります。"
+msgid ""
+"Here is a list of installer components with a brief description of each "
+"component's purpose. Details you might need to know about using a particular "
+"component are in <xref linkend=\"module-details\"/>."
+msgstr ""
+"ここではインストーラコンポーネントを各コンポーネントの簡単な説明を添えて 一覧"
+"します。特定のコンポーネントを使用するにあたり、知る必要があるかもしれない詳"
+"細は <xref linkend=\"module-details\"/> にあります。"
#. Tag: term
#: using-d-i.xml:118
@@ -103,14 +222,31 @@ msgstr "main-menu"
#. Tag: para
#: using-d-i.xml:118
#, no-c-format
-msgid "Shows the list of components to the user during installer operation, and starts a component when it is selected. Main-menu's questions are set to priority medium, so if your priority is set to high or critical (high is the default), you will not see the menu. On the other hand, if there is an error which requires your intervention, the question priority may be downgraded temporarily to allow you to resolve the problem, and in that case the menu may appear."
-msgstr "インストーラの操作中にユーザにコンポーネントのリストを見せ、 選択されたコンポーネントを起動します。 main-menu では質問の優先度が「中」に設定されています。 そのため、優先度が「高」や「重要」 (デフォルトは「高」) に設定されている場合は、メニューを見ることはないでしょう。 一方、あなたの入力が必要なエラーが起きた場合、その問題を解決するために、 質問の優先度が一時的に格下げされるかもしれません。 その場合、メニューが表示される可能性があります。"
+msgid ""
+"Shows the list of components to the user during installer operation, and "
+"starts a component when it is selected. Main-menu's questions are set to "
+"priority medium, so if your priority is set to high or critical (high is the "
+"default), you will not see the menu. On the other hand, if there is an error "
+"which requires your intervention, the question priority may be downgraded "
+"temporarily to allow you to resolve the problem, and in that case the menu "
+"may appear."
+msgstr ""
+"インストーラの操作中にユーザにコンポーネントのリストを見せ、選択されたコン"
+"ポーネントを起動します。main-menu では質問の優先度が「中」に設定されていま"
+"す。そのため、優先度が「高」や「重要」(デフォルトは「高」) に設定されている場"
+"合は、メニューを見ることはないでしょう。一方、あなたの入力が必要なエラーが起"
+"きた場合、その問題を解決するために、質問の優先度が一時的に格下げされるかもし"
+"れません。その場合、メニューが表示される可能性があります。"
#. Tag: para
#: using-d-i.xml:128
#, no-c-format
-msgid "You can get to the main menu by selecting the &BTN-GOBACK; button repeatedly to back all the way out of the currently running component."
-msgstr "現在実行しているコンポーネントから抜けるために、 &BTN-GOBACK; ボタンを繰り返し選択してメインメニューに戻れます。"
+msgid ""
+"You can get to the main menu by selecting the &BTN-GOBACK; button repeatedly "
+"to back all the way out of the currently running component."
+msgstr ""
+"現在実行しているコンポーネントから抜けるために、&BTN-GOBACK; ボタンを繰り返し"
+"選択してメインメニューに戻れます。"
#. Tag: term
#: using-d-i.xml:137
@@ -121,8 +257,15 @@ msgstr "localechooser"
#. Tag: para
#: using-d-i.xml:137
#, no-c-format
-msgid "Allows the user to select localization options for the installation and the installed system: language, country and locales. The installer will display messages in the selected language, unless the translation for that language is not complete in which case some messages may be shown in English."
-msgstr "インストール中・インストールしたシステムの、 地域オプション (言語、国、ロケール) の選択を行います。 インストーラは選択した言語でメッセージを表示しますが、 その言語でのメッセージの翻訳が完了していない場合は、英語で表示します。"
+msgid ""
+"Allows the user to select localization options for the installation and the "
+"installed system: language, country and locales. The installer will display "
+"messages in the selected language, unless the translation for that language "
+"is not complete in which case some messages may be shown in English."
+msgstr ""
+"インストール中・インストールしたシステムの、地域オプション (言語、国、ロケー"
+"ル) の選択を行います。インストーラは選択した言語でメッセージを表示しますが、"
+"その言語でのメッセージの翻訳が完了していない場合は、英語で表示します。"
#. Tag: term
#: using-d-i.xml:149
@@ -133,8 +276,12 @@ msgstr "kbd-chooser"
#. Tag: para
#: using-d-i.xml:149
#, no-c-format
-msgid "Shows a list of keyboards, from which the user chooses the model which matches his own."
-msgstr "キーボードのリストを表示します。 お持ちのキーボードに一致するモデルを選択してください。"
+msgid ""
+"Shows a list of keyboards, from which the user chooses the model which "
+"matches his own."
+msgstr ""
+"キーボードのリストを表示します。お持ちのキーボードに一致するモデルを選択して"
+"ください。"
#. Tag: term
#: using-d-i.xml:158
@@ -145,8 +292,12 @@ msgstr "hw-detect"
#. Tag: para
#: using-d-i.xml:158
#, no-c-format
-msgid "Automatically detects most of the system's hardware, including network cards, disk drives, and PCMCIA."
-msgstr "システムのほとんどのハードウェアを自動検出します。 これには、ネットワークカード、ディスクドライブ、PCMCIA が含まれます。"
+msgid ""
+"Automatically detects most of the system's hardware, including network "
+"cards, disk drives, and PCMCIA."
+msgstr ""
+"システムのほとんどのハードウェアを自動検出します。これには、ネットワークカー"
+"ド、ディスクドライブ、PCMCIA が含まれます。"
#. Tag: term
#: using-d-i.xml:167
@@ -169,8 +320,12 @@ msgstr "netcfg"
#. Tag: para
#: using-d-i.xml:175
#, no-c-format
-msgid "Configures the computer's network connections so it can communicate over the internet."
-msgstr "インターネットへ通信できるように、コンピュータのネットワーク接続を 設定します。"
+msgid ""
+"Configures the computer's network connections so it can communicate over the "
+"internet."
+msgstr ""
+"インターネットへ通信できるように、コンピュータのネットワーク接続を設定しま"
+"す。"
#. Tag: term
#: using-d-i.xml:184
@@ -181,8 +336,9 @@ msgstr "iso-scan"
#. Tag: para
#: using-d-i.xml:184
#, no-c-format
-msgid "Looks for ISO file systems, which may be on a CD-ROM or on the hard drive."
-msgstr "CD-ROM や ハードディスクにある ISO ファイルシステムを探します。"
+msgid ""
+"Looks for ISO file systems, which may be on a CD-ROM or on the hard drive."
+msgstr "CD-ROM やハードディスクにある ISO ファイルシステムを探します。"
#. Tag: term
#: using-d-i.xml:193
@@ -193,8 +349,12 @@ msgstr "choose-mirror"
#. Tag: para
#: using-d-i.xml:193
#, no-c-format
-msgid "Presents a list of Debian archive mirrors. The user may choose the source of his installation packages."
-msgstr "Debian アーカイブミラーのリストを表示します。 インストールするパッケージの取得元を選択できるでしょう。"
+msgid ""
+"Presents a list of Debian archive mirrors. The user may choose the source of "
+"his installation packages."
+msgstr ""
+"Debian アーカイブミラーのリストを表示します。インストールするパッケージの取得"
+"元を選択できるでしょう。"
#. Tag: term
#: using-d-i.xml:202
@@ -205,8 +365,12 @@ msgstr "cdrom-checker"
#. Tag: para
#: using-d-i.xml:202
#, no-c-format
-msgid "Checks integrity of a CD-ROM. This way, the user may assure him/herself that the installation CD-ROM was not corrupted."
-msgstr "CD-ROM の整合性チェック。 これにより、インストール CD-ROM が壊れていないか自分で保証できます。"
+msgid ""
+"Checks integrity of a CD-ROM. This way, the user may assure him/herself that "
+"the installation CD-ROM was not corrupted."
+msgstr ""
+"CD-ROM の整合性チェック。これにより、インストール CD-ROM が壊れていないか自分"
+"で保証できます。"
#. Tag: term
#: using-d-i.xml:211
@@ -217,8 +381,14 @@ msgstr "lowmem"
#. Tag: para
#: using-d-i.xml:211
#, no-c-format
-msgid "Lowmem tries to detect systems with low memory and then does various tricks to remove unnecessary parts of &d-i; from the memory (at the cost of some features)."
-msgstr "lowmem はシステムの搭載するメモリが少ないかを確認し、 少なければ &d-i; の不必要な部分を、メモリから (いくつかの機能を犠牲にして) 削除する様々なトリックを行います。"
+msgid ""
+"Lowmem tries to detect systems with low memory and then does various tricks "
+"to remove unnecessary parts of &d-i; from the memory (at the cost of some "
+"features)."
+msgstr ""
+"lowmem はシステムの搭載するメモリが少ないかを確認し、少なければ &d-i; の不必"
+"要な部分を、メモリから (いくつかの機能を犠牲にして) 削除する様々なトリックを"
+"行います。"
#. Tag: term
#: using-d-i.xml:221
@@ -229,8 +399,12 @@ msgstr "anna"
#. Tag: para
#: using-d-i.xml:221
#, no-c-format
-msgid "Anna's Not Nearly APT. Installs packages which have been retrieved from the chosen mirror or CD."
-msgstr "Anna's Not Nearly APT. (Anna はちっとも APT (適切) じゃない) 選択したミラーサーバや CD から、パッケージを取得してインストールします。"
+msgid ""
+"Anna's Not Nearly APT. Installs packages which have been retrieved from the "
+"chosen mirror or CD."
+msgstr ""
+"Anna's Not Nearly APT. (Anna はちっとも APT (適切) じゃない) 選択したミラー"
+"サーバや CD から、パッケージを取得してインストールします。"
#. Tag: term
#: using-d-i.xml:230
@@ -241,7 +415,9 @@ msgstr "clock-setup"
#. Tag: para
#: using-d-i.xml:230
#, no-c-format
-msgid "Updates the system clock and determines whether the clock is set to UTC or not."
+msgid ""
+"Updates the system clock and determines whether the clock is set to UTC or "
+"not."
msgstr "システム時計を更新して、時計を UTC にあわせるかどうかを決定します。"
#. Tag: term
@@ -265,8 +441,16 @@ msgstr "partman"
#. Tag: para
#: using-d-i.xml:247
#, no-c-format
-msgid "Allows the user to partition disks attached to the system, create file systems on the selected partitions, and attach them to the mountpoints. Included are also interesting features like a fully automatic mode or LVM support. This is the preferred partitioning tool in Debian."
-msgstr "システムの内蔵ディスクを分割し、 選択したパーティションのファイルシステムを作成し、 マウントポイントにそのファイルシステムをマウントすることができます。 完全自動モードや LVM サポートといったさらに面白い機能があります。 これは Debian での好ましいパーティション分割ツールです。"
+msgid ""
+"Allows the user to partition disks attached to the system, create file "
+"systems on the selected partitions, and attach them to the mountpoints. "
+"Included are also interesting features like a fully automatic mode or LVM "
+"support. This is the preferred partitioning tool in Debian."
+msgstr ""
+"システムの内蔵ディスクを分割し、選択したパーティションのファイルシステムを作"
+"成し、マウントポイントにそのファイルシステムをマウントすることができます。完"
+"全自動モードや LVM サポートといったさらに面白い機能があります。これは Debian "
+"での好ましいパーティション分割ツールです。"
#. Tag: term
#: using-d-i.xml:259
@@ -277,8 +461,12 @@ msgstr "partitioner"
#. Tag: para
#: using-d-i.xml:259
#, no-c-format
-msgid "Allows the user to partition disks attached to the system. A partitioning program appropriate to your computer's architecture is chosen."
-msgstr "システムのディスクを分割することができます。 あなたのコンピュータのアーキテクチャに最適な、 パーティション分割プログラムが選ばれます。"
+msgid ""
+"Allows the user to partition disks attached to the system. A partitioning "
+"program appropriate to your computer's architecture is chosen."
+msgstr ""
+"システムのディスクを分割することができます。あなたのコンピュータのアーキテク"
+"チャに最適な、パーティション分割プログラムが選ばれます。"
#. Tag: term
#: using-d-i.xml:269
@@ -289,8 +477,12 @@ msgstr "partconf"
#. Tag: para
#: using-d-i.xml:269
#, no-c-format
-msgid "Displays a list of partitions, and creates file systems on the selected partitions according to user instructions."
-msgstr "パーティションのリストを表示します。 また、選択したパーティションにファイルシステムを作成します。"
+msgid ""
+"Displays a list of partitions, and creates file systems on the selected "
+"partitions according to user instructions."
+msgstr ""
+"パーティションのリストを表示します。また、選択したパーティションにファイルシ"
+"ステムを作成します。"
#. Tag: term
#: using-d-i.xml:278
@@ -301,8 +493,12 @@ msgstr "lvmcfg"
#. Tag: para
#: using-d-i.xml:278
#, no-c-format
-msgid "Helps the user with the configuration of the <firstterm>LVM</firstterm> (Logical Volume Manager)."
-msgstr "<firstterm>LVM</firstterm> (Logical Volume Manager) の設定について、 ユーザの補助を行います。"
+msgid ""
+"Helps the user with the configuration of the <firstterm>LVM</firstterm> "
+"(Logical Volume Manager)."
+msgstr ""
+"<firstterm>LVM</firstterm> (Logical Volume Manager) の設定について、ユーザの"
+"補助を行います。"
#. Tag: term
#: using-d-i.xml:287
@@ -313,8 +509,15 @@ msgstr "mdcfg"
#. Tag: para
#: using-d-i.xml:287
#, no-c-format
-msgid "Allows the user to setup Software <firstterm>RAID</firstterm> (Redundant Array of Inexpensive Disks). This Software RAID is usually superior to the cheap IDE (pseudo hardware) RAID controllers found on newer motherboards."
-msgstr "ソフトウェア <firstterm>RAID</firstterm> (Redundant Array of Inexpensive Disks) の設定をユーザに許可します。 このソフトウェア RAID は、新しめのマザーボードに見られる、 安い IDE (疑似ハードウェア) RAID コントローラより通常優秀です。"
+msgid ""
+"Allows the user to setup Software <firstterm>RAID</firstterm> (Redundant "
+"Array of Inexpensive Disks). This Software RAID is usually superior to the "
+"cheap IDE (pseudo hardware) RAID controllers found on newer motherboards."
+msgstr ""
+"ソフトウェア <firstterm>RAID</firstterm> (Redundant Array of Inexpensive "
+"Disks) の設定をユーザに許可します。このソフトウェア RAID は、新しめのマザー"
+"ボードに見られる、安い IDE (疑似ハードウェア) RAID コントローラより通常優秀で"
+"す。"
#. Tag: term
#: using-d-i.xml:298
@@ -325,8 +528,12 @@ msgstr "base-installer"
#. Tag: para
#: using-d-i.xml:298
#, no-c-format
-msgid "Installs the most basic set of packages which would allow the computer to operate under Linux when rebooted."
-msgstr "再起動時に、コンピュータが Linux として動作するための、 もっとも基本的なパッケージセットをインストールします。"
+msgid ""
+"Installs the most basic set of packages which would allow the computer to "
+"operate under Linux when rebooted."
+msgstr ""
+"再起動時に、コンピュータが Linux として動作するための、もっとも基本的なパッ"
+"ケージセットをインストールします。"
#. Tag: term
#: using-d-i.xml:307
@@ -349,8 +556,11 @@ msgstr "apt-setup"
#. Tag: para
#: using-d-i.xml:315
#, no-c-format
-msgid "Configures apt, mostly automatically, based on what media the installer is running from."
-msgstr "インストーラを起動したメディアを元に、ほとんど自動で apt の設定を行います。"
+msgid ""
+"Configures apt, mostly automatically, based on what media the installer is "
+"running from."
+msgstr ""
+"インストーラを起動したメディアを元に、ほとんど自動で apt の設定を行います。"
#. Tag: term
#: using-d-i.xml:324
@@ -361,8 +571,12 @@ msgstr "pkgsel"
#. Tag: para
#: using-d-i.xml:324
#, no-c-format
-msgid "Uses <classname>tasksel</classname> to select and install additional software."
-msgstr "追加ソフトウェアをインストールするのに <classname>tasksel</classname> を使用します。"
+msgid ""
+"Uses <classname>tasksel</classname> to select and install additional "
+"software."
+msgstr ""
+"追加ソフトウェアをインストールするのに <classname>tasksel</classname> を使用"
+"します。"
#. Tag: term
#: using-d-i.xml:332
@@ -373,8 +587,17 @@ msgstr "os-prober"
#. Tag: para
#: using-d-i.xml:332
#, no-c-format
-msgid "Detects currently installed operating systems on the computer and passes this information to the bootloader-installer, which may offer you an ability to add discovered operating systems to the bootloader's start menu. This way the user could easily choose at the boot time which operating system to start."
-msgstr "コンピュータに現在インストールされている OS を検出し、 この情報を (bootloader のスタートメニューに発見した OS を加える機能を提供する) bootloader-installer へ渡します。 これは、起動時にどの OS で起動するかを、ユーザが簡単に決める方法です。"
+msgid ""
+"Detects currently installed operating systems on the computer and passes "
+"this information to the bootloader-installer, which may offer you an ability "
+"to add discovered operating systems to the bootloader's start menu. This way "
+"the user could easily choose at the boot time which operating system to "
+"start."
+msgstr ""
+"コンピュータに現在インストールされている OS を検出し、この情報を (bootloader "
+"のスタートメニューに発見した OS を加える機能を提供する) bootloader-installer "
+"へ渡します。これは、起動時にどの OS で起動するかを、ユーザが簡単に決める方法"
+"です。"
#. Tag: term
#: using-d-i.xml:344
@@ -385,8 +608,16 @@ msgstr "bootloader-installer"
#. Tag: para
#: using-d-i.xml:344
#, no-c-format
-msgid "The various bootloader installers each install a boot loader program on the hard disk, which is necessary for the computer to start up using Linux without using a floppy or CD-ROM. Many boot loaders allow the user to choose an alternate operating system each time the computer boots."
-msgstr "様々なブートローダインストーラがそれぞれ、 ハードディスクにブートローダプログラムをインストールします。 これは、フロッピーや CD-ROM を使用しないで Linux を起動するのに必要です。 ブートローダの多くは、コンピュータが起動するごとに 代替オペレーティングシステムを選ぶことができます。"
+msgid ""
+"The various bootloader installers each install a boot loader program on the "
+"hard disk, which is necessary for the computer to start up using Linux "
+"without using a floppy or CD-ROM. Many boot loaders allow the user to choose "
+"an alternate operating system each time the computer boots."
+msgstr ""
+"様々なブートローダインストーラがそれぞれ、ハードディスクにブートローダプログ"
+"ラムをインストールします。これは、フロッピーや CD-ROM を使用しないで Linux を"
+"起動するのに必要です。ブートローダの多くは、コンピュータが起動するごとに代替"
+"オペレーティングシステムを選ぶことができます。"
#. Tag: term
#: using-d-i.xml:355
@@ -397,7 +628,8 @@ msgstr "shell"
#. Tag: para
#: using-d-i.xml:355
#, no-c-format
-msgid "Allows the user to execute a shell from the menu, or in the second console."
+msgid ""
+"Allows the user to execute a shell from the menu, or in the second console."
msgstr "メニューから、もしくは第 2 コンソールで shell を実行できます。"
#. Tag: term
@@ -409,8 +641,14 @@ msgstr "save-logs"
#. Tag: para
#: using-d-i.xml:364
#, no-c-format
-msgid "Provides a way for the user to record information on a floppy disk, network, hard disk, or other media when trouble is encountered, in order to accurately report installer software problems to Debian developers later."
-msgstr "後で Debian 開発者へ、インストーラソフトウェアの障害を正確に報告するために、 障害に遭遇した際の、フロッピーディスク、ネットワーク、 ハードディスク、その他メディアに情報を記録する方法を提供します。"
+msgid ""
+"Provides a way for the user to record information on a floppy disk, network, "
+"hard disk, or other media when trouble is encountered, in order to "
+"accurately report installer software problems to Debian developers later."
+msgstr ""
+"後で Debian 開発者へ、インストーラソフトウェアの障害を正確に報告するために、"
+"障害に遭遇した際の、フロッピーディスク、ネットワーク、ハードディスク、その他"
+"メディアに情報を記録する方法を提供します。"
#. Tag: title
#: using-d-i.xml:382
@@ -421,8 +659,19 @@ msgstr "それぞれのコンポーネントの使用法"
#. Tag: para
#: using-d-i.xml:383
#, no-c-format
-msgid "In this section we will describe each installer component in detail. The components have been grouped into stages that should be recognizable for users. They are presented in the order they appear during the install. Note that not all modules will be used for every installation; which modules are actually used depends on the installation method you use and on your hardware."
-msgstr "本節では、各インストーラコンポーネントの詳細について述べていきます。 コンポーネントは、ユーザに認識できる段階へグループ化されました。 それらは、install 中に現われる命令の形で示されます。 すべてのモジュールを、インストール時に使用するとは限らない、 ということに注意してください。 どのモジュールを実際に使用するかは、 使用するインストール法やハードウェアに左右されます。"
+msgid ""
+"In this section we will describe each installer component in detail. The "
+"components have been grouped into stages that should be recognizable for "
+"users. They are presented in the order they appear during the install. Note "
+"that not all modules will be used for every installation; which modules are "
+"actually used depends on the installation method you use and on your "
+"hardware."
+msgstr ""
+"本節では、各インストーラコンポーネントの詳細について述べていきます。コンポー"
+"ネントは、ユーザに認識できる段階へグループ化されました。それらは、install 中"
+"に現われる命令の形で示されます。すべてのモジュールを、インストール時に使用す"
+"るとは限らない、ということに注意してください。どのモジュールを実際に使用する"
+"かは、使用するインストール法やハードウェアに左右されます。"
#. Tag: title
#: using-d-i.xml:395
@@ -433,14 +682,41 @@ msgstr "Debian インストーラのセットアップとハードウェアの
#. Tag: para
#: using-d-i.xml:396
#, no-c-format
-msgid "Let's assume the Debian Installer has booted and you are facing its first screen. At this time, the capabilities of &d-i; are still quite limited. It doesn't know much about your hardware, preferred language, or even the task it should perform. Don't worry. Because &d-i; is quite clever, it can automatically probe your hardware, locate the rest of its components and upgrade itself to a capable installation system. However, you still need to help &d-i; with some information it can't determine automatically (like selecting your preferred language, keyboard layout or desired network mirror)."
-msgstr "Debian インストーラが起動して、最初の画面が表示されているとしましょう。 このとき、&d-i; の機能はまだ制限されています。 ハードウェア、希望する言語、実行するタスクなどに関しても、まだ知りません。 しかし心配しないでください。 &d-i; は非常に賢いので、ハードウェアの自動検出をしたり、 コンポーネントの残りを見つけたり、 高性能なインストールシステムに自分自身をアップグレードすることができます。 しかし、 (希望する言語、キーボードレイアウト、使用するネットワークミラーの選択のように) いくつかのタスクでは自動で決められませんので、 &d-i; を助けてあげる必要があります。"
+msgid ""
+"Let's assume the Debian Installer has booted and you are facing its first "
+"screen. At this time, the capabilities of &d-i; are still quite limited. It "
+"doesn't know much about your hardware, preferred language, or even the task "
+"it should perform. Don't worry. Because &d-i; is quite clever, it can "
+"automatically probe your hardware, locate the rest of its components and "
+"upgrade itself to a capable installation system. However, you still need to "
+"help &d-i; with some information it can't determine automatically (like "
+"selecting your preferred language, keyboard layout or desired network "
+"mirror)."
+msgstr ""
+"Debian インストーラが起動して、最初の画面が表示されているとしましょう。このと"
+"き、&d-i; の機能はまだ制限されています。ハードウェア、希望する言語、実行する"
+"タスクなどに関しても、まだ知りません。しかし心配しないでください。&d-i; は非"
+"常に賢いので、ハードウェアの自動検出をしたり、コンポーネントの残りを見つけた"
+"り、高性能なインストールシステムに自分自身をアップグレードすることができま"
+"す。しかし、(希望する言語、キーボードレイアウト、使用するネットワークミラーの"
+"選択のように) いくつかのタスクでは自動で決められませんので、&d-i; を助けてあ"
+"げる必要があります。"
#. Tag: para
#: using-d-i.xml:409
#, no-c-format
-msgid "You will notice that &d-i; performs <firstterm>hardware detection</firstterm> several times during this stage. The first time is targeted specifically at the hardware needed to load installer components (e.g. your CD-ROM or network card). As not all drivers may be available during this first run, hardware detection needs to be repeated later in the process."
-msgstr "この段階で &d-i; が<firstterm>ハードウェア検出</firstterm>を 数回行うことに気がつくことでしょう。 最初の検出では、 インストーラのコンポーネントをロードするのに欠かせないハードウェア (例: CD-ROM ドライブやネットワークカード) を認識することが目標です。 初回の実行ですべてのドライバが使用可能になるわけではないので、 ハードウェア検出をこのプロセスの後で繰り返す必要があります。"
+msgid ""
+"You will notice that &d-i; performs <firstterm>hardware detection</"
+"firstterm> several times during this stage. The first time is targeted "
+"specifically at the hardware needed to load installer components (e.g. your "
+"CD-ROM or network card). As not all drivers may be available during this "
+"first run, hardware detection needs to be repeated later in the process."
+msgstr ""
+"この段階で &d-i; が<firstterm>ハードウェア検出</firstterm>を数回行うことに気"
+"がつくことでしょう。最初の検出では、インストーラのコンポーネントをロードする"
+"のに欠かせないハードウェア (例: CD-ROM ドライブやネットワークカード) を認識す"
+"ることが目標です。初回の実行ですべてのドライバが使用可能になるわけではないの"
+"で、ハードウェア検出をこのプロセスの後で繰り返す必要があります。"
#. Tag: title
#: using-d-i.xml:424
@@ -451,44 +727,104 @@ msgstr "利用可能なメモリのチェック / 低メモリモード"
#. Tag: para
#: using-d-i.xml:426
#, no-c-format
-msgid "One of the first things &d-i; does, is to check available memory. If the available memory is limited, this component will make some changes in the installation process which hopefully will allow you to install &debian; on your system."
-msgstr "&d-i; がまず行うことの一つが、利用可能なメモリをチェックすることです。 利用可能なメモリに制限がある場合、このコンポーネントは、 システムに &debian; をインストールできるように、 インストールプロセスにいくらかの変更を加えます。"
+msgid ""
+"One of the first things &d-i; does, is to check available memory. If the "
+"available memory is limited, this component will make some changes in the "
+"installation process which hopefully will allow you to install &debian; on "
+"your system."
+msgstr ""
+"&d-i; がまず行うことの一つが、利用可能なメモリをチェックすることです。利用可"
+"能なメモリに制限がある場合、このコンポーネントは、システムに &debian; をイン"
+"ストールできるように、インストールプロセスにいくらかの変更を加えます。"
#. Tag: para
#: using-d-i.xml:433
#, no-c-format
-msgid "The first measure taken to reduce memory consumption by the installer is to disable translations, which means that the installation can only be done in English. Of course, you can still localize the installed system after the installation has completed."
-msgstr "インストーラで消費メモリを抑えるには、翻訳を無効にすることです。 これは、英語でしかインストールできないと言うことでもあります。 もちろん、インストール完了後に、 インストールしたシステムを地域化することができます。"
+msgid ""
+"The first measure taken to reduce memory consumption by the installer is to "
+"disable translations, which means that the installation can only be done in "
+"English. Of course, you can still localize the installed system after the "
+"installation has completed."
+msgstr ""
+"インストーラで消費メモリを抑えるには、翻訳を無効にすることです。これは、英語"
+"でしかインストールできないと言うことでもあります。もちろん、インストール完了"
+"後に、インストールしたシステムを地域化することができます。"
#. Tag: para
#: using-d-i.xml:440
#, no-c-format
-msgid "If that is not sufficient, the installer will further reduce memory consumption by loading only those components essential to complete a basic installation. This reduces the functionality of the installation system. You will be given the opportunity to load additional components manually, but you should be aware that each component you select will use additional memory and thus may cause the installation to fail."
-msgstr "これで充分でなければ、インストーラは、 基本的なインストールを完了するのに必須なコンポーネントのみを読み込み、 メモリ消費をさらに抑えようとします。 これはインストールシステムの機能を制限します。 手動で機能を追加する手段を提供していますが、それによりさらにメモリを消費し、 結果インストールに失敗する可能性を考慮する必要があります。"
+msgid ""
+"If that is not sufficient, the installer will further reduce memory "
+"consumption by loading only those components essential to complete a basic "
+"installation. This reduces the functionality of the installation system. You "
+"will be given the opportunity to load additional components manually, but "
+"you should be aware that each component you select will use additional "
+"memory and thus may cause the installation to fail."
+msgstr ""
+"これで充分でなければ、インストーラは、基本的なインストールを完了するのに必須"
+"なコンポーネントのみを読み込み、メモリ消費をさらに抑えようとします。これはイ"
+"ンストールシステムの機能を制限します。手動で機能を追加する手段を提供していま"
+"すが、それによりさらにメモリを消費し、結果インストールに失敗する可能性を考慮"
+"する必要があります。"
#. Tag: para
#: using-d-i.xml:449
#, no-c-format
-msgid "If the installer runs in low memory mode, it is recommended to create a relatively large swap partition (64&ndash;128MB). The swap partition will be used as virtual memory and thus increases the amount of memory available to the system. The installer will activate the swap partition as early as possible in the installation process. Note that heavy use of swap will reduce performance of your system and may lead to high disk activity."
-msgstr "インストーラが低メモリモードで動作する場合、 比較的大きな swap パーティション (64&ndash;128MB) を作成するのをお奨めします。 swap パーティションは仮想メモリとして使用され、 システムで利用できるメモリの量を増やします。 インストーラは、インストールプロセスで可能な限り早く swap を有効にします。 swap を使用すると、ディスク負荷が増加し、 システムのパフォーマンスが低下する事に注意してください。"
+msgid ""
+"If the installer runs in low memory mode, it is recommended to create a "
+"relatively large swap partition (64&ndash;128MB). The swap partition will be "
+"used as virtual memory and thus increases the amount of memory available to "
+"the system. The installer will activate the swap partition as early as "
+"possible in the installation process. Note that heavy use of swap will "
+"reduce performance of your system and may lead to high disk activity."
+msgstr ""
+"インストーラが低メモリモードで動作する場合、比較的大きな swap パーティション "
+"(64&ndash;128MB) を作成するのをお奨めします。swap パーティションは仮想メモリ"
+"として使用され、システムで利用できるメモリの量を増やします。インストーラは、"
+"インストールプロセスで可能な限り早く swap を有効にします。swap を使用すると、"
+"ディスク負荷が増加し、システムのパフォーマンスが低下する事に注意してくださ"
+"い。"
#. Tag: para
#: using-d-i.xml:459
#, no-c-format
-msgid "Despite these measures, it is still possible that your system freezes, that unexpected errors occur or that processes are killed by the kernel because the system runs out of memory (which will result in <quote>Out of memory</quote> messages on VT4 and in the syslog)."
-msgstr "こういった措置にもかかわらず、まだシステムがフリーズしたり、 予期しないエラーが発生したり、システムがメモリ範囲外で動作 (VT4 と syslog に <quote>Out of memory</quote> メッセージを出力) して、 プロセスがカーネルに強制終了される可能性があります。"
+msgid ""
+"Despite these measures, it is still possible that your system freezes, that "
+"unexpected errors occur or that processes are killed by the kernel because "
+"the system runs out of memory (which will result in <quote>Out of memory</"
+"quote> messages on VT4 and in the syslog)."
+msgstr ""
+"こういった措置にもかかわらず、まだシステムがフリーズしたり、予期しないエラー"
+"が発生したり、システムがメモリ範囲外で動作 (VT4 と syslog に <quote>Out of "
+"memory</quote> メッセージを出力) して、プロセスがカーネルに強制終了される可能"
+"性があります。"
#. Tag: para
#: using-d-i.xml:466
#, no-c-format
-msgid "For example, it has been reported that creating a big ext3 file system fails in low memory mode when there is insufficient swap space. If a larger swap doesn't help, try creating the file system as ext2 (which is an essential component of the installer) instead. It is possible to change an ext2 partition to ext3 after the installation."
-msgstr "例えば、swap スペースが不充分な場合、 低メモリモードで大きな ext3 ファイルシステムを作成すると、エラーを報告します。 swap をもっと大きくしてもだめな場合、ext2 (インストーラの必須コンポーネント) で作成してください。 ext2 パーティションをインストール後に ext3 に変更できます。"
+msgid ""
+"For example, it has been reported that creating a big ext3 file system fails "
+"in low memory mode when there is insufficient swap space. If a larger swap "
+"doesn't help, try creating the file system as ext2 (which is an essential "
+"component of the installer) instead. It is possible to change an ext2 "
+"partition to ext3 after the installation."
+msgstr ""
+"例えば、swap スペースが不充分な場合、低メモリモードで大きな ext3 ファイルシス"
+"テムを作成すると、エラーを報告します。swap をもっと大きくしてもだめな場合、"
+"ext2 (インストーラの必須コンポーネント) で作成してください。ext2 パーティショ"
+"ンをインストール後に ext3 に変更できます。"
#. Tag: para
#: using-d-i.xml:474
#, no-c-format
-msgid "It is possible to force the installer to use a higher lowmem level than the one based on available memory by using the boot parameter <quote>lowmem</quote> as described in <xref linkend=\"installer-args\"/>."
-msgstr "インストーラに <xref linkend=\"installer-args\"/> で説明している <quote>lowmem</quote> ブートパラメータを使用すると、 利用可能なメモリを元にした lowmem レベルよりも高いレベルにできます。"
+msgid ""
+"It is possible to force the installer to use a higher lowmem level than the "
+"one based on available memory by using the boot parameter <quote>lowmem</"
+"quote> as described in <xref linkend=\"installer-args\"/>."
+msgstr ""
+"インストーラに <xref linkend=\"installer-args\"/> で説明している "
+"<quote>lowmem</quote> ブートパラメータを使用すると、利用可能なメモリを元にし"
+"た lowmem レベルよりも高いレベルにできます。"
#. Tag: title
#: using-d-i.xml:489
@@ -499,38 +835,95 @@ msgstr "地域オプションの選択"
#. Tag: para
#: using-d-i.xml:491
#, no-c-format
-msgid "In most cases the first questions you will be asked concern the selection of localization options to be used both for the installation and for the installed system. The localization options consist of language, country and locales."
-msgstr "ほとんどの場合、最初の質問はインストール中とインストールしたシステム双方の、 地域オプションの選択に関することです。 地域オプションは、言語、国、ロケールからなっています。"
+msgid ""
+"In most cases the first questions you will be asked concern the selection of "
+"localization options to be used both for the installation and for the "
+"installed system. The localization options consist of language, country and "
+"locales."
+msgstr ""
+"ほとんどの場合、最初の質問はインストール中とインストールしたシステム双方の、"
+"地域オプションの選択に関することです。地域オプションは、言語、国、ロケールか"
+"らなっています。"
#. Tag: para
#: using-d-i.xml:498
#, no-c-format
-msgid "The language you choose will be used for the rest of the installation process, provided a translation of the different dialogs is available. If no valid translation is available for the selected language, the installer will default to English."
-msgstr "異なるダイアログの翻訳が利用できるなら、 選んだ言語をインストールプロセスの残りで使用できます。 選択した言語で、有効な翻訳が利用できなければ、 インストーラは自動的に英語になります。"
+msgid ""
+"The language you choose will be used for the rest of the installation "
+"process, provided a translation of the different dialogs is available. If no "
+"valid translation is available for the selected language, the installer will "
+"default to English."
+msgstr ""
+"異なるダイアログの翻訳が利用できるなら、選んだ言語をインストールプロセスの残"
+"りで使用できます。選択した言語で、有効な翻訳が利用できなければ、インストーラ"
+"は自動的に英語になります。"
#. Tag: para
#: using-d-i.xml:505
#, no-c-format
-msgid "The selected country will be used later in the installation process to pick the default timezone and a Debian mirror appropriate for your geographic location. Language and country together will be used to set the default locale for your system and to help select your keyboard."
-msgstr "選択した国は、インストールプロセスの後半で、デフォルトのタイムゾーンの抽出と、 地理的に適切な Debian ミラーの抽出に使用します。 言語と国は、ともにシステムのデフォルトロケールの設定や、 キーボードの設定を補助するのに使用します。"
+msgid ""
+"The selected country will be used later in the installation process to pick "
+"the default timezone and a Debian mirror appropriate for your geographic "
+"location. Language and country together will be used to set the default "
+"locale for your system and to help select your keyboard."
+msgstr ""
+"選択した国は、インストールプロセスの後半で、デフォルトのタイムゾーンの抽出"
+"と、地理的に適切な Debian ミラーの抽出に使用します。言語と国は、ともにシステ"
+"ムのデフォルトロケールの設定や、キーボードの設定を補助するのに使用します。"
#. Tag: para
#: using-d-i.xml:512
#, no-c-format
-msgid "You will first be asked to select your preferred language. The language names are listed in both English (left side) and in the language itself (right side); the names on the right side are also shown in the proper script for the language. The list is sorted on the English names. At the top of the list is an extra option that allows you to select the <quote>C</quote> locale instead of a language. Choosing the <quote>C</quote> locale will result in the installation proceding in English; the installed system will have no localization support as the <classname>locales</classname> package will not be installed."
-msgstr "最初に好みの言語を選択することになります。 言語名は英語 (左側) と原語 (右側) の両方で表示しています。 右側の名称は、その言語そのもので書かれた表記です。 このリストは英語名順に並んでいます。 このリストの先頭には言語の代わりに <quote>C</quote> ロケールを選択する 追加オプションもあります。 <quote>C</quote> ロケールを選択するとインストールプロセスは英語で行われます。 また、インストールしたシステムには <classname>locales</classname> パッケージがインストールされず、いずれの地域もサポートしません。"
+msgid ""
+"You will first be asked to select your preferred language. The language "
+"names are listed in both English (left side) and in the language itself "
+"(right side); the names on the right side are also shown in the proper "
+"script for the language. The list is sorted on the English names. At the top "
+"of the list is an extra option that allows you to select the <quote>C</"
+"quote> locale instead of a language. Choosing the <quote>C</quote> locale "
+"will result in the installation proceding in English; the installed system "
+"will have no localization support as the <classname>locales</classname> "
+"package will not be installed."
+msgstr ""
+"最初に好みの言語を選択することになります。言語名は英語 (左側) と原語 (右側) "
+"の両方で表示しています。右側の名称は、その言語そのもので書かれた表記です。こ"
+"のリストは英語名順に並んでいます。このリストの先頭には言語の代わりに "
+"<quote>C</quote> ロケールを選択する追加オプションもあります。<quote>C</"
+"quote> ロケールを選択するとインストールプロセスは英語で行われます。また、イン"
+"ストールしたシステムには <classname>locales</classname> パッケージがインス"
+"トールされず、いずれの地域もサポートしません。"
#. Tag: para
#: using-d-i.xml:524
#, no-c-format
-msgid "If you selected a language that is recognized as an official language for more than one country<footnote> <para> In technical terms: where multiple locales exist for that language with differing country codes. </para> </footnote>, you will next be asked to select a country. If you choose <guimenuitem>Other</guimenuitem> at the bottom of the list, you will be presented with a list of all countries, grouped by continent. If the language has only one country associated with it, that country will be selected automatically."
-msgstr "言語選択時に、その言語が複数の国<footnote> <para> 技術的には、言語に対し国コードが異なる複数のロケールが存在します。 </para> </footnote>で公用語とされている場合、次に国を選択することになります。 リストの最後の <guimenuitem>その他</guimenuitem> を選択した場合、 国のすべてのリストが大陸ごとに表示されます。 言語に対し関連する国がただひとつの場合、自動的に国を選択します。"
+msgid ""
+"If you selected a language that is recognized as an official language for "
+"more than one country<footnote> <para> In technical terms: where multiple "
+"locales exist for that language with differing country codes. </para> </"
+"footnote>, you will next be asked to select a country. If you choose "
+"<guimenuitem>Other</guimenuitem> at the bottom of the list, you will be "
+"presented with a list of all countries, grouped by continent. If the "
+"language has only one country associated with it, that country will be "
+"selected automatically."
+msgstr ""
+"言語選択時に、その言語が複数の国<footnote> <para> 技術的には、言語に対し国"
+"コードが異なる複数のロケールが存在します。</para> </footnote>で公用語とされて"
+"いる場合、次に国を選択することになります。リストの最後の <guimenuitem>その他"
+"</guimenuitem> を選択した場合、国のすべてのリストが大陸ごとに表示されます。言"
+"語に対し関連する国がただひとつの場合、自動的に国を選択します。"
#. Tag: para
#: using-d-i.xml:542
#, no-c-format
-msgid "A default locale will be selected based on the selected language and country. If you are installing at medium or low priority, you will have the option of selecting a different default locale and of selecting additional locales to be generated for the installed system."
-msgstr "デフォルトのロケールは、選択した言語と国を基に選択されます。 優先度を「中」・「低」でインストールしている場合は、 インストールしているシステムのデフォルトのロケールを変更したり、 追加ロケールを生成したりできます。"
+msgid ""
+"A default locale will be selected based on the selected language and "
+"country. If you are installing at medium or low priority, you will have the "
+"option of selecting a different default locale and of selecting additional "
+"locales to be generated for the installed system."
+msgstr ""
+"デフォルトのロケールは、選択した言語と国を基に選択されます。優先度を「中」・"
+"「低」でインストールしている場合は、インストールしているシステムのデフォルト"
+"のロケールを変更したり、追加ロケールを生成したりできます。"
#. Tag: title
#: using-d-i.xml:557
@@ -541,26 +934,68 @@ msgstr "キーボード選択"
#. Tag: para
#: using-d-i.xml:559
#, no-c-format
-msgid "Keyboards are often tailored to the characters used in a language. Select a layout that conforms to the keyboard you are using, or select something close if the keyboard layout you want isn't represented. Once the system installation is complete, you'll be able to select a keyboard layout from a wider range of choices (run <command>kbdconfig</command> as root after you have completed the installation)."
-msgstr "キーボードは、しばしば言語で使用する文字に合わされています。 使用しているキーボードに一致するレイアウトを選択するか、 希望のキーボードレイアウトが表示されなければ、近いものを選択してください。 いったんシステムのインストールが完了すれば、 もっと広い範囲からキーボードレイアウトを選ぶことができます。 (インストールが完了した後に、root で <command>kbdconfig</command> を 実行してください)"
+msgid ""
+"Keyboards are often tailored to the characters used in a language. Select a "
+"layout that conforms to the keyboard you are using, or select something "
+"close if the keyboard layout you want isn't represented. Once the system "
+"installation is complete, you'll be able to select a keyboard layout from a "
+"wider range of choices (run <command>kbdconfig</command> as root after you "
+"have completed the installation)."
+msgstr ""
+"キーボードは、しばしば言語で使用する文字に合わされています。使用しているキー"
+"ボードに一致するレイアウトを選択するか、希望のキーボードレイアウトが表示され"
+"なければ、近いものを選択してください。いったんシステムのインストールが完了す"
+"れば、もっと広い範囲からキーボードレイアウトを選ぶことができます (インストー"
+"ルが完了した後に、root で <command>kbdconfig</command> を 実行してください)。"
#. Tag: para
#: using-d-i.xml:569
#, no-c-format
-msgid "Move the highlight to the keyboard selection you desire and press &enterkey;. Use the arrow keys to move the highlight &mdash; they are in the same place in all national language keyboard layouts, so they are independent of the keyboard configuration. An 'extended' keyboard is one with <keycap>F1</keycap> through <keycap>F10</keycap> keys along the top row."
-msgstr "希望のキーボードにハイライトを移動させて、&enterkey; を押してください。 ハイライトの移動には矢印キーを使用してください。 どの言語のキーボードでも同じ場所にあるため、キーボードの設定に依存しません。 「拡張」キーボードとは、 最上段に <keycap>F1</keycap> から <keycap>F10</keycap> キーを備えたものです。"
+msgid ""
+"Move the highlight to the keyboard selection you desire and press "
+"&enterkey;. Use the arrow keys to move the highlight &mdash; they are in the "
+"same place in all national language keyboard layouts, so they are "
+"independent of the keyboard configuration. An 'extended' keyboard is one "
+"with <keycap>F1</keycap> through <keycap>F10</keycap> keys along the top row."
+msgstr ""
+"希望のキーボードにハイライトを移動させて、&enterkey; を押してください。ハイラ"
+"イトの移動には矢印キーを使用してください。どの言語のキーボードでも同じ場所に"
+"あるため、キーボードの設定に依存しません。「拡張」キーボードとは、最上段に "
+"<keycap>F1</keycap> から <keycap>F10</keycap> キーを備えたものです。"
#. Tag: para
#: using-d-i.xml:578
#, no-c-format
-msgid "On DECstations there is currently no loadable keymap available, so you have to skip the keyboard selection and keep the default kernel keymap (LK201 US). This may change in the future as it depends on further Linux/MIPS kernel development."
-msgstr "現在 DECstation では、利用できるロード可能キーマップがありません。 そのため、キーボードの選択をスキップして、 デフォルトのカーネルキーマップ (LK201 US) を保持する必要があります。 Linux/MIPS カーネル開発に依存して、これは今後変わるかもしれません。"
+msgid ""
+"On DECstations there is currently no loadable keymap available, so you have "
+"to skip the keyboard selection and keep the default kernel keymap (LK201 "
+"US). This may change in the future as it depends on further Linux/MIPS "
+"kernel development."
+msgstr ""
+"現在 DECstation では、利用できるロード可能キーマップがありません。そのため、"
+"キーボードの選択をスキップして、デフォルトのカーネルキーマップ (LK201 US) を"
+"保持する必要があります。Linux/MIPS カーネル開発に依存して、これは今後変わるか"
+"もしれません。"
#. Tag: para
#: using-d-i.xml:585
#, no-c-format
-msgid "There are two keyboard layouts for US keyboards; the qwerty/mac-usb-us (Apple USB) layout will place the Alt function on the <keycap>Command/Apple</keycap> key (in the keyboard position next to the <keycap>space</keycap> key similar to <keycap>Alt</keycap> on PC keyboards), while the qwerty/us (Standard) layout will place the Alt function on the <keycap>Option</keycap> key (engraved with 'alt' on most Mac keyboards). In other respects the two layouts are similar."
-msgstr "英語キーボードには 2 種類のキーボードレイアウトがあります。 qwerty/mac-usb-us (Apple USB) レイアウトは、Alt 機能が (PCキーボードの <keycap>Alt</keycap> に似た <keycap>space</keycap> キーの隣にある) <keycap>Command/Apple</keycap> キー に割り当てられています。 qwerty/us (Standard) レイアウトでは、Alt 機能が (多くの Mac キーボードでは 'alt' も刻印されている) <keycap>Option</keycap> キー に割り当てられています。 その他の点では この 2 つのレイアウトはよく似ています。"
+msgid ""
+"There are two keyboard layouts for US keyboards; the qwerty/mac-usb-us "
+"(Apple USB) layout will place the Alt function on the <keycap>Command/Apple</"
+"keycap> key (in the keyboard position next to the <keycap>space</keycap> key "
+"similar to <keycap>Alt</keycap> on PC keyboards), while the qwerty/us "
+"(Standard) layout will place the Alt function on the <keycap>Option</keycap> "
+"key (engraved with 'alt' on most Mac keyboards). In other respects the two "
+"layouts are similar."
+msgstr ""
+"英語キーボードには 2 種類のキーボードレイアウトがあります。qwerty/mac-usb-us "
+"(Apple USB) レイアウトは、Alt 機能が (PCキーボードの <keycap>Alt</keycap> に"
+"似た <keycap>space</keycap> キーの隣にある) <keycap>Command/Apple</keycap> "
+"キーに割り当てられています。qwerty/us (Standard) レイアウトでは、Alt 機能が "
+"(多くの Mac キーボードでは 'alt' も刻印されている) <keycap>Option</keycap> "
+"キーに割り当てられています。その他の点では、この 2 つのレイアウトはよく似てい"
+"ます。"
#. Tag: title
#: using-d-i.xml:615
@@ -571,26 +1006,76 @@ msgstr "Debian Installer iso イメージの検索"
#. Tag: para
#: using-d-i.xml:616
#, no-c-format
-msgid "When installing via the <emphasis>hd-media</emphasis> method, there will be a moment where you need to find and mount the Debian Installer iso image in order to get the rest of the installation files. The component <command>iso-scan</command> does exactly this."
-msgstr "<emphasis>hd-media</emphasis> でインストールを行う場合、 インストールするファイルの残りを得るために、 Debian Installer iso イメージを見つけてマウントする必要があるでしょう。 <command>iso-scan</command> コンポーネントはその名の通り行います。"
+msgid ""
+"When installing via the <emphasis>hd-media</emphasis> method, there will be "
+"a moment where you need to find and mount the Debian Installer iso image in "
+"order to get the rest of the installation files. The component <command>iso-"
+"scan</command> does exactly this."
+msgstr ""
+"<emphasis>hd-media</emphasis> でインストールを行う場合、インストールするファ"
+"イルの残りを得るために、Debian Installer iso イメージを見つけてマウントする必"
+"要があるでしょう。<command>iso-scan</command> コンポーネントはその名の通り行"
+"います。"
#. Tag: para
#: using-d-i.xml:623
#, no-c-format
-msgid "At first, <command>iso-scan</command> automatically mounts all block devices (e.g. partitions) which have some known filesystem on them and sequentially searches for filenames ending with <filename>.iso</filename> (or <filename>.ISO</filename> for that matter). Beware that the first attempt scans only files in the root directory and in the first level of subdirectories (i.e. it finds <filename>/<replaceable>whatever</replaceable>.iso</filename>, <filename>/data/<replaceable>whatever</replaceable>.iso</filename>, but not <filename>/data/tmp/<replaceable>whatever</replaceable>.iso</filename>). After an iso image has been found, <command>iso-scan</command> checks its content to determine if the image is a valid Debian iso image or not. In the former case we are done, in the latter <command>iso-scan</command> seeks for another image."
-msgstr "初めに <command>iso-scan</command> は、 既知のファイルシステムがあるブロックデバイス (例えばパーティション) を自動的にすべてマウントし、<filename>.iso</filename> (もっと言えば <filename>.ISO</filename>) で終わるファイル名を順番に検索します。 初回の試行でルートディレクトリ中、 およびそのサブディレクトリ内しか検索しないことに注意してください (つまり <filename>/<replaceable>whatever</replaceable>.iso</filename> や <filename>/data/<replaceable>whatever</replaceable>.iso</filename> を検出しますが、 <filename>/data/tmp/<replaceable>whatever</replaceable>.iso</filename> は検出しないということです)。 iso イメージの検出後、<command>iso-scan</command> は、 そのイメージが有効な Debian iso イメージであるか否かを決定するため、 その内容をチェックします。 前者の場合は完了しますが、 後者の場合 <command>iso-scan</command> は別のイメージを探します。"
+msgid ""
+"At first, <command>iso-scan</command> automatically mounts all block devices "
+"(e.g. partitions) which have some known filesystem on them and sequentially "
+"searches for filenames ending with <filename>.iso</filename> (or <filename>."
+"ISO</filename> for that matter). Beware that the first attempt scans only "
+"files in the root directory and in the first level of subdirectories (i.e. "
+"it finds <filename>/<replaceable>whatever</replaceable>.iso</filename>, "
+"<filename>/data/<replaceable>whatever</replaceable>.iso</filename>, but not "
+"<filename>/data/tmp/<replaceable>whatever</replaceable>.iso</filename>). "
+"After an iso image has been found, <command>iso-scan</command> checks its "
+"content to determine if the image is a valid Debian iso image or not. In the "
+"former case we are done, in the latter <command>iso-scan</command> seeks for "
+"another image."
+msgstr ""
+"初めに <command>iso-scan</command> は、既知のファイルシステムがあるブロックデ"
+"バイス (例えばパーティション) を自動的にすべてマウントし、<filename>.iso</"
+"filename> (もっと言えば <filename>.ISO</filename>) で終わるファイル名を順番に"
+"検索します。初回の試行でルートディレクトリ中、およびそのサブディレクトリ内し"
+"か検索しないことに注意してください (つまり <filename>/<replaceable>whatever</"
+"replaceable>.iso</filename> や <filename>/data/<replaceable>whatever</"
+"replaceable>.iso</filename> を検出しますが、<filename>/data/tmp/"
+"<replaceable>whatever</replaceable>.iso</filename> は検出しないということで"
+"す)。iso イメージの検出後、<command>iso-scan</command> は、そのイメージが有効"
+"な Debian iso イメージであるか否かを決定するため、その内容をチェックします。"
+"前者の場合は完了しますが、後者の場合 <command>iso-scan</command> は別のイメー"
+"ジを探します。"
#. Tag: para
#: using-d-i.xml:640
#, no-c-format
-msgid "In case the previous attempt to find an installer iso image fails, <command>iso-scan</command> will ask you whether you would like to perform a more thorough search. This pass doesn't just look into the topmost directories, but really traverses whole filesystem."
-msgstr "インストーラ iso イメージを探す試行が失敗する場合、 <command>iso-scan</command> はより徹底的に検索するか確認します。 このパスは最上位のディレクトリのみ調査しませんが、 実際にファイルシステム全体を全探索します。"
+msgid ""
+"In case the previous attempt to find an installer iso image fails, "
+"<command>iso-scan</command> will ask you whether you would like to perform a "
+"more thorough search. This pass doesn't just look into the topmost "
+"directories, but really traverses whole filesystem."
+msgstr ""
+"インストーラ iso イメージを探す試行が失敗する場合、<command>iso-scan</"
+"command> はより徹底的に検索するか確認します。このパスは最上位のディレクトリの"
+"み調査しませんが、実際にファイルシステム全体を全探索します。"
#. Tag: para
#: using-d-i.xml:647
#, no-c-format
-msgid "If <command>iso-scan</command> does not discover your installer iso image, reboot back to your original operating system and check if the image is named correctly (ending in <filename>.iso</filename>), if it is placed on a filesystem recognizable by &d-i;, and if it is not corrupted (verify the checksum). Experienced Unix users could do this without rebooting on the second console."
-msgstr "<command>iso-scan</command> がインストーラ iso イメージを検出しない場合、 元の OS を起動し直して、イメージが (<filename>.iso</filename> で終わる) 正しい名前になっているか、 &d-i; が認識できるファイルシステムに配置しているか、 (チェックサムを検証して) 壊れていないかチェックしてください。 Unix の経験があるユーザは、再起動せずに第 2 コンソール上でチェックできます。"
+msgid ""
+"If <command>iso-scan</command> does not discover your installer iso image, "
+"reboot back to your original operating system and check if the image is "
+"named correctly (ending in <filename>.iso</filename>), if it is placed on a "
+"filesystem recognizable by &d-i;, and if it is not corrupted (verify the "
+"checksum). Experienced Unix users could do this without rebooting on the "
+"second console."
+msgstr ""
+"<command>iso-scan</command> がインストーラ iso イメージを検出しない場合、元"
+"の OS を起動し直して、イメージが (<filename>.iso</filename> で終わる) 正しい"
+"名前になっているか、&d-i; が認識できるファイルシステムに配置しているか、"
+"(チェックサムを検証して) 壊れていないかチェックしてください。Unix の経験があ"
+"るユーザは、再起動せずに第 2 コンソール上でチェックできます。"
#. Tag: title
#: using-d-i.xml:668
@@ -601,26 +1086,89 @@ msgstr "ネットワークの設定"
#. Tag: para
#: using-d-i.xml:670
#, no-c-format
-msgid "As you enter this step, if the system detects that you have more than one network device, you'll be asked to choose which device will be your <emphasis>primary</emphasis> network interface, i.e. the one which you want to use for installation. The other interfaces won't be configured at this time. You may configure additional interfaces after installation is complete; see the <citerefentry> <refentrytitle>interfaces</refentrytitle> <manvolnum>5</manvolnum> </citerefentry> man page."
-msgstr "このステップに入って、ネットワークデバイスが 1 つ以上あることを システムが検出すると、どのデバイスを <emphasis>主要</emphasis> (つまりインストールに使用する) ネットワークインターフェースとするか、 質問されます。 その他のインターフェースはここでは設定しません。 インストールが完了したところで、さらにインターフェースを設定できるでしょう。 <citerefentry> <refentrytitle>interfaces</refentrytitle> <manvolnum>5</manvolnum> </citerefentry> man ページを参照してください。"
+msgid ""
+"As you enter this step, if the system detects that you have more than one "
+"network device, you'll be asked to choose which device will be your "
+"<emphasis>primary</emphasis> network interface, i.e. the one which you want "
+"to use for installation. The other interfaces won't be configured at this "
+"time. You may configure additional interfaces after installation is "
+"complete; see the <citerefentry> <refentrytitle>interfaces</refentrytitle> "
+"<manvolnum>5</manvolnum> </citerefentry> man page."
+msgstr ""
+"このステップに入って、ネットワークデバイスが 1 つ以上あることをシステムが検出"
+"すると、どのデバイスを <emphasis>主要</emphasis> (つまりインストールに使用す"
+"る) ネットワークインターフェースとするか質問されます。その他のインターフェー"
+"スはここでは設定しません。インストールが完了したところで、さらにインター"
+"フェースを設定できるでしょう。<citerefentry> <refentrytitle>interfaces</"
+"refentrytitle> <manvolnum>5</manvolnum> </citerefentry> man ページを参照して"
+"ください。"
#. Tag: para
#: using-d-i.xml:681
#, no-c-format
-msgid "By default, &d-i; tries to configure your computer's network automatically via DHCP. If the DHCP probe succeeds, you are done. If the probe fails, it may be caused by many factors ranging from unplugged network cable, to a misconfigured DHCP setup. Or maybe you don't have a DHCP server in your local network at all. For further explanation, check the error messages on the fourth console. In any case, you will be asked if you want to retry, or if you want to perform a manual setup. DHCP servers are sometimes really slow in their responses, so if you are sure everything is in place, try again."
-msgstr "デフォルトでは、&d-i; はコンピュータのネットワークを DHCP より 自動的に設定しようとします。 DHCP の検出に成功すれば完了です。失敗した場合、 ネットワークケーブルが繋がっていないから、DHCP の設定が間違っているまで、 幅広い原因が考えられます。 またローカルネットワークに DHCP サーバがないかもしれません。 何が起きたかを確認するには、 4 番目のコンソールに表示するエラーメッセージをチェックしてください。 いずれの場合も、再実行するか、手動設定を実行するか、を質問されます。 DHCP サーバは、時々そのレスポンスが遅いことがあります。 そのため、すべて適切であると確信するなら、再実行してください。"
+msgid ""
+"By default, &d-i; tries to configure your computer's network automatically "
+"via DHCP. If the DHCP probe succeeds, you are done. If the probe fails, it "
+"may be caused by many factors ranging from unplugged network cable, to a "
+"misconfigured DHCP setup. Or maybe you don't have a DHCP server in your "
+"local network at all. For further explanation, check the error messages on "
+"the fourth console. In any case, you will be asked if you want to retry, or "
+"if you want to perform a manual setup. DHCP servers are sometimes really "
+"slow in their responses, so if you are sure everything is in place, try "
+"again."
+msgstr ""
+"デフォルトでは、&d-i; はコンピュータのネットワークを DHCP より自動的に設定し"
+"ようとします。DHCP の検出に成功すれば完了です。失敗した場合、ネットワークケー"
+"ブルが繋がっていないから、DHCP の設定が間違っているまで、幅広い原因が考えられ"
+"ます。またローカルネットワークに DHCP サーバがないかもしれません。何が起きた"
+"かを確認するには、4 番目のコンソールに表示するエラーメッセージをチェックして"
+"ください。いずれの場合も、再実行するか、手動設定を実行するか、を質問されま"
+"す。DHCP サーバは、時々そのレスポンスが遅いことがあります。そのため、すべて適"
+"切であると確信するなら、再実行してください。"
#. Tag: para
#: using-d-i.xml:693
#, no-c-format
-msgid "The manual network setup in turn asks you a number of questions about your network, notably <computeroutput>IP address</computeroutput>, <computeroutput>Netmask</computeroutput>, <computeroutput>Gateway</computeroutput>, <computeroutput>Name server addresses</computeroutput>, and a <computeroutput>Hostname</computeroutput>. Moreover, if you have a wireless network interface, you will be asked to provide your <computeroutput>Wireless ESSID</computeroutput> and a <computeroutput>WEP key</computeroutput>. Fill in the answers from <xref linkend=\"needed-info\"/>."
-msgstr "ネットワークの手動設定では、ネットワークについていくつか &dash; 特に、 <computeroutput>IP アドレス</computeroutput>、 <computeroutput>ネットマスク</computeroutput>、 <computeroutput>ゲートウェイ</computeroutput>、 <computeroutput>ネームサーバのアドレス</computeroutput>、 <computeroutput>ホスト名</computeroutput> について質問します。 さらに、無線ネットワークインターフェースがあるなら、 <computeroutput>無線 ESSID</computeroutput>と、 <computeroutput>WEP キー</computeroutput>を質問します。 <xref linkend=\"needed-info\"/> から回答を書き込んでください。"
+msgid ""
+"The manual network setup in turn asks you a number of questions about your "
+"network, notably <computeroutput>IP address</computeroutput>, "
+"<computeroutput>Netmask</computeroutput>, <computeroutput>Gateway</"
+"computeroutput>, <computeroutput>Name server addresses</computeroutput>, and "
+"a <computeroutput>Hostname</computeroutput>. Moreover, if you have a "
+"wireless network interface, you will be asked to provide your "
+"<computeroutput>Wireless ESSID</computeroutput> and a <computeroutput>WEP "
+"key</computeroutput>. Fill in the answers from <xref linkend=\"needed-info\"/"
+">."
+msgstr ""
+"ネットワークの手動設定では、ネットワークについていくつか &dash; 特に、"
+"<computeroutput>IP アドレス</computeroutput>、<computeroutput>ネットマスク</"
+"computeroutput>、<computeroutput>ゲートウェイ</computeroutput>、"
+"<computeroutput>ネームサーバのアドレス</computeroutput>、<computeroutput>ホス"
+"ト名</computeroutput> について質問します。さらに、無線ネットワークインター"
+"フェースがあるなら、<computeroutput>無線 ESSID</computeroutput>と、"
+"<computeroutput>WEP キー</computeroutput>を質問します。<xref linkend="
+"\"needed-info\"/> から回答を書き込んでください。"
#. Tag: para
#: using-d-i.xml:707
#, no-c-format
-msgid "Some technical details you might, or might not, find handy: the program assumes the network IP address is the bitwise-AND of your system's IP address and your netmask. The default broadcast address is calculated as the bitwise OR of your system's IP address with the bitwise negation of the netmask. It will also guess your gateway. If you can't find any of these answers, use the offered defaults &mdash; if necessary, you can change them by editing <filename>/etc/network/interfaces</filename> once the system has been installed."
-msgstr "見つけるか見つけないかはともかく,技術的詳細は手軽に見つかります。 プログラムでは、ネットワーク IP アドレスが、 システムの IP アドレスとネットマスクのビット積であると仮定します。 デフォルトのブロードキャストアドレスは、システムの IP アドレスと、 ネットマスクのビット否定とのビット和から計算します。 さらにゲートウェイも推測します。 これらのうち、どれかがわからなければ、デフォルト値をを使用してください。 一度、システムをインストールした後で、 必要なら <filename>/etc/network/interfaces</filename> を編集して変更できます。"
+msgid ""
+"Some technical details you might, or might not, find handy: the program "
+"assumes the network IP address is the bitwise-AND of your system's IP "
+"address and your netmask. The default broadcast address is calculated as the "
+"bitwise OR of your system's IP address with the bitwise negation of the "
+"netmask. It will also guess your gateway. If you can't find any of these "
+"answers, use the offered defaults &mdash; if necessary, you can change them "
+"by editing <filename>/etc/network/interfaces</filename> once the system has "
+"been installed."
+msgstr ""
+"見つけるか見つけないかはともかく,技術的詳細は手軽に見つかります。プログラム"
+"では、ネットワーク IP アドレスが、システムの IP アドレスとネットマスクのビッ"
+"ト積であると仮定します。デフォルトのブロードキャストアドレスは、システムの "
+"IP アドレスと、ネットマスクのビット否定とのビット和から計算します。さらにゲー"
+"トウェイも推測します。これらのうち、どれかがわからなければ、デフォルト値をを"
+"使用してください。一度、システムをインストールした後で、必要なら <filename>/"
+"etc/network/interfaces</filename> を編集して変更できます。"
#. Tag: title
#: using-d-i.xml:752
@@ -631,26 +1179,54 @@ msgstr "時計の設定"
#. Tag: para
#: using-d-i.xml:754
#, no-c-format
-msgid "The installer will first attempt to connect to a time server on the Internet (using the <firstterm>NTP</firstterm> protocol) in order to correctly set the system time. If this does not succeed, the installer will assume the time and date obtained from the system clock when the installation system was booted are correct. It is not possible to manually set the system time during the installation process."
-msgstr "インストーラはまず、正しいシステム時計を設定するため、 インターネットのタイムサーバに (<firstterm>NTP</firstterm> プロトコルを利用して) 接続しようとします。これが成功しない場合、 インストールシステムが起動したときのシステム時計を正しいと見なします。 インストールプロセス中に、手動でシステム時計を設定することはできません。"
+msgid ""
+"The installer will first attempt to connect to a time server on the Internet "
+"(using the <firstterm>NTP</firstterm> protocol) in order to correctly set "
+"the system time. If this does not succeed, the installer will assume the "
+"time and date obtained from the system clock when the installation system "
+"was booted are correct. It is not possible to manually set the system time "
+"during the installation process."
+msgstr ""
+"インストーラはまず、正しいシステム時計を設定するため、インターネットのタイム"
+"サーバに (<firstterm>NTP</firstterm> プロトコルを利用して) 接続しようとしま"
+"す。これが成功しない場合、インストールシステムが起動したときのシステム時計を"
+"正しいと見なします。インストールプロセス中に、手動でシステム時計を設定するこ"
+"とはできません。"
#. Tag: para
#: using-d-i.xml:772
#, no-c-format
-msgid "Depending on the location selected earlier in the installation process, you may be shown a list of timezones relevant for that location. If your location has only one time zone, you will not be asked anything and the system will assume that time zone."
-msgstr "インストール処理の初期に選択した所在地をもとに、 その場所に関連するタイムゾーンの一覧を表示します。 あなたの場所にタイムゾーンがひとつしかなければ、 システムは一覧を表示せず、そのタイムゾーンであると仮定します。"
+msgid ""
+"Depending on the location selected earlier in the installation process, you "
+"may be shown a list of timezones relevant for that location. If your "
+"location has only one time zone, you will not be asked anything and the "
+"system will assume that time zone."
+msgstr ""
+"インストール処理の初期に選択した所在地をもとに、その場所に関連するタイムゾー"
+"ンの一覧を表示します。あなたの場所にタイムゾーンがひとつしかなければ、システ"
+"ムは一覧を表示せず、そのタイムゾーンであると仮定します。"
#. Tag: para
#: using-d-i.xml:779
#, no-c-format
-msgid "If for some reason you wish to set a time zone for the installed system that does <emphasis>not</emphasis> match the selected location, there are two options."
-msgstr "何らかの理由で、インストールしたシステムのタイムゾーンを、 選択した場所とは<emphasis>異なる</emphasis>ものにしたい場合は、 2 つの選択肢があります。"
+msgid ""
+"If for some reason you wish to set a time zone for the installed system that "
+"does <emphasis>not</emphasis> match the selected location, there are two "
+"options."
+msgstr ""
+"何らかの理由で、インストールしたシステムのタイムゾーンを、選択した場所とは"
+"<emphasis>異なる</emphasis>ものにしたい場合は、2 つの選択肢があります。"
#. Tag: para
#: using-d-i.xml:790
#, no-c-format
-msgid "The simplest option is to just select a different timezone after the installation has been completed and you've booted into the new system. The command to do this is:"
-msgstr "シンプルな方法は、インストールが完了し、新しいシステムが起動した後で、 異なるタイムゾーンを選択することです。 以下のようなコマンドになります。"
+msgid ""
+"The simplest option is to just select a different timezone after the "
+"installation has been completed and you've booted into the new system. The "
+"command to do this is:"
+msgstr ""
+"シンプルな方法は、インストールが完了し、新しいシステムが起動した後で、異なる"
+"タイムゾーンを選択することです。以下のようなコマンドになります。"
#. Tag: screen
#: using-d-i.xml:796
@@ -661,13 +1237,24 @@ msgstr "# dpkg-reconfigure tzdata"
#. Tag: para
#: using-d-i.xml:802
#, no-c-format
-msgid "Alternatively, the time zone can be set at the very start of the installation by passing the parameter <userinput>time/zone=<replaceable>value</replaceable></userinput> when you boot the installation system. The value should of course be a valid time zone, for example <userinput>Europe/London</userinput> or <userinput>UTC</userinput>."
-msgstr "その他には、インストールシステムの起動時に、パラメータ <userinput>time/zone=<replaceable>value</replaceable></userinput> を渡すと、インストールの最初からタイムゾーンを設定できます。 もちろん値は妥当なタイムゾーン (例えば <userinput>Europe/London</userinput> や <userinput>UTC</userinput>) であるべきです。"
+msgid ""
+"Alternatively, the time zone can be set at the very start of the "
+"installation by passing the parameter <userinput>time/"
+"zone=<replaceable>value</replaceable></userinput> when you boot the "
+"installation system. The value should of course be a valid time zone, for "
+"example <userinput>Europe/London</userinput> or <userinput>UTC</userinput>."
+msgstr ""
+"その他には、インストールシステムの起動時に、パラメータ <userinput>time/"
+"zone=<replaceable>value</replaceable></userinput> を渡すと、インストールの最"
+"初からタイムゾーンを設定できます。もちろん値は妥当なタイムゾーン (例えば "
+"<userinput>Europe/London</userinput> や <userinput>UTC</userinput>) であるべ"
+"きです。"
#. Tag: para
#: using-d-i.xml:816
#, no-c-format
-msgid "For automated installations the time zone can also be set using preseeding."
+msgid ""
+"For automated installations the time zone can also be set using preseeding."
msgstr "自動インストール用に、タイムゾーンは preseed を用いても設定できます。"
#. Tag: title
@@ -679,32 +1266,66 @@ msgstr "パーティションの分割とマウントポイントの選択"
#. Tag: para
#: using-d-i.xml:830
#, no-c-format
-msgid "At this time, after hardware detection has been executed a final time, &d-i; should be at its full strength, customized for the user's needs and ready to do some real work. As the title of this section indicates, the main task of the next few components lies in partitioning your disks, creating filesystems, assigning mountpoints and optionally configuring closely related options like RAID, LVM or encrypted devices."
-msgstr "最後のハードウェア検出が完了した時点で、 &d-i; はユーザのニーズ通りにカスタマイズされ、 実際の作業ができるような、準備万端の状態にあります. 本節のタイトルが表すように、 以下、少数のコンポーネントの主なタスクは、 ディスクのパーティションを分割し、 ファイルシステムを作成し、マウントポイントを割り当てて、 LVM や RAID、暗号化デバイスのような密接に関係する件のオプション設定を行うことです。"
+msgid ""
+"At this time, after hardware detection has been executed a final time, &d-i; "
+"should be at its full strength, customized for the user's needs and ready to "
+"do some real work. As the title of this section indicates, the main task of "
+"the next few components lies in partitioning your disks, creating "
+"filesystems, assigning mountpoints and optionally configuring closely "
+"related options like RAID, LVM or encrypted devices."
+msgstr ""
+"最後のハードウェア検出が完了した時点で、&d-i; はユーザのニーズ通りにカスタマ"
+"イズされ、実際の作業ができるような、準備万端の状態にあります。本節のタイトル"
+"が表すように、以下、少数のコンポーネントの主なタスクは、ディスクのパーティ"
+"ションを分割し、ファイルシステムを作成し、マウントポイントを割り当てて、LVM "
+"や RAID、暗号化デバイスのような密接に関係する件のオプション設定を行うことで"
+"す。"
#. Tag: para
#: using-d-i.xml:851
#, no-c-format
-msgid "If you are uncomfortable with partitioning, or just want to know more details, see <xref linkend=\"partitioning\"/>."
-msgstr "パーティション分割に不安があったり、詳細を知りたければ、 <xref linkend=\"partitioning\"/>をご覧ください。"
+msgid ""
+"If you are uncomfortable with partitioning, or just want to know more "
+"details, see <xref linkend=\"partitioning\"/>."
+msgstr ""
+"パーティション分割に不安があったり、詳細を知りたければ、<xref linkend="
+"\"partitioning\"/> をご覧ください。"
#. Tag: para
#: using-d-i.xml:857
#, no-c-format
msgid ""
-"If a hard disk has previously used under Solaris, the partitioner may not detect the size of the drive correctly. Creating a new partition table does not fix this issue. What does help, is to <quote>zero</quote> the first few sectors of the drive: <informalexample><screen>\n"
-"# dd if=/dev/zero of=/dev/hd<replaceable>X</replaceable> bs=512 count=2; sync\n"
-"</screen></informalexample> Note that this will make any existing data on that disk inaccessible."
+"If a hard disk has previously used under Solaris, the partitioner may not "
+"detect the size of the drive correctly. Creating a new partition table does "
+"not fix this issue. What does help, is to <quote>zero</quote> the first few "
+"sectors of the drive: <informalexample><screen>\n"
+"# dd if=/dev/zero of=/dev/hd<replaceable>X</replaceable> bs=512 count=2; "
+"sync\n"
+"</screen></informalexample> Note that this will make any existing data on "
+"that disk inaccessible."
msgstr ""
-"ハードディスクを以前 Solaris で使用していた場合、 パーティショナーがドライブのサイズを正しく検出しない場合があります。 新しいパーティションテーブルを作成しても、この問題は解決しません。 これには、以下のようにドライブの先頭数セクタに、 <quote>ゼロ</quote> を書き込みます。 <informalexample><screen>\n"
-"# dd if=/dev/zero of=/dev/hd<replaceable>X</replaceable> bs=512 count=2; sync\n"
-"</screen></informalexample> これにより、ディスク上の既存データには、 アクセスできなくなることに注意してください。"
+"ハードディスクを以前 Solaris で使用していた場合、パーティショナーがドライブの"
+"サイズを正しく検出しない場合があります。新しいパーティションテーブルを作成し"
+"ても、この問題は解決しません。これには、以下のようにドライブの先頭数セクタ"
+"に、<quote>ゼロ</quote> を書き込みます。<informalexample><screen>\n"
+"# dd if=/dev/zero of=/dev/hd<replaceable>X</replaceable> bs=512 count=2; "
+"sync\n"
+"</screen></informalexample> これにより、ディスク上の既存データには、アクセス"
+"できなくなることに注意してください。"
#. Tag: para
#: using-d-i.xml:870
#, no-c-format
-msgid "First you will be given the opportunity to automatically partition either an entire drive, or available free space on a drive. This is also called <quote>guided</quote> partitioning. If you do not want to autopartition, choose <guimenuitem>Manual</guimenuitem> from the menu."
-msgstr "最初に、ドライブのすべてか、またはドライブの有効な空き領域を、 自動的にパーティション分割するか選択する機会が与えられます。 これを<quote>ガイド</quote>パーティション分割とも呼びます。 自動分割を望まなければ、<guimenuitem>手動</guimenuitem> を選んでください。"
+msgid ""
+"First you will be given the opportunity to automatically partition either an "
+"entire drive, or available free space on a drive. This is also called "
+"<quote>guided</quote> partitioning. If you do not want to autopartition, "
+"choose <guimenuitem>Manual</guimenuitem> from the menu."
+msgstr ""
+"最初に、ドライブのすべてか、またはドライブの有効な空き領域を、自動的にパー"
+"ティション分割するか選択する機会が与えられます。これを<quote>ガイド</quote>"
+"パーティション分割とも呼びます。自動分割を望まなければ、<guimenuitem>手動</"
+"guimenuitem> を選んでください。"
#. Tag: title
#: using-d-i.xml:880
@@ -715,50 +1336,126 @@ msgstr "ガイドパーティション分割"
#. Tag: para
#: using-d-i.xml:881
#, no-c-format
-msgid "If you choose guided partitioning, you may have three options: to create partitions directly on the hard disk (classic method), or to create them using Logical Volume Management (LVM), or to create them using encrypted LVM<footnote> <para> The installer will encrypt the LVM volume group using a 256 bit AES key and makes use of the kernel's <quote>dm-crypt</quote> support. </para> </footnote>."
-msgstr "ガイドパーティション分割を選択した場合、選択肢が 3 つあります。 ハードディスクに直接パーティションを作成する (クラシック) 方法、 論理ボリューム管理 (LVM) を利用する方法、 暗号化 LVM<footnote> <para> このインストーラでは、LVM ボリュームグループを 256 bit AES キーで暗号化し、 カーネルの <quote>dm-crypt</quote> サポートを利用します。 </para> </footnote> を利用する方法です。"
+msgid ""
+"If you choose guided partitioning, you may have three options: to create "
+"partitions directly on the hard disk (classic method), or to create them "
+"using Logical Volume Management (LVM), or to create them using encrypted "
+"LVM<footnote> <para> The installer will encrypt the LVM volume group using a "
+"256 bit AES key and makes use of the kernel's <quote>dm-crypt</quote> "
+"support. </para> </footnote>."
+msgstr ""
+"ガイドパーティション分割を選択した場合、選択肢が 3 つあります。ハードディスク"
+"に直接パーティションを作成する (クラシック) 方法、論理ボリューム管理 (LVM) を"
+"利用する方法、暗号化 LVM<footnote> <para> このインストーラでは、LVM ボリュー"
+"ムグループを 256 bit AES キーで暗号化し、カーネルの <quote>dm-crypt</quote> "
+"サポートを利用します。</para> </footnote> を利用する方法です。"
#. Tag: para
#: using-d-i.xml:896
#, no-c-format
-msgid "The option to use (encrypted) LVM may not be available on all architectures."
-msgstr "(暗号化 LVM を含む) LVM を使用する方法は、 すべてのアーキテクチャで使用できるわけではありません。"
+msgid ""
+"The option to use (encrypted) LVM may not be available on all architectures."
+msgstr ""
+"(暗号化 LVM を含む) LVM を使用する方法は、すべてのアーキテクチャで使用できる"
+"わけではありません。"
#. Tag: para
#: using-d-i.xml:901
#, no-c-format
-msgid "When using LVM or encrypted LVM, the installer will create most partitions inside one big partition; the advantage of this method is that partitions inside this big partition can be resized relatively easily later. In the case of encrypted LVM the big partition will not be readable without knowing a special key phrase, thus providing extra security of your (personal) data."
-msgstr "LVM や 暗号化 LVM を使用する場合、 インストーラが作成するほとんどのパーティションを、 大きなパーティションの中に作成します。 この利点は、大きなパーティションの中にあるパーティションを、 後から簡単に大きさを変更できることです。 暗号化 LVM の場合、 特殊なキーフレーズを知らずに大きなパーティションを読むことができません。 そのため、あなたの (個人) データにさらなるセキュリティを提供します。"
+msgid ""
+"When using LVM or encrypted LVM, the installer will create most partitions "
+"inside one big partition; the advantage of this method is that partitions "
+"inside this big partition can be resized relatively easily later. In the "
+"case of encrypted LVM the big partition will not be readable without knowing "
+"a special key phrase, thus providing extra security of your (personal) data."
+msgstr ""
+"LVM や 暗号化 LVM を使用する場合、インストーラが作成するほとんどのパーティ"
+"ションを、大きなパーティションの中に作成します。この利点は、大きなパーティ"
+"ションの中にあるパーティションを、後から簡単に大きさを変更できることです。暗"
+"号化 LVM の場合、特殊なキーフレーズを知らずに大きなパーティションを読むことが"
+"できません。そのため、あなたの (個人) データにさらなるセキュリティを提供しま"
+"す。"
#. Tag: para
#: using-d-i.xml:910
#, no-c-format
-msgid "When using encrypted LVM, the installer will also automatically erase the disk by writing random data to it. This further improves security (as it makes it impossible to tell which parts of the disk are in use and also makes sure that any traces of previous installations are erased), but may take some time depending on the size of your disk."
-msgstr "暗号化 LVM を利用する場合、インストーラは、 自動的にランダムなデータを書き込んでディスクを消去します。 この機能は、(ディスクの使用中の領域を分からなくし、 以前インストールしていたものの痕跡を消去して) セキュリティを向上しますが、 ディスクのサイズにより、時間がかかることがあります。"
+msgid ""
+"When using encrypted LVM, the installer will also automatically erase the "
+"disk by writing random data to it. This further improves security (as it "
+"makes it impossible to tell which parts of the disk are in use and also "
+"makes sure that any traces of previous installations are erased), but may "
+"take some time depending on the size of your disk."
+msgstr ""
+"暗号化 LVM を利用する場合、インストーラは、自動的にランダムなデータを書き込ん"
+"でディスクを消去します。この機能は、(ディスクの使用中の領域を分からなくし、以"
+"前インストールしていたものの痕跡を消去して) セキュリティを向上しますが、ディ"
+"スクのサイズにより、時間がかかることがあります。"
#. Tag: para
#: using-d-i.xml:919
#, no-c-format
-msgid "If you choose guided partitioning using LVM or encrypted LVM, some changes in the partition table will need to be written to the selected disk while LVM is being set up. These changes effectively erase all data that is currently on the selected hard disk and you will not be able to undo them later. However, the installer will ask you to confirm these changes before they are written to disk."
-msgstr "LVM や 暗号化 LVM を使用してガイドパーティション分割を選択した場合、 パーティションテーブルへの変更は、 LVM のセットアップで選択したディスクに書き込まれる必要があります。 この変更によって、選択したハードディスクの現在のデータはすべて消去され、 後で元に戻すことができなくなります。 しかし、ディスクに書き込む前に、インストーラは変更してよいか確認してきます。"
+msgid ""
+"If you choose guided partitioning using LVM or encrypted LVM, some changes "
+"in the partition table will need to be written to the selected disk while "
+"LVM is being set up. These changes effectively erase all data that is "
+"currently on the selected hard disk and you will not be able to undo them "
+"later. However, the installer will ask you to confirm these changes before "
+"they are written to disk."
+msgstr ""
+"LVM や 暗号化 LVM を使用してガイドパーティション分割を選択した場合、パーティ"
+"ションテーブルへの変更は、LVM のセットアップで選択したディスクに書き込まれる"
+"必要があります。この変更によって、選択したハードディスクの現在のデータはすべ"
+"て消去され、後で元に戻すことができなくなります。しかし、ディスクに書き込む前"
+"に、インストーラは変更してよいか確認してきます。"
#. Tag: para
#: using-d-i.xml:929
#, no-c-format
-msgid "If you choose guided partitioning (either classic or using (encrypted) LVM) for a whole disk, you will first be asked to select the disk you want to use. Check that all your disks are listed and, if you have several disks, make sure you select the correct one. The order they are listed in may differ from what you are used to. The size of the disks may help to identify them."
-msgstr "ディスク全体に対してガイドパーティション分割を選択した場合 (クラシックでも (暗号化) LVMでも) 、 まずはじめに、選択したディスクを使用してよいか尋ねられます。 複数ディスクがある場合、すべてのディスクが一覧され、 正しいものが選択されていることを確認してください。 表示順は、普段使っているものと違う可能性があります。 ディスクサイズを確認の手がかりにしてください。"
+msgid ""
+"If you choose guided partitioning (either classic or using (encrypted) LVM) "
+"for a whole disk, you will first be asked to select the disk you want to "
+"use. Check that all your disks are listed and, if you have several disks, "
+"make sure you select the correct one. The order they are listed in may "
+"differ from what you are used to. The size of the disks may help to identify "
+"them."
+msgstr ""
+"ディスク全体に対してガイドパーティション分割を選択した場合 (クラシックでも "
+"(暗号化) LVMでも)、まずはじめに、選択したディスクを使用してよいか尋ねられま"
+"す。複数ディスクがある場合、すべてのディスクが一覧され、正しいものが選択され"
+"ていることを確認してください。表示順は、普段使っているものと違う可能性があり"
+"ます。ディスクサイズを確認の手がかりにしてください。"
#. Tag: para
#: using-d-i.xml:938
#, no-c-format
-msgid "Any data on the disk you select will eventually be lost, but you will always be asked to confirm any changes before they are written to the disk. If you have selected the classic method of partitioning, you will be able to undo any changes right until the end; when using (encrypted) LVM this is not possible."
-msgstr "ここでついに、ディスクのすべてのデータが失われますが、 ディスクに書き込む前に変更してよいか、必ず確認してきます。 パーティション分割にクラシック法を選択した場合は、終了する前に元に戻せますが、 (暗号化) LVM を使用する場合は元に戻せません。"
+msgid ""
+"Any data on the disk you select will eventually be lost, but you will always "
+"be asked to confirm any changes before they are written to the disk. If you "
+"have selected the classic method of partitioning, you will be able to undo "
+"any changes right until the end; when using (encrypted) LVM this is not "
+"possible."
+msgstr ""
+"ここでついに、ディスクのすべてのデータが失われますが、ディスクに書き込む前に"
+"変更してよいか、必ず確認してきます。パーティション分割にクラシック法を選択し"
+"た場合は、終了する前に元に戻せますが、(暗号化) LVM を使用する場合は元に戻せま"
+"せん。"
#. Tag: para
#: using-d-i.xml:946
#, no-c-format
-msgid "Next, you will be able to choose from the schemes listed in the table below. All schemes have their pros and cons, some of which are discussed in <xref linkend=\"partitioning\"/>. If you are unsure, choose the first one. Bear in mind that guided partitioning needs a certain minimal amount of free space to operate with. If you don't give it at least about 1GB of space (depends on chosen scheme), guided partitioning will fail."
-msgstr "次に、以下の表から分割案を選択できます。 どの案でも賛否両論あり、<xref linkend=\"partitioning\"/> で議論されています。 よくわからなければ、最初の項目を選択してください。 ガイドパーティション分割は、最低限動作する空き領域が必要なことを、 心に留めておいてください。 少なくとも 1GB の空き領域 (選択した方法に依存します) がなければ、 ガイドパーティション分割は失敗してしまいます。"
+msgid ""
+"Next, you will be able to choose from the schemes listed in the table below. "
+"All schemes have their pros and cons, some of which are discussed in <xref "
+"linkend=\"partitioning\"/>. If you are unsure, choose the first one. Bear in "
+"mind that guided partitioning needs a certain minimal amount of free space "
+"to operate with. If you don't give it at least about 1GB of space (depends "
+"on chosen scheme), guided partitioning will fail."
+msgstr ""
+"次に、以下の表から分割案を選択できます。どの案でも賛否両論あり、<xref "
+"linkend=\"partitioning\"/> で議論されています。よくわからなければ、最初の項目"
+"を選択してください。ガイドパーティション分割は、最低限動作する空き領域が必要"
+"なことを、心に留めておいてください。少なくとも 1GB の空き領域 (選択した方法に"
+"依存します) がなければ、ガイドパーティション分割は失敗してしまいます。"
#. Tag: entry
#: using-d-i.xml:962
@@ -829,32 +1526,64 @@ msgstr "<entry>1GB</entry>"
#. Tag: entry
#: using-d-i.xml:982
#, no-c-format
-msgid "<filename>/</filename>, <filename>/home</filename>, <filename>/usr</filename>, <filename>/var</filename>, <filename>/tmp</filename>, swap"
-msgstr "<filename>/</filename>, <filename>/home</filename>, <filename>/usr</filename>, <filename>/var</filename>, <filename>/tmp</filename>, swap"
+msgid ""
+"<filename>/</filename>, <filename>/home</filename>, <filename>/usr</"
+"filename>, <filename>/var</filename>, <filename>/tmp</filename>, swap"
+msgstr ""
+"<filename>/</filename>, <filename>/home</filename>, <filename>/usr</"
+"filename>, <filename>/var</filename>, <filename>/tmp</filename>, swap"
#. Tag: para
#: using-d-i.xml:991
#, no-c-format
-msgid "If you choose guided partitioning using (encrypted) LVM, the installer will also create a separate <filename>/boot</filename> partition. The other partitions, including the swap partition, will be created inside the LVM partition."
-msgstr "(暗号化) LVM を利用するガイドパーティション分割を行うと決めた場合、 インストーラは独立した <filename>/boot</filename> パーティションも作成します。 スワップパーティションを含むその他のパーティションは、 LVM パーティションの内部に作成します。"
+msgid ""
+"If you choose guided partitioning using (encrypted) LVM, the installer will "
+"also create a separate <filename>/boot</filename> partition. The other "
+"partitions, including the swap partition, will be created inside the LVM "
+"partition."
+msgstr ""
+"(暗号化) LVM を利用するガイドパーティション分割を行うと決めた場合、インストー"
+"ラは独立した <filename>/boot</filename> パーティションも作成します。スワップ"
+"パーティションを含むその他のパーティションは、LVM パーティションの内部に作成"
+"します。"
#. Tag: para
#: using-d-i.xml:997
#, no-c-format
-msgid "If you choose guided partitioning for your IA-64 system, there will be an additional partition, formatted as a FAT16 bootable filesystem, for the EFI boot loader. There is also an additional menu item in the formatting menu to manually set up a partition as an EFI boot partition."
-msgstr "IA-64 システムに対してガイドパーティション分割を行うと決めた場合、 EFI ブートローダ用に、 FAT16 の起動可能ファイルシステムでフォーマットされた 追加パーティションがあるはずです。 手動で EFI ブートパーティションとしてパーティションをセットアップするよう、 フォーマットメニューに追加メニュー項目があります。"
+msgid ""
+"If you choose guided partitioning for your IA-64 system, there will be an "
+"additional partition, formatted as a FAT16 bootable filesystem, for the EFI "
+"boot loader. There is also an additional menu item in the formatting menu to "
+"manually set up a partition as an EFI boot partition."
+msgstr ""
+"IA-64 システムに対してガイドパーティション分割を行うと決めた場合、EFI ブート"
+"ローダ用に、FAT16 の起動可能ファイルシステムでフォーマットされた追加パーティ"
+"ションがあるはずです。手動で EFI ブートパーティションとしてパーティションを"
+"セットアップするよう、フォーマットメニューに追加メニュー項目があります。"
#. Tag: para
#: using-d-i.xml:1005
#, no-c-format
-msgid "If you choose guided partitioning for your Alpha system, an additional, unformatted partition will be allocated at the beginning of your disk to reserve this space for the aboot boot loader."
-msgstr "Alpha マシンに対してガイドパーティション分割を行うと決めた場合、 ディスクの先頭に aboot ブートローダ用の未フォーマット領域を、 追加で予約しなければなりません。"
+msgid ""
+"If you choose guided partitioning for your Alpha system, an additional, "
+"unformatted partition will be allocated at the beginning of your disk to "
+"reserve this space for the aboot boot loader."
+msgstr ""
+"Alpha マシンに対してガイドパーティション分割を行うと決めた場合、ディスクの先"
+"頭に aboot ブートローダ用の未フォーマット領域を、追加で予約しなければなりませ"
+"ん。"
#. Tag: para
#: using-d-i.xml:1011
#, no-c-format
-msgid "After selecting a scheme, the next screen will show your new partition table, including information on whether and how partitions will be formatted and where they will be mounted."
-msgstr "分割案を選択後、新しいパーティションテーブルが次の画面に表示されます。 ここでは、パーティションがどのようにフォーマットされるか、 どこにマウントされるかといった情報が含まれています。"
+msgid ""
+"After selecting a scheme, the next screen will show your new partition "
+"table, including information on whether and how partitions will be formatted "
+"and where they will be mounted."
+msgstr ""
+"分割案を選択後、新しいパーティションテーブルが次の画面に表示されます。ここで"
+"は、パーティションがどのようにフォーマットされるか、どこにマウントされるかと"
+"いった情報が含まれています。"
#. Tag: para
#: using-d-i.xml:1017
@@ -876,9 +1605,14 @@ msgid ""
" #7 logical 498.8 MB ext3\n"
" #8 logical 551.5 MB swap swap\n"
" #9 logical 65.8 GB ext2\n"
-"</screen></informalexample> This example shows two IDE harddrives divided into several partitions; the first disk has some free space. Each partition line consists of the partition number, its type, size, optional flags, file system, and mountpoint (if any). Note: this particular setup cannot be created using guided partitioning but it does show possible variation that can be achieved using manual partitioning."
+"</screen></informalexample> This example shows two IDE harddrives divided "
+"into several partitions; the first disk has some free space. Each partition "
+"line consists of the partition number, its type, size, optional flags, file "
+"system, and mountpoint (if any). Note: this particular setup cannot be "
+"created using guided partitioning but it does show possible variation that "
+"can be achieved using manual partitioning."
msgstr ""
-"パーティション一覧は以下のようになります。 <informalexample><screen>\n"
+"パーティション一覧は以下のようになります。<informalexample><screen>\n"
" IDE1 master (hda) - 6.4 GB WDC AC36400L\n"
" #1 primary 16.4 MB B f ext2 /boot\n"
" #2 primary 551.0 MB swap swap\n"
@@ -894,13 +1628,33 @@ msgstr ""
" #7 logical 498.8 MB ext3\n"
" #8 logical 551.5 MB swap swap\n"
" #9 logical 65.8 GB ext2\n"
-"</screen></informalexample> この例では、2 つの IDE ハードディスクを、 いくつかのパーティションに分割しています。 第 1 ディスクには空き領域がいくらかあります。 パーティション行ごとに、パーティション番号、パーティションタイプ、サイズ、 追加フラグ、ファイルシステム、マウントポイントを (あれば) 表示しています。 注意: こういった詳細なセットアップはガイドパーティション分割では行えませんが、 手動パーティション分割で使用できる変化を示します。"
+"</screen></informalexample> この例では、2 つの IDE ハードディスクを、いくつか"
+"のパーティションに分割しています。第 1 ディスクには空き領域がいくらかありま"
+"す。パーティション行ごとに、パーティション番号、パーティションタイプ、サイ"
+"ズ、追加フラグ、ファイルシステム、マウントポイントを (あれば) 表示していま"
+"す。注意: こういった詳細なセットアップはガイドパーティション分割では行えませ"
+"んが、手動パーティション分割で使用できる変化を示します。"
#. Tag: para
#: using-d-i.xml:1030
#, no-c-format
-msgid "This concludes the guided partitioning. If you are satisfied with the generated partition table, you can choose <guimenuitem>Finish partitioning and write changes to disk</guimenuitem> from the menu to implement the new partition table (as described at the end of this section). If you are not happy, you can choose to <guimenuitem>Undo changes to partitions</guimenuitem> and run guided partitioning again, or modify the proposed changes as described below for manual partitioning."
-msgstr "これでガイドパーティション分割を終えます。 生成されたパーティションテーブルでよければ、 (本節の最後に書かれているように) 新しいパーティションテーブルを反映するよう、 <guimenuitem>パーティショニングの終了とディスクへの変更の書き込み</guimenuitem> をメニューから選べます。 そうでなければ、もう一度ガイドパーティション分割をしたり、 以下に述べる手動パーティション分割で提案する変更を修正するのに <guimenuitem>パーティションへの変更を元に戻す</guimenuitem> を選択し、 ガイドパーティション分割を再実行してください。 または、以下に述べる手動パーティション分割で修正してください。"
+msgid ""
+"This concludes the guided partitioning. If you are satisfied with the "
+"generated partition table, you can choose <guimenuitem>Finish partitioning "
+"and write changes to disk</guimenuitem> from the menu to implement the new "
+"partition table (as described at the end of this section). If you are not "
+"happy, you can choose to <guimenuitem>Undo changes to partitions</"
+"guimenuitem> and run guided partitioning again, or modify the proposed "
+"changes as described below for manual partitioning."
+msgstr ""
+"これでガイドパーティション分割を終えます。生成されたパーティションテーブルで"
+"よければ、(本節の最後に書かれているように) 新しいパーティションテーブルを反映"
+"するよう、<guimenuitem>パーティショニングの終了とディスクへの変更の書き込み</"
+"guimenuitem> をメニューから選べます。そうでなければ、もう一度ガイドパーティ"
+"ション分割をしたり、以下に述べる手動パーティション分割で提案する変更を修正す"
+"るのに <guimenuitem>パーティションへの変更を元に戻す</guimenuitem> を選択し、"
+"ガイドパーティション分割を再実行してください。または、以下に述べる手動パー"
+"ティション分割で修正してください。"
#. Tag: title
#: using-d-i.xml:1044
@@ -911,50 +1665,147 @@ msgstr "手動パーティション分割"
#. Tag: para
#: using-d-i.xml:1045
#, no-c-format
-msgid "A similar screen to the one shown just above will be displayed if you choose manual partitioning except that your existing partition table will be shown and without the mount points. How to manually setup your partition table and the usage of partitions by your new Debian system will be covered in the remainder of this section."
-msgstr "手動パーティション分割を選択すると、 既存のパーティションテーブルがマウントポイントなしで表示されるのを除き、 前述と同様の画面が表示されます。 パーティションテーブルの手動セットアップの方法と、 新しい Debian システムでのパーティションの使用法については、 本節の残りで扱います。"
+msgid ""
+"A similar screen to the one shown just above will be displayed if you choose "
+"manual partitioning except that your existing partition table will be shown "
+"and without the mount points. How to manually setup your partition table and "
+"the usage of partitions by your new Debian system will be covered in the "
+"remainder of this section."
+msgstr ""
+"手動パーティション分割を選択すると、既存のパーティションテーブルがマウントポ"
+"イントなしで表示されるのを除き、前述と同様の画面が表示されます。パーティショ"
+"ンテーブルの手動セットアップの方法と、新しい Debian システムでのパーティショ"
+"ンの使用法については、本節の残りで扱います。"
#. Tag: para
#: using-d-i.xml:1053
#, no-c-format
-msgid "If you select a pristine disk which has neither partitions nor free space on it, you will be asked if a new partition table should be created (this is needed so you can create new partitions). After this, a new line entitled <quote>FREE SPACE</quote> should appear in the table under the selected disk."
-msgstr "パーティションも空き領域もない、素のハードディスクを選択すると、 新しいパーティションテーブルを作成するか確認されます (新しいパーティションを作成するのに必要)。 すると選択したディスクのパーティションテーブルに、 <quote>FREE SPACE</quote> (空き領域) という新しい行が現れます。"
+msgid ""
+"If you select a pristine disk which has neither partitions nor free space on "
+"it, you will be asked if a new partition table should be created (this is "
+"needed so you can create new partitions). After this, a new line entitled "
+"<quote>FREE SPACE</quote> should appear in the table under the selected disk."
+msgstr ""
+"パーティションも空き領域もない、素のハードディスクを選択すると、新しいパー"
+"ティションテーブルを作成するか確認されます (新しいパーティションを作成するの"
+"に必要)。すると選択したディスクのパーティションテーブルに、<quote>FREE "
+"SPACE</quote> (空き領域) という新しい行が現れます。"
#. Tag: para
#: using-d-i.xml:1061
#, no-c-format
-msgid "If you select some free space, you will have the opportunity to create a new partition. You will have to answer a quick series of questions about its size, type (primary or logical), and location (beginning or end of the free space). After this, you will be presented with a detailed overview of your new partition. The main setting is <guimenuitem>Use as:</guimenuitem>, which determines if the partition will have a file system on it, or be used for swap, software RAID, LVM, an encrypted file system, or not be used at all. Other settings include mountpoint, mount options, and bootable flag; which settings are shown depends on how the partition is to be used. If you don't like the preselected defaults, feel free to change them to your liking. E.g. by selecting the option <guimenuitem>Use as:</guimenuitem>, you can choose a different filesystem for this partition, including options to use the partition for swap, software RAID, LVM, or not use it at all. Another nice feature is the ability to copy data from an existing partition onto this one. When you are satisfied with your new partition, select <guimenuitem>Done setting up the partition</guimenuitem> and you will return to <command>partman</command>'s main screen."
-msgstr "空き領域を選択すると、新しいパーティションを作成できるようになります。 サイズやタイプ (基本か論理か) 、場所 (空き領域の先頭からか最後からか) といった、一連の簡単な質問に答えなければなりません。 この後、新しいパーティションの詳細な概要が得られます。 主な設定は、ファイルシステムがパーティションにある場合、 swap、ソフトウェア RAID、LVM、暗号化ファイルシステムとして使うか、 全く使わないかを決定する <guimenuitem>利用方法:</guimenuitem> です。 その他には、マウントポイントやマウントオプション、 起動フラグといったパーティションの使用法に依存した設定があります。 あらかじめ選択されたデフォルト値が気に入らなければ、 自由にお好みのものへと変更してください。 例えば、オプション <guimenuitem>利用方法:</guimenuitem> を選択すると、 スワップ、 ソフトウェア RAID、LVM、またそれ以外のファイルシステムに、 このパーティションを変更できます。 その他には、既存のパーティションからこのパーティションに、 データをコピーできるという便利な機能があります。 新しいパーティションに満足したら、 <guimenuitem>パーティションのセットアップを終了</guimenuitem> を選択して、 <command>partman</command> のメイン画面に戻ってください。"
+msgid ""
+"If you select some free space, you will have the opportunity to create a new "
+"partition. You will have to answer a quick series of questions about its "
+"size, type (primary or logical), and location (beginning or end of the free "
+"space). After this, you will be presented with a detailed overview of your "
+"new partition. The main setting is <guimenuitem>Use as:</guimenuitem>, which "
+"determines if the partition will have a file system on it, or be used for "
+"swap, software RAID, LVM, an encrypted file system, or not be used at all. "
+"Other settings include mountpoint, mount options, and bootable flag; which "
+"settings are shown depends on how the partition is to be used. If you don't "
+"like the preselected defaults, feel free to change them to your liking. E.g. "
+"by selecting the option <guimenuitem>Use as:</guimenuitem>, you can choose a "
+"different filesystem for this partition, including options to use the "
+"partition for swap, software RAID, LVM, or not use it at all. Another nice "
+"feature is the ability to copy data from an existing partition onto this "
+"one. When you are satisfied with your new partition, select "
+"<guimenuitem>Done setting up the partition</guimenuitem> and you will return "
+"to <command>partman</command>'s main screen."
+msgstr ""
+"空き領域を選択すると、新しいパーティションを作成できるようになります。サイズ"
+"やタイプ (基本か論理か)、場所 (空き領域の先頭からか最後からか) といった、一連"
+"の簡単な質問に答えなければなりません。この後、新しいパーティションの詳細な概"
+"要が得られます。主な設定は、ファイルシステムがパーティションにある場合、"
+"swap、ソフトウェア RAID、LVM、暗号化ファイルシステムとして使うか、全く使わな"
+"いかを決定する <guimenuitem>利用方法:</guimenuitem> です。その他には、マウン"
+"トポイントやマウントオプション、起動フラグといったパーティションの使用法に依"
+"存した設定があります。あらかじめ選択されたデフォルト値が気に入らなければ、自"
+"由にお好みのものへと変更してください。例えば、オプション <guimenuitem>利用方"
+"法:</guimenuitem> を選択すると、スワップ、ソフトウェア RAID、LVM、またそれ以"
+"外のファイルシステムに、このパーティションを変更できます。その他には、既存の"
+"パーティションからこのパーティションに、データをコピーできるという便利な機能"
+"があります。新しいパーティションに満足したら、<guimenuitem>パーティションの"
+"セットアップを終了</guimenuitem> を選択して、<command>partman</command> のメ"
+"イン画面に戻ってください。"
#. Tag: para
#: using-d-i.xml:1083
#, no-c-format
-msgid "If you decide you want to change something about your partition, simply select the partition, which will bring you to the partition configuration menu. This is the same screen as is used when creating a new partition, so you can change the same settings. One thing that may not be very obvious at a first glance is that you can resize the partition by selecting the item displaying the size of the partition. Filesystems known to work are at least fat16, fat32, ext2, ext3 and swap. This menu also allows you to delete a partition."
-msgstr "パーティションに対して変更を加えたい場合は、 単にそのパーティションを選択して下さい。 パーティションの設定メニューに入れます。 新しいパーティションを作成する際に使用するのと同じ画面ですので、 同様に設定を変更できます。 一見わかりづらいのは、 表示されているパーティションのサイズを選択して、サイズ変更ができることです。 動作することがわかっているファイルシステムは、 少なくとも fat16, fat32, ext2, ext3, swap です。 このメニューではパーティションを削除することもできます。"
+msgid ""
+"If you decide you want to change something about your partition, simply "
+"select the partition, which will bring you to the partition configuration "
+"menu. This is the same screen as is used when creating a new partition, so "
+"you can change the same settings. One thing that may not be very obvious at "
+"a first glance is that you can resize the partition by selecting the item "
+"displaying the size of the partition. Filesystems known to work are at least "
+"fat16, fat32, ext2, ext3 and swap. This menu also allows you to delete a "
+"partition."
+msgstr ""
+"パーティションに対して変更を加えたい場合は、単にそのパーティションを選択して"
+"下さい。パーティションの設定メニューに入れます。新しいパーティションを作成す"
+"る際に使用するのと同じ画面ですので、同様に設定を変更できます。一見わかりづら"
+"いのは、表示されているパーティションのサイズを選択して、サイズ変更ができるこ"
+"とです。動作することがわかっているファイルシステムは、少なくとも fat16, "
+"fat32, ext2, ext3, swap です。このメニューではパーティションを削除することも"
+"できます。"
#. Tag: para
#: using-d-i.xml:1094
#, no-c-format
-msgid "Be sure to create at least two partitions: one for the <emphasis>root</emphasis> filesystem (which must be mounted as <filename>/</filename>) and one for <emphasis>swap</emphasis>. If you forget to mount the root filesystem, <command>partman</command> won't let you continue until you correct this issue."
-msgstr "少なくとも 2 つのパーティションを必ず作成してください。 1 つは <emphasis>swap</emphasis> で、 もう 1 つは (<filename>/</filename> にマウントする) <emphasis>ルート</emphasis>ファイルシステムです。 ルートファイルシステムをマウントし忘れると、 この問題を修正するまで <command>partman</command> は先に進みません。"
+msgid ""
+"Be sure to create at least two partitions: one for the <emphasis>root</"
+"emphasis> filesystem (which must be mounted as <filename>/</filename>) and "
+"one for <emphasis>swap</emphasis>. If you forget to mount the root "
+"filesystem, <command>partman</command> won't let you continue until you "
+"correct this issue."
+msgstr ""
+"少なくとも 2 つのパーティションを必ず作成してください。1 つは "
+"<emphasis>swap</emphasis> で、もう 1 つは (<filename>/</filename> にマウント"
+"する) <emphasis>ルート</emphasis>ファイルシステムです。ルートファイルシステム"
+"をマウントし忘れると、この問題を修正するまで <command>partman</command> は先"
+"に進みません。"
#. Tag: para
#: using-d-i.xml:1102
#, no-c-format
-msgid "If you forget to select and format an EFI boot partition, <command>partman</command> will detect this and will not let you continue until you allocate one."
-msgstr "EFI ブートパーティションをフォーマットし忘れた場合は、 <command>partman</command> がそれを検出し、行うまで先に進むことができません。"
+msgid ""
+"If you forget to select and format an EFI boot partition, <command>partman</"
+"command> will detect this and will not let you continue until you allocate "
+"one."
+msgstr ""
+"EFI ブートパーティションをフォーマットし忘れた場合は、<command>partman</"
+"command> がそれを検出し、行うまで先に進むことができません。"
#. Tag: para
#: using-d-i.xml:1108
#, no-c-format
-msgid "Capabilities of <command>partman</command> can be extended with installer modules, but are dependent on your system's architecture. So if you can't see all promised goodies, check if you have loaded all required modules (e.g. <filename>partman-ext3</filename>, <filename>partman-xfs</filename>, or <filename>partman-lvm</filename>)."
-msgstr "<command>partman</command> の機能は、インストーラモジュールで拡張できますが、 システムのアーキテクチャに依存します。 あるはずの機能を確認できなければ、すべての必要なモジュールが読み込まれているか 確認してください。 (例: <filename>partman-ext3</filename>, <filename>partman-xfs</filename>, <filename>partman-lvm</filename>)"
+msgid ""
+"Capabilities of <command>partman</command> can be extended with installer "
+"modules, but are dependent on your system's architecture. So if you can't "
+"see all promised goodies, check if you have loaded all required modules (e."
+"g. <filename>partman-ext3</filename>, <filename>partman-xfs</filename>, or "
+"<filename>partman-lvm</filename>)."
+msgstr ""
+"<command>partman</command> の機能は、インストーラモジュールで拡張できますが、"
+"システムのアーキテクチャに依存します。あるはずの機能を確認できなければ、すべ"
+"ての必要なモジュールが読み込まれているか確認してください。(例: "
+"<filename>partman-ext3</filename>, <filename>partman-xfs</filename>, "
+"<filename>partman-lvm</filename>)"
#. Tag: para
#: using-d-i.xml:1116
#, no-c-format
-msgid "After you are satisfied with partitioning, select <guimenuitem>Finish partitioning and write changes to disk</guimenuitem> from the partitioning menu. You will be presented with a summary of changes made to the disks and asked to confirm that the filesystems should be created as requested."
-msgstr "パーティション分割に満足したら、パーティション分割メニューから <guimenuitem>パーティショニングの終了とディスクへの変更の書き込み</guimenuitem> を選択してください。 ディスクに行われる変更内容が表示され、 その通りファイルシステムを作成するかどうか確認することになります。"
+msgid ""
+"After you are satisfied with partitioning, select <guimenuitem>Finish "
+"partitioning and write changes to disk</guimenuitem> from the partitioning "
+"menu. You will be presented with a summary of changes made to the disks and "
+"asked to confirm that the filesystems should be created as requested."
+msgstr ""
+"パーティション分割に満足したら、パーティション分割メニューから <guimenuitem>"
+"パーティショニングの終了とディスクへの変更の書き込み</guimenuitem> を選択して"
+"ください。ディスクに行われる変更内容が表示され、その通りファイルシステムを作"
+"成するかどうか確認することになります。"
#. Tag: title
#: using-d-i.xml:1144
@@ -965,26 +1816,116 @@ msgstr "マルチディスクデバイス (ソフトウェア RAID) の設定"
#. Tag: para
#: using-d-i.xml:1145
#, no-c-format
-msgid "If you have more than one harddrive<footnote><para> To be honest, you can construct MD device even from partitions residing on single physical drive, but that won't bring you anything useful. </para></footnote> in your computer, you can use <command>mdcfg</command> to setup your drives for increased performance and/or better reliability of your data. The result is called <firstterm>Multidisk Device</firstterm> (or after its most famous variant <firstterm>software RAID</firstterm>)."
-msgstr "コンピュータに複数ハードディスクドライブがある<footnote><para> 本当のことをいえば、同一の物理ドライブを分割して MD デバイスを構築できますが、 便利なことはなにもありません。 </para></footnote>なら、 ドライブのパフォーマンスの向上やデータの信頼性向上のために <command>mdcfg</command> を使用できます。 この結果を <firstterm>マルチディスクデバイス</firstterm> (<firstterm>ソフトウェア RAID</firstterm> の方が有名) と呼びます。"
+msgid ""
+"If you have more than one harddrive<footnote><para> To be honest, you can "
+"construct MD device even from partitions residing on single physical drive, "
+"but that won't bring you anything useful. </para></footnote> in your "
+"computer, you can use <command>mdcfg</command> to setup your drives for "
+"increased performance and/or better reliability of your data. The result is "
+"called <firstterm>Multidisk Device</firstterm> (or after its most famous "
+"variant <firstterm>software RAID</firstterm>)."
+msgstr ""
+"コンピュータに複数ハードディスクドライブがある<footnote><para> 本当のことをい"
+"えば、同一の物理ドライブを分割して MD デバイスを構築できますが、便利なことは"
+"なにもありません。</para></footnote>なら、ドライブのパフォーマンスの向上や"
+"データの信頼性向上のために <command>mdcfg</command> を使用できます。この結果"
+"を <firstterm>マルチディスクデバイス</firstterm> (<firstterm>ソフトウェア "
+"RAID</firstterm> の方が有名) と呼びます。"
#. Tag: para
#: using-d-i.xml:1159
#, no-c-format
-msgid "MD is basically a bunch of partitions located on different disks and combined together to form a <emphasis>logical</emphasis> device. This device can then be used like an ordinary partition (i.e. in <command>partman</command> you can format it, assign a mountpoint, etc.)."
-msgstr "MD は基本的に別のディスクにあるパーティションを束ねて、 <emphasis>論理</emphasis> デバイスの形に結合したものです。 このデバイスは通常のパーティション (例: <command>partman</command> でフォーマットでき、 マウントポイントに割り当てられる等) と同様に使用できます。"
+msgid ""
+"MD is basically a bunch of partitions located on different disks and "
+"combined together to form a <emphasis>logical</emphasis> device. This device "
+"can then be used like an ordinary partition (i.e. in <command>partman</"
+"command> you can format it, assign a mountpoint, etc.)."
+msgstr ""
+"MD は基本的に別のディスクにあるパーティションを束ねて、<emphasis>論理</"
+"emphasis> デバイスの形に結合したものです。このデバイスは通常のパーティション "
+"(例: <command>partman</command> でフォーマットでき、マウントポイントに割り当"
+"てられる等) と同様に使用できます。"
#. Tag: para
#: using-d-i.xml:1167
#, no-c-format
-msgid "What benefits this brings depends on the type of MD device you are creating. Currently supported are: <variablelist> <varlistentry> <term>RAID0</term><listitem><para> Is mainly aimed at performance. RAID0 splits all incoming data into <firstterm>stripes</firstterm> and distributes them equally over each disk in the array. This can increase the speed of read/write operations, but when one of the disks fails, you will lose <emphasis>everything</emphasis> (part of the information is still on the healthy disk(s), the other part <emphasis>was</emphasis> on the failed disk). </para><para> The typical use for RAID0 is a partition for video editing. </para></listitem> </varlistentry> <varlistentry> <term>RAID1</term><listitem><para> Is suitable for setups where reliability is the first concern. It consists of several (usually two) equally-sized partitions where every partition contains exactly the same data. This essentially means three things. First, if one of your disks fails, you still have the data mirrored on the remaining disks. Second, you can use only a fraction of the available capacity (more precisely, it is the size of the smallest partition in the RAID). Third, file-reads are load-balanced among the disks, which can improve performance on a server, such as a file server, that tends to be loaded with more disk reads than writes. </para><para> Optionally you can have a spare disk in the array which will take the place of the failed disk in the case of failure. </para></listitem> </varlistentry> <varlistentry> <term>RAID5</term><listitem><para> Is a good compromise between speed, reliability and data redundancy. RAID5 splits all incoming data into stripes and distributes them equally on all but one disk (similar to RAID0). Unlike RAID0, RAID5 also computes <firstterm>parity</firstterm> information, which gets written on the remaining disk. The parity disk is not static (that would be called RAID4), but is changing periodically, so the parity information is distributed equally on all disks. When one of the disks fails, the missing part of information can be computed from remaining data and its parity. RAID5 must consist of at least three active partitions. Optionally you can have a spare disk in the array which will take the place of the failed disk in the case of failure. </para><para> As you can see, RAID5 has a similar degree of reliability to RAID1 while achieving less redundancy. On the other hand, it might be a bit slower on write operations than RAID0 due to computation of parity information. </para></listitem> </varlistentry> </variablelist> To sum it up:"
-msgstr "どんな恩恵を受けるかは、作成する MD デバイスの種類に依存します。 現在、以下をサポートしています。 <variablelist> <varlistentry> <term>RAID0</term><listitem><para> RAID0 はパフォーマンスに主眼をおいています。 RAID0 は全入力データを <firstterm>stripes</firstterm> へ分割し、 均等にディスクアレイの各ディスクに分配します。 これにより、読み取り・書き込みの処理速度を向上できますが、 ディスクのうちの 1 つが破損したら、 <emphasis>すべて</emphasis>を失ってしまいます。 (情報の一部は正常なディスク上にありますが、 他の部分は<emphasis>破損したディスク上にある</emphasis>からです) </para><para> RAID0 の典型的な使用法は映像編集用のパーティションです。 </para></listitem> </varlistentry> <varlistentry> <term>RAID1</term><listitem><para> 信頼性第一である場合、RAID1 を構成するとよいでしょう。 全パーティションが正確に同じデータを含むような、 いくつかの (たいてい 2 つ) 等しいサイズのパーティションから成ります。 これは本質的に 3 つのことを意味します。 まずディスクの 1 つが破損した場合、残ったディスクにデータミラーが残ります。 次に利用可能領域の断片だけの使用もできます。 (もっと正確には、RAID で構成する最小のパーティションサイズとなります) 第 3 に、ディスクからのファイルの読み込みをロードバランスする事ができます。 これにより、ファイルサーバのような、 書き込みより読み込みの方が負荷が高くなる傾向のあるサーバの パフォーマンスを改善できます。 </para><para> 破損した場合に、任意に予備ディスクを破損したディスクの代わりに、 ディスクアレイにつけることができます。 </para></listitem> </varlistentry> <varlistentry> <term>RAID5</term><listitem><para> RAID5 は速度と信頼性、データの冗長性をうまく折衷しています。 RAID5 はストライプへ入力するデータをすべて分割し、 1 つ以外の全ディスクに (RAID0 のように) 等しく分配します。 RAID0 と違い、RAID5 は (残りのディスクに書かれている) <firstterm>パリティ</firstterm>情報も計算します。 パリティディスクは静的 (これを RAID4 と呼ぶ) ではありません。 (定期的に変更され) パリティ情報を全ディスクに等しく分配します。 あるディスクが故障した場合、 情報の失った部分は残ったディスクとそのパリティから計算されます。 RAID5 は少なくとも 3 つのアクティブなパーティションから成ります。 故障した場合に、任意でディスクアレイ中の故障したディスクの箇所に 予備のディスクをセットできます。 </para><para> おわかりのように、RAID5 は RAID1 より冗長性が少なく、同程度の信頼性を持ちます。 一方、パリティ情報を計算するため、RAID0 より書き込み操作が少し遅いかもしれません。 </para></listitem> </varlistentry> </variablelist> まとめると"
+msgid ""
+"What benefits this brings depends on the type of MD device you are creating. "
+"Currently supported are: <variablelist> <varlistentry> <term>RAID0</"
+"term><listitem><para> Is mainly aimed at performance. RAID0 splits all "
+"incoming data into <firstterm>stripes</firstterm> and distributes them "
+"equally over each disk in the array. This can increase the speed of read/"
+"write operations, but when one of the disks fails, you will lose "
+"<emphasis>everything</emphasis> (part of the information is still on the "
+"healthy disk(s), the other part <emphasis>was</emphasis> on the failed "
+"disk). </para><para> The typical use for RAID0 is a partition for video "
+"editing. </para></listitem> </varlistentry> <varlistentry> <term>RAID1</"
+"term><listitem><para> Is suitable for setups where reliability is the first "
+"concern. It consists of several (usually two) equally-sized partitions where "
+"every partition contains exactly the same data. This essentially means three "
+"things. First, if one of your disks fails, you still have the data mirrored "
+"on the remaining disks. Second, you can use only a fraction of the available "
+"capacity (more precisely, it is the size of the smallest partition in the "
+"RAID). Third, file-reads are load-balanced among the disks, which can "
+"improve performance on a server, such as a file server, that tends to be "
+"loaded with more disk reads than writes. </para><para> Optionally you can "
+"have a spare disk in the array which will take the place of the failed disk "
+"in the case of failure. </para></listitem> </varlistentry> <varlistentry> "
+"<term>RAID5</term><listitem><para> Is a good compromise between speed, "
+"reliability and data redundancy. RAID5 splits all incoming data into stripes "
+"and distributes them equally on all but one disk (similar to RAID0). Unlike "
+"RAID0, RAID5 also computes <firstterm>parity</firstterm> information, which "
+"gets written on the remaining disk. The parity disk is not static (that "
+"would be called RAID4), but is changing periodically, so the parity "
+"information is distributed equally on all disks. When one of the disks "
+"fails, the missing part of information can be computed from remaining data "
+"and its parity. RAID5 must consist of at least three active partitions. "
+"Optionally you can have a spare disk in the array which will take the place "
+"of the failed disk in the case of failure. </para><para> As you can see, "
+"RAID5 has a similar degree of reliability to RAID1 while achieving less "
+"redundancy. On the other hand, it might be a bit slower on write operations "
+"than RAID0 due to computation of parity information. </para></listitem> </"
+"varlistentry> </variablelist> To sum it up:"
+msgstr ""
+"どんな恩恵を受けるかは、作成する MD デバイスの種類に依存します。現在、以下を"
+"サポートしています。<variablelist> <varlistentry> <term>RAID0</"
+"term><listitem><para> RAID0 はパフォーマンスに主眼をおいています。RAID0 は全"
+"入力データを <firstterm>stripes</firstterm> へ分割し、均等にディスクアレイの"
+"各ディスクに分配します。これにより、読み取り・書き込みの処理速度を向上できま"
+"すが、ディスクのうちの 1 つが破損したら、<emphasis>すべて</emphasis>を失って"
+"しまいます。(情報の一部は正常なディスク上にありますが、他の部分は<emphasis>破"
+"損したディスク上にある</emphasis>からです) </para><para>RAID0 の典型的な使用"
+"法は映像編集用のパーティションです。</para></listitem> </varlistentry> "
+"<varlistentry> <term>RAID1</term><listitem><para>信頼性第一である場合、RAID1 "
+"を構成するとよいでしょう。全パーティションが正確に同じデータを含むような、い"
+"くつかの (たいてい 2 つ) 等しいサイズのパーティションから成ります。これは本質"
+"的に 3 つのことを意味します。まずディスクの 1 つが破損した場合、残ったディス"
+"クにデータミラーが残ります。次に利用可能領域の断片だけの使用もできます。(もっ"
+"と正確には、RAID で構成する最小のパーティションサイズとなります) 第 3 に、"
+"ディスクからのファイルの読み込みをロードバランスする事ができます。これによ"
+"り、ファイルサーバのような、書き込みより読み込みの方が負荷が高くなる傾向のあ"
+"るサーバのパフォーマンスを改善できます。</para><para>破損した場合に、任意に予"
+"備ディスクを破損したディスクの代わりに、ディスクアレイにつけることができま"
+"す。</para></listitem> </varlistentry> <varlistentry> <term>RAID5</"
+"term><listitem><para>RAID5 は速度と信頼性、データの冗長性をうまく折衷していま"
+"す。RAID5 はストライプへ入力するデータをすべて分割し、1 つ以外の全ディスクに "
+"(RAID0 のように) 等しく分配します。RAID0 と違い、RAID5 は (残りのディスクに書"
+"かれている) <firstterm>パリティ</firstterm>情報も計算します。パリティディスク"
+"は静的 (これを RAID4 と呼ぶ) ではありません。(定期的に変更され) パリティ情報"
+"を全ディスクに等しく分配します。あるディスクが故障した場合、情報の失った部分"
+"は残ったディスクとそのパリティから計算されます。RAID5 は少なくとも 3 つのアク"
+"ティブなパーティションから成ります。故障した場合に、任意でディスクアレイ中の"
+"故障したディスクの箇所に予備のディスクをセットできます。</para><para>おわかり"
+"のように、RAID5 は RAID1 より冗長性が少なく、同程度の信頼性を持ちます。一方、"
+"パリティ情報を計算するため、RAID0 より書き込み操作が少し遅いかもしれません。"
+"</para></listitem> </varlistentry> </variablelist> まとめると以下のようになり"
+"ます。"
#. Tag: entry
#: using-d-i.xml:1245
#, no-c-format
msgid "Type"
-msgstr "<entry>タイプ</entry>"
+msgstr "タイプ"
#. Tag: entry
#: using-d-i.xml:1246
@@ -1017,15 +1958,13 @@ msgid "RAID0"
msgstr "RAID0"
#. Tag: entry
-#: using-d-i.xml:1256
-#: using-d-i.xml:1264
+#: using-d-i.xml:1256 using-d-i.xml:1264
#, no-c-format
msgid "<entry>2</entry>"
msgstr "<entry>2</entry>"
#. Tag: entry
-#: using-d-i.xml:1257
-#: using-d-i.xml:1258
+#: using-d-i.xml:1257 using-d-i.xml:1258
#, no-c-format
msgid "<entry>no</entry>"
msgstr "<entry>×</entry>"
@@ -1043,15 +1982,13 @@ msgid "RAID1"
msgstr "RAID1"
#. Tag: entry
-#: using-d-i.xml:1265
-#: using-d-i.xml:1273
+#: using-d-i.xml:1265 using-d-i.xml:1273
#, no-c-format
msgid "optional"
-msgstr "<entry>任意</entry>"
+msgstr "任意"
#. Tag: entry
-#: using-d-i.xml:1266
-#: using-d-i.xml:1274
+#: using-d-i.xml:1266 using-d-i.xml:1274
#, no-c-format
msgid "<entry>yes</entry>"
msgstr "<entry>○</entry>"
@@ -1077,68 +2014,166 @@ msgstr "<entry>3</entry>"
#. Tag: entry
#: using-d-i.xml:1275
#, no-c-format
-msgid "Size of the smallest partition multiplied by (number of devices in RAID minus one)"
+msgid ""
+"Size of the smallest partition multiplied by (number of devices in RAID "
+"minus one)"
msgstr "RAID にある最小パーティションのサイズ×(デバイス数 - 1)"
#. Tag: para
#: using-d-i.xml:1283
#, no-c-format
-msgid "If you want to know more about Software RAID, have a look at <ulink url=\"&url-software-raid-howto;\">Software RAID HOWTO</ulink>."
-msgstr "ソフトウェア RAID に関して、もっと知りたい場合は <ulink url=\"&url-software-raid-howto;\">Software RAID HOWTO</ulink> をご覧ください。"
+msgid ""
+"If you want to know more about Software RAID, have a look at <ulink url="
+"\"&url-software-raid-howto;\">Software RAID HOWTO</ulink>."
+msgstr ""
+"ソフトウェア RAID に関して、もっと知りたい場合は <ulink url=\"&url-software-"
+"raid-howto;\">Software RAID HOWTO</ulink> をご覧ください。"
#. Tag: para
#: using-d-i.xml:1288
#, no-c-format
-msgid "To create a MD device, you need to have the desired partitions it should consist of marked for use in a RAID. (This is done in <command>partman</command> in the <guimenu>Partition settings</guimenu> menu where you should select <menuchoice> <guimenu>Use as:</guimenu> <guimenuitem>physical volume for RAID</guimenuitem> </menuchoice>.)"
-msgstr "MD デバイスを作成するには、RAID で使うための (これは <menuchoice><guimenu>利用方法:</guimenu> <guimenuitem>RAID の物理ボリューム</guimenuitem> </menuchoice> を選択して出てくる、<guimenu>パーティション設定</guimenu> メニューの <command>partman</command> で行えます)"
+msgid ""
+"To create a MD device, you need to have the desired partitions it should "
+"consist of marked for use in a RAID. (This is done in <command>partman</"
+"command> in the <guimenu>Partition settings</guimenu> menu where you should "
+"select <menuchoice> <guimenu>Use as:</guimenu> <guimenuitem>physical volume "
+"for RAID</guimenuitem> </menuchoice>.)"
+msgstr ""
+"MD デバイスを作成するには、RAID で使うための (これは <menuchoice><guimenu>利"
+"用方法:</guimenu> <guimenuitem>RAID の物理ボリューム</guimenuitem> </"
+"menuchoice> を選択して出てくる、<guimenu>パーティション設定</guimenu> メ"
+"ニューの <command>partman</command> で行えます)"
#. Tag: para
#: using-d-i.xml:1297
#, no-c-format
-msgid "Make sure that the system can be booted with the partitioning scheme you are planning. In general it will be necessary to create a separate file system for <filename>/boot</filename> when using RAID for the root (<filename>/</filename>) file system. Most boot loaders <phrase arch=\"x86\">(including lilo and grub)</phrase> do support mirrored (not striped!) RAID1, so using for example RAID5 for <filename>/</filename> and RAID1 for <filename>/boot</filename> can be an option."
-msgstr "計画しているパーティション分割方式で、 システムがブートできることを確認してください。 通常、ルート (<filename>/</filename>) ファイルシステムに RAID を使用する際には、 <filename>/boot</filename> を独立したファイルシステムにする必要があります。 ほとんどのブートローダ<phrase arch=\"x86\"> (lilo や grub など) </phrase>は、 ミラーリングした (ストライピングではなく!) RAID1 をサポートしています。 そのため、<filename>/</filename> に RAID5 を用い、 <filename>/boot</filename> に RAID1 を用いる例が選択したり得ます。"
+msgid ""
+"Make sure that the system can be booted with the partitioning scheme you are "
+"planning. In general it will be necessary to create a separate file system "
+"for <filename>/boot</filename> when using RAID for the root (<filename>/</"
+"filename>) file system. Most boot loaders <phrase arch=\"x86\">(including "
+"lilo and grub)</phrase> do support mirrored (not striped!) RAID1, so using "
+"for example RAID5 for <filename>/</filename> and RAID1 for <filename>/boot</"
+"filename> can be an option."
+msgstr ""
+"計画しているパーティション分割方式で、システムがブートできることを確認してく"
+"ださい。通常、ルート (<filename>/</filename>) ファイルシステムに RAID を使用"
+"する際には、<filename>/boot</filename> を独立したファイルシステムにする必要が"
+"あります。ほとんどのブートローダ<phrase arch=\"x86\"> (lilo や grub など) </"
+"phrase>は、ミラーリングした (ストライピングではなく!) RAID1 をサポートしてい"
+"ます。そのため、<filename>/</filename> に RAID5 を用い、<filename>/boot</"
+"filename> に RAID1 を用いる例が選択したり得ます。"
#. Tag: para
#: using-d-i.xml:1309
#, no-c-format
-msgid "Support for MD is a relatively new addition to the installer. You may experience problems for some RAID levels and in combination with some bootloaders if you try to use MD for the root (<filename>/</filename>) file system. For experienced users, it may be possible to work around some of these problems by executing some configuration or installation steps manually from a shell."
-msgstr "MD のサポートは、インストーラに比較的新しく追加されました。 root (<filename>/</filename>) ファイルシステム用に MD を使用するなら、 RAID レベルやブートローダと組み合わせた際の問題に行き当たるでしょう。 経験を積んだユーザ向けに、 いくつか設定したりインストールステップをシェルから手動で行ったりして、 問題を回避して動作させることができるかも知れません。"
+msgid ""
+"Support for MD is a relatively new addition to the installer. You may "
+"experience problems for some RAID levels and in combination with some "
+"bootloaders if you try to use MD for the root (<filename>/</filename>) file "
+"system. For experienced users, it may be possible to work around some of "
+"these problems by executing some configuration or installation steps "
+"manually from a shell."
+msgstr ""
+"MD のサポートは、インストーラに比較的新しく追加されました。root (<filename>/"
+"</filename>) ファイルシステム用に MD を使用するなら、RAID レベルやブートロー"
+"ダと組み合わせた際の問題に行き当たるでしょう。経験を積んだユーザ向けに、いく"
+"つか設定したりインストールステップをシェルから手動で行ったりして、問題を回避"
+"して動作させることができるかも知れません。"
#. Tag: para
#: using-d-i.xml:1318
#, no-c-format
-msgid "Next, you should choose <guimenuitem>Configure software RAID</guimenuitem> from the main <command>partman</command> menu. (The menu will only appear after you mark at least one partition for use as <guimenuitem>physical volume for RAID</guimenuitem>.) On the first screen of <command>mdcfg</command> simply select <guimenuitem>Create MD device</guimenuitem>. You will be presented with a list of supported types of MD devices, from which you should choose one (e.g. RAID1). What follows depends on the type of MD you selected."
-msgstr "次にメインの <command>partman</command> メニューから <guimenuitem>ソフトウェア RAID の設定</guimenuitem> を選んでください。 (このメニューは、少なくともパーティションをひとつ <guimenuitem>RAID の物理ボリューム</guimenuitem> としてマークしないと表示されません) <command>mdcfg</command> の最初の画面では、 単に <guimenu>MD デバイスの作成</guimenu> を選択してください。 サポートされる MD デバイスのリストも提供されます。 この中から 1 つ (例: RAID1) を選択してください。 その後は選択した MD デバイスに依存します。"
+msgid ""
+"Next, you should choose <guimenuitem>Configure software RAID</guimenuitem> "
+"from the main <command>partman</command> menu. (The menu will only appear "
+"after you mark at least one partition for use as <guimenuitem>physical "
+"volume for RAID</guimenuitem>.) On the first screen of <command>mdcfg</"
+"command> simply select <guimenuitem>Create MD device</guimenuitem>. You will "
+"be presented with a list of supported types of MD devices, from which you "
+"should choose one (e.g. RAID1). What follows depends on the type of MD you "
+"selected."
+msgstr ""
+"次にメインの <command>partman</command> メニューから <guimenuitem>ソフトウェ"
+"ア RAID の設定</guimenuitem> を選んでください。(このメニューは、少なくとも"
+"パーティションをひとつ <guimenuitem>RAID の物理ボリューム</guimenuitem> とし"
+"てマークしないと表示されません) <command>mdcfg</command> の最初の画面では、単"
+"に <guimenu>MD デバイスの作成</guimenu> を選択してください。サポートされる "
+"MD デバイスのリストも提供されます。この中から 1 つ (例: RAID1) を選択してくだ"
+"さい。その後は選択した MD デバイスに依存します。"
#. Tag: para
#: using-d-i.xml:1331
#, no-c-format
-msgid "RAID0 is simple &mdash; you will be issued with the list of available RAID partitions and your only task is to select the partitions which will form the MD."
-msgstr "RAID0 は単純です。利用可能な RAID パーティションの一覧が提供されますので、 単に MD にするパーティションを選択してください。"
+msgid ""
+"RAID0 is simple &mdash; you will be issued with the list of available RAID "
+"partitions and your only task is to select the partitions which will form "
+"the MD."
+msgstr ""
+"RAID0 は単純です。利用可能な RAID パーティションの一覧が提供されますので、単"
+"に MD にするパーティションを選択してください。"
#. Tag: para
#: using-d-i.xml:1338
#, no-c-format
-msgid "RAID1 is a bit more tricky. First, you will be asked to enter the number of active devices and the number of spare devices which will form the MD. Next, you need to select from the list of available RAID partitions those that will be active and then those that will be spare. The count of selected partitions must be equal to the number provided few seconds ago. Don't worry. If you make a mistake and select different number of partitions, the &d-i; won't let you continue until you correct the issue."
-msgstr "RAID1 は少しトリッキーです。 まず MD にするアクティブなデバイスの数、 スペアデバイスの数を入力します。 次に利用可能な RAID パーティションの一覧からアクティブのもの、 次にスペアのものを選ぶ必要があります。 選択したパーティションの数と先ほど入力した数は一致しなければなりません。 心配しないでください。 間違って違う数のパーティションを選択した場合、&d-i; は問題を修正するまで、 先に進ませません。"
+msgid ""
+"RAID1 is a bit more tricky. First, you will be asked to enter the number of "
+"active devices and the number of spare devices which will form the MD. Next, "
+"you need to select from the list of available RAID partitions those that "
+"will be active and then those that will be spare. The count of selected "
+"partitions must be equal to the number provided few seconds ago. Don't "
+"worry. If you make a mistake and select different number of partitions, the "
+"&d-i; won't let you continue until you correct the issue."
+msgstr ""
+"RAID1 は少しトリッキーです。まず MD にするアクティブなデバイスの数、スペアデ"
+"バイスの数を入力します。次に利用可能な RAID パーティションの一覧からアクティ"
+"ブのもの、次にスペアのものを選ぶ必要があります。選択したパーティションの数と"
+"先ほど入力した数は一致しなければなりません。心配しないでください。間違って違"
+"う数のパーティションを選択した場合、&d-i; は問題を修正するまで、先に進ませま"
+"せん。"
#. Tag: para
#: using-d-i.xml:1350
#, no-c-format
-msgid "RAID5 has a similar setup procedure as RAID1 with the exception that you need to use at least <emphasis>three</emphasis> active partitions."
-msgstr "RAID5 では、少なくとも <emphasis>3 つ</emphasis>のアクティブパーティションを 使用する必要があるという例外を除き、 RAID1 と同様のセットアップ手続きを行います。"
+msgid ""
+"RAID5 has a similar setup procedure as RAID1 with the exception that you "
+"need to use at least <emphasis>three</emphasis> active partitions."
+msgstr ""
+"RAID5 では、少なくとも <emphasis>3 つ</emphasis>のアクティブパーティションを"
+"使用する必要があるという例外を除き、RAID1 と同様のセットアップ手続きを行いま"
+"す。"
#. Tag: para
#: using-d-i.xml:1358
#, no-c-format
-msgid "It is perfectly possible to have several types of MD at once. For example, if you have three 200 GB hard drives dedicated to MD, each containing two 100 GB partitions, you can combine the first partitions on all three disks into the RAID0 (fast 300 GB video editing partition) and use the other three partitions (2 active and 1 spare) for RAID1 (quite reliable 100 GB partition for <filename>/home</filename>)."
-msgstr "同時に数種の MD を持つことは完全に可能です。 例えば、3 つの 200GB の MD 専用ドライブがあって、 どれも 2 つの 100GB のパーティションに分かれている場合、 3 つのドライブすべての最初のパーティションを RAID0 (高速な 300GB のビデオ編集パーティション) で結合でき、 その他の 3 つのパーティション (アクティブ 2 基、スペア 1 基) を RAID1 (<filename>/home</filename> 用に信頼できる 100GB のパーティション) で結合できます。"
+msgid ""
+"It is perfectly possible to have several types of MD at once. For example, "
+"if you have three 200 GB hard drives dedicated to MD, each containing two "
+"100 GB partitions, you can combine the first partitions on all three disks "
+"into the RAID0 (fast 300 GB video editing partition) and use the other three "
+"partitions (2 active and 1 spare) for RAID1 (quite reliable 100 GB partition "
+"for <filename>/home</filename>)."
+msgstr ""
+"同時に数種の MD を持つことは完全に可能です。例えば、3 つの 200GB の MD 専用ド"
+"ライブがあって、どれも 2 つの 100GB のパーティションに分かれている場合、3 つ"
+"のドライブすべての最初のパーティションを RAID0 (高速な 300GB のビデオ編集パー"
+"ティション) で結合でき、その他の 3 つのパーティション (アクティブ 2 基、スペ"
+"ア 1 基) を RAID1 (<filename>/home</filename> 用に信頼できる 100GB のパーティ"
+"ション) で結合できます。"
#. Tag: para
#: using-d-i.xml:1367
#, no-c-format
-msgid "After you setup MD devices to your liking, you can <guimenuitem>Finish</guimenuitem> <command>mdcfg</command> to return back to the <command>partman</command> to create filesystems on your new MD devices and assign them the usual attributes like mountpoints."
-msgstr "お好みの通りに MD デバイスの設定をした後で、 <guimenuitem>完了</guimenuitem> <command>mdcfg</command> として <command>partman</command> に戻れます。 新しい MD デバイスにファイルシステムを作成し、 マウントポイントなどの通常の属性を設定してください。"
+msgid ""
+"After you setup MD devices to your liking, you can <guimenuitem>Finish</"
+"guimenuitem> <command>mdcfg</command> to return back to the "
+"<command>partman</command> to create filesystems on your new MD devices and "
+"assign them the usual attributes like mountpoints."
+msgstr ""
+"お好みの通りに MD デバイスの設定をした後で、<guimenuitem>完了</guimenuitem> "
+"<command>mdcfg</command> として <command>partman</command> に戻れます。新し"
+"い MD デバイスにファイルシステムを作成し、マウントポイントなどの通常の属性を"
+"設定してください。"
#. Tag: title
#: using-d-i.xml:1382
@@ -1149,38 +2184,104 @@ msgstr "論理ボリュームマネージャ (LVM) の設定"
#. Tag: para
#: using-d-i.xml:1383
#, no-c-format
-msgid "If you are working with computers at the level of system administrator or <quote>advanced</quote> user, you have surely seen the situation where some disk partition (usually the most important one) was short on space, while some other partition was grossly underused and you had to manage this situation with moving stuff around, symlinking, etc."
-msgstr "システム管理者や<quote>上級</quote>ユーザとしてコンピュータを動かしていると、 ディスク内のあるパーティション (たいてい最も重要なもの) が足らなくなり、 他のパーティションは全体的にあまり使用されていないという状況が確実にあります。 このような場合は、 内容を移動したりシンボリックリンクを張るといった管理を行うことになります。"
+msgid ""
+"If you are working with computers at the level of system administrator or "
+"<quote>advanced</quote> user, you have surely seen the situation where some "
+"disk partition (usually the most important one) was short on space, while "
+"some other partition was grossly underused and you had to manage this "
+"situation with moving stuff around, symlinking, etc."
+msgstr ""
+"システム管理者や<quote>上級</quote>ユーザとしてコンピュータを動かしていると、"
+"ディスク内のあるパーティション (たいてい最も重要なもの) が足らなくなり、他の"
+"パーティションは全体的にあまり使用されていないという状況が確実にあります。こ"
+"のような場合は、内容を移動したりシンボリックリンクを張るといった管理を行うこ"
+"とになります。"
#. Tag: para
#: using-d-i.xml:1391
#, no-c-format
-msgid "To avoid the described situation you can use Logical Volume Manager (LVM). Simply said, with LVM you can combine your partitions (<firstterm>physical volumes</firstterm> in LVM lingo) to form a virtual disk (so called <firstterm>volume group</firstterm>), which can then be divided into virtual partitions (<firstterm>logical volumes</firstterm>). The point is that logical volumes (and of course underlying volume groups) can span across several physical disks."
-msgstr "上記のような状況を避けるために、論理ボリュームマネージャ (LVM) を利用できます。 簡単に言うと、LVM では複数のパーティション (LVM 用語で <firstterm>物理ボリューム (physical volumes)</firstterm>) を仮想ディスクの形に結合でき、このディスクを仮想パーティション (<firstterm>論理ボリューム (logical volumes)</firstterm>) に分割できます。 ポイントは、論理ボリュームは (もちろんその下のボリュームグループも)、 複数の物理ディスクをまたがって定義できると言うことです。"
+msgid ""
+"To avoid the described situation you can use Logical Volume Manager (LVM). "
+"Simply said, with LVM you can combine your partitions (<firstterm>physical "
+"volumes</firstterm> in LVM lingo) to form a virtual disk (so called "
+"<firstterm>volume group</firstterm>), which can then be divided into virtual "
+"partitions (<firstterm>logical volumes</firstterm>). The point is that "
+"logical volumes (and of course underlying volume groups) can span across "
+"several physical disks."
+msgstr ""
+"上記のような状況を避けるために、論理ボリュームマネージャ (LVM) を利用できま"
+"す。簡単に言うと、LVM では複数のパーティション (LVM 用語で <firstterm>物理ボ"
+"リューム (physical volumes)</firstterm>) を仮想ディスクの形に結合でき、この"
+"ディスクを仮想パーティション (<firstterm>論理ボリューム (logical volumes)</"
+"firstterm>) に分割できます。ポイントは、論理ボリュームは (もちろんその下のボ"
+"リュームグループも)、複数の物理ディスクをまたがって定義できると言うことです。"
#. Tag: para
#: using-d-i.xml:1401
#, no-c-format
-msgid "Now when you realize you need more space for your old 160GB <filename>/home</filename> partition, you can simply add a new 300GB disk to the computer, join it with your existing volume group and then resize the logical volume which holds your <filename>/home</filename> filesystem and voila &mdash; your users have some room again on their renewed 460GB partition. This example is of course a bit oversimplified. If you haven't read it yet, you should consult the <ulink url=\"&url-lvm-howto;\">LVM HOWTO</ulink>."
-msgstr "例えば、古い 160GB の<filename>/home</filename> パーティションに、 もっと容量を追加することを考えます。 単にあなたは新しい 300GB のディスクをコンピュータに追加し、 既存のボリュームグループに入れます。 その後 <filename>/home</filename> ファイルシステムを保持したまま 論理ボリュームをリサイズします。 するとほら、パーティションが 460GB へと新品交換されたので、 ユーザの空き容量がすこしばかり増えたことになります。 もちろんこの例は少し単純にしすぎです。 まだ読んでいないようなら、 <ulink url=\"&url-lvm-howto;\">LVM HOWTO</ulink> を調べるべきです。"
+msgid ""
+"Now when you realize you need more space for your old 160GB <filename>/home</"
+"filename> partition, you can simply add a new 300GB disk to the computer, "
+"join it with your existing volume group and then resize the logical volume "
+"which holds your <filename>/home</filename> filesystem and voila &mdash; "
+"your users have some room again on their renewed 460GB partition. This "
+"example is of course a bit oversimplified. If you haven't read it yet, you "
+"should consult the <ulink url=\"&url-lvm-howto;\">LVM HOWTO</ulink>."
+msgstr ""
+"例えば、古い 160GB の<filename>/home</filename> パーティションに、もっと容量"
+"を追加することを考えます。単にあなたは新しい 300GB のディスクをコンピュータに"
+"追加し、既存のボリュームグループに入れます。その後 <filename>/home</"
+"filename> ファイルシステムを保持したまま論理ボリュームをリサイズします。する"
+"とほら、パーティションが 460GB へと新品交換されたので、ユーザの空き容量がすこ"
+"しばかり増えたことになります。もちろんこの例は少し単純にしすぎです。まだ読ん"
+"でいないようなら、<ulink url=\"&url-lvm-howto;\">LVM HOWTO</ulink> を調べるべ"
+"きです。"
#. Tag: para
#: using-d-i.xml:1412
#, no-c-format
-msgid "LVM setup in &d-i; is quite simple and completely supported inside <command>partman</command>. First, you have to mark the partition(s) to be used as physical volumes for LVM. This is done in the <guimenu>Partition settings</guimenu> menu where you should select <menuchoice> <guimenu>Use as:</guimenu> <guimenuitem>physical volume for LVM</guimenuitem> </menuchoice>."
-msgstr "&d-i; での LVM のセットアップはかなりシンプルで、 <command>partman</command> 内部で完全にサポートしています。 始めに、パーティションを LVM の物理ボリュームとして使用するよう、 マークをつけねばなりません。 これは、<guimenu>パーティション設定</guimenu> メニューの <command>partman</command> 内で <menuchoice> <guimenu>利用方法:</guimenu> <guimenuitem>LVM の物理ボリューム</guimenuitem> </menuchoice> を選ぶことで行います"
+msgid ""
+"LVM setup in &d-i; is quite simple and completely supported inside "
+"<command>partman</command>. First, you have to mark the partition(s) to be "
+"used as physical volumes for LVM. This is done in the <guimenu>Partition "
+"settings</guimenu> menu where you should select <menuchoice> <guimenu>Use as:"
+"</guimenu> <guimenuitem>physical volume for LVM</guimenuitem> </menuchoice>."
+msgstr ""
+"&d-i; での LVM のセットアップはかなりシンプルで、<command>partman</command> "
+"内部で完全にサポートしています。始めに、パーティションを LVM の物理ボリューム"
+"として使用するよう、マークをつけねばなりません。これは、<guimenu>パーティショ"
+"ン設定</guimenu> メニューの <command>partman</command> 内で <menuchoice> "
+"<guimenu>利用方法:</guimenu> <guimenuitem>LVM の物理ボリューム</guimenuitem> "
+"</menuchoice> を選ぶことで行います。"
#. Tag: para
#: using-d-i.xml:1421
#, no-c-format
-msgid "When you return to the main <command>partman</command> screen, you will see a new option <guimenuitem>Configure the Logical Volume Manager</guimenuitem>. When you select that, you will first be asked to confirm pending changes to the partition table (if any) and after that the LVM configuration menu will be shown. Above the menu a summary of the LVM configuration is shown. The menu itself is context sensitive and only shows valid actions. The possible actions are:"
-msgstr "メインの <command>partman</command> 画面に戻ると、 <guimenuitem>論理ボリュームマネージャの設定</guimenuitem> が新しく選択できるようになっています。 これを選択すると、まず決定していないパーティションテーブルへの変更 (があれば) 確認を行い、その後 LVM 設定メニューを表示します。 メニューの上部には LVM 設定の概要を表示します。 メニュー自体はそのときに実行できる操作のみ表示します。 行える操作は以下の通りです。"
+msgid ""
+"When you return to the main <command>partman</command> screen, you will see "
+"a new option <guimenuitem>Configure the Logical Volume Manager</"
+"guimenuitem>. When you select that, you will first be asked to confirm "
+"pending changes to the partition table (if any) and after that the LVM "
+"configuration menu will be shown. Above the menu a summary of the LVM "
+"configuration is shown. The menu itself is context sensitive and only shows "
+"valid actions. The possible actions are:"
+msgstr ""
+"メインの <command>partman</command> 画面に戻ると、<guimenuitem>論理ボリューム"
+"マネージャの設定</guimenuitem> が新しく選択できるようになっています。これを選"
+"択すると、まず決定していないパーティションテーブルへの変更 (があれば) 確認を"
+"行い、その後 LVM 設定メニューを表示します。メニューの上部には LVM 設定の概要"
+"を表示します。メニュー自体はそのときに実行できる操作のみ表示します。行える操"
+"作は以下の通りです。"
#. Tag: para
#: using-d-i.xml:1432
#, no-c-format
-msgid "<guimenuitem>Display configuration details</guimenuitem>: shows LVM device structure, names and sizes of logical volumes and more"
-msgstr "<guimenuitem>設定の詳細表示</guimenuitem>: LVM デバイスの構造、論理ボリュームの名称やサイズなどを表示します"
+msgid ""
+"<guimenuitem>Display configuration details</guimenuitem>: shows LVM device "
+"structure, names and sizes of logical volumes and more"
+msgstr ""
+"<guimenuitem>設定の詳細表示</guimenuitem>: LVM デバイスの構造、論理ボリューム"
+"の名称やサイズなどを表示します"
#. Tag: guimenuitem
#: using-d-i.xml:1437
@@ -1221,20 +2322,33 @@ msgstr "ボリュームグループの縮小"
#. Tag: para
#: using-d-i.xml:1454
#, no-c-format
-msgid "<guimenuitem>Finish</guimenuitem>: return to the main <command>partman</command> screen"
-msgstr "<guimenuitem>完了</guimenuitem>: メインの <command>partman</command> 画面に戻ります"
+msgid ""
+"<guimenuitem>Finish</guimenuitem>: return to the main <command>partman</"
+"command> screen"
+msgstr ""
+"<guimenuitem>完了</guimenuitem>: メインの <command>partman</command> 画面に戻"
+"ります"
#. Tag: para
#: using-d-i.xml:1460
#, no-c-format
-msgid "Use the options in that menu to first create a volume group and then create your logical volumes inside it."
-msgstr "はじめにボリュームグループを作成し、その中に論理ボリュームを作成するのに、 このメニューのオプションを使用してください。"
+msgid ""
+"Use the options in that menu to first create a volume group and then create "
+"your logical volumes inside it."
+msgstr ""
+"はじめにボリュームグループを作成し、その中に論理ボリュームを作成するのに、こ"
+"のメニューのオプションを使用してください。"
#. Tag: para
#: using-d-i.xml:1465
#, no-c-format
-msgid "After you return to the main <command>partman</command> screen, any created logical volumes will be displayed in the same way as ordinary partitions (and you should treat them as such)."
-msgstr "メインの <command>partman</command> 画面に戻ると、 作成した論理ボリュームが通常のボリュームと同じように表示されています。 (そして同じように扱えます)"
+msgid ""
+"After you return to the main <command>partman</command> screen, any created "
+"logical volumes will be displayed in the same way as ordinary partitions "
+"(and you should treat them as such)."
+msgstr ""
+"メインの <command>partman</command> 画面に戻ると、作成した論理ボリュームが通"
+"常のボリュームと同じように表示されています (そして同じように扱えます)。"
#. Tag: title
#: using-d-i.xml:1479
@@ -1245,38 +2359,113 @@ msgstr "暗号化ボリュームの設定"
#. Tag: para
#: using-d-i.xml:1480
#, no-c-format
-msgid "&d-i; allows you to set up encrypted partitions. Every file you write to such a partition is immediately saved to the device in encrypted form. Access to the encrypted data is granted only after entering the <firstterm>passphrase</firstterm> used when the encrypted partition was originally created. This feature is useful to protect sensitive data in case your laptop or hard drive gets stolen. The thief might get physical access to the hard drive, but without knowing the right passphrase, the data on the hard drive will look like random characters."
-msgstr "&d-i; では暗号化パーティションを設定できます。 暗号化パーティションに保存したファイルはすべて、 暗号化した形で即座にデバイスに書き込まれます。 暗号化したデータへのアクセスは、暗号化パーティションを作成した際に設定した <firstterm>パスフレーズ</firstterm> を入力した後で有効になります。 この機能は、ノート PC やハードディスクが盗難に遭った際に、 機密データを保護するのに便利です。 盗人がハードディスクの物理データにアクセスしようとする際、 正しいパスフレーズを知らないと、 ハードディスクのデータはランダムな文字列にしか見えません。"
+msgid ""
+"&d-i; allows you to set up encrypted partitions. Every file you write to "
+"such a partition is immediately saved to the device in encrypted form. "
+"Access to the encrypted data is granted only after entering the "
+"<firstterm>passphrase</firstterm> used when the encrypted partition was "
+"originally created. This feature is useful to protect sensitive data in case "
+"your laptop or hard drive gets stolen. The thief might get physical access "
+"to the hard drive, but without knowing the right passphrase, the data on the "
+"hard drive will look like random characters."
+msgstr ""
+"&d-i; では暗号化パーティションを設定できます。暗号化パーティションに保存した"
+"ファイルはすべて、暗号化した形で即座にデバイスに書き込まれます。暗号化した"
+"データへのアクセスは、暗号化パーティションを作成した際に設定した <firstterm>"
+"パスフレーズ</firstterm> を入力した後で有効になります。この機能は、ノート PC "
+"やハードディスクが盗難に遭った際に、機密データを保護するのに便利です。盗人が"
+"ハードディスクの物理データにアクセスしようとする際、正しいパスフレーズを知ら"
+"ないと、ハードディスクのデータはランダムな文字列にしか見えません。"
#. Tag: para
#: using-d-i.xml:1492
#, no-c-format
-msgid "The two most important partitions to encrypt are: the home partition, where your private data resides, and the swap partition, where sensitive data might be stored temporarily during operation. Of course, nothing prevents you from encrypting any other partitions that might be of interest. For example <filename>/var</filename> where database servers, mail servers or print servers store their data, or <filename>/tmp</filename> which is used by various programs to store potentially interesting temporary files. Some people may even want to encrypt their whole system. The only exception is the <filename>/boot</filename> partition which must remain unencrypted, because currently there is no way to load the kernel from an encrypted partition."
-msgstr "暗号化するのに最重要なパーティションが 2 つあります。 個人的なデータを格納する home パーティションと、 操作中に機密データを一時的に格納する swap パーティションです。 もちろん、その他のパーティションの暗号化を妨げるものはなにもありません。 たとえば、データベースサーバ、メールサーバ、 プリンタサーバがそれぞれファイルを格納する <filename>/var</filename> や、 様々なプログラムが、 潜在的に興味深い一時ファイルを作成する <filename>/tmp</filename> です。 システム全体を暗号化したいと考える方もいます。 暗号化をしない方がいい、唯一の例外パーティションは、 <filename>/boot</filename> パーティションです。 暗号化されたパーティションからカーネルを起動する方法がないからです。"
+msgid ""
+"The two most important partitions to encrypt are: the home partition, where "
+"your private data resides, and the swap partition, where sensitive data "
+"might be stored temporarily during operation. Of course, nothing prevents "
+"you from encrypting any other partitions that might be of interest. For "
+"example <filename>/var</filename> where database servers, mail servers or "
+"print servers store their data, or <filename>/tmp</filename> which is used "
+"by various programs to store potentially interesting temporary files. Some "
+"people may even want to encrypt their whole system. The only exception is "
+"the <filename>/boot</filename> partition which must remain unencrypted, "
+"because currently there is no way to load the kernel from an encrypted "
+"partition."
+msgstr ""
+"暗号化するのに最重要なパーティションが 2 つあります。個人的なデータを格納す"
+"る home パーティションと、操作中に機密データを一時的に格納する swap パーティ"
+"ションです。もちろん、その他のパーティションの暗号化を妨げるものはなにもあり"
+"ません。たとえば、データベースサーバ、メールサーバ、プリンタサーバがそれぞれ"
+"ファイルを格納する <filename>/var</filename> や、様々なプログラムが、潜在的に"
+"興味深い一時ファイルを作成する <filename>/tmp</filename> です。システム全体を"
+"暗号化したいと考える方もいます。暗号化をしない方がいい、唯一の例外パーティ"
+"ションは、<filename>/boot</filename> パーティションです。暗号化されたパーティ"
+"ションからカーネルを起動する方法がないからです。"
#. Tag: para
#: using-d-i.xml:1507
#, no-c-format
-msgid "Please note that the performance of encrypted partitions will be less than that of unencrypted ones because the data needs to be decrypted or encrypted for every read or write. The performance impact depends on your CPU speed, chosen cipher and a key length."
-msgstr "データの読み書き時に常に暗号化・復号を行うため、 暗号化パーティションのパフォーマンスは、 暗号化していないものよりも低下する事に注意してください。 パフォーマンスは、CPU のスピード、選択した暗号方式、 暗号化キーの長さに影響を受けます。"
+msgid ""
+"Please note that the performance of encrypted partitions will be less than "
+"that of unencrypted ones because the data needs to be decrypted or encrypted "
+"for every read or write. The performance impact depends on your CPU speed, "
+"chosen cipher and a key length."
+msgstr ""
+"データの読み書き時に常に暗号化・復号を行うため、暗号化パーティションのパ"
+"フォーマンスは、暗号化していないものよりも低下する事に注意してください。パ"
+"フォーマンスは、CPU のスピード、選択した暗号方式、暗号化キーの長さに影響を受"
+"けます。"
#. Tag: para
#: using-d-i.xml:1514
#, no-c-format
-msgid "To use encryption, you have to create a new partition by selecting some free space in the main partitioning menu. Another option is to choose an existing partition (e.g. a regular partition, an LVM logical volume or a RAID volume). In the <guimenu>Partition settings</guimenu> menu, you need to select <guimenuitem>physical volume for encryption</guimenuitem> at the <menuchoice> <guimenu>Use as:</guimenu> </menuchoice> option. The menu will then change to include several cryptographic options for the partition."
-msgstr "暗号化を用いるには、メインパーティションメニューで空き領域を選択して、 新しいパーティションを作成する必要があります。 他には既存のパーティション (例、通常のパーティション、LVM 論理ボリューム、 RAID ボリューム) を選択するという手もあります。 <guimenu>パーティション設定</guimenu> メニューの、 <menuchoice> <guimenu>利用方法:</guimenu> </menuchoice> で <guimenuitem>暗号化の物理ボリューム</guimenuitem> を選択する必要があります。 そうすると、メニューにパーティションを暗号化するオプションが追加されます。"
+msgid ""
+"To use encryption, you have to create a new partition by selecting some free "
+"space in the main partitioning menu. Another option is to choose an existing "
+"partition (e.g. a regular partition, an LVM logical volume or a RAID "
+"volume). In the <guimenu>Partition settings</guimenu> menu, you need to "
+"select <guimenuitem>physical volume for encryption</guimenuitem> at the "
+"<menuchoice> <guimenu>Use as:</guimenu> </menuchoice> option. The menu will "
+"then change to include several cryptographic options for the partition."
+msgstr ""
+"暗号化を用いるには、メインパーティションメニューで空き領域を選択して、新しい"
+"パーティションを作成する必要があります。他には既存のパーティション (例、通常"
+"のパーティション、LVM 論理ボリューム、RAID ボリューム) を選択するという手もあ"
+"ります。<guimenu>パーティション設定</guimenu> メニューの、<menuchoice> "
+"<guimenu>利用方法:</guimenu> </menuchoice> で <guimenuitem>暗号化の物理ボ"
+"リューム</guimenuitem> を選択する必要があります。そうすると、メニューにパー"
+"ティションを暗号化するオプションが追加されます。"
#. Tag: para
#: using-d-i.xml:1525
#, no-c-format
-msgid "&d-i; supports several encryption methods. The default method is <firstterm>dm-crypt</firstterm> (included in newer Linux kernels, able to host LVM physical volumes), the other is <firstterm>loop-AES</firstterm> (older, maintained separately from the Linux kernel tree). Unless you have compelling reasons to do otherwise, it is recommended to use the default."
-msgstr "&d-i; は、暗号化の方法をいくつかサポートしています。 デフォルトの方法は <firstterm>dm-crypt</firstterm> (新しめの Linux カーネルに含まれ、LVM 物理ボリュームを格納できる) です。 その他には、<firstterm>loop-AES</firstterm> (古く、Linux カーネルツリーとは独立してメンテナンスされている) があります。 やむにやまれぬ理由があるのでなければ、 デフォルトのままにしておくのをお勧めします。"
+msgid ""
+"&d-i; supports several encryption methods. The default method is "
+"<firstterm>dm-crypt</firstterm> (included in newer Linux kernels, able to "
+"host LVM physical volumes), the other is <firstterm>loop-AES</firstterm> "
+"(older, maintained separately from the Linux kernel tree). Unless you have "
+"compelling reasons to do otherwise, it is recommended to use the default."
+msgstr ""
+"&d-i; は、暗号化の方法をいくつかサポートしています。デフォルトの方法は "
+"<firstterm>dm-crypt</firstterm> (新しめの Linux カーネルに含まれ、LVM 物理ボ"
+"リュームを格納できる) です。その他には、<firstterm>loop-AES</firstterm> (古"
+"く、Linux カーネルツリーとは独立してメンテナンスされている) があります。やむ"
+"にやまれぬ理由があるのでなければ、デフォルトのままにしておくのをお勧めしま"
+"す。"
#. Tag: para
#: using-d-i.xml:1537
#, no-c-format
-msgid "First, let's have a look at the options available when you select <userinput>Device-mapper (dm-crypt)</userinput> as the encryption method. As always: when in doubt, use the defaults, because they have been carefully chosen with security in mind."
-msgstr "はじめに、暗号化するにあたり <userinput>Device-mapper (dm-crypt)</userinput> を選択して、オプションを有効にしましょう。 いつものように、よく分からなければデフォルト値を指定してください。 セキュリティを念頭に置いて選択されています。"
+msgid ""
+"First, let's have a look at the options available when you select "
+"<userinput>Device-mapper (dm-crypt)</userinput> as the encryption method. As "
+"always: when in doubt, use the defaults, because they have been carefully "
+"chosen with security in mind."
+msgstr ""
+"はじめに、暗号化するにあたり <userinput>Device-mapper (dm-crypt)</userinput> "
+"を選択して、オプションを有効にしましょう。いつものように、よく分からなければ"
+"デフォルト値を指定してください。セキュリティを念頭に置いて選択されています。"
#. Tag: term
#: using-d-i.xml:1547
@@ -1287,8 +2476,26 @@ msgstr "Encryption: <userinput>aes</userinput>"
#. Tag: para
#: using-d-i.xml:1549
#, no-c-format
-msgid "This option lets you select the encryption algorithm (<firstterm>cipher</firstterm>) which will be used to encrypt the data on the partition. &d-i; currently supports the following block ciphers: <firstterm>aes</firstterm>, <firstterm>blowfish</firstterm>, <firstterm>serpent</firstterm>, and <firstterm>twofish</firstterm>. It is beyond the scope of this document to discuss the qualities of these different algorithms, however, it might help your decision to know that in 2000, <emphasis>AES</emphasis> was chosen by the American National Institute of Standards and Technology as the standard encryption algorithm for protecting sensitive information in the 21st century."
-msgstr "このオプションで、パーティションのデータを暗号化するのに使用する、 暗号化アルゴリズム (<firstterm>暗号方式</firstterm>) を選択します。 現在、&d-i; は以下の暗号方式をサポートしています。 <firstterm>aes</firstterm>, <firstterm>blowfish</firstterm>, <firstterm>serpent</firstterm>, <firstterm>twofish</firstterm> です。 それぞれのアルゴリズムの品質についての議論は、 この文書の範疇を越えてしまいますが、 以下はあなたの決断の助けになるかもしれません。 <emphasis>AES</emphasis> は、2000 年に米国商務省標準技術局により、 21 世紀の機密情報を保護する標準暗号化アルゴリズムとして採用されました。"
+msgid ""
+"This option lets you select the encryption algorithm (<firstterm>cipher</"
+"firstterm>) which will be used to encrypt the data on the partition. &d-i; "
+"currently supports the following block ciphers: <firstterm>aes</firstterm>, "
+"<firstterm>blowfish</firstterm>, <firstterm>serpent</firstterm>, and "
+"<firstterm>twofish</firstterm>. It is beyond the scope of this document to "
+"discuss the qualities of these different algorithms, however, it might help "
+"your decision to know that in 2000, <emphasis>AES</emphasis> was chosen by "
+"the American National Institute of Standards and Technology as the standard "
+"encryption algorithm for protecting sensitive information in the 21st "
+"century."
+msgstr ""
+"このオプションで、パーティションのデータを暗号化するのに使用する、暗号化アル"
+"ゴリズム (<firstterm>暗号方式</firstterm>) を選択します。現在、&d-i; は以下の"
+"暗号方式をサポートしています。<firstterm>aes</firstterm>, "
+"<firstterm>blowfish</firstterm>, <firstterm>serpent</firstterm>, "
+"<firstterm>twofish</firstterm> です。それぞれのアルゴリズムの品質についての議"
+"論は、この文書の範疇を越えてしまいますが、以下はあなたの決断の助けになるかも"
+"しれません。<emphasis>AES</emphasis> は、2000 年に米国商務省標準技術局によ"
+"り、21 世紀の機密情報を保護する標準暗号化アルゴリズムとして採用されました。"
#. Tag: term
#: using-d-i.xml:1567
@@ -1299,8 +2506,15 @@ msgstr "Key size: <userinput>256</userinput>"
#. Tag: para
#: using-d-i.xml:1569
#, no-c-format
-msgid "Here you can specify the length of the encryption key. With a larger key size, the strength of the encryption is generally improved. On the other hand, increasing the length of the key usually has a negative impact on performance. Available key sizes vary depending on the cipher."
-msgstr "ここでは暗号化キーの長さを指定できます。 一般的に暗号化キーが長くなると暗号強度が向上します。 一方、暗号化キーが長くなると、大抵パフォーマンスにマイナスの影響を与えます。 利用できる暗号化キーのサイズは暗号方式に依存します。"
+msgid ""
+"Here you can specify the length of the encryption key. With a larger key "
+"size, the strength of the encryption is generally improved. On the other "
+"hand, increasing the length of the key usually has a negative impact on "
+"performance. Available key sizes vary depending on the cipher."
+msgstr ""
+"ここでは暗号化キーの長さを指定できます。一般的に暗号化キーが長くなると暗号強"
+"度が向上します。一方、暗号化キーが長くなると、大抵パフォーマンスにマイナスの"
+"影響を与えます。利用できる暗号化キーのサイズは暗号方式に依存します。"
#. Tag: term
#: using-d-i.xml:1581
@@ -1311,14 +2525,32 @@ msgstr "IV algorithm: <userinput>cbc-essiv:sha256</userinput>"
#. Tag: para
#: using-d-i.xml:1583
#, no-c-format
-msgid "The <firstterm>Initialization Vector</firstterm> or <firstterm>IV</firstterm> algorithm is used in cryptography to ensure that applying the cipher on the same <firstterm>clear text</firstterm> data with the same key always produces a unique <firstterm>cipher text</firstterm>. The idea is to prevent the attacker from deducing information from repeated patterns in the encrypted data."
-msgstr "<firstterm>初期化ベクトル</firstterm> や <firstterm>IV</firstterm> アルゴリズムは、 同じ <firstterm>平文</firstterm> データと同一の暗号化キーで、 常に異なる <firstterm>暗号文</firstterm> の出力を保証し、 安全に暗号を解読するのに利用されます。 これにより、暗号化データ中に繰り返されるパターンから、 攻撃者が情報を推測できないようにします。"
+msgid ""
+"The <firstterm>Initialization Vector</firstterm> or <firstterm>IV</"
+"firstterm> algorithm is used in cryptography to ensure that applying the "
+"cipher on the same <firstterm>clear text</firstterm> data with the same key "
+"always produces a unique <firstterm>cipher text</firstterm>. The idea is to "
+"prevent the attacker from deducing information from repeated patterns in the "
+"encrypted data."
+msgstr ""
+"<firstterm>初期化ベクトル</firstterm> や <firstterm>IV</firstterm> アルゴリズ"
+"ムは、同じ <firstterm>平文</firstterm> データと同一の暗号化キーで、常に異な"
+"る <firstterm>暗号文</firstterm> の出力を保証し、安全に暗号を解読するのに利用"
+"されます。これにより、暗号化データ中に繰り返されるパターンから、攻撃者が情報"
+"を推測できないようにします。"
#. Tag: para
#: using-d-i.xml:1593
#, no-c-format
-msgid "From the provided alternatives, the default <userinput>cbc-essiv:sha256</userinput> is currently the least vulnerable to known attacks. Use the other alternatives only when you need to ensure compatibility with some previously installed system that is not able to use newer algorithms."
-msgstr "デフォルトの <userinput>cbc-essiv:sha256</userinput> は現在のところ、 攻撃される恐れがもっとも少ないです。 その他の選択肢は、新しいアルゴリズムに対応していない、 以前インストールしたシステムと互換をとる場合のみ使用してください。"
+msgid ""
+"From the provided alternatives, the default <userinput>cbc-essiv:sha256</"
+"userinput> is currently the least vulnerable to known attacks. Use the other "
+"alternatives only when you need to ensure compatibility with some previously "
+"installed system that is not able to use newer algorithms."
+msgstr ""
+"デフォルトの <userinput>cbc-essiv:sha256</userinput> は現在のところ、攻撃され"
+"る恐れがもっとも少ないです。その他の選択肢は、新しいアルゴリズムに対応してい"
+"ない、以前インストールしたシステムと互換をとる場合のみ使用してください。"
#. Tag: term
#: using-d-i.xml:1605
@@ -1341,12 +2573,18 @@ msgstr "Passphrase"
#. Tag: para
#: using-d-i.xml:1614
#, no-c-format
-msgid "The encryption key will be computed<footnote> <para> Using a passphrase as the key currently means that the partition will be set up using <ulink url=\"&url-luks;\">LUKS</ulink>. </para></footnote> on the basis of a passphrase which you will be able to enter later in the process."
-msgstr "暗号化キーを、プロセスの後で入力するパスフレーズに基づいて計算<footnote> <para> 暗号化キーにパスフレーズを使用するのは、 <ulink url=\"&url-luks;\">LUKS</ulink> を使用して設定するという意味です。 </para></footnote>します。"
+msgid ""
+"The encryption key will be computed<footnote> <para> Using a passphrase as "
+"the key currently means that the partition will be set up using <ulink url="
+"\"&url-luks;\">LUKS</ulink>. </para></footnote> on the basis of a passphrase "
+"which you will be able to enter later in the process."
+msgstr ""
+"暗号化キーを、プロセスの後で入力するパスフレーズに基づいて計算<footnote> "
+"<para>暗号化キーにパスフレーズを使用するのは、<ulink url=\"&url-luks;"
+"\">LUKS</ulink> を使用して設定するという意味です。</para></footnote>します。"
#. Tag: term
-#: using-d-i.xml:1629
-#: using-d-i.xml:1722
+#: using-d-i.xml:1629 using-d-i.xml:1722
#, no-c-format
msgid "Random key"
msgstr "Random key"
@@ -1354,18 +2592,41 @@ msgstr "Random key"
#. Tag: para
#: using-d-i.xml:1630
#, no-c-format
-msgid "A new encryption key will be generated from random data each time you try to bring up the encrypted partition. In other words: on every shutdown the content of the partition will be lost as the key is deleted from memory. (Of course, you could try to guess the key with a brute force attack, but unless there is an unknown weakness in the cipher algorithm, it is not achievable in our lifetime.)"
-msgstr "暗号化パーティションを作成するたびに、新しい暗号化キーをランダムに生成します。 言い換えると、シャットダウンごとに暗号化キーがメモリから削除され、 パーティションの内容を失うということです。 (もちろん総当たりで暗号化キーを推測することはできますが、 暗号アルゴリズムに未知の弱点がない限り、 生きているうちには解読されないでしょう)"
+msgid ""
+"A new encryption key will be generated from random data each time you try to "
+"bring up the encrypted partition. In other words: on every shutdown the "
+"content of the partition will be lost as the key is deleted from memory. (Of "
+"course, you could try to guess the key with a brute force attack, but unless "
+"there is an unknown weakness in the cipher algorithm, it is not achievable "
+"in our lifetime.)"
+msgstr ""
+"暗号化パーティションを作成するたびに、新しい暗号化キーをランダムに生成しま"
+"す。言い換えると、シャットダウンごとに暗号化キーがメモリから削除され、パー"
+"ティションの内容を失うということです。(もちろん総当たりで暗号化キーを推測する"
+"ことはできますが、暗号アルゴリズムに未知の弱点がない限り、生きているうちには"
+"解読されないでしょう)"
#. Tag: para
#: using-d-i.xml:1639
#, no-c-format
-msgid "Random keys are useful for swap partitions because you do not need to bother yourself with remembering the passphrase or wiping sensitive information from the swap partition before shutting down your computer. However, it also means that you will <emphasis>not</emphasis> be able to use the <quote>suspend-to-disk</quote> functionality offered by newer Linux kernels as it will be impossible (during a subsequent boot) to recover the suspended data written to the swap partition."
-msgstr "Random key は swap パーティションで使うと便利です。 というのも、パスフレーズを覚えておく必要もなく、 コンピュータをシャットダウンする前に、 機密情報を swap パーティションから掃除するからです。 しかし、最近の Linux カーネルで利用できる <quote>suspend-to-disk</quote> 機能では使用できないということでもあります。 (次の起動中に) swap パーティションからサスペンドデータを、 復元できなくなってしまうのです。"
+msgid ""
+"Random keys are useful for swap partitions because you do not need to bother "
+"yourself with remembering the passphrase or wiping sensitive information "
+"from the swap partition before shutting down your computer. However, it also "
+"means that you will <emphasis>not</emphasis> be able to use the "
+"<quote>suspend-to-disk</quote> functionality offered by newer Linux kernels "
+"as it will be impossible (during a subsequent boot) to recover the suspended "
+"data written to the swap partition."
+msgstr ""
+"Random key は swap パーティションで使うと便利です。というのも、パスフレーズを"
+"覚えておく必要もなく、コンピュータをシャットダウンする前に、機密情報を swap "
+"パーティションから掃除するからです。しかし、最近の Linux カーネルで利用でき"
+"る <quote>suspend-to-disk</quote> 機能では使用できないということでもありま"
+"す。(次の起動中に) swap パーティションからサスペンドデータを、復元できなく"
+"なってしまうのです。"
#. Tag: term
-#: using-d-i.xml:1658
-#: using-d-i.xml:1735
+#: using-d-i.xml:1658 using-d-i.xml:1735
#, no-c-format
msgid "Erase data: <userinput>yes</userinput>"
msgstr "Erase data: <userinput>yes</userinput>"
@@ -1373,14 +2634,34 @@ msgstr "Erase data: <userinput>yes</userinput>"
#. Tag: para
#: using-d-i.xml:1660
#, no-c-format
-msgid "Determines whether the content of this partition should be overwritten with random data before setting up the encryption. This is recommended because it might otherwise be possible for an attacker to discern which parts of the partition are in use and which are not. In addition, this will make it harder to recover any leftover data from previous installations<footnote><para> It is believed that the guys from three-letter agencies can restore the data even after several rewrites of the magnetooptical media, though. </para></footnote>."
-msgstr "暗号化の前に、 このパーティションの内容をランダムなデータで上書きするかどうかを決めます。 そうしないと攻撃者が、パーティションのどの部分を使用中で、 どの部分が使用していないかを見分けられますので、上書きすることをお奨めします。 その上、以前インストールしていて残ってしまったデータを、 復元しにくくします<footnote><para> 3 文字の機関では、磁気光学メディアを何度か書き換えた後でも、 データを復元できると信じられています。 </para></footnote>。"
+msgid ""
+"Determines whether the content of this partition should be overwritten with "
+"random data before setting up the encryption. This is recommended because it "
+"might otherwise be possible for an attacker to discern which parts of the "
+"partition are in use and which are not. In addition, this will make it "
+"harder to recover any leftover data from previous "
+"installations<footnote><para> It is believed that the guys from three-letter "
+"agencies can restore the data even after several rewrites of the "
+"magnetooptical media, though. </para></footnote>."
+msgstr ""
+"暗号化の前に、このパーティションの内容をランダムなデータで上書きするかどうか"
+"を決めます。そうしないと攻撃者が、パーティションのどの部分を使用中で、どの部"
+"分が使用していないかを見分けられますので、上書きすることをお奨めします。その"
+"上、以前インストールしていて残ってしまったデータを、復元しにくくします"
+"<footnote><para>3 文字の機関では、磁気光学メディアを何度か書き換えた後でも、"
+"データを復元できると信じられています。</para></footnote>。"
#. Tag: para
#: using-d-i.xml:1680
#, no-c-format
-msgid "If you select <menuchoice> <guimenu>Encryption method:</guimenu> <guimenuitem>Loopback (loop-AES)</guimenuitem> </menuchoice>, the menu changes to provide the following options:"
-msgstr "<menuchoice> <guimenu>暗号化の方法:</guimenu> <guimenuitem>ループバック (loop-AES)</guimenuitem> </menuchoice> を選択すると、 メニューは以下のオプションを提供するように変わります。"
+msgid ""
+"If you select <menuchoice> <guimenu>Encryption method:</guimenu> "
+"<guimenuitem>Loopback (loop-AES)</guimenuitem> </menuchoice>, the menu "
+"changes to provide the following options:"
+msgstr ""
+"<menuchoice> <guimenu>暗号化の方法:</guimenu> <guimenuitem>ループバック "
+"(loop-AES)</guimenuitem> </menuchoice> を選択すると、メニューは以下のオプショ"
+"ンを提供するように変わります。"
#. Tag: term
#: using-d-i.xml:1689
@@ -1391,8 +2672,14 @@ msgstr "Encryption: <userinput>AES256</userinput>"
#. Tag: para
#: using-d-i.xml:1691
#, no-c-format
-msgid "For loop-AES, unlike dm-crypt, the options for cipher and key size are combined, so you can select both at the same time. Please see the above sections on ciphers and key sizes for further information."
-msgstr "dm-crypt と違い loop-AES では、暗号形式と暗号化キーサイズのオプションを混ぜており、 同時に指定できます。暗号形式と暗号化キーサイズについては、前節をご覧ください。"
+msgid ""
+"For loop-AES, unlike dm-crypt, the options for cipher and key size are "
+"combined, so you can select both at the same time. Please see the above "
+"sections on ciphers and key sizes for further information."
+msgstr ""
+"dm-crypt と違い loop-AES では、暗号形式と暗号化キーサイズのオプションを混ぜて"
+"おり、同時に指定できます。暗号形式と暗号化キーサイズについては、前節をご覧く"
+"ださい。"
#. Tag: term
#: using-d-i.xml:1701
@@ -1415,8 +2702,15 @@ msgstr "Keyfile (GnuPG)"
#. Tag: para
#: using-d-i.xml:1710
#, no-c-format
-msgid "The encryption key will be generated from random data during the installation. Moreover this key will be encrypted with <application>GnuPG</application>, so to use it, you will need to enter the proper passphrase (you will be asked to provide one later in the process)."
-msgstr "暗号化キーはインストール時にランダムデータから生成されます。 その上で、この暗号化キーを <application>GnuPG</application> で暗号化します。 これを利用するには、適切なパスフレーズを入力する必要があります。 (後のプロセスで要求されます)"
+msgid ""
+"The encryption key will be generated from random data during the "
+"installation. Moreover this key will be encrypted with <application>GnuPG</"
+"application>, so to use it, you will need to enter the proper passphrase "
+"(you will be asked to provide one later in the process)."
+msgstr ""
+"暗号化キーはインストール時にランダムデータから生成されます。その上で、この暗"
+"号化キーを <application>GnuPG</application> で暗号化します。これを利用するに"
+"は、適切なパスフレーズを入力する必要があります (後のプロセスで要求されます)。"
#. Tag: para
#: using-d-i.xml:1723
@@ -1433,63 +2727,150 @@ msgstr "前節の Erase data の節をご覧ください。"
#. Tag: para
#: using-d-i.xml:1747
#, no-c-format
-msgid "Please note that the <emphasis>graphical</emphasis> version of the installer still has some limitations when compared to the textual one. For cryptography it means you can set up only volumes using a <emphasis>passphrase</emphasis> as the encryption key."
-msgstr "<emphasis>グラフィカル</emphasis>版インストーラでは、 テキスト版と比べて、まだいくつか制限があることに注意してください。 暗号化については、暗号化キーに <emphasis>パスフレーズ</emphasis> を使用するボリュームのみ作成できます。"
+msgid ""
+"Please note that the <emphasis>graphical</emphasis> version of the installer "
+"still has some limitations when compared to the textual one. For "
+"cryptography it means you can set up only volumes using a "
+"<emphasis>passphrase</emphasis> as the encryption key."
+msgstr ""
+"<emphasis>グラフィカル</emphasis>版インストーラでは、テキスト版と比べて、まだ"
+"いくつか制限があることに注意してください。暗号化については、暗号化キーに "
+"<emphasis>パスフレーズ</emphasis> を使用するボリュームのみ作成できます。"
#. Tag: para
#: using-d-i.xml:1755
#, no-c-format
-msgid "After you have selected the desired parameters for your encrypted partitions, return back to the main partitioning menu. There should now be a new menu item called <guimenu>Configure encrypted volumes</guimenu>. After you select it, you will be asked to confirm the deletion of data on partitions marked to be erased and possibly other actions such as writing a new partition table. For large partitions this might take some time."
-msgstr "暗号化パーティション用に必要なパラメータを選択すると、 メインパーティション分割メニューに戻ります。 そこに今度は<guimenu>暗号化されたボリュームの設定</guimenu> という項目があるはずです。これを選択すると、 削除するようにマークしたパーティションを本当に削除してよいか確認し、 新しいパーティションテーブルを書き込むといったアクションを起こします。 大きなパーティションではしばらく時間がかかるでしょう。"
+msgid ""
+"After you have selected the desired parameters for your encrypted "
+"partitions, return back to the main partitioning menu. There should now be a "
+"new menu item called <guimenu>Configure encrypted volumes</guimenu>. After "
+"you select it, you will be asked to confirm the deletion of data on "
+"partitions marked to be erased and possibly other actions such as writing a "
+"new partition table. For large partitions this might take some time."
+msgstr ""
+"暗号化パーティション用に必要なパラメータを選択すると、メインパーティション分"
+"割メニューに戻ります。そこに今度は<guimenu>暗号化されたボリュームの設定</"
+"guimenu> という項目があるはずです。これを選択すると、削除するようにマークした"
+"パーティションを本当に削除してよいか確認し、新しいパーティションテーブルを書"
+"き込むといったアクションを起こします。大きなパーティションではしばらく時間が"
+"かかるでしょう。"
#. Tag: para
#: using-d-i.xml:1765
#, no-c-format
-msgid "Next you will be asked to enter a passphrase for partitions configured to use one. Good passphrases should be longer than 8 characters, should be a mixture of letters, numbers and other characters and should not contain common dictionary words or information easily associable with you (such as birthdates, hobbies, pet names, names of family members or relatives, etc.)."
-msgstr "次に、パスフレーズを使用するよう設定していれば、パスフレーズを訊かれます。 よいパスフレーズは、8 文字以上で、文字・数字・その他の記号が混ざり、 辞書に載っていないか、容易に連想される情報 (誕生日、趣味、ペットの名前、家族や親戚の名前など) でないものです。"
+msgid ""
+"Next you will be asked to enter a passphrase for partitions configured to "
+"use one. Good passphrases should be longer than 8 characters, should be a "
+"mixture of letters, numbers and other characters and should not contain "
+"common dictionary words or information easily associable with you (such as "
+"birthdates, hobbies, pet names, names of family members or relatives, etc.)."
+msgstr ""
+"次に、パスフレーズを使用するよう設定していれば、パスフレーズを訊かれます。よ"
+"いパスフレーズは、8 文字以上で、文字・数字・その他の記号が混ざり、辞書に載っ"
+"ていないか、容易に連想される情報 (誕生日、趣味、ペットの名前、家族や親戚の名"
+"前など) でないものです。"
#. Tag: para
#: using-d-i.xml:1774
#, no-c-format
-msgid "Before you input any passphrases, you should have made sure that your keyboard is configured correctly and generates the expected characters. If you are unsure, you can switch to the second virtual console and type some text at the prompt. This ensures that you won't be surprised later, e.g. by trying to input a passphrase using a qwerty keyboard layout when you used an azerty layout during the installation. This situation can have several causes. Maybe you switched to another keyboard layout during the installation, or the selected keyboard layout might not have been set up yet when entering the passphrase for the root file system."
-msgstr "パスフレーズを入力する前に、キーボードが正しく設定され、 期待した文字が入力できるようになっていなければなりません。 よくわからなければ、別の仮想端末に切り替えて、プロンプトに入力してください。 これにより、例えば、インストール中に azerty 配列を使用しているのに、 qwerty 配列でパスフレーズを入力するといったことで、 あなたが後で驚くようなことにはならないでしょう。 この状況はいくつかの原因が考えられます。 インストール中に別のキーボード配列に切り替えたとか、 ルートファイルシステムのパスフレーズを入力する時に、 まだ選択したキーボードレイアウトが有効でなかったのかもしれません。"
+msgid ""
+"Before you input any passphrases, you should have made sure that your "
+"keyboard is configured correctly and generates the expected characters. If "
+"you are unsure, you can switch to the second virtual console and type some "
+"text at the prompt. This ensures that you won't be surprised later, e.g. by "
+"trying to input a passphrase using a qwerty keyboard layout when you used an "
+"azerty layout during the installation. This situation can have several "
+"causes. Maybe you switched to another keyboard layout during the "
+"installation, or the selected keyboard layout might not have been set up yet "
+"when entering the passphrase for the root file system."
+msgstr ""
+"パスフレーズを入力する前に、キーボードが正しく設定され、期待した文字が入力で"
+"きるようになっていなければなりません。よくわからなければ、別の仮想端末に切り"
+"替えて、プロンプトに入力してください。これにより、例えば、インストール中に "
+"azerty 配列を使用しているのに、qwerty 配列でパスフレーズを入力するといったこ"
+"とで、あなたが後で驚くようなことにはならないでしょう。この状況はいくつかの原"
+"因が考えられます。インストール中に別のキーボード配列に切り替えたとか、ルート"
+"ファイルシステムのパスフレーズを入力する時に、まだ選択したキーボードレイアウ"
+"トが有効でなかったのかもしれません。"
#. Tag: para
#: using-d-i.xml:1787
#, no-c-format
-msgid "If you selected to use methods other than a passphrase to create encryption keys, they will be generated now. Because the kernel may not have gathered a sufficient amount of entropy at this early stage of the installation, the process may take a long time. You can help speed up the process by generating entropy: e.g. by pressing random keys, or by switching to the shell on the second virtual console and generating some network and disk traffic (downloading some files, feeding big files into <filename>/dev/null</filename>, etc.). This will be repeated for each partition to be encrypted."
-msgstr "暗号化キーの作成に、パスフレーズ以外の方法を選択した場合、 すぐに暗号化キーを生成します。 インストールの初期では、カーネルが充分なエントロピーを集めていないので、 このプロセスに長時間かかるかもしれません。 エントロピーを集めてこのプロセスのスピードを上げるには、 ランダムにキーを押す、別の仮想コンソールに切り替えて (ファイルのダウンロードや、 大きなファイルを <filename>/dev/null</filename> に流すなど) ネットワークやディスクのトラフィックを起こすなどがあります。 暗号化するパーティションの数だけ繰り返します。"
+msgid ""
+"If you selected to use methods other than a passphrase to create encryption "
+"keys, they will be generated now. Because the kernel may not have gathered a "
+"sufficient amount of entropy at this early stage of the installation, the "
+"process may take a long time. You can help speed up the process by "
+"generating entropy: e.g. by pressing random keys, or by switching to the "
+"shell on the second virtual console and generating some network and disk "
+"traffic (downloading some files, feeding big files into <filename>/dev/null</"
+"filename>, etc.). This will be repeated for each partition to be encrypted."
+msgstr ""
+"暗号化キーの作成に、パスフレーズ以外の方法を選択した場合、すぐに暗号化キーを"
+"生成します。インストールの初期では、カーネルが充分なエントロピーを集めていな"
+"いので、このプロセスに長時間かかるかもしれません。エントロピーを集めてこのプ"
+"ロセスのスピードを上げるには、ランダムにキーを押す、別の仮想コンソールに切り"
+"替えて (ファイルのダウンロードや、大きなファイルを <filename>/dev/null</"
+"filename> に流すなど) ネットワークやディスクのトラフィックを起こすなどがあり"
+"ます。暗号化するパーティションの数だけ繰り返します。"
#. Tag: para
#: using-d-i.xml:1803
#, no-c-format
msgid ""
-"After returning to the main partitioning menu, you will see all encrypted volumes as additional partitions which can be configured in the same way as ordinary partitions. The following example shows two different volumes. The first one is encrypted via dm-crypt, the second one via loop-AES. <informalexample><screen>\n"
-"Encrypted volume (<replaceable>sda2_crypt</replaceable>) - 115.1 GB Linux device-mapper\n"
+"After returning to the main partitioning menu, you will see all encrypted "
+"volumes as additional partitions which can be configured in the same way as "
+"ordinary partitions. The following example shows two different volumes. The "
+"first one is encrypted via dm-crypt, the second one via loop-AES. "
+"<informalexample><screen>\n"
+"Encrypted volume (<replaceable>sda2_crypt</replaceable>) - 115.1 GB Linux "
+"device-mapper\n"
" #1 115.1 GB F ext3\n"
"\n"
"Loopback (<replaceable>loop0</replaceable>) - 515.2 MB AES256 keyfile\n"
" #1 515.2 MB F ext3\n"
-"</screen></informalexample> Now is the time to assign mount points to the volumes and optionally change the file system types if the defaults do not suit you."
+"</screen></informalexample> Now is the time to assign mount points to the "
+"volumes and optionally change the file system types if the defaults do not "
+"suit you."
msgstr ""
-"メインパーティション分割メニューに戻ると、暗号化ボリュームが、 通常のパーティションと同様に追加パーティションとして見えています。 以下の例では、2 つの異なるボリュームを示します。 1 番目は dm-crypt で暗号化し、2 番目は loop-AES で暗号化しています。 <informalexample><screen>\n"
-"Encrypted volume (<replaceable>sda2_crypt</replaceable>) - 115.1 GB Linux device-mapper\n"
+"メインパーティション分割メニューに戻ると、暗号化ボリュームが、通常のパーティ"
+"ションと同様に追加パーティションとして見えています。以下の例では、2 つの異な"
+"るボリュームを示します。1 番目は dm-crypt で暗号化し、2 番目は loop-AES で暗"
+"号化しています。<informalexample><screen>\n"
+"Encrypted volume (<replaceable>sda2_crypt</replaceable>) - 115.1 GB Linux "
+"device-mapper\n"
" #1 115.1 GB F ext3\n"
"\n"
"Loopback (<replaceable>loop0</replaceable>) - 515.2 MB AES256 keyfile\n"
" #1 515.2 MB F ext3\n"
-"</screen></informalexample> 今度は、ボリュームをマウントポイントに割り当てます。 また、デフォルトのファイルシステムタイプが合っていなければ変更も行います。"
+"</screen></informalexample>今度は、ボリュームをマウントポイントに割り当てま"
+"す。また、デフォルトのファイルシステムタイプが合っていなければ変更も行いま"
+"す。"
#. Tag: para
#: using-d-i.xml:1816
#, no-c-format
-msgid "One thing to note here are the identifiers in parentheses (<replaceable>sda2_crypt</replaceable> and <replaceable>loop0</replaceable> in this case) and the mount points you assigned to each encrypted volume. You will need this information later when booting the new system. The differences between ordinary boot process and boot process with encryption involved will be covered later in <xref linkend=\"mount-encrypted-volumes\"/>."
-msgstr "ここで注意するのは、括弧内の識別子 (ここでは <replaceable>sda2_crypt</replaceable> と <replaceable>loop0</replaceable>) と、 暗号化ボリュームを割り当てるマウントポイントです。 後で新しいシステムを起動するときに、この情報が必要になります。 通常の起動プロセスと、暗号を伴う起動プロセスの相違点は、 <xref linkend=\"mount-encrypted-volumes\"/> で扱います。"
+msgid ""
+"One thing to note here are the identifiers in parentheses "
+"(<replaceable>sda2_crypt</replaceable> and <replaceable>loop0</replaceable> "
+"in this case) and the mount points you assigned to each encrypted volume. "
+"You will need this information later when booting the new system. The "
+"differences between ordinary boot process and boot process with encryption "
+"involved will be covered later in <xref linkend=\"mount-encrypted-volumes\"/"
+">."
+msgstr ""
+"ここで注意するのは、括弧内の識別子 (ここでは <replaceable>sda2_crypt</"
+"replaceable> と <replaceable>loop0</replaceable>) と、暗号化ボリュームを割り"
+"当てるマウントポイントです。後で新しいシステムを起動するときに、この情報が必"
+"要になります。通常の起動プロセスと、暗号を伴う起動プロセスの相違点は、<xref "
+"linkend=\"mount-encrypted-volumes\"/> で扱います。"
#. Tag: para
#: using-d-i.xml:1826
#, no-c-format
-msgid "Once you are satisfied with the partitioning scheme, continue with the installation."
+msgid ""
+"Once you are satisfied with the partitioning scheme, continue with the "
+"installation."
msgstr "パーティション分割の内容に納得いったら、インストールに進んでください。"
#. Tag: title
@@ -1501,26 +2882,56 @@ msgstr "基本システムのインストール"
#. Tag: para
#: using-d-i.xml:1838
#, no-c-format
-msgid "Although this stage is the least problematic, it consumes a significant fraction of the install because it downloads, verifies and unpacks the whole base system. If you have a slow computer or network connection, this could take some time."
-msgstr "この段階が最重要でないとはいえ、全体の基本システムをダウンロード、確認、 展開にインストールのかなりの部分を費やします。 遅いコンピュータや遅いネットワーク接続しかなければ、 ある程度時間がかかるかもしれません。"
+msgid ""
+"Although this stage is the least problematic, it consumes a significant "
+"fraction of the install because it downloads, verifies and unpacks the whole "
+"base system. If you have a slow computer or network connection, this could "
+"take some time."
+msgstr ""
+"この段階が最重要でないとはいえ、全体の基本システムをダウンロード、確認、展開"
+"にインストールのかなりの部分を費やします。遅いコンピュータや遅いネットワーク"
+"接続しかなければ、ある程度時間がかかるかもしれません。"
#. Tag: para
#: using-d-i.xml:1851
#, no-c-format
-msgid "During installation of the base system, package unpacking and setup messages are redirected to <userinput>tty4</userinput>. You can access this terminal by pressing <keycombo><keycap>Left Alt</keycap><keycap>F4</keycap></keycombo>; get back to the main installer process with <keycombo><keycap>Left Alt</keycap><keycap>F1</keycap></keycombo>."
-msgstr "基本システムのインストール中、パッケージの展開・セットアップメッセージは、 <userinput>tty4</userinput> にリダイレクトされます。 <keycombo><keycap>左 Alt</keycap><keycap>F4</keycap></keycombo> を押すと、この端末 (terminal) にアクセスできます。 元のインストーラの画面に戻るには、 <keycombo><keycap>左 Alt</keycap><keycap>F1</keycap></keycombo> を押してください。"
+msgid ""
+"During installation of the base system, package unpacking and setup messages "
+"are redirected to <userinput>tty4</userinput>. You can access this terminal "
+"by pressing <keycombo><keycap>Left Alt</keycap><keycap>F4</keycap></"
+"keycombo>; get back to the main installer process with "
+"<keycombo><keycap>Left Alt</keycap><keycap>F1</keycap></keycombo>."
+msgstr ""
+"基本システムのインストール中、パッケージの展開・セットアップメッセージは、"
+"<userinput>tty4</userinput> にリダイレクトされます。<keycombo><keycap>左 "
+"Alt</keycap><keycap>F4</keycap></keycombo> を押すと、この端末 (terminal) にア"
+"クセスできます。元のインストーラの画面に戻るには、<keycombo><keycap>左 Alt</"
+"keycap><keycap>F1</keycap></keycombo> を押してください。"
#. Tag: para
#: using-d-i.xml:1860
#, no-c-format
-msgid "The unpack/setup messages generated during this phase are also saved in <filename>/var/log/syslog</filename>. You can check them there if the installation is performed over a serial console."
-msgstr "このフェイズでの展開・設定メッセージは、 <filename>/var/log/syslog</filename> に保存されます。 シリアルコンソールでインストールする場合、これをチェックできます。"
+msgid ""
+"The unpack/setup messages generated during this phase are also saved in "
+"<filename>/var/log/syslog</filename>. You can check them there if the "
+"installation is performed over a serial console."
+msgstr ""
+"このフェイズでの展開・設定メッセージは、<filename>/var/log/syslog</filename> "
+"に保存されます。シリアルコンソールでインストールする場合、これをチェックでき"
+"ます。"
#. Tag: para
#: using-d-i.xml:1866
#, no-c-format
-msgid "As part of the installation, a Linux kernel will be installed. At the default priority, the installer will choose one for you that best matches your hardware. In lower priority modes, you will be able to choose from a list of available kernels."
-msgstr "インストールの途中で、Linux カーネルをインストールします。 デフォルトの優先度では、 インストーラはハードウェアと最も適合するカーネルを選びます。 より低い優先度モードでは、利用可能なカーネルのリストから選ぶことができます。"
+msgid ""
+"As part of the installation, a Linux kernel will be installed. At the "
+"default priority, the installer will choose one for you that best matches "
+"your hardware. In lower priority modes, you will be able to choose from a "
+"list of available kernels."
+msgstr ""
+"インストールの途中で、Linux カーネルをインストールします。デフォルトの優先度"
+"では、インストーラはハードウェアと最も適合するカーネルを選びます。より低い優"
+"先度モードでは、利用可能なカーネルのリストから選ぶことができます。"
#. Tag: title
#: using-d-i.xml:1878
@@ -1531,8 +2942,14 @@ msgstr "ユーザとパスワードのセットアップ"
#. Tag: para
#: using-d-i.xml:1879
#, no-c-format
-msgid "After the base system has been installed, the installer will allow you to set up the <quote>root</quote> account and/or an account for the first user. Other user accounts can be created after the installation has been completed."
-msgstr "ベースシステムのインストールが終わると、 インストーラは <quote>root</quote> アカウントや、 最初のユーザアカウントのセットアップを行います。 その他のユーザアカウントは、インストール完了後に作成してください。"
+msgid ""
+"After the base system has been installed, the installer will allow you to "
+"set up the <quote>root</quote> account and/or an account for the first user. "
+"Other user accounts can be created after the installation has been completed."
+msgstr ""
+"ベースシステムのインストールが終わると、インストーラは <quote>root</quote> ア"
+"カウントや、最初のユーザアカウントのセットアップを行います。その他のユーザア"
+"カウントは、インストール完了後に作成してください。"
#. Tag: title
#: using-d-i.xml:1893
@@ -1543,20 +2960,43 @@ msgstr "root パスワードの設定"
#. Tag: para
#: using-d-i.xml:1897
#, no-c-format
-msgid "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."
-msgstr "<emphasis>root</emphasis> アカウントは、 ログインするとシステムのすべてのセキュリティ保護をバイパスしてしまうので、 <emphasis>スーパーユーザ</emphasis>とも呼ばれています。 root アカウントはシステム管理のみに使用し、 可能な限り短時間使用するのみにすべきです。"
+msgid ""
+"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."
+msgstr ""
+"<emphasis>root</emphasis> アカウントは、ログインするとシステムのすべてのセ"
+"キュリティ保護をバイパスしてしまうので、<emphasis>スーパーユーザ</emphasis>と"
+"も呼ばれています。root アカウントはシステム管理のみに使用し、可能な限り短時間"
+"使用するのみにすべきです。"
#. Tag: para
#: using-d-i.xml:1905
#, no-c-format
-msgid "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."
-msgstr "作成するパスワードは、少なくとも 6 文字以上で、 大文字小文字、カンマやピリオドを混ぜるべきです。 root パスワードを設定するときには、 強力なアカウント故に特別注意を払ってください。 辞書にある単語や推測される個人情報を使用するのは避けてください。"
+msgid ""
+"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."
+msgstr ""
+"作成するパスワードは、少なくとも 6 文字以上で、大文字小文字、カンマやピリオド"
+"を混ぜるべきです。root パスワードを設定するときには、強力なアカウント故に特別"
+"注意を払ってください。辞書にある単語や推測される個人情報を使用するのは避けて"
+"ください。"
#. Tag: para
#: using-d-i.xml:1913
#, no-c-format
-msgid "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."
-msgstr "誰であっても、root パスワードが必要だと言う人がいる場合には、 殊更に用心してください。 他のシステム管理者と共に機械の管理をしているのでなければ、 root パスワードを教える必要は、通常決してありません。"
+msgid ""
+"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."
+msgstr ""
+"誰であっても、root パスワードが必要だと言う人がいる場合には、殊更に用心してく"
+"ださい。他のシステム管理者と共に機械の管理をしているのでなければ、root パス"
+"ワードを教える必要は、通常決してありません。"
#. Tag: title
#: using-d-i.xml:1923
@@ -1567,26 +3007,58 @@ msgstr "一般ユーザの作成"
#. Tag: para
#: using-d-i.xml:1925
#, no-c-format
-msgid "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."
-msgstr "システムは、この時点で一般ユーザアカウントを作成するかどうか質問します。 このアカウントは、個人でログインする時のメインとするべきです。 root アカウントを日常的に使用したり、 個人的な用途でログインするべきでは<emphasis>ありません</emphasis>。"
+msgid ""
+"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."
+msgstr ""
+"システムは、この時点で一般ユーザアカウントを作成するかどうか質問します。この"
+"アカウントは、個人でログインする時のメインとするべきです。root アカウントを日"
+"常的に使用したり、個人的な用途でログインするべきでは<emphasis>ありません</"
+"emphasis>。"
#. Tag: para
#: using-d-i.xml:1934
#, no-c-format
-msgid "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."
-msgstr "なぜいけないのでしょう? root 権限を使用しないようにする理由のひとつは、 root により簡単に取り返しのつかない損害を与えられるということです。 他には、だまされて<emphasis>トロイの木馬</emphasis> (あなたに隠れ、スーパーユーザ権限を利用してシステムに感染するプログラム) を動かしてしまうということもあり得ます。 UNIX システム管理に関するいずれの良書でも、この件に関して詳細に扱っています。 今までご存じなければ、ご一読ください。"
+msgid ""
+"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."
+msgstr ""
+"なぜいけないのでしょう? root 権限を使用しないようにする理由のひとつは、root "
+"により簡単に取り返しのつかない損害を与えられるということです。他には、だまさ"
+"れて<emphasis>トロイの木馬</emphasis> (あなたに隠れ、スーパーユーザ権限を利用"
+"してシステムに感染するプログラム) を動かしてしまうということもあり得ます。"
+"UNIX システム管理に関するいずれの良書でも、この件に関して詳細に扱っています。"
+"今までご存じなければ、ご一読ください。"
#. Tag: para
#: using-d-i.xml:1944
#, no-c-format
-msgid "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."
-msgstr "まず初めに、ユーザのフルネームの入力を求められます。 次にユーザアカウントの名前を求められます。 一般的にファーストネームか、必要充分な名前に似た何かがデフォルトになります。 最後にこのアカウントのパスワードを求められます。"
+msgid ""
+"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."
+msgstr ""
+"まず初めに、ユーザのフルネームの入力を求められます。次にユーザアカウントの名"
+"前を求められます。一般的にファーストネームか、必要充分な名前に似た何かがデ"
+"フォルトになります。最後にこのアカウントのパスワードを求められます。"
#. Tag: para
#: using-d-i.xml:1951
#, no-c-format
-msgid "If at any point after installation you would like to create another account, use the <command>adduser</command> command."
-msgstr "インストール後いつでも、別のアカウントを作成する場合は、 <command>adduser</command> コマンドを使用してください。"
+msgid ""
+"If at any point after installation you would like to create another account, "
+"use the <command>adduser</command> command."
+msgstr ""
+"インストール後いつでも、別のアカウントを作成する場合は、<command>adduser</"
+"command> コマンドを使用してください。"
#. Tag: title
#: using-d-i.xml:1962
@@ -1597,8 +3069,17 @@ msgstr "追加ソフトウェアのインストール"
#. Tag: para
#: using-d-i.xml:1963
#, no-c-format
-msgid "At this point you have a usable but limited system. Most users will want to install additional software on the system to tune it to their needs, and the installer allows you do so. This step can take even longer than installing the base system if you have a slow computer or network connection."
-msgstr "この時点では、制限されたシステムが利用できるようになります。 ほとんどのユーザは、お好みに調整するのに、 追加ソフトウェアをシステムにインストールするでしょうが、 これはインストーラから行えます。 遅いコンピュータやネットワーク接続を使用していると、 このステップは基本システムのインストールよりも時間がかかります。"
+msgid ""
+"At this point you have a usable but limited system. Most users will want to "
+"install additional software on the system to tune it to their needs, and the "
+"installer allows you do so. This step can take even longer than installing "
+"the base system if you have a slow computer or network connection."
+msgstr ""
+"この時点では、制限されたシステムが利用できるようになります。ほとんどのユーザ"
+"は、お好みに調整するのに、追加ソフトウェアをシステムにインストールするでしょ"
+"うが、これはインストーラから行えます。遅いコンピュータやネットワーク接続を使"
+"用していると、このステップは基本システムのインストールよりも時間がかかりま"
+"す。"
#. Tag: title
#: using-d-i.xml:1978
@@ -1609,26 +3090,83 @@ msgstr "apt の設定"
#. Tag: para
#: using-d-i.xml:1980
#, no-c-format
-msgid "One of the tools used to install packages on a &debian; system is a program called <command>apt-get</command>, from the <classname>apt</classname> package<footnote> <para> Note that the program which actually installs the packages is called <command>dpkg</command>. However, this program is more of a low-level tool. <command>apt-get</command> is a higher-level tool, which will invoke <command>dpkg</command> as appropriate. It knows how to retrieve packages from your CD, the network, or wherever. It is also able to automatically install other packages which are required to make the package you're trying to install work correctly. </para> </footnote>. Other front-ends for package management, like <command>aptitude</command> and <command>synaptic</command>, are also in use. These front-ends are recommended for new users, since they integrate some additional features (package searching and status checks) in a nice user interface. In fact, <command>aptitude</command> is now the recommended utility for package management."
-msgstr "&debian; システムにパッケージをインストールするツールの 1 つに <classname>apt</classname> パッケージの <command>apt-get</command> プログラムがあります<footnote> <para> パッケージを実際にインストールするプログラムは、 <command>dpkg</command> であることに注意してください。 ですが、このプログラムは、どちらかというと下位のツールです。 <command>apt-get</command> はもっと上位のツールで、 適切に <command>dpkg</command> を起動します。 また、CD やネットワーク、その他から、 パッケージをどのように取得するかも知っています。 さらに、インストール作業が正しく行えるように、 パッケージが必要とする他のパッケージも自動的にインストールできます。 </para> </footnote>。 パッケージ管理のその他のフロントエンドには、<command>aptitude</command> や <command>synaptic</command> も使われます。 これらのフロントエンドは追加機能 (パッケージの検索や状態チェック) を、 すばらしいユーザインターフェースと統合しているので、 新しいユーザにお勧めします。 実際、<command>aptitude</command> は、現在のところ、 パッケージ管理の推奨ユーティリティです。"
+msgid ""
+"One of the tools used to install packages on a &debian; system is a program "
+"called <command>apt-get</command>, from the <classname>apt</classname> "
+"package<footnote> <para> Note that the program which actually installs the "
+"packages is called <command>dpkg</command>. However, this program is more of "
+"a low-level tool. <command>apt-get</command> is a higher-level tool, which "
+"will invoke <command>dpkg</command> as appropriate. It knows how to retrieve "
+"packages from your CD, the network, or wherever. It is also able to "
+"automatically install other packages which are required to make the package "
+"you're trying to install work correctly. </para> </footnote>. Other front-"
+"ends for package management, like <command>aptitude</command> and "
+"<command>synaptic</command>, are also in use. These front-ends are "
+"recommended for new users, since they integrate some additional features "
+"(package searching and status checks) in a nice user interface. In fact, "
+"<command>aptitude</command> is now the recommended utility for package "
+"management."
+msgstr ""
+"&debian; システムにパッケージをインストールするツールの 1 つに "
+"<classname>apt</classname> パッケージの <command>apt-get</command> プログラム"
+"があります<footnote> <para> パッケージを実際にインストールするプログラムは、"
+"<command>dpkg</command> であることに注意してください。ですが、このプログラム"
+"は、どちらかというと下位のツールです。<command>apt-get</command> はもっと上位"
+"のツールで、適切に <command>dpkg</command> を起動します。また、CD やネット"
+"ワーク、その他から、パッケージをどのように取得するかも知っています。さらに、"
+"インストール作業が正しく行えるように、パッケージが必要とする他のパッケージも"
+"自動的にインストールできます。</para> </footnote>。パッケージ管理のその他のフ"
+"ロントエンドには、<command>aptitude</command> や <command>synaptic</command> "
+"も使われます。これらのフロントエンドは追加機能 (パッケージの検索や状態チェッ"
+"ク) を、すばらしいユーザインターフェースと統合しているので、新しいユーザにお"
+"勧めします。実際、<command>aptitude</command> は、現在のところ、パッケージ管"
+"理の推奨ユーティリティです。"
#. Tag: para
#: using-d-i.xml:2004
#, no-c-format
-msgid "<command>apt</command> must be configured so that it knows from where to retrieve packages. The results of this configuration are written to the file <filename>/etc/apt/sources.list</filename>. You can examine and edit this file to your liking after the installation is complete."
-msgstr "パッケージをどこから取得するか、 <command>apt</command> を設定しておかなくてはなりません。 この設定の結果は、<filename>/etc/apt/sources.list</filename> ファイルに書き込まれます。 インストール完了後に、お好みに合わせて検査・編集できます。"
+msgid ""
+"<command>apt</command> must be configured so that it knows from where to "
+"retrieve packages. The results of this configuration are written to the file "
+"<filename>/etc/apt/sources.list</filename>. You can examine and edit this "
+"file to your liking after the installation is complete."
+msgstr ""
+"パッケージをどこから取得するか、<command>apt</command> を設定しておかなくては"
+"なりません。この設定の結果は、<filename>/etc/apt/sources.list</filename> ファ"
+"イルに書き込まれます。インストール完了後に、お好みに合わせて検査・編集できま"
+"す。"
#. Tag: para
#: using-d-i.xml:2011
#, no-c-format
-msgid "If you are installing at default priority, the installer will largely take care of the configuration automatically, based on the installation method you are using and possibly using choices made earlier in the installation. In most cases the installer will automatically add a security mirror and, if you are installing the stable distribution, a mirror for the <quote>volatile</quote> update service."
-msgstr "デフォルトの優先度でインストールしている場合、インストール方法と、 可能であればインストールの初期に選択した内容から、 大部分の設定を自動で面倒みてくれます。 ほとんどの場合、インストーラは自動でセキュリティミラーを追加します。 また、安定版をインストールしている場合、 <quote>volatile</quote> 更新サービスのミラーを追加します。"
+msgid ""
+"If you are installing at default priority, the installer will largely take "
+"care of the configuration automatically, based on the installation method "
+"you are using and possibly using choices made earlier in the installation. "
+"In most cases the installer will automatically add a security mirror and, if "
+"you are installing the stable distribution, a mirror for the "
+"<quote>volatile</quote> update service."
+msgstr ""
+"デフォルトの優先度でインストールしている場合、インストール方法と、可能であれ"
+"ばインストールの初期に選択した内容から、大部分の設定を自動で面倒みてくれま"
+"す。ほとんどの場合、インストーラは自動でセキュリティミラーを追加します。ま"
+"た、安定版をインストールしている場合、<quote>volatile</quote> 更新サービスの"
+"ミラーを追加します。"
#. Tag: para
#: using-d-i.xml:2020
#, no-c-format
-msgid "If you are installing at a lower priority (e.g. in expert mode), you will be able to make more decisions yourself. You can choose whether or not to use the security and/or volatile update services, and you can choose to add packages from the <quote>contrib</quote> and <quote>non-free</quote> sections of the archive."
-msgstr "低い優先度でインストールしている場合 (例: エキスパートモード)、 もっと多くのことを自分で決定できます。 セキュリティや volatile 更新サービスの有無や、 アーカイブの <quote>contrib</quote> や <quote>non-free</quote> からのパッケージ追加の有無を選べます。"
+msgid ""
+"If you are installing at a lower priority (e.g. in expert mode), you will be "
+"able to make more decisions yourself. You can choose whether or not to use "
+"the security and/or volatile update services, and you can choose to add "
+"packages from the <quote>contrib</quote> and <quote>non-free</quote> "
+"sections of the archive."
+msgstr ""
+"低い優先度でインストールしている場合 (例: エキスパートモード)、もっと多くのこ"
+"とを自分で決定できます。セキュリティや volatile 更新サービスの有無や、アーカ"
+"イブの <quote>contrib</quote> や <quote>non-free</quote> からのパッケージ追加"
+"の有無を選べます。"
#. Tag: title
#: using-d-i.xml:2031
@@ -1639,38 +3177,90 @@ msgstr "2 枚以上の CD/DVD でのインストール"
#. Tag: para
#: using-d-i.xml:2033
#, no-c-format
-msgid "If you are installing from a CD or a DVD that is part of a larger set, the installer will ask if you want to scan additional CDs or DVDs. If you have additional CDs or DVDs available, you probably want to do this so the installer can use the packages included on them."
-msgstr "複数枚からなる CD や DVD でインストールする場合、 さらに CD やDVD をスキャンするか、インストーラが尋ねてきます。 追加する CD や DVD がある場合、そこからパッケージをインストールするため、 スキャンしたくなると思います。"
+msgid ""
+"If you are installing from a CD or a DVD that is part of a larger set, the "
+"installer will ask if you want to scan additional CDs or DVDs. If you have "
+"additional CDs or DVDs available, you probably want to do this so the "
+"installer can use the packages included on them."
+msgstr ""
+"複数枚からなる CD や DVD でインストールする場合、さらに CD やDVD をスキャンす"
+"るか、インストーラが尋ねてきます。追加する CD や DVD がある場合、そこからパッ"
+"ケージをインストールするため、スキャンしたくなると思います。"
#. Tag: para
#: using-d-i.xml:2040
#, no-c-format
-msgid "If you do not have any additional CDs or DVDs, that is no problem: using them is not required. If you also do not use a network mirror (as explained in the next section), it can mean that not all packages belonging to the tasks you select in the next step of the installation can be installed."
-msgstr "追加する CD や DVD がない場合、これは必須ではないので、問題ありません。 ネットワークミラーも使用しない場合 (次節で説明します)、次のステップで選択する、 タスクに属するすべてのパッケージをインストールできるわけではないことを意味します。"
+msgid ""
+"If you do not have any additional CDs or DVDs, that is no problem: using "
+"them is not required. If you also do not use a network mirror (as explained "
+"in the next section), it can mean that not all packages belonging to the "
+"tasks you select in the next step of the installation can be installed."
+msgstr ""
+"追加する CD や DVD がない場合、これは必須ではないので、問題ありません。ネット"
+"ワークミラーも使用しない場合 (次節で説明します)、次のステップで選択する、タス"
+"クに属するすべてのパッケージをインストールできるわけではないことを意味しま"
+"す。"
#. Tag: para
#: using-d-i.xml:2048
#, no-c-format
-msgid "Packages are included on CDs (and DVDs) in the order of their popularity. This means that for most uses only the first CDs in a set are needed and that only very few people actually use any of the packages included on the last CDs in a set."
-msgstr "CD (と DVD) にあるパッケージは、人気のある順に納められています。 これにより、ほとんどの人は必要な CD セットの 1 枚目の CD を使い、 非常に少数の人だけが、最後の CD に入っているパッケージを使用することになります。"
+msgid ""
+"Packages are included on CDs (and DVDs) in the order of their popularity. "
+"This means that for most uses only the first CDs in a set are needed and "
+"that only very few people actually use any of the packages included on the "
+"last CDs in a set."
+msgstr ""
+"CD (と DVD) にあるパッケージは、人気のある順に納められています。これにより、"
+"ほとんどの人は必要な CD セットの 1 枚目の CD を使い、非常に少数の人だけが、最"
+"後の CD に入っているパッケージを使用することになります。"
#. Tag: para
#: using-d-i.xml:2055
#, no-c-format
-msgid "It also means that buying or downloading and burning a full CD set is just a waste of money as you'll never use most of them. In most cases you are better off getting only the first 3 to 8 CDs and installing any additional packages you may need from the Internet by using a mirror. The same goes for DVD sets: the first DVD, or maybe the first two DVDs will cover most needs."
-msgstr "これはフル CD セットのうち、まったく使わないものを買ったり、 ダウンロードして焼いたりといったことは、 お金の無駄になってしまうということでもあります。 ほとんどの場合、3〜8 枚の CD を用意し、 さらにパッケージを追加する必要がある場合には、 ミラーサイトを利用しインターネットから取得する方が楽です。 DVD セットの場合も同じことが言えます。 1 枚目の DVD か、もしかすると 2 枚目の DVD で必要なものをカバーできるでしょう。"
+msgid ""
+"It also means that buying or downloading and burning a full CD set is just a "
+"waste of money as you'll never use most of them. In most cases you are "
+"better off getting only the first 3 to 8 CDs and installing any additional "
+"packages you may need from the Internet by using a mirror. The same goes for "
+"DVD sets: the first DVD, or maybe the first two DVDs will cover most needs."
+msgstr ""
+"これはフル CD セットのうち、まったく使わないものを買ったり、ダウンロードして"
+"焼いたりといったことは、お金の無駄になってしまうということでもあります。ほと"
+"んどの場合、3〜8 枚の CD を用意し、さらにパッケージを追加する必要がある場合に"
+"は、ミラーサイトを利用しインターネットから取得する方が楽です。DVD セットの場"
+"合も同じことが言えます。1 枚目の DVD か、もしかすると 2 枚目の DVD で必要なも"
+"のをカバーできるでしょう。"
#. Tag: para
#: using-d-i.xml:2064
#, no-c-format
-msgid "A good rule of thumb is that for a regular desktop installation (using the GNOME desktop environment) only the first three CDs are needed. For the alternative desktop environments (KDE or Xfce), additional CDs are needed. The first DVD easily covers all three desktop environments."
-msgstr "経験上、標準的なデスクトップ (GNOME デスクトップ環境を利用) をインストールする場合、 最初の 3 枚の CD があれば事足ります。 その他のデスクトップ環境 (KDE や Xfce) では、追加 CD が必要です。 1 枚目の DVD では、その 3 つのデスクトップ環境をすべてカバーしています。"
+msgid ""
+"A good rule of thumb is that for a regular desktop installation (using the "
+"GNOME desktop environment) only the first three CDs are needed. For the "
+"alternative desktop environments (KDE or Xfce), additional CDs are needed. "
+"The first DVD easily covers all three desktop environments."
+msgstr ""
+"経験上、標準的なデスクトップ (GNOME デスクトップ環境を利用) をインストールす"
+"る場合、最初の 3 枚の CD があれば事足ります。その他のデスクトップ環境 (KDE "
+"や Xfce) では、追加 CD が必要です。1 枚目の DVD では、その 3 つのデスクトップ"
+"環境をすべてカバーしています。"
#. Tag: para
#: using-d-i.xml:2072
#, no-c-format
-msgid "If you do scan multiple CDs or DVDs, the installer will prompt you to exchange them when it needs packages from another CD/DVD than the one currently in the drive. Note that only CDs or DVDs that belong to the same set should be scanned. The order in which they are scanned does not really matter, but scanning them in ascending order will reduce the chance of mistakes."
-msgstr "複数の CD/DVD をスキャンする場合、現在ドライブに入っているものではなく、 別の CD/DVD にあるパッケージが必要になると、インストーラは交換するよう促します。 注意: CD や DVD は、同じセットに属するもののみをスキャンするべきです。 スキャンする順番はあまり重要ではありませんが、 昇順にスキャンすると、失敗する可能性が低くなります。"
+msgid ""
+"If you do scan multiple CDs or DVDs, the installer will prompt you to "
+"exchange them when it needs packages from another CD/DVD than the one "
+"currently in the drive. Note that only CDs or DVDs that belong to the same "
+"set should be scanned. The order in which they are scanned does not really "
+"matter, but scanning them in ascending order will reduce the chance of "
+"mistakes."
+msgstr ""
+"複数の CD/DVD をスキャンする場合、現在ドライブに入っているものではなく、別の "
+"CD/DVD にあるパッケージが必要になると、インストーラは交換するよう促します。注"
+"意: CD や DVD は、同じセットに属するもののみをスキャンするべきです。スキャン"
+"する順番はあまり重要ではありませんが、昇順にスキャンすると、失敗する可能性が"
+"低くなります。"
#. Tag: title
#: using-d-i.xml:2085
@@ -1681,38 +3271,94 @@ msgstr "ネットワークミラーの利用"
#. Tag: para
#: using-d-i.xml:2087
#, no-c-format
-msgid "One question that will be asked during most installs is whether or not to use a network mirror as a source for packages. In most cases the default answer should be fine, but there are some exceptions."
-msgstr "インストールに関するよくある質問に、 パッケージの取得元にネットワークミラーを使用するかどうかがあります。 ほとんどの場合、デフォルトの回答でうまくいきますが、中には例外もあります。"
+msgid ""
+"One question that will be asked during most installs is whether or not to "
+"use a network mirror as a source for packages. In most cases the default "
+"answer should be fine, but there are some exceptions."
+msgstr ""
+"インストールに関するよくある質問に、パッケージの取得元にネットワークミラーを"
+"使用するかどうかがあります。ほとんどの場合、デフォルトの回答でうまくいきます"
+"が、中には例外もあります。"
#. Tag: para
#: using-d-i.xml:2093
#, no-c-format
-msgid "If you are <emphasis>not</emphasis> installing from a full CD or DVD or using a full CD/DVD image, you really should use a network mirror as otherwise you will end up with only a very minimal system. However, if you have a limited Internet connection it is best <emphasis>not</emphasis> to select the <literal>desktop</literal> task in the next step of the installation."
-msgstr "完全な CD や DVD からインストール<emphasis>しない</emphasis>か、 完全な CD/DVD イメージを使用して<emphasis>いない</emphasis>場合、 非常に最小限のシステムのみで完了するなら、ネットワークミラーを使用するべきです。 しかし、インターネット接続に制限がある場合、インストールの次のステップで、 <literal>desktop</literal> タスクを選択<emphasis>しない</emphasis>のが最善でしょう"
+msgid ""
+"If you are <emphasis>not</emphasis> installing from a full CD or DVD or "
+"using a full CD/DVD image, you really should use a network mirror as "
+"otherwise you will end up with only a very minimal system. However, if you "
+"have a limited Internet connection it is best <emphasis>not</emphasis> to "
+"select the <literal>desktop</literal> task in the next step of the "
+"installation."
+msgstr ""
+"完全な CD や DVD からインストール<emphasis>しない</emphasis>か、完全な CD/"
+"DVD イメージを使用して<emphasis>いない</emphasis>場合、非常に最小限のシステム"
+"のみで完了するなら、ネットワークミラーを使用するべきです。しかし、インター"
+"ネット接続に制限がある場合、インストールの次のステップで、<literal>desktop</"
+"literal> タスクを選択<emphasis>しない</emphasis>のが最善でしょう"
#. Tag: para
#: using-d-i.xml:2102
#, no-c-format
-msgid "If you are installing from a single full CD or using a full CD image, using a network mirror is not required, but is still strongly recommended because a single CD contains only a fairly limited number of packages. If you have a limited Internet connection it may still be best to <emphasis>not</emphasis> select a network mirror here, but to finish the installation using only what's available on the CD and selectively install additional packages after the installation (i.e. after you have rebooted into the new system)."
-msgstr "1 枚の完全な CD でインストールしていたり、 完全な CD イメージを使用している場合、 ネットワークミラーを使用する必要はありませんが、 1 枚の CD には非常に限られた数のパッケージしか含まれていないため、 ミラーを使用するのを強くお奨めします。 インターネット接続に制限がある場合は、まだここでネットワークミラーを設定しない方がよいでしょう。 CD でできる限りのインストールを行い、追加パッケージのインストールは、 (新しいシステムで起動した後など) 後で行うのがよいでしょう。"
+msgid ""
+"If you are installing from a single full CD or using a full CD image, using "
+"a network mirror is not required, but is still strongly recommended because "
+"a single CD contains only a fairly limited number of packages. If you have a "
+"limited Internet connection it may still be best to <emphasis>not</emphasis> "
+"select a network mirror here, but to finish the installation using only "
+"what's available on the CD and selectively install additional packages after "
+"the installation (i.e. after you have rebooted into the new system)."
+msgstr ""
+"1 枚の完全な CD でインストールしていたり、完全な CD イメージを使用している場"
+"合、ネットワークミラーを使用する必要はありませんが、1 枚の CD には非常に限ら"
+"れた数のパッケージしか含まれていないため、ミラーを使用するのを強くお奨めしま"
+"す。インターネット接続に制限がある場合は、まだここでネットワークミラーを設定"
+"しない方がよいでしょう。CD でできる限りのインストールを行い、追加パッケージの"
+"インストールは、(新しいシステムで起動した後など) 後で行うのがよいでしょう。"
#. Tag: para
#: using-d-i.xml:2113
#, no-c-format
-msgid "If you are installing from a DVD or using a DVD image, any packages needed during the installation should be present on the first DVD. The same is true if you have scanned multiple CDs as explained in the previous section. Use of a network mirror is optional."
-msgstr "DVD でインストールしていたり、DVD イメージを使用している場合、 インストールに必要なパッケージは、1 枚目の DVD で提供されているはずです。 前節で説明したように、複数の CD をスキャンした場合も同じです。 ネットワークミラーの使用はオプションとなります。"
+msgid ""
+"If you are installing from a DVD or using a DVD image, any packages needed "
+"during the installation should be present on the first DVD. The same is true "
+"if you have scanned multiple CDs as explained in the previous section. Use "
+"of a network mirror is optional."
+msgstr ""
+"DVD でインストールしていたり、DVD イメージを使用している場合、インストールに"
+"必要なパッケージは、1 枚目の DVD で提供されているはずです。前節で説明したよう"
+"に、複数の CD をスキャンした場合も同じです。ネットワークミラーの使用はオプ"
+"ションとなります。"
#. Tag: para
#: using-d-i.xml:2120
#, no-c-format
-msgid "One advantage of adding a network mirror is that updates that have occurred since the CD/DVD set was created and have been included in a point release, will become available for installation, thus extending the life of your CD/DVD set without compromising the security or stability of the installed system."
-msgstr "ネットワークミラーを追加する利点は、CD/DVD セットが作成された後の更新や、 ポイントリリースに含まれる更新が、インストールできるということです。 つまり、インストールしたシステムのセキュリティや安定性を傷つけることなく、 CD/DVD の寿命を延ばすことができます。"
+msgid ""
+"One advantage of adding a network mirror is that updates that have occurred "
+"since the CD/DVD set was created and have been included in a point release, "
+"will become available for installation, thus extending the life of your CD/"
+"DVD set without compromising the security or stability of the installed "
+"system."
+msgstr ""
+"ネットワークミラーを追加する利点は、CD/DVD セットが作成された後の更新や、ポイ"
+"ントリリースに含まれる更新が、インストールできるということです。つまり、イン"
+"ストールしたシステムのセキュリティや安定性を傷つけることなく、CD/DVD の寿命を"
+"延ばすことができます。"
#. Tag: para
#: using-d-i.xml:2127
#, no-c-format
-msgid "In summary: selecting a network mirror is generally a good idea, except if you do not have a good Internet connection. If the current version of a package is available from CD/DVD, the installer will always use that. The amount of data that will be downloaded if you do select a mirror thus depends on"
-msgstr "まとめると、ネットワークミラーを選択するのは、 質の良いインターネット接続がない場合を除き、一般的によい考えです。 パッケージの最新版が CD/DVD で利用できる場合には、 インストーラは常にそちらを使用します。 従って、ミラーを選択した場合のダウンロードするデータ量は、以下に依存します。"
+msgid ""
+"In summary: selecting a network mirror is generally a good idea, except if "
+"you do not have a good Internet connection. If the current version of a "
+"package is available from CD/DVD, the installer will always use that. The "
+"amount of data that will be downloaded if you do select a mirror thus "
+"depends on"
+msgstr ""
+"まとめると、ネットワークミラーを選択するのは、質の良いインターネット接続がな"
+"い場合を除き、一般的によい考えです。パッケージの最新版が CD/DVD で利用できる"
+"場合には、インストーラは常にそちらを使用します。従って、ミラーを選択した場合"
+"のダウンロードするデータ量は、以下に依存します。"
#. Tag: para
#: using-d-i.xml:2136
@@ -1729,20 +3375,35 @@ msgstr "どのパッケージがそのタスクに必要か。"
#. Tag: para
#: using-d-i.xml:2146
#, no-c-format
-msgid "which of those packages are present on the CDs or DVDs you have scanned, and"
+msgid ""
+"which of those packages are present on the CDs or DVDs you have scanned, and"
msgstr "そのパッケージがスキャンした CD や DVD に収録されているかどうか。"
#. Tag: para
#: using-d-i.xml:2151
#, no-c-format
-msgid "whether any updated versions of packages included on the CDs or DVDs are available from a mirror (either a regular package mirror, or a mirror for security or volatile updates)."
-msgstr "CDやDVDに収録したパッケージの更新版が、ミラーサイト (通常のパッケージのミラーサイトだけでなく、セキュリティのミラーサイトや volatile のミラーサイト) に用意されているかどうか。"
+msgid ""
+"whether any updated versions of packages included on the CDs or DVDs are "
+"available from a mirror (either a regular package mirror, or a mirror for "
+"security or volatile updates)."
+msgstr ""
+"CDやDVDに収録したパッケージの更新版が、ミラーサイト (通常のパッケージのミラー"
+"サイトだけでなく、セキュリティのミラーサイトや volatile のミラーサイト) に用"
+"意されているかどうか。"
#. Tag: para
#: using-d-i.xml:2160
#, no-c-format
-msgid "Note that the last point means that, even if you choose not to use a network mirror, some packages may still be downloaded from the Internet if there is a security or volatile update available for them and those services have been configured."
-msgstr "最後の点については、ネットワークミラーを使用しないように選択したとしても、 セキュリティや volatile に更新があり、 そのサービスを使用するように設定している場合は、 パッケージをダウンロードする可能性が残っている、ということに注意してください。"
+msgid ""
+"Note that the last point means that, even if you choose not to use a network "
+"mirror, some packages may still be downloaded from the Internet if there is "
+"a security or volatile update available for them and those services have "
+"been configured."
+msgstr ""
+"最後の点については、ネットワークミラーを使用しないように選択したとしても、セ"
+"キュリティや volatile に更新があり、そのサービスを使用するように設定している"
+"場合は、パッケージをダウンロードする可能性が残っている、ということに注意して"
+"ください。"
#. Tag: title
#: using-d-i.xml:2176
@@ -1753,74 +3414,198 @@ msgstr "ソフトウェアの選択・インストール"
#. Tag: para
#: using-d-i.xml:2178
#, no-c-format
-msgid "During the installation process, you are given the opportunity to select additional software to install. Rather than picking individual software packages from the &num-of-distrib-pkgs; available packages, this stage of the installation process focuses on selecting and installing predefined collections of software to quickly set up your computer to perform various tasks."
-msgstr "インストール処理中に、追加ソフトウェアをインストールする機会があります。 &num-of-distrib-pkgs; 個もの利用可能パッケージから、 個々のパッケージを取り上げるよりも、インストール処理のこの段階では、 いち早く様々なコンピュータのタスクをセットアップするよう、 定義済みのソフトウェア集合を選択・インストールするのに集中します。"
+msgid ""
+"During the installation process, you are given the opportunity to select "
+"additional software to install. Rather than picking individual software "
+"packages from the &num-of-distrib-pkgs; available packages, this stage of "
+"the installation process focuses on selecting and installing predefined "
+"collections of software to quickly set up your computer to perform various "
+"tasks."
+msgstr ""
+"インストール処理中に、追加ソフトウェアをインストールする機会があります。&num-"
+"of-distrib-pkgs; 個もの利用可能パッケージから、個々のパッケージを取り上げるよ"
+"りも、インストール処理のこの段階では、いち早く様々なコンピュータのタスクを"
+"セットアップするよう、定義済みのソフトウェア集合を選択・インストールするのに"
+"集中します。"
#. Tag: para
#: using-d-i.xml:2187
#, no-c-format
-msgid "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> <para> You should know that to present this list, the installer is merely invoking the <command>tasksel</command> program. It can be run at any time after installation to install more packages (or remove them), or you can use a more fine-grained tool such as <command>aptitude</command>. 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. </para> </footnote>. <xref linkend=\"tasksel-size-list\"/> lists the space requirements for the available tasks."
-msgstr "ですから、まず<emphasis>タスク</emphasis>を選択し、 後で個々のパッケージを追加できます。 タスクは、様々なジョブやあなたがコンピュータにやらせたいことを、 いくつか大まかに表しています。<quote>デスクトップ環境</quote>、 <quote>Web サーバ</quote>、<quote>Print サーバ</quote>といった具合です <footnote> <para> 表示されるリストは、 インストーラが単に <command>tasksel</command> プログラムを起動しているだけ、 ということを知っておいてください。インストールの後で、 他のパッケージをインストール (または削除) するのにいつでも実行できます。 また <command>aptitude</command> のような、よりきめ細かいツールも利用できます。 インストール完了後、特定の 1 パッケージを探すのなら、単に <userinput>aptitude install <replaceable>パッケージ名</replaceable></userinput> を実行してください。 <replaceable>パッケージ名</replaceable>は、探したいパッケージ名です。 </para> </footnote>。 <xref linkend=\"tasksel-size-list\"/> に、 利用可能タスクの必要容量一覧があります。"
+msgid ""
+"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> <para> You should know that to present "
+"this list, the installer is merely invoking the <command>tasksel</command> "
+"program. It can be run at any time after installation to install more "
+"packages (or remove them), or you can use a more fine-grained tool such as "
+"<command>aptitude</command>. 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. </para> </footnote>. <xref linkend=\"tasksel-size-list\"/> "
+"lists the space requirements for the available tasks."
+msgstr ""
+"ですから、まず<emphasis>タスク</emphasis>を選択し、後で個々のパッケージを追加"
+"できます。タスクは、様々なジョブやあなたがコンピュータにやらせたいことを、い"
+"くつか大まかに表しています。<quote>デスクトップ環境</quote>、<quote>Web サー"
+"バ</quote>、<quote>Print サーバ</quote>といった具合です<footnote><para>表示さ"
+"れるリストは、インストーラが単に <command>tasksel</command> プログラムを起動"
+"しているだけ、ということを知っておいてください。インストールの後で、他のパッ"
+"ケージをインストール (または削除) するのにいつでも実行できます。また "
+"<command>aptitude</command> のような、よりきめ細かいツールも利用できます。イ"
+"ンストール完了後、特定の 1 パッケージを探すのなら、単に <userinput>aptitude "
+"install <replaceable>パッケージ名</replaceable></userinput> を実行してくださ"
+"い。<replaceable>パッケージ名</replaceable>は、探したいパッケージ名です。</"
+"para></footnote>。<xref linkend=\"tasksel-size-list\"/> に、利用可能タスクの"
+"必要容量一覧があります。"
#. Tag: para
#: using-d-i.xml:2214
#, no-c-format
-msgid "Some tasks may be pre-selected based on the characteristics of the computer you are installing. If you disagree with these selections you can deselect them. You can even opt to install no tasks at all at this point."
-msgstr "いくつかのタスクは、インストールするコンピュータの特性により、 あらかじめ選択されている可能性があります。 選択されているものが合わない場合は、そのタスクの選択をはずせます。 全くタスクを選ばないようにもできます。"
+msgid ""
+"Some tasks may be pre-selected based on the characteristics of the computer "
+"you are installing. If you disagree with these selections you can deselect "
+"them. You can even opt to install no tasks at all at this point."
+msgstr ""
+"いくつかのタスクは、インストールするコンピュータの特性により、あらかじめ選択"
+"されている可能性があります。選択されているものが合わない場合は、そのタスクの"
+"選択をはずせます。全くタスクを選ばないようにもできます。"
#. Tag: para
#: using-d-i.xml:2221
#, no-c-format
-msgid "Unless you are using the special KDE or Xfce CDs, the <quote>Desktop environment</quote> task will install the GNOME desktop environment."
-msgstr "特殊な KDE CD や Xfce CD を使用しているのでなければ、 <quote>デスクトップ環境</quote> タスクは、 GNOME デスクトップ環境をインストールします。"
+msgid ""
+"Unless you are using the special KDE or Xfce CDs, the <quote>Desktop "
+"environment</quote> task will install the GNOME desktop environment."
+msgstr ""
+"特殊な KDE CD や Xfce CD を使用しているのでなければ、<quote>デスクトップ環境"
+"</quote> タスクは、GNOME デスクトップ環境をインストールします。"
#. Tag: para
#: using-d-i.xml:2228
#, no-c-format
-msgid "It is not possible to interactively select a different desktop during the installation. However, it <emphasis>is</emphasis> possible to get &d-i; to install a KDE desktop environment instead of GNOME by using preseeding (see <xref linkend=\"preseed-pkgsel\"/>) or by adding the parameter <literal>desktop=kde</literal> at the boot prompt when starting the installer. Alternatively the more lightweight Xfce desktop environment can be selected by using <literal>desktop=xfce</literal>."
-msgstr "インストール中に異なるデスクトップ環境を、 インタラクティブに選択することはできません。 しかし、preseed (<xref linkend=\"preseed-pkgsel\"/> 参照) を使用したり、 インストーラの起動時にブートプロンプトのパラメータで <literal>tasks=\"standard, kde-desktop\"</literal> と指定して、 &d-i; が GNOME ではなく KDE デスクトップ環境をインストールするようにできます。 また、<literal>desktop=xfce</literal> とすると、 もっと軽量な Xfce デスクトップ環境を選択できます。"
+msgid ""
+"It is not possible to interactively select a different desktop during the "
+"installation. However, it <emphasis>is</emphasis> possible to get &d-i; to "
+"install a KDE desktop environment instead of GNOME by using preseeding (see "
+"<xref linkend=\"preseed-pkgsel\"/>) or by adding the parameter "
+"<literal>desktop=kde</literal> at the boot prompt when starting the "
+"installer. Alternatively the more lightweight Xfce desktop environment can "
+"be selected by using <literal>desktop=xfce</literal>."
+msgstr ""
+"インストール中に異なるデスクトップ環境を、インタラクティブに選択することはで"
+"きません。しかし、preseed (<xref linkend=\"preseed-pkgsel\"/> 参照) を使用し"
+"たり、インストーラの起動時にブートプロンプトのパラメータで <literal>tasks="
+"\"standard, kde-desktop\"</literal> と指定して、&d-i; が GNOME ではなく KDE "
+"デスクトップ環境をインストールするようにできます。また、"
+"<literal>desktop=xfce</literal> とすると、もっと軽量な Xfce デスクトップ環境"
+"を選択できます。"
#. Tag: para
#: using-d-i.xml:2238
#, no-c-format
-msgid "Note that this will only work if the packages needed for KDE or Xfce are actually available. If you are installing using a single full CD image, they will need to be downloaded from a mirror as most needed packages are only included on later CDs; installing KDE or Xfce this way should work fine if you are using a DVD image or any other installation method."
-msgstr "KDE や Xfce に必要なパッケージが有効な場合のみ動作することに注意してください。 フル CD イメージ 1 枚でインストールしている場合、 必要なパッケージが後の CD に入っているので、 ミラーサイトからダウンロードする必要があります。 DVD イメージやその他のインストール方法では、 KDE や Xfce のインストールがうまくいくでしょう。"
+msgid ""
+"Note that this will only work if the packages needed for KDE or Xfce are "
+"actually available. If you are installing using a single full CD image, they "
+"will need to be downloaded from a mirror as most needed packages are only "
+"included on later CDs; installing KDE or Xfce this way should work fine if "
+"you are using a DVD image or any other installation method."
+msgstr ""
+"KDE や Xfce に必要なパッケージが有効な場合のみ動作することに注意してくださ"
+"い。フル CD イメージ 1 枚でインストールしている場合、必要なパッケージが後の "
+"CD に入っているので、ミラーサイトからダウンロードする必要があります。DVD イ"
+"メージやその他のインストール方法では、KDE や Xfce のインストールがうまくいく"
+"でしょう。"
#. Tag: para
#: using-d-i.xml:2246
#, no-c-format
-msgid "The various server tasks will install software roughly as follows. DNS server: <classname>bind9</classname>; File server: <classname>samba</classname>, <classname>nfs</classname>; Mail server: <classname>exim4</classname>, <classname>spamassassin</classname>, <classname>uw-imap</classname>; Print server: <classname>cups</classname>; SQL database: <classname>postgresql</classname>; Web server: <classname>apache</classname>."
-msgstr "各サーバタスクでは、おおまかに以下のソフトウェアをインストールします。 DNS サーバ: <classname>bind9</classname>。 ファイルサーバ: <classname>samba</classname>, <classname>nfs</classname>。 メールサーバ: <classname>exim4</classname>, <classname>spamassassin</classname>, <classname>uw-imap</classname>。 印刷サーバ: <classname>cups</classname>。 SQL データベース: <classname>postgresql</classname>。 Web サーバ: <classname>apache</classname>。"
+msgid ""
+"The various server tasks will install software roughly as follows. DNS "
+"server: <classname>bind9</classname>; File server: <classname>samba</"
+"classname>, <classname>nfs</classname>; Mail server: <classname>exim4</"
+"classname>, <classname>spamassassin</classname>, <classname>uw-imap</"
+"classname>; Print server: <classname>cups</classname>; SQL database: "
+"<classname>postgresql</classname>; Web server: <classname>apache</classname>."
+msgstr ""
+"各サーバタスクでは、おおまかに以下のソフトウェアをインストールします。DNS "
+"サーバ: <classname>bind9</classname>。ファイルサーバ: <classname>samba</"
+"classname>, <classname>nfs</classname>。メールサーバ: <classname>exim4</"
+"classname>, <classname>spamassassin</classname>, <classname>uw-imap</"
+"classname>。印刷サーバ: <classname>cups</classname>。SQL データベース: "
+"<classname>postgresql</classname>。Web サーバ: <classname>apache</"
+"classname>。"
#. Tag: para
#: using-d-i.xml:2258
#, no-c-format
-msgid "Once you've selected your tasks, select &BTN-CONT;. At this point, <command>aptitude</command> will install the packages that are part of the tasks you've selected."
-msgstr "タスクを選択したら、&BTN-CONT; を選択してください。 <command>aptitude</command> が選択したパッケージの一部をインストールし始めます。"
+msgid ""
+"Once you've selected your tasks, select &BTN-CONT;. At this point, "
+"<command>aptitude</command> will install the packages that are part of the "
+"tasks you've selected."
+msgstr ""
+"タスクを選択したら、&BTN-CONT; を選択してください。<command>aptitude</"
+"command> が選択したパッケージの一部をインストールし始めます。"
#. Tag: para
#: using-d-i.xml:2265
#, no-c-format
-msgid "In the standard user interface of the installer, you can use the space bar to toggle selection of a task."
-msgstr "インストーラの標準ユーザインターフェースでは、 タスクの選択をスペースバーでトグルできます。"
+msgid ""
+"In the standard user interface of the installer, you can use the space bar "
+"to toggle selection of a task."
+msgstr ""
+"インストーラの標準ユーザインターフェースでは、タスクの選択をスペースバーでト"
+"グルできます。"
#. Tag: para
#: using-d-i.xml:2271
#, no-c-format
-msgid "You should be aware that especially the Desktop task is very large. Especially when installing from a normal CD-ROM in combination with a mirror for packages not on the CD-ROM, the installer may want to retrieve a lot of packages over the network. If you have a relatively slow Internet connection, this can take a long time. There is no option to cancel the installation of packages once it has started."
-msgstr "デスクトップタスクは非常に大きいことを意識していてください。 特に、通常の CD-ROM と、 ミラーサイトにある CD-ROM 外のパッケージを組み合わせる場合、インストーラが、 ネットワークから大量のパッケージを取得しようとするかもしれません。 インターネット接続が低速な場合、長い時間かかるでしょう。 一度、パッケージのインストールを始めたら、 キャンセルするオプションはありません。"
+msgid ""
+"You should be aware that especially the Desktop task is very large. "
+"Especially when installing from a normal CD-ROM in combination with a mirror "
+"for packages not on the CD-ROM, the installer may want to retrieve a lot of "
+"packages over the network. If you have a relatively slow Internet "
+"connection, this can take a long time. There is no option to cancel the "
+"installation of packages once it has started."
+msgstr ""
+"デスクトップタスクは非常に大きいことを意識していてください。特に、通常の CD-"
+"ROM と、ミラーサイトにある CD-ROM 外のパッケージを組み合わせる場合、インス"
+"トーラが、ネットワークから大量のパッケージを取得しようとするかもしれません。"
+"インターネット接続が低速な場合、長い時間かかるでしょう。一度、パッケージのイ"
+"ンストールを始めたら、キャンセルするオプションはありません。"
#. Tag: para
#: using-d-i.xml:2280
#, no-c-format
-msgid "Even when packages are included on the CD-ROM, the installer may still retrieve them from the mirror if the version available on the mirror is more recent than the one included on the CD-ROM. If you are installing the stable distribution, this can happen after a point release (an update of the original stable release); if you are installing the testing distribution this will happen if you are using an older image."
-msgstr "パッケージが CD-ROM に含まれている場合でも、 CD-ROM にあるパッケージよりもミラーサイトにあるパッケージの方が新しければ、 インストーラはミラーサイトから取得しようとします。 安定版をインストールしている場合はポイントリリース (オリジナルの安定版リリースの更新) 後に、 テスト版をインストールしている場合は古いイメージを使用していると、 こういったことが起こり得ます。"
+msgid ""
+"Even when packages are included on the CD-ROM, the installer may still "
+"retrieve them from the mirror if the version available on the mirror is more "
+"recent than the one included on the CD-ROM. If you are installing the stable "
+"distribution, this can happen after a point release (an update of the "
+"original stable release); if you are installing the testing distribution "
+"this will happen if you are using an older image."
+msgstr ""
+"パッケージが CD-ROM に含まれている場合でも、CD-ROM にあるパッケージよりもミ"
+"ラーサイトにあるパッケージの方が新しければ、インストーラはミラーサイトから取"
+"得しようとします。安定版をインストールしている場合はポイントリリース (オリジ"
+"ナルの安定版リリースの更新) 後に、テスト版をインストールしている場合は古いイ"
+"メージを使用していると、こういったことが起こり得ます。"
#. Tag: para
#: using-d-i.xml:2289
#, no-c-format
-msgid "Each package you selected with <command>tasksel</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."
-msgstr "<command>tasksel</command> で選択したパッケージを、 今度は <command>apt-get</command> プログラムと <command>dpkg</command> プログラムでそれぞれダウンロード・展開し、 インストールします。 口うるさいプログラムが、ユーザからの情報をもっと必要とする場合は、 この処理中に入力をうながしてきます。"
+msgid ""
+"Each package you selected with <command>tasksel</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."
+msgstr ""
+"<command>tasksel</command> で選択したパッケージを、今度は <command>apt-get</"
+"command> プログラムと <command>dpkg</command> プログラムでそれぞれダウンロー"
+"ド・展開し、インストールします。口うるさいプログラムが、ユーザからの情報を"
+"もっと必要とする場合は、この処理中に入力をうながしてきます。"
#. Tag: title
#: using-d-i.xml:2302
@@ -1831,8 +3616,17 @@ msgstr "システムを起動可能に"
#. Tag: para
#: using-d-i.xml:2304
#, no-c-format
-msgid "If you are installing a diskless workstation, obviously, booting off the local disk isn't a meaningful option, and this step will be skipped. <phrase arch=\"sparc\">You may wish to set OpenBoot to boot from the network by default; see <xref linkend=\"boot-dev-select-sun\"/>.</phrase>"
-msgstr "ディスクなしワークステーションにインストールするなら、 ローカルディスクから起動するなんて、明らかに意味がありませんから、 このステップをスキップしてください。 <phrase arch=\"sparc\">デフォルトでネットワークから起動するよう、 OpenBoot に設定するのでしたら、 <xref linkend=\"boot-dev-select-sun\"/> をご覧ください。</phrase>"
+msgid ""
+"If you are installing a diskless workstation, obviously, booting off the "
+"local disk isn't a meaningful option, and this step will be skipped. <phrase "
+"arch=\"sparc\">You may wish to set OpenBoot to boot from the network by "
+"default; see <xref linkend=\"boot-dev-select-sun\"/>.</phrase>"
+msgstr ""
+"ディスクなしワークステーションにインストールするなら、ローカルディスクから起"
+"動するなんて、明らかに意味がありませんから、このステップをスキップしてくださ"
+"い。<phrase arch=\"sparc\">デフォルトでネットワークから起動するよう、"
+"OpenBoot に設定するのでしたら、<xref linkend=\"boot-dev-select-sun\"/> をご覧"
+"ください。</phrase>"
#. Tag: title
#: using-d-i.xml:2319
@@ -1843,14 +3637,32 @@ msgstr "他 OS の検出"
#. Tag: para
#: using-d-i.xml:2321
#, no-c-format
-msgid "Before a boot loader is installed, the installer will attempt to probe for other operating systems which are installed on the machine. If it finds a supported operating system, you will be informed of this during the boot loader installation step, and the computer will be configured to boot this other operating system in addition to Debian."
-msgstr "ブートローダがインストールされる前に、インストーラは既にインストールされている 他の OS の検出を試します。 サポートする OS を見つけると、 ブートローダインストールステップの間にそれを通知します。 また、Debian に加えて他の OS をブートできるように、 このコンピュータを設定します。"
+msgid ""
+"Before a boot loader is installed, the installer will attempt to probe for "
+"other operating systems which are installed on the machine. If it finds a "
+"supported operating system, you will be informed of this during the boot "
+"loader installation step, and the computer will be configured to boot this "
+"other operating system in addition to Debian."
+msgstr ""
+"ブートローダがインストールされる前に、インストーラは既にインストールされてい"
+"る他の OS の検出を試します。サポートする OS を見つけると、ブートローダインス"
+"トールステップの間にそれを通知します。また、Debian に加えて他の OS をブートで"
+"きるように、このコンピュータを設定します。"
#. Tag: para
#: using-d-i.xml:2329
#, no-c-format
-msgid "Note that multiple operating systems booting on a single machine is still something of a black art. The automatic support for detecting and setting up boot loaders to boot other operating systems varies by architecture and even by subarchitecture. If it does not work you should consult your boot manager's documentation for more information."
-msgstr "複数の OS を同一の機械で起動するのは、 いまだに魔術的だということに注意してください。 他の OS を検出し起動するようにブートローダをセットアップする自動サポートは、 アーキテクチャごとに (サブアーキテクチャそれぞれでさえ) 異なります。 作動しない場合は、詳細についてブートマネージャの文書を調べるべきです。"
+msgid ""
+"Note that multiple operating systems booting on a single machine is still "
+"something of a black art. The automatic support for detecting and setting up "
+"boot loaders to boot other operating systems varies by architecture and even "
+"by subarchitecture. If it does not work you should consult your boot "
+"manager's documentation for more information."
+msgstr ""
+"複数の OS を同一の機械で起動するのは、いまだに魔術的だということに注意してく"
+"ださい。他の OS を検出し起動するようにブートローダをセットアップする自動サ"
+"ポートは、アーキテクチャごとに (サブアーキテクチャそれぞれでさえ) 異なりま"
+"す。作動しない場合は、詳細についてブートマネージャの文書を調べるべきです。"
#. Tag: title
#: using-d-i.xml:2347
@@ -1861,8 +3673,23 @@ msgstr "ハードディスクへの <command>aboot</command> のインストー
#. Tag: para
#: using-d-i.xml:2348
#, no-c-format
-msgid "If you have booted from SRM and you select this option, the installer will write <command>aboot</command> to the first sector of the disk on which you installed Debian. Be <emphasis>very</emphasis> careful &mdash; it is <emphasis>not</emphasis> possible to boot multiple operating systems (e.g. GNU/Linux, Free/Open/NetBSD, OSF/1 a.k.a. Digital Unix a.k.a. Tru64 Unix, or OpenVMS) from the same disk. If you also have a different operating system installed on the disk where you have installed Debian, you will have to boot GNU/Linux from a floppy instead."
-msgstr "あなたが SRM から起動し、このオプションを選択する場合、 インストーラは Debian をインストールしたディスクの最初のセクタに <command>aboot</command> を書きこみます。 同じディスクから複数の OS (例えば GNU/Linux, Free/Open/NetBSD, OSF/1 または Digital Unix または Tru64 Unix, OpenVMS) を<emphasis>起動できない</emphasis>ことに<emphasis>充分</emphasis>注意してください。 さらに、Debian をインストールしたディスクに異なる OS をインストールすれば、 代わりにフロッピーから GNU/Linux を起動しなければならないでしょう。"
+msgid ""
+"If you have booted from SRM and you select this option, the installer will "
+"write <command>aboot</command> to the first sector of the disk on which you "
+"installed Debian. Be <emphasis>very</emphasis> careful &mdash; it is "
+"<emphasis>not</emphasis> possible to boot multiple operating systems (e.g. "
+"GNU/Linux, Free/Open/NetBSD, OSF/1 a.k.a. Digital Unix a.k.a. Tru64 Unix, or "
+"OpenVMS) from the same disk. If you also have a different operating system "
+"installed on the disk where you have installed Debian, you will have to boot "
+"GNU/Linux from a floppy instead."
+msgstr ""
+"あなたが SRM から起動し、このオプションを選択する場合、インストーラは Debian "
+"をインストールしたディスクの最初のセクタに <command>aboot</command> を書きこ"
+"みます。同じディスクから複数の OS (例えば GNU/Linux, Free/Open/NetBSD, OSF/1 "
+"または Digital Unix または Tru64 Unix, OpenVMS) を<emphasis>起動できない</"
+"emphasis>ことに<emphasis>充分</emphasis>注意してください。さらに、Debian をイ"
+"ンストールしたディスクに異なる OS をインストールすれば、代わりにフロッピーか"
+"ら GNU/Linux を起動しなければならないでしょう。"
#. Tag: title
#: using-d-i.xml:2368
@@ -1873,8 +3700,18 @@ msgstr "<command>palo</command> インストーラ"
#. Tag: para
#: using-d-i.xml:2369
#, no-c-format
-msgid "The bootloader on PA-RISC is <quote>palo</quote>. <command>PALO</command> is similar in configuration and usage to <command>LILO</command>, with a few exceptions. First of all, <command>PALO</command> allows you to boot any kernel image on your boot partition. This is because <command>PALO</command> can actually read Linux partitions."
-msgstr "PA-RISC でのブートローダは <quote>palo</quote> です。 <command>PALO</command> は、少数の例外を除き、 <command>LILO</command> に設定と使用法が似ています。 まず第一に <command>PALO</command> は、 ブートパーティション中のどんなカーネルイメージも起動することが可能です。 これは <command>PALO</command> が、 実際に Linux パーティションを読むことができるからです。"
+msgid ""
+"The bootloader on PA-RISC is <quote>palo</quote>. <command>PALO</command> is "
+"similar in configuration and usage to <command>LILO</command>, with a few "
+"exceptions. First of all, <command>PALO</command> allows you to boot any "
+"kernel image on your boot partition. This is because <command>PALO</command> "
+"can actually read Linux partitions."
+msgstr ""
+"PA-RISC でのブートローダは <quote>palo</quote> です。<command>PALO</command> "
+"は、少数の例外を除き、<command>LILO</command> に設定と使用法が似ています。ま"
+"ず第一に <command>PALO</command> は、ブートパーティション中のどんなカーネルイ"
+"メージも起動することが可能です。これは <command>PALO</command> が、実際に "
+"Linux パーティションを読むことができるからです。"
#. Tag: para
#: using-d-i.xml:2378
@@ -1891,20 +3728,38 @@ msgstr "ハードディスクへの <command>Grub</command> ブートローダ
#. Tag: para
#: using-d-i.xml:2392
#, no-c-format
-msgid "The main &architecture; boot loader is called <quote>grub</quote>. Grub is a flexible and robust boot loader and a good default choice for new users and old hands alike."
-msgstr "&architecture; のメインブートローダは <quote>grub</quote> と呼ばれています。 grub は柔軟で頑健なブートローダで、 新規ユーザ・古株を問わず、とりあえずこれを選んでおけばよいでしょう。"
+msgid ""
+"The main &architecture; boot loader is called <quote>grub</quote>. Grub is a "
+"flexible and robust boot loader and a good default choice for new users and "
+"old hands alike."
+msgstr ""
+"&architecture; のメインブートローダは <quote>grub</quote> と呼ばれています。"
+"grub は柔軟で頑健なブートローダで、新規ユーザ・古株を問わず、とりあえずこれを"
+"選んでおけばよいでしょう。"
#. Tag: para
#: using-d-i.xml:2398
#, no-c-format
-msgid "By default, grub will be installed into the Master Boot Record (MBR), where it will take over complete control of the boot process. If you prefer, you can install it elsewhere. See the grub manual for complete information."
-msgstr "デフォルトでは、grub はマスターブートレコード (MBR) にインストールされ、 そこで起動プロセスの完全なコントロールを引き継ぎます。 ご希望なら、他の場所にインストールすることができます。 完全な情報に関しては、grub のマニュアルをご覧ください。"
+msgid ""
+"By default, grub will be installed into the Master Boot Record (MBR), where "
+"it will take over complete control of the boot process. If you prefer, you "
+"can install it elsewhere. See the grub manual for complete information."
+msgstr ""
+"デフォルトでは、grub はマスターブートレコード (MBR) にインストールされ、そこ"
+"で起動プロセスの完全なコントロールを引き継ぎます。ご希望なら、他の場所にイン"
+"ストールすることができます。完全な情報に関しては、grub のマニュアルをご覧くだ"
+"さい。"
#. Tag: para
#: using-d-i.xml:2404
#, no-c-format
-msgid "If you do not want to install grub, use the &BTN-GOBACK; button to get to the main menu, and from there select whatever bootloader you would like to use."
-msgstr "grub をインストールしたくない場合、 &BTN-GOBACK; ボタンでメインメニューに戻ってください。 そしてそこから、使用したいブートローダを選択してください。"
+msgid ""
+"If you do not want to install grub, use the &BTN-GOBACK; button to get to "
+"the main menu, and from there select whatever bootloader you would like to "
+"use."
+msgstr ""
+"grub をインストールしたくない場合、&BTN-GOBACK; ボタンでメインメニューに戻っ"
+"てください。そしてそこから、使用したいブートローダを選択してください。"
#. Tag: title
#: using-d-i.xml:2417
@@ -1915,20 +3770,42 @@ msgstr "ハードディスクへの <command>LILO</command> ブートローダ
#. Tag: para
#: using-d-i.xml:2419
#, no-c-format
-msgid "The second &architecture; boot loader is called <quote>LILO</quote>. It is an old complex program which offers lots of functionality, including DOS, Windows, and OS/2 boot management. Please carefully read the instructions in the directory <filename>/usr/share/doc/lilo/</filename> if you have special needs; also see the <ulink url=\"&url-lilo-howto;\">LILO mini-HOWTO</ulink>."
-msgstr "第 2 の &architecture; ブートローダは <quote>LILO</quote>と呼ばれています。 DOS, Windows, OS/2 の起動管理といった、 たくさんの機能を持つ古い複雑なプログラムです。 <filename>/usr/share/doc/lilo/</filename> ディレクトリ中の説明書を、 注意深く読んでください。特別なニーズがあれば、 <ulink url=\"&url-lilo-howto;\">LILO mini-HOWTO</ulink> もご覧ください。"
+msgid ""
+"The second &architecture; boot loader is called <quote>LILO</quote>. It is "
+"an old complex program which offers lots of functionality, including DOS, "
+"Windows, and OS/2 boot management. Please carefully read the instructions in "
+"the directory <filename>/usr/share/doc/lilo/</filename> if you have special "
+"needs; also see the <ulink url=\"&url-lilo-howto;\">LILO mini-HOWTO</ulink>."
+msgstr ""
+"第 2 の &architecture; ブートローダは <quote>LILO</quote>と呼ばれています。"
+"DOS, Windows, OS/2 の起動管理といった、たくさんの機能を持つ古い複雑なプログラ"
+"ムです。<filename>/usr/share/doc/lilo/</filename> ディレクトリ中の説明書を、"
+"注意深く読んでください。特別なニーズがあれば、<ulink url=\"&url-lilo-howto;"
+"\">LILO mini-HOWTO</ulink> もご覧ください。"
#. Tag: para
#: using-d-i.xml:2429
#, no-c-format
-msgid "Currently the LILO installation will only create menu entries for other operating systems if these can be <firstterm>chainloaded</firstterm>. This means you may have to manually add a menu entry for operating systems like GNU/Linux and GNU/Hurd after the installation."
-msgstr "現在、LILO のインストールでは、 <firstterm>チェインロード</firstterm> できる場合は、 他 OS のメニューエントリのみ作成します。これは、 インストール後に GNU/Linux や GNU/Hurd といった OS のメニューエントリを、 手動で作成しなくてもよいということを表します。"
+msgid ""
+"Currently the LILO installation will only create menu entries for other "
+"operating systems if these can be <firstterm>chainloaded</firstterm>. This "
+"means you may have to manually add a menu entry for operating systems like "
+"GNU/Linux and GNU/Hurd after the installation."
+msgstr ""
+"現在、LILO のインストールでは、<firstterm>チェインロード</firstterm> できる場"
+"合は、他 OS のメニューエントリのみ作成します。これは、インストール後に GNU/"
+"Linux や GNU/Hurd といった OS のメニューエントリを、手動で作成しなくてもよい"
+"ということを表します。"
#. Tag: para
#: using-d-i.xml:2437
#, no-c-format
-msgid "&d-i; offers you three choices on where to install the <command>LILO</command> boot loader:"
-msgstr "&d-i; は <command>LILO</command> ブートローダインストール時に、 選択肢を 3 つ提示します。"
+msgid ""
+"&d-i; offers you three choices on where to install the <command>LILO</"
+"command> boot loader:"
+msgstr ""
+"&d-i; は <command>LILO</command> ブートローダインストール時に、選択肢を 3 つ"
+"提示します。"
#. Tag: term
#: using-d-i.xml:2444
@@ -1939,8 +3816,12 @@ msgstr "Master Boot Record (MBR)"
#. Tag: para
#: using-d-i.xml:2444
#, no-c-format
-msgid "This way the <command>LILO</command> will take complete control of the boot process."
-msgstr "この方法はブートプロセスを、<command>LILO</command> の完全な制御下におきます。"
+msgid ""
+"This way the <command>LILO</command> will take complete control of the boot "
+"process."
+msgstr ""
+"この方法はブートプロセスを、<command>LILO</command> の完全な制御下におきま"
+"す。"
#. Tag: term
#: using-d-i.xml:2451
@@ -1951,8 +3832,14 @@ msgstr "new Debian partition"
#. Tag: para
#: using-d-i.xml:2451
#, no-c-format
-msgid "Choose this if you want to use another boot manager. <command>LILO</command> will install itself at the beginning of the new Debian partition and it will serve as a secondary boot loader."
-msgstr "ブートマネージャに他のものを使用したい場合は、これを選んでください。 <command>LILO</command> は、 新しい Debian パーティションの先頭に自分自身をインストールし、 第 2 のブートローダとして動作します。"
+msgid ""
+"Choose this if you want to use another boot manager. <command>LILO</command> "
+"will install itself at the beginning of the new Debian partition and it will "
+"serve as a secondary boot loader."
+msgstr ""
+"ブートマネージャに他のものを使用したい場合は、これを選んでください。"
+"<command>LILO</command> は、新しい Debian パーティションの先頭に自分自身をイ"
+"ンストールし、第 2 のブートローダとして動作します。"
#. Tag: term
#: using-d-i.xml:2460
@@ -1963,14 +3850,34 @@ msgstr "Other choice"
#. Tag: para
#: using-d-i.xml:2460
#, no-c-format
-msgid "Useful for advanced users who want to install <command>LILO</command> somewhere else. In this case you will be asked for desired location. You can use traditional device names such as <filename>/dev/hda</filename> or <filename>/dev/sda</filename>."
-msgstr "<command>LILO</command> をその他の場所にインストールしたい上級ユーザに役立ちます。 この場合、希望の位置を求められます。 <filename>/dev/hda</filename> や <filename>/dev/sda</filename> といった<phrase condition=\"etch\">従来の名前と同様に、 <filename>/dev/ide</filename>, <filename>/dev/scsi</filename>, <filename>/dev/discs</filename> で始まるような devfs 形式名を</phrase> <phrase condition=\"lenny\">従来の名前を</phrase>使用できます。"
+msgid ""
+"Useful for advanced users who want to install <command>LILO</command> "
+"somewhere else. In this case you will be asked for desired location. You can "
+"use traditional device names such as <filename>/dev/hda</filename> or "
+"<filename>/dev/sda</filename>."
+msgstr ""
+"<command>LILO</command> をその他の場所にインストールしたい上級ユーザに役立ち"
+"ます。この場合、希望の位置を求められます。<filename>/dev/hda</filename> や "
+"<filename>/dev/sda</filename> といった<phrase condition=\"etch\">従来の名前と"
+"同様に、<filename>/dev/ide</filename>, <filename>/dev/scsi</filename>, "
+"<filename>/dev/discs</filename> で始まるような devfs 形式名を</phrase> "
+"<phrase condition=\"lenny\">従来の名前を</phrase>使用できます。"
#. Tag: para
#: using-d-i.xml:2470
#, no-c-format
-msgid "If you can no longer boot into Windows 9x (or DOS) after this step, you'll need to use a Windows 9x (MS-DOS) boot disk and use the <userinput>fdisk /mbr</userinput> command to reinstall the MS-DOS master boot record &mdash; however, this means that you'll need to use some other way to get back into Debian!"
-msgstr "このステップの後に Windows 9x (または DOS) を起動できなくなっていれば、 Windows 9x (MS-DOS) のブートディスクを使用し、 <userinput>fdisk /mbr</userinput> コマンドで、 MS-DOS マスターブートレコードを再インストールする必要があります。&mdash; しかしこれは、Debian に戻すには他の方法を使う必要がある、 ということを意味します!"
+msgid ""
+"If you can no longer boot into Windows 9x (or DOS) after this step, you'll "
+"need to use a Windows 9x (MS-DOS) boot disk and use the <userinput>fdisk /"
+"mbr</userinput> command to reinstall the MS-DOS master boot record &mdash; "
+"however, this means that you'll need to use some other way to get back into "
+"Debian!"
+msgstr ""
+"このステップの後に Windows 9x (または DOS) を起動できなくなっていれば、"
+"Windows 9x (MS-DOS) のブートディスクを使用し、<userinput>fdisk /mbr</"
+"userinput> コマンドで、MS-DOS マスターブートレコードを再インストールする必要"
+"があります。&mdash; しかしこれは、Debian に戻すには他の方法を使う必要がある、"
+"ということを意味します!"
#. Tag: title
#: using-d-i.xml:2486
@@ -1981,14 +3888,47 @@ msgstr "ハードディスクへの <command>ELILO</command> ブートローダ
#. Tag: para
#: using-d-i.xml:2488
#, no-c-format
-msgid "The &architecture; boot loader is called <quote>elilo</quote>. It is modeled on the <quote>lilo</quote> boot loader for the x86 architecture and uses a similar configuration file. However, instead of writing an MBR or partition boot record to the disk, it copies the necessary files to a separate FAT formatted disk partition and modifies the <guimenuitem>EFI Boot Manager</guimenuitem> menu in the firmware to point to the files in the EFI partition. The <command>elilo</command> boot loader is really in two parts. The <filename>/usr/sbin/elilo</filename> command manages the partition and copies files into it. The <filename>elilo.efi</filename> program is copied into the EFI partition and then run by the <quote>EFI Boot Manager</quote> to do the actual work of loading and starting the Linux kernel."
-msgstr "&architecture; のブートローダは <quote>elilo</quote> と呼ばれています。 これは x86 アーキテクチャ用の <quote>lilo</quote> ブートローダを基に作られ、 同様の設定ファイルを使用します。 しかし、ディスクの MBR やパーティションブートレコードを書く代わりに、 個別の FAT でフォーマットされたパーティションに必要なファイルをコピーし、 EFI パーティション内のファイルを指すように、 <guimenuitem>EFI Boot Manager</guimenuitem> メニューを修正します。 <command>elilo</command> ブートローダは実際には 2 つの部分からなります。 <filename>/usr/sbin/elilo</filename> コマンドは、 パーティションの管理をし、そこへファイルをコピーします。 <filename>elilo.efi</filename> プログラムは EFI パーティションにコピーされ、 Linux カーネルを読込・起動するよう、 <quote>EFI Boot Manager</quote> により実際に実行されます。"
+msgid ""
+"The &architecture; boot loader is called <quote>elilo</quote>. It is modeled "
+"on the <quote>lilo</quote> boot loader for the x86 architecture and uses a "
+"similar configuration file. However, instead of writing an MBR or partition "
+"boot record to the disk, it copies the necessary files to a separate FAT "
+"formatted disk partition and modifies the <guimenuitem>EFI Boot Manager</"
+"guimenuitem> menu in the firmware to point to the files in the EFI "
+"partition. The <command>elilo</command> boot loader is really in two parts. "
+"The <filename>/usr/sbin/elilo</filename> command manages the partition and "
+"copies files into it. The <filename>elilo.efi</filename> program is copied "
+"into the EFI partition and then run by the <quote>EFI Boot Manager</quote> "
+"to do the actual work of loading and starting the Linux kernel."
+msgstr ""
+"&architecture; のブートローダは <quote>elilo</quote> と呼ばれています。これ"
+"は x86 アーキテクチャ用の <quote>lilo</quote> ブートローダを基に作られ、同様"
+"の設定ファイルを使用します。しかし、ディスクの MBR やパーティションブートレ"
+"コードを書く代わりに、個別の FAT でフォーマットされたパーティションに必要な"
+"ファイルをコピーし、EFI パーティション内のファイルを指すように、"
+"<guimenuitem>EFI Boot Manager</guimenuitem> メニューを修正します。"
+"<command>elilo</command> ブートローダは実際には 2 つの部分からなります。"
+"<filename>/usr/sbin/elilo</filename> コマンドは、パーティションの管理をし、そ"
+"こへファイルをコピーします。<filename>elilo.efi</filename> プログラムは EFI "
+"パーティションにコピーされ、Linux カーネルを読込・起動するよう、<quote>EFI "
+"Boot Manager</quote> により実際に実行されます。"
#. Tag: para
#: using-d-i.xml:2504
#, no-c-format
-msgid "The <quote>elilo</quote> configuration and installation is done as the last step of installing the packages of the base installation. &d-i; will present you with a list of potential disk partitions that it has found suitable for an EFI partition. Select the partition you set up earlier in the installation, typically a partition on the same disk that contains your <emphasis>root</emphasis> filesystem."
-msgstr "<quote>elilo</quote> の設定とインストールは、 基本パッケージのインストールの最終ステップで行われます。 &d-i; は、 EFI パーティションに適する潜在的なディスクパーティションのリストを提示します。 インストールの初期でセットアップしたパーティションを選択してください。 一般的には、 <emphasis>root</emphasis> ファイルシステムがあるディスクのパーティションを、 選択します。"
+msgid ""
+"The <quote>elilo</quote> configuration and installation is done as the last "
+"step of installing the packages of the base installation. &d-i; will present "
+"you with a list of potential disk partitions that it has found suitable for "
+"an EFI partition. Select the partition you set up earlier in the "
+"installation, typically a partition on the same disk that contains your "
+"<emphasis>root</emphasis> filesystem."
+msgstr ""
+"<quote>elilo</quote> の設定とインストールは、基本パッケージのインストールの最"
+"終ステップで行われます。&d-i; は、EFI パーティションに適する潜在的なディスク"
+"パーティションのリストを提示します。インストールの初期でセットアップしたパー"
+"ティションを選択してください。一般的には、<emphasis>root</emphasis> ファイル"
+"システムがあるディスクのパーティションを選択します。"
#. Tag: title
#: using-d-i.xml:2516
@@ -1999,8 +3939,20 @@ msgstr "正しいパーティションを選択してください!"
#. Tag: para
#: using-d-i.xml:2518
#, no-c-format
-msgid "The criteria for selecting a partition is that it is FAT format filesystem with its <emphasis>boot</emphasis> flag set. &d-i; may show multiple choices depending on what it finds from scanning all of the disks of the system including EFI partitions of other system disks and EFI diagnostic partitions. Remember, <command>elilo</command> may format the partition during the installation, erasing any previous contents!"
-msgstr "パーティションを選択する基準は、 <emphasis>boot</emphasis> フラグがセットされている FAT フォーマットファイルシステムであるということです。 &d-i; は、 他のシステムディスクの EFI パーティションや EFI 診断パーティションを含む、 システムのディスクすべてを走査し、 見つかったものによって複数の選択肢を示す可能性があります。 <command>elilo</command> はインストール中にパーティションをフォーマットして、 以前の内容をすべて消去するかもしれないことを覚えておいてください!"
+msgid ""
+"The criteria for selecting a partition is that it is FAT format filesystem "
+"with its <emphasis>boot</emphasis> flag set. &d-i; may show multiple choices "
+"depending on what it finds from scanning all of the disks of the system "
+"including EFI partitions of other system disks and EFI diagnostic "
+"partitions. Remember, <command>elilo</command> may format the partition "
+"during the installation, erasing any previous contents!"
+msgstr ""
+"パーティションを選択する基準は、<emphasis>boot</emphasis> フラグがセットされ"
+"ている FAT フォーマットファイルシステムであるということです。&d-i; は、他のシ"
+"ステムディスクの EFI パーティションや EFI 診断パーティションを含む、システム"
+"のディスクすべてを走査し、見つかったものによって複数の選択肢を示す可能性があ"
+"ります。<command>elilo</command> はインストール中にパーティションをフォーマッ"
+"トして、以前の内容をすべて消去するかもしれないことを覚えておいてください!"
#. Tag: title
#: using-d-i.xml:2533
@@ -2011,8 +3963,32 @@ msgstr "EFI パーティションの内容"
#. Tag: para
#: using-d-i.xml:2535
#, no-c-format
-msgid "The EFI partition is a FAT filesystem format partition on one of the hard disks of the system, usually the same disk that contains the <emphasis>root</emphasis> filesystem. It is normally not mounted on a running system as it is only needed by the <quote>EFI Boot Manager</quote> to load the system and the installer part of the <command>elilo</command> writes to the filesystem directly. The <command>/usr/sbin/elilo</command> utility writes the following files into the <filename>efi/debian</filename> directory of the EFI partition during the installation. Note that the <quote>EFI Boot Manager</quote> would find these files using the path <filename>fs<replaceable>n</replaceable>:\\efi\\debian</filename>. There may be other files in this filesystem as well over time as the system is updated or re-configured."
-msgstr "EFI パーティションは、システムのハードディスクにある、 FAT ファイルシステムでフォーマットしてあるパーティションです。 通常 <emphasis>root</emphasis> ファイルシステムを含んでいるパーティションと 同じディスクにあります。 システムをロードするのに <quote>EFI Boot Manager</quote> が使用したり、 <command>elilo</command> のインストーラ部がこのファイルシステムに 直接書き込むためだけに必要で、実行中のシステムでは通常マウントされません。 インストール中に <command>/usr/sbin/elilo</command> ユーティリティは、 EFI パーティションの <filename>efi/debian</filename> ディレクトリへ 以下のファイルを書き込みます。 <quote>EFI Boot Manager</quote> は、 <filename>fs<replaceable>n</replaceable>:\\efi\\debian</filename> というパスを使用して それらのファイルを見つけることに注意してください。 時間とともに、システムをアップデートしたり再設定すると、 このファイルシステムにその他のファイルがあるかもしれません。"
+msgid ""
+"The EFI partition is a FAT filesystem format partition on one of the hard "
+"disks of the system, usually the same disk that contains the <emphasis>root</"
+"emphasis> filesystem. It is normally not mounted on a running system as it "
+"is only needed by the <quote>EFI Boot Manager</quote> to load the system and "
+"the installer part of the <command>elilo</command> writes to the filesystem "
+"directly. The <command>/usr/sbin/elilo</command> utility writes the "
+"following files into the <filename>efi/debian</filename> directory of the "
+"EFI partition during the installation. Note that the <quote>EFI Boot "
+"Manager</quote> would find these files using the path "
+"<filename>fs<replaceable>n</replaceable>:\\efi\\debian</filename>. There may "
+"be other files in this filesystem as well over time as the system is updated "
+"or re-configured."
+msgstr ""
+"EFI パーティションは、システムのハードディスクにある、FAT ファイルシステムで"
+"フォーマットしてあるパーティションです。通常 <emphasis>root</emphasis> ファイ"
+"ルシステムを含んでいるパーティションと同じディスクにあります。システムをロー"
+"ドするのに <quote>EFI Boot Manager</quote> が使用したり、<command>elilo</"
+"command> のインストーラ部がこのファイルシステムに直接書き込むためだけに必要"
+"で、実行中のシステムでは通常マウントされません。インストール中に <command>/"
+"usr/sbin/elilo</command> ユーティリティは、EFI パーティションの "
+"<filename>efi/debian</filename> ディレクトリへ以下のファイルを書き込みます。"
+"<quote>EFI Boot Manager</quote> は、<filename>fs<replaceable>n</replaceable>:"
+"\\efi\\debian</filename> というパスを使用してそれらのファイルを見つけることに"
+"注意してください。時間とともに、システムをアップデートしたり再設定すると、こ"
+"のファイルシステムにその他のファイルがあるかもしれません。"
#. Tag: filename
#: using-d-i.xml:2557
@@ -2023,8 +3999,14 @@ msgstr "elilo.conf"
#. Tag: para
#: using-d-i.xml:2558
#, no-c-format
-msgid "This is the configuration file read by the boot loader when it starts. It is a copy of the <filename>/etc/elilo.conf</filename> with the filenames re-written to refer to files in the EFI partition."
-msgstr "ブートローダが起動時に読み込む設定ファイル。 EFI パーティションのファイルを参照するようファイル名を書き換えた <filename>/etc/elilo.conf</filename> のコピーです。"
+msgid ""
+"This is the configuration file read by the boot loader when it starts. It is "
+"a copy of the <filename>/etc/elilo.conf</filename> with the filenames re-"
+"written to refer to files in the EFI partition."
+msgstr ""
+"ブートローダが起動時に読み込む設定ファイル。EFI パーティションのファイルを参"
+"照するようファイル名を書き換えた <filename>/etc/elilo.conf</filename> のコ"
+"ピーです。"
#. Tag: filename
#: using-d-i.xml:2567
@@ -2035,8 +4017,15 @@ msgstr "elilo.efi"
#. Tag: para
#: using-d-i.xml:2568
#, no-c-format
-msgid "This is the boot loader program that the <quote>EFI Boot Manager</quote> runs to boot the system. It is the program behind the <guimenuitem>Debian GNU/Linux</guimenuitem> menu item of the <quote>EFI Boot Manager</quote> command menu."
-msgstr "システム起動時に <quote>EFI Boot Manager</quote> が実行するブートローダプログラム。 <quote>EFI Boot Manager</quote> コマンドメニューの <guimenuitem>Debian GNU/Linux</guimenuitem> を選択するとこれが起動します。"
+msgid ""
+"This is the boot loader program that the <quote>EFI Boot Manager</quote> "
+"runs to boot the system. It is the program behind the <guimenuitem>Debian "
+"GNU/Linux</guimenuitem> menu item of the <quote>EFI Boot Manager</quote> "
+"command menu."
+msgstr ""
+"システム起動時に <quote>EFI Boot Manager</quote> が実行するブートローダプログ"
+"ラム。<quote>EFI Boot Manager</quote> コマンドメニューの <guimenuitem>Debian "
+"GNU/Linux</guimenuitem> を選択するとこれが起動します。"
#. Tag: filename
#: using-d-i.xml:2578
@@ -2047,8 +4036,16 @@ msgstr "initrd.img"
#. Tag: para
#: using-d-i.xml:2579
#, no-c-format
-msgid "This is the initial root filesystem used to boot the kernel. It is a copy of the file referenced in the <filename>/etc/elilo.conf</filename>. In a standard Debian installation it would be the file in <filename>/boot</filename> pointed to by the symbolic link <filename>/initrd.img</filename>."
-msgstr "カーネルを起動するときに使用する initial root ファイルシステム。 <filename>/etc/elilo.conf</filename> で参照されているファイルのコピーです。 標準的な Debian のインストールでは、 シンボリックリンク <filename>/initrd.img</filename> で指し示す <filename>/boot</filename> にあるファイルです。"
+msgid ""
+"This is the initial root filesystem used to boot the kernel. It is a copy of "
+"the file referenced in the <filename>/etc/elilo.conf</filename>. In a "
+"standard Debian installation it would be the file in <filename>/boot</"
+"filename> pointed to by the symbolic link <filename>/initrd.img</filename>."
+msgstr ""
+"カーネルを起動するときに使用する initial root ファイルシステム。<filename>/"
+"etc/elilo.conf</filename> で参照されているファイルのコピーです。標準的な "
+"Debian のインストールでは、シンボリックリンク <filename>/initrd.img</"
+"filename> で指し示す <filename>/boot</filename> にあるファイルです。"
#. Tag: filename
#: using-d-i.xml:2591
@@ -2059,8 +4056,14 @@ msgstr "readme.txt"
#. Tag: para
#: using-d-i.xml:2592
#, no-c-format
-msgid "This is a small text file warning you that the contents of the directory are managed by the <command>elilo</command> and that any local changes would be lost at the next time <filename>/usr/sbin/elilo</filename> is run."
-msgstr "<command>elilo</command> にディレクトリの内容が管理されており、 次に <filename>/usr/sbin/elilo</filename> を実行すると、 どんな変更も失われると警告する小さなテキストファイルです。"
+msgid ""
+"This is a small text file warning you that the contents of the directory are "
+"managed by the <command>elilo</command> and that any local changes would be "
+"lost at the next time <filename>/usr/sbin/elilo</filename> is run."
+msgstr ""
+"<command>elilo</command> にディレクトリの内容が管理されており、次に "
+"<filename>/usr/sbin/elilo</filename> を実行すると、どんな変更も失われると警告"
+"する小さなテキストファイルです。"
#. Tag: filename
#: using-d-i.xml:2602
@@ -2071,8 +4074,16 @@ msgstr "vmlinuz"
#. Tag: para
#: using-d-i.xml:2603
#, no-c-format
-msgid "This is the compressed kernel itself. It is a copy of the file referenced in the <filename>/etc/elilo.conf</filename>. In a standard Debian installation it would be the file in <filename>/boot</filename> pointed to by the symbolic link <filename>/vmlinuz</filename>."
-msgstr "圧縮したカーネルそのもの。 <filename>/etc/elilo.conf</filename> で参照されているファイルのコピーです。 標準的な Debian のインストールでは、 シンボリックリンク <filename>/vmlinuz</filename> で指し示す <filename>/boot</filename> にあるファイルです。"
+msgid ""
+"This is the compressed kernel itself. It is a copy of the file referenced in "
+"the <filename>/etc/elilo.conf</filename>. In a standard Debian installation "
+"it would be the file in <filename>/boot</filename> pointed to by the "
+"symbolic link <filename>/vmlinuz</filename>."
+msgstr ""
+"圧縮したカーネルそのもの。<filename>/etc/elilo.conf</filename> で参照されてい"
+"るファイルのコピーです。標準的な Debian のインストールでは、シンボリックリン"
+"ク <filename>/vmlinuz</filename> で指し示す <filename>/boot</filename> にある"
+"ファイルです。"
#. Tag: title
#: using-d-i.xml:2623
@@ -2084,21 +4095,45 @@ msgstr "<command>arcboot</command>-installer"
#: using-d-i.xml:2624
#, no-c-format
msgid ""
-"The boot loader on SGI machines is <command>arcboot</command>. It has to be installed on the same hard disk as the kernel (this is done automatically by the installer). Arcboot supports different configurations which are set up in <filename>/etc/arcboot.conf</filename>. Each configuration has a unique name, the default setup as created by the installer is <quote>linux</quote>. After arcboot has been installed, the system can be booted from hard disk by setting some firmware environment variables entering <informalexample><screen>\n"
-"<userinput> setenv SystemPartition scsi(<replaceable>scsi</replaceable>)disk(<replaceable>disk</replaceable>)rdisk(0)partition(0)</userinput>\n"
-"<userinput> setenv OSLoadPartition scsi(<replaceable>scsi</replaceable>)disk(<replaceable>disk</replaceable>)rdisk(0)partition(<replaceable>partnr</replaceable>)</userinput>\n"
+"The boot loader on SGI machines is <command>arcboot</command>. It has to be "
+"installed on the same hard disk as the kernel (this is done automatically by "
+"the installer). Arcboot supports different configurations which are set up "
+"in <filename>/etc/arcboot.conf</filename>. Each configuration has a unique "
+"name, the default setup as created by the installer is <quote>linux</quote>. "
+"After arcboot has been installed, the system can be booted from hard disk by "
+"setting some firmware environment variables entering "
+"<informalexample><screen>\n"
+"<userinput> setenv SystemPartition scsi(<replaceable>scsi</replaceable>)disk"
+"(<replaceable>disk</replaceable>)rdisk(0)partition(0)</userinput>\n"
+"<userinput> setenv OSLoadPartition scsi(<replaceable>scsi</replaceable>)disk"
+"(<replaceable>disk</replaceable>)rdisk(0)partition(<replaceable>partnr</"
+"replaceable>)</userinput>\n"
"<userinput> setenv OSLoader arcboot</userinput>\n"
-"<userinput> setenv OSLoadFilename <replaceable>config</replaceable></userinput>\n"
+"<userinput> setenv OSLoadFilename <replaceable>config</replaceable></"
+"userinput>\n"
"<userinput> setenv AutoLoad yes</userinput>\n"
-"</screen></informalexample> on the firmware prompt, and then typing <command>boot</command>."
+"</screen></informalexample> on the firmware prompt, and then typing "
+"<command>boot</command>."
msgstr ""
-"SGI マシンのブートローダは <command>arcboot</command> です。 これはカーネルと同じハードディスクにインストールしなければなりません。 (これはインストーラが自動で行います) arcboot は異なった設定を、<filename>/etc/arcboot.conf</filename> でセットアップすることでサポートしています。 いずれの設定も一意の名前を持ち、 インストーラが作成したデフォルトの設定は <quote>linux</quote> です。 arcboot のインストール後、 次のようなファームウェア環境変数をプロンプトに入力して、 システムをハードディスクから起動できます。 <informalexample><screen>\n"
-"<userinput> setenv SystemPartition scsi(<replaceable>scsi</replaceable>)disk(<replaceable>disk</replaceable>)rdisk(0)partition(0)</userinput>\n"
-"<userinput> setenv OSLoadPartition scsi(<replaceable>scsi</replaceable>)disk(<replaceable>disk</replaceable>)rdisk(0)partition(<replaceable>partnr</replaceable>)</userinput>\n"
+"SGI マシンのブートローダは <command>arcboot</command> です。これはカーネルと"
+"同じハードディスクにインストールしなければなりません。(これはインストーラが自"
+"動で行います) arcboot は異なった設定を、<filename>/etc/arcboot.conf</"
+"filename> でセットアップすることでサポートしています。いずれの設定も一意の名"
+"前を持ち、インストーラが作成したデフォルトの設定は <quote>linux</quote> で"
+"す。arcboot のインストール後、次のようなファームウェア環境変数をプロンプトに"
+"入力して、システムをハードディスクから起動できます。"
+"<informalexample><screen>\n"
+"<userinput> setenv SystemPartition scsi(<replaceable>scsi</replaceable>)disk"
+"(<replaceable>disk</replaceable>)rdisk(0)partition(0)</userinput>\n"
+"<userinput> setenv OSLoadPartition scsi(<replaceable>scsi</replaceable>)disk"
+"(<replaceable>disk</replaceable>)rdisk(0)partition(<replaceable>partnr</"
+"replaceable>)</userinput>\n"
"<userinput> setenv OSLoader arcboot</userinput>\n"
-"<userinput> setenv OSLoadFilename <replaceable>config</replaceable></userinput>\n"
+"<userinput> setenv OSLoadFilename <replaceable>config</replaceable></"
+"userinput>\n"
"<userinput> setenv AutoLoad yes</userinput>\n"
-"</screen></informalexample> その後、<command>boot</command> と入力してください。"
+"</screen></informalexample> その後、<command>boot</command> と入力してくださ"
+"い。"
#. Tag: replaceable
#: using-d-i.xml:2643
@@ -2109,8 +4144,12 @@ msgstr "scsi"
#. Tag: para
#: using-d-i.xml:2644
#, no-c-format
-msgid "is the SCSI bus to be booted from, this is <userinput>0</userinput> for the onboard controllers"
-msgstr "起動する SCSI バスを表す。 オンボードコントローラは <userinput>0</userinput> となる。"
+msgid ""
+"is the SCSI bus to be booted from, this is <userinput>0</userinput> for the "
+"onboard controllers"
+msgstr ""
+"起動する SCSI バスを表す。オンボードコントローラは <userinput>0</userinput> "
+"となる。"
#. Tag: replaceable
#: using-d-i.xml:2652
@@ -2121,12 +4160,15 @@ msgstr "disk"
#. Tag: para
#: using-d-i.xml:2653
#, no-c-format
-msgid "is the SCSI ID of the hard disk on which <command>arcboot</command> is installed"
-msgstr "<command>arcboot</command> をインストールしたハードディスクの SCSI ID を表す。"
+msgid ""
+"is the SCSI ID of the hard disk on which <command>arcboot</command> is "
+"installed"
+msgstr ""
+"<command>arcboot</command> をインストールしたハードディスクの SCSI ID を表"
+"す。"
#. Tag: replaceable
-#: using-d-i.xml:2661
-#: using-d-i.xml:2730
+#: using-d-i.xml:2661 using-d-i.xml:2730
#, no-c-format
msgid "partnr"
msgstr "partnr"
@@ -2134,8 +4176,11 @@ msgstr "partnr"
#. Tag: para
#: using-d-i.xml:2662
#, no-c-format
-msgid "is the number of the partition on which <filename>/etc/arcboot.conf</filename> resides"
-msgstr "<filename>/etc/arcboot.conf</filename> があるパーティションの番号を表す。"
+msgid ""
+"is the number of the partition on which <filename>/etc/arcboot.conf</"
+"filename> resides"
+msgstr ""
+"<filename>/etc/arcboot.conf</filename> があるパーティションの番号を表す。"
#. Tag: replaceable
#: using-d-i.xml:2670
@@ -2146,8 +4191,12 @@ msgstr "config"
#. Tag: para
#: using-d-i.xml:2671
#, no-c-format
-msgid "is the name of the configuration entry in <filename>/etc/arcboot.conf</filename>, which is <quote>linux</quote> by default."
-msgstr "<filename>/etc/arcboot.conf</filename> 設定エントリの名前を表す。 デフォルトは <quote>linux</quote> である。"
+msgid ""
+"is the name of the configuration entry in <filename>/etc/arcboot.conf</"
+"filename>, which is <quote>linux</quote> by default."
+msgstr ""
+"<filename>/etc/arcboot.conf</filename> 設定エントリの名前を表す。デフォルト"
+"は <quote>linux</quote> である。"
#. Tag: title
#: using-d-i.xml:2692
@@ -2159,12 +4208,28 @@ msgstr "<command>delo</command> インストーラ"
#: using-d-i.xml:2693
#, no-c-format
msgid ""
-"The boot loader on DECstations is <command>DELO</command>. It has to be installed on the same hard disk as the kernel (this is done automatically by the installer). DELO supports different configurations which are set up in <filename>/etc/delo.conf</filename>. Each configuration has a unique name, the default setup as created by the installer is <quote>linux</quote>. After DELO has been installed, the system can be booted from hard disk by entering <informalexample><screen>\n"
-"<userinput>boot <replaceable>#</replaceable>/rz<replaceable>id</replaceable> <replaceable>partnr</replaceable>/<replaceable>name</replaceable></userinput>\n"
+"The boot loader on DECstations is <command>DELO</command>. It has to be "
+"installed on the same hard disk as the kernel (this is done automatically by "
+"the installer). DELO supports different configurations which are set up in "
+"<filename>/etc/delo.conf</filename>. Each configuration has a unique name, "
+"the default setup as created by the installer is <quote>linux</quote>. After "
+"DELO has been installed, the system can be booted from hard disk by entering "
+"<informalexample><screen>\n"
+"<userinput>boot <replaceable>#</replaceable>/rz<replaceable>id</replaceable> "
+"<replaceable>partnr</replaceable>/<replaceable>name</replaceable></"
+"userinput>\n"
"</screen></informalexample> on the firmware prompt."
msgstr ""
-"DECstations でのブートローダは <command>DELO</command> です。 それを、カーネル (インストーラが自動的に行います) と同じハードディスクにインストールしなければなりません。 DELO は <filename>/etc/delo.conf</filename> の中で設定した、 異なる構成をサポートします。 各構成は一意な名前を持っています。 インストーラによって作成されるデフォルト設定は <quote>linux</quote> です。 DELO がインストールされた後、 ファームウェアのプロンプトに以下のように入力してください。 <informalexample><screen>\n"
-"<userinput>boot <replaceable>#</replaceable>/rz<replaceable>id</replaceable> <replaceable>partnr</replaceable>/<replaceable>name</replaceable></userinput>\n"
+"DECstations でのブートローダは <command>DELO</command> です。それを、カーネ"
+"ル (インストーラが自動的に行います) と同じハードディスクにインストールしなけ"
+"ればなりません。DELO は <filename>/etc/delo.conf</filename> の中で設定した、"
+"異なる構成をサポートします。各構成は一意な名前を持っています。インストーラに"
+"よって作成されるデフォルト設定は <quote>linux</quote> です。DELO がインストー"
+"ルされた後、ファームウェアのプロンプトに以下のように入力してください。"
+"<informalexample><screen>\n"
+"<userinput>boot <replaceable>#</replaceable>/rz<replaceable>id</replaceable> "
+"<replaceable>partnr</replaceable>/<replaceable>name</replaceable></"
+"userinput>\n"
"</screen></informalexample> ハードディスクからシステムを起動できます。"
#. Tag: replaceable
@@ -2176,8 +4241,12 @@ msgstr "<replaceable>#</replaceable>"
#. Tag: para
#: using-d-i.xml:2713
#, no-c-format
-msgid "is the TurboChannel device to be booted from, on most DECstations this is <userinput>3</userinput> for the onboard controllers"
-msgstr "起動を行う TurboChannel デバイス。ほとんどの DECstations では、 オンボードコントローラは <userinput>3</userinput> となる"
+msgid ""
+"is the TurboChannel device to be booted from, on most DECstations this is "
+"<userinput>3</userinput> for the onboard controllers"
+msgstr ""
+"起動を行う TurboChannel デバイス。ほとんどの DECstations では、オンボードコン"
+"トローラは <userinput>3</userinput> となる"
#. Tag: replaceable
#: using-d-i.xml:2721
@@ -2188,13 +4257,17 @@ msgstr "<replaceable>id</replaceable>"
#. Tag: para
#: using-d-i.xml:2722
#, no-c-format
-msgid "is the SCSI ID of the hard disk on which <command>DELO</command> is installed"
-msgstr "<command>DELO</command> がインストールされているハードディスクの SCSI ID"
+msgid ""
+"is the SCSI ID of the hard disk on which <command>DELO</command> is installed"
+msgstr ""
+"<command>DELO</command> がインストールされているハードディスクの SCSI ID"
#. Tag: para
#: using-d-i.xml:2731
#, no-c-format
-msgid "is the number of the partition on which <filename>/etc/delo.conf</filename> resides"
+msgid ""
+"is the number of the partition on which <filename>/etc/delo.conf</filename> "
+"resides"
msgstr "<filename>/etc/delo.conf</filename> が存在するパーティション番号の数"
#. Tag: replaceable
@@ -2206,14 +4279,22 @@ msgstr "name"
#. Tag: para
#: using-d-i.xml:2740
#, no-c-format
-msgid "is the name of the configuration entry in <filename>/etc/delo.conf</filename>, which is <quote>linux</quote> by default."
-msgstr "<filename>/etc/delo.conf</filename> の設定項目名。 デフォルトは <quote>linux</quote> となる"
+msgid ""
+"is the name of the configuration entry in <filename>/etc/delo.conf</"
+"filename>, which is <quote>linux</quote> by default."
+msgstr ""
+"<filename>/etc/delo.conf</filename> の設定項目名。デフォルトは <quote>linux</"
+"quote> となる"
#. Tag: para
#: using-d-i.xml:2750
#, no-c-format
-msgid "In case <filename>/etc/delo.conf</filename> is on the first partition on the disk and the default configuration shall be booted, it is sufficient to use"
-msgstr "<filename>/etc/delo.conf</filename> がディスクの第1パーティションにあり、 デフォルト設定で起動する場合、 以下のようにするだけで充分です。"
+msgid ""
+"In case <filename>/etc/delo.conf</filename> is on the first partition on the "
+"disk and the default configuration shall be booted, it is sufficient to use"
+msgstr ""
+"<filename>/etc/delo.conf</filename> がディスクの第1パーティションにあり、デ"
+"フォルト設定で起動する場合、以下のようにするだけで充分です。"
#. Tag: screen
#: using-d-i.xml:2756
@@ -2230,8 +4311,22 @@ msgstr "ハードディスクへの <command>Yaboot</command> のインストー
#. Tag: para
#: using-d-i.xml:2767
#, no-c-format
-msgid "Newer (mid 1998 and on) PowerMacs use <command>yaboot</command> as their boot loader. The installer will set up <command>yaboot</command> automatically, so all you need is a small 820k partition named <quote>bootstrap</quote> with type <emphasis>Apple_Bootstrap</emphasis> created back in the partitioning component. If this step completes successfully then your disk should now be bootable and OpenFirmware will be set to boot &debian;."
-msgstr "新しめ (1998 年中期以降) の PowerMac は、 ブートローダに <command>yaboot</command> を使用します。 インストーラは、<command>yaboot</command> を自動でセットアップします。 そのため、<quote>bootstrap</quote> という名前で、 820k という小さなパーティションが必要です。 このパーティションは、 パーティション分割コンポーネントで <emphasis>Apple_Bootstrap</emphasis> 形式にしてください。 このステップが正常に完了したら、そのディスクが起動可能になっており、 OpenFirmware が &debian; を起動できるように設定されています。"
+msgid ""
+"Newer (mid 1998 and on) PowerMacs use <command>yaboot</command> as their "
+"boot loader. The installer will set up <command>yaboot</command> "
+"automatically, so all you need is a small 820k partition named "
+"<quote>bootstrap</quote> with type <emphasis>Apple_Bootstrap</emphasis> "
+"created back in the partitioning component. If this step completes "
+"successfully then your disk should now be bootable and OpenFirmware will be "
+"set to boot &debian;."
+msgstr ""
+"新しめ (1998 年中期以降) の PowerMac は、ブートローダに <command>yaboot</"
+"command> を使用します。インストーラは、<command>yaboot</command> を自動でセッ"
+"トアップします。そのため、<quote>bootstrap</quote> という名前で、820k という"
+"小さなパーティションが必要です。このパーティションは、パーティション分割コン"
+"ポーネントで <emphasis>Apple_Bootstrap</emphasis> 形式にしてください。このス"
+"テップが正常に完了したら、そのディスクが起動可能になっており、OpenFirmware "
+"が &debian; を起動できるように設定されています。"
#. Tag: title
#: using-d-i.xml:2785
@@ -2242,8 +4337,16 @@ msgstr "ハードディスクへの <command>Quik</command> のインストー
#. Tag: para
#: using-d-i.xml:2786
#, no-c-format
-msgid "The boot loader for OldWorld Power Macintosh machines is <command>quik</command>. You can also use it on CHRP. The installer will attempt to set up <command>quik</command> automatically. The setup has been known to work on 7200, 7300, and 7600 Powermacs, and on some Power Computing clones."
-msgstr "OldWorld Power Macintosh 用のブートローダは <command>quik</command> です。 これは CHRP でも使用できます。インストーラは、 自動的に <command>quik</command> をセットアップしようと試みるでしょう。 このセットアップは、7200, 7300, 7600 Powermac や Power Computing のクローンで 動作することが知られています。"
+msgid ""
+"The boot loader for OldWorld Power Macintosh machines is <command>quik</"
+"command>. You can also use it on CHRP. The installer will attempt to set up "
+"<command>quik</command> automatically. The setup has been known to work on "
+"7200, 7300, and 7600 Powermacs, and on some Power Computing clones."
+msgstr ""
+"OldWorld Power Macintosh 用のブートローダは <command>quik</command> です。こ"
+"れは CHRP でも使用できます。インストーラは、自動的に <command>quik</command> "
+"をセットアップしようと試みるでしょう。このセットアップは、7200, 7300, 7600 "
+"Powermac や Power Computing のクローンで動作することが知られています。"
#. Tag: title
#: using-d-i.xml:2802
@@ -2254,8 +4357,18 @@ msgstr "<command>zipl</command> インストーラ"
#. Tag: para
#: using-d-i.xml:2803
#, no-c-format
-msgid "The boot loader on &arch-title; is <quote>zipl</quote>. <command>ZIPL</command> is similar in configuration and usage to <command>LILO</command>, with a few exceptions. Please take a look at <quote>LINUX for &arch-title; Device Drivers and Installation Commands</quote> from IBM's developerWorks web site if you want to know more about <command>ZIPL</command>."
-msgstr "&arch-title; 上のブートローダ <quote>zipl</quote> です。 <command>ZIPL</command> は、少数の例外を除いて、 <command>LILO</command> に設定と使用法が似ています。 <command>ZIPL</command> についてもっと知りたい場合は、 IBM の developerWorks ウェブサイトから <quote>LINUX for &arch-title; Device Drivers and Installation Commands</quote> を見てください。"
+msgid ""
+"The boot loader on &arch-title; is <quote>zipl</quote>. <command>ZIPL</"
+"command> is similar in configuration and usage to <command>LILO</command>, "
+"with a few exceptions. Please take a look at <quote>LINUX for &arch-title; "
+"Device Drivers and Installation Commands</quote> from IBM's developerWorks "
+"web site if you want to know more about <command>ZIPL</command>."
+msgstr ""
+"&arch-title; 上のブートローダ <quote>zipl</quote> です。<command>ZIPL</"
+"command> は、少数の例外を除いて、<command>LILO</command> に設定と使用法が似て"
+"います。<command>ZIPL</command> についてもっと知りたい場合は、IBM の "
+"developerWorks ウェブサイトから <quote>LINUX for &arch-title; Device Drivers "
+"and Installation Commands</quote> を見てください。"
#. Tag: title
#: using-d-i.xml:2820
@@ -2266,8 +4379,32 @@ msgstr "ハードディスクへの <command>SILO</command> ブートローダ
#. Tag: para
#: using-d-i.xml:2822
#, no-c-format
-msgid "The standard &architecture; boot loader is called <quote>silo</quote>. It is documented in <filename>/usr/share/doc/silo/</filename>. <command>SILO</command> is similar in configuration and usage to <command>LILO</command>, with a few exceptions. First of all, <command>SILO</command> allows you to boot any kernel image on your drive, even if it is not listed in <filename>/etc/silo.conf</filename>. This is because <command>SILO</command> can actually read Linux partitions. Also, <filename>/etc/silo.conf</filename> is read at boot time, so there is no need to rerun <command>silo</command> after installing a new kernel like you would with <command>LILO</command>. <command>SILO</command> can also read UFS partitions, which means it can boot SunOS/Solaris partitions as well. This is useful if you want to install GNU/Linux alongside an existing SunOS/Solaris install."
-msgstr "標準の &architecture; ブートローダは <quote>silo</quote> と呼ばれ、 <filename>/usr/share/doc/silo/</filename> に文書があります。 <command>SILO</command> は少数の例外を除き、 <command>LILO</command> に設定と使用法が似ています。 まず第一に、<filename>/etc/silo.conf</filename> にリストされていなくても、 <command>SILO</command> はドライブ上のどんなカーネルイメージも起動できます。 これは <command>SILO</command> が、 実際に Linux パーティションを読むことができるからです。 さらに、<filename>/etc/silo.conf</filename> も起動時に読み込みます。 したがって、新しいカーネルをインストールした後に (<command>LILO</command> のように) <command>silo</command> を再実行する必要はありません。 <command>SILO</command> はさらに UFS パーティションを読むことができ、 これは SunOS/Solaris パーティションを起動できることを意味します。 既存の SunOS/Solaris と一緒に GNU/Linux をインストールするのなら、 これが便利です。"
+msgid ""
+"The standard &architecture; boot loader is called <quote>silo</quote>. It is "
+"documented in <filename>/usr/share/doc/silo/</filename>. <command>SILO</"
+"command> is similar in configuration and usage to <command>LILO</command>, "
+"with a few exceptions. First of all, <command>SILO</command> allows you to "
+"boot any kernel image on your drive, even if it is not listed in <filename>/"
+"etc/silo.conf</filename>. This is because <command>SILO</command> can "
+"actually read Linux partitions. Also, <filename>/etc/silo.conf</filename> is "
+"read at boot time, so there is no need to rerun <command>silo</command> "
+"after installing a new kernel like you would with <command>LILO</command>. "
+"<command>SILO</command> can also read UFS partitions, which means it can "
+"boot SunOS/Solaris partitions as well. This is useful if you want to install "
+"GNU/Linux alongside an existing SunOS/Solaris install."
+msgstr ""
+"標準の &architecture; ブートローダは <quote>silo</quote> と呼ばれ、"
+"<filename>/usr/share/doc/silo/</filename> に文書があります。<command>SILO</"
+"command> は少数の例外を除き、<command>LILO</command> に設定と使用法が似ていま"
+"す。まず第一に、<filename>/etc/silo.conf</filename> にリストされていなくて"
+"も、<command>SILO</command> はドライブ上のどんなカーネルイメージも起動できま"
+"す。これは <command>SILO</command> が、実際に Linux パーティションを読むこと"
+"ができるからです。さらに、<filename>/etc/silo.conf</filename> も起動時に読み"
+"込みます。したがって、新しいカーネルをインストールした後に (<command>LILO</"
+"command> のように) <command>silo</command> を再実行する必要はありません。"
+"<command>SILO</command> はさらに UFS パーティションを読むことができ、これは "
+"SunOS/Solaris パーティションを起動できることを意味します。既存の SunOS/"
+"Solaris と一緒に GNU/Linux をインストールするのなら、これが便利です。"
#. Tag: title
#: using-d-i.xml:2847
@@ -2278,14 +4415,42 @@ msgstr "ブートローダなしで継続"
#. Tag: para
#: using-d-i.xml:2849
#, no-c-format
-msgid "This option can be used to complete the installation even when no boot loader is to be installed, either because the arch/subarch doesn't provide one, or because none is desired (e.g. you will use existing boot loader). <phrase arch=\"m68k\">This option is especially useful for Macintosh, Atari, and Amiga systems, where the original operating system must be maintained on the box and used to boot GNU/Linux.</phrase>"
-msgstr "このオプションは、アーキテクチャ/サブアーキテクチャにブートローダがない、 あるいはインストールする気がない (例えば、既存のブートローダを使用するつもりであるとか) 時に、 ブートローダをインストールしていなくても、 インストールを完了するのに利用できます。 <phrase arch=\"m68k\">GNU/Linux を起動するために、 オリジナルの OS を維持しなければならないような、 Macintosh, Atari, Amiga といったシステムでは、 このオプションが特に役に立ちます。</phrase>"
+msgid ""
+"This option can be used to complete the installation even when no boot "
+"loader is to be installed, either because the arch/subarch doesn't provide "
+"one, or because none is desired (e.g. you will use existing boot loader). "
+"<phrase arch=\"m68k\">This option is especially useful for Macintosh, Atari, "
+"and Amiga systems, where the original operating system must be maintained on "
+"the box and used to boot GNU/Linux.</phrase>"
+msgstr ""
+"このオプションは、アーキテクチャ/サブアーキテクチャにブートローダがない、ある"
+"いはインストールする気がない (例えば、既存のブートローダを使用するつもりであ"
+"るとか) 時に、ブートローダをインストールしていなくても、インストールを完了す"
+"るのに利用できます。<phrase arch=\"m68k\">GNU/Linux を起動するために、オリジ"
+"ナルの OS を維持しなければならないような、Macintosh, Atari, Amiga といったシ"
+"ステムでは、このオプションが特に役に立ちます。</phrase>"
#. Tag: para
#: using-d-i.xml:2858
#, no-c-format
-msgid "If you plan to manually configure your bootloader, you should check the name of the installed kernel in <filename>/target/boot</filename>. You should also check that directory for the presence of an <firstterm>initrd</firstterm>; if one is present, you will probably have to instruct your bootloader to use it. Other information you will need are the disk and partition you selected for your <filename>/</filename> filesystem and, if you chose to install <filename>/boot</filename> on a separate partition, also your <filename>/boot</filename> filesystem."
-msgstr "手動でブートローダを設定する場合、<filename>/target/boot</filename> にインストールしたカーネルの名前をチェックしてください。 またそのディレクトリに <firstterm>initrd</firstterm> が存在するかチェックしてください。 存在するなら、ブートローダにそれを使うよう指定しなければなりません。 他に必要な情報は、 <filename>/</filename> ファイルシステムとするディスクないしパーティション、 (<filename>/boot</filename> を個別のパーティションとする場合) <filename>/boot</filename> ファイルシステムとするディスクないしパーティションが必要です。"
+msgid ""
+"If you plan to manually configure your bootloader, you should check the name "
+"of the installed kernel in <filename>/target/boot</filename>. You should "
+"also check that directory for the presence of an <firstterm>initrd</"
+"firstterm>; if one is present, you will probably have to instruct your "
+"bootloader to use it. Other information you will need are the disk and "
+"partition you selected for your <filename>/</filename> filesystem and, if "
+"you chose to install <filename>/boot</filename> on a separate partition, "
+"also your <filename>/boot</filename> filesystem."
+msgstr ""
+"手動でブートローダを設定する場合、<filename>/target/boot</filename> にインス"
+"トールしたカーネルの名前をチェックしてください。またそのディレクトリに "
+"<firstterm>initrd</firstterm> が存在するかチェックしてください。存在するな"
+"ら、ブートローダにそれを使うよう指定しなければなりません。他に必要な情報は、"
+"<filename>/</filename> ファイルシステムとするディスクないしパーティション、"
+"(<filename>/boot</filename> を個別のパーティションとする場合) <filename>/"
+"boot</filename> ファイルシステムとするディスクないしパーティションが必要で"
+"す。"
#. Tag: title
#: using-d-i.xml:2875
@@ -2296,8 +4461,13 @@ msgstr "インストールの完了"
#. Tag: para
#: using-d-i.xml:2876
#, no-c-format
-msgid "This is the last step in the Debian installation process during which the installer will do any last minute tasks. It mostly consists of tidying up after the &d-i;."
-msgstr "これからインストーラが行ういくつかのタスクが、Debian のインストール 過程での最終段階です。 ほとんどが &d-i; の後片付けです。"
+msgid ""
+"This is the last step in the Debian installation process during which the "
+"installer will do any last minute tasks. It mostly consists of tidying up "
+"after the &d-i;."
+msgstr ""
+"これからインストーラが行ういくつかのタスクが、Debian のインストール過程での最"
+"終段階です。ほとんどが &d-i; の後片付けです。"
#. Tag: title
#: using-d-i.xml:2889
@@ -2308,20 +4478,44 @@ msgstr "システム時計の設定"
#. Tag: para
#: using-d-i.xml:2891
#, no-c-format
-msgid "The installer may ask you if the computer's clock is set to UTC. Normally this question is avoided if possible and the installer tries to work out whether the clock is set to UTC based on things like what other operating systems are installed."
-msgstr "インストーラは、コンピュータの時計を UTC にするかどうかを、尋ねることがあります。 通常この質問は可能な限り避け、他のオペレーションシステムがインストールされているかどうか、 といったことから UTC を基準にするかどうかを判断します。"
+msgid ""
+"The installer may ask you if the computer's clock is set to UTC. Normally "
+"this question is avoided if possible and the installer tries to work out "
+"whether the clock is set to UTC based on things like what other operating "
+"systems are installed."
+msgstr ""
+"インストーラは、コンピュータの時計を UTC にするかどうかを、尋ねることがありま"
+"す。通常この質問は可能な限り避け、他のオペレーションシステムがインストールさ"
+"れているかどうか、といったことから UTC を基準にするかどうかを判断します。"
#. Tag: para
#: using-d-i.xml:2898
#, no-c-format
-msgid "In expert mode you will always be able to choose whether or not the clock is set to UTC. <phrase arch=\"m68k;powerpc\">Macintosh hardware clocks are normally set to local time. If you want to dual-boot, select local time instead of UTC.</phrase> <phrase arch=\"x86\">Systems that (also) run Dos or Windows are normally set to local time. If you want to dual-boot, select local time instead of UTC.</phrase>"
-msgstr "エキスパートモードでは、常に時計を UTC にあわせるかどうかを選択することになります。 <phrase arch=\"m68k;powerpc\">Macintosh のハードウェア時計は、通常現地時間にあわせてあります。 デュアルブートする場合は、UTC ではなく現地時間を選択してください。</phrase> <phrase arch=\"x86\">DOS や Windows を使用するシステムは、通常現地時間にあわせてあります。 デュアルブートする場合は、UTC ではなく現地時間を選択してください。</phrase>"
+msgid ""
+"In expert mode you will always be able to choose whether or not the clock is "
+"set to UTC. <phrase arch=\"m68k;powerpc\">Macintosh hardware clocks are "
+"normally set to local time. If you want to dual-boot, select local time "
+"instead of UTC.</phrase> <phrase arch=\"x86\">Systems that (also) run Dos or "
+"Windows are normally set to local time. If you want to dual-boot, select "
+"local time instead of UTC.</phrase>"
+msgstr ""
+"エキスパートモードでは、常に時計を UTC にあわせるかどうかを選択することになり"
+"ます。<phrase arch=\"m68k;powerpc\">Macintosh のハードウェア時計は、通常現地"
+"時間にあわせてあります。デュアルブートする場合は、UTC ではなく現地時間を選択"
+"してください。</phrase> <phrase arch=\"x86\">DOS や Windows を使用するシステ"
+"ムは、通常現地時間にあわせてあります。デュアルブートする場合は、UTC ではなく"
+"現地時間を選択してください。</phrase>"
#. Tag: para
#: using-d-i.xml:2909
#, no-c-format
-msgid "At this point &d-i; will also attempt to save the current time to the system's hardware clock. This will be done either in UTC or local time, depending on the selection that was just made."
-msgstr "ここで、&d-i; は、システムのハードウェア時計に現在の時間を保存しようと試みます。 先ほどの選択により、UTC か現地時間のどちらかで保存します。"
+msgid ""
+"At this point &d-i; will also attempt to save the current time to the "
+"system's hardware clock. This will be done either in UTC or local time, "
+"depending on the selection that was just made."
+msgstr ""
+"ここで、&d-i; は、システムのハードウェア時計に現在の時間を保存しようと試みま"
+"す。先ほどの選択により、UTC か現地時間のどちらかで保存します。"
#. Tag: title
#: using-d-i.xml:2924
@@ -2332,14 +4526,26 @@ msgstr "システムの再起動"
#. Tag: para
#: using-d-i.xml:2926
#, no-c-format
-msgid "You will be prompted to remove the boot media (CD, floppy, etc) that you used to boot the installer. After that the system will be rebooted into your new Debian system."
-msgstr "インストーラの起動に使用したブートメディア (CD, floppy, etc) を、 取り出すよう促されます。 システムはこの後、新しい Debian システムで再起動します。"
+msgid ""
+"You will be prompted to remove the boot media (CD, floppy, etc) that you "
+"used to boot the installer. After that the system will be rebooted into your "
+"new Debian system."
+msgstr ""
+"インストーラの起動に使用したブートメディア (CD, floppy, etc) を、取り出すよう"
+"促されます。システムはこの後、新しい Debian システムで再起動します。"
#. Tag: para
#: using-d-i.xml:2932
#, no-c-format
-msgid "After a final prompt the system will be halted because rebooting is not supported on &arch-title;. You then need to IPL &debian; from the DASD which you selected for the root filesystem during the first steps of the installation."
-msgstr "最後のプロンプトの後、システムを停止させてください。 この場合、&arch-title; では再起動がサポートされていないのです。 その後、インストールの最初にルートファイルシステムとして選択した DASD から GNU/Linux を IPL してください。"
+msgid ""
+"After a final prompt the system will be halted because rebooting is not "
+"supported on &arch-title;. You then need to IPL &debian; from the DASD which "
+"you selected for the root filesystem during the first steps of the "
+"installation."
+msgstr ""
+"最後のプロンプトの後、システムを停止させてください。この場合、&arch-title; で"
+"は再起動がサポートされていないのです。その後、インストールの最初にルートファ"
+"イルシステムとして選択した DASD から GNU/Linux を IPL してください。"
#. Tag: title
#: using-d-i.xml:2945
@@ -2350,8 +4556,13 @@ msgstr "その他"
#. Tag: para
#: using-d-i.xml:2946
#, no-c-format
-msgid "The components listed in this section are usually not involved in the installation process, but are waiting in the background to help the user in case something goes wrong."
-msgstr "本節に挙げるコンポーネントは、通常インストールプロセスに関係しませんが、 何かうまく行かない時に、ユーザの助けになるようバックグラウンドで待っています。"
+msgid ""
+"The components listed in this section are usually not involved in the "
+"installation process, but are waiting in the background to help the user in "
+"case something goes wrong."
+msgstr ""
+"本節に挙げるコンポーネントは、通常インストールプロセスに関係しませんが、何か"
+"うまく行かない時に、ユーザの助けになるようバックグラウンドで待っています。"
#. Tag: title
#: using-d-i.xml:2959
@@ -2362,14 +4573,30 @@ msgstr "インストールログの保存"
#. Tag: para
#: using-d-i.xml:2961
#, no-c-format
-msgid "If the installation is successful, the logfiles created during the installation process will be automatically saved to <filename>/var/log/installer/</filename> on your new Debian system."
-msgstr "インストールが成功したら、インストールプロセス中のログファイルが、 新しい Debian システムの <filename>/var/log/installer/</filename> に自動的に作成されています。"
+msgid ""
+"If the installation is successful, the logfiles created during the "
+"installation process will be automatically saved to <filename>/var/log/"
+"installer/</filename> on your new Debian system."
+msgstr ""
+"インストールが成功したら、インストールプロセス中のログファイルが、新しい "
+"Debian システムの <filename>/var/log/installer/</filename> に自動的に作成され"
+"ています。"
#. Tag: para
#: using-d-i.xml:2968
#, no-c-format
-msgid "Choosing <guimenuitem>Save debug logs</guimenuitem> from the main menu allows you to save the log files to a floppy disk, network, hard disk, or other media. This can be useful if you encounter fatal problems during the installation and wish to study the logs on another system or attach them to an installation report."
-msgstr "メインメニューから <guimenuitem>デバッグログを保存</guimenuitem> を選択すると、 ログファイルをフロッピーディスクやネットワーク、 ハードディスク、その他メディアに保存できます。 これは、インストール中に致命的な問題に遭遇してしまい、 別システムでそのログを調査したいときや、 インストールレポート向けにログを添付したいときに便利です。"
+msgid ""
+"Choosing <guimenuitem>Save debug logs</guimenuitem> from the main menu "
+"allows you to save the log files to a floppy disk, network, hard disk, or "
+"other media. This can be useful if you encounter fatal problems during the "
+"installation and wish to study the logs on another system or attach them to "
+"an installation report."
+msgstr ""
+"メインメニューから <guimenuitem>デバッグログを保存</guimenuitem> を選択する"
+"と、ログファイルをフロッピーディスクやネットワーク、ハードディスク、その他メ"
+"ディアに保存できます。これは、インストール中に致命的な問題に遭遇してしまい、"
+"別システムでそのログを調査したいときや、インストールレポート向けにログを添付"
+"したいときに便利です。"
#. Tag: title
#: using-d-i.xml:2988
@@ -2380,44 +4607,104 @@ msgstr "シェルの使用とログの参照"
#. Tag: para
#: using-d-i.xml:2990
#, no-c-format
-msgid "There are several methods you can use to get a shell while running an installation. On most systems, and if you are not installing over serial console, the easiest method is to switch to the second <emphasis>virtual console</emphasis> by pressing <keycombo><keycap>Left Alt</keycap> <keycap>F2</keycap></keycombo><footnote> <para> That is: press the <keycap>Alt</keycap> key on the left-hand side of the <keycap>space bar</keycap> and the <keycap>F2</keycap> function key at the same time. </para> </footnote> (on a Mac keyboard, <keycombo><keycap>Option</keycap> <keycap>F2</keycap></keycombo>). Use <keycombo><keycap>Left Alt</keycap> <keycap>F1</keycap></keycombo> to switch back to installer itself."
-msgstr "インストール中にシェルを起動する方法はいくつかあります。 ほとんどのシステムでは、さらにシリアルコンソールでインストールしていない場合、 <keycombo><keycap>左 Alt</keycap> <keycap>F2</keycap></keycombo> <footnote> <para> <keycap>スペースバー</keycap> の左側にある <keycap>Alt</keycap> キーと、 <keycap>F2</keycap> ファンクションキーを同時に押してください。 </para> </footnote> を押して (Mac のキーボードでは、<keycombo><keycap>Option</keycap> <keycap>F2</keycap></keycombo>)、 第 2 <emphasis>仮想コンソール</emphasis> に切り替えるのが簡単です。 <keycombo><keycap>Left Alt</keycap> <keycap>F1</keycap></keycombo> でインストーラ自体に戻ってください。"
+msgid ""
+"There are several methods you can use to get a shell while running an "
+"installation. On most systems, and if you are not installing over serial "
+"console, the easiest method is to switch to the second <emphasis>virtual "
+"console</emphasis> by pressing <keycombo><keycap>Left Alt</keycap> "
+"<keycap>F2</keycap></keycombo><footnote> <para> That is: press the "
+"<keycap>Alt</keycap> key on the left-hand side of the <keycap>space bar</"
+"keycap> and the <keycap>F2</keycap> function key at the same time. </para> </"
+"footnote> (on a Mac keyboard, <keycombo><keycap>Option</keycap> <keycap>F2</"
+"keycap></keycombo>). Use <keycombo><keycap>Left Alt</keycap> <keycap>F1</"
+"keycap></keycombo> to switch back to installer itself."
+msgstr ""
+"インストール中にシェルを起動する方法はいくつかあります。ほとんどのシステムで"
+"は、さらにシリアルコンソールでインストールしていない場合、<keycombo><keycap>"
+"左 Alt</keycap> <keycap>F2</keycap></keycombo> <footnote> <para><keycap>ス"
+"ペースバー</keycap> の左側にある <keycap>Alt</keycap> キーと、<keycap>F2</"
+"keycap> ファンクションキーを同時に押してください。</para> </footnote>を押し"
+"て (Mac のキーボードでは、<keycombo><keycap>Option</keycap> <keycap>F2</"
+"keycap></keycombo>)、第 2 <emphasis>仮想コンソール</emphasis> に切り替えるの"
+"が簡単です。<keycombo><keycap>Left Alt</keycap> <keycap>F1</keycap></"
+"keycombo> でインストーラ自体に戻ってください。"
#. Tag: para
#: using-d-i.xml:3008
#, no-c-format
msgid "For the graphical installer see also <xref linkend=\"gtk-using\"/>."
-msgstr "グラフィカルインストーラでは、<xref linkend=\"gtk-using\"/> もご覧ください。"
+msgstr ""
+"グラフィカルインストーラでは、<xref linkend=\"gtk-using\"/> もご覧ください。"
#. Tag: para
#: using-d-i.xml:3012
#, no-c-format
-msgid "If you cannot switch consoles, there is also an <guimenuitem>Execute a Shell</guimenuitem> item on the main menu that can be used to start a shell. You can get to the main menu from most dialogs by using the &BTN-GOBACK; button one or more times. Type <userinput>exit</userinput> to close the shell and return to the installer."
-msgstr "コンソールに切り替えられない場合、メインメニューにある <guimenuitem>シェルの実行</guimenuitem> でもシェルを起動できます。 ほとんどのダイアログから、&BTN-GOBACK; ボタンを何度か押して、 メインメニューに戻れます。 <userinput>exit</userinput> と入力すると、 シェルを終了してインストーラに戻ります。"
+msgid ""
+"If you cannot switch consoles, there is also an <guimenuitem>Execute a "
+"Shell</guimenuitem> item on the main menu that can be used to start a shell. "
+"You can get to the main menu from most dialogs by using the &BTN-GOBACK; "
+"button one or more times. Type <userinput>exit</userinput> to close the "
+"shell and return to the installer."
+msgstr ""
+"コンソールに切り替えられない場合、メインメニューにある <guimenuitem>シェルの"
+"実行</guimenuitem> でもシェルを起動できます。ほとんどのダイアログから、&BTN-"
+"GOBACK; ボタンを何度か押して、メインメニューに戻れます。<userinput>exit</"
+"userinput> と入力すると、シェルを終了してインストーラに戻ります。"
#. Tag: para
#: using-d-i.xml:3020
#, no-c-format
-msgid "At this point you are booted from the RAM disk, and there is a limited set of Unix utilities available for your use. You can see what programs are available with the command <command>ls /bin /sbin /usr/bin /usr/sbin</command> and by typing <command>help</command>. The shell is a Bourne shell clone called <command>ash</command> and has some nice features like autocompletion and history."
-msgstr "この段階では RAM ディスクから起動しています。 また、使用には制限がありますが Unix ユーティリティが利用可能です。 どのプログラムが利用できるかはコマンド <command>ls /bin /sbin /usr/bin /usr/sbin</command> や <command>help</command> とタイプするとわかります。 シェルは <command>ash</command> という Bourne shell のクローンで、 自動補完や履歴のような、気の利いた機能を備えています。"
+msgid ""
+"At this point you are booted from the RAM disk, and there is a limited set "
+"of Unix utilities available for your use. You can see what programs are "
+"available with the command <command>ls /bin /sbin /usr/bin /usr/sbin</"
+"command> and by typing <command>help</command>. The shell is a Bourne shell "
+"clone called <command>ash</command> and has some nice features like "
+"autocompletion and history."
+msgstr ""
+"この段階では RAM ディスクから起動しています。また、使用には制限がありますが "
+"Unix ユーティリティが利用可能です。どのプログラムが利用できるかはコマンド "
+"<command>ls /bin /sbin /usr/bin /usr/sbin</command> や <command>help</"
+"command> とタイプするとわかります。シェルは <command>ash</command> という "
+"Bourne shell のクローンで、自動補完や履歴のような、気の利いた機能を備えていま"
+"す。"
#. Tag: para
#: using-d-i.xml:3029
#, no-c-format
-msgid "To edit and view files, use the text editor <command>nano</command>. Log files for the installation system can be found in the <filename>/var/log</filename> directory."
-msgstr "ファイルの編集や表示をするには、 <command>nano</command> というテキストエディタを使用してください。 インストールシステムのログファイルは、 <filename>/var/log</filename> ディレクトリにあります。"
+msgid ""
+"To edit and view files, use the text editor <command>nano</command>. Log "
+"files for the installation system can be found in the <filename>/var/log</"
+"filename> directory."
+msgstr ""
+"ファイルの編集や表示をするには、<command>nano</command> というテキストエディ"
+"タを使用してください。インストールシステムのログファイルは、<filename>/var/"
+"log</filename> ディレクトリにあります。"
#. Tag: para
#: using-d-i.xml:3036
#, no-c-format
-msgid "Although you can do basically anything in a shell that the available commands allow you to do, the option to use a shell is really only there in case something goes wrong and for debugging."
-msgstr "シェルの中では、有効なコマンドを許可されている限り、 基本的になんでもできますが、何か問題が発生したときのデバッグ用に、 シェルを使用するオプションはここにしかありません。"
+msgid ""
+"Although you can do basically anything in a shell that the available "
+"commands allow you to do, the option to use a shell is really only there in "
+"case something goes wrong and for debugging."
+msgstr ""
+"シェルの中では、有効なコマンドを許可されている限り、基本的になんでもできます"
+"が、何か問題が発生したときのデバッグ用に、シェルを使用するオプションはここに"
+"しかありません。"
#. Tag: para
#: using-d-i.xml:3042
#, no-c-format
-msgid "Doing things manually from the shell may interfere with the installation process and result in errors or an incomplete installation. In particular, you should always use let the installer activate your swap partition and not do this yourself from a shell."
-msgstr "シェルから手動で何か行うと、インストールプロセスや結果にエラーが発生したり、 インストールが完了しなかったりといった恐れがあります。 特に、インストーラで swap を有効にするようにし、 シェルから手動で行わないようにしましょう。"
+msgid ""
+"Doing things manually from the shell may interfere with the installation "
+"process and result in errors or an incomplete installation. In particular, "
+"you should always use let the installer activate your swap partition and not "
+"do this yourself from a shell."
+msgstr ""
+"シェルから手動で何か行うと、インストールプロセスや結果にエラーが発生したり、"
+"インストールが完了しなかったりといった恐れがあります。特に、インストーラで "
+"swap を有効にするようにし、シェルから手動で行わないようにしましょう。"
#. Tag: title
#: using-d-i.xml:3057
@@ -2428,86 +4715,232 @@ msgstr "ネットワーク越しのインストール"
#. Tag: para
#: using-d-i.xml:3059
#, no-c-format
-msgid "One of the more interesting components is <firstterm>network-console</firstterm>. It allows you to do a large part of the installation over the network via SSH. The use of the network implies you will have to perform the first steps of the installation from the console, at least to the point of setting up the networking. (Although you can automate that part with <xref linkend=\"automatic-install\"/>.)"
-msgstr "<firstterm>network-console</firstterm> はとても興味深いコンポーネントで、 インストールの大部分を、SSH を用いたネットワーク越しで行えるようにします。 ネットワークを使用すると言うことは、 少なくともネットワークをセットアップするまで、 コンソールでインストールを行わなければならないということも含んでいます。 (でもこの部分は <xref linkend=\"automatic-install\"/> で自動化できます)"
+msgid ""
+"One of the more interesting components is <firstterm>network-console</"
+"firstterm>. It allows you to do a large part of the installation over the "
+"network via SSH. The use of the network implies you will have to perform the "
+"first steps of the installation from the console, at least to the point of "
+"setting up the networking. (Although you can automate that part with <xref "
+"linkend=\"automatic-install\"/>.)"
+msgstr ""
+"<firstterm>network-console</firstterm> はとても興味深いコンポーネントで、イン"
+"ストールの大部分を、SSH を用いたネットワーク越しで行えるようにします。ネット"
+"ワークを使用すると言うことは、少なくともネットワークをセットアップするまで、"
+"コンソールでインストールを行わなければならないということも含んでいます。(でも"
+"この部分は <xref linkend=\"automatic-install\"/> で自動化できます)"
#. Tag: para
#: using-d-i.xml:3069
#, no-c-format
-msgid "This component is not loaded into the main installation menu by default, so you have to explicitly ask for it. If you are installing from CD, you need to boot with medium priority or otherwise invoke the main installation menu and choose <guimenuitem>Load installer components from CD</guimenuitem> and from the list of additional components select <guimenuitem>network-console: Continue installation remotely using SSH</guimenuitem>. Successful load is indicated by a new menu entry called <guimenuitem>Continue installation remotely using SSH</guimenuitem>."
-msgstr "このコンポーネントは、デフォルトではメインインストールメニューには現れません。 そのため、自分で明示しなければなりません。 CD からインストールする場合、優先度を中にするかインストールメニューを呼び出し、 <guimenuitem>CD からインストーラコンポーネントをロード</guimenuitem>を選んでください。 また、追加コンポーネントの一覧から <guimenuitem>network-console: SSH を使ってリモートでインストールを続ける</guimenuitem>を選んでください。 読み込みに成功すると、 <guimenuitem>SSH を使ってリモートでインストールを続ける</guimenuitem> から呼ばれる新しいメニュー項目が表示されます。"
+msgid ""
+"This component is not loaded into the main installation menu by default, so "
+"you have to explicitly ask for it. If you are installing from CD, you need "
+"to boot with medium priority or otherwise invoke the main installation menu "
+"and choose <guimenuitem>Load installer components from CD</guimenuitem> and "
+"from the list of additional components select <guimenuitem>network-console: "
+"Continue installation remotely using SSH</guimenuitem>. Successful load is "
+"indicated by a new menu entry called <guimenuitem>Continue installation "
+"remotely using SSH</guimenuitem>."
+msgstr ""
+"このコンポーネントは、デフォルトではメインインストールメニューには現れませ"
+"ん。そのため、自分で明示しなければなりません。CD からインストールする場合、優"
+"先度を中にするかインストールメニューを呼び出し、<guimenuitem>CD からインス"
+"トーラコンポーネントをロード</guimenuitem>を選んでください。また、追加コン"
+"ポーネントの一覧から <guimenuitem>network-console: SSH を使ってリモートでイン"
+"ストールを続ける</guimenuitem>を選んでください。読み込みに成功すると、"
+"<guimenuitem>SSH を使ってリモートでインストールを続ける</guimenuitem> から呼"
+"ばれる新しいメニュー項目が表示されます。"
#. Tag: para
#: using-d-i.xml:3082
#, no-c-format
-msgid "For installations on &arch-title;, this is the default method after setting up the network."
-msgstr "&arch-title; のインストールでは、ネットワークの設定の後、 これがデフォルトの方法です。"
+msgid ""
+"For installations on &arch-title;, this is the default method after setting "
+"up the network."
+msgstr ""
+"&arch-title; のインストールでは、ネットワークの設定の後、これがデフォルトの方"
+"法です。"
#. Tag: para
#: using-d-i.xml:3087
#, no-c-format
-msgid "<phrase arch=\"not-s390\">After selecting this new entry, you</phrase> <phrase arch=\"s390\">You</phrase> will be asked for a new password to be used for connecting to the installation system and for its confirmation. That's all. Now you should see a screen which instructs you to login remotely as the user <emphasis>installer</emphasis> with the password you just provided. Another important detail to notice on this screen is the fingerprint of this system. You need to transfer the fingerprint securely to the <quote>person who will continue the installation remotely</quote>."
-msgstr "<phrase arch=\"not-s390\">この新しいエントリを選択したら、</phrase> インストールするシステムに接続するための新しいパスワード (とその確認) を入力してください。 これで以上です。 今、リモートでログインするよう促す画面が出ているはずです。 ユーザ名は <emphasis>installer</emphasis>、 パスワードは先ほど入力した物を使用してください。 この画面にある重要な細かい点として、 このシステムの指紋 (fingerprint) があります。 この指紋を<quote>リモートでインストールを続ける人</quote>に、 安全に転送する必要があります。"
+msgid ""
+"<phrase arch=\"not-s390\">After selecting this new entry, you</phrase> "
+"<phrase arch=\"s390\">You</phrase> will be asked for a new password to be "
+"used for connecting to the installation system and for its confirmation. "
+"That's all. Now you should see a screen which instructs you to login "
+"remotely as the user <emphasis>installer</emphasis> with the password you "
+"just provided. Another important detail to notice on this screen is the "
+"fingerprint of this system. You need to transfer the fingerprint securely to "
+"the <quote>person who will continue the installation remotely</quote>."
+msgstr ""
+"<phrase arch=\"not-s390\">この新しいエントリを選択したら、</phrase>インストー"
+"ルするシステムに接続するための新しいパスワード (とその確認) を入力してくださ"
+"い。これで以上です。今、リモートでログインするよう促す画面が出ているはずで"
+"す。ユーザ名は <emphasis>installer</emphasis>、パスワードは先ほど入力した物を"
+"使用してください。この画面にある重要な細かい点として、このシステムの指紋 "
+"(fingerprint) があります。この指紋を<quote>リモートでインストールを続ける人</"
+"quote>に、安全に転送する必要があります。"
#. Tag: para
#: using-d-i.xml:3099
#, no-c-format
-msgid "Should you decide to continue with the installation locally, you can always press &enterkey;, which will bring you back to the main menu, where you can select another component."
-msgstr "ローカルでインストールすると決めた場合は、&enterkey; を押してください。 メインメニューに戻ります。そこで別のコンポーネントを選択してください。"
+msgid ""
+"Should you decide to continue with the installation locally, you can always "
+"press &enterkey;, which will bring you back to the main menu, where you can "
+"select another component."
+msgstr ""
+"ローカルでインストールすると決めた場合は、&enterkey; を押してください。メイン"
+"メニューに戻ります。そこで別のコンポーネントを選択してください。"
#. Tag: para
#: using-d-i.xml:3105
#, no-c-format
msgid ""
-"Now let's switch to the other side of the wire. As a prerequisite, you need to configure your terminal for UTF-8 encoding, because that is what the installation system uses. If you do not, remote installation will be still possible, but you may encounter strange display artefacts like destroyed dialog borders or unreadable non-ascii characters. Establishing a connection with the installation system is as simple as typing: <informalexample><screen>\n"
-"<prompt>$</prompt> <userinput>ssh -l installer <replaceable>install_host</replaceable></userinput>\n"
-"</screen></informalexample> Where <replaceable>install_host</replaceable> is either the name or IP address of the computer being installed. Before the actual login the fingerprint of the remote system will be displayed and you will have to confirm that it is correct."
+"Now let's switch to the other side of the wire. As a prerequisite, you need "
+"to configure your terminal for UTF-8 encoding, because that is what the "
+"installation system uses. If you do not, remote installation will be still "
+"possible, but you may encounter strange display artefacts like destroyed "
+"dialog borders or unreadable non-ascii characters. Establishing a connection "
+"with the installation system is as simple as typing: "
+"<informalexample><screen>\n"
+"<prompt>$</prompt> <userinput>ssh -l installer <replaceable>install_host</"
+"replaceable></userinput>\n"
+"</screen></informalexample> Where <replaceable>install_host</replaceable> is "
+"either the name or IP address of the computer being installed. Before the "
+"actual login the fingerprint of the remote system will be displayed and you "
+"will have to confirm that it is correct."
msgstr ""
-"それでは回線の向こう側へ行きましょう。 前提として、あなたの端末がインストールシステムで使用する UTF-8 エンコードを 使用できるように設定されている必要があります。 そうでなければ、リモートインストールは可能ですが、 ダイアログの枠線が化けたり ASCII 以外の文字が読めないといった 妙な表示になってしまいます。 インストールシステムへの接続を確立するには、単に以下のように入力してください。 <informalexample><screen>\n"
-"<prompt>$</prompt> <userinput>ssh -l installer <replaceable>install_host</replaceable></userinput>\n"
-"</screen></informalexample> <replaceable>install_host</replaceable> には、 インストールするコンピュータの名前か IP アドレスのどちらかをセットします。 実際のログインの前に、リモートシステムの指紋を表示するのでそれが正しいかどうか確認してください。"
+"それでは回線の向こう側へ行きましょう。前提として、あなたの端末がインストール"
+"システムで使用する UTF-8 エンコードを使用できるように設定されている必要があり"
+"ます。そうでなければ、リモートインストールは可能ですが、ダイアログの枠線が化"
+"けたり ASCII 以外の文字が読めないといった妙な表示になってしまいます。インス"
+"トールシステムへの接続を確立するには、単に以下のように入力してください。"
+"<informalexample><screen>\n"
+"<prompt>$</prompt> <userinput>ssh -l installer <replaceable>install_host</"
+"replaceable></userinput>\n"
+"</screen></informalexample> <replaceable>install_host</replaceable> には、イ"
+"ンストールするコンピュータの名前か IP アドレスのどちらかをセットします。実際"
+"のログインの前に、リモートシステムの指紋を表示するのでそれが正しいかどうか確"
+"認してください。"
#. Tag: para
#: using-d-i.xml:3122
#, no-c-format
-msgid "The <command>ssh</command> server in the installer uses a default configuration that does not send keep-alive packets. In principle, a connection to the system being installed should be kept open indefinitely. However, in some situations &mdash; depending on your local network setup &mdash; the connection may be lost after some period of inactivity. One common case where this can happen is when there is some form of Network Address Translation (NAT) somewhere between the client and the system being installed. Depending on at which point of the installation the connection was lost, you may or may not be able to resume the installation after reconnecting."
-msgstr "インストーラの <command>ssh</command> サーバは、 keep-alive パケットを送らないというデフォルト設定を使用します。 原則的に、インストールするシステムへの接続は、無期限に保たれるべきです。 しかし、ある状況下 (あなたのローカルネットワークの設定に依存する) では、 不使用時間が続くと接続を失う可能性があります。 よくある状況は、クライアントとインストールするシステムの間のどこかに、 ネットワークアドレス変換 (NAT) があることです。 接続が失われた際のインストールのポイントにより、 再接続後にインストールを再開できるかどうかが決まるでしょう。"
+msgid ""
+"The <command>ssh</command> server in the installer uses a default "
+"configuration that does not send keep-alive packets. In principle, a "
+"connection to the system being installed should be kept open indefinitely. "
+"However, in some situations &mdash; depending on your local network setup "
+"&mdash; the connection may be lost after some period of inactivity. One "
+"common case where this can happen is when there is some form of Network "
+"Address Translation (NAT) somewhere between the client and the system being "
+"installed. Depending on at which point of the installation the connection "
+"was lost, you may or may not be able to resume the installation after "
+"reconnecting."
+msgstr ""
+"インストーラの <command>ssh</command> サーバは、keep-alive パケットを送らない"
+"というデフォルト設定を使用します。原則的に、インストールするシステムへの接続"
+"は、無期限に保たれるべきです。しかし、ある状況下 (あなたのローカルネットワー"
+"クの設定に依存する) では、不使用時間が続くと接続を失う可能性があります。よく"
+"ある状況は、クライアントとインストールするシステムの間のどこかに、ネットワー"
+"クアドレス変換 (NAT) があることです。接続が失われた際のインストールのポイント"
+"により、再接続後にインストールを再開できるかどうかが決まるでしょう。"
#. Tag: para
#: using-d-i.xml:3135
#, no-c-format
-msgid "You may be able to avoid the connection being dropped by adding the option <userinput>-o&nbsp;ServerAliveInterval=<replaceable>value</replaceable></userinput> when starting the <command>ssh</command> connection, or by adding that option in your <command>ssh</command> configuration file. Note however that in some cases adding this option may also <emphasis>cause</emphasis> a connection to be dropped (for example if keep-alive packets are sent during a brief network outage, from which <command>ssh</command> would otherwise have recovered), so it should only be used when needed."
-msgstr "<command>ssh</command> 接続を開始する際や、 <command>ssh</command> の設定ファイルに、オプション <userinput>-o&nbsp;ServerAliveInterval=<replaceable>value</replaceable></userinput> を追加して、接続が切れるのを回避できるかもしれません。 しかしある状況下では、このオプションを追加すると、 接続が切れる<emphasis>原因</emphasis>になるかもしれないことにご注意ください (例えば、普段なら <command>ssh</command> が復旧してしまうような、 短時間のネットワーク障害中に keep-alive パケットを送るなど)。 そのため、使用は必要最小限にするべきです。"
+msgid ""
+"You may be able to avoid the connection being dropped by adding the option "
+"<userinput>-o&nbsp;ServerAliveInterval=<replaceable>value</replaceable></"
+"userinput> when starting the <command>ssh</command> connection, or by adding "
+"that option in your <command>ssh</command> configuration file. Note however "
+"that in some cases adding this option may also <emphasis>cause</emphasis> a "
+"connection to be dropped (for example if keep-alive packets are sent during "
+"a brief network outage, from which <command>ssh</command> would otherwise "
+"have recovered), so it should only be used when needed."
+msgstr ""
+"<command>ssh</command> 接続を開始する際や、<command>ssh</command> の設定ファ"
+"イルに、オプション <userinput>-o&nbsp;"
+"ServerAliveInterval=<replaceable>value</replaceable></userinput> を追加して、"
+"接続が切れるのを回避できるかもしれません。しかしある状況下では、このオプショ"
+"ンを追加すると、接続が切れる<emphasis>原因</emphasis>になるかもしれないことに"
+"ご注意ください (例えば、普段なら <command>ssh</command> が復旧してしまうよう"
+"な、短時間のネットワーク障害中に keep-alive パケットを送るなど)。そのため、使"
+"用は必要最小限にするべきです。"
#. Tag: para
#: using-d-i.xml:3148
#, no-c-format
-msgid "If you install several computers in turn and they happen to have the same IP address or hostname, <command>ssh</command> will refuse to connect to such host. The reason is that it will have different fingerprint, which is usually a sign of a spoofing attack. If you are sure this is not the case, you will need to delete the relevant line from <filename>~/.ssh/known_hosts</filename><footnote> <para> The following command will remove an existing entry for a host: <command>ssh-keygen -R &lt;<replaceable>hostname</replaceable>|<replaceable>IP&nbsp;address</replaceable>&gt;</command>. </para> </footnote> and try again."
-msgstr "順番にいくつものコンピュータにインストールして、 同じ IP アドレスやホスト名を持っていたりすると、 <command>ssh</command> はそういったホストへの接続を拒否します。 指紋が異なっているというのは、通常なりすまし攻撃のサインです。 なりすまし攻撃ではないことが確かなら、<filename>~/.ssh/known_hosts</filename> から関連する行を削除して<footnote> <para> 以下のコマンドで、既存のホストエントリを削除できます。 <command>ssh-keygen -R &lt;<replaceable>hostname</replaceable>|<replaceable>IP&nbsp;address</replaceable>&gt;</command> </para> </footnote>、もう一度行う必要があります。"
+msgid ""
+"If you install several computers in turn and they happen to have the same IP "
+"address or hostname, <command>ssh</command> will refuse to connect to such "
+"host. The reason is that it will have different fingerprint, which is "
+"usually a sign of a spoofing attack. If you are sure this is not the case, "
+"you will need to delete the relevant line from <filename>~/.ssh/known_hosts</"
+"filename><footnote> <para> The following command will remove an existing "
+"entry for a host: <command>ssh-keygen -R &lt;<replaceable>hostname</"
+"replaceable>|<replaceable>IP&nbsp;address</replaceable>&gt;</command>. </"
+"para> </footnote> and try again."
+msgstr ""
+"順番にいくつものコンピュータにインストールして、同じ IP アドレスやホスト名を"
+"持っていたりすると、<command>ssh</command> はそういったホストへの接続を拒否し"
+"ます。指紋が異なっているというのは、通常なりすまし攻撃のサインです。なりすま"
+"し攻撃ではないことが確かなら、<filename>~/.ssh/known_hosts</filename> から関"
+"連する行を削除して<footnote><para>以下のコマンドで、既存のホストエントリを削"
+"除できます。<command>ssh-keygen -R &lt;<replaceable>hostname</replaceable>|"
+"<replaceable>IP&nbsp;address</replaceable>&gt;</command></para></footnote>、"
+"もう一度行う必要があります。"
#. Tag: para
#: using-d-i.xml:3164
#, no-c-format
-msgid "After the login you will be presented with an initial screen where you have two possibilities called <guimenuitem>Start menu</guimenuitem> and <guimenuitem>Start shell</guimenuitem>. The former brings you to the main installer menu, where you can continue with the installation as usual. The latter starts a shell from which you can examine and possibly fix the remote system. You should only start one SSH session for the installation menu, but may start multiple sessions for shells."
-msgstr "ログインすると <guimenuitem>メニューの開始</guimenuitem>, <guimenuitem>シェルの開始</guimenuitem> という 2 つのメニューがある 初期画面が表示されます。 前者はメインのインストールメニューに移動し、 通常のインストールを進めることができます。 後者はリモートシステムの検査と (可能なら) 修正できるようなシェルを起動します。 インストールメニュー用の SSH セッションを起動するのは 1 つだけにするべきですが、シェル用には複数のセッションを起動できます。"
+msgid ""
+"After the login you will be presented with an initial screen where you have "
+"two possibilities called <guimenuitem>Start menu</guimenuitem> and "
+"<guimenuitem>Start shell</guimenuitem>. The former brings you to the main "
+"installer menu, where you can continue with the installation as usual. The "
+"latter starts a shell from which you can examine and possibly fix the remote "
+"system. You should only start one SSH session for the installation menu, but "
+"may start multiple sessions for shells."
+msgstr ""
+"ログインすると <guimenuitem>メニューの開始</guimenuitem>, <guimenuitem>シェル"
+"の開始</guimenuitem> という 2 つのメニューがある初期画面が表示されます。前者"
+"はメインのインストールメニューに移動し、通常のインストールを進めることができ"
+"ます。後者はリモートシステムの検査と (可能なら) 修正できるようなシェルを起動"
+"します。インストールメニュー用の SSH セッションを起動するのは 1 つだけにする"
+"べきですが、シェル用には複数のセッションを起動できます。"
#. Tag: para
#: using-d-i.xml:3174
#, no-c-format
-msgid "After you have started the installation remotely over SSH, you should not go back to the installation session running on the local console. Doing so may corrupt the database that holds the configuration of the new system. This in turn may result in a failed installation or problems with the installed system."
-msgstr "SSH を使ってリモートでインストールを始めた後で、 ローカルコンソールのインストールセッションに戻るべきではありません。 新システムの設定を保持しているデータベースが破損する可能性があるからです。 それによりインストールが失敗したり、 インストールしたシステムに何か問題が発生するかもしれません。"
+msgid ""
+"After you have started the installation remotely over SSH, you should not go "
+"back to the installation session running on the local console. Doing so may "
+"corrupt the database that holds the configuration of the new system. This in "
+"turn may result in a failed installation or problems with the installed "
+"system."
+msgstr ""
+"SSH を使ってリモートでインストールを始めた後で、ローカルコンソールのインス"
+"トールセッションに戻るべきではありません。新システムの設定を保持しているデー"
+"タベースが破損する可能性があるからです。それによりインストールが失敗したり、"
+"インストールしたシステムに何か問題が発生するかもしれません。"
#. Tag: para
#: using-d-i.xml:3182
#, no-c-format
-msgid "Also, if you are running the SSH session from an X terminal, you should not resize the window as that will result in the connection being terminated."
-msgstr "また、X 端末から SSH セッションを実行しているなら、 接続が終了するまでウィンドウのリサイズを行うべきではありません。"
+msgid ""
+"Also, if you are running the SSH session from an X terminal, you should not "
+"resize the window as that will result in the connection being terminated."
+msgstr ""
+"また、X 端末から SSH セッションを実行しているなら、接続が終了するまでウィンド"
+"ウのリサイズを行うべきではありません。"
#~ msgid "autopartkit"
#~ msgstr "autopartkit"
+
#~ msgid ""
#~ "Automatically partitions an entire disk according to preset user "
#~ "preferences."
#~ msgstr ""
#~ "プリセットされたユーザの選択によって、自動的に全ディスクを分割します。"
-