diff options
author | Ji YongGang <jungleji@gmail.com> | 2009-06-20 03:04:00 +0000 |
---|---|---|
committer | Ji YongGang <jungleji@gmail.com> | 2009-06-20 03:04:00 +0000 |
commit | dfa86ae5ceb0b00b270d323fa66091d6165e75ba (patch) | |
tree | 7262864dc38e7d231ddef4e04bb533f870ccedd4 /po/zh_CN/preseed.po | |
parent | dfa7cf8948f3180e20efc0ea01d4cd18a2c539b5 (diff) | |
download | installation-guide-dfa86ae5ceb0b00b270d323fa66091d6165e75ba.zip |
po/zh_CN: unfuzzy preseed
Diffstat (limited to 'po/zh_CN/preseed.po')
-rw-r--r-- | po/zh_CN/preseed.po | 37 |
1 files changed, 18 insertions, 19 deletions
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po index 278d92dba..b454332ef 100644 --- a/po/zh_CN/preseed.po +++ b/po/zh_CN/preseed.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2009-06-19 00:14+0000\n" -"PO-Revision-Date: 2009-05-21 17:01+0800\n" +"PO-Revision-Date: 2009-06-20 11:02+0800\n" "Last-Translator: Ji YongGang <jungle@soforge.com>\n" "Language-Team: debian-chinese-gb <debian-chinese-gb@debian.org>\n" "MIME-Version: 1.0\n" @@ -1559,7 +1559,7 @@ msgstr "" #. Tag: screen #: preseed.xml:844 -#, fuzzy, no-c-format +#, no-c-format #| msgid "" #| "# If the system has free space you can choose to only partition that " #| "space.\n" @@ -1716,14 +1716,12 @@ msgstr "" "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." -"txt.\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" +"# 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" @@ -1745,7 +1743,7 @@ msgstr "" "\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-partitioning/confirm_write_new_label boolean true\n" "d-i partman/choose_partition select finish\n" "d-i partman/confirm boolean true" @@ -1785,7 +1783,7 @@ msgstr "" #. Tag: screen #: preseed.xml:870 -#, fuzzy, no-c-format +#, no-c-format #| msgid "" #| "# NOTE: this option is of beta release quality and should be used " #| "carefully\n" @@ -1908,11 +1906,9 @@ msgstr "" "# used in the RAID setup. Remember to use the correct partition numbers\n" "# for logical partitions.\n" "# Parameters are:\n" -"# <raidtype> <devcount> <sparecount> <fstype> <" -"mountpoint> \\\n" +"# <raidtype> <devcount> <sparecount> <fstype> <mountpoint> \\\n" "# <devices> <sparedevices>\n" -"# RAID levels 0, 1, 5, 6 and 10 are supported; devices are separated using " -"\"#\"\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/sda1#/dev/sdb1 \\\n" @@ -1926,7 +1922,7 @@ msgstr "" "\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-partitioning/confirm_write_new_label boolean true\n" "d-i partman/choose_partition select finish\n" "d-i partman/confirm boolean true" @@ -2387,7 +2383,7 @@ msgstr "安装 bootloader" #. Tag: screen #: preseed.xml:1041 -#, fuzzy, no-c-format +#, no-c-format #| msgid "" #| "# Grub is the default boot loader (for x86). If you want lilo installed\n" #| "# instead, uncomment this:\n" @@ -2465,13 +2461,11 @@ msgstr "" "# too:\n" "#d-i lilo-installer/skip boolean true\n" "\n" -"# This is fairly safe to set, it makes grub install automatically to the " -"MBR\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" "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" +"# 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" "d-i grub-installer/with_other_os boolean true\n" "\n" @@ -2487,7 +2481,12 @@ msgstr "" "#d-i grub-installer/password password r00tme\n" "#d-i grub-installer/password-again password r00tme\n" "# or encrypted using an MD5 hash, see grub-md5-crypt(8).\n" -"#d-i grub-installer/password-crypted password [MD5 hash]" +"#d-i grub-installer/password-crypted password [MD5 hash]\n" +"\n" +"# Use the following option to add additional boot parameters for the\n" +"# installed system (if supported by the bootloader installer).\n" +"# Note: options passed to the installer will be added automatically.\n" +"#d-i debian-installer/add-kernel-opts string nousb" #. Tag: para #: preseed.xml:1043 |