diff options
Diffstat (limited to 'po/pot')
-rw-r--r-- | po/pot/preseed.pot | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot index 57272c8a1..606c6e348 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-26 19:42+0000\n" +"POT-Creation-Date: 2006-03-29 13:53+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" @@ -679,7 +679,7 @@ msgstr "" #: preseed.xml:575 #, no-c-format #. Tag: para -msgid "Setup of the <filename>/etc/apt/sources.list</filename> and basic configuration options is fully automated based on your installation method and answers to earlier questions. Only the three variables below are relevant for preseeding." +msgid "Setup of the <filename>/etc/apt/sources.list</filename> and basic configuration options is fully automated based on your installation method and answers to earlier questions. You can optionally add other (local) repositories." msgstr "" #: preseed.xml:583 @@ -691,7 +691,14 @@ msgid "" "#d-i apt-setup/contrib boolean true\n" "# Uncomment this to avoid adding security sources, or\n" "# add a hostname to use a different server than security.debian.org.\n" - "#d-i apt-setup/security_host string" + "#d-i apt-setup/security_host string\n" + "\n" + "# Additional repositories, local[0-9] available\n" + "#d-i apt-setup/local0/comment string local server\n" + "#d-i apt-setup/local0/repository string \\\n" + "# deb http://local.server/debian stable main\n" + "# URL to the public key of the localrepository\n" + "#d-i apt-setup/local0/key string http://local.server/key" msgstr "" #: preseed.xml:588 |