summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorFrans Spiesschaert <Frans.Spiesschaert@yucom.be>2020-04-04 21:35:39 +0200
committerFrans Spiesschaert <Frans.Spiesschaert@yucom.be>2020-04-04 21:35:39 +0200
commitfe654f6cb4258fd184428647f17f7f3ff79bf466 (patch)
tree0da5eb246c7d2cd39ec66941360ff0a500d19fb9 /po
parent9d6a726e0b164832e09ad45554fabd5fea428ce6 (diff)
downloadinstallation-guide-fe654f6cb4258fd184428647f17f7f3ff79bf466.zip
(nl) preseed.po translation update.
Diffstat (limited to 'po')
-rw-r--r--po/nl/preseed.po97
1 files changed, 23 insertions, 74 deletions
diff --git a/po/nl/preseed.po b/po/nl/preseed.po
index 8e9951ad2..658208240 100644
--- a/po/nl/preseed.po
+++ b/po/nl/preseed.po
@@ -1,12 +1,12 @@
-# Dutch translation of d-i-manual_preseed.
-# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2017, 2019.
+# Dutch translation of chapter preseed of Debian installation guide.
+# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2017-2020.
#
msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
"POT-Creation-Date: 2020-04-02 09:22+0000\n"
-"PO-Revision-Date: 2019-11-06 21:43+0100\n"
+"PO-Revision-Date: 2020-04-04 21:34+0200\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"
@@ -14,7 +14,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Gtranslator 2.91.7\n"
+"X-Generator: Gtranslator 3.30.1\n"
#. Tag: title
#: preseed.xml:16
@@ -2931,56 +2931,7 @@ msgstr "De installatie van de opstartlader"
#. Tag: screen
#: preseed.xml:1121
-#, fuzzy, no-c-format
-#| msgid ""
-#| "<phrase arch=\"linux-any\"># Grub is the default boot loader (for x86). "
-#| "If you want lilo installed\n"
-#| "# instead, uncomment this:\n"
-#| "#d-i grub-installer/skip boolean true\n"
-#| "# To also skip installing lilo, and install no bootloader, uncomment "
-#| "this\n"
-#| "# too:\n"
-#| "#d-i lilo-installer/skip boolean true</phrase>\n"
-#| "<phrase arch=\"kfreebsd-any;hurd-any\"># To install no bootloader, "
-#| "uncomment this\n"
-#| "#d-i grub-installer/skip boolean true</phrase>\n"
-#| "\n"
-#| "# This is fairly safe to set, it makes grub install automatically to the "
-#| "MBR\n"
-#| "# if no other operating system is detected on the machine.\n"
-#| "d-i grub-installer/only_debian boolean true\n"
-#| "\n"
-#| "# This one makes grub-installer install to the MBR if it also finds some "
-#| "other\n"
-#| "# OS, which is less safe as it might not be able to boot that other OS.\n"
-#| "d-i grub-installer/with_other_os boolean true\n"
-#| "\n"
-#| "# Due notably to potential USB sticks, the location of the MBR can not "
-#| "be\n"
-#| "# determined safely in general, so this needs to be specified:\n"
-#| "#d-i grub-installer/bootdev string /dev/sda\n"
-#| "# To install to the first device (assuming it is not a USB stick):\n"
-#| "#d-i grub-installer/bootdev string default\n"
-#| "\n"
-#| "# Alternatively, if you want to install to a location other than the "
-#| "mbr,\n"
-#| "# uncomment and edit these lines:\n"
-#| "#d-i grub-installer/only_debian boolean false\n"
-#| "#d-i grub-installer/with_other_os boolean false\n"
-#| "#d-i grub-installer/bootdev string (hd0,1)\n"
-#| "# To install grub to multiple disks:\n"
-#| "#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
-#| "\n"
-#| "# Optional password for grub, either in clear text\n"
-#| "#d-i grub-installer/password password r00tme\n"
-#| "#d-i grub-installer/password-again password r00tme\n"
-#| "# or encrypted using an MD5 hash, see grub-md5-crypt(8).\n"
-#| "#d-i grub-installer/password-crypted password [MD5 hash]\n"
-#| "\n"
-#| "# Use the following option to add additional boot parameters for the\n"
-#| "# installed system (if supported by the bootloader installer).\n"
-#| "# Note: options passed to the installer will be added automatically.\n"
-#| "#d-i debian-installer/add-kernel-opts string nousb"
+#, no-c-format
msgid ""
"<phrase arch=\"linux-any\"># Grub is the boot loader (for x86).</"
"phrase><phrase\n"
@@ -3026,39 +2977,37 @@ msgid ""
"# Note: options passed to the installer will be added automatically.\n"
"#d-i debian-installer/add-kernel-opts string nousb"
msgstr ""
-"<phrase arch=\"linux-any\"># Grub is de standaard opstartlader (voor x86). "
-"Inien u\n"
-"# in plaats daarvan lilo geïnstalleerd wilt zien,\n"
-"# verwijder hier dan het commentaarteken:\n"
-"#d-i grub-installer/skip boolean true\n"
-"# Om ook het installeren van lilo over te slaan en geen opstartlader\n"
-"# te installeren, moet u ook hier het commentaarteken verwijderen:\n"
-"#d-i lilo-installer/skip boolean true</phrase>\n"
-"<phrase arch=\"kfreebsd-any;hurd-any\"># Verwijder het commentaarteken om "
-"geen opstartlader te installeren\n"
+"<phrase arch=\"linux-any\"># Grub is de opstartlader (voor x86).</"
+"phrase><phrase\n"
+"arch=\"kfreebsd-any;hurd-any\"># Verwijder het commentaarteken om geen "
+"opstartlader te installeren\n"
"#d-i grub-installer/skip boolean true</phrase>\n"
"\n"
-"# Het is redelijk veilig om dit in te stellen. Het zorgt voor\n"
-"# het automatisch installeren van grub in het MBR indien\n"
+"# Het is redelijk veilig om dit in te stellen. Het zorgt voor het "
+"automatisch\n"
+"# installeren van grub op de UEFI-partitie/boot record indien\n"
"# geen ander besturingssysteem aangetroffen wordt op de machine.\n"
"d-i grub-installer/only_debian boolean true\n"
"\n"
-"# Hiermee laat u grub-installer grub installeren in het MBR als het ook\n"
-"# een ander OS (besturingssysteem) aantreft. Dit is minder veilig,\n"
-"# aangezien het er misschien niet in slaagt om dat anderw OS op te starten.\n"
+"# Hiermee laat u grub-installer grub installeren op de UEFI-partitie/boot "
+"record\n"
+"# als het ook een ander OS (besturingssysteem) aantreft. Dit is minder "
+"veilig,\n"
+"# aangezien het er misschien niet in slaagt om dat ander OS op te starten.\n"
"d-i grub-installer/with_other_os boolean true\n"
"\n"
"# Meer bepaald wegens het feit dat er misschien USB-sticks gebruikt worden,\n"
-"# is het in het algemeen niet mogelijk om het MBR precies te lokaliseren\n"
-"# en dus moet het opgegeven worden:\n"
+"# is het in het algemeen niet mogelijk om de primaire schijf precies te "
+"lokaliseren\n"
+"# en dus moet deze opgegeven worden:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
"# Om de installatie op de eerste schijf uit te voeren\n"
"# (in de veronderstelling dat dit geen USB-stick is):\n"
"#d-i grub-installer/bootdev string default\n"
"\n"
-"# Als u daarentegen de installatie op een andere lokatie dan in het MBR\n"
-"# wilt uitvoeren, moet u bij deze regels het commentaarteken verwijderen\n"
-"# en hun inhoud aanpassen:\n"
+"# Als u daarentegen de installatie op een andere locatie dan op de\n"
+"# UEFI-partitie/boot record wilt uitvoeren, moet u bij deze regels\n"
+"# het commentaarteken verwijderen en hun inhoud aanpassen:\n"
"#d-i grub-installer/only_debian boolean false\n"
"#d-i grub-installer/with_other_os boolean false\n"
"#d-i grub-installer/bootdev string (hd0,1)\n"