summaryrefslogtreecommitdiff
path: root/po/pot
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-04-08 15:03:30 +0000
committerFrans Pop <elendil@planet.nl>2006-04-08 15:03:30 +0000
commitb8cdc0c8472e059920d5ee8ebbb85cdc6fb7eca9 (patch)
tree5f5ae67eff7f7f7323f84806ecf57ce88efe81bd /po/pot
parent3f982bb58886a89ccf980804236c2cb95bdab066 (diff)
downloadinstallation-guide-b8cdc0c8472e059920d5ee8ebbb85cdc6fb7eca9.zip
Update of POT and PO files for the manual
Diffstat (limited to 'po/pot')
-rw-r--r--po/pot/preseed.pot13
1 files changed, 8 insertions, 5 deletions
diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot
index 671dc4ae1..c18bbd4d1 100644
--- a/po/pot/preseed.pot
+++ b/po/pot/preseed.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-03-31 08:31+0000\n"
+"POT-Creation-Date: 2006-04-08 15:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -723,16 +723,19 @@ msgstr ""
#, no-c-format
#. Tag: screen
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"