diff options
Diffstat (limited to 'po/zh_CN/preseed.po')
-rw-r--r-- | po/zh_CN/preseed.po | 38 |
1 files changed, 23 insertions, 15 deletions
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po index 712a27b8a..d6f67e3bb 100644 --- a/po/zh_CN/preseed.po +++ b/po/zh_CN/preseed.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2006-08-18 17:32+0000\n" +"POT-Creation-Date: 2006-09-07 13:39+0000\n" "PO-Revision-Date: 2006-09-04 10:27+0800\n" "Last-Translator: Ji YongGang <jungle@soforge.com>\n" "Language-Team: debian-chinese-gb <debian-chinese-gb@debian.org>\n" @@ -640,11 +640,11 @@ msgstr "" #. Tag: para #: preseed.xml:435 -#, no-c-format +#, fuzzy, no-c-format msgid "" "Most questions need to be preseeded using the values valid in English and " "not the translated values. However, there are some questions (for example in " -"<classname>partman</classname> where the translated values need to be used." +"<classname>partman</classname>) where the translated values need to be used." msgstr "" "大多数问题需要使用有效的英文预置值,而不是翻译过的值。但有些问题(例如 " "<classname>partman</classname>,需要使用翻译过的值。" @@ -1099,7 +1099,7 @@ msgstr "" #. Tag: screen #: preseed.xml:648 -#, 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" @@ -1107,14 +1107,18 @@ msgid "" "# select Use the largest continuous free space\n" "\n" "# Alternatively, you can specify a disk to partition. The device name can\n" -"# be given in either devfs or traditional non-devfs format.\n" -"# For example, to use the first disk devfs knows of:\n" +"# be given in either devfs or traditional non-devfs format. If the method\n" +"# supports it, you can specify several disks separated by spaces.\n" +"# For example, to use the first disk:\n" "d-i partman-auto/disk string /dev/discs/disc0/disc\n" -"# Or, if you want to use LVM:\n" -"#d-i partman-auto-lvm/disk string /dev/discs/disc0/disc\n" -"# Or, LVM with more than one disk:\n" -"#d-i partman-auto-lvm/disk string /dev/discs/disc0/disc /dev/discs/disc1/" -"disc\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-auto/purge_lvm_from_device 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" @@ -1170,7 +1174,8 @@ msgstr "" "# Or, if you want to use LVM:\n" "#d-i partman-auto-lvm/disk string /dev/discs/disc0/disc\n" "# Or, LVM with more than one disk:\n" -"#d-i partman-auto-lvm/disk string /dev/discs/disc0/disc /dev/discs/disc1/disc\n" +"#d-i partman-auto-lvm/disk string /dev/discs/disc0/disc /dev/discs/disc1/" +"disc\n" "\n" "# You can choose from any of the predefined partitioning recipes.\n" "# Note: this must be preseeded with a localized (translated) value.\n" @@ -1182,7 +1187,8 @@ msgstr "" "# 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" +"# 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" @@ -1457,11 +1463,13 @@ msgstr "" "# instead, uncomment this:\n" "#d-i grub-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 if finds some other OS\n" +"# This one makes grub-installer install to the MBR if if finds some other " +"OS\n" "# too, 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" |