From dfa86ae5ceb0b00b270d323fa66091d6165e75ba Mon Sep 17 00:00:00 2001 From: Ji YongGang Date: Sat, 20 Jun 2009 03:04:00 +0000 Subject: po/zh_CN: unfuzzy preseed --- po/zh_CN/preseed.po | 37 ++++++++++++++++++------------------- po/zh_CN/using-d-i.po | 4 ++-- 2 files changed, 20 insertions(+), 21 deletions(-) (limited to 'po') 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 \n" "Language-Team: debian-chinese-gb \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 diff --git a/po/zh_CN/using-d-i.po b/po/zh_CN/using-d-i.po index 76c9f9d4b..2aee8d019 100644 --- a/po/zh_CN/using-d-i.po +++ b/po/zh_CN/using-d-i.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-05-22 00:13+0000\n" -"PO-Revision-Date: 2009-04-13 17:16+0800\n" +"PO-Revision-Date: 2009-06-20 11:01+0800\n" "Last-Translator: Ji YongGang\n" "Language-Team: debian-chinese-gb \n" "MIME-Version: 1.0\n" @@ -3442,7 +3442,7 @@ msgid "" "containing word lists or special fonts for your language. If a desktop " "environment was selected, it will also install appropriate localization " "packages for that (if available)." -msgstr "" +msgstr "选择语言的时候,如果默认的 locale 不是 Ctasksel 会检查该 locale 是否有对应的本地化任务,然后自动安装相应的本地化软件包。这里面包含诸如对应语言的词汇列表或特殊字体的软件包。假如选择了桌面环境,(如果存在)还会安装该桌面对应的本地化软件包。" #. Tag: para #: using-d-i.xml:2374 -- cgit v1.2.3