diff options
author | Holger Wansing <hwansing@mailbox.org> | 2020-04-02 11:25:55 +0200 |
---|---|---|
committer | Holger Wansing <hwansing@mailbox.org> | 2020-04-02 11:25:55 +0200 |
commit | 9d2a95464f173bef7f02af0d8452e76a1b02137f (patch) | |
tree | ecb3104e46486a20bdd29177d4bbf5e1526c5cff /po/zh_TW/preseed.po | |
parent | 5bca9033558801d7ee7894758fbf63a376510064 (diff) | |
download | installation-guide-9d2a95464f173bef7f02af0d8452e76a1b02137f.zip |
Refresh po|pot files after changings in en
Diffstat (limited to 'po/zh_TW/preseed.po')
-rw-r--r-- | po/zh_TW/preseed.po | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/po/zh_TW/preseed.po b/po/zh_TW/preseed.po index ca50f1a0c..1e7943271 100644 --- a/po/zh_TW/preseed.po +++ b/po/zh_TW/preseed.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_preseed\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2019-09-22 23:04+0000\n" +"POT-Creation-Date: 2020-04-02 09:22+0000\n" "PO-Revision-Date: 2016-12-26 18:56+0000\n" "Last-Translator: NAME <EMAIL@ADDRESS>\n" "Language-Team: debian-chinese-big5 <debian-chinese-big5@lists.debian.org>\n" @@ -2021,35 +2021,33 @@ msgstr "" #: preseed.xml:1121 #, no-c-format msgid "" -"<phrase arch=\"linux-any\"># Grub is the default boot loader (for x86). If " -"you want lilo installed\n" -"# instead, uncomment this:\n" -"#d-i grub-installer/skip boolean true\n" -"# To also skip installing lilo, and install no bootloader, uncomment this\n" -"# too:\n" -"#d-i lilo-installer/skip boolean true</phrase>\n" -"<phrase arch=\"kfreebsd-any;hurd-any\"># To install no bootloader, uncomment " -"this\n" +"<phrase arch=\"linux-any\"># Grub is the boot loader (for x86).</" +"phrase><phrase\n" +"arch=\"kfreebsd-any;hurd-any\"># To install no bootloader, uncomment this\n" "#d-i grub-installer/skip boolean true</phrase>\n" "\n" "# This is fairly safe to set, it makes grub install automatically to the " -"MBR\n" -"# if no other operating system is detected on the machine.\n" +"UEFI\n" +"# partition/boot record if no other operating system is detected on the " +"machine.\n" "d-i grub-installer/only_debian boolean true\n" "\n" -"# This one makes grub-installer install to the MBR if it also finds some " -"other\n" -"# OS, which is less safe as it might not be able to boot that other OS.\n" +"# This one makes grub-installer install to the UEFI partition/boot record, " +"if\n" +"# it also finds some other OS, which is less safe as it might not be able " +"to\n" +"# 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" +"# Due notably to potential USB sticks, the location of the primary drive " +"can\n" +"# not be 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" +"# To install to the primary 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" +"# Alternatively, if you want to install to a location other than the UEFI\n" +"# parition/boot record, uncomment and edit these lines:\n" "#d-i grub-installer/only_debian boolean false\n" "#d-i grub-installer/with_other_os boolean false\n" "#d-i grub-installer/bootdev string (hd0,1)\n" |