summaryrefslogtreecommitdiff
path: root/po/zh_CN/preseed.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/zh_CN/preseed.po')
-rw-r--r--po/zh_CN/preseed.po24
1 files changed, 18 insertions, 6 deletions
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po
index 9e26edd55..915d962da 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: 2007-07-20 17:30+0000\n"
+"POT-Creation-Date: 2007-07-26 04:00+0000\n"
"PO-Revision-Date: 2007-06-27 09:55+0800\n"
"Last-Translator: Ji YongGang <jungle@soforge.com>\n"
"Language-Team: debian-chinese-gb <debian-chinese-gb@debian.org>\n"
@@ -1428,17 +1428,23 @@ msgstr ""
#. Tag: screen
#: preseed.xml:790
-#, 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"
"#d-i partman-auto/init_automatically_partition \\\n"
"# select Guided - use the largest continuous free space\n"
"\n"
-"# Alternatively, you can specify a disk to partition. The device name\n"
+"<phrase condition=\"etch\"># Alternatively, you can specify a disk to "
+"partition. The device name\n"
"# can be given in either devfs or traditional non-devfs format.\n"
"# For example, to use the first disk:\n"
-"d-i partman-auto/disk string /dev/discs/disc0/disc\n"
+"d-i partman-auto/disk string /dev/discs/disc0/disc</phrase><phrase condition="
+"\"lenny\">\n"
+"# Alternatively, you can specify a disk to partition. The device name must\n"
+"# be given in traditional non-devfs format.\n"
+"# For example, to use the first SCSI/SATA hard disk:\n"
+"d-i partman-auto/disk string /dev/sda</phrase>\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"
@@ -1707,14 +1713,20 @@ msgstr "时钟与时区设置"
#. Tag: screen
#: preseed.xml:829
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""
"# Controls whether or not the hardware clock is set to UTC.\n"
"d-i clock-setup/utc boolean true\n"
"\n"
"# You may set this to any valid setting for $TZ; see the contents of\n"
"# /usr/share/zoneinfo/ for valid values.\n"
-"d-i time/zone string US/Eastern"
+"d-i time/zone string US/Eastern<phrase condition=\"lenny\">\n"
+"\n"
+"# Controls whether to use NTP to set the clock during the install\n"
+"d-i clock-setup/ntp boolean true\n"
+"# NTP server to use. The default is almost always fine here.\n"
+"#d-i clock-setup/ntp-server ntp.example.com\n"
+"</phrase>"
msgstr ""
"# Controls whether or not the hardware clock is set to UTC.\n"
"d-i clock-setup/utc boolean true\n"