summaryrefslogtreecommitdiff
path: root/po/zh_CN/preseed.po
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-08-18 17:34:21 +0000
committerFrans Pop <elendil@planet.nl>2006-08-18 17:34:21 +0000
commit1eedcadf865fa0fbcca9b9e2269ea2800527e284 (patch)
treeed5cf3932b5fea89c874aead1483de84b907137a /po/zh_CN/preseed.po
parentb7fa3d89d2de4862e96d1d9f0cd08b74d36faf56 (diff)
downloadinstallation-guide-1eedcadf865fa0fbcca9b9e2269ea2800527e284.zip
Update of POT and PO files for the manual
Diffstat (limited to 'po/zh_CN/preseed.po')
-rw-r--r--po/zh_CN/preseed.po19
1 files changed, 13 insertions, 6 deletions
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po
index 3f644d722..e3097cdb8 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-07-30 15:28+0000\n"
+"POT-Creation-Date: 2006-08-18 17:32+0000\n"
"PO-Revision-Date: 2006-08-02 19:17+0800\n"
"Last-Translator: Ji YongGang <jungle@soforge.com>\n"
"Language-Team: debian-chinese-gb <debian-chinese-gb@debian.org>\n"
@@ -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"
@@ -1112,6 +1112,9 @@ msgid ""
"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"
"\n"
"# You can choose from any of the predefined partitioning recipes.\n"
"# Note: this must be preseeded with a localized (translated) value.\n"
@@ -1425,7 +1428,7 @@ msgstr "安装引导加载器"
#. Tag: screen
#: preseed.xml:729
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""
"# Grub is the default boot loader (for x86). If you want lilo installed\n"
"# instead, uncomment this:\n"
@@ -1443,9 +1446,11 @@ msgid ""
"\n"
"# Alternatively, if you want to install to a location other than the mbr,\n"
"# uncomment and edit these lines:\n"
-"#d-i grub-installer/bootdev string (hd0,0)\n"
"#d-i grub-installer/only_debian boolean false\n"
-"#d-i grub-installer/with_other_os boolean false"
+"#d-i grub-installer/with_other_os boolean false\n"
+"#d-i grub-installer/bootdev string (hd0,0)\n"
+"# To install grub to multiple disks:\n"
+"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)"
msgstr ""
"# Grub is the default boot loader (for x86). If you want lilo installed\n"
"# instead, uncomment this:\n"
@@ -1566,7 +1571,9 @@ msgid ""
"installed by tasks, you can use the parameter <classname>pkgsel/include</"
"classname>. The value of this parameter can be either comma-separated or "
"space-separated, so you can also use it easily on the kernel command line."
-msgstr "如果您打算安装一些安装任务之外的独立软件包,可以使用参数 <classname>pkgsel/include</classname>。该参数的值可以用逗号或空格分开,便于在内核命令行上使用。"
+msgstr ""
+"如果您打算安装一些安装任务之外的独立软件包,可以使用参数 <classname>pkgsel/"
+"include</classname>。该参数的值可以用逗号或空格分开,便于在内核命令行上使用。"
#. Tag: screen
#: preseed.xml:794