diff options
author | Holger Wansing <linux@wansing-online.de> | 2015-03-21 16:58:02 +0000 |
---|---|---|
committer | Holger Wansing <linux@wansing-online.de> | 2015-03-21 16:58:02 +0000 |
commit | 47f6428abde1fad1513434efd5a1505a64845ad0 (patch) | |
tree | 342dbe967ad3c8e001f5ac6d7b3b6449cca5654f /po/ja/preseed.po | |
parent | b333b47df9ef46723af892dd3920c7299f78e289 (diff) | |
download | installation-guide-47f6428abde1fad1513434efd5a1505a64845ad0.zip |
Update po and pot files after changings in en
Diffstat (limited to 'po/ja/preseed.po')
-rw-r--r-- | po/ja/preseed.po | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/po/ja/preseed.po b/po/ja/preseed.po index 488125598..3c346de4d 100644 --- a/po/ja/preseed.po +++ b/po/ja/preseed.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2015-02-23 20:58+0000\n" +"POT-Creation-Date: 2015-03-21 16:42+0000\n" "PO-Revision-Date: 2013-10-06 22:57+0900\n" "Last-Translator: KURASAWA Nozomu (nabetaro) <nabetaro@debian.or.jp>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -2893,6 +2893,12 @@ msgid "" "# OS, which is less safe as it might not be able to boot that other OS.\n" "d-i grub-installer/with_other_os boolean true\n" "\n" +"# Due notably to potential USB sticks, the location of the MBR can not be\n" +"# determined safely in general, so this needs to be specified:\n" +"#d-i grub-installer/bootdev string /dev/sda\n" +"# To install to the first device (assuming it is not a USB stick):\n" +"#d-i grub-installer/bootdev string default\n" +"\n" "# Alternatively, if you want to install to a location other than the mbr,\n" "# uncomment and edit these lines:\n" "#d-i grub-installer/only_debian boolean false\n" @@ -2900,10 +2906,6 @@ msgid "" "#d-i grub-installer/bootdev string (hd0,1)\n" "# To install grub to multiple disks:\n" "#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n" -"# To install to a particular device:\n" -"#d-i grub-installer/bootdev string /dev/sda\n" -"# To install to the first device:\n" -"#d-i grub-installer/bootdev string default\n" "\n" "# Optional password for grub, either in clear text\n" "#d-i grub-installer/password password r00tme\n" |