summaryrefslogtreecommitdiff
path: root/po/ja
diff options
context:
space:
mode:
authorFelipe Augusto van de Wiel <faw@debian.org>2008-10-06 00:11:03 +0000
committerFelipe Augusto van de Wiel <faw@debian.org>2008-10-06 00:11:03 +0000
commit9fb29535ae88c9df703bdfc8cdbc87989714c047 (patch)
treea12473283c7d37e1a221ff21bf74b4fb972e545b /po/ja
parent51d84068e86ac581f752be829b1c825ad40a3062 (diff)
downloadinstallation-guide-9fb29535ae88c9df703bdfc8cdbc87989714c047.zip
[SILENT_COMMIT] Update of POT and PO files for the manual
Diffstat (limited to 'po/ja')
-rw-r--r--po/ja/preseed.po154
-rw-r--r--po/ja/using-d-i.po26
2 files changed, 148 insertions, 32 deletions
diff --git a/po/ja/preseed.po b/po/ja/preseed.po
index a730bf6aa..d9638dc5a 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: 2008-10-05 00:05+0000\n"
+"POT-Creation-Date: 2008-10-06 00:09+0000\n"
"PO-Revision-Date: 2008-10-01 05:04+0900\n"
"Last-Translator: KURASAWA Nozomu <nabetaro@caldron.jp>\n"
"Language-Team: \n"
@@ -1615,17 +1615,87 @@ msgstr ""
#. Tag: screen
#: preseed.xml:829
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# If the system has free space you can choose to only partition that "
+#| "space.\n"
+#| "# Note: this must be preseeded with a localized (translated) value.\n"
+#| "#d-i partman-auto/init_automatically_partition \\\n"
+#| "# select Guided - use the largest continuous free space\n"
+#| "\n"
+#| "# Alternatively, you can specify a disk to partition. The device name "
+#| "must\n"
+#| "# be given in traditional non-devfs format.\n"
+#| "# For example, to use the first SCSI/SATA hard disk:\n"
+#| "# Note: A disk must be specified, unless the system has only one disk.\n"
+#| "#d-i partman-auto/disk string /dev/sda\n"
+#| "# In addition, you'll need to specify the method to use.\n"
+#| "# The presently available methods are: \"regular\", \"lvm\" and \"crypto"
+#| "\"\n"
+#| "d-i partman-auto/method string lvm\n"
+#| "\n"
+#| "# If one of the disks that are going to be automatically partitioned\n"
+#| "# contains an old LVM configuration, the user will normally receive a\n"
+#| "# warning. This can be preseeded away...\n"
+#| "d-i partman-lvm/device_remove_lvm boolean true\n"
+#| "# The same applies to pre-existing software RAID array:\n"
+#| "d-i parman-md/device_remove_md boolean true\n"
+#| "# And the same goes for the confirmation to write the lvm partitions.\n"
+#| "d-i partman-lvm/confirm boolean true\n"
+#| "\n"
+#| "# You can choose from any of the predefined partitioning recipes.\n"
+#| "# Note: this must be preseeded with a localized (translated) value.\n"
+#| "d-i partman-auto/choose_recipe \\\n"
+#| " select All files in one partition (recommended for new users)\n"
+#| "#d-i partman-auto/choose_recipe \\\n"
+#| "# select Separate /home partition\n"
+#| "#d-i partman-auto/choose_recipe \\\n"
+#| "# select Separate /home, /usr, /var, and /tmp partitions\n"
+#| "\n"
+#| "# Or provide a recipe of your own...\n"
+#| "# The recipe format is documented in the file devel/partman-auto-recipe."
+#| "txt.\n"
+#| "# If you have a way to get a recipe file into the d-i environment, you "
+#| "can\n"
+#| "# just point at it.\n"
+#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"
+#| "\n"
+#| "# If not, you can put an entire recipe into the preconfiguration file in "
+#| "one\n"
+#| "# (logical) line. This example creates a small /boot partition, suitable\n"
+#| "# swap, and uses the rest of the space for the root partition:\n"
+#| "#d-i partman-auto/expert_recipe string \\\n"
+#| "# boot-root :: \\\n"
+#| "# 40 50 100 ext3 \\\n"
+#| "# $primary{ } $bootable{ } \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ /boot } \\\n"
+#| "# . \\\n"
+#| "# 500 10000 1000000000 ext3 \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ / } \\\n"
+#| "# . \\\n"
+#| "# 64 512 300% linux-swap \\\n"
+#| "# method{ swap } format{ } \\\n"
+#| "# .\n"
+#| "\n"
+#| "# This makes partman automatically partition without confirmation, "
+#| "provided\n"
+#| "# that you told it what to do using one of the methods above.\n"
+#| "d-i partman/confirm_write_new_label boolean true\n"
+#| "d-i partman/choose_partition \\\n"
+#| " select Finish partitioning and write changes to disk\n"
+#| "d-i partman/confirm boolean true"
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
-"# Note: this must be preseeded with a localized (translated) value.\n"
-"#d-i partman-auto/init_automatically_partition \\\n"
-"# select Guided - use the largest continuous free space\n"
+"#d-i partman-auto/init_automatically_partition select biggest_free\n"
"\n"
"# Alternatively, you can specify a disk to partition. The device name must\n"
"# be given in traditional non-devfs format.\n"
-"# For example, to use the first SCSI/SATA hard disk:\n"
"# Note: A disk must be specified, unless the system has only one disk.\n"
+"# For example, to use the first SCSI/SATA hard disk:\n"
"#d-i partman-auto/disk string /dev/sda\n"
"# In addition, you'll need to specify the method to use.\n"
"# The presently available methods are: \"regular\", \"lvm\" and \"crypto\"\n"
@@ -1640,14 +1710,11 @@ msgid ""
"# And the same goes for the confirmation to write the lvm partitions.\n"
"d-i partman-lvm/confirm boolean true\n"
"\n"
-"# You can choose from any of the predefined partitioning recipes.\n"
-"# Note: this must be preseeded with a localized (translated) value.\n"
-"d-i partman-auto/choose_recipe \\\n"
-" select All files in one partition (recommended for new users)\n"
-"#d-i partman-auto/choose_recipe \\\n"
-"# select Separate /home partition\n"
-"#d-i partman-auto/choose_recipe \\\n"
-"# select Separate /home, /usr, /var, and /tmp partitions\n"
+"# You can choose one of the three predefined partitioning recipes:\n"
+"# - atomic: all files in one partition\n"
+"# - home: separate /home partition\n"
+"# - multi: separate /home, /usr, /var, and /tmp partitions\n"
+"d-i partman-auto/choose_recipe select atomic\n"
"\n"
"# Or provide a recipe of your own...\n"
"# The recipe format is documented in the file devel/partman-auto-recipe."
@@ -1680,8 +1747,7 @@ msgid ""
"# This makes partman automatically partition without confirmation, provided\n"
"# that you told it what to do using one of the methods above.\n"
"d-i partman/confirm_write_new_label boolean true\n"
-"d-i partman/choose_partition \\\n"
-" select Finish partitioning and write changes to disk\n"
+"d-i partman/choose_partition select finish\n"
"d-i partman/confirm boolean true"
msgstr ""
"# If the system has free space you can choose to only partition that space.\n"
@@ -1796,7 +1862,58 @@ msgstr ""
#. Tag: screen
#: preseed.xml:855
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# NOTE: this option is of beta release quality and should be used "
+#| "carefully\n"
+#| "\n"
+#| "# The method should be set to \"raid\".\n"
+#| "#d-i partman-auto/method string raid\n"
+#| "# Specify the disks to be partitioned. They will all get the same "
+#| "layout,\n"
+#| "# so this will only work if the disks are the same size.\n"
+#| "#d-i partman-auto/disk string /dev/discs/disc0/disc /dev/discs/disc1/"
+#| "disc\n"
+#| "\n"
+#| "# Next you need to specify the physical partitions that will be used. \n"
+#| "#d-i partman-auto/expert_recipe string \\\n"
+#| "# multiraid :: \\\n"
+#| "# 1000 5000 4000 raid \\\n"
+#| "# $primary{ } method{ raid } \\\n"
+#| "# . \\\n"
+#| "# 64 512 300% raid \\\n"
+#| "# method{ raid } \\\n"
+#| "# . \\\n"
+#| "# 500 10000 1000000000 raid \\\n"
+#| "# method{ raid } \\\n"
+#| "# .\n"
+#| "\n"
+#| "# Last you need to specify how the previously defined partitions will be\n"
+#| "# used in the RAID setup. Remember to use the correct partition numbers\n"
+#| "# for logical partitions.\n"
+#| "# Parameters are:\n"
+#| "# &lt;raidtype&gt; &lt;devcount&gt; &lt;sparecount&gt; &lt;fstype&gt; &lt;"
+#| "mountpoint&gt; \\\n"
+#| "# &lt;devices&gt; &lt;sparedevices&gt;\n"
+#| "# RAID levels 0, 1, 5, 6 and 10 are supported; devices are separated "
+#| "using \"#\"\n"
+#| "#d-i partman-auto-raid/recipe string \\\n"
+#| "# 1 2 0 ext3 / \\\n"
+#| "# /dev/discs/disc0/part1#/dev/discs/disc1/part1 \\\n"
+#| "# . \\\n"
+#| "# 1 2 0 swap - \\\n"
+#| "# /dev/discs/disc0/part5#/dev/discs/disc1/part5 \\\n"
+#| "# . \\\n"
+#| "# 0 2 0 ext3 /home \\\n"
+#| "# /dev/discs/disc0/part6#/dev/discs/disc1/part6 \\\n"
+#| "# .\n"
+#| "\n"
+#| "# This makes partman automatically partition without confirmation.\n"
+#| "d-i partman-md/confirm boolean true\n"
+#| "d-i partman/confirm_write_new_label boolean true\n"
+#| "d-i partman/choose_partition \\\n"
+#| " select Finish partitioning and write changes to disk\n"
+#| "d-i partman/confirm boolean true"
msgid ""
"# NOTE: this option is of beta release quality and should be used carefully\n"
"\n"
@@ -1842,8 +1959,7 @@ msgid ""
"# This makes partman automatically partition without confirmation.\n"
"d-i partman-md/confirm boolean true\n"
"d-i partman/confirm_write_new_label boolean true\n"
-"d-i partman/choose_partition \\\n"
-" select Finish partitioning and write changes to disk\n"
+"d-i partman/choose_partition select finish\n"
"d-i partman/confirm boolean true"
msgstr ""
"# NOTE: this option is of beta release quality and should be used carefully\n"
diff --git a/po/ja/using-d-i.po b/po/ja/using-d-i.po
index 6bd40813a..39a75e140 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: 2008-10-05 00:05+0000\n"
+"POT-Creation-Date: 2008-10-06 00:09+0000\n"
"PO-Revision-Date: 2008-10-02 06:57+0900\n"
"Last-Translator: KURASAWA Nozomu <nabetaro@caldron.jp>\n"
"Language-Team: \n"
@@ -5000,18 +5000,18 @@ msgid ""
"Support for loading firmware is still relatively basic and is likely to be "
"improved in future releases of the installer. Currently &d-i; will for "
"example not display any warning if you choose to load missing firmware, but "
-"the requested firmware is not found. Please <xref linkend=\"submit-bug\"/"
-">report any issues you encounter."
+"the requested firmware is not found. Please report any issues you encounter "
+"by filing an installation report (see <xref linkend=\"submit-bug\"/>)."
msgstr ""
#. Tag: title
-#: using-d-i.xml:3253
+#: using-d-i.xml:3254
#, no-c-format
msgid "Preparing a medium"
msgstr ""
#. Tag: para
-#: using-d-i.xml:3254
+#: using-d-i.xml:3255
#, no-c-format
msgid ""
"Although in some cases the firmware can also be loaded from a partition on a "
@@ -5024,7 +5024,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:3264
+#: using-d-i.xml:3265
#, no-c-format
msgid ""
"Tarballs containing current packages for the most common firmware are "
@@ -5035,7 +5035,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:3278
+#: using-d-i.xml:3279
#, no-c-format
msgid ""
"If the firmware you need is not included in the tarball, you can also "
@@ -5046,7 +5046,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:3292
+#: using-d-i.xml:3293
#, no-c-format
msgid ""
"It is also possible to copy individual firmware files to the medium. Loose "
@@ -5055,13 +5055,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: using-d-i.xml:3301
+#: using-d-i.xml:3302
#, no-c-format
msgid "Firmware and the Installed System"
msgstr ""
#. Tag: para
-#: using-d-i.xml:3302
+#: using-d-i.xml:3303
#, no-c-format
msgid ""
"Any firmware loaded during the installation will be copied automatically to "
@@ -5073,7 +5073,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:3311
+#: using-d-i.xml:3312
#, no-c-format
msgid ""
"If the firmware was loaded from a firmware package, &d-i; will also install "
@@ -5084,7 +5084,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:3319
+#: using-d-i.xml:3320
#, no-c-format
msgid ""
"If loading the firmware was skipped during the installation, the relevant "
@@ -5093,7 +5093,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:3326
+#: using-d-i.xml:3327
#, no-c-format
msgid ""
"If the firmware was loaded from loose firmware files, the firmware copied to "