From 4cd93605b004b9942a2c73c4db94568218641da3 Mon Sep 17 00:00:00 2001 From: D-I role Date: Wed, 15 Feb 2023 23:07:35 +0000 Subject: [SILENT_COMMIT] Update of POT and PO files for the installation-guide --- po/da/preseed.po | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 82 insertions(+), 2 deletions(-) (limited to 'po/da/preseed.po') diff --git a/po/da/preseed.po b/po/da/preseed.po index 6294b7cf6..92526a6b2 100644 --- a/po/da/preseed.po +++ b/po/da/preseed.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual_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: 2022-07-09 19:33+0000\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -1714,7 +1714,81 @@ msgstr "De følgende debconf-variabler er relevante for netværkskonfiguration." #. Tag: screen #: preseed.xml:837 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "# Disable network configuration entirely. This is useful for cdrom\n" +#| "# installations on non-networked devices where the network questions,\n" +#| "# warning and long timeouts are a nuisance.\n" +#| "#d-i netcfg/enable boolean false\n" +#| "\n" +#| "# netcfg will choose an interface that has link if possible. This makes " +#| "it\n" +#| "# skip displaying a list if there is more than one interface.\n" +#| "d-i netcfg/choose_interface select auto\n" +#| "\n" +#| "# To pick a particular interface instead:\n" +#| "#d-i netcfg/choose_interface select eth1\n" +#| "\n" +#| "# To set a different link detection timeout (default is 3 seconds).\n" +#| "# Values are interpreted as seconds.\n" +#| "#d-i netcfg/link_wait_timeout string 10\n" +#| "\n" +#| "# If you have a slow dhcp server and the installer times out waiting for\n" +#| "# it, this might be useful.\n" +#| "#d-i netcfg/dhcp_timeout string 60\n" +#| "#d-i netcfg/dhcpv6_timeout string 60\n" +#| "\n" +#| "# Automatic network configuration is the default.\n" +#| "# If you prefer to configure the network manually, uncomment this line " +#| "and\n" +#| "# the static network configuration below.\n" +#| "#d-i netcfg/disable_autoconfig boolean true\n" +#| "\n" +#| "# If you want the preconfiguration file to work on systems both with and\n" +#| "# without a dhcp server, uncomment these lines and the static network\n" +#| "# configuration below.\n" +#| "#d-i netcfg/dhcp_failed note\n" +#| "#d-i netcfg/dhcp_options select Configure network manually\n" +#| "\n" +#| "# Static network configuration.\n" +#| "#\n" +#| "# IPv4 example\n" +#| "#d-i netcfg/get_ipaddress string 192.168.1.42\n" +#| "#d-i netcfg/get_netmask string 255.255.255.0\n" +#| "#d-i netcfg/get_gateway string 192.168.1.1\n" +#| "#d-i netcfg/get_nameservers string 192.168.1.1\n" +#| "#d-i netcfg/confirm_static boolean true\n" +#| "#\n" +#| "# IPv6 example\n" +#| "#d-i netcfg/get_ipaddress string fc00::2\n" +#| "#d-i netcfg/get_netmask string ffff:ffff:ffff:ffff::\n" +#| "#d-i netcfg/get_gateway string fc00::1\n" +#| "#d-i netcfg/get_nameservers string fc00::1\n" +#| "#d-i netcfg/confirm_static boolean true\n" +#| "\n" +#| "# Any hostname and domain names assigned from dhcp take precedence over\n" +#| "# values set here. However, setting the values still prevents the " +#| "questions\n" +#| "# from being shown, even if values come from dhcp.\n" +#| "d-i netcfg/get_hostname string unassigned-hostname\n" +#| "d-i netcfg/get_domain string unassigned-domain\n" +#| "\n" +#| "# If you want to force a hostname, regardless of what either the DHCP\n" +#| "# server returns or what the reverse DNS entry for the IP is, uncomment\n" +#| "# and adjust the following line.\n" +#| "#d-i netcfg/hostname string somehost\n" +#| "\n" +#| "# Disable that annoying WEP key dialog.\n" +#| "d-i netcfg/wireless_wep string\n" +#| "# The wacky dhcp hostname that some ISPs use as a password of sorts.\n" +#| "#d-i netcfg/dhcp_hostname string radish\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" +#| "#d-i hw-detect/load_firmware boolean true" msgid "" "# Disable network configuration entirely. This is useful for cdrom\n" "# installations on non-networked devices where the network questions,\n" @@ -1780,6 +1854,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" @@ -2669,6 +2747,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" -- cgit v1.2.3