diff options
author | Nozomu KURASAWA <nabetaro@caldron.jp> | 2009-01-06 12:57:59 +0000 |
---|---|---|
committer | Nozomu KURASAWA <nabetaro@caldron.jp> | 2009-01-06 12:57:59 +0000 |
commit | 13b7db69afef13cb32be2f07d8a59cc0f8d1fb53 (patch) | |
tree | 5b4b1032ba94c41d276a1905b563fc9fedb366f5 | |
parent | 4ce39169bcf8e1483a58ffef9b8b2143e43f88b3 (diff) | |
download | installation-guide-13b7db69afef13cb32be2f07d8a59cc0f8d1fb53.zip |
Update Japanese translation. (for preseed.pot r57041)
-rw-r--r-- | po/ja/preseed.po | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/po/ja/preseed.po b/po/ja/preseed.po index 9dcfd1db2..59c263da3 100644 --- a/po/ja/preseed.po +++ b/po/ja/preseed.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2008-12-29 01:12+0000\n" -"PO-Revision-Date: 2008-12-28 22:47+0900\n" +"PO-Revision-Date: 2008-12-30 14:52+0900\n" "Last-Translator: KURASAWA Nozomu <nabetaro@caldron.jp>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -2470,7 +2470,7 @@ msgstr "" #. Tag: screen #: preseed.xml:1045 -#, fuzzy, no-c-format +#, no-c-format #| msgid "" #| "# d-i preseeding is inherently not secure. Nothing in the installer " #| "checks\n" @@ -2538,13 +2538,14 @@ msgstr "" "# This first command is run as early as possible, just after\n" "# preseeding is read.\n" "#d-i preseed/early_command string anna-install some-udeb\n" -"\n" +"<phrase condition=\"squeeze\">\n" "# This command is run immediately before the partitioner starts. It may be\n" "# useful to apply dynamic partitioner preseeding that depends on the state\n" "# of the disks (which may not be visible when preseed/early_command runs).\n" -"#d-i partman/early_command string debconf-set partman-auto/disk \"$(list-" -"devices disk | head -n1)\"\n" -"\n" +"#d-i partman/early_command \\\n" +"# string debconf-set partman-auto/disk \"$(list-devices disk | head -" +"n1)\"\n" +"</phrase>\n" "# This command is run just before the install finishes, but when there is\n" "# still a usable /target directory. You can chroot to /target and use it\n" "# directly, or use the apt-install and in-target commands to easily install\n" |