summaryrefslogtreecommitdiff
path: root/po/zh_CN
diff options
context:
space:
mode:
authorJi YongGang <jungleji@gmail.com>2006-01-24 11:09:56 +0000
committerJi YongGang <jungleji@gmail.com>2006-01-24 11:09:56 +0000
commit0a13baf8c1abc3ef114afb1ad2e7b974e16cb45b (patch)
tree49cefaf40e891e9397031af321fd1ed08313b330 /po/zh_CN
parent511ce3343ceb77e7b8b63463527766a11928c46f (diff)
downloadinstallation-guide-0a13baf8c1abc3ef114afb1ad2e7b974e16cb45b.zip
unfuzzy
Diffstat (limited to 'po/zh_CN')
-rw-r--r--po/zh_CN/preseed.po15
1 files changed, 12 insertions, 3 deletions
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po
index e94e06036..d2a714729 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"
"POT-Creation-Date: 2006-01-20 09:41+0000\n"
-"PO-Revision-Date: 2006-01-12 17:56+0800\n"
+"PO-Revision-Date: 2006-01-24 19:05+0800\n"
"Last-Translator: Ji YongGang <jungle@soforge.com>\n"
"Language-Team: debian-chinese-gb <debian-chinese-gb@debian.org>\n"
"MIME-Version: 1.0\n"
@@ -695,7 +695,7 @@ msgstr ""
#. Tag: screen
#: preseed.xml:474
-#, fuzzy, no-c-format
+#, no-c-format
msgid ""
"# netcfg will choose an interface that has link if possible. This makes it\n"
"# skip displaying a list if there is more than one interface.\n"
@@ -747,8 +747,17 @@ msgstr ""
"# it, this might be useful.\n"
"#d-i netcfg/dhcp_timeout string 60\n"
"\n"
-"# If you prefer to configure the network manually, here's how:\n"
+"# If you prefer to configure the network manually, uncomment this line and\n"
+"# the static network configuration below.\n"
"#d-i netcfg/disable_dhcp boolean true\n"
+"\n"
+"# If you want the preseed file to work on systems both with and without \n"
+"# a dhcp server, uncomment these lines and the static network configuration\n"
+"# below.\n"
+"#d-i netcfg/dhcp_failed note\n"
+"#d-i netcfg/dhcp_options select Configure network manually\n"
+"\n"
+"# Static network configuration.\n"
"#d-i netcfg/get_nameservers string 192.168.1.1\n"
"#d-i netcfg/get_ipaddress string 192.168.1.42\n"
"#d-i netcfg/get_netmask string 255.255.255.0\n"