diff options
Diffstat (limited to 'po/uk/preseed.po')
-rw-r--r-- | po/uk/preseed.po | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/po/uk/preseed.po b/po/uk/preseed.po index dcbb2727d..901b2a56b 100644 --- a/po/uk/preseed.po +++ b/po/uk/preseed.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: preseed_uk\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2022-10-11 23:04+0000\n" +"POT-Creation-Date: 2023-02-15 23:04+0000\n" "PO-Revision-Date: 2019-09-03 08:32+0100\n" "Last-Translator: \n" "Language-Team: Ukranian\n" @@ -1373,6 +1373,10 @@ msgid "" "# The wacky dhcp hostname that some ISPs use as a password of sorts.\n" "#d-i netcfg/dhcp_hostname string radish\n" "\n" +"# If you want to completely disable firmware lookup (i.e. not use firmware\n" +"# files or packages that might be available on installation images):\n" +"#d-i hw-detect/firmware-lookup string never\n" +"\n" "# If non-free firmware is needed for the network or other hardware, you can\n" "# configure the installer to always try to load it, without prompting. Or\n" "# change to false to disable asking.\n" @@ -1935,6 +1939,8 @@ msgid "" "# Choose, if you want to scan additional installation media\n" "# (default: false).\n" "d-i apt-setup/cdrom/set-first boolean false\n" +"# You can choose to install non-free firmware.\n" +"#d-i apt-setup/non-free-firmware 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" |