diff options
author | Frans Pop <elendil@planet.nl> | 2006-04-08 15:03:30 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-04-08 15:03:30 +0000 |
commit | b8cdc0c8472e059920d5ee8ebbb85cdc6fb7eca9 (patch) | |
tree | 5f5ae67eff7f7f7323f84806ecf57ce88efe81bd /po/zh_CN/preseed.po | |
parent | 3f982bb58886a89ccf980804236c2cb95bdab066 (diff) | |
download | installation-guide-b8cdc0c8472e059920d5ee8ebbb85cdc6fb7eca9.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.po | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po index da88f012e..1b9f0e7fe 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: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-03-31 08:31+0000\n" +"POT-Creation-Date: 2006-04-08 15:02+0000\n" "PO-Revision-Date: 2006-02-24 10:30+0800\n" "Last-Translator: Ji YongGang <jungle@soforge.com>\n" "Language-Team: debian-chinese-gb <debian-chinese-gb@debian.org>\n" @@ -1147,18 +1147,21 @@ msgstr "" #. Tag: screen #: preseed.xml:606 -#, no-c-format +#, fuzzy, no-c-format msgid "" +"# Skip creation of a root account (normal user account will be able to\n" +"# use sudo).\n" +"#d-i passwd/root-login boolean false\n" +"# Alternatively, to skip creation of a normal user account.\n" +"#d-i passwd/make-user boolean false\n" +"\n" "# Root password, either in clear text\n" "#d-i passwd/root-password password r00tme\n" "#d-i passwd/root-password-again password r00tme\n" "# or encrypted using an MD5 hash.\n" "#d-i passwd/root-password-crypted password [MD5 hash]\n" "\n" -"# Skip creation of a normal user account.\n" -"#d-i passwd/make-user boolean false\n" -"\n" -"# Alternatively, create a normal user account.\n" +"# To create a normal user account.\n" "#d-i passwd/user-fullname string Debian User\n" "#d-i passwd/username string debian\n" "# Normal user's password, either in clear text\n" |