summaryrefslogtreecommitdiff
path: root/po/ru/preseed.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ru/preseed.po')
-rw-r--r--po/ru/preseed.po8
1 files changed, 7 insertions, 1 deletions
diff --git a/po/ru/preseed.po b/po/ru/preseed.po
index 947796017..e666ebf91 100644
--- a/po/ru/preseed.po
+++ b/po/ru/preseed.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed\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: 2018-10-25 22:28+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -1869,6 +1869,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"
@@ -2913,6 +2917,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"