summaryrefslogtreecommitdiff
path: root/po/cs/preseed.po
diff options
context:
space:
mode:
authorHolger Wansing <hwansing@mailbox.org>2020-07-03 23:00:45 +0200
committerHolger Wansing <hwansing@mailbox.org>2020-07-03 23:00:45 +0200
commit2fa6f8cad03db5c536ac4da111272c34f225d66e (patch)
treef84edc5a9a46652ed4bde6581f15a8160ea953f7 /po/cs/preseed.po
parent653e1bc502f93d75e1358955c959e75613726cbd (diff)
downloadinstallation-guide-2fa6f8cad03db5c536ac4da111272c34f225d66e.zip
Refresh po|pot files after changings in en
Diffstat (limited to 'po/cs/preseed.po')
-rw-r--r--po/cs/preseed.po245
1 files changed, 123 insertions, 122 deletions
diff --git a/po/cs/preseed.po b/po/cs/preseed.po
index 7603cadaf..4f4445d7a 100644
--- a/po/cs/preseed.po
+++ b/po/cs/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2020-06-19 20:24+0000\n"
+"POT-Creation-Date: 2020-07-03 20:59+0000\n"
"PO-Revision-Date: 2018-05-21 10:18+0200\n"
"Last-Translator: Miroslav Kure <kurem@upcase.inf.upol.cz>\n"
"Language-Team: \n"
@@ -31,7 +31,7 @@ msgstr ""
"&d-i;u za účelem zautomatizování instalačního procesu."
#. Tag: para
-#: preseed.xml:23 preseed.xml:719
+#: preseed.xml:23 preseed.xml:720
#, no-c-format
msgid ""
"The configuration fragments used in this appendix are also available as an "
@@ -1162,11 +1162,12 @@ msgstr ""
#, no-c-format
msgid ""
"Here are some examples of how the boot prompt might look like (you will need "
-"to adapt this to your needs; also see <xref linkend=\"boot-screen\"/>)."
+"to adapt this to your needs<phrase arch=\"x86\">; also see <xref linkend="
+"\"boot-screen\"/></phrase>)."
msgstr ""
#. Tag: screen
-#: preseed.xml:557
+#: preseed.xml:558
#, no-c-format
msgid ""
"# To set French as language and France as country:\n"
@@ -1185,13 +1186,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: preseed.xml:563
+#: preseed.xml:564
#, no-c-format
msgid "Using a DHCP server to specify preconfiguration files"
msgstr "Použití DHCP serveru pro určení souboru s přednastavením"
#. Tag: para
-#: preseed.xml:564
+#: preseed.xml:565
#, no-c-format
msgid ""
"It's also possible to use DHCP to specify a preconfiguration file to "
@@ -1211,7 +1212,7 @@ msgstr ""
"dhcp-server)."
#. Tag: screen
-#: preseed.xml:575
+#: preseed.xml:576
#, no-c-format
msgid ""
"if substring (option vendor-class-identifier, 0, 3) = \"d-i\" {\n"
@@ -1223,7 +1224,7 @@ msgstr ""
"}"
#. Tag: para
-#: preseed.xml:577
+#: preseed.xml:578
#, no-c-format
msgid ""
"Note that the above example limits this filename to DHCP clients that "
@@ -1239,7 +1240,7 @@ msgstr ""
"ostatní instalace na síti."
#. Tag: para
-#: preseed.xml:584
+#: preseed.xml:585
#, no-c-format
msgid ""
"A good way to use the DHCP preseeding is to only preseed values specific to "
@@ -1255,13 +1256,13 @@ msgstr ""
"provádět pouze s nejvyšší opatrností."
#. Tag: title
-#: preseed.xml:598
+#: preseed.xml:599
#, no-c-format
msgid "Creating a preconfiguration file"
msgstr "Vytvoření souboru s přednastavením"
#. Tag: para
-#: preseed.xml:599
+#: preseed.xml:600
#, no-c-format
msgid ""
"The preconfiguration file is in the format used by the <command>debconf-set-"
@@ -1272,20 +1273,20 @@ msgstr ""
"<command>debconf-set-selections</command>. Běžný řádek pak má tvar"
#. Tag: screen
-#: preseed.xml:605
+#: preseed.xml:606
#, no-c-format
msgid "&lt;owner&gt; &lt;question name&gt; &lt;question type&gt; &lt;value&gt;"
msgstr ""
"&lt;vlastník&gt; &lt;jméno otázky&gt; &lt;typ otázky&gt; &lt;hodnota&gt;"
#. Tag: para
-#: preseed.xml:607
+#: preseed.xml:608
#, no-c-format
msgid "The file should start with <literal>#_preseed_V1</literal>"
msgstr "Soubor by měl začínat komentářem <literal>#_preseed_V1</literal>"
#. Tag: para
-#: preseed.xml:619
+#: preseed.xml:620
#, no-c-format
msgid ""
"There are a few rules to keep in mind when writing a preconfiguration file."
@@ -1294,7 +1295,7 @@ msgstr ""
"pravidel."
#. Tag: para
-#: preseed.xml:626
+#: preseed.xml:627
#, no-c-format
msgid ""
"Put only a single space or tab between type and value: any additional "
@@ -1304,7 +1305,7 @@ msgstr ""
"případné další bílé znaky budou považovány za součást hodnoty."
#. Tag: para
-#: preseed.xml:630
+#: preseed.xml:631
#, no-c-format
msgid ""
"A line can be split into multiple lines by appending a backslash "
@@ -1320,7 +1321,7 @@ msgstr ""
"začátku/konce řádku spojeno do jediné mezery."
#. Tag: para
-#: preseed.xml:637
+#: preseed.xml:638
#, no-c-format
msgid ""
"For debconf variables (templates) used only in the installer itself, the "
@@ -1338,7 +1339,7 @@ msgstr ""
"mají jako vlastníka nastaveno něco jiného než <quote>d-i</quote>."
#. Tag: para
-#: preseed.xml:645
+#: preseed.xml:646
#, no-c-format
msgid ""
"Most questions need to be preseeded using the values valid in English and "
@@ -1350,7 +1351,7 @@ msgstr ""
"hodnoty."
#. Tag: para
-#: preseed.xml:651
+#: preseed.xml:652
#, no-c-format
msgid ""
"Some questions take a code as value instead of the English text that is "
@@ -1360,13 +1361,13 @@ msgstr ""
"zobrazuje během instalace)."
#. Tag: para
-#: preseed.xml:655
+#: preseed.xml:656
#, no-c-format
msgid "Start with <literal>#_preseed_V1</literal>"
msgstr "Na začátku souboru uveďte <literal>#_preseed_V1</literal>"
#. Tag: para
-#: preseed.xml:661
+#: preseed.xml:662
#, no-c-format
msgid ""
"The easiest way to create a preconfiguration file is to use the example file "
@@ -1377,7 +1378,7 @@ msgstr ""
"dle potřeb."
#. Tag: para
-#: preseed.xml:666
+#: preseed.xml:667
#, no-c-format
msgid ""
"An alternative method is to do a manual installation and then, after "
@@ -1391,7 +1392,7 @@ msgstr ""
"do jediného souboru:"
#. Tag: screen
-#: preseed.xml:673
+#: preseed.xml:674
#, no-c-format
msgid ""
"$ echo \"#_preseed_V1\" &gt; <replaceable>file</replaceable>\n"
@@ -1405,7 +1406,7 @@ msgstr ""
"$ debconf-get-selections &gt;&gt; <replaceable>soubor</replaceable>"
#. Tag: para
-#: preseed.xml:675
+#: preseed.xml:676
#, no-c-format
msgid ""
"However, a file generated in this manner will have some items that should "
@@ -1417,7 +1418,7 @@ msgstr ""
"vhodnější použití ukázkového souboru."
#. Tag: para
-#: preseed.xml:683
+#: preseed.xml:684
#, no-c-format
msgid ""
"This method relies on the fact that, at the end of the installation, the "
@@ -1432,7 +1433,7 @@ msgstr ""
"jsou tyto soubory čitelné pouze pro uživatele root."
#. Tag: para
-#: preseed.xml:691
+#: preseed.xml:692
#, no-c-format
msgid ""
"The directory <filename>/var/log/installer</filename> and all files in it "
@@ -1443,7 +1444,7 @@ msgstr ""
"bude smazán také adresář <filename>/var/log/installer</filename>."
#. Tag: para
-#: preseed.xml:699
+#: preseed.xml:700
#, no-c-format
msgid ""
"To check possible values for questions, you can use <command>nano</command> "
@@ -1459,7 +1460,7 @@ msgstr ""
"<filename>questions.dat</filename>."
#. Tag: para
-#: preseed.xml:707
+#: preseed.xml:708
#, no-c-format
msgid ""
"To check if the format of your preconfiguration file is valid before "
@@ -1471,13 +1472,13 @@ msgstr ""
"cfg</replaceable></command>."
#. Tag: title
-#: preseed.xml:718
+#: preseed.xml:719
#, no-c-format
msgid "Contents of the preconfiguration file (for &releasename;)"
msgstr "Obsah souboru s přednastavením (pro &releasename;)"
#. Tag: para
-#: preseed.xml:724
+#: preseed.xml:725
#, no-c-format
msgid ""
"Note that this example is based on an installation for the Intel x86 "
@@ -1492,7 +1493,7 @@ msgstr ""
"adekvátními hodnotami."
#. Tag: para
-#: preseed.xml:732
+#: preseed.xml:733
#, no-c-format
msgid ""
"Details on how the different Debian Installer components actually work can "
@@ -1502,13 +1503,13 @@ msgstr ""
"naleznete v kapitole <xref linkend=\"module-details\"/>."
#. Tag: title
-#: preseed.xml:740
+#: preseed.xml:741
#, no-c-format
msgid "Localization"
msgstr "Lokalizace"
#. Tag: para
-#: preseed.xml:741
+#: preseed.xml:742
#, no-c-format
msgid ""
"During a normal install the questions about localization are asked first, so "
@@ -1526,7 +1527,7 @@ msgstr ""
"přednastavit všemi známými způsoby."
#. Tag: para
-#: preseed.xml:750
+#: preseed.xml:751
#, no-c-format
msgid ""
"The locale can be used to specify both language and country and can be any "
@@ -1541,7 +1542,7 @@ msgstr ""
"<userinput>locale=<replaceable>cs_CZ</replaceable></userinput>."
#. Tag: para
-#: preseed.xml:759
+#: preseed.xml:760
#, fuzzy, no-c-format
msgid ""
"Although this method is very easy to use, it does not allow preseeding of "
@@ -1563,7 +1564,7 @@ msgstr ""
"proměnné."
#. Tag: screen
-#: preseed.xml:774
+#: preseed.xml:775
#, no-c-format
msgid ""
"# Preseeding only locale sets language, country and locale.\n"
@@ -1587,7 +1588,7 @@ msgstr ""
"#d-i localechooser/supported-locales multiselect cs_CZ.UTF-8, en_US.UTF-8\n"
#. Tag: para
-#: preseed.xml:776
+#: preseed.xml:777
#, no-c-format
msgid ""
"Keyboard configuration consists of selecting a keymap and (for non-latin "
@@ -1602,7 +1603,7 @@ msgstr ""
"systému příkazem <command>dpkg-reconfigure keyboard-configuration</command>."
#. Tag: screen
-#: preseed.xml:784
+#: preseed.xml:785
#, no-c-format
msgid ""
"# Keyboard selection.\n"
@@ -1614,7 +1615,7 @@ msgstr ""
"# d-i keyboard-configuration/toggle select No toggling"
#. Tag: para
-#: preseed.xml:786
+#: preseed.xml:787
#, no-c-format
msgid ""
"To skip keyboard configuration, preseed <classname>keymap</classname> with "
@@ -1626,13 +1627,13 @@ msgstr ""
"výchozí klávesová mapa jádra."
#. Tag: title
-#: preseed.xml:798
+#: preseed.xml:799
#, no-c-format
msgid "Network configuration"
msgstr "Nastavení sítě"
#. Tag: para
-#: preseed.xml:799
+#: preseed.xml:800
#, fuzzy, no-c-format
#| msgid ""
#| "Of course, preseeding the network configuration won't work if you're "
@@ -1652,7 +1653,7 @@ msgstr ""
"jádra. Zavádíte-li z CD nebo USB, bude nastavení fungovat bez problémů."
#. Tag: para
-#: preseed.xml:807
+#: preseed.xml:808
#, no-c-format
msgid ""
"If you need to pick a particular interface when netbooting before loading a "
@@ -1664,7 +1665,7 @@ msgstr ""
"<userinput>interface=<replaceable>eth1</replaceable></userinput>."
#. Tag: para
-#: preseed.xml:813
+#: preseed.xml:814
#, no-c-format
msgid ""
"Although preseeding the network configuration is normally not possible when "
@@ -1683,19 +1684,19 @@ msgstr ""
"quote> obsahující následující příkazy:"
#. Tag: screen
-#: preseed.xml:823
+#: preseed.xml:824
#, no-c-format
msgid "kill-all-dhcp; netcfg"
msgstr "kill-all-dhcp; netcfg"
#. Tag: para
-#: preseed.xml:825
+#: preseed.xml:826
#, no-c-format
msgid "The following debconf variables are relevant for network configuration."
msgstr "Pro nastavení sítě lze využít následující proměnné:"
#. Tag: screen
-#: preseed.xml:831
+#: preseed.xml:832
#, no-c-format
msgid ""
"# Disable network configuration entirely. This is useful for cdrom\n"
@@ -1834,7 +1835,7 @@ msgstr ""
"#d-i hw-detect/load_firmware boolean true"
#. Tag: para
-#: preseed.xml:833
+#: preseed.xml:834
#, no-c-format
msgid ""
"Please note that <command>netcfg</command> will automatically determine the "
@@ -1856,13 +1857,13 @@ msgstr ""
"quote>, což znamená, že se brána nemá použít vůbec."
#. Tag: title
-#: preseed.xml:849
+#: preseed.xml:850
#, no-c-format
msgid "Network console"
msgstr "Síťová konzole"
#. Tag: screen
-#: preseed.xml:851
+#: preseed.xml:852
#, no-c-format
msgid ""
"# Use the following settings if you wish to make use of the network-console\n"
@@ -1883,13 +1884,13 @@ msgstr ""
"#d-i network-console/password-again password r00tme"
#. Tag: title
-#: preseed.xml:856
+#: preseed.xml:857
#, no-c-format
msgid "Mirror settings"
msgstr "Nastavení zrcadla"
#. Tag: para
-#: preseed.xml:857
+#: preseed.xml:858
#, no-c-format
msgid ""
"Depending on the installation method you use, a mirror may be used to "
@@ -1902,7 +1903,7 @@ msgstr ""
"nastavení souboru <filename>/etc/apt/sources.list</filename>."
#. Tag: para
-#: preseed.xml:864
+#: preseed.xml:865
#, no-c-format
msgid ""
"The parameter <classname>mirror/suite</classname> determines the suite for "
@@ -1912,7 +1913,7 @@ msgstr ""
"systému."
#. Tag: para
-#: preseed.xml:869
+#: preseed.xml:870
#, no-c-format
msgid ""
"The parameter <classname>mirror/udeb/suite</classname> determines the suite "
@@ -1930,7 +1931,7 @@ msgstr ""
"tuto proměnnou měnit."
#. Tag: screen
-#: preseed.xml:880
+#: preseed.xml:881
#, no-c-format
msgid ""
"# If you select ftp, the mirror/country string does not need to be set.\n"
@@ -1958,13 +1959,13 @@ msgstr ""
"#d-i mirror/udeb/suite string testing"
#. Tag: title
-#: preseed.xml:885
+#: preseed.xml:886
#, no-c-format
msgid "Account setup"
msgstr "Nastavení účtů"
#. Tag: para
-#: preseed.xml:886
+#: preseed.xml:887
#, no-c-format
msgid ""
"The password for the root account and name and password for a first regular "
@@ -1976,7 +1977,7 @@ msgstr ""
"nešifrované podobě, nebo jako crypt(3) <emphasis>hash</emphasis>."
#. Tag: para
-#: preseed.xml:893
+#: preseed.xml:894
#, no-c-format
msgid ""
"Be aware that preseeding passwords is not completely secure as everyone with "
@@ -1992,7 +1993,7 @@ msgstr ""
"DES a MD5 jsou považovány za slabé."
#. Tag: screen
-#: preseed.xml:903
+#: preseed.xml:904
#, no-c-format
msgid ""
"# Skip creation of a root account (normal user account will be able to\n"
@@ -2050,7 +2051,7 @@ msgstr ""
"#d-i passwd/user-default-groups string audio cdrom video"
#. Tag: para
-#: preseed.xml:905
+#: preseed.xml:906
#, no-c-format
msgid ""
"The <classname>passwd/root-password-crypted</classname> and "
@@ -2069,7 +2070,7 @@ msgstr ""
"pomocí <command>sudo</command> nebo autentizace přes SSH klíče)."
#. Tag: para
-#: preseed.xml:915
+#: preseed.xml:916
#, no-c-format
msgid ""
"The following command (available from the <classname>whois</classname> "
@@ -2080,19 +2081,19 @@ msgstr ""
"<classname>whois</classname>):"
#. Tag: screen
-#: preseed.xml:920
+#: preseed.xml:921
#, no-c-format
msgid "mkpasswd -m sha-512"
msgstr "mkpasswd -m sha-512"
#. Tag: title
-#: preseed.xml:926
+#: preseed.xml:927
#, no-c-format
msgid "Clock and time zone setup"
msgstr "Nastavení hodin a časového pásma"
#. Tag: screen
-#: preseed.xml:928
+#: preseed.xml:929
#, no-c-format
msgid ""
"# Controls whether or not the hardware clock is set to UTC.\n"
@@ -2121,13 +2122,13 @@ msgstr ""
"#d-i clock-setup/ntp-server string tak.cesnet.cz"
#. Tag: title
-#: preseed.xml:933
+#: preseed.xml:934
#, no-c-format
msgid "Partitioning"
msgstr "Rozdělení disku"
#. Tag: para
-#: preseed.xml:934
+#: preseed.xml:935
#, no-c-format
msgid ""
"Using preseeding to partition the harddisk is limited to what is supported "
@@ -2143,7 +2144,7 @@ msgstr ""
"přednastavením."
#. Tag: para
-#: preseed.xml:942
+#: preseed.xml:943
#, no-c-format
msgid ""
"Preseeding of advanced partition setups using RAID, LVM and encryption is "
@@ -2154,7 +2155,7 @@ msgstr ""
"podporováno, ale ne s takovými možnostmi, jako při ručním dělení."
#. Tag: para
-#: preseed.xml:948
+#: preseed.xml:949
#, no-c-format
msgid ""
"The examples below only provide basic information on the use of recipes. For "
@@ -2174,7 +2175,7 @@ msgstr ""
"vydáními lišit."
#. Tag: para
-#: preseed.xml:962
+#: preseed.xml:963
#, no-c-format
msgid ""
"The identification of disks is dependent on the order in which their drivers "
@@ -2186,13 +2187,13 @@ msgstr ""
"ten správný."
#. Tag: title
-#: preseed.xml:971
+#: preseed.xml:972
#, no-c-format
msgid "Partitioning example"
msgstr "Příklad dělení disku"
#. Tag: screen
-#: preseed.xml:973
+#: preseed.xml:974
#, fuzzy, no-c-format
#| msgid ""
#| "# If the system has free space you can choose to only partition that "
@@ -2459,13 +2460,13 @@ msgstr ""
"#d-i partman-auto-crypto/erase_disks boolean false"
#. Tag: title
-#: preseed.xml:977
+#: preseed.xml:978
#, no-c-format
msgid "Partitioning using RAID"
msgstr "Rozdělení při použití RAIDu"
#. Tag: para
-#: preseed.xml:978
+#: preseed.xml:979
#, no-c-format
msgid ""
"You can also use preseeding to set up partitions on software RAID arrays. "
@@ -2477,7 +2478,7 @@ msgstr ""
"polí a určení rezervních zařízení."
#. Tag: para
-#: preseed.xml:984
+#: preseed.xml:985
#, no-c-format
msgid ""
"If you are using RAID 1, you can preseed grub to install to all devices used "
@@ -2487,7 +2488,7 @@ msgstr ""
"> přednastavit grub, aby se nainstaloval do všech zařízení v poli použitých."
#. Tag: para
-#: preseed.xml:991
+#: preseed.xml:992
#, no-c-format
msgid ""
"This type of automated partitioning is easy to get wrong. It is also "
@@ -2503,7 +2504,7 @@ msgstr ""
"<filename>/var/log/syslog</filename>."
#. Tag: screen
-#: preseed.xml:1001
+#: preseed.xml:1002
#, no-c-format
msgid ""
"# The method should be set to \"raid\".\n"
@@ -2605,13 +2606,13 @@ msgstr ""
"d-i partman/confirm_nooverwrite boolean true"
#. Tag: title
-#: preseed.xml:1006
+#: preseed.xml:1007
#, no-c-format
msgid "Controlling how partitions are mounted"
msgstr "Způsob připojení oblastí"
#. Tag: para
-#: preseed.xml:1007
+#: preseed.xml:1008
#, no-c-format
msgid ""
"Normally, filesystems are mounted using a universally unique identifier "
@@ -2630,7 +2631,7 @@ msgstr ""
"nastaveného názvu připojeny pomocí UUID."
#. Tag: para
-#: preseed.xml:1016
+#: preseed.xml:1017
#, no-c-format
msgid ""
"Devices with stable names, such as LVM logical volumes, will continue to use "
@@ -2640,7 +2641,7 @@ msgstr ""
"UUID nadále používat připojení pomocí tradičních jmen zařízení."
#. Tag: para
-#: preseed.xml:1023
+#: preseed.xml:1024
#, no-c-format
msgid ""
"Traditional device names may change based on the order in which the kernel "
@@ -2656,7 +2657,7 @@ msgstr ""
"názvy oblastí kolidovat a tím pádem není zaručeno, která oblast se připojí."
#. Tag: screen
-#: preseed.xml:1033
+#: preseed.xml:1034
#, no-c-format
msgid ""
"# The default is to mount by UUID, but you can also choose \"traditional\" "
@@ -2672,13 +2673,13 @@ msgstr ""
"#d-i partman/mount_style select uuid"
#. Tag: title
-#: preseed.xml:1039
+#: preseed.xml:1040
#, no-c-format
msgid "Base system installation"
msgstr "Instalace základního systému"
#. Tag: para
-#: preseed.xml:1040
+#: preseed.xml:1041
#, no-c-format
msgid ""
"There is actually not very much that can be preseeded for this stage of the "
@@ -2689,7 +2690,7 @@ msgstr ""
"instalace jádra."
#. Tag: screen
-#: preseed.xml:1047
+#: preseed.xml:1048
#, no-c-format
msgid ""
"# Configure APT to not install recommended packages by default. Use of this\n"
@@ -2712,13 +2713,13 @@ msgstr ""
"#d-i base-installer/kernel/image string &kernelpackage;-686"
#. Tag: title
-#: preseed.xml:1052
+#: preseed.xml:1053
#, no-c-format
msgid "Apt setup"
msgstr "Nastavení APT"
#. Tag: para
-#: preseed.xml:1053
+#: preseed.xml:1054
#, no-c-format
msgid ""
"Setup of the <filename>/etc/apt/sources.list</filename> and basic "
@@ -2731,7 +2732,7 @@ msgstr ""
"otázkami. Volitelně můžete přidat další (lokální) archivy."
#. Tag: screen
-#: preseed.xml:1061
+#: preseed.xml:1062
#, fuzzy, no-c-format
#| msgid ""
#| "# You can choose to install non-free and contrib software.\n"
@@ -2827,13 +2828,13 @@ msgstr ""
"#d-i apt-setup/multiarch string i386"
#. Tag: title
-#: preseed.xml:1066
+#: preseed.xml:1067
#, no-c-format
msgid "Package selection"
msgstr "Výběr balíků"
#. Tag: para
-#: preseed.xml:1067
+#: preseed.xml:1068
#, no-c-format
msgid ""
"You can choose to install any combination of tasks that are available. "
@@ -2843,67 +2844,67 @@ msgstr ""
"zahrnuje:"
#. Tag: para
-#: preseed.xml:1075
+#: preseed.xml:1076
#, no-c-format
msgid "<userinput>standard</userinput> (standard tools)"
msgstr "<userinput>standard</userinput> (standardní unixové nástroje)"
#. Tag: para
-#: preseed.xml:1078
+#: preseed.xml:1079
#, no-c-format
msgid "<userinput>desktop</userinput> (graphical desktop)"
msgstr "<userinput>desktop</userinput> (grafické prostředí)"
#. Tag: para
-#: preseed.xml:1081
+#: preseed.xml:1082
#, no-c-format
msgid "<userinput>gnome-desktop</userinput> (Gnome desktop)"
msgstr "<userinput>gnome-desktop</userinput> (prostředí Gnome)"
#. Tag: para
-#: preseed.xml:1084
+#: preseed.xml:1085
#, no-c-format
msgid "<userinput>xfce-desktop</userinput> (XFCE desktop)"
msgstr "<userinput>xfce-desktop</userinput> (prostředí XFCE)"
#. Tag: para
-#: preseed.xml:1087
+#: preseed.xml:1088
#, no-c-format
msgid "<userinput>kde-desktop</userinput> (KDE Plasma desktop)"
msgstr "<userinput>kde-desktop</userinput> (prostředí KDE Plasma)"
#. Tag: para
-#: preseed.xml:1090
+#: preseed.xml:1091
#, no-c-format
msgid "<userinput>cinnamon-desktop</userinput> (Cinnamon desktop)"
msgstr "<userinput>cinnamon-desktop</userinput> (prostředí Cinnamon)"
#. Tag: para
-#: preseed.xml:1093
+#: preseed.xml:1094
#, no-c-format
msgid "<userinput>mate-desktop</userinput> (MATE desktop)"
msgstr "<userinput>mate-desktop</userinput> (prostředí MATE)"
#. Tag: para
-#: preseed.xml:1096
+#: preseed.xml:1097
#, no-c-format
msgid "<userinput>lxde-desktop</userinput> (LXDE desktop)"
msgstr "<userinput>lxde-desktop</userinput> (prostředí LXDE)"
#. Tag: para
-#: preseed.xml:1099
+#: preseed.xml:1100
#, no-c-format
msgid "<userinput>web-server</userinput> (web server)"
msgstr "<userinput>web-server</userinput> (webový server)"
#. Tag: para
-#: preseed.xml:1102
+#: preseed.xml:1103
#, no-c-format
msgid "<userinput>ssh-server</userinput> (SSH server)"
msgstr "<userinput>ssh-server</userinput> (SSH server)"
#. Tag: para
-#: preseed.xml:1107
+#: preseed.xml:1108
#, no-c-format
msgid ""
"You can also choose to install no tasks, and force the installation of a set "
@@ -2914,7 +2915,7 @@ msgstr ""
"Úlohu <userinput>standard</userinput> však doporučujeme instalovat vždy."
#. Tag: para
-#: preseed.xml:1113
+#: preseed.xml:1114
#, no-c-format
msgid ""
"If you want to install some individual packages in addition to packages "
@@ -2929,7 +2930,7 @@ msgstr ""
"jednoduše použít i na příkazové řádce jádra."
#. Tag: screen
-#: preseed.xml:1123
+#: preseed.xml:1124
#, fuzzy, no-c-format
#| msgid ""
#| "#tasksel tasksel/first multiselect standard, web-server, kde-desktop\n"
@@ -2978,13 +2979,13 @@ msgstr ""
"#popularity-contest popularity-contest/participate boolean false"
#. Tag: title
-#: preseed.xml:1128
+#: preseed.xml:1129
#, no-c-format
msgid "Boot loader installation"
msgstr "Instalace zavaděče"
#. Tag: screen
-#: preseed.xml:1130
+#: preseed.xml:1131
#, fuzzy, no-c-format
#| msgid ""
#| "<phrase arch=\"linux-any\"># Grub is the default boot loader (for x86). "
@@ -3126,7 +3127,7 @@ msgstr ""
"#d-i debian-installer/add-kernel-opts string nousb"
#. Tag: para
-#: preseed.xml:1132
+#: preseed.xml:1133
#, no-c-format
msgid ""
"An MD5 hash for a password for <classname>grub</classname> can be generated "
@@ -3138,13 +3139,13 @@ msgstr ""
"<xref linkend=\"preseed-account\"/>."
#. Tag: title
-#: preseed.xml:1142
+#: preseed.xml:1143
#, no-c-format
msgid "Finishing up the installation"
msgstr "Dokončení instalace"
#. Tag: screen
-#: preseed.xml:1144
+#: preseed.xml:1145
#, no-c-format
msgid ""
"# During installations from serial console, the regular virtual consoles\n"
@@ -3183,13 +3184,13 @@ msgstr ""
"#d-i debian-installer/exit/poweroff boolean true"
#. Tag: title
-#: preseed.xml:1149
+#: preseed.xml:1150
#, no-c-format
msgid "Preseeding other packages"
msgstr "Přednastavení ostatních balíků"
#. Tag: screen
-#: preseed.xml:1151
+#: preseed.xml:1152
#, no-c-format
msgid ""
"# Depending on what software you choose to install, or if things go wrong\n"
@@ -3208,19 +3209,19 @@ msgstr ""
"# debconf-get-selections &gt;&gt; soubor"
#. Tag: title
-#: preseed.xml:1158
+#: preseed.xml:1159
#, no-c-format
msgid "Advanced options"
msgstr "Pokročilé možnosti"
#. Tag: title
-#: preseed.xml:1161
+#: preseed.xml:1162
#, no-c-format
msgid "Running custom commands during the installation"
msgstr "Spouštění vlastních příkazů během instalace"
#. Tag: para
-#: preseed.xml:1162
+#: preseed.xml:1163
#, no-c-format
msgid ""
"A very powerful and flexible option offered by the preconfiguration tools is "
@@ -3230,7 +3231,7 @@ msgstr ""
"spouštění libovolných příkazů nebo skriptů v určitých bodech instalace."
#. Tag: para
-#: preseed.xml:1168
+#: preseed.xml:1169
#, no-c-format
msgid ""
"When the filesystem of the target system is mounted, it is available in "
@@ -3242,7 +3243,7 @@ msgstr ""
"po připojení dostupné přes <filename>/cdrom</filename>."
#. Tag: screen
-#: preseed.xml:1176
+#: preseed.xml:1177
#, no-c-format
msgid ""
"# d-i preseeding is inherently not secure. Nothing in the installer checks\n"
@@ -3290,13 +3291,13 @@ msgstr ""
"#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh"
#. Tag: title
-#: preseed.xml:1181
+#: preseed.xml:1182
#, no-c-format
msgid "Using preseeding to change default values"
msgstr "Použití přednastavení pro změnu výchozích hodnot"
#. Tag: para
-#: preseed.xml:1182
+#: preseed.xml:1183
#, no-c-format
msgid ""
"It is possible to use preseeding to change the default answer for a "
@@ -3325,7 +3326,7 @@ msgstr ""
"testování a ladění konfiguračního souboru s přednastavením."
#. Tag: para
-#: preseed.xml:1196
+#: preseed.xml:1197
#, no-c-format
msgid ""
"Note that the <quote>d-i</quote> owner should only be used for variables "
@@ -3340,7 +3341,7 @@ msgstr ""
"bootparms\"/>)."
#. Tag: para
-#: preseed.xml:1203
+#: preseed.xml:1204
#, no-c-format
msgid ""
"If you are preseeding using boot parameters, you can make the installer ask "
@@ -3364,7 +3365,7 @@ msgstr ""
"quote> parametry."
#. Tag: para
-#: preseed.xml:1213
+#: preseed.xml:1214
#, no-c-format
msgid ""
"For more debugging information, use the boot parameter "
@@ -3378,13 +3379,13 @@ msgstr ""
"aktuálního nastavení proměnných a postupu instalačními skripty."
#. Tag: title
-#: preseed.xml:1225
+#: preseed.xml:1226
#, no-c-format
msgid "Chainloading preconfiguration files"
msgstr "Zřetězené nahrávání souborů s přednastavením"
#. Tag: para
-#: preseed.xml:1226
+#: preseed.xml:1227
#, no-c-format
msgid ""
"It is possible to include other preconfiguration files from a "
@@ -3402,7 +3403,7 @@ msgstr ""
"danou situaci."
#. Tag: screen
-#: preseed.xml:1236
+#: preseed.xml:1237
#, no-c-format
msgid ""
"# More than one file can be listed, separated by spaces; all will be\n"
@@ -3454,7 +3455,7 @@ msgstr ""
"#d-i preseed/run string foo.sh"
#. Tag: para
-#: preseed.xml:1238
+#: preseed.xml:1239
#, no-c-format
msgid ""
"It is also possible to chainload from the initrd or file preseeding phase, "