diff options
Diffstat (limited to 'po/zh_CN/preseed.po')
-rw-r--r-- | po/zh_CN/preseed.po | 80 |
1 files changed, 68 insertions, 12 deletions
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po index d023e5843..a97a336bd 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: 2009-01-16 01:09+0000\n" +"POT-Creation-Date: 2009-02-22 01:09+0000\n" "PO-Revision-Date: 2009-02-04 16:31+0800\n" "Last-Translator: Ji YongGang <jungle@soforge.com>\n" "Language-Team: debian-chinese-gb <debian-chinese-gb@debian.org>\n" @@ -1712,7 +1712,57 @@ msgstr "" #. Tag: screen #: preseed.xml:866 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "# NOTE: this option is of beta release quality and should be used " +#| "carefully\n" +#| "\n" +#| "# The method should be set to \"raid\".\n" +#| "#d-i partman-auto/method string raid\n" +#| "# Specify the disks to be partitioned. They will all get the same " +#| "layout,\n" +#| "# so this will only work if the disks are the same size.\n" +#| "#d-i partman-auto/disk string /dev/discs/disc0/disc /dev/discs/disc1/" +#| "disc\n" +#| "\n" +#| "# Next you need to specify the physical partitions that will be used. \n" +#| "#d-i partman-auto/expert_recipe string \\\n" +#| "# multiraid :: \\\n" +#| "# 1000 5000 4000 raid \\\n" +#| "# $primary{ } method{ raid } \\\n" +#| "# . \\\n" +#| "# 64 512 300% raid \\\n" +#| "# method{ raid } \\\n" +#| "# . \\\n" +#| "# 500 10000 1000000000 raid \\\n" +#| "# method{ raid } \\\n" +#| "# .\n" +#| "\n" +#| "# Last you need to specify how the previously defined partitions will be\n" +#| "# 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" +#| "# <devices> <sparedevices>\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/discs/disc0/part1#/dev/discs/disc1/part1 \\\n" +#| "# . \\\n" +#| "# 1 2 0 swap - \\\n" +#| "# /dev/discs/disc0/part5#/dev/discs/disc1/part5 \\\n" +#| "# . \\\n" +#| "# 0 2 0 ext3 /home \\\n" +#| "# /dev/discs/disc0/part6#/dev/discs/disc1/part6 \\\n" +#| "# .\n" +#| "\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/choose_partition select finish\n" +#| "d-i partman/confirm boolean true" msgid "" "# NOTE: this option is of beta release quality and should be used carefully\n" "\n" @@ -1720,7 +1770,7 @@ msgid "" "#d-i partman-auto/method string raid\n" "# Specify the disks to be partitioned. They will all get the same layout,\n" "# so this will only work if the disks are the same size.\n" -"#d-i partman-auto/disk string /dev/discs/disc0/disc /dev/discs/disc1/disc\n" +"#d-i partman-auto/disk string /dev/sda /dev/sdb\n" "\n" "# Next you need to specify the physical partitions that will be used. \n" "#d-i partman-auto/expert_recipe string \\\n" @@ -1745,14 +1795,14 @@ msgid "" "# 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/discs/disc0/part1#/dev/discs/disc1/part1 \\\n" -"# . \\\n" -"# 1 2 0 swap - \\\n" -"# /dev/discs/disc0/part5#/dev/discs/disc1/part5 \\\n" -"# . \\\n" -"# 0 2 0 ext3 /home \\\n" -"# /dev/discs/disc0/part6#/dev/discs/disc1/part6 \\\n" +"# 1 2 0 ext3 / \\\n" +"# /dev/sda1#/dev/sdb1 \\\n" +"# . \\\n" +"# 1 2 0 swap - \\\n" +"# /dev/sda5#/dev/sdb5 \\\n" +"# . \\\n" +"# 0 2 0 ext3 /home \\\n" +"# /dev/sda6#/dev/sdb6 \\\n" "# .\n" "\n" "# This makes partman automatically partition without confirmation.\n" @@ -2469,7 +2519,13 @@ msgid "" "course only have effect for parameters that correspond to questions that are " "actually displayed during an installation and not for <quote>internal</" "quote> parameters." -msgstr "如果使用引导参数预置,您可以通过 <quote>?=</quote> 操作符让安装程序询问相关的问题,例如,<userinput><replaceable>foo</replaceable>/<replaceable>bar</replaceable>?=<replaceable>value</replaceable></userinput> (或者 <userinput><replaceable>owner</replaceable>:<replaceable>foo/bar</replaceable>?=<replaceable>value</replaceable></userinput>)。当然,这只会影响在安装时显示出来的问题对应的参数,而不是<quote>内部的</quote>参数。" +msgstr "" +"如果使用引导参数预置,您可以通过 <quote>?=</quote> 操作符让安装程序询问相关的" +"问题,例如,<userinput><replaceable>foo</replaceable>/<replaceable>bar</" +"replaceable>?=<replaceable>value</replaceable></userinput> (或者 " +"<userinput><replaceable>owner</replaceable>:<replaceable>foo/bar</" +"replaceable>?=<replaceable>value</replaceable></userinput>)。当然,这只会影响" +"在安装时显示出来的问题对应的参数,而不是<quote>内部的</quote>参数。" #. Tag: title #: preseed.xml:1088 |