From 5f94b780e1edf7a432bbe230df5ce4daddae511e Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Sat, 19 May 2007 14:20:27 +0000 Subject: [SILENT_COMMIT] Update of POT and PO files for the manual --- po/pot/preseed.pot | 189 ++++++++++++++++++++++++++--------------------------- 1 file changed, 94 insertions(+), 95 deletions(-) (limited to 'po/pot') diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot index 325da63c3..5ae1fa44c 100644 --- a/po/pot/preseed.pot +++ b/po/pot/preseed.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2007-05-05 22:00+0000\n" +"POT-Creation-Date: 2007-05-19 14:20+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1023,65 +1023,23 @@ msgstr "" #. Tag: title #: preseed.xml:828 #, no-c-format -msgid "Apt setup" -msgstr "" - -#. Tag: para -#: preseed.xml:829 -#, no-c-format -msgid "Setup of the /etc/apt/sources.list 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 "" - -#. Tag: screen -#: preseed.xml:837 -#, no-c-format -msgid "" - "# You can choose to install non-free and contrib software.\n" - "#d-i apt-setup/non-free boolean true\n" - "#d-i apt-setup/contrib boolean true\n" - "# Uncomment this if you don't want to use a network mirror.\n" - "#d-i apt-setup/use_mirror boolean false\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\n" - "\n" - "# Additional repositories, local[0-9] available\n" - "#d-i apt-setup/local0/repository string \\\n" - "# http://local.server/debian stable main\n" - "#d-i apt-setup/local0/comment string local server\n" - "# Enable deb-src lines\n" - "#d-i apt-setup/local0/source boolean true\n" - "# URL to the public key of the local repository; you must provide a key or\n" - "# apt will complain about the unauthenticated repository and so the\n" - "# sources.list line will be left commented out\n" - "#d-i apt-setup/local0/key string http://local.server/key\n" - "\n" - "# By default the installer requires that repositories be authenticated\n" - "# using a known gpg key. This setting can be used to disable that\n" - "# authentication. Warning: Insecure, not recommended.\n" - "#d-i debian-installer/allow_unauthenticated string true" -msgstr "" - -#. Tag: title -#: preseed.xml:842 -#, no-c-format msgid "Account setup" msgstr "" #. Tag: para -#: preseed.xml:843 +#: preseed.xml:829 #, no-c-format msgid "The password for the root account and name and password for a first regular user's account can be preseeded. For the passwords you can use either clear text values or MD5 hashes." msgstr "" #. Tag: para -#: preseed.xml:850 +#: preseed.xml:836 #, no-c-format msgid "Be aware that preseeding passwords is not completely secure as everyone with access to the preconfiguration file will have the knowledge of these passwords. Using MD5 hashes is considered slightly better in terms of security but it might also give a false sense of security as access to a MD5 hash allows for brute force attacks." msgstr "" #. Tag: screen -#: preseed.xml:860 +#: preseed.xml:846 #, no-c-format msgid "" "# Skip creation of a root account (normal user account will be able to\n" @@ -1107,37 +1065,37 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:862 +#: preseed.xml:848 #, no-c-format msgid "The passwd/root-password-crypted and passwd/user-password-crypted variables can also be preseeded with ! as their value. In that case, the corresponding account is disabled. This may be convenient for the root account, provided of course that an alternative method is setup to allow administrative activities or root login (for instance by using SSH key authentication or sudo)." msgstr "" #. Tag: para -#: preseed.xml:872 +#: preseed.xml:858 #, no-c-format msgid "An MD5 hash for a password can be generated using the following command." msgstr "" #. Tag: screen -#: preseed.xml:876 +#: preseed.xml:862 #, no-c-format msgid "$ echo \"r00tme\" | mkpasswd -s -H MD5" msgstr "" #. Tag: title -#: preseed.xml:882 +#: preseed.xml:868 #, no-c-format msgid "Base system installation" msgstr "" #. Tag: para -#: preseed.xml:883 +#: preseed.xml:869 #, no-c-format msgid "There is actually not very much that can be preseeded for this stage of the installation. The only questions asked concern the installation of the kernel." msgstr "" #. Tag: screen -#: preseed.xml:890 +#: preseed.xml:876 #, no-c-format msgid "" "# Select the initramfs generator used to generate the initrd for 2.6 kernels.\n" @@ -1145,139 +1103,146 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:895 +#: preseed.xml:881 #, no-c-format -msgid "Boot loader installation" +msgid "Apt setup" +msgstr "" + +#. Tag: para +#: preseed.xml:882 +#, no-c-format +msgid "Setup of the /etc/apt/sources.list 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 "" #. Tag: screen -#: preseed.xml:897 +#: preseed.xml:890 #, no-c-format msgid "" - "# Grub is the default boot loader (for x86). If you want lilo installed\n" - "# instead, uncomment this:\n" - "#d-i grub-installer/skip boolean true\n" - "\n" - "# This is fairly safe to set, it makes grub install automatically to the MBR\n" - "# if no other operating system is detected on the machine.\n" - "d-i grub-installer/only_debian boolean true\n" + "# You can choose to install non-free and contrib software.\n" + "#d-i apt-setup/non-free boolean true\n" + "#d-i apt-setup/contrib boolean true\n" + "# Uncomment this if you don't want to use a network mirror.\n" + "#d-i apt-setup/use_mirror boolean false\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\n" "\n" - "# This one makes grub-installer install to the MBR if it also finds some other\n" - "# OS, which is less safe as it might not be able to boot that other OS.\n" - "d-i grub-installer/with_other_os boolean true\n" + "# Additional repositories, local[0-9] available\n" + "#d-i apt-setup/local0/repository string \\\n" + "# http://local.server/debian stable main\n" + "#d-i apt-setup/local0/comment string local server\n" + "# Enable deb-src lines\n" + "#d-i apt-setup/local0/source boolean true\n" + "# URL to the public key of the local repository; you must provide a key or\n" + "# apt will complain about the unauthenticated repository and so the\n" + "# sources.list line will be left commented out\n" + "#d-i apt-setup/local0/key string http://local.server/key\n" "\n" - "# Alternatively, if you want to install to a location other than the mbr,\n" - "# uncomment and edit these lines:\n" - "#d-i grub-installer/only_debian boolean false\n" - "#d-i grub-installer/with_other_os boolean false\n" - "#d-i grub-installer/bootdev string (hd0,0)\n" - "# To install grub to multiple disks:\n" - "#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)" + "# By default the installer requires that repositories be authenticated\n" + "# using a known gpg key. This setting can be used to disable that\n" + "# authentication. Warning: Insecure, not recommended.\n" + "#d-i debian-installer/allow_unauthenticated string true" msgstr "" #. Tag: title -#: preseed.xml:902 +#: preseed.xml:895 #, no-c-format msgid "Package selection" msgstr "" #. Tag: para -#: preseed.xml:903 +#: preseed.xml:896 #, no-c-format msgid "You can choose to install any combination of tasks that are available. Available tasks as of this writing include:" msgstr "" #. Tag: userinput -#: preseed.xml:912 +#: preseed.xml:905 #, no-c-format msgid "standard" msgstr "" #. Tag: userinput -#: preseed.xml:915 +#: preseed.xml:908 #, no-c-format msgid "desktop" msgstr "" #. Tag: userinput -#: preseed.xml:918 +#: preseed.xml:911 #, no-c-format msgid "gnome-desktop" msgstr "" #. Tag: userinput -#: preseed.xml:921 +#: preseed.xml:914 #, no-c-format msgid "kde-desktop" msgstr "" #. Tag: userinput -#: preseed.xml:924 +#: preseed.xml:917 #, no-c-format msgid "web-server" msgstr "" #. Tag: userinput -#: preseed.xml:927 +#: preseed.xml:920 #, no-c-format msgid "print-server" msgstr "" #. Tag: userinput -#: preseed.xml:930 +#: preseed.xml:923 #, no-c-format msgid "dns-server" msgstr "" #. Tag: userinput -#: preseed.xml:933 +#: preseed.xml:926 #, no-c-format msgid "file-server" msgstr "" #. Tag: userinput -#: preseed.xml:936 +#: preseed.xml:929 #, no-c-format msgid "mail-server" msgstr "" #. Tag: userinput -#: preseed.xml:939 +#: preseed.xml:932 #, no-c-format msgid "sql-database" msgstr "" #. Tag: userinput -#: preseed.xml:942 +#: preseed.xml:935 #, no-c-format msgid "laptop" msgstr "" #. Tag: para -#: preseed.xml:946 +#: preseed.xml:939 #, no-c-format msgid "You can also choose to install no tasks, and force the installation of a set of packages in some other way. We recommend always including the standard task." msgstr "" #. Tag: para -#: preseed.xml:952 +#: preseed.xml:945 #, no-c-format msgid "If you want to install some individual packages in addition to packages installed by tasks, you can use the parameter pkgsel/include. The value of this parameter can be a list of packages separated by either commas or spaces, which allows it to be used easily on the kernel command line as well." msgstr "" #. Tag: screen -#: preseed.xml:962 +#: preseed.xml:955 #, no-c-format msgid "" - "#tasksel tasksel/first multiselect standard, web-server\n" - "\n" + "#tasksel tasksel/first multiselect standard, web-server\n" "# If the desktop task is selected, install the kde and xfce desktops\n" "# instead of the default gnome desktop.\n" - "#tasksel tasksel/desktop multiselect kde-desktop, xfce-desktop\n" - "\n" - "\n" - "#tasksel tasksel/first multiselect standard, kde-desktop\n" - "\n" + "#tasksel tasksel/desktop multiselect kde-desktop, xfce-desktop\n" + "#tasksel tasksel/first multiselect standard, kde-desktop\n" "\n" "# Individual additional packages to install\n" "#d-i pkgsel/include string openssh-server build-essential\n" @@ -1289,6 +1254,40 @@ msgid "" "#popularity-contest popularity-contest/participate boolean false" msgstr "" +#. Tag: title +#: preseed.xml:960 +#, no-c-format +msgid "Boot loader installation" +msgstr "" + +#. Tag: screen +#: preseed.xml:962 +#, no-c-format +msgid "" + "# Grub is the default boot loader (for x86). If you want lilo installed\n" + "# instead, uncomment this:\n" + "#d-i grub-installer/skip boolean true\n" + "# To also skip installing lilo, and install no bootloader, uncomment this\n" + "# too:\n" + "#d-i lilo-installer/skip boolean true\n" + "\n" + "# This is fairly safe to set, it makes grub install automatically to the MBR\n" + "# if no other operating system is detected on the machine.\n" + "d-i grub-installer/only_debian boolean true\n" + "\n" + "# This one makes grub-installer install to the MBR if it also finds some other\n" + "# OS, which is less safe as it might not be able to boot that other OS.\n" + "d-i grub-installer/with_other_os boolean true\n" + "\n" + "# Alternatively, if you want to install to a location other than the mbr,\n" + "# uncomment and edit these lines:\n" + "#d-i grub-installer/only_debian boolean false\n" + "#d-i grub-installer/with_other_os boolean false\n" + "#d-i grub-installer/bootdev string (hd0,0)\n" + "# To install grub to multiple disks:\n" + "#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)" +msgstr "" + #. Tag: title #: preseed.xml:967 #, no-c-format -- cgit v1.2.3