From 7cf2c33cc7a1f3d65cec6f3ee5c8974f07c09f7c Mon Sep 17 00:00:00 2001 From: Felipe Augusto van de Wiel Date: Wed, 22 Oct 2008 00:12:36 +0000 Subject: [SILENT_COMMIT] Update of POT and PO files for the manual --- po/pot/preseed.pot | 192 ++++++++++++++++++++++++++--------------------------- 1 file changed, 96 insertions(+), 96 deletions(-) (limited to 'po/pot') diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot index ef0b6b72b..2ea2d807b 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: 2008-10-06 00:09+0000\n" +"POT-Creation-Date: 2008-10-22 00:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -27,7 +27,7 @@ msgid "This appendix explains how to preseed answers to questions in &d-i; to au msgstr "" #. Tag: para -#: preseed.xml:23 preseed.xml:662 +#: preseed.xml:23 preseed.xml:664 #, no-c-format msgid "The configuration fragments used in this appendix are also available as an example preconfiguration file from &urlset-example-preseed;." msgstr "" @@ -600,47 +600,47 @@ msgstr "" #. Tag: para #: preseed.xml:574 #, no-c-format -msgid "Put only a single space or tab between type and value: any additional whitespace will be interpreted as belonging to the value." +msgid "Put only a single space or tab between type and value: any additional whitespace will be interpreted as belonging to the value. If you specify an empty value you should still put a single space or tab after the type." msgstr "" #. Tag: para -#: preseed.xml:578 +#: preseed.xml:579 #, no-c-format -msgid "A line can be split into multiple lines by appending a backslash (\\) as the line continuation character. A good place to split a line is after the question name; a bad place is between type and value." +msgid "A line can be split into multiple lines by appending a backslash (\\) as the line continuation character. A good place to split a line is after the question name; a bad place is between type and value. Splitting a line inside the value is normally not supported, with the exception of partitioning recipes." msgstr "" #. Tag: para -#: preseed.xml:584 +#: preseed.xml:586 #, no-c-format msgid "For debconf variables (templates) used in the installer itself, the owner should be set to d-i; to preseed variables used in the installed system, the name of the package that contains the corresponding debconf template should be used. Only variables that have their owner set to something other than d-i will be propagated to the debconf database for the installed system." msgstr "" #. Tag: para -#: preseed.xml:592 +#: preseed.xml:594 #, no-c-format msgid "Most questions need to be preseeded using the values valid in English and not the translated values. However, there are some questions (for example in partman) where the translated values need to be used." msgstr "" #. Tag: para -#: preseed.xml:598 +#: preseed.xml:600 #, no-c-format msgid "Some questions take a code as value instead of the English text that is shown during installation." msgstr "" #. Tag: para -#: preseed.xml:604 +#: preseed.xml:606 #, no-c-format msgid "The easiest way to create a preconfiguration file is to use the example file linked in as basis and work from there." msgstr "" #. Tag: para -#: preseed.xml:609 +#: preseed.xml:611 #, no-c-format msgid "An alternative method is to do a manual installation and then, after rebooting, use the debconf-get-selections from the debconf-utils package to dump both the debconf database and the installer's cdebconf database to a single file:" msgstr "" #. Tag: screen -#: preseed.xml:616 +#: preseed.xml:618 #, no-c-format msgid "" "$ debconf-get-selections --installer > file\n" @@ -648,67 +648,67 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:618 +#: preseed.xml:620 #, no-c-format msgid "However, a file generated in this manner will have some items that should not be preseeded, and the example file is a better starting place for most users." msgstr "" #. Tag: para -#: preseed.xml:626 +#: preseed.xml:628 #, no-c-format msgid "This method relies on the fact that, at the end of the installation, the installer's cdebconf database is saved to the installed system in /var/log/installer/cdebconf. However, because the database may contain sensitive information, by default the files are only readable by root." msgstr "" #. Tag: para -#: preseed.xml:634 +#: preseed.xml:636 #, no-c-format msgid "The directory /var/log/installer and all files in it will be deleted from your system if you purge the package installation-report." msgstr "" #. Tag: para -#: preseed.xml:642 +#: preseed.xml:644 #, no-c-format msgid "To check possible values for questions, you can use nano to examine the files in /var/lib/cdebconf while an installation is in progress. View templates.dat for the raw templates and questions.dat for the current values and for the values assigned to variables." msgstr "" #. Tag: para -#: preseed.xml:650 +#: preseed.xml:652 #, no-c-format msgid "To check if the format of your preconfiguration file is valid before performing an install, you can use the command debconf-set-selections -c preseed.cfg." msgstr "" #. Tag: title -#: preseed.xml:661 +#: preseed.xml:663 #, no-c-format msgid "Contents of the preconfiguration file (for &releasename;)" msgstr "" #. Tag: para -#: preseed.xml:667 +#: preseed.xml:669 #, no-c-format msgid "Note that this example is based on an installation for the Intel x86 architecture. If you are installing a different architecture, some of the examples (like keyboard selection and bootloader installation) may not be relevant and will need to be replaced by debconf settings appropriate for your architecture." msgstr "" #. Tag: title -#: preseed.xml:678 +#: preseed.xml:680 #, no-c-format msgid "Localization" msgstr "" #. Tag: para -#: preseed.xml:679 +#: preseed.xml:681 #, no-c-format msgid "Setting localization values will only work if you are using initrd preseeding. With all other methods the preconfiguration file will only be loaded after these questions have been asked." msgstr "" #. Tag: para -#: preseed.xml:685 +#: preseed.xml:687 #, no-c-format msgid "The locale can be used to specify both language and country. To specify the locale as a boot parameter, use locale=en_US." msgstr "" #. Tag: screen -#: preseed.xml:691 +#: preseed.xml:693 #, no-c-format msgid "" "# Locale sets language and country.\n" @@ -716,13 +716,13 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:693 +#: preseed.xml:695 #, no-c-format msgid "Keyboard configuration consists of selecting a keyboard architecture and a keymap. In most cases the correct keyboard architecture is selected by default, so there's normally no need to preseed it. The keymap must be known to the &d-i; for the selected keyboard architecture." msgstr "" #. Tag: screen -#: preseed.xml:700 +#: preseed.xml:702 #, no-c-format msgid "" "# Keyboard selection.\n" @@ -733,55 +733,55 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:702 +#: preseed.xml:704 #, no-c-format msgid "To skip keyboard configuration, preseed console-tools/archs with skip-config. This will result in the kernel keymap remaining active." msgstr "" #. Tag: para -#: preseed.xml:711 +#: preseed.xml:713 #, no-c-format msgid "The changes in the input layer for 2.6 kernels have made the keyboard architecture virtually obsolete. For 2.6 kernels normally a PC (at) keymap should be selected." msgstr "" #. Tag: title -#: preseed.xml:721 +#: preseed.xml:723 #, no-c-format msgid "Network configuration" msgstr "" #. Tag: para -#: preseed.xml:722 +#: preseed.xml:724 #, no-c-format msgid "Of course, preseeding the network configuration won't work if you're loading your preconfiguration file from the network. But it's great when you're booting from CD or USB stick. If you are loading preconfiguration files from the network, you can pass network config parameters by using kernel boot parameters." msgstr "" #. Tag: para -#: preseed.xml:730 +#: preseed.xml:732 #, no-c-format msgid "If you need to pick a particular interface when netbooting before loading a preconfiguration file from the network, use a boot parameter such as interface=eth1." msgstr "" #. Tag: para -#: preseed.xml:736 +#: preseed.xml:738 #, no-c-format msgid "Although preseeding the network configuration is normally not possible when using network preseeding (using preseed/url), you can use the following hack to work around that, for example if you'd like to set a static address for the network interface. The hack is to force the network configuration to run again after the preconfiguration file has been loaded by creating a preseed/run script containing the following commands:" msgstr "" #. Tag: screen -#: preseed.xml:746 +#: preseed.xml:748 #, no-c-format msgid "killall.sh; netcfg" msgstr "" #. Tag: para -#: preseed.xml:748 +#: preseed.xml:750 #, no-c-format msgid "The following debconf variables are relevant for network configuration." msgstr "" #. Tag: screen -#: preseed.xml:754 +#: preseed.xml:756 #, no-c-format msgid "" "# netcfg will choose an interface that has link if possible. This makes it\n" @@ -830,37 +830,37 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:756 +#: preseed.xml:758 #, no-c-format msgid "Please note that netcfg will automatically determine the netmask if netcfg/get_netmask is not preseeded. In this case, the variable has to be marked as seen for automatic installations. Similarly, netcfg will choose an appropriate address if netcfg/get_gateway is not set. As a special case, you can set netcfg/get_gateway to none to specify that no gateway should be used." msgstr "" #. Tag: title -#: preseed.xml:772 +#: preseed.xml:774 #, no-c-format msgid "Mirror settings" msgstr "" #. Tag: para -#: preseed.xml:773 +#: preseed.xml:775 #, no-c-format msgid "Depending on the installation method you use, a mirror may be used to download additional components of the installer, to install the base system, and to set up the /etc/apt/sources.list for the installed system." msgstr "" #. Tag: para -#: preseed.xml:780 +#: preseed.xml:782 #, no-c-format msgid "The parameter mirror/suite determines the suite for the installed system." msgstr "" #. Tag: para -#: preseed.xml:785 +#: preseed.xml:787 #, no-c-format msgid "The parameter mirror/udeb/suite determines the suite for additional components for the installer. It is only useful to set this if components are actually downloaded over the network and should match the suite that was used to build the initrd for the installation method used for the installation. By default the value for mirror/udeb/suite is the same as mirror/suite." msgstr "" #. Tag: screen -#: preseed.xml:797 +#: preseed.xml:799 #, no-c-format msgid "" "# If you select ftp, the mirror/country string does not need to be set.\n" @@ -877,13 +877,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:802 +#: preseed.xml:804 #, no-c-format msgid "Clock and time zone setup" msgstr "" #. Tag: screen -#: preseed.xml:804 +#: preseed.xml:806 #, no-c-format msgid "" "# Controls whether or not the hardware clock is set to UTC.\n" @@ -900,25 +900,25 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:809 +#: preseed.xml:811 #, no-c-format msgid "Partitioning" msgstr "" #. Tag: para -#: preseed.xml:810 +#: preseed.xml:812 #, no-c-format msgid "Using preseeding to partition the harddisk is very much limited to what is supported by partman-auto. You can choose to partition either existing free space on a disk or a whole disk. The layout of the disk can be determined by using a predefined recipe, a custom recipe from a recipe file or a recipe included in the preconfiguration file. It is currently not possible to partition multiple disks using preseeding." msgstr "" #. Tag: para -#: preseed.xml:821 +#: preseed.xml:823 #, no-c-format msgid "The identification of disks is dependent on the order in which their drivers are loaded. If there are multiple disks in the system, make very sure the correct one will be selected before using preseeding." msgstr "" #. Tag: screen -#: preseed.xml:829 +#: preseed.xml:831 #, no-c-format msgid "" "# If the system has free space you can choose to only partition that space.\n" @@ -982,25 +982,25 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:834 +#: preseed.xml:836 #, no-c-format msgid "Partitioning using RAID" msgstr "" #. Tag: para -#: preseed.xml:835 +#: preseed.xml:837 #, no-c-format msgid "You can also use preseeding to set up partitions on software RAID arrays. Supported are RAID levels 0, 1, 5, 6 and 10, creating degraded arrays and specifying spare devices. If you are using RAID 1, you can preseed grub to install to all devices used in the array; see ." msgstr "" #. Tag: para -#: preseed.xml:845 +#: preseed.xml:847 #, no-c-format msgid "This type of automated partitioning is easy to get wrong. It is also functionality that receives relatively little testing from the developers of &d-i;. The responsibility to get the various recipes right (so they make sense and don't conflict) lies with the user. Check /var/log/syslog if you run into problems." msgstr "" #. Tag: screen -#: preseed.xml:855 +#: preseed.xml:857 #, no-c-format msgid "" "# NOTE: this option is of beta release quality and should be used carefully\n" @@ -1050,19 +1050,19 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:860 +#: preseed.xml:862 #, no-c-format msgid "Base system installation" msgstr "" #. Tag: para -#: preseed.xml:861 +#: preseed.xml:863 #, 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:868 +#: preseed.xml:870 #, no-c-format msgid "" "# Select the initramfs generator used to generate the initrd for 2.6 kernels.\n" @@ -1074,25 +1074,25 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:873 +#: preseed.xml:875 #, no-c-format msgid "Account setup" msgstr "" #. Tag: para -#: preseed.xml:874 +#: preseed.xml:876 #, 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:881 +#: preseed.xml:883 #, 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:891 +#: preseed.xml:893 #, no-c-format msgid "" "# Skip creation of a root account (normal user account will be able to\n" @@ -1124,37 +1124,37 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:893 +#: preseed.xml:895 #, 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 set up to allow administrative activities or root login (for instance by using SSH key authentication or sudo)." msgstr "" #. Tag: para -#: preseed.xml:903 +#: preseed.xml:905 #, no-c-format msgid "The following command can be used to generate an MD5 hash for a password:" msgstr "" #. Tag: screen -#: preseed.xml:907 +#: preseed.xml:909 #, no-c-format msgid "$ echo \"r00tme\" | mkpasswd -s -m md5" msgstr "" #. Tag: title -#: preseed.xml:913 +#: preseed.xml:915 #, no-c-format msgid "Apt setup" msgstr "" #. Tag: para -#: preseed.xml:914 +#: preseed.xml:916 #, 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:922 +#: preseed.xml:924 #, no-c-format msgid "" "# You can choose to install non-free and contrib software.\n" @@ -1186,97 +1186,97 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:927 +#: preseed.xml:929 #, no-c-format msgid "Package selection" msgstr "" #. Tag: para -#: preseed.xml:928 +#: preseed.xml:930 #, 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:937 +#: preseed.xml:939 #, no-c-format msgid "standard" msgstr "" #. Tag: userinput -#: preseed.xml:940 +#: preseed.xml:942 #, no-c-format msgid "desktop" msgstr "" #. Tag: userinput -#: preseed.xml:943 +#: preseed.xml:945 #, no-c-format msgid "gnome-desktop" msgstr "" #. Tag: userinput -#: preseed.xml:946 +#: preseed.xml:948 #, no-c-format msgid "kde-desktop" msgstr "" #. Tag: userinput -#: preseed.xml:949 +#: preseed.xml:951 #, no-c-format msgid "web-server" msgstr "" #. Tag: userinput -#: preseed.xml:952 +#: preseed.xml:954 #, no-c-format msgid "print-server" msgstr "" #. Tag: userinput -#: preseed.xml:955 +#: preseed.xml:957 #, no-c-format msgid "dns-server" msgstr "" #. Tag: userinput -#: preseed.xml:958 +#: preseed.xml:960 #, no-c-format msgid "file-server" msgstr "" #. Tag: userinput -#: preseed.xml:961 +#: preseed.xml:963 #, no-c-format msgid "mail-server" msgstr "" #. Tag: userinput -#: preseed.xml:964 +#: preseed.xml:966 #, no-c-format msgid "sql-database" msgstr "" #. Tag: userinput -#: preseed.xml:967 +#: preseed.xml:969 #, no-c-format msgid "laptop" msgstr "" #. Tag: para -#: preseed.xml:971 +#: preseed.xml:973 #, 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:977 +#: preseed.xml:979 #, 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:987 +#: preseed.xml:989 #, no-c-format msgid "" "#tasksel tasksel/first multiselect standard, web-server\n" @@ -1298,13 +1298,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:992 +#: preseed.xml:994 #, no-c-format msgid "Boot loader installation" msgstr "" #. Tag: screen -#: preseed.xml:994 +#: preseed.xml:996 #, no-c-format msgid "" "# Grub is the default boot loader (for x86). If you want lilo installed\n" @@ -1338,19 +1338,19 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:996 +#: preseed.xml:998 #, no-c-format msgid "An MD5 hash for a password for grub can be generated using grub-md5-crypt, or using the command from the example in ." msgstr "" #. Tag: title -#: preseed.xml:1006 +#: preseed.xml:1008 #, no-c-format msgid "Finishing up the installation" msgstr "" #. Tag: screen -#: preseed.xml:1008 +#: preseed.xml:1010 #, no-c-format msgid "" "# During installations from serial console, the regular virtual consoles\n" @@ -1373,13 +1373,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:1013 +#: preseed.xml:1015 #, no-c-format msgid "Preseeding other packages" msgstr "" #. Tag: screen -#: preseed.xml:1015 +#: preseed.xml:1017 #, no-c-format msgid "" "# Depending on what software you choose to install, or if things go wrong\n" @@ -1392,25 +1392,25 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:1022 +#: preseed.xml:1024 #, no-c-format msgid "Advanced options" msgstr "" #. Tag: title -#: preseed.xml:1025 +#: preseed.xml:1027 #, no-c-format msgid "Running custom commands during the installation" msgstr "" #. Tag: para -#: preseed.xml:1026 +#: preseed.xml:1028 #, no-c-format msgid "A very powerful and flexible option offered by the preconfiguration tools is the ability to run commands or scripts at certain points in the installation." msgstr "" #. Tag: screen -#: preseed.xml:1034 +#: preseed.xml:1036 #, no-c-format msgid "" "# d-i preseeding is inherently not secure. Nothing in the installer checks\n" @@ -1432,13 +1432,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:1039 +#: preseed.xml:1041 #, no-c-format msgid "Using preseeding to change default values" msgstr "" #. Tag: para -#: preseed.xml:1040 +#: preseed.xml:1042 #, no-c-format msgid "" "It is possible to use preseeding to change the default answer for a question, but still have the question asked. To do this the seen flag must be reset to false after setting the value for a question. \n" @@ -1448,25 +1448,25 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:1054 +#: preseed.xml:1056 #, no-c-format msgid "If you are preseeding using boot parameters, you can make the installer ask the corresponding question by using the ?= operator, i.e. foo/bar?=value. This will of course only have effect for parameters that correspond to questions that are actually displayed during an installation and not for internal parameters." msgstr "" #. Tag: title -#: preseed.xml:1069 +#: preseed.xml:1071 #, no-c-format msgid "Chainloading preconfiguration files" msgstr "" #. Tag: para -#: preseed.xml:1070 +#: preseed.xml:1072 #, no-c-format msgid "It is possible to include other preconfiguration files from a preconfiguration file. Any settings in those files will override pre-existing settings from files loaded earlier. This makes it possible to put, for example, general networking settings for your location in one file and more specific settings for certain configurations in other files." msgstr "" #. Tag: screen -#: preseed.xml:1080 +#: preseed.xml:1082 #, no-c-format msgid "" "# More than one file can be listed, separated by spaces; all will be\n" @@ -1494,7 +1494,7 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:1082 +#: preseed.xml:1084 #, no-c-format msgid "It is also possible to chainload from the initrd or file preseeding phase, into network preseeding by setting preseed/url in the earlier files. This will cause network preseeding to be performed when the network comes up. You need to be careful when doing this, since there will be two distinct runs at preseeding, meaning for example that you get another chance to run the preseed/early command, the second one happening after the network comes up." msgstr "" -- cgit v1.2.3