summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Spiesschaert <Frans.Spiesschaert@yucom.be>2023-02-17 23:14:33 +0100
committerFrans Spiesschaert <Frans.Spiesschaert@yucom.be>2023-02-17 23:14:33 +0100
commitaeceec194ed77d00f0ae2c66a5a0589fb078a8a6 (patch)
tree98d5481abc639c846c2c109ab421487a062794d1
parentf0661b0e0c81035b1260fd7e2db8e9d70904b7f1 (diff)
downloadinstallation-guide-aeceec194ed77d00f0ae2c66a5a0589fb078a8a6.zip
(nl) preseed.po translation update.
-rw-r--r--po/nl/preseed.po151
1 files changed, 17 insertions, 134 deletions
diff --git a/po/nl/preseed.po b/po/nl/preseed.po
index 89f7edd9b..5bcaf6719 100644
--- a/po/nl/preseed.po
+++ b/po/nl/preseed.po
@@ -1,12 +1,14 @@
-# Dutch translation of chapter preseed of Debian installation guide.
-# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2017-2022.
+# Dutch translation of the Debian Installation Guide, chapter preseed.
+# Copyright (C) 2004-2023 The Debian Project.
+# This file is distributed under the same license as the Debian Installation Guide.
+# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2017-2023.
#
msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
"POT-Creation-Date: 2023-02-15 23:04+0000\n"
-"PO-Revision-Date: 2022-10-12 22:07+0200\n"
+"PO-Revision-Date: 2023-02-17 23:10+0100\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
"Language: nl\n"
@@ -1778,81 +1780,7 @@ msgstr ""
#. Tag: screen
#: preseed.xml:837
-#, 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"
+#, no-c-format
msgid ""
"# Disable network configuration entirely. This is useful for cdrom\n"
"# installations on non-networked devices where the network questions,\n"
@@ -1927,7 +1855,7 @@ msgid ""
"# change to false to disable asking.\n"
"#d-i hw-detect/load_firmware boolean true"
msgstr ""
-"# Schakel netwerkconfiguratie volledig uit. Dit is nuttig\n"
+"# Netwerkconfiguratie volledig uitschakelen. Dit is nuttig\n"
"# voor installaties met cd op een niet met een netwerk verbonden\n"
"# systeem waarbij vragen en waarschuwingen over een netwerk\n"
"# en ermee verband houdende lange wachttijden storend zijn.\n"
@@ -1951,7 +1879,6 @@ msgstr ""
"#d-i netcfg/dhcp_timeout string 60\n"
"#d-i netcfg/dhcpv6_timeout string 60\n"
"\n"
-"\n"
"# Automatische netwerkconfiguratie is de standaard.\n"
"# Als u het netwerk zelf wilt configureren, moet u het commentaarteken\n"
"# verwijderen bij deze regel en ook hieronder bij de configuratie van\n"
@@ -1994,12 +1921,17 @@ msgstr ""
"# en het commentaarteken ervoor verwijderen.\n"
"#d-i netcfg/hostname string willekeurige-computernaam\n"
"\n"
-"# Zet die vervelende vraag naar een WEP-sleutel uit.\n"
+"# Die vervelende vraag naar een WEP-sleutel uitzetten.\n"
"d-i netcfg/wireless_wep string\n"
"# De ongerijmde dhcp-computernaam die sommige ISP's\n"
"# als een soort van wachtwoord gebruiken.\n"
"#d-i netcfg/dhcp_hostname string radijs\n"
"\n"
+"# Als u het opzoeken van firmware volledig wilt uitschakelen\n"
+"# (d.w.z. geen firmwarebestanden of pakketten gebruiken die\n"
+"# mogelijk beschikbaar zijn op installatie-images):\n"
+"#d-i hw-detect/firmware-lookup string never\n"
+"\n"
"# Indien niet-vrije firmware nodig is voor het netwerk of voor\n"
"# andere hardware, kunt u het installatiesysteem zodanig configureren\n"
"# dat het die altijd zonder vragen tracht te laden. Of u kunt de waarde\n"
@@ -2909,57 +2841,7 @@ msgstr ""
#. Tag: screen
#: preseed.xml:1074
-#, fuzzy, no-c-format
-#| 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 and contrib software.\n"
-#| "#d-i apt-setup/non-free boolean true\n"
-#| "#d-i apt-setup/contrib boolean true\n"
-#| "# Uncomment the following line, if you don't want to have the sources."
-#| "list\n"
-#| "# entry for a DVD/BD installation image active in the installed system\n"
-#| "# (entries for netinst or CD images will be disabled anyway, regardless "
-#| "of\n"
-#| "# this setting).\n"
-#| "#d-i apt-setup/disable-cdrom-entries boolean true\n"
-#| "# Uncomment this if you don't want to use a network mirror.\n"
-#| "#d-i apt-setup/use_mirror boolean false\n"
-#| "# Select which update services to use; define the mirrors to be used.\n"
-#| "# Values shown below are the normal defaults.\n"
-#| "#d-i apt-setup/services-select multiselect security, updates\n"
-#| "#d-i apt-setup/security_host string security.debian.org\n"
-#| "\n"
-#| "# Additional repositories, local[0-9] available\n"
-#| "#d-i apt-setup/local0/repository string \\\n"
-#| "# http://local.server/debian stable main\n"
-#| "#d-i apt-setup/local0/comment string local server\n"
-#| "# Enable deb-src lines\n"
-#| "#d-i apt-setup/local0/source boolean true\n"
-#| "# URL to the public key of the local repository; you must provide a key "
-#| "or\n"
-#| "# apt will complain about the unauthenticated repository and so the\n"
-#| "# sources.list line will be left commented out.\n"
-#| "#d-i apt-setup/local0/key string http://local.server/key\n"
-#| "# or one can provide it in-line by base64 encoding the contents of the\n"
-#| "# key file (with `base64 -w0`) and specifying it thus:\n"
-#| "#d-i apt-setup/local0/key string base64://"
-#| "LS0tLS1CRUdJTiBQR1AgUFVCTElDIEtFWSBCTE9DSy0tLS0tCi4uLgo=\n"
-#| "# The content of the key file is checked to see if it appears to be ASCII-"
-#| "armoured.\n"
-#| "# If so it will be saved with an \".asc\" extension, otherwise it gets a "
-#| "'.gpg' extension.\n"
-#| "# \"keybox database\" format is currently not supported. (see "
-#| "generators/60local in apt-setup's source)\n"
-#| "\n"
-#| "# By default the installer requires that repositories be authenticated\n"
-#| "# using a known gpg key. This setting can be used to disable that\n"
-#| "# authentication. Warning: Insecure, not recommended.\n"
-#| "#d-i debian-installer/allow_unauthenticated boolean true\n"
-#| "\n"
-#| "# Uncomment this to add multiarch configuration for i386\n"
-#| "#d-i apt-setup/multiarch string i386"
+#, no-c-format
msgid ""
"# Choose, if you want to scan additional installation media\n"
"# (default: false).\n"
@@ -3013,6 +2895,9 @@ msgstr ""
"# Indien u extra installatiemedia wilt scannen, kiest u\n"
"# (standaard: false).\n"
"d-i apt-setup/cdrom/set-first boolean false\n"
+"\n"
+"# U kunt ervoor kiezen om niet-vrije firmware te installeren.\n"
+"#d-i apt-setup/non-free-firmware boolean true\n"
"# U kunt ervoor kiezen om software uit non-free en contrib te installeren.\n"
"#d-i apt-setup/non-free boolean true\n"
"#d-i apt-setup/contrib boolean true\n"
@@ -3021,9 +2906,7 @@ msgstr ""
"# sources.list-regel wenst te hebben voor een dvd/BD installatie-image\n"
"# (regels voor een netinst- of een cd-image zullen hoe dan ook\n"
"# uitgezet worden, ongeacht deze instelling).\n"
-"\n"
"#d-i apt-setup/disable-cdrom-entries boolean true\n"
-" \n"
"# Verwijder het commentaarteken als u geen netwerkspiegelserver wilt "
"gebruiken.\n"
"#d-i apt-setup/use_mirror boolean false\n"