summaryrefslogtreecommitdiff
path: root/po/ja
diff options
context:
space:
mode:
Diffstat (limited to 'po/ja')
-rw-r--r--po/ja/preseed.po5
-rw-r--r--po/ja/random-bits.po67
-rw-r--r--po/ja/using-d-i.po705
3 files changed, 422 insertions, 355 deletions
diff --git a/po/ja/preseed.po b/po/ja/preseed.po
index a76647063..08e8f6100 100644
--- a/po/ja/preseed.po
+++ b/po/ja/preseed.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2009-11-18 01:11+0000\n"
+"POT-Creation-Date: 2010-01-18 00:44+0000\n"
"PO-Revision-Date: 2009-06-13 17:33+0900\n"
"Last-Translator: KURASAWA Nozomu <nabetaro@caldron.jp>\n"
"Language-Team: \n"
@@ -2600,9 +2600,6 @@ msgid ""
"\n"
"# Individual additional packages to install\n"
"#d-i pkgsel/include string openssh-server build-essential\n"
-"# By default, packages that are only Recommended by packages installed "
-"using\n"
-"# pkgsel/include (as opposed to their dependencies) will not be installed.\n"
"# Whether to upgrade packages after debootstrap.\n"
"# Allowed values: none, safe-upgrade, full-upgrade\n"
"#d-i pkgsel/upgrade select none\n"
diff --git a/po/ja/random-bits.po b/po/ja/random-bits.po
index 497eb1428..f75980de1 100644
--- a/po/ja/random-bits.po
+++ b/po/ja/random-bits.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2009-11-08 01:11+0000\n"
+"POT-Creation-Date: 2009-12-28 01:10+0000\n"
"PO-Revision-Date: 2009-04-22 22:17+0900\n"
"Last-Translator: KURASAWA Nozomu <nabetaro@caldron.jp>\n"
"Language-Team: \n"
@@ -1359,7 +1359,67 @@ msgstr "ネットワークの設定"
#. Tag: para
#: random-bits.xml:646
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "To configure networking, edit <filename>/etc/network/interfaces</"
+#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
+#| "hostname</filename> and <filename>/etc/hosts</filename>. "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/network/interfaces\n"
+#| "</screen></informalexample> Here are some simple examples from <filename>/"
+#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
+#| "######################################################################\n"
+#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
+#| "# See the interfaces(5) manpage for information on what options are\n"
+#| "# available.\n"
+#| "######################################################################\n"
+#| "\n"
+#| "# We always want the loopback interface.\n"
+#| "#\n"
+#| "auto lo\n"
+#| "iface lo inet loopback\n"
+#| "\n"
+#| "# To use dhcp:\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet dhcp\n"
+#| "\n"
+#| "# An example static IP setup: (broadcast and gateway are optional)\n"
+#| "#\n"
+#| "# auto eth0\n"
+#| "# iface eth0 inet static\n"
+#| "# address 192.168.0.42\n"
+#| "# network 192.168.0.0\n"
+#| "# netmask 255.255.255.0\n"
+#| "# broadcast 192.168.0.255\n"
+#| "# gateway 192.168.0.1\n"
+#| "</screen></informalexample> Enter your nameserver(s) and search "
+#| "directives in <filename>/etc/resolv.conf</filename>: "
+#| "<informalexample><screen>\n"
+#| "# editor /etc/resolv.conf\n"
+#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
+#| "filename>: <informalexample><screen>\n"
+#| "search hqdom.local\n"
+#| "nameserver 10.1.1.36\n"
+#| "nameserver 192.168.9.100\n"
+#| "</screen></informalexample> Enter your system's host name (2 to 63 "
+#| "characters): <informalexample><screen>\n"
+#| "# echo DebianHostName &gt; /etc/hostname\n"
+#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
+#| "with IPv6 support: <informalexample><screen>\n"
+#| "127.0.0.1 localhost DebianHostName\n"
+#| "\n"
+#| "# The following lines are desirable for IPv6 capable hosts\n"
+#| "::1 ip6-localhost ip6-loopback\n"
+#| "fe00::0 ip6-localnet\n"
+#| "ff00::0 ip6-mcastprefix\n"
+#| "ff02::1 ip6-allnodes\n"
+#| "ff02::2 ip6-allrouters\n"
+#| "ff02::3 ip6-allhosts\n"
+#| "</screen></informalexample> If you have multiple network cards, you "
+#| "should arrange the names of driver modules in the <filename>/etc/modules</"
+#| "filename> file into the desired order. Then during boot, each card will "
+#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1405,7 +1465,8 @@ msgid ""
"# echo DebianHostName &gt; /etc/hostname\n"
"</screen></informalexample> And a basic <filename>/etc/hosts</filename> with "
"IPv6 support: <informalexample><screen>\n"
-"127.0.0.1 localhost DebianHostName\n"
+"127.0.0.1 localhost\n"
+"127.0.1.1 DebianHostName\n"
"\n"
"# The following lines are desirable for IPv6 capable hosts\n"
"::1 ip6-localhost ip6-loopback\n"
diff --git a/po/ja/using-d-i.po b/po/ja/using-d-i.po
index 219c4d5b6..eae416c63 100644
--- a/po/ja/using-d-i.po
+++ b/po/ja/using-d-i.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2009-11-25 01:11+0000\n"
+"POT-Creation-Date: 2010-01-18 00:44+0000\n"
"PO-Revision-Date: 2009-05-28 00:14+0900\n"
"Last-Translator: KURASAWA Nozomu <nabetaro@caldron.jp>\n"
"Language-Team: \n"
@@ -883,11 +883,16 @@ msgstr "地域オプションの選択"
#. Tag: para
#: using-d-i.xml:516
-#, no-c-format
+#, fuzzy, 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."
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 "
+"installed system. The localization options consist of language, location and "
"locales."
msgstr ""
"ほとんどの場合、最初の質問はインストール中とインストールしたシステム双方の、"
@@ -916,17 +921,18 @@ msgstr ""
#| "geographic location. Language and country together will be used to set "
#| "the default locale for your system and to help select your keyboard."
msgid ""
-"The selected country will be used later in the installation process to pick "
-"the default time zone and a Debian mirror appropriate for your geographic "
-"location. Language and country together will help determine the default "
-"locale for your system and select the correct keyboard layout."
+"The selected geographic location (in most cases a country) will be used "
+"later in the installation process to select the correct time zone and a "
+"Debian mirror appropriate for that country. Language and country together "
+"will help determine the default locale for your system and select the "
+"correct keyboard layout."
msgstr ""
"選択した国は、インストールプロセスの後半で、デフォルトのタイムゾーンの抽出"
"と、地理的に適切な Debian ミラーの抽出に使用します。言語と国は、ともにシステ"
"ムのデフォルトロケールの設定や、キーボードの設定を補助するのに使用します。"
#. Tag: para
-#: using-d-i.xml:537
+#: using-d-i.xml:538
#, no-c-format
msgid ""
"You will first be asked to select your preferred language. The language "
@@ -948,7 +954,7 @@ msgstr ""
"トールされず、いずれの地域もサポートしません。"
#. Tag: para
-#: using-d-i.xml:549
+#: using-d-i.xml:550
#, fuzzy, no-c-format
#| msgid ""
#| "If you selected a language that is recognized as an official language for "
@@ -960,14 +966,14 @@ msgstr ""
#| "selecting a continent will lead to a list of relevant countries on that "
#| "continent."
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 be shown a list of only those countries. To select a "
-"country that is not in that list, choose <guimenuitem>other</guimenuitem> "
-"(the last option). You will then be presented with a list of continents; "
-"selecting a continent will lead to a list of relevant countries on that "
-"continent."
+"Next you will be asked to select your geographic location. 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 be shown a list of only those countries. To select a country that is "
+"not in that list, choose <guimenuitem>other</guimenuitem> (the last option). "
+"You will then be presented with a list of continents; selecting a continent "
+"will lead to a list of relevant countries on that continent."
msgstr ""
"言語選択時に、その言語が複数の国<footnote> <para> 技術的には、言語に対し国"
"コードが異なる複数のロケールが存在します。</para> </footnote>で公用語とされて"
@@ -1001,24 +1007,27 @@ msgid ""
"If you selected a combination of language and country for which no locale is "
"defined and there exist multiple locales for the language, then the "
"installer will allow you to choose which of those locales you prefer as the "
-"default locale for the installed system. In all other cases a default locale "
-"will be selected based on the selected language and country."
+"default locale for the installed system<footnote> <para> At medium and low "
+"priority you can always select your preferred locale from those available "
+"for the selected language (if there's more than one). </para> </footnote>. "
+"In all other cases a default locale will be selected based on the selected "
+"language and country."
msgstr ""
#. Tag: para
-#: using-d-i.xml:588
+#: using-d-i.xml:595
#, no-c-format
msgid ""
"Any default locale selected as described in the previous paragraph will use "
-"UTF-8 as character encoding."
+"<firstterm>UTF-8</firstterm> as character encoding."
msgstr ""
#. Tag: para
-#: using-d-i.xml:593
+#: using-d-i.xml:600
#, no-c-format
msgid ""
-"If you are installing at medium or low priority, you will have the option of "
-"selecting additional locales, including so-called <quote>legacy</quote> "
+"If you are installing at low priority, you will have the option of selecting "
+"additional locales, including so-called <quote>legacy</quote> "
"locales<footnote> <para> Legacy locales are locales which do not use UTF-8, "
"but one of the older standards for character encoding such as ISO&nbsp;8859-"
"1 (used by West European languages) or EUC-JP (used by Japanese). </para> </"
@@ -1028,13 +1037,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: using-d-i.xml:617
+#: using-d-i.xml:624
#, no-c-format
msgid "Choosing a Keyboard"
msgstr "キーボード選択"
#. Tag: para
-#: using-d-i.xml:619
+#: using-d-i.xml:626
#, no-c-format
msgid ""
"Keyboards are often tailored to the characters used in a language. Select a "
@@ -1052,7 +1061,7 @@ msgstr ""
"い)。"
#. Tag: para
-#: using-d-i.xml:629
+#: using-d-i.xml:636
#, no-c-format
msgid ""
"Move the highlight to the keyboard selection you desire and press "
@@ -1067,7 +1076,7 @@ msgstr ""
"<keycap>F1</keycap> から <keycap>F10</keycap> キーを備えたものです。"
#. Tag: para
-#: using-d-i.xml:638
+#: using-d-i.xml:645
#, no-c-format
msgid ""
"There are two keyboard layouts for US keyboards; the qwerty/mac-usb-us "
@@ -1087,13 +1096,13 @@ msgstr ""
"ます。"
#. Tag: title
-#: using-d-i.xml:668
+#: using-d-i.xml:675
#, no-c-format
msgid "Looking for the Debian Installer ISO Image"
msgstr "Debian Installer iso イメージの検索"
#. Tag: para
-#: using-d-i.xml:669
+#: using-d-i.xml:676
#, no-c-format
msgid ""
"When installing via the <emphasis>hd-media</emphasis> method, there will be "
@@ -1107,7 +1116,7 @@ msgstr ""
"います。"
#. Tag: para
-#: using-d-i.xml:676
+#: using-d-i.xml:683
#, no-c-format
msgid ""
"At first, <command>iso-scan</command> automatically mounts all block devices "
@@ -1137,7 +1146,7 @@ msgstr ""
"ジを探します。"
#. Tag: para
-#: using-d-i.xml:693
+#: using-d-i.xml:700
#, no-c-format
msgid ""
"In case the previous attempt to find an installer iso image fails, "
@@ -1150,7 +1159,7 @@ msgstr ""
"み調査しませんが、実際にファイルシステム全体を全探索します。"
#. Tag: para
-#: using-d-i.xml:700
+#: using-d-i.xml:707
#, no-c-format
msgid ""
"If <command>iso-scan</command> does not discover your installer iso image, "
@@ -1167,13 +1176,13 @@ msgstr ""
"るユーザは、再起動せずに第 2 コンソール上でチェックできます。"
#. Tag: title
-#: using-d-i.xml:721
+#: using-d-i.xml:728
#, no-c-format
msgid "Configuring the Network"
msgstr "ネットワークの設定"
#. Tag: para
-#: using-d-i.xml:723
+#: using-d-i.xml:730
#, no-c-format
msgid ""
"As you enter this step, if the system detects that you have more than one "
@@ -1193,7 +1202,7 @@ msgstr ""
"ください。"
#. Tag: para
-#: using-d-i.xml:734
+#: using-d-i.xml:741
#, no-c-format
msgid ""
"By default, &d-i; tries to configure your computer's network automatically "
@@ -1216,7 +1225,7 @@ msgstr ""
"切であると確信するなら、再実行してください。"
#. Tag: para
-#: using-d-i.xml:746
+#: using-d-i.xml:753
#, no-c-format
msgid ""
"The manual network setup in turn asks you a number of questions about your "
@@ -1239,7 +1248,7 @@ msgstr ""
"\"needed-info\"/> から回答を書き込んでください。"
#. Tag: para
-#: using-d-i.xml:760
+#: using-d-i.xml:767
#, no-c-format
msgid ""
"Some technical details you might, or might not, find handy: the program "
@@ -1260,14 +1269,14 @@ msgstr ""
"etc/network/interfaces</filename> を編集して変更できます。"
#. Tag: title
-#: using-d-i.xml:805
+#: using-d-i.xml:812
#, fuzzy, no-c-format
#| msgid "Configuring the Clock"
msgid "Configuring the Clock and Time Zone"
msgstr "時計の設定"
#. Tag: para
-#: using-d-i.xml:807
+#: using-d-i.xml:814
#, no-c-format
msgid ""
"The installer will first attempt to connect to a time server on the Internet "
@@ -1284,13 +1293,13 @@ msgstr ""
"とはできません。"
#. Tag: para
-#: using-d-i.xml:816
+#: using-d-i.xml:823
#, no-c-format
msgid "The installer does not modify the system clock on the s390 platform."
msgstr ""
#. Tag: para
-#: using-d-i.xml:829
+#: using-d-i.xml:836
#, fuzzy, no-c-format
#| msgid ""
#| "Depending on the location selected earlier in the installation process, "
@@ -1308,7 +1317,7 @@ msgstr ""
"ムは一覧を表示せず、そのタイムゾーンであると仮定します。"
#. Tag: para
-#: using-d-i.xml:837
+#: using-d-i.xml:844
#, no-c-format
msgid ""
"In expert mode or when installing at medium priority, you will have the "
@@ -1317,7 +1326,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:843
+#: using-d-i.xml:850
#, no-c-format
msgid ""
"If for some reason you wish to set a time zone for the installed system that "
@@ -1328,7 +1337,7 @@ msgstr ""
"<emphasis>異なる</emphasis>ものにしたい場合は、2 つの選択肢があります。"
#. Tag: para
-#: using-d-i.xml:854
+#: using-d-i.xml:861
#, fuzzy, no-c-format
#| msgid ""
#| "The simplest option is to just select a different timezone after the "
@@ -1343,13 +1352,13 @@ msgstr ""
"タイムゾーンを選択することです。以下のようなコマンドになります。"
#. Tag: screen
-#: using-d-i.xml:860
+#: using-d-i.xml:867
#, no-c-format
msgid "# dpkg-reconfigure tzdata"
msgstr "# dpkg-reconfigure tzdata"
#. Tag: para
-#: using-d-i.xml:866
+#: using-d-i.xml:873
#, no-c-format
msgid ""
"Alternatively, the time zone can be set at the very start of the "
@@ -1365,7 +1374,7 @@ msgstr ""
"きです。"
#. Tag: para
-#: using-d-i.xml:880
+#: using-d-i.xml:887
#, fuzzy, no-c-format
#| msgid ""
#| "For automated installations the time zone can also be set using "
@@ -1376,13 +1385,13 @@ msgid ""
msgstr "自動インストール用に、タイムゾーンは preseed を用いても設定できます。"
#. Tag: title
-#: using-d-i.xml:894
+#: using-d-i.xml:901
#, no-c-format
msgid "Partitioning and Mount Point Selection"
msgstr "パーティションの分割とマウントポイントの選択"
#. Tag: para
-#: using-d-i.xml:895
+#: using-d-i.xml:902
#, no-c-format
msgid ""
"At this time, after hardware detection has been executed a final time, &d-i; "
@@ -1400,7 +1409,7 @@ msgstr ""
"す。"
#. Tag: para
-#: using-d-i.xml:916
+#: using-d-i.xml:923
#, no-c-format
msgid ""
"If you are uncomfortable with partitioning, or just want to know more "
@@ -1410,7 +1419,7 @@ msgstr ""
"\"partitioning\"/> をご覧ください。"
#. Tag: para
-#: using-d-i.xml:922
+#: using-d-i.xml:929
#, no-c-format
msgid ""
"If a hard disk has previously used under Solaris, the partitioner may not "
@@ -1432,7 +1441,7 @@ msgstr ""
"できなくなることに注意してください。"
#. Tag: para
-#: using-d-i.xml:935
+#: using-d-i.xml:942
#, no-c-format
msgid ""
"First you will be given the opportunity to automatically partition either an "
@@ -1446,13 +1455,13 @@ msgstr ""
"guimenuitem> を選んでください。"
#. Tag: title
-#: using-d-i.xml:945
+#: using-d-i.xml:952
#, no-c-format
msgid "Guided Partitioning"
msgstr "ガイドパーティション分割"
#. Tag: para
-#: using-d-i.xml:946
+#: using-d-i.xml:953
#, no-c-format
msgid ""
"If you choose guided partitioning, you may have three options: to create "
@@ -1469,7 +1478,7 @@ msgstr ""
"サポートを利用します。</para> </footnote> を利用する方法です。"
#. Tag: para
-#: using-d-i.xml:961
+#: using-d-i.xml:968
#, no-c-format
msgid ""
"The option to use (encrypted) LVM may not be available on all architectures."
@@ -1478,7 +1487,7 @@ msgstr ""
"わけではありません。"
#. Tag: para
-#: using-d-i.xml:966
+#: using-d-i.xml:973
#, no-c-format
msgid ""
"When using LVM or encrypted LVM, the installer will create most partitions "
@@ -1495,7 +1504,7 @@ msgstr ""
"す。"
#. Tag: para
-#: using-d-i.xml:975
+#: using-d-i.xml:982
#, no-c-format
msgid ""
"When using encrypted LVM, the installer will also automatically erase the "
@@ -1510,7 +1519,7 @@ msgstr ""
"スクのサイズにより、時間がかかることがあります。"
#. Tag: para
-#: using-d-i.xml:984
+#: using-d-i.xml:991
#, no-c-format
msgid ""
"If you choose guided partitioning using LVM or encrypted LVM, some changes "
@@ -1527,7 +1536,7 @@ msgstr ""
"に、インストーラは変更してよいか確認してきます。"
#. Tag: para
-#: using-d-i.xml:994
+#: using-d-i.xml:1001
#, no-c-format
msgid ""
"If you choose guided partitioning (either classic or using (encrypted) LVM) "
@@ -1544,7 +1553,7 @@ msgstr ""
"ます。ディスクサイズを確認の手がかりにしてください。"
#. Tag: para
-#: using-d-i.xml:1003
+#: using-d-i.xml:1010
#, no-c-format
msgid ""
"Any data on the disk you select will eventually be lost, but you will always "
@@ -1559,7 +1568,7 @@ msgstr ""
"せん。"
#. Tag: para
-#: using-d-i.xml:1011
+#: using-d-i.xml:1018
#, no-c-format
msgid ""
"Next, you will be able to choose from the schemes listed in the table below. "
@@ -1576,73 +1585,73 @@ msgstr ""
"依存します) がなければ、ガイドパーティション分割は失敗してしまいます。"
#. Tag: entry
-#: using-d-i.xml:1027
+#: using-d-i.xml:1034
#, no-c-format
msgid "Partitioning scheme"
msgstr "パーティション分割方法"
#. Tag: entry
-#: using-d-i.xml:1028
+#: using-d-i.xml:1035
#, no-c-format
msgid "Minimum space"
msgstr "最低容量"
#. Tag: entry
-#: using-d-i.xml:1029
+#: using-d-i.xml:1036
#, no-c-format
msgid "Created partitions"
msgstr "作成するパーティション"
#. Tag: entry
-#: using-d-i.xml:1035
+#: using-d-i.xml:1042
#, no-c-format
msgid "All files in one partition"
msgstr "All files in one partition"
#. Tag: entry
-#: using-d-i.xml:1036
+#: using-d-i.xml:1043
#, no-c-format
msgid "600MB"
msgstr "600MB"
#. Tag: entry
-#: using-d-i.xml:1037
+#: using-d-i.xml:1044
#, no-c-format
msgid "<filename>/</filename>, swap"
msgstr "<filename>/</filename>, swap"
#. Tag: entry
-#: using-d-i.xml:1039
+#: using-d-i.xml:1046
#, no-c-format
msgid "Separate /home partition"
msgstr "Separate /home partition"
#. Tag: entry
-#: using-d-i.xml:1040
+#: using-d-i.xml:1047
#, no-c-format
msgid "500MB"
msgstr "500MB"
#. Tag: entry
-#: using-d-i.xml:1041
+#: using-d-i.xml:1048
#, no-c-format
msgid "<filename>/</filename>, <filename>/home</filename>, swap"
msgstr "<filename>/</filename>, <filename>/home</filename>, swap"
#. Tag: entry
-#: using-d-i.xml:1045
+#: using-d-i.xml:1052
#, no-c-format
msgid "Separate /home, /usr, /var and /tmp partitions"
msgstr "Separate /home, /usr, /var and /tmp partitions"
#. Tag: entry
-#: using-d-i.xml:1046
+#: using-d-i.xml:1053
#, no-c-format
msgid "<entry>1GB</entry>"
msgstr "<entry>1GB</entry>"
#. Tag: entry
-#: using-d-i.xml:1047
+#: using-d-i.xml:1054
#, no-c-format
msgid ""
"<filename>/</filename>, <filename>/home</filename>, <filename>/usr</"
@@ -1652,7 +1661,7 @@ msgstr ""
"filename>, <filename>/var</filename>, <filename>/tmp</filename>, swap"
#. Tag: para
-#: using-d-i.xml:1056
+#: using-d-i.xml:1063
#, no-c-format
msgid ""
"If you choose guided partitioning using (encrypted) LVM, the installer will "
@@ -1666,7 +1675,7 @@ msgstr ""
"します。"
#. Tag: para
-#: using-d-i.xml:1062
+#: using-d-i.xml:1069
#, no-c-format
msgid ""
"If you choose guided partitioning for your IA-64 system, there will be an "
@@ -1680,7 +1689,7 @@ msgstr ""
"セットアップするよう、フォーマットメニューに追加メニュー項目があります。"
#. Tag: para
-#: using-d-i.xml:1070
+#: using-d-i.xml:1077
#, no-c-format
msgid ""
"After selecting a scheme, the next screen will show your new partition "
@@ -1692,7 +1701,7 @@ msgstr ""
"いった情報が含まれています。"
#. Tag: para
-#: using-d-i.xml:1076
+#: using-d-i.xml:1083
#, no-c-format
msgid ""
"The list of partitions might look like this: <informalexample><screen>\n"
@@ -1742,7 +1751,7 @@ msgstr ""
"んが、手動パーティション分割で使用できる変化を示します。"
#. Tag: para
-#: using-d-i.xml:1089
+#: using-d-i.xml:1096
#, no-c-format
msgid ""
"This concludes the guided partitioning. If you are satisfied with the "
@@ -1763,13 +1772,13 @@ msgstr ""
"ティション分割で修正してください。"
#. Tag: title
-#: using-d-i.xml:1103
+#: using-d-i.xml:1110
#, no-c-format
msgid "Manual Partitioning"
msgstr "手動パーティション分割"
#. Tag: para
-#: using-d-i.xml:1104
+#: using-d-i.xml:1111
#, no-c-format
msgid ""
"A similar screen to the one shown just above will be displayed if you choose "
@@ -1784,7 +1793,7 @@ msgstr ""
"ンの使用法については、本節の残りで扱います。"
#. Tag: para
-#: using-d-i.xml:1112
+#: using-d-i.xml:1119
#, no-c-format
msgid ""
"If you select a pristine disk which has neither partitions nor free space on "
@@ -1798,7 +1807,7 @@ msgstr ""
"SPACE</quote> (空き領域) という新しい行が現れます。"
#. Tag: para
-#: using-d-i.xml:1120
+#: using-d-i.xml:1127
#, no-c-format
msgid ""
"If you select some free space, you will have the opportunity to create a new "
@@ -1836,7 +1845,7 @@ msgstr ""
"イン画面に戻ってください。"
#. Tag: para
-#: using-d-i.xml:1142
+#: using-d-i.xml:1149
#, no-c-format
msgid ""
"If you decide you want to change something about your partition, simply "
@@ -1857,7 +1866,7 @@ msgstr ""
"できます。"
#. Tag: para
-#: using-d-i.xml:1153
+#: using-d-i.xml:1160
#, no-c-format
msgid ""
"Be sure to create at least two partitions: one for the <emphasis>root</"
@@ -1873,7 +1882,7 @@ msgstr ""
"に進みません。"
#. Tag: para
-#: using-d-i.xml:1161
+#: using-d-i.xml:1168
#, no-c-format
msgid ""
"If you forget to select and format an EFI boot partition, <command>partman</"
@@ -1884,7 +1893,7 @@ msgstr ""
"command> がそれを検出し、行うまで先に進むことができません。"
#. Tag: para
-#: using-d-i.xml:1167
+#: using-d-i.xml:1174
#, no-c-format
msgid ""
"Capabilities of <command>partman</command> can be extended with installer "
@@ -1900,7 +1909,7 @@ msgstr ""
"<filename>partman-lvm</filename>)"
#. Tag: para
-#: using-d-i.xml:1175
+#: using-d-i.xml:1182
#, no-c-format
msgid ""
"After you are satisfied with partitioning, select <guimenuitem>Finish "
@@ -1914,13 +1923,13 @@ msgstr ""
"成するかどうか確認することになります。"
#. Tag: title
-#: using-d-i.xml:1203
+#: using-d-i.xml:1210
#, no-c-format
msgid "Configuring Multidisk Devices (Software RAID)"
msgstr "マルチディスクデバイス (ソフトウェア RAID) の設定"
#. Tag: para
-#: using-d-i.xml:1204
+#: using-d-i.xml:1211
#, no-c-format
msgid ""
"If you have more than one harddrive<footnote><para> To be honest, you can "
@@ -1939,7 +1948,7 @@ msgstr ""
"firstterm> の方が有名) と呼びます。"
#. Tag: para
-#: using-d-i.xml:1217
+#: using-d-i.xml:1224
#, no-c-format
msgid ""
"MD is basically a bunch of partitions located on different disks and "
@@ -1953,7 +1962,7 @@ msgstr ""
"てられる等) と同様に使用できます。"
#. Tag: para
-#: using-d-i.xml:1225
+#: using-d-i.xml:1232
#, no-c-format
msgid ""
"What benefits this brings depends on the type of MD device you are creating. "
@@ -2059,97 +2068,97 @@ msgstr ""
"varlistentry> </variablelist> まとめると以下のようになります。"
#. Tag: entry
-#: using-d-i.xml:1339
+#: using-d-i.xml:1346
#, no-c-format
msgid "Type"
msgstr "タイプ"
#. Tag: entry
-#: using-d-i.xml:1340
+#: using-d-i.xml:1347
#, no-c-format
msgid "Minimum Devices"
msgstr "デバイス最小構成数"
#. Tag: entry
-#: using-d-i.xml:1341
+#: using-d-i.xml:1348
#, no-c-format
msgid "Spare Device"
msgstr "予備デバイス"
#. Tag: entry
-#: using-d-i.xml:1342
+#: using-d-i.xml:1349
#, no-c-format
msgid "Survives disk failure?"
msgstr "ディスク破損に耐えるか?"
#. Tag: entry
-#: using-d-i.xml:1343
+#: using-d-i.xml:1350
#, no-c-format
msgid "Available Space"
msgstr "利用可能領域"
#. Tag: entry
-#: using-d-i.xml:1349
+#: using-d-i.xml:1356
#, no-c-format
msgid "RAID0"
msgstr "RAID0"
#. Tag: entry
-#: using-d-i.xml:1350 using-d-i.xml:1358 using-d-i.xml:1388
+#: using-d-i.xml:1357 using-d-i.xml:1365 using-d-i.xml:1395
#, no-c-format
msgid "<entry>2</entry>"
msgstr "<entry>2</entry>"
#. Tag: entry
-#: using-d-i.xml:1351 using-d-i.xml:1352
+#: using-d-i.xml:1358 using-d-i.xml:1359
#, no-c-format
msgid "<entry>no</entry>"
msgstr "<entry>×</entry>"
#. Tag: entry
-#: using-d-i.xml:1353
+#: using-d-i.xml:1360
#, no-c-format
msgid "Size of the smallest partition multiplied by number of devices in RAID"
msgstr "RAID にある最小パーティションのサイズ×デバイス数"
#. Tag: entry
-#: using-d-i.xml:1357
+#: using-d-i.xml:1364
#, no-c-format
msgid "RAID1"
msgstr "RAID1"
#. Tag: entry
-#: using-d-i.xml:1359 using-d-i.xml:1367 using-d-i.xml:1378 using-d-i.xml:1389
+#: using-d-i.xml:1366 using-d-i.xml:1374 using-d-i.xml:1385 using-d-i.xml:1396
#, no-c-format
msgid "optional"
msgstr "任意"
#. Tag: entry
-#: using-d-i.xml:1360 using-d-i.xml:1368 using-d-i.xml:1379 using-d-i.xml:1390
+#: using-d-i.xml:1367 using-d-i.xml:1375 using-d-i.xml:1386 using-d-i.xml:1397
#, no-c-format
msgid "<entry>yes</entry>"
msgstr "<entry>○</entry>"
#. Tag: entry
-#: using-d-i.xml:1361
+#: using-d-i.xml:1368
#, no-c-format
msgid "Size of the smallest partition in RAID"
msgstr "RAID にある最小パーティションのサイズ"
#. Tag: entry
-#: using-d-i.xml:1365
+#: using-d-i.xml:1372
#, no-c-format
msgid "RAID5"
msgstr "RAID5"
#. Tag: entry
-#: using-d-i.xml:1366
+#: using-d-i.xml:1373
#, no-c-format
msgid "<entry>3</entry>"
msgstr "<entry>3</entry>"
#. Tag: entry
-#: using-d-i.xml:1369
+#: using-d-i.xml:1376
#, no-c-format
msgid ""
"Size of the smallest partition multiplied by (number of devices in RAID "
@@ -2157,19 +2166,19 @@ msgid ""
msgstr "RAID にある最小パーティションのサイズ×(デバイス数 - 1)"
#. Tag: entry
-#: using-d-i.xml:1376
+#: using-d-i.xml:1383
#, no-c-format
msgid "RAID6"
msgstr "RAID6"
#. Tag: entry
-#: using-d-i.xml:1377
+#: using-d-i.xml:1384
#, no-c-format
msgid "<entry>4</entry>"
msgstr "<entry>4</entry>"
#. Tag: entry
-#: using-d-i.xml:1380
+#: using-d-i.xml:1387
#, no-c-format
msgid ""
"Size of the smallest partition multiplied by (number of devices in RAID "
@@ -2177,13 +2186,13 @@ msgid ""
msgstr "最小パーティションのサイズ×(RAID にあるデバイス数 - 2)"
#. Tag: entry
-#: using-d-i.xml:1387
+#: using-d-i.xml:1394
#, no-c-format
msgid "RAID10"
msgstr "RAID10"
#. Tag: entry
-#: using-d-i.xml:1391
+#: using-d-i.xml:1398
#, no-c-format
msgid ""
"Total of all partitions divided by the number of chunk copies (defaults to "
@@ -2191,7 +2200,7 @@ msgid ""
msgstr "全パーティションサイズ÷チャンクのコピー数 (デフォルトは 2)"
#. Tag: para
-#: using-d-i.xml:1398
+#: using-d-i.xml:1405
#, no-c-format
msgid ""
"If you want to know more about Software RAID, have a look at <ulink url="
@@ -2201,7 +2210,7 @@ msgstr ""
"raid-howto;\">Software RAID HOWTO</ulink> をご覧ください。"
#. Tag: para
-#: using-d-i.xml:1403
+#: using-d-i.xml:1410
#, no-c-format
msgid ""
"To create an MD device, you need to have the desired partitions it should "
@@ -2216,7 +2225,7 @@ msgstr ""
"ニューの <command>partman</command> で行えます)"
#. Tag: para
-#: using-d-i.xml:1412
+#: using-d-i.xml:1419
#, no-c-format
msgid ""
"Make sure that the system can be booted with the partitioning scheme you are "
@@ -2236,7 +2245,7 @@ msgstr ""
"filename> に RAID1 を用いる例が選択したり得ます。"
#. Tag: para
-#: using-d-i.xml:1424
+#: using-d-i.xml:1431
#, no-c-format
msgid ""
"Support for MD is a relatively new addition to the installer. You may "
@@ -2253,7 +2262,7 @@ msgstr ""
"して動作させることができるかも知れません。"
#. Tag: para
-#: using-d-i.xml:1433
+#: using-d-i.xml:1440
#, no-c-format
msgid ""
"Next, you should choose <guimenuitem>Configure software RAID</guimenuitem> "
@@ -2274,7 +2283,7 @@ msgstr ""
"さい。その後は選択した MD デバイスに依存します。"
#. Tag: para
-#: using-d-i.xml:1446
+#: using-d-i.xml:1453
#, no-c-format
msgid ""
"RAID0 is simple &mdash; you will be issued with the list of available RAID "
@@ -2285,7 +2294,7 @@ msgstr ""
"に MD にするパーティションを選択してください。"
#. Tag: para
-#: using-d-i.xml:1453
+#: using-d-i.xml:1460
#, no-c-format
msgid ""
"RAID1 is a bit more tricky. First, you will be asked to enter the number of "
@@ -2304,7 +2313,7 @@ msgstr ""
"せん。"
#. Tag: para
-#: using-d-i.xml:1465
+#: using-d-i.xml:1472
#, no-c-format
msgid ""
"RAID5 has a setup procedure similar to RAID1 with the exception that you "
@@ -2315,7 +2324,7 @@ msgstr ""
"す。"
#. Tag: para
-#: using-d-i.xml:1471
+#: using-d-i.xml:1478
#, no-c-format
msgid ""
"RAID6 also has a setup procedure similar to RAID1 except that at least "
@@ -2326,7 +2335,7 @@ msgstr ""
"す。"
#. Tag: para
-#: using-d-i.xml:1477
+#: using-d-i.xml:1484
#, no-c-format
msgid ""
"RAID10 again has a setup procedure similar to RAID1 except in expert mode. "
@@ -2346,7 +2355,7 @@ msgstr ""
"は、たくさんのアクティブデバイスがなければなりません。"
#. Tag: para
-#: using-d-i.xml:1491
+#: using-d-i.xml:1498
#, no-c-format
msgid ""
"It is perfectly possible to have several types of MD at once. For example, "
@@ -2364,7 +2373,7 @@ msgstr ""
"ション) で結合できます。"
#. Tag: para
-#: using-d-i.xml:1500
+#: using-d-i.xml:1507
#, no-c-format
msgid ""
"After you set up MD devices to your liking, you can <guimenuitem>Finish</"
@@ -2378,13 +2387,13 @@ msgstr ""
"設定してください。"
#. Tag: title
-#: using-d-i.xml:1515
+#: using-d-i.xml:1522
#, no-c-format
msgid "Configuring the Logical Volume Manager (LVM)"
msgstr "論理ボリュームマネージャ (LVM) の設定"
#. Tag: para
-#: using-d-i.xml:1516
+#: using-d-i.xml:1523
#, no-c-format
msgid ""
"If you are working with computers at the level of system administrator or "
@@ -2400,7 +2409,7 @@ msgstr ""
"とになります。"
#. Tag: para
-#: using-d-i.xml:1524
+#: using-d-i.xml:1531
#, no-c-format
msgid ""
"To avoid the described situation you can use Logical Volume Manager (LVM). "
@@ -2419,7 +2428,7 @@ msgstr ""
"リュームグループも)、複数の物理ディスクをまたがって定義できると言うことです。"
#. Tag: para
-#: using-d-i.xml:1534
+#: using-d-i.xml:1541
#, no-c-format
msgid ""
"Now when you realize you need more space for your old 160GB <filename>/home</"
@@ -2440,7 +2449,7 @@ msgstr ""
"きです。"
#. Tag: para
-#: using-d-i.xml:1545
+#: using-d-i.xml:1552
#, no-c-format
msgid ""
"LVM setup in &d-i; is quite simple and completely supported inside "
@@ -2457,7 +2466,7 @@ msgstr ""
"</menuchoice> を選ぶことで行います。"
#. Tag: para
-#: using-d-i.xml:1554
+#: using-d-i.xml:1561
#, no-c-format
msgid ""
"When you return to the main <command>partman</command> screen, you will see "
@@ -2476,7 +2485,7 @@ msgstr ""
"作は以下の通りです。"
#. Tag: para
-#: using-d-i.xml:1565
+#: using-d-i.xml:1572
#, no-c-format
msgid ""
"<guimenuitem>Display configuration details</guimenuitem>: shows LVM device "
@@ -2486,43 +2495,43 @@ msgstr ""
"の名称やサイズなどを表示します"
#. Tag: guimenuitem
-#: using-d-i.xml:1570
+#: using-d-i.xml:1577
#, no-c-format
msgid "Create volume group"
msgstr "ボリュームグループの作成"
#. Tag: guimenuitem
-#: using-d-i.xml:1573
+#: using-d-i.xml:1580
#, no-c-format
msgid "Create logical volume"
msgstr "論理ボリュームの作成"
#. Tag: guimenuitem
-#: using-d-i.xml:1576
+#: using-d-i.xml:1583
#, no-c-format
msgid "Delete volume group"
msgstr "ボリュームグループの削除"
#. Tag: guimenuitem
-#: using-d-i.xml:1579
+#: using-d-i.xml:1586
#, no-c-format
msgid "Delete logical volume"
msgstr "論理ボリュームの削除"
#. Tag: guimenuitem
-#: using-d-i.xml:1582
+#: using-d-i.xml:1589
#, no-c-format
msgid "Extend volume group"
msgstr "ボリュームグループの拡張"
#. Tag: guimenuitem
-#: using-d-i.xml:1585
+#: using-d-i.xml:1592
#, no-c-format
msgid "Reduce volume group"
msgstr "ボリュームグループの縮小"
#. Tag: para
-#: using-d-i.xml:1587
+#: using-d-i.xml:1594
#, no-c-format
msgid ""
"<guimenuitem>Finish</guimenuitem>: return to the main <command>partman</"
@@ -2532,7 +2541,7 @@ msgstr ""
"ります"
#. Tag: para
-#: using-d-i.xml:1593
+#: using-d-i.xml:1600
#, no-c-format
msgid ""
"Use the options in that menu to first create a volume group and then create "
@@ -2542,7 +2551,7 @@ msgstr ""
"のメニューのオプションを使用してください。"
#. Tag: para
-#: using-d-i.xml:1598
+#: using-d-i.xml:1605
#, no-c-format
msgid ""
"After you return to the main <command>partman</command> screen, any created "
@@ -2553,13 +2562,13 @@ msgstr ""
"常のボリュームと同じように表示されています (そして同じように扱えます)。"
#. Tag: title
-#: using-d-i.xml:1612
+#: using-d-i.xml:1619
#, no-c-format
msgid "Configuring Encrypted Volumes"
msgstr "暗号化ボリュームの設定"
#. Tag: para
-#: using-d-i.xml:1613
+#: using-d-i.xml:1620
#, no-c-format
msgid ""
"&d-i; allows you to set up encrypted partitions. Every file you write to "
@@ -2580,7 +2589,7 @@ msgstr ""
"ないと、ハードディスクのデータはランダムな文字列にしか見えません。"
#. Tag: para
-#: using-d-i.xml:1625
+#: using-d-i.xml:1632
#, no-c-format
msgid ""
"The two most important partitions to encrypt are: the home partition, where "
@@ -2606,7 +2615,7 @@ msgstr ""
"ションからカーネルを起動する方法がないからです。"
#. Tag: para
-#: using-d-i.xml:1640
+#: using-d-i.xml:1647
#, no-c-format
msgid ""
"Please note that the performance of encrypted partitions will be less than "
@@ -2620,7 +2629,7 @@ msgstr ""
"けます。"
#. Tag: para
-#: using-d-i.xml:1647
+#: using-d-i.xml:1654
#, no-c-format
msgid ""
"To use encryption, you have to create a new partition by selecting some free "
@@ -2640,7 +2649,7 @@ msgstr ""
"ティションを暗号化するオプションが追加されます。"
#. Tag: para
-#: using-d-i.xml:1658
+#: using-d-i.xml:1665
#, no-c-format
msgid ""
"&d-i; supports several encryption methods. The default method is "
@@ -2657,7 +2666,7 @@ msgstr ""
"す。"
#. Tag: para
-#: using-d-i.xml:1670
+#: using-d-i.xml:1677
#, no-c-format
msgid ""
"First, let's have a look at the options available when you select "
@@ -2670,13 +2679,13 @@ msgstr ""
"デフォルト値を指定してください。セキュリティを念頭に置いて選択されています。"
#. Tag: term
-#: using-d-i.xml:1680
+#: using-d-i.xml:1687
#, no-c-format
msgid "Encryption: <userinput>aes</userinput>"
msgstr "Encryption: <userinput>aes</userinput>"
#. Tag: para
-#: using-d-i.xml:1682
+#: using-d-i.xml:1689
#, no-c-format
msgid ""
"This option lets you select the encryption algorithm (<firstterm>cipher</"
@@ -2700,13 +2709,13 @@ msgstr ""
"り、21 世紀の機密情報を保護する標準暗号化アルゴリズムとして採用されました。"
#. Tag: term
-#: using-d-i.xml:1700
+#: using-d-i.xml:1707
#, no-c-format
msgid "Key size: <userinput>256</userinput>"
msgstr "Key size: <userinput>256</userinput>"
#. Tag: para
-#: using-d-i.xml:1702
+#: using-d-i.xml:1709
#, no-c-format
msgid ""
"Here you can specify the length of the encryption key. With a larger key "
@@ -2719,13 +2728,13 @@ msgstr ""
"影響を与えます。利用できる暗号化キーのサイズは暗号方式に依存します。"
#. Tag: term
-#: using-d-i.xml:1714
+#: using-d-i.xml:1721
#, no-c-format
msgid "IV algorithm: <userinput>cbc-essiv:sha256</userinput>"
msgstr "IV algorithm: <userinput>cbc-essiv:sha256</userinput>"
#. Tag: para
-#: using-d-i.xml:1716
+#: using-d-i.xml:1723
#, no-c-format
msgid ""
"The <firstterm>Initialization Vector</firstterm> or <firstterm>IV</"
@@ -2742,7 +2751,7 @@ msgstr ""
"を推測できないようにします。"
#. Tag: para
-#: using-d-i.xml:1726
+#: using-d-i.xml:1733
#, no-c-format
msgid ""
"From the provided alternatives, the default <userinput>cbc-essiv:sha256</"
@@ -2755,25 +2764,25 @@ msgstr ""
"ない、以前インストールしたシステムと互換をとる場合のみ使用してください。"
#. Tag: term
-#: using-d-i.xml:1738
+#: using-d-i.xml:1745
#, no-c-format
msgid "Encryption key: <userinput>Passphrase</userinput>"
msgstr "Encryption key: <userinput>Passphrase</userinput>"
#. Tag: para
-#: using-d-i.xml:1740
+#: using-d-i.xml:1747
#, no-c-format
msgid "Here you can choose the type of the encryption key for this partition."
msgstr "ここでは、このパーティションの暗号化キーのタイプを選択できます。"
#. Tag: term
-#: using-d-i.xml:1746
+#: using-d-i.xml:1753
#, no-c-format
msgid "Passphrase"
msgstr "Passphrase"
#. Tag: para
-#: using-d-i.xml:1747
+#: using-d-i.xml:1754
#, no-c-format
msgid ""
"The encryption key will be computed<footnote> <para> Using a passphrase as "
@@ -2786,13 +2795,13 @@ msgstr ""
"\">LUKS</ulink> を使用して設定するという意味です。</para></footnote>します。"
#. Tag: term
-#: using-d-i.xml:1762 using-d-i.xml:1855
+#: using-d-i.xml:1769 using-d-i.xml:1862
#, no-c-format
msgid "Random key"
msgstr "Random key"
#. Tag: para
-#: using-d-i.xml:1763
+#: using-d-i.xml:1770
#, no-c-format
msgid ""
"A new encryption key will be generated from random data each time you try to "
@@ -2809,7 +2818,7 @@ msgstr ""
"解読されないでしょう)"
#. Tag: para
-#: using-d-i.xml:1772
+#: using-d-i.xml:1779
#, no-c-format
msgid ""
"Random keys are useful for swap partitions because you do not need to bother "
@@ -2828,13 +2837,13 @@ msgstr ""
"なってしまうのです。"
#. Tag: term
-#: using-d-i.xml:1791 using-d-i.xml:1868
+#: using-d-i.xml:1798 using-d-i.xml:1875
#, no-c-format
msgid "Erase data: <userinput>yes</userinput>"
msgstr "Erase data: <userinput>yes</userinput>"
#. Tag: para
-#: using-d-i.xml:1793
+#: using-d-i.xml:1800
#, no-c-format
msgid ""
"Determines whether the content of this partition should be overwritten with "
@@ -2854,7 +2863,7 @@ msgstr ""
"データを復元できると信じられています。</para></footnote>。"
#. Tag: para
-#: using-d-i.xml:1813
+#: using-d-i.xml:1820
#, no-c-format
msgid ""
"If you select <menuchoice> <guimenu>Encryption method:</guimenu> "
@@ -2866,13 +2875,13 @@ msgstr ""
"ンを提供するように変わります。"
#. Tag: term
-#: using-d-i.xml:1822
+#: using-d-i.xml:1829
#, no-c-format
msgid "Encryption: <userinput>AES256</userinput>"
msgstr "Encryption: <userinput>AES256</userinput>"
#. Tag: para
-#: using-d-i.xml:1824
+#: using-d-i.xml:1831
#, no-c-format
msgid ""
"For loop-AES, unlike dm-crypt, the options for cipher and key size are "
@@ -2884,25 +2893,25 @@ msgstr ""
"ださい。"
#. Tag: term
-#: using-d-i.xml:1834
+#: using-d-i.xml:1841
#, no-c-format
msgid "Encryption key: <userinput>Keyfile (GnuPG)</userinput>"
msgstr "Encryption key: <userinput>Keyfile (GnuPG)</userinput>"
#. Tag: para
-#: using-d-i.xml:1836
+#: using-d-i.xml:1843
#, no-c-format
msgid "Here you can select the type of the encryption key for this partition."
msgstr "ここでは、このパーティションの暗号化キーのタイプを選択できます。"
#. Tag: term
-#: using-d-i.xml:1842
+#: using-d-i.xml:1849
#, no-c-format
msgid "Keyfile (GnuPG)"
msgstr "Keyfile (GnuPG)"
#. Tag: para
-#: using-d-i.xml:1843
+#: using-d-i.xml:1850
#, no-c-format
msgid ""
"The encryption key will be generated from random data during the "
@@ -2915,19 +2924,19 @@ msgstr ""
"は、適切なパスフレーズを入力する必要があります (後のプロセスで要求されます)。"
#. Tag: para
-#: using-d-i.xml:1856
+#: using-d-i.xml:1863
#, no-c-format
msgid "Please see the section on random keys above."
msgstr "前述の Random key の節をご覧ください。"
#. Tag: para
-#: using-d-i.xml:1870
+#: using-d-i.xml:1877
#, no-c-format
msgid "Please see the the section on erasing data above."
msgstr "前節の Erase data の節をご覧ください。"
#. Tag: para
-#: using-d-i.xml:1879
+#: using-d-i.xml:1886
#, no-c-format
msgid ""
"After you have selected the desired parameters for your encrypted "
@@ -2945,7 +2954,7 @@ msgstr ""
"かかるでしょう。"
#. Tag: para
-#: using-d-i.xml:1889
+#: using-d-i.xml:1896
#, no-c-format
msgid ""
"Next you will be asked to enter a passphrase for partitions configured to "
@@ -2960,7 +2969,7 @@ msgstr ""
"前など) でないものです。"
#. Tag: para
-#: using-d-i.xml:1898
+#: using-d-i.xml:1905
#, no-c-format
msgid ""
"Before you input any passphrases, you should have made sure that your "
@@ -2983,7 +2992,7 @@ msgstr ""
"トが有効でなかったのかもしれません。"
#. Tag: para
-#: using-d-i.xml:1911
+#: using-d-i.xml:1918
#, no-c-format
msgid ""
"If you selected to use methods other than a passphrase to create encryption "
@@ -3004,7 +3013,7 @@ msgstr ""
"ます。暗号化するパーティションの数だけ繰り返します。"
#. Tag: para
-#: using-d-i.xml:1927
+#: using-d-i.xml:1934
#, no-c-format
msgid ""
"After returning to the main partitioning menu, you will see all encrypted "
@@ -3037,7 +3046,7 @@ msgstr ""
"す。"
#. Tag: para
-#: using-d-i.xml:1940
+#: using-d-i.xml:1947
#, no-c-format
msgid ""
"Pay attention to the identifiers in parentheses (<replaceable>sda2_crypt</"
@@ -3054,7 +3063,7 @@ msgstr ""
"<xref linkend=\"mount-encrypted-volumes\"/> で扱います。"
#. Tag: para
-#: using-d-i.xml:1950
+#: using-d-i.xml:1957
#, no-c-format
msgid ""
"Once you are satisfied with the partitioning scheme, continue with the "
@@ -3062,13 +3071,13 @@ msgid ""
msgstr "パーティション分割の内容に納得いったら、インストールに進んでください。"
#. Tag: title
-#: using-d-i.xml:1961
+#: using-d-i.xml:1968
#, no-c-format
msgid "Installing the Base System"
msgstr "基本システムのインストール"
#. Tag: para
-#: using-d-i.xml:1962
+#: using-d-i.xml:1969
#, no-c-format
msgid ""
"Although this stage is the least problematic, it consumes a significant "
@@ -3081,7 +3090,7 @@ msgstr ""
"接続しかなければ、ある程度時間がかかるかもしれません。"
#. Tag: para
-#: using-d-i.xml:1975
+#: using-d-i.xml:1982
#, no-c-format
msgid ""
"During installation of the base system, package unpacking and setup messages "
@@ -3097,7 +3106,7 @@ msgstr ""
"keycap><keycap>F1</keycap></keycombo> を押してください。"
#. Tag: para
-#: using-d-i.xml:1984
+#: using-d-i.xml:1991
#, no-c-format
msgid ""
"The unpack/setup messages generated during this phase are also saved in "
@@ -3109,7 +3118,7 @@ msgstr ""
"ます。"
#. Tag: para
-#: using-d-i.xml:1990
+#: using-d-i.xml:1997
#, no-c-format
msgid ""
"As part of the installation, a Linux kernel will be installed. At the "
@@ -3122,13 +3131,13 @@ msgstr ""
"先度モードでは、利用可能なカーネルのリストから選ぶことができます。"
#. Tag: title
-#: using-d-i.xml:2002
+#: using-d-i.xml:2009
#, no-c-format
msgid "Setting Up Users And Passwords"
msgstr "ユーザとパスワードのセットアップ"
#. Tag: para
-#: using-d-i.xml:2003
+#: using-d-i.xml:2010
#, no-c-format
msgid ""
"After the base system has been installed, the installer will allow you to "
@@ -3140,13 +3149,13 @@ msgstr ""
"ウントは、インストール完了後に作成してください。"
#. Tag: title
-#: using-d-i.xml:2017
+#: using-d-i.xml:2024
#, no-c-format
msgid "Set the Root Password"
msgstr "root パスワードの設定"
#. Tag: para
-#: using-d-i.xml:2021
+#: using-d-i.xml:2028
#, no-c-format
msgid ""
"The <emphasis>root</emphasis> account is also called the <emphasis>super-"
@@ -3160,7 +3169,7 @@ msgstr ""
"使用するのみにすべきです。"
#. Tag: para
-#: using-d-i.xml:2029
+#: using-d-i.xml:2036
#, no-c-format
msgid ""
"Any password you create should contain at least 6 characters, and should "
@@ -3175,7 +3184,7 @@ msgstr ""
"ください。"
#. Tag: para
-#: using-d-i.xml:2037
+#: using-d-i.xml:2044
#, no-c-format
msgid ""
"If anyone ever tells you they need your root password, be extremely wary. "
@@ -3187,13 +3196,13 @@ msgstr ""
"ワードを教える必要は、通常決してありません。"
#. Tag: title
-#: using-d-i.xml:2047
+#: using-d-i.xml:2054
#, no-c-format
msgid "Create an Ordinary User"
msgstr "一般ユーザの作成"
#. Tag: para
-#: using-d-i.xml:2049
+#: using-d-i.xml:2056
#, no-c-format
msgid ""
"The system will ask you whether you wish to create an ordinary user account "
@@ -3207,7 +3216,7 @@ msgstr ""
"emphasis>。"
#. Tag: para
-#: using-d-i.xml:2058
+#: using-d-i.xml:2065
#, no-c-format
msgid ""
"Why not? Well, one reason to avoid using root's privileges is that it is "
@@ -3226,7 +3235,7 @@ msgstr ""
"今までご存じなければ、ご一読ください。"
#. Tag: para
-#: using-d-i.xml:2068
+#: using-d-i.xml:2075
#, no-c-format
msgid ""
"You will first be prompted for the user's full name. Then you'll be asked "
@@ -3239,7 +3248,7 @@ msgstr ""
"フォルトになります。最後にこのアカウントのパスワードを求められます。"
#. Tag: para
-#: using-d-i.xml:2075
+#: using-d-i.xml:2082
#, no-c-format
msgid ""
"If at any point after installation you would like to create another account, "
@@ -3249,13 +3258,13 @@ msgstr ""
"command> コマンドを使用してください。"
#. Tag: title
-#: using-d-i.xml:2086
+#: using-d-i.xml:2093
#, no-c-format
msgid "Installing Additional Software"
msgstr "追加ソフトウェアのインストール"
#. Tag: para
-#: using-d-i.xml:2087
+#: using-d-i.xml:2094
#, no-c-format
msgid ""
"At this point you have a usable but limited system. Most users will want to "
@@ -3270,13 +3279,13 @@ msgstr ""
"す。"
#. Tag: title
-#: using-d-i.xml:2102
+#: using-d-i.xml:2109
#, no-c-format
msgid "Configuring apt"
msgstr "apt の設定"
#. Tag: para
-#: using-d-i.xml:2104
+#: using-d-i.xml:2111
#, no-c-format
msgid ""
"One of the tools used to install packages on a &debian; system is a program "
@@ -3311,7 +3320,7 @@ msgstr ""
"理の推奨ユーティリティです。"
#. Tag: para
-#: using-d-i.xml:2128
+#: using-d-i.xml:2135
#, no-c-format
msgid ""
"<command>apt</command> must be configured so that it knows from where to "
@@ -3325,7 +3334,7 @@ msgstr ""
"す。"
#. Tag: para
-#: using-d-i.xml:2135
+#: using-d-i.xml:2142
#, no-c-format
msgid ""
"If you are installing at default priority, the installer will largely take "
@@ -3342,7 +3351,7 @@ msgstr ""
"ミラーを追加します。"
#. Tag: para
-#: using-d-i.xml:2144
+#: using-d-i.xml:2151
#, no-c-format
msgid ""
"If you are installing at a lower priority (e.g. in expert mode), you will be "
@@ -3357,13 +3366,13 @@ msgstr ""
"の有無を選べます。"
#. Tag: title
-#: using-d-i.xml:2155
+#: using-d-i.xml:2162
#, no-c-format
msgid "Installing from more than one CD or DVD"
msgstr "2 枚以上の CD/DVD でのインストール"
#. Tag: para
-#: using-d-i.xml:2157
+#: using-d-i.xml:2164
#, no-c-format
msgid ""
"If you are installing from a CD or a DVD that is part of a larger set, the "
@@ -3376,7 +3385,7 @@ msgstr ""
"ケージをインストールするため、スキャンしたくなると思います。"
#. Tag: para
-#: using-d-i.xml:2164
+#: using-d-i.xml:2171
#, no-c-format
msgid ""
"If you do not have any additional CDs or DVDs, that is no problem: using "
@@ -3390,7 +3399,7 @@ msgstr ""
"す。"
#. Tag: para
-#: using-d-i.xml:2172
+#: using-d-i.xml:2179
#, no-c-format
msgid ""
"Packages are included on CDs (and DVDs) in the order of their popularity. "
@@ -3403,7 +3412,7 @@ msgstr ""
"後の CD に入っているパッケージを使用することになります。"
#. Tag: para
-#: using-d-i.xml:2179
+#: using-d-i.xml:2186
#, no-c-format
msgid ""
"It also means that buying or downloading and burning a full CD set is just a "
@@ -3420,7 +3429,7 @@ msgstr ""
"のをカバーできるでしょう。"
#. Tag: para
-#: using-d-i.xml:2188
+#: using-d-i.xml:2195
#, no-c-format
msgid ""
"A good rule of thumb is that for a regular desktop installation (using the "
@@ -3434,7 +3443,7 @@ msgstr ""
"環境をすべてカバーしています。"
#. Tag: para
-#: using-d-i.xml:2196
+#: using-d-i.xml:2203
#, no-c-format
msgid ""
"If you do scan multiple CDs or DVDs, the installer will prompt you to "
@@ -3451,13 +3460,13 @@ msgstr ""
"低くなります。"
#. Tag: title
-#: using-d-i.xml:2209
+#: using-d-i.xml:2216
#, no-c-format
msgid "Using a network mirror"
msgstr "ネットワークミラーの利用"
#. Tag: para
-#: using-d-i.xml:2211
+#: using-d-i.xml:2218
#, no-c-format
msgid ""
"One question that will be asked during most installs is whether or not to "
@@ -3469,7 +3478,7 @@ msgstr ""
"が、中には例外もあります。"
#. Tag: para
-#: using-d-i.xml:2217
+#: using-d-i.xml:2224
#, no-c-format
msgid ""
"If you are <emphasis>not</emphasis> installing from a full CD or DVD or "
@@ -3486,7 +3495,7 @@ msgstr ""
"literal> タスクを選択<emphasis>しない</emphasis>のが最善でしょう"
#. Tag: para
-#: using-d-i.xml:2226
+#: using-d-i.xml:2233
#, no-c-format
msgid ""
"If you are installing from a single full CD or using a full CD image, using "
@@ -3505,7 +3514,7 @@ msgstr ""
"インストールは、(新しいシステムで起動した後など) 後で行うのがよいでしょう。"
#. Tag: para
-#: using-d-i.xml:2237
+#: using-d-i.xml:2244
#, no-c-format
msgid ""
"If you are installing from a DVD or using a DVD image, any packages needed "
@@ -3519,7 +3528,7 @@ msgstr ""
"ションとなります。"
#. Tag: para
-#: using-d-i.xml:2244
+#: using-d-i.xml:2251
#, no-c-format
msgid ""
"One advantage of adding a network mirror is that updates that have occurred "
@@ -3534,7 +3543,7 @@ msgstr ""
"延ばすことができます。"
#. Tag: para
-#: using-d-i.xml:2251
+#: using-d-i.xml:2258
#, no-c-format
msgid ""
"In summary: selecting a network mirror is generally a good idea, except if "
@@ -3549,26 +3558,26 @@ msgstr ""
"のダウンロードするデータ量は、以下に依存します。"
#. Tag: para
-#: using-d-i.xml:2260
+#: using-d-i.xml:2267
#, no-c-format
msgid "the tasks you select in the next step of the installation,"
msgstr "インストールの次のステップで選択するタスク。"
#. Tag: para
-#: using-d-i.xml:2265
+#: using-d-i.xml:2272
#, no-c-format
msgid "which packages are needed for those tasks,"
msgstr "どのパッケージがそのタスクに必要か。"
#. Tag: para
-#: using-d-i.xml:2270
+#: using-d-i.xml:2277
#, no-c-format
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:2275
+#: using-d-i.xml:2282
#, no-c-format
msgid ""
"whether any updated versions of packages included on the CDs or DVDs are "
@@ -3580,7 +3589,7 @@ msgstr ""
"意されているかどうか。"
#. Tag: para
-#: using-d-i.xml:2284
+#: using-d-i.xml:2291
#, no-c-format
msgid ""
"Note that the last point means that, even if you choose not to use a network "
@@ -3594,13 +3603,13 @@ msgstr ""
"ください。"
#. Tag: title
-#: using-d-i.xml:2300
+#: using-d-i.xml:2307
#, no-c-format
msgid "Selecting and Installing Software"
msgstr "ソフトウェアの選択・インストール"
#. Tag: para
-#: using-d-i.xml:2302
+#: using-d-i.xml:2309
#, no-c-format
msgid ""
"During the installation process, you are given the opportunity to select "
@@ -3617,7 +3626,7 @@ msgstr ""
"集中します。"
#. Tag: para
-#: using-d-i.xml:2311
+#: using-d-i.xml:2318
#, no-c-format
msgid ""
"So, you have the ability to choose <emphasis>tasks</emphasis> first, and "
@@ -3650,7 +3659,7 @@ msgstr ""
"必要容量一覧があります。"
#. Tag: para
-#: using-d-i.xml:2338
+#: using-d-i.xml:2345
#, no-c-format
msgid ""
"Some tasks may be pre-selected based on the characteristics of the computer "
@@ -3662,7 +3671,7 @@ msgstr ""
"選択をはずせます。全くタスクを選ばないようにもできます。"
#. Tag: para
-#: using-d-i.xml:2345
+#: using-d-i.xml:2352
#, no-c-format
msgid ""
"In the standard user interface of the installer, you can use the space bar "
@@ -3672,7 +3681,7 @@ msgstr ""
"グルできます。"
#. Tag: para
-#: using-d-i.xml:2351
+#: using-d-i.xml:2358
#, no-c-format
msgid ""
"Unless you are using the special KDE or Xfce/LXDE CDs, the <quote>Desktop "
@@ -3682,7 +3691,7 @@ msgstr ""
"環境</quote> タスクは、GNOME デスクトップ環境をインストールします。"
#. Tag: para
-#: using-d-i.xml:2356
+#: using-d-i.xml:2363
#, no-c-format
msgid ""
"It is not possible to interactively select a different desktop during the "
@@ -3703,7 +3712,7 @@ msgstr ""
"もっと軽量な Xfce デスクトップ環境や LXDE デスクトップ環境を選択できます。"
#. Tag: para
-#: using-d-i.xml:2367
+#: using-d-i.xml:2374
#, no-c-format
msgid ""
"Some CD images (businesscard, netinst and DVD) also allow selection of the "
@@ -3717,7 +3726,7 @@ msgstr ""
"environments</quote> を探してください。"
#. Tag: para
-#: using-d-i.xml:2374
+#: using-d-i.xml:2381
#, no-c-format
msgid ""
"Note that this will only work if the packages needed for the desired desktop "
@@ -3734,7 +3743,7 @@ msgstr ""
"ストールがうまくいくでしょう。"
#. Tag: para
-#: using-d-i.xml:2384
+#: using-d-i.xml:2391
#, no-c-format
msgid ""
"The various server tasks will install software roughly as follows. DNS "
@@ -3754,7 +3763,7 @@ msgstr ""
"classname>。"
#. Tag: para
-#: using-d-i.xml:2395
+#: using-d-i.xml:2402
#, no-c-format
msgid ""
"The <quote>Standard system</quote> task will install any package that has a "
@@ -3770,7 +3779,7 @@ msgstr ""
"にしてください。"
#. Tag: para
-#: using-d-i.xml:2403
+#: using-d-i.xml:2410
#, no-c-format
msgid ""
"If during language selection a default locale other than the <quote>C</"
@@ -3789,7 +3798,7 @@ msgstr ""
"ルします。"
#. Tag: para
-#: using-d-i.xml:2413
+#: using-d-i.xml:2420
#, no-c-format
msgid ""
"Once you've selected your tasks, select &BTN-CONT;. At this point, "
@@ -3803,7 +3812,7 @@ msgstr ""
"ます。"
#. Tag: para
-#: using-d-i.xml:2420
+#: using-d-i.xml:2427
#, no-c-format
msgid ""
"You should be aware that especially the Desktop task is very large. "
@@ -3820,7 +3829,7 @@ msgstr ""
"ンストールを始めたら、キャンセルするオプションはありません。"
#. Tag: para
-#: using-d-i.xml:2429
+#: using-d-i.xml:2436
#, no-c-format
msgid ""
"Even when packages are included on the CD-ROM, the installer may still "
@@ -3837,13 +3846,13 @@ msgstr ""
"メージを使用していると、こういったことが起こり得ます。"
#. Tag: title
-#: using-d-i.xml:2444
+#: using-d-i.xml:2451
#, no-c-format
msgid "Making Your System Bootable"
msgstr "システムを起動可能に"
#. Tag: para
-#: using-d-i.xml:2446
+#: using-d-i.xml:2453
#, no-c-format
msgid ""
"If you are installing a diskless workstation, obviously, booting off the "
@@ -3858,13 +3867,13 @@ msgstr ""
"ください。</phrase>"
#. Tag: title
-#: using-d-i.xml:2461
+#: using-d-i.xml:2468
#, no-c-format
msgid "Detecting other operating systems"
msgstr "他 OS の検出"
#. Tag: para
-#: using-d-i.xml:2463
+#: using-d-i.xml:2470
#, no-c-format
msgid ""
"Before a boot loader is installed, the installer will attempt to probe for "
@@ -3879,7 +3888,7 @@ msgstr ""
"きるように、このコンピュータを設定します。"
#. Tag: para
-#: using-d-i.xml:2471
+#: using-d-i.xml:2478
#, no-c-format
msgid ""
"Note that multiple operating systems booting on a single machine is still "
@@ -3894,13 +3903,13 @@ msgstr ""
"す。作動しない場合は、詳細についてブートマネージャの文書を調べるべきです。"
#. Tag: title
-#: using-d-i.xml:2489
+#: using-d-i.xml:2496
#, no-c-format
msgid "<command>palo</command>-installer"
msgstr "<command>palo</command> インストーラ"
#. Tag: para
-#: using-d-i.xml:2490
+#: using-d-i.xml:2497
#, no-c-format
msgid ""
"The bootloader on PA-RISC is <quote>palo</quote>. <command>PALO</command> is "
@@ -3916,19 +3925,19 @@ msgstr ""
"Linux パーティションを読むことができるからです。"
#. Tag: para
-#: using-d-i.xml:2499
+#: using-d-i.xml:2506
#, no-c-format
msgid "hppa FIXME ( need more info )"
msgstr "hppa FIXME ( もっと情報が必要 )"
#. Tag: title
-#: using-d-i.xml:2511
+#: using-d-i.xml:2518
#, no-c-format
msgid "Install the <command>Grub</command> Boot Loader on a Hard Disk"
msgstr "ハードディスクへの <command>Grub</command> ブートローダのインストール"
#. Tag: para
-#: using-d-i.xml:2513
+#: using-d-i.xml:2520
#, no-c-format
msgid ""
"The main &architecture; boot loader is called <quote>grub</quote>. Grub is a "
@@ -3940,7 +3949,7 @@ msgstr ""
"選んでおけばよいでしょう。"
#. Tag: para
-#: using-d-i.xml:2519
+#: using-d-i.xml:2526
#, no-c-format
msgid ""
"By default, grub will be installed into the Master Boot Record (MBR), where "
@@ -3953,7 +3962,7 @@ msgstr ""
"さい。"
#. Tag: para
-#: using-d-i.xml:2525
+#: using-d-i.xml:2532
#, no-c-format
msgid ""
"If you do not want to install grub, use the &BTN-GOBACK; button to get to "
@@ -3964,13 +3973,13 @@ msgstr ""
"てください。そしてそこから、使用したいブートローダを選択してください。"
#. Tag: title
-#: using-d-i.xml:2538
+#: using-d-i.xml:2545
#, no-c-format
msgid "Install the <command>LILO</command> Boot Loader on a Hard Disk"
msgstr "ハードディスクへの <command>LILO</command> ブートローダのインストール"
#. Tag: para
-#: using-d-i.xml:2540
+#: using-d-i.xml:2547
#, no-c-format
msgid ""
"The second &architecture; boot loader is called <quote>LILO</quote>. It is "
@@ -3986,7 +3995,7 @@ msgstr ""
"\">LILO mini-HOWTO</ulink> もご覧ください。"
#. Tag: para
-#: using-d-i.xml:2550
+#: using-d-i.xml:2557
#, no-c-format
msgid ""
"Currently the LILO installation will only create menu entries for other "
@@ -4000,7 +4009,7 @@ msgstr ""
"ということを表します。"
#. Tag: para
-#: using-d-i.xml:2558
+#: using-d-i.xml:2565
#, no-c-format
msgid ""
"&d-i; offers you three choices on where to install the <command>LILO</"
@@ -4010,13 +4019,13 @@ msgstr ""
"提示します。"
#. Tag: term
-#: using-d-i.xml:2565
+#: using-d-i.xml:2572
#, no-c-format
msgid "Master Boot Record (MBR)"
msgstr "Master Boot Record (MBR)"
#. Tag: para
-#: using-d-i.xml:2565
+#: using-d-i.xml:2572
#, no-c-format
msgid ""
"This way the <command>LILO</command> will take complete control of the boot "
@@ -4026,13 +4035,13 @@ msgstr ""
"す。"
#. Tag: term
-#: using-d-i.xml:2572
+#: using-d-i.xml:2579
#, no-c-format
msgid "new Debian partition"
msgstr "new Debian partition"
#. Tag: para
-#: using-d-i.xml:2572
+#: using-d-i.xml:2579
#, no-c-format
msgid ""
"Choose this if you want to use another boot manager. <command>LILO</command> "
@@ -4044,13 +4053,13 @@ msgstr ""
"ンストールし、第 2 のブートローダとして動作します。"
#. Tag: term
-#: using-d-i.xml:2581
+#: using-d-i.xml:2588
#, no-c-format
msgid "Other choice"
msgstr "Other choice"
#. Tag: para
-#: using-d-i.xml:2581
+#: using-d-i.xml:2588
#, no-c-format
msgid ""
"Useful for advanced users who want to install <command>LILO</command> "
@@ -4066,7 +4075,7 @@ msgstr ""
"<phrase condition=\"lenny\">従来の名前を</phrase>使用できます。"
#. Tag: para
-#: using-d-i.xml:2591
+#: using-d-i.xml:2598
#, no-c-format
msgid ""
"If you can no longer boot into Windows 9x (or DOS) after this step, you'll "
@@ -4082,13 +4091,13 @@ msgstr ""
"ということを意味します!"
#. Tag: title
-#: using-d-i.xml:2607
+#: using-d-i.xml:2614
#, no-c-format
msgid "Install the <command>ELILO</command> Boot Loader on a Hard Disk"
msgstr "ハードディスクへの <command>ELILO</command> ブートローダのインストール"
#. Tag: para
-#: using-d-i.xml:2609
+#: using-d-i.xml:2616
#, no-c-format
msgid ""
"The &architecture; boot loader is called <quote>elilo</quote>. It is modeled "
@@ -4116,7 +4125,7 @@ msgstr ""
"Boot Manager</quote> により実際に実行されます。"
#. Tag: para
-#: using-d-i.xml:2625
+#: using-d-i.xml:2632
#, no-c-format
msgid ""
"The <quote>elilo</quote> configuration and installation is done as the last "
@@ -4133,13 +4142,13 @@ msgstr ""
"システムがあるディスクのパーティションを選択します。"
#. Tag: title
-#: using-d-i.xml:2637
+#: using-d-i.xml:2644
#, no-c-format
msgid "Choose the correct partition!"
msgstr "正しいパーティションを選択してください!"
#. Tag: para
-#: using-d-i.xml:2639
+#: using-d-i.xml:2646
#, no-c-format
msgid ""
"The criteria for selecting a partition is that it is FAT format filesystem "
@@ -4157,13 +4166,13 @@ msgstr ""
"トして、以前の内容をすべて消去するかもしれないことを覚えておいてください!"
#. Tag: title
-#: using-d-i.xml:2654
+#: using-d-i.xml:2661
#, no-c-format
msgid "EFI Partition Contents"
msgstr "EFI パーティションの内容"
#. Tag: para
-#: using-d-i.xml:2656
+#: using-d-i.xml:2663
#, no-c-format
msgid ""
"The EFI partition is a FAT filesystem format partition on one of the hard "
@@ -4193,13 +4202,13 @@ msgstr ""
"のファイルシステムにその他のファイルがあるかもしれません。"
#. Tag: filename
-#: using-d-i.xml:2678
+#: using-d-i.xml:2685
#, no-c-format
msgid "elilo.conf"
msgstr "elilo.conf"
#. Tag: para
-#: using-d-i.xml:2679
+#: using-d-i.xml:2686
#, no-c-format
msgid ""
"This is the configuration file read by the boot loader when it starts. It is "
@@ -4211,13 +4220,13 @@ msgstr ""
"ピーです。"
#. Tag: filename
-#: using-d-i.xml:2688
+#: using-d-i.xml:2695
#, no-c-format
msgid "elilo.efi"
msgstr "elilo.efi"
#. Tag: para
-#: using-d-i.xml:2689
+#: using-d-i.xml:2696
#, no-c-format
msgid ""
"This is the boot loader program that the <quote>EFI Boot Manager</quote> "
@@ -4230,13 +4239,13 @@ msgstr ""
"GNU/Linux</guimenuitem> を選択するとこれが起動します。"
#. Tag: filename
-#: using-d-i.xml:2699
+#: using-d-i.xml:2706
#, no-c-format
msgid "initrd.img"
msgstr "initrd.img"
#. Tag: para
-#: using-d-i.xml:2700
+#: using-d-i.xml:2707
#, no-c-format
msgid ""
"This is the initial root filesystem used to boot the kernel. It is a copy of "
@@ -4250,13 +4259,13 @@ msgstr ""
"filename> で指し示す <filename>/boot</filename> にあるファイルです。"
#. Tag: filename
-#: using-d-i.xml:2712
+#: using-d-i.xml:2719
#, no-c-format
msgid "readme.txt"
msgstr "readme.txt"
#. Tag: para
-#: using-d-i.xml:2713
+#: using-d-i.xml:2720
#, no-c-format
msgid ""
"This is a small text file warning you that the contents of the directory are "
@@ -4268,13 +4277,13 @@ msgstr ""
"する小さなテキストファイルです。"
#. Tag: filename
-#: using-d-i.xml:2723
+#: using-d-i.xml:2730
#, no-c-format
msgid "vmlinuz"
msgstr "vmlinuz"
#. Tag: para
-#: using-d-i.xml:2724
+#: using-d-i.xml:2731
#, no-c-format
msgid ""
"This is the compressed kernel itself. It is a copy of the file referenced in "
@@ -4288,13 +4297,13 @@ msgstr ""
"ファイルです。"
#. Tag: title
-#: using-d-i.xml:2744
+#: using-d-i.xml:2751
#, no-c-format
msgid "<command>arcboot</command>-installer"
msgstr "<command>arcboot</command>-installer"
#. Tag: para
-#: using-d-i.xml:2745
+#: using-d-i.xml:2752
#, no-c-format
msgid ""
"The boot loader on SGI machines is <command>arcboot</command>. It has to be "
@@ -4338,13 +4347,13 @@ msgstr ""
"い。"
#. Tag: replaceable
-#: using-d-i.xml:2764
+#: using-d-i.xml:2771
#, no-c-format
msgid "scsi"
msgstr "scsi"
#. Tag: para
-#: using-d-i.xml:2765
+#: using-d-i.xml:2772
#, no-c-format
msgid ""
"is the SCSI bus to be booted from, this is <userinput>0</userinput> for the "
@@ -4354,13 +4363,13 @@ msgstr ""
"となる。"
#. Tag: replaceable
-#: using-d-i.xml:2773
+#: using-d-i.xml:2780
#, no-c-format
msgid "disk"
msgstr "disk"
#. Tag: para
-#: using-d-i.xml:2774
+#: using-d-i.xml:2781
#, no-c-format
msgid ""
"is the SCSI ID of the hard disk on which <command>arcboot</command> is "
@@ -4370,13 +4379,13 @@ msgstr ""
"す。"
#. Tag: replaceable
-#: using-d-i.xml:2782
+#: using-d-i.xml:2789
#, no-c-format
msgid "partnr"
msgstr "partnr"
#. Tag: para
-#: using-d-i.xml:2783
+#: using-d-i.xml:2790
#, no-c-format
msgid ""
"is the number of the partition on which <filename>/etc/arcboot.conf</"
@@ -4385,13 +4394,13 @@ msgstr ""
"<filename>/etc/arcboot.conf</filename> があるパーティションの番号を表す。"
#. Tag: replaceable
-#: using-d-i.xml:2791
+#: using-d-i.xml:2798
#, no-c-format
msgid "config"
msgstr "config"
#. Tag: para
-#: using-d-i.xml:2792
+#: using-d-i.xml:2799
#, no-c-format
msgid ""
"is the name of the configuration entry in <filename>/etc/arcboot.conf</"
@@ -4401,13 +4410,13 @@ msgstr ""
"は <quote>linux</quote> である。"
#. Tag: title
-#: using-d-i.xml:2813
+#: using-d-i.xml:2820
#, no-c-format
msgid "Install <command>Yaboot</command> on a Hard Disk"
msgstr "ハードディスクへの <command>Yaboot</command> のインストール"
#. Tag: para
-#: using-d-i.xml:2814
+#: using-d-i.xml:2821
#, no-c-format
msgid ""
"Newer (mid 1998 and on) PowerMacs use <command>yaboot</command> as their "
@@ -4427,13 +4436,13 @@ msgstr ""
"が &debian; を起動できるように設定されています。"
#. Tag: title
-#: using-d-i.xml:2832
+#: using-d-i.xml:2839
#, no-c-format
msgid "Install <command>Quik</command> on a Hard Disk"
msgstr "ハードディスクへの <command>Quik</command> のインストール"
#. Tag: para
-#: using-d-i.xml:2833
+#: using-d-i.xml:2840
#, no-c-format
msgid ""
"The boot loader for OldWorld Power Macintosh machines is <command>quik</"
@@ -4447,13 +4456,13 @@ msgstr ""
"Powermac や Power Computing のクローンで動作することが知られています。"
#. Tag: title
-#: using-d-i.xml:2849
+#: using-d-i.xml:2856
#, no-c-format
msgid "<command>zipl</command>-installer"
msgstr "<command>zipl</command> インストーラ"
#. Tag: para
-#: using-d-i.xml:2850
+#: using-d-i.xml:2857
#, no-c-format
msgid ""
"The boot loader on &arch-title; is <quote>zipl</quote>. <command>ZIPL</"
@@ -4469,13 +4478,13 @@ msgstr ""
"and Installation Commands</quote> を見てください。"
#. Tag: title
-#: using-d-i.xml:2867
+#: using-d-i.xml:2874
#, no-c-format
msgid "Install the <command>SILO</command> Boot Loader on a Hard Disk"
msgstr "ハードディスクへの <command>SILO</command> ブートローダのインストール"
#. Tag: para
-#: using-d-i.xml:2869
+#: using-d-i.xml:2876
#, no-c-format
msgid ""
"The standard &architecture; boot loader is called <quote>silo</quote>. It is "
@@ -4505,13 +4514,13 @@ msgstr ""
"Solaris と一緒に GNU/Linux をインストールするのなら、これが便利です。"
#. Tag: title
-#: using-d-i.xml:2894
+#: using-d-i.xml:2901
#, no-c-format
msgid "Continue Without Boot Loader"
msgstr "ブートローダなしで継続"
#. Tag: para
-#: using-d-i.xml:2896
+#: using-d-i.xml:2903
#, no-c-format
msgid ""
"This option can be used to complete the installation even when no boot "
@@ -4524,7 +4533,7 @@ msgstr ""
"るのに利用できます。"
#. Tag: para
-#: using-d-i.xml:2903
+#: using-d-i.xml:2910
#, no-c-format
msgid ""
"If you plan to manually configure your bootloader, you should check the name "
@@ -4546,13 +4555,13 @@ msgstr ""
"す。"
#. Tag: title
-#: using-d-i.xml:2920
+#: using-d-i.xml:2927
#, no-c-format
msgid "Finishing the Installation"
msgstr "インストールの完了"
#. Tag: para
-#: using-d-i.xml:2921
+#: using-d-i.xml:2928
#, no-c-format
msgid ""
"This is the last step in the Debian installation process during which the "
@@ -4563,13 +4572,13 @@ msgstr ""
"終段階です。ほとんどが &d-i; の後片付けです。"
#. Tag: title
-#: using-d-i.xml:2934
+#: using-d-i.xml:2941
#, no-c-format
msgid "Setting the System Clock"
msgstr "システム時計の設定"
#. Tag: para
-#: using-d-i.xml:2936
+#: using-d-i.xml:2943
#, no-c-format
msgid ""
"The installer may ask you if the computer's clock is set to UTC. Normally "
@@ -4582,7 +4591,7 @@ msgstr ""
"れているかどうか、といったことから UTC を基準にするかどうかを判断します。"
#. Tag: para
-#: using-d-i.xml:2943
+#: using-d-i.xml:2950
#, no-c-format
msgid ""
"In expert mode you will always be able to choose whether or not the clock is "
@@ -4600,7 +4609,7 @@ msgstr ""
"間を選択してください。</phrase>"
#. Tag: para
-#: using-d-i.xml:2954
+#: using-d-i.xml:2961
#, no-c-format
msgid ""
"At this point &d-i; will also attempt to save the current time to the "
@@ -4611,13 +4620,13 @@ msgstr ""
"す。先ほどの選択により、UTC か現地時間のどちらかで保存します。"
#. Tag: title
-#: using-d-i.xml:2969
+#: using-d-i.xml:2976
#, no-c-format
msgid "Reboot the System"
msgstr "システムの再起動"
#. Tag: para
-#: using-d-i.xml:2971
+#: using-d-i.xml:2978
#, no-c-format
msgid ""
"You will be prompted to remove the boot media (CD, floppy, etc) that you "
@@ -4628,7 +4637,7 @@ msgstr ""
"促されます。システムはこの後、新しい Debian システムで再起動します。"
#. Tag: para
-#: using-d-i.xml:2977
+#: using-d-i.xml:2984
#, no-c-format
msgid ""
"After a final prompt the system will be halted because rebooting is not "
@@ -4641,13 +4650,13 @@ msgstr ""
"イルシステムとして選択した DASD から GNU/Linux を IPL してください。"
#. Tag: title
-#: using-d-i.xml:2990
+#: using-d-i.xml:2997
#, no-c-format
msgid "Miscellaneous"
msgstr "その他"
#. Tag: para
-#: using-d-i.xml:2991
+#: using-d-i.xml:2998
#, no-c-format
msgid ""
"The components listed in this section are usually not involved in the "
@@ -4658,13 +4667,13 @@ msgstr ""
"うまく行かない時に、ユーザの助けになるようバックグラウンドで待っています。"
#. Tag: title
-#: using-d-i.xml:3004
+#: using-d-i.xml:3011
#, no-c-format
msgid "Saving the installation logs"
msgstr "インストールログの保存"
#. Tag: para
-#: using-d-i.xml:3006
+#: using-d-i.xml:3013
#, no-c-format
msgid ""
"If the installation is successful, the logfiles created during the "
@@ -4676,7 +4685,7 @@ msgstr ""
"ています。"
#. Tag: para
-#: using-d-i.xml:3013
+#: using-d-i.xml:3020
#, no-c-format
msgid ""
"Choosing <guimenuitem>Save debug logs</guimenuitem> from the main menu "
@@ -4692,13 +4701,13 @@ msgstr ""
"したいときに便利です。"
#. Tag: title
-#: using-d-i.xml:3033
+#: using-d-i.xml:3040
#, no-c-format
msgid "Using the Shell and Viewing the Logs"
msgstr "シェルの使用とログの参照"
#. Tag: para
-#: using-d-i.xml:3035
+#: using-d-i.xml:3042
#, no-c-format
msgid ""
"There are several methods you can use to get a shell while running an "
@@ -4723,14 +4732,14 @@ msgstr ""
"keycombo> でインストーラ自体に戻ってください。"
#. Tag: para
-#: using-d-i.xml:3053
+#: using-d-i.xml:3060
#, no-c-format
msgid "For the graphical installer see also <xref linkend=\"gtk-using\"/>."
msgstr ""
"グラフィカルインストーラでは、<xref linkend=\"gtk-using\"/> もご覧ください。"
#. Tag: para
-#: using-d-i.xml:3057
+#: using-d-i.xml:3064
#, no-c-format
msgid ""
"If you cannot switch consoles, there is also an <guimenuitem>Execute a "
@@ -4745,7 +4754,7 @@ msgstr ""
"userinput> と入力すると、シェルを終了してインストーラに戻ります。"
#. Tag: para
-#: using-d-i.xml:3065
+#: using-d-i.xml:3072
#, no-c-format
msgid ""
"At this point you are booted from the RAM disk, and there is a limited set "
@@ -4763,7 +4772,7 @@ msgstr ""
"す。"
#. Tag: para
-#: using-d-i.xml:3074
+#: using-d-i.xml:3081
#, no-c-format
msgid ""
"To edit and view files, use the text editor <command>nano</command>. Log "
@@ -4775,7 +4784,7 @@ msgstr ""
"log</filename> ディレクトリにあります。"
#. Tag: para
-#: using-d-i.xml:3081
+#: using-d-i.xml:3088
#, no-c-format
msgid ""
"Although you can do basically anything in a shell that the available "
@@ -4787,7 +4796,7 @@ msgstr ""
"しかありません。"
#. Tag: para
-#: using-d-i.xml:3087
+#: using-d-i.xml:3094
#, no-c-format
msgid ""
"Doing things manually from the shell may interfere with the installation "
@@ -4800,13 +4809,13 @@ msgstr ""
"swap を有効にするようにし、シェルから手動で行わないようにしましょう。"
#. Tag: title
-#: using-d-i.xml:3102
+#: using-d-i.xml:3109
#, no-c-format
msgid "Installation Over the Network"
msgstr "ネットワーク越しのインストール"
#. Tag: para
-#: using-d-i.xml:3104
+#: using-d-i.xml:3111
#, no-c-format
msgid ""
"One of the more interesting components is <firstterm>network-console</"
@@ -4823,7 +4832,7 @@ msgstr ""
"この部分は <xref linkend=\"automatic-install\"/> で自動化できます)"
#. Tag: para
-#: using-d-i.xml:3114
+#: using-d-i.xml:3121
#, no-c-format
msgid ""
"This component is not loaded into the main installation menu by default, so "
@@ -4845,7 +4854,7 @@ msgstr ""
"ばれる新しいメニュー項目が表示されます。"
#. Tag: para
-#: using-d-i.xml:3127
+#: using-d-i.xml:3134
#, no-c-format
msgid ""
"For installations on &arch-title;, this is the default method after setting "
@@ -4855,7 +4864,7 @@ msgstr ""
"法です。"
#. Tag: para
-#: using-d-i.xml:3132
+#: using-d-i.xml:3139
#, no-c-format
msgid ""
"<phrase arch=\"not-s390\">After selecting this new entry, you</phrase> "
@@ -4876,7 +4885,7 @@ msgstr ""
"quote>に、安全に転送する必要があります。"
#. Tag: para
-#: using-d-i.xml:3144
+#: using-d-i.xml:3151
#, no-c-format
msgid ""
"Should you decide to continue with the installation locally, you can always "
@@ -4887,7 +4896,7 @@ msgstr ""
"メニューに戻ります。そこで別のコンポーネントを選択してください。"
#. Tag: para
-#: using-d-i.xml:3150
+#: using-d-i.xml:3157
#, no-c-format
msgid ""
"Now let's switch to the other side of the wire. As a prerequisite, you need "
@@ -4918,7 +4927,7 @@ msgstr ""
"認してください。"
#. Tag: para
-#: using-d-i.xml:3167
+#: using-d-i.xml:3174
#, no-c-format
msgid ""
"The <command>ssh</command> server in the installer uses a default "
@@ -4941,7 +4950,7 @@ msgstr ""
"により、再接続後にインストールを再開できるかどうかが決まるでしょう。"
#. Tag: para
-#: using-d-i.xml:3180
+#: using-d-i.xml:3187
#, no-c-format
msgid ""
"You may be able to avoid the connection being dropped by adding the option "
@@ -4963,7 +4972,7 @@ msgstr ""
"用は必要最小限にするべきです。"
#. Tag: para
-#: using-d-i.xml:3193
+#: using-d-i.xml:3200
#, no-c-format
msgid ""
"If you install several computers in turn and they happen to have the same IP "
@@ -4986,7 +4995,7 @@ msgstr ""
"もう一度行う必要があります。"
#. Tag: para
-#: using-d-i.xml:3209
+#: using-d-i.xml:3216
#, no-c-format
msgid ""
"After the login you will be presented with an initial screen where you have "
@@ -5005,7 +5014,7 @@ msgstr ""
"べきですが、シェル用には複数のセッションを起動できます。"
#. Tag: para
-#: using-d-i.xml:3219
+#: using-d-i.xml:3226
#, no-c-format
msgid ""
"After you have started the installation remotely over SSH, you should not go "
@@ -5020,13 +5029,13 @@ msgstr ""
"インストールしたシステムに何か問題が発生するかもしれません。"
#. Tag: title
-#: using-d-i.xml:3239
+#: using-d-i.xml:3246
#, no-c-format
msgid "Loading Missing Firmware"
msgstr "見つからないファームウェアの読み込み"
#. Tag: para
-#: using-d-i.xml:3240
+#: using-d-i.xml:3247
#, no-c-format
msgid ""
"As described in <xref linkend=\"hardware-firmware\"/>, some devices require "
@@ -5041,7 +5050,7 @@ msgstr ""
"が必要になります。"
#. Tag: para
-#: using-d-i.xml:3248
+#: using-d-i.xml:3255
#, no-c-format
msgid ""
"If a device driver requests firmware that is not available, &d-i; will "
@@ -5059,7 +5068,7 @@ msgstr ""
"ジュールを再読込します。"
#. Tag: para
-#: using-d-i.xml:3258
+#: using-d-i.xml:3265
#, no-c-format
msgid ""
"Which devices are scanned and which file systems are supported depends on "
@@ -5077,7 +5086,7 @@ msgstr ""
"す。</phrase>"
#. Tag: para
-#: using-d-i.xml:3268
+#: using-d-i.xml:3275
#, no-c-format
msgid ""
"Note that it is possible to skip loading the firmware if you know the device "
@@ -5089,7 +5098,7 @@ msgstr ""
"にご注意ください。"
#. Tag: para
-#: using-d-i.xml:3275
+#: using-d-i.xml:3282
#, no-c-format
msgid ""
"Support for loading firmware is still relatively basic and is likely to be "
@@ -5105,13 +5114,13 @@ msgstr ""
"(<xref linkend=\"submit-bug\"/> 参照) としてご報告ください。"
#. Tag: title
-#: using-d-i.xml:3286
+#: using-d-i.xml:3293
#, no-c-format
msgid "Preparing a medium"
msgstr "メディアの準備"
#. Tag: para
-#: using-d-i.xml:3287
+#: using-d-i.xml:3294
#, no-c-format
msgid ""
"Although in some cases the firmware can also be loaded from a partition on a "
@@ -5131,7 +5140,7 @@ msgstr ""
"されている、FAT を使用するのをお勧めします。"
#. Tag: para
-#: using-d-i.xml:3297
+#: using-d-i.xml:3304
#, no-c-format
msgid ""
"Tarballs containing current packages for the most common firmware are "
@@ -5146,7 +5155,7 @@ msgstr ""
"スの tarball をダウンロードし、メディアのファイルシステムに展開するだけです。"
#. Tag: para
-#: using-d-i.xml:3311
+#: using-d-i.xml:3318
#, no-c-format
msgid ""
"If the firmware you need is not included in the tarball, you can also "
@@ -5162,7 +5171,7 @@ msgstr ""
"ケージを含むかもしれません。"
#. Tag: para
-#: using-d-i.xml:3325
+#: using-d-i.xml:3332
#, no-c-format
msgid ""
"It is also possible to copy individual firmware files to the medium. Loose "
@@ -5174,13 +5183,13 @@ msgstr ""
"から入手できます。"
#. Tag: title
-#: using-d-i.xml:3334
+#: using-d-i.xml:3341
#, no-c-format
msgid "Firmware and the Installed System"
msgstr "ファームウェアとインストールしたシステム"
#. Tag: para
-#: using-d-i.xml:3335
+#: using-d-i.xml:3342
#, no-c-format
msgid ""
"Any firmware loaded during the installation will be copied automatically to "
@@ -5198,7 +5207,7 @@ msgstr ""
"がわずかにあります。"
#. Tag: para
-#: using-d-i.xml:3344
+#: using-d-i.xml:3351
#, no-c-format
msgid ""
"If the firmware was loaded from a firmware package, &d-i; will also install "
@@ -5214,7 +5223,7 @@ msgstr ""
"できるようになると、自動的に更新するという利点があります。"
#. Tag: para
-#: using-d-i.xml:3352
+#: using-d-i.xml:3359
#, no-c-format
msgid ""
"If loading the firmware was skipped during the installation, the relevant "
@@ -5226,7 +5235,7 @@ msgstr ""
"トールしたシステムで動作しないでしょう。"
#. Tag: para
-#: using-d-i.xml:3359
+#: using-d-i.xml:3366
#, no-c-format
msgid ""
"If the firmware was loaded from loose firmware files, the firmware copied to "