From 5c83d78319dc9256d6ae9d1dc4fd0e2e55e24b17 Mon Sep 17 00:00:00 2001 From: D-I role Date: Wed, 6 Nov 2019 23:00:06 +0000 Subject: [SILENT_COMMIT] Update of POT and PO files for the installation-guide --- po/nl/preseed.po | 174 ------------------------------------------------------- 1 file changed, 174 deletions(-) (limited to 'po/nl/preseed.po') diff --git a/po/nl/preseed.po b/po/nl/preseed.po index ab4bca447..6eb302118 100644 --- a/po/nl/preseed.po +++ b/po/nl/preseed.po @@ -145,7 +145,6 @@ msgstr "netwerk" #. Tag: entry #: preseed.xml:76 #, no-c-format -#| msgid "CD/DVD" msgid "CD/DVD/USB" msgstr "CD/DVD/USB" @@ -201,16 +200,6 @@ msgstr "algemeen" #. Tag: para #: preseed.xml:107 #, no-c-format -#| msgid "" -#| "An important difference between the preseeding methods is the point at " -#| "which the preconfiguration file is loaded and processed. For initrd " -#| "preseeding this is right at the start of the installation, before the " -#| "first question is even asked. Preseeding from the kernel command line " -#| "happens just after. It is thus possible to override configuration set in " -#| "the initrd by editing the kernel command line (either in the bootloader " -#| "configuration or manually at boot time for bootloaders that allow it). " -#| "For file preseeding this is after the CD or CD image has been loaded. For " -#| "network preseeding it is only after the network has been configured." msgid "" "An important difference between the preseeding methods is the point at which " "the preconfiguration file is loaded and processed. For initrd preseeding " @@ -308,15 +297,6 @@ msgstr "Vooraf configureren in de praktijk" #. Tag: para #: preseed.xml:218 #, no-c-format -#| msgid "" -#| "You will first need to create a preconfiguration file and place it in the " -#| "location from where you want to use it. Creating the preconfiguration " -#| "file is covered later in this appendix. Putting it in the correct " -#| "location is fairly straightforward for network preseeding or if you want " -#| "to read the file off a floppy or usb-stick. If you want to include the " -#| "file on a CD or DVD, you will have to remaster the ISO image. How to get " -#| "the preconfiguration file included in the initrd is outside the scope of " -#| "this document; please consult the developers' documentation for &d-i;." msgid "" "You will first need to create a preconfiguration file and place it in the " "location from where you want to use it. Creating the preconfiguration file " @@ -436,24 +416,6 @@ msgstr "" #. Tag: screen #: preseed.xml:277 #, no-c-format -#| msgid "" -#| "Boot parameters to specify:\n" -#| "- if you're netbooting:\n" -#| " preseed/url=http://host/path/to/preseed.cfg\n" -#| " preseed/url/checksum=5da499872becccfeda2c4872f9171c3d\n" -#| "- or\n" -#| " preseed/url=tftp://host/path/to/preseed.cfg\n" -#| " preseed/url/checksum=5da499872becccfeda2c4872f9171c3d\n" -#| "\n" -#| "- if you're booting a remastered CD:\n" -#| " preseed/file=/cdrom/preseed.cfg\n" -#| " preseed/file/checksum=5da499872becccfeda2c4872f9171c3d\n" -#| "\n" -#| "- if you're installing from USB media (put the preconfiguration file in " -#| "the\n" -#| " toplevel directory of the USB stick):\n" -#| " preseed/file=/hd-media/preseed.cfg\n" -#| " preseed/file/checksum=5da499872becccfeda2c4872f9171c3d" msgid "" "Boot parameters to specify:\n" "- if you're netbooting:\n" @@ -1691,12 +1653,6 @@ msgstr "Netwerkconfiguratie" #. Tag: para #: preseed.xml:787 #, no-c-format -#| msgid "" -#| "Of course, preseeding the network configuration won't work if you're " -#| "loading your preconfiguration file from the network. But it's great when " -#| "you're booting from CD or USB stick. If you are loading preconfiguration " -#| "files from the network, you can pass network config parameters by using " -#| "kernel boot parameters." msgid "" "Of course, preseeding the network configuration won't work if you're loading " "your preconfiguration file from the network. But it's great when you're " @@ -2288,90 +2244,6 @@ msgstr "Een schijfindelingsvoorbeeld" #. Tag: screen #: preseed.xml:961 #, no-c-format -#| msgid "" -#| "# If the system has free space you can choose to only partition that " -#| "space.\n" -#| "# This is only honoured if partman-auto/method (below) is not set.\n" -#| "#d-i partman-auto/init_automatically_partition select biggest_free\n" -#| "\n" -#| "# Alternatively, you may specify a disk to partition. If the system has " -#| "only\n" -#| "# one disk the installer will default to using that, but otherwise the " -#| "device\n" -#| "# name must be given in traditional, non-devfs format (so e.g. /dev/sda\n" -#| "# and not e.g. /dev/discs/disc0/disc).\n" -#| "# For example, to use the first SCSI/SATA hard disk:\n" -#| "#d-i partman-auto/disk string /dev/sda\n" -#| "# In addition, you'll need to specify the method to use.\n" -#| "# The presently available methods are:\n" -#| "# - regular: use the usual partition types for your architecture\n" -#| "# - lvm: use LVM to partition the disk\n" -#| "# - crypto: use LVM within an encrypted partition\n" -#| "d-i partman-auto/method string lvm\n" -#| "\n" -#| "# If one of the disks that are going to be automatically partitioned\n" -#| "# contains an old LVM configuration, the user will normally receive a\n" -#| "# warning. This can be preseeded away...\n" -#| "d-i partman-lvm/device_remove_lvm boolean true\n" -#| "# The same applies to pre-existing software RAID array:\n" -#| "d-i partman-md/device_remove_md boolean true\n" -#| "# And the same goes for the confirmation to write the lvm partitions.\n" -#| "d-i partman-lvm/confirm boolean true\n" -#| "d-i partman-lvm/confirm_nooverwrite boolean true\n" -#| "\n" -#| "# You can choose one of the three predefined partitioning recipes:\n" -#| "# - atomic: all files in one partition\n" -#| "# - home: separate /home partition\n" -#| "# - multi: separate /home, /var, and /tmp partitions\n" -#| "d-i partman-auto/choose_recipe select atomic\n" -#| "\n" -#| "# Or provide a recipe of your own...\n" -#| "# If you have a way to get a recipe file into the d-i environment, you " -#| "can\n" -#| "# just point at it.\n" -#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n" -#| "\n" -#| "# If not, you can put an entire recipe into the preconfiguration file in " -#| "one\n" -#| "# (logical) line. This example creates a small /boot partition, suitable\n" -#| "# swap, and uses the rest of the space for the root partition:\n" -#| "#d-i partman-auto/expert_recipe string \\\n" -#| "# boot-root :: \\\n" -#| "# 40 50 100 ext3 \\\n" -#| "# $primary{ } $bootable{ } \\\n" -#| "# method{ format } format{ } \\\n" -#| "# use_filesystem{ } filesystem{ ext3 } \\\n" -#| "# mountpoint{ /boot } \\\n" -#| "# . \\\n" -#| "# 500 10000 1000000000 ext3 \\\n" -#| "# method{ format } format{ } \\\n" -#| "# use_filesystem{ } filesystem{ ext3 } \\\n" -#| "# mountpoint{ / } \\\n" -#| "# . \\\n" -#| "# 64 512 300% linux-swap \\\n" -#| "# method{ swap } format{ } \\\n" -#| "# .\n" -#| "\n" -#| "# The full recipe format is documented in the file partman-auto-recipe." -#| "txt\n" -#| "# included in the 'debian-installer' package or available from D-I " -#| "source\n" -#| "# repository. This also documents how to specify settings such as file\n" -#| "# system labels, volume group names and which physical devices to " -#| "include\n" -#| "# in a volume group.\n" -#| "\n" -#| "# This makes partman automatically partition without confirmation, " -#| "provided\n" -#| "# that you told it what to do using one of the methods above.\n" -#| "d-i partman-partitioning/confirm_write_new_label boolean true\n" -#| "d-i partman/choose_partition select finish\n" -#| "d-i partman/confirm boolean true\n" -#| "d-i partman/confirm_nooverwrite boolean true\n" -#| "\n" -#| "# When disk encryption is enabled, skip wiping the partitions " -#| "beforehand.\n" -#| "#d-i partman-auto-crypto/erase_disks boolean false" msgid "" "# If the system has free space you can choose to only partition that space.\n" "# This is only honoured if partman-auto/method (below) is not set.\n" @@ -2833,36 +2705,6 @@ msgstr "" #. Tag: screen #: preseed.xml:1049 #, no-c-format -#| msgid "" -#| "# 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 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" -#| "\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" msgid "" "# You can choose to install non-free and contrib software.\n" "#d-i apt-setup/non-free boolean true\n" @@ -3050,22 +2892,6 @@ msgstr "" #. Tag: screen #: preseed.xml:1114 #, no-c-format -#| msgid "" -#| "#tasksel tasksel/first multiselect standard, web-server, kde-desktop\n" -#| "\n" -#| "# Individual additional packages to install\n" -#| "#d-i pkgsel/include string openssh-server build-essential\n" -#| "# Whether to upgrade packages after debootstrap.\n" -#| "# Allowed values: none, safe-upgrade, full-upgrade\n" -#| "#d-i pkgsel/upgrade select none\n" -#| "\n" -#| "# Some versions of the installer can report back on what software you " -#| "have\n" -#| "# installed, and what software you use. The default is not to report " -#| "back,\n" -#| "# but sending reports helps the project determine what software is most\n" -#| "# popular and include it on CDs.\n" -#| "#popularity-contest popularity-contest/participate boolean false" msgid "" "#tasksel tasksel/first multiselect standard, web-server, kde-desktop\n" "\n" -- cgit v1.2.3