summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/ca/preseed.po93
-rw-r--r--po/da/preseed.po230
-rw-r--r--po/de/preseed.po90
-rw-r--r--po/el/preseed.po7
-rw-r--r--po/es/preseed.po20
-rw-r--r--po/fi/preseed.po7
-rw-r--r--po/fr/preseed.po89
-rw-r--r--po/hu/preseed.po7
-rw-r--r--po/it/preseed.po126
-rw-r--r--po/ja/preseed.po89
-rw-r--r--po/ko/preseed.po93
-rw-r--r--po/nl/preseed.po7
-rw-r--r--po/nn/preseed.po7
-rw-r--r--po/pot/preseed.pot7
-rw-r--r--po/pt/preseed.po89
-rw-r--r--po/ro/preseed.po7
-rw-r--r--po/ru/preseed.po7
-rw-r--r--po/sv/preseed.po7
-rw-r--r--po/tl/preseed.po7
-rw-r--r--po/vi/preseed.po7
-rw-r--r--po/zh_CN/preseed.po7
-rw-r--r--po/zh_TW/preseed.po7
22 files changed, 817 insertions, 193 deletions
diff --git a/po/ca/preseed.po b/po/ca/preseed.po
index 0b74aa23a..c1bd1a638 100644
--- a/po/ca/preseed.po
+++ b/po/ca/preseed.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2017-02-13 18:18+0100\n"
"Last-Translator: Innocent De Marchi <tangram.peces@gmail.com>\n"
"Language-Team: \n"
@@ -147,8 +147,8 @@ msgstr "CD/DVD"
#. Tag: entry
#: preseed.xml:77 preseed.xml:78 preseed.xml:79 preseed.xml:89 preseed.xml:91
-#: preseed.xml:94 preseed.xml:95 preseed.xml:99 preseed.xml:100 preseed.xml:104
-#: preseed.xml:106 preseed.xml:109 preseed.xml:111
+#: preseed.xml:94 preseed.xml:95 preseed.xml:99 preseed.xml:100
+#: preseed.xml:104 preseed.xml:106 preseed.xml:109 preseed.xml:111
#, no-c-format
msgid "<entry>yes</entry>"
msgstr "<entry>sí</entry>"
@@ -2186,7 +2186,87 @@ msgstr "Exemple de particions"
#. Tag: screen
#: preseed.xml:955
-#, no-c-format
+#, fuzzy, 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"
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"
@@ -2260,7 +2340,10 @@ msgid ""
"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"
+"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"
msgstr ""
"# Si el sistema disposa d'espai lliure podeu fer la partició només\n"
"# d'aquest espai. Només es tindrà en compte si «partman-auto/method»\n"
diff --git a/po/da/preseed.po b/po/da/preseed.po
index 02f437b6a..4de18a984 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: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2017-02-23 10:40+0100\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -425,9 +425,8 @@ msgid ""
msgstr ""
"Bemærk at <filename>preseed/url</filename> kan forkortes til bare "
"<filename>url</filename>, <filename>preseed/file</filename> til bare "
-"<filename>file</filename> og <filename>preseed/file/checksum</filename> "
-"til bare <filename>preseed-md5</filename>, når de sendes som "
-"opstartsparametre."
+"<filename>file</filename> og <filename>preseed/file/checksum</filename> til "
+"bare <filename>preseed-md5</filename>, når de sendes som opstartsparametre."
#. Tag: title
#: preseed.xml:300
@@ -495,8 +494,8 @@ msgstr ""
"Normalt vil forhåndskonfiguration af et spørgsmål på den måde betyde, at "
"spørgsmålet ikke vil blive stillet. For at angive en specifik standardværdi "
"for et spørgsmål, men stadig få spørgsmålet, så brug <quote>?=</quote> i "
-"stedet for <quote>=</quote> som operatør. Se også "
-"<xref linkend=\"preseed-seenflag\"/>."
+"stedet for <quote>=</quote> som operatør. Se også <xref linkend=\"preseed-"
+"seenflag\"/>."
#. Tag: para
#: preseed.xml:343
@@ -510,11 +509,10 @@ msgid ""
"<literal>tasksel:tasksel/first</literal>."
msgstr ""
"Bemærk at nogle variabler som ofte angives ved opstartsprompten har et "
-"kortere alias. Hvis et alias er tilgængelig, så bruges det i eksemplerne "
-"i dette appendiks i stedet for den fulde variabel. Variablen "
-"<literal>preseed/url</literal> har for eksempel et alias som "
-"<literal>url</literal>. Et andet eksempel er aliasset "
-"<literal>tasks</literal>, som oversættes til "
+"kortere alias. Hvis et alias er tilgængelig, så bruges det i eksemplerne i "
+"dette appendiks i stedet for den fulde variabel. Variablen <literal>preseed/"
+"url</literal> har for eksempel et alias som <literal>url</literal>. Et andet "
+"eksempel er aliasset <literal>tasks</literal>, som oversættes til "
"<literal>tasksel:tasksel/first</literal>."
#. Tag: para
@@ -527,9 +525,9 @@ msgid ""
"installer for the bootloader). The installer will automatically filter out "
"any options (like preconfiguration options) that it recognizes."
msgstr ""
-"Et <quote>---</quote> i opstartstilvalget har speciel betydning. Kerne"
-"parametre som fremgår efter det sidste <quote>---</quote> kan kopieres til "
-"opstartsindlæserens konfiguration for det installerede system (hvis "
+"Et <quote>---</quote> i opstartstilvalget har speciel betydning. "
+"Kerneparametre som fremgår efter det sidste <quote>---</quote> kan kopieres "
+"til opstartsindlæserens konfiguration for det installerede system (hvis "
"understøttet af installationsprogrammet for opstartsindlæseren). "
"Installationsprogrammet vil automatisk filtrere tilvalg væk (såsom "
"forhåndskonfigurerede tilvalg), som den genkender."
@@ -545,9 +543,9 @@ msgid ""
msgstr ""
"Nuværnede Linuxkerner (2.6.9 og senere) accepterer et maksimum på 32 "
"kommandolinjetilvalg og 32 miljøtilvalg, inklusive eventuelle tilvalg "
-"tilføjet som standard for installationsprogrammet. Hvis der anvendes "
-"højere antal, vil kernen gå i panik (nedbrud). (For tidligere kerner "
-"er disse antal lavere)."
+"tilføjet som standard for installationsprogrammet. Hvis der anvendes højere "
+"antal, vil kernen gå i panik (nedbrud). (For tidligere kerner er disse antal "
+"lavere)."
#. Tag: para
#: preseed.xml:369
@@ -559,8 +557,8 @@ msgid ""
msgstr ""
"For de fleste installationer kan nogle af standardtilvalgene i "
"opstartsindlæserens konfigurationsfil, såsom <literal>vga=normal</literal>, "
-"fjernes uden problemer, hvilket giver mulighed for at tilføje flere "
-"tilvalg for forhåndskonfigurationen."
+"fjernes uden problemer, hvilket giver mulighed for at tilføje flere tilvalg "
+"for forhåndskonfigurationen."
#. Tag: para
#: preseed.xml:376
@@ -603,11 +601,11 @@ msgid ""
msgstr ""
"Dette aktiveres ved at bruge opstartsvalget <literal>Automatiseret "
"installation</literal>, også kaldt <literal>auto</literal> for nogle "
-"arkitekturer eller opstartsmetoder. I dette afsnit, er "
-"<literal>auto</literal> derfor ikke en parameter, det betyder valg af "
-"opstartindstillingen, og tilføjelse af den efterfølgende opstartsparameter "
-"på opstartsprompten. <phrase arch=\"x86\">Se <xref linkend=\"boot-"
-"screen\"/> for information om hvordan en opstartsparameter tilføjes.</phrase>"
+"arkitekturer eller opstartsmetoder. I dette afsnit, er <literal>auto</"
+"literal> derfor ikke en parameter, det betyder valg af opstartindstillingen, "
+"og tilføjelse af den efterfølgende opstartsparameter på opstartsprompten. "
+"<phrase arch=\"x86\">Se <xref linkend=\"boot-screen\"/> for information om "
+"hvordan en opstartsparameter tilføjes.</phrase>"
#. Tag: para
#: preseed.xml:401
@@ -716,13 +714,12 @@ msgid ""
"avoid namespace conflicts, and perhaps add an alias for the parameter for "
"you."
msgstr ""
-"Det er selvfølgelig muligt at udvide dette koncept, og hvis du gør det, "
-"er det fornuftigt at bruge det automatisk installerede navnerum til "
-"dette formål. Så man kan have noget ala dette "
-"<literal>auto-install/style</literal>, som så bruges i dine skripter. "
-"Hvis du har brug for dette, så nævn det på postlisten "
-"<email>debian-boot@lists.debian.org</email>, så vi kan undgå "
-"navnerumskonflikter, og måske tilføje et alias for parameteren for dig."
+"Det er selvfølgelig muligt at udvide dette koncept, og hvis du gør det, er "
+"det fornuftigt at bruge det automatisk installerede navnerum til dette "
+"formål. Så man kan have noget ala dette <literal>auto-install/style</"
+"literal>, som så bruges i dine skripter. Hvis du har brug for dette, så nævn "
+"det på postlisten <email>debian-boot@lists.debian.org</email>, så vi kan "
+"undgå navnerumskonflikter, og måske tilføje et alias for parameteren for dig."
#. Tag: para
#: preseed.xml:485
@@ -749,10 +746,10 @@ msgid ""
"NIC and be more patient about getting a reply to its DHCP query."
msgstr ""
"Yderligere indstililnger som kan have interesse under forsøget på at "
-"automatisere en installation mens DHCP anvendes: "
-"<literal>interface=auto netcfg/dhcp_timeout=60</literal> som får maskinen "
-"til at vælge den første levedygtige NIC og være tålmodig med at få et "
-"svar til dets DHCP-forespørgsel."
+"automatisere en installation mens DHCP anvendes: <literal>interface=auto "
+"netcfg/dhcp_timeout=60</literal> som får maskinen til at vælge den første "
+"levedygtige NIC og være tålmodig med at få et svar til dets DHCP-"
+"forespørgsel."
#. Tag: para
#: preseed.xml:508
@@ -784,11 +781,10 @@ msgid ""
"to specify a value as well: for example, <literal>auto=true</literal> or "
"<literal>interface=eth0</literal>."
msgstr ""
-"De følgende aliasser kan være nyttige når forhåndskonfiguration "
-"(auto-tilstand) anvendes. Bemærk at dette er simple korte aliasser for "
-"spørgsmålnavne, og at du altid også skal specificere en værdi: For "
-"eksempel, <literal>auto=true</literal> eller "
-"<literal>interface=eth0</literal>."
+"De følgende aliasser kan være nyttige når forhåndskonfiguration (auto-"
+"tilstand) anvendes. Bemærk at dette er simple korte aliasser for "
+"spørgsmålnavne, og at du altid også skal specificere en værdi: For eksempel, "
+"<literal>auto=true</literal> eller <literal>interface=eth0</literal>."
#. Tag: entry
#: preseed.xml:533
@@ -1088,11 +1084,11 @@ msgid ""
"but only the installer. You can also put the text in a stanza for only one "
"particular host to avoid preseeding all installs on your network."
msgstr ""
-"Bemærk at det ovenstående eksempel begrænser dette filnavn til DHCP-klineter, "
-"som identificerer sig selv som »d-i«, så det vil ikke påvirke normale "
-"DHCP-klienter, men kun installationsprogrammet. Du kan også placere teksten "
-"i en stanza for en bestemt vært for at undgå forhåndskonfiguration af alle "
-"installationer på dit netværk."
+"Bemærk at det ovenstående eksempel begrænser dette filnavn til DHCP-"
+"klineter, som identificerer sig selv som »d-i«, så det vil ikke påvirke "
+"normale DHCP-klienter, men kun installationsprogrammet. Du kan også placere "
+"teksten i en stanza for en bestemt vært for at undgå forhåndskonfiguration "
+"af alle installationer på dit netværk."
#. Tag: para
#: preseed.xml:582
@@ -1127,7 +1123,8 @@ msgstr ""
#: preseed.xml:603
#, no-c-format
msgid "&lt;owner&gt; &lt;question name&gt; &lt;question type&gt; &lt;value&gt;"
-msgstr "&lt;ejer&gt; &lt;spørgsmålsnavn&gt; &lt;spørgsmålstype&gt; &lt;værdi&gt;"
+msgstr ""
+"&lt;ejer&gt; &lt;spørgsmålsnavn&gt; &lt;spørgsmålstype&gt; &lt;værdi&gt;"
#. Tag: para
#: preseed.xml:605
@@ -1229,8 +1226,8 @@ msgid ""
"users."
msgstr ""
"En fil oprettet på denne måde vil dog have nogle elementer, som ikke skal "
-"forhåndskonfigureres og eksempelfilen er et bedre udgangspunkt for de "
-"fleste brugere."
+"forhåndskonfigureres og eksempelfilen er et bedre udgangspunkt for de fleste "
+"brugere."
#. Tag: para
#: preseed.xml:665
@@ -1244,9 +1241,9 @@ msgid ""
msgstr ""
"Denne metode afhænger af det faktum, at i slutningen af installationen, "
"gemmes installationsprogrammets cdebconf-database til det installerede "
-"system i <filename>/var/log/installer/cdebconf</filename>. Da databasen "
-"kan indeholde sensitiv information, så kan filerne som standard kun "
-"læses af root (administrator)."
+"system i <filename>/var/log/installer/cdebconf</filename>. Da databasen kan "
+"indeholde sensitiv information, så kan filerne som standard kun læses af "
+"root (administrator)."
#. Tag: para
#: preseed.xml:673
@@ -1256,9 +1253,9 @@ msgid ""
"will be deleted from your system if you purge the package "
"<classname>installation-report</classname>."
msgstr ""
-"Mappen <filename>/var/log/installer</filename> og alle filer i den vil "
-"blive slettet fra dit system, hvis du fjerner pakken "
-"<classname>installation-report</classname>."
+"Mappen <filename>/var/log/installer</filename> og alle filer i den vil blive "
+"slettet fra dit system, hvis du fjerner pakken <classname>installation-"
+"report</classname>."
#. Tag: para
#: preseed.xml:681
@@ -1271,11 +1268,10 @@ msgid ""
"and for the values assigned to variables."
msgstr ""
"For at kontrollere mulige værdier for spørgsmål, så kan du bruge "
-"<command>nano</command> for at undersøge filerne i "
-"<filename>/var/lib/cdebconf</filename> mens en installation er i gang. "
-"Vis <filename>templates.dat</filename> for de rå skabeloner og "
-"<filename>questions.dat</filename> for de nuværende værdier og for "
-"værdierne tildelt variabler."
+"<command>nano</command> for at undersøge filerne i <filename>/var/lib/"
+"cdebconf</filename> mens en installation er i gang. Vis <filename>templates."
+"dat</filename> for de rå skabeloner og <filename>questions.dat</filename> "
+"for de nuværende værdier og for værdierne tildelt variabler."
#. Tag: para
#: preseed.xml:689
@@ -1285,10 +1281,9 @@ msgid ""
"performing an install, you can use the command <command>debconf-set-"
"selections -c <replaceable>preseed.cfg</replaceable></command>."
msgstr ""
-"For at kontrollere om formatet for forhåndskonfigurationfilen er "
-"gyldig før udføresel af en installation, så kan du bruge kommandoen "
-"<command>debconf-set-selections -c <replaceable>preseed.cfg"
-"</replaceable></command>."
+"For at kontrollere om formatet for forhåndskonfigurationfilen er gyldig før "
+"udføresel af en installation, så kan du bruge kommandoen <command>debconf-"
+"set-selections -c <replaceable>preseed.cfg</replaceable></command>."
#. Tag: title
#: preseed.xml:700
@@ -1308,9 +1303,9 @@ msgid ""
msgstr ""
"Bemærk at dette eksempel er baseret på en installation for Intel x86-"
"arkitekturen. Hvis du installerer en anden arkitektur, så kan nogle af "
-"eksemplerne (såsom tastatturvalg og installation af opstartsindlæser) "
-"være irrelevante og skal erstattes af debconf-indstillinger passende for "
-"din arkitektur."
+"eksemplerne (såsom tastatturvalg og installation af opstartsindlæser) være "
+"irrelevante og skal erstattes af debconf-indstillinger passende for din "
+"arkitektur."
#. Tag: para
#: preseed.xml:714
@@ -1341,10 +1336,10 @@ msgid ""
msgstr ""
"Under en normal installation vil spørgsmål om sted blive spurgt først, så "
"disse værdier kan kun forhåndskonfigureres via metoderne hos initrd- eller "
-"kerneopstartsparametre. Automatisk tilstand (<xref linkend=\"preseed-auto\"/>) "
-"inkluderer indstillingen <literal>auto-install/enable=true</literal> (normalt "
-"via aliasset for forhåndskonfiguration <literal>auto</literal>). Dette "
-"forsinker spørgsmålene om sted, så de kan forhåndskonfigureres med "
+"kerneopstartsparametre. Automatisk tilstand (<xref linkend=\"preseed-auto\"/"
+">) inkluderer indstillingen <literal>auto-install/enable=true</literal> "
+"(normalt via aliasset for forhåndskonfiguration <literal>auto</literal>). "
+"Dette forsinker spørgsmålene om sted, så de kan forhåndskonfigureres med "
"enhver metode."
#. Tag: para
@@ -1379,14 +1374,14 @@ msgid ""
"Language and country can also be specified as boot parameters."
msgstr ""
"Selvom denne metode er meget nem at bruge, så tillader den ikke "
-"forhåndskonfiguration af alle mulige kombinationer af sprog, land og sted"
-"<footnote> <para> Forhåndskonfiguration af <literal>locale</literal> til "
-"<userinput>en_NL</userinput> vil for eksempel medføre "
-"<literal>en_US.UTF-8</literal> som standardsted for det installerede "
-"system. Hvis f.eks. <literal>en_GB.UTF-8</literal> foretrækkes "
-"i stedet for, så skal værdierne forhåndskonfigureres individuelt. </para> </"
-"footnote>. Så alternativt kan værdierne forhåndskonfigureres individuelt. "
-"Sprog og land kan også angives som opstartsparametre."
+"forhåndskonfiguration af alle mulige kombinationer af sprog, land og "
+"sted<footnote> <para> Forhåndskonfiguration af <literal>locale</literal> til "
+"<userinput>en_NL</userinput> vil for eksempel medføre <literal>en_US.UTF-8</"
+"literal> som standardsted for det installerede system. Hvis f.eks. "
+"<literal>en_GB.UTF-8</literal> foretrækkes i stedet for, så skal værdierne "
+"forhåndskonfigureres individuelt. </para> </footnote>. Så alternativt kan "
+"værdierne forhåndskonfigureres individuelt. Sprog og land kan også angives "
+"som opstartsparametre."
#. Tag: screen
#: preseed.xml:756
@@ -1405,7 +1400,8 @@ msgstr ""
"# Forhåndskonfiguration af sted angiver sprog, land og sted..\n"
"d-i debian-installer/locale string en_US\n"
"\n"
-"# Værdierne kan også forhåndskonfigureres individuelt for større fleksibilitet.\n"
+"# Værdierne kan også forhåndskonfigureres individuelt for større "
+"fleksibilitet.\n"
"#d-i debian-installer/language string en\n"
"#d-i debian-installer/country string NL\n"
"#d-i debian-installer/locale string en_GB.UTF-8\n"
@@ -1426,8 +1422,8 @@ msgstr ""
"latinske tastaturkort) en ændringstast til at skifte mellem det amerikanske "
"tastaturkort og andre ikke latinske tastaturkort. Kun grundlæggende "
"tastaturkortvarianter er tilgængelige under installation. Avancerede "
-"varianter er kun tilgængelige i det installerede system, via "
-"<command>dpkg-reconfigure keyboard-configuration</command>."
+"varianter er kun tilgængelige i det installerede system, via <command>dpkg-"
+"reconfigure keyboard-configuration</command>."
#. Tag: screen
#: preseed.xml:766
@@ -1450,8 +1446,8 @@ msgid ""
"remaining active."
msgstr ""
"For at undlade tastaturkonfiguration, forhåndskonfigureres "
-"<classname>keymap</classname> med <userinput>skip-config</userinput>. "
-"Dette vil medføre, at kernens tastaturkort forbliver aktiv."
+"<classname>keymap</classname> med <userinput>skip-config</userinput>. Dette "
+"vil medføre, at kernens tastaturkort forbliver aktiv."
#. Tag: title
#: preseed.xml:780
@@ -1679,8 +1675,8 @@ msgid ""
"text values or crypt(3) <emphasis>hashes</emphasis>."
msgstr ""
"Adgangskoden for root-kontoen og navn og adgangskode for den første normale "
-"brugers konto kan forhåndskonfigureres. For adgangskoderne kan du enten bruge "
-"rene tekstværdier eller crypt(3)-<emphasis>hasher</emphasis>."
+"brugers konto kan forhåndskonfigureres. For adgangskoderne kan du enten "
+"bruge rene tekstværdier eller crypt(3)-<emphasis>hasher</emphasis>."
#. Tag: para
#: preseed.xml:875
@@ -1693,10 +1689,10 @@ msgid ""
"attacks. Recommended password hashing algorithms are SHA-256 and SHA512."
msgstr ""
"Vær opmærksom på at forhåndskonfiguration af adgangskoder ikke er "
-"fuldstændig sikker da alle med adgang til den forhåndskonfigurerede fil "
-"vil have viden om disse adgangskoder. Lagring af hashede adgangskoder "
-"anses for at være sikker medmindre at en svag hashingalgoritme såsom DES "
-"eller MD5 bruges; de giver mulighed for »bruteforce«-angreb. Anbefalede "
+"fuldstændig sikker da alle med adgang til den forhåndskonfigurerede fil vil "
+"have viden om disse adgangskoder. Lagring af hashede adgangskoder anses for "
+"at være sikker medmindre at en svag hashingalgoritme såsom DES eller MD5 "
+"bruges; de giver mulighed for »bruteforce«-angreb. Anbefalede "
"hashingalgoritmer for adgangskoder er SHA-256 og SHA512."
#. Tag: screen
@@ -1772,10 +1768,10 @@ msgstr ""
"Variablerne <classname>passwd/root-password-crypted</classname> og "
"<classname>passwd/user-password-crypted</classname> kan også "
"forhåndskonfigureres med <quote>!</quote> som deres værdi. I det tilfælde, "
-"bliver den tilsvarende konto deaktiveret. Dette kan være nyttigt for "
-"root-kontoen, selvfølgelig såfremt en alternativ metode er opsat til "
-"at tillade administrative aktiviteter eller root-logind (for eksempel "
-"ved at bruge SSH-nøglegodkendelse eller <command>sudo</command>)."
+"bliver den tilsvarende konto deaktiveret. Dette kan være nyttigt for root-"
+"kontoen, selvfølgelig såfremt en alternativ metode er opsat til at tillade "
+"administrative aktiviteter eller root-logind (for eksempel ved at bruge SSH-"
+"nøglegodkendelse eller <command>sudo</command>)."
#. Tag: para
#: preseed.xml:897
@@ -1785,9 +1781,9 @@ msgid ""
"package) can be used to generate a SHA-512 based crypt(3) hash for a "
"password:"
msgstr ""
-"Den følgende kommando (tilgængelig fra pakken "
-"<classname>whois</classname>) kan bruges til at oprette en SHA-512-baseret "
-"crypt(3)-hash for en adgangskode:"
+"Den følgende kommando (tilgængelig fra pakken <classname>whois</classname>) "
+"kan bruges til at oprette en SHA-512-baseret crypt(3)-hash for en "
+"adgangskode:"
#. Tag: screen
#: preseed.xml:902
@@ -1877,8 +1873,8 @@ msgid ""
"correct one will be selected before using preseeding."
msgstr ""
"Identifikationen af diske er afhængige af rækkefølgen, som deres drivere "
-"indlæses i. Hvis der er flere diske i systemet, så sikr dig, at den "
-"korrekte vil blive valgt, før forhåndskonfiguration anvendes."
+"indlæses i. Hvis der er flere diske i systemet, så sikr dig, at den korrekte "
+"vil blive valgt, før forhåndskonfiguration anvendes."
#. Tag: title
#: preseed.xml:953
@@ -1962,7 +1958,10 @@ msgid ""
"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"
+"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"
msgstr ""
#. Tag: title
@@ -1980,8 +1979,8 @@ msgid ""
"specifying spare devices."
msgstr ""
"Du kan også bruge forhåndskonfiguration til at opsætte partitioner på "
-"program-RAID-arrayer. Understøttet er RAID-niveauerne 0, 1, 5, 6 og 10, "
-"der opretter degraded arrayer og specificerer ledige enheder."
+"program-RAID-arrayer. Understøttet er RAID-niveauerne 0, 1, 5, 6 og 10, der "
+"opretter degraded arrayer og specificerer ledige enheder."
#. Tag: para
#: preseed.xml:966
@@ -2110,8 +2109,8 @@ msgid ""
"#d-i partman/mount_style select uuid"
msgstr ""
"# Standarden er at montere efter UUID, men du kan også vælge »traditional«\n"
-"# brug traditionelle enhedsnavne, eller »label« for at prøve filsystemetiketter "
-"af\n"
+"# brug traditionelle enhedsnavne, eller »label« for at prøve "
+"filsystemetiketter af\n"
"# før der faldes tilbage til UUID'er.\n"
"#d-i partman/mount_style select uuid"
@@ -2147,7 +2146,8 @@ msgid ""
"# kernel is to be installed.\n"
"#d-i base-installer/kernel/image string &kernelpackage;-686"
msgstr ""
-"# Konfigurer APT til ikke at installere anbefalede pakker som standard. Brug\n"
+"# Konfigurer APT til ikke at installere anbefalede pakker som standard. "
+"Brug\n"
"# af denne indstilling medføre et ufuldstændigt system og bør kun bruges af\n"
"# meget erfarne brugere.\n"
"#d-i base-installer/install-recommends boolean false\n"
@@ -2226,12 +2226,13 @@ msgstr ""
"# Aktiver deb-src-linjer\n"
"#d-i apt-setup/local0/source boolean true\n"
"# Adresse til den offentlige nøgle for det lokale arkiv; du skal angive en\n"
-"# ellers vil apt beklage sig over et arkiv uden godkendelse og så vil\n"
+"# ellers vil apt beklage sig over et arkiv uden godkendelse og så vil\n"
"# linjen sources.list blive efterladt udkommenteret\n"
"#d-i apt-setup/local0/key string http://local.server/key\n"
"\n"
"# Som standard kræver installationsprogrammet at arkiverne godkendes\n"
-"# via en kendt gpg-nøgle. Denne indstilling kan bruges til at deaktivere den\n"
+"# via en kendt gpg-nøgle. Denne indstilling kan bruges til at deaktivere "
+"den\n"
"# godkendelse. Advarsel: Usikker, anbefales ikke.\n"
"#d-i debian-installer/allow_unauthenticated boolean true\n"
"\n"
@@ -2344,9 +2345,9 @@ msgid ""
msgstr ""
"Hvis du ønsker at installere nogle individuelle pakker udover pakkerne "
"installeret af tasks, så kan du bruge parameteren <classname>pkgsel/include</"
-"classname>. Værdien for denne parameter kan være en liste af pakker "
-"adskilt af enten kommaer eller mellemrum, som gør at den kan nemt kan bruges "
-"på kernes kommandolinje."
+"classname>. Værdien for denne parameter kan være en liste af pakker adskilt "
+"af enten kommaer eller mellemrum, som gør at den kan nemt kan bruges på "
+"kernes kommandolinje."
#. Tag: screen
#: preseed.xml:1108
@@ -2433,8 +2434,8 @@ msgid ""
"example in <xref linkend=\"preseed-account\"/>."
msgstr ""
"En MD5-hash for en adgangskode til <classname>grub</classname> kan oprettes "
-"via <command>grub-md5-crypt</command>, eller via kommandoen fra eksemplet "
-"i <xref linkend=\"preseed-account\"/>."
+"via <command>grub-md5-crypt</command>, eller via kommandoen fra eksemplet i "
+"<xref linkend=\"preseed-account\"/>."
#. Tag: title
#: preseed.xml:1127
@@ -2603,9 +2604,10 @@ msgid ""
"variable and about its progress through each package's installation scripts."
msgstr ""
"For yderligere fejlsøgningsinformation bruges opstarstparameteren "
-"<classname>DEBCONF_DEBUG=5</classname>. Dette vil medføre at <classname>debconf</"
-"classname> udskriver langt flere detaljer om den nuværende opsætning af hver "
-"variabel og om dens status igennem hver pakkes installationsskripter."
+"<classname>DEBCONF_DEBUG=5</classname>. Dette vil medføre at "
+"<classname>debconf</classname> udskriver langt flere detaljer om den "
+"nuværende opsætning af hver variabel og om dens status igennem hver pakkes "
+"installationsskripter."
#. Tag: title
#: preseed.xml:1210
diff --git a/po/de/preseed.po b/po/de/preseed.po
index 156183f1b..0d5e38ddb 100644
--- a/po/de/preseed.po
+++ b/po/de/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2015-05-25 11:27+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2017-02-27 00:42+0100\n"
"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -2222,7 +2222,87 @@ msgstr "Partitionierungsbeispiele"
#. Tag: screen
#: preseed.xml:955
-#, no-c-format
+#, fuzzy, 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"
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"
@@ -2296,7 +2376,10 @@ msgid ""
"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"
+"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"
msgstr ""
"# Wenn das System freien Platz auf der Platte hat, können Sie festlegen, "
"nur\n"
@@ -3360,4 +3443,3 @@ msgstr ""
"bedeutet z.B., es gibt eine weitere Möglichkeit, den Befehl preseed/early zu "
"nutzen (diese zweite Ausführung findet statt, nachdem das Netzwerk aktiviert "
"wurde)."
-
diff --git a/po/el/preseed.po b/po/el/preseed.po
index edc23ca6c..f66cdc42f 100644
--- a/po/el/preseed.po
+++ b/po/el/preseed.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2013-05-01 16:45+0300\n"
"Last-Translator: galaxico <galaxico@quad-nrg.net>\n"
"Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n"
@@ -2465,7 +2465,10 @@ msgid ""
"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"
+"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"
msgstr ""
"# Αν το σύστημα έχει ελεύθερο χώρο μπορείτε να επιλέξετε την διαμέριση μόνο "
"αυτού του χώρου.\n"
diff --git a/po/es/preseed.po b/po/es/preseed.po
index 6a59ae2ac..7717de34e 100644
--- a/po/es/preseed.po
+++ b/po/es/preseed.po
@@ -34,7 +34,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2017-04-07 16:43+0200\n"
"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -248,7 +248,18 @@ msgid ""
"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."
-msgstr "Una diferencia importante entre los métodos de preconfiguración es el punto en el que se carga y procesa el fichero de preconfiguración. Para la preconfiguración a través de la imagen de arranque «initrd» esto se produce justo al comienzo de la instalación, antes de hacer siquiera la primera pregunta. La preconfiguración en la línea de órdenes del núcleo se produce justo antes. Por ello es posible reemplazar el conjunto de configuración en initrd editando la línea de órdenes del núcleo (bien en la configuración del arranque o manualmente tras el arranque en aquellos cargadores que lo permiten). Para la preconfiguración con fichero esto se hace después de que el CD o la imagen de CD se haya cargado. Para la preconfiguración de red esto se hace sólo después de que se haya configurado la red."
+msgstr ""
+"Una diferencia importante entre los métodos de preconfiguración es el punto "
+"en el que se carga y procesa el fichero de preconfiguración. Para la "
+"preconfiguración a través de la imagen de arranque «initrd» esto se produce "
+"justo al comienzo de la instalación, antes de hacer siquiera la primera "
+"pregunta. La preconfiguración en la línea de órdenes del núcleo se produce "
+"justo antes. Por ello es posible reemplazar el conjunto de configuración en "
+"initrd editando la línea de órdenes del núcleo (bien en la configuración del "
+"arranque o manualmente tras el arranque en aquellos cargadores que lo "
+"permiten). Para la preconfiguración con fichero esto se hace después de que "
+"el CD o la imagen de CD se haya cargado. Para la preconfiguración de red "
+"esto se hace sólo después de que se haya configurado la red."
#. Tag: para
#: preseed.xml:129
@@ -2437,7 +2448,10 @@ msgid ""
"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"
+"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"
msgstr ""
"# Si el sistema tiene espacio libre puede elegir particionar solamente\n"
"# este espacio. Se prestará atención a este parámetro solamente\n"
diff --git a/po/fi/preseed.po b/po/fi/preseed.po
index e0b846c04..01a3441f3 100644
--- a/po/fi/preseed.po
+++ b/po/fi/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Installation Guide preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2010-05-10 22:11+0300\n"
"Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -2418,7 +2418,10 @@ msgid ""
"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"
+"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"
msgstr ""
"# Jos järjestelmässä on vapaata tilaa voidaan valita osioitavaksi vain\n"
"# tuo tila. Tämä huomioidaan vain jos partman-auto/method (edempänä)\n"
diff --git a/po/fr/preseed.po b/po/fr/preseed.po
index 08e7d690f..3e6d7d547 100644
--- a/po/fr/preseed.po
+++ b/po/fr/preseed.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2016-12-27 17:19+0100\n"
"Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -2174,7 +2174,87 @@ msgstr "Exemples de partitionnement"
#. Tag: screen
#: preseed.xml:955
-#, no-c-format
+#, fuzzy, 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"
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"
@@ -2248,7 +2328,10 @@ msgid ""
"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"
+"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"
msgstr ""
"# Si le système possède un espace libre, vous pouvez ne partitionner que\n"
"# cet espace.\n"
diff --git a/po/hu/preseed.po b/po/hu/preseed.po
index 02426cd03..c93d85b71 100644
--- a/po/hu/preseed.po
+++ b/po/hu/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2007-03-18 19:17+0100\n"
"Last-Translator: SZERVÁC Attila <sas@321.hu>\n"
"Language-Team: Hungarian\n"
@@ -2171,7 +2171,10 @@ msgid ""
"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"
+"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"
msgstr ""
"# Ha a rendszeren van szabad hely, választható particionálás csak ide.\n"
"# Megjegyzés: ezt honosított (lefordított) értékkel kell előírni.\n"
diff --git a/po/it/preseed.po b/po/it/preseed.po
index 65866957a..9a3e7cfc2 100644
--- a/po/it/preseed.po
+++ b/po/it/preseed.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2015-05-25 11:27+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2017-03-05 17:14+0100\n"
"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
@@ -1760,8 +1760,7 @@ msgstr ""
"# e le attese dei timeout sono solo una seccatura.\n"
"#d-i netcfg/enable boolean false\n"
"\n"
-"# netcfg sceglierà, se possibile, un'interfaccia che abbia un "
-"collegamento.\n"
+"# netcfg sceglierà, se possibile, un'interfaccia che abbia un collegamento.\n"
"# Questo evita la visualizzazione di una lista se è presente più di\n"
"# un'interfaccia.\n"
"d-i netcfg/choose_interface select auto\n"
@@ -1806,8 +1805,7 @@ msgstr ""
"#d-i netcfg/get_nameservers string fc00::1\n"
"#d-i netcfg/confirm_static boolean true\n"
"\n"
-"# Si noti che gli eventuali nomi di host e dominio assegnati da dhcp "
-"hanno\n"
+"# Si noti che gli eventuali nomi di host e dominio assegnati da dhcp hanno\n"
"# la precedenza sui valori qui impostati. Naturalmente, l'impostazione dei\n"
"# valori previene ancora che le domande siano visualizzate anche se i\n"
"# valori arrivano da dhcp.\n"
@@ -1870,8 +1868,7 @@ msgid ""
"#d-i network-console/password password r00tme\n"
"#d-i network-console/password-again password r00tme"
msgstr ""
-"# Per effettuare un'installazione da remoto tramite SSH con il "
-"componente\n"
+"# Per effettuare un'installazione da remoto tramite SSH con il componente\n"
"# network-console, usare le seguenti impostazioni. Questo ha senso se si\n"
"# intende effettuare il resto dell'installazione manualmente.\n"
"#d-i anna/choose_modules string network-console\n"
@@ -2117,8 +2114,7 @@ msgstr ""
"# consulti /usr/share/zoneinfo/ per i valori validi.\n"
"d-i time/zone string US/Eastern\n"
"\n"
-"# Determina se usare NTP per impostare l'orologio durante "
-"l'installazione\n"
+"# Determina se usare NTP per impostare l'orologio durante l'installazione\n"
"d-i clock-setup/ntp boolean true\n"
"# Server NTP da usare. Quasi sempre è possibile usare quello predefito.\n"
"#d-i clock-setup/ntp-server string ntp.example.com"
@@ -2199,7 +2195,87 @@ msgstr "Esempio di partizionamento"
#. Tag: screen
#: preseed.xml:955
-#, no-c-format
+#, fuzzy, 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"
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"
@@ -2273,7 +2349,10 @@ msgid ""
"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"
+"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"
msgstr ""
"# Se il sistema ha spazio libero è possibile scegliere di partizionare\n"
"# soltanto quello spazio. Questa impostazione viene rispettata solo se\n"
@@ -2337,8 +2416,7 @@ msgstr ""
"# method{ swap } format{ } \\\n"
"# .\n"
"\n"
-"# Il formato della ricetta è documentato nel file partman-auto-recipe."
-"txt\n"
+"# Il formato della ricetta è documentato nel file partman-auto-recipe.txt\n"
"# incluso nel pacchetto \"debian-installer\" o disponibile nel repository\n"
"# dei sorgenti del D-I. Nel file è anche spiegato come impostare le\n"
"# etichette dei file system, i nomi dei gruppi di volumi e quali\n"
@@ -2497,8 +2575,7 @@ msgstr ""
"# incluso nel pacchetto \"debian-installer\" o disponibile nel repository\n"
"# dei sorgenti del D-I.\n"
"\n"
-"# Questo fa in modo che partman partizioni automaticamente senza "
-"conferma.\n"
+"# Questo fa in modo che partman partizioni automaticamente senza conferma.\n"
"d-i partman-md/confirm boolean true\n"
"d-i partman-partitioning/confirm_write_new_label boolean true\n"
"d-i partman/choose_partition select finish\n"
@@ -2836,8 +2913,7 @@ msgstr ""
"# sono: none, safe-upgrade, full-upgrade\n"
"#d-i pkgsel/upgrade select none\n"
"\n"
-"# Alcune versioni dell'installatore possono inviare un resoconto di "
-"quali\n"
+"# Alcune versioni dell'installatore possono inviare un resoconto di quali\n"
"# programmi sono stati installati e quali sono usati. Questo resoconto, la\n"
"# cui ricezione aiuta il progetto a determinare quali sono i programmi più\n"
"# popolari per inserirli nei CD, normalmente non viene inviato.\n"
@@ -2906,8 +2982,8 @@ msgstr ""
"# Per evitare anche l'installazione di lilo, e quindi non installare\n"
"# nessun boot loader, scommentare questa riga:\n"
"#d-i lilo-installer/skip boolean true</phrase>\n"
-"<phrase arch=\"kfreebsd-any;hurd-any\"># Per non installare un "
-"bootloader, scommentare questa riga:\n"
+"<phrase arch=\"kfreebsd-any;hurd-any\"># Per non installare un bootloader, "
+"scommentare questa riga:\n"
"#d-i grub-installer/skip boolean true</phrase>\n"
"\n"
"# Questa è ragionevolmente sicura da impostare, fa in modo che grub sia\n"
@@ -2915,8 +2991,7 @@ msgstr ""
"# rilevato nella macchina.\n"
"d-i grub-installer/only_debian boolean true\n"
"\n"
-"# Questa fa in modo che grub-installer si installi sul MBR se trova "
-"anche\n"
+"# Questa fa in modo che grub-installer si installi sul MBR se trova anche\n"
"# qualche altro sistema operativo, che è un po' meno sicuro poiché potrebbe\n"
"# non riuscire ad avviare gli altri sistemi operativi.\n"
"d-i grub-installer/with_other_os boolean true\n"
@@ -3026,8 +3101,7 @@ msgid ""
"# debconf-get-selections --installer > file\n"
"# debconf-get-selections >> file"
msgstr ""
-"# A seconda del software che si sceglie di installare, o se le cose "
-"vanno\n"
+"# A seconda del software che si sceglie di installare, o se le cose vanno\n"
"# storte durante il processo di installazione, è possibile che altre "
"domande\n"
"# possano essere poste. Si possono preconfigurare anche quelle,\n"
@@ -3270,16 +3344,14 @@ msgstr ""
"# li include.\n"
"#d-i preseed/include string x.cfg\n"
"\n"
-"# Facoltativamente il programma d'installazione può verificare le "
-"checksum\n"
+"# Facoltativamente il programma d'installazione può verificare le checksum\n"
"# dei file prima di processarli. Attualmente sono supportati solo le "
"checksum\n"
"# md5sum che vanno elencate nello stesso ordine con cui sono inclusi i "
"file.\n"
"#d-i preseed/include/checksum string 5da499872becccfeda2c4872f9171c3d\n"
"\n"
-"# Ancora più flessibile, questo esegue un comando di shell e se "
-"restituisce\n"
+"# Ancora più flessibile, questo esegue un comando di shell e se restituisce\n"
"# i nomi dei file di preconfigurazione allora include questi file.\n"
"#d-i preseed/include_command \\\n"
"# string if [ \"`hostname`\" = bob ]; then echo bob.cfg; fi\n"
diff --git a/po/ja/preseed.po b/po/ja/preseed.po
index 22c072443..c8ef61304 100644
--- a/po/ja/preseed.po
+++ b/po/ja/preseed.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2016-12-27 03:56+0900\n"
"Last-Translator: KURASAWA Nozomu (nabetaro) <nabetaro@debian.or.jp>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -2086,7 +2086,87 @@ msgstr "パーティション分割の例"
#. Tag: screen
#: preseed.xml:955
-#, no-c-format
+#, fuzzy, 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"
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"
@@ -2160,7 +2240,10 @@ msgid ""
"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"
+"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"
msgstr ""
"# 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"
diff --git a/po/ko/preseed.po b/po/ko/preseed.po
index cf12a65e7..baaf33a50 100644
--- a/po/ko/preseed.po
+++ b/po/ko/preseed.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed.xml\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2017-02-11 18:55+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-i10n-korean@lists.debian.org>\n"
@@ -144,8 +144,8 @@ msgstr "CD/DVD"
#. Tag: entry
#: preseed.xml:77 preseed.xml:78 preseed.xml:79 preseed.xml:89 preseed.xml:91
-#: preseed.xml:94 preseed.xml:95 preseed.xml:99 preseed.xml:100 preseed.xml:104
-#: preseed.xml:106 preseed.xml:109 preseed.xml:111
+#: preseed.xml:94 preseed.xml:95 preseed.xml:99 preseed.xml:100
+#: preseed.xml:104 preseed.xml:106 preseed.xml:109 preseed.xml:111
#, no-c-format
msgid "<entry>yes</entry>"
msgstr "<entry>예</entry>"
@@ -2076,7 +2076,87 @@ msgstr "파티션 예제"
# 주의: 메시지 번역과 통일
#. Tag: screen
#: preseed.xml:955
-#, no-c-format
+#, fuzzy, 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"
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"
@@ -2150,7 +2230,10 @@ msgid ""
"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"
+"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"
msgstr ""
"# 시스템에 빈 공간이 있을 때 그 공간만 파티션하게 설정할 수 있습니다.\n"
"# 아래의 partman-auto/method 설정이 있을 때만 적용됩니다.\n"
diff --git a/po/nl/preseed.po b/po/nl/preseed.po
index ac3406a08..8896b53dd 100644
--- a/po/nl/preseed.po
+++ b/po/nl/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2016-12-26 18:56+0000\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: Debian l10n Dutch <LL@li.org>\n"
@@ -1657,7 +1657,10 @@ msgid ""
"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"
+"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"
msgstr ""
#. Tag: title
diff --git a/po/nn/preseed.po b/po/nn/preseed.po
index df0dada9b..96b6dc3ca 100644
--- a/po/nn/preseed.po
+++ b/po/nn/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2016-12-26 18:56+0000\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: Norwegian nynorsk <LL@li.org>\n"
@@ -1657,7 +1657,10 @@ msgid ""
"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"
+"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"
msgstr ""
#. Tag: title
diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot
index e631654b2..83fc19b3c 100644
--- a/po/pot/preseed.pot
+++ b/po/pot/preseed.pot
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1657,7 +1657,10 @@ msgid ""
"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"
+"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"
msgstr ""
#. Tag: title
diff --git a/po/pt/preseed.po b/po/pt/preseed.po
index b1a706a9a..2a07bf0bd 100644
--- a/po/pt/preseed.po
+++ b/po/pt/preseed.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2016-12-27 17:40+0000\n"
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
"Language-Team: Portuguese <kde-i18n-doc@kde.org>\n"
@@ -2179,7 +2179,87 @@ msgstr "Exemplo de particionamento"
#. Tag: screen
#: preseed.xml:955
-#, no-c-format
+#, fuzzy, 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"
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"
@@ -2253,7 +2333,10 @@ msgid ""
"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"
+"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"
msgstr ""
"# Se o sistema tiver espaço livre pode escolher particionar apenas esse\n"
"# espaço.\n"
diff --git a/po/ro/preseed.po b/po/ro/preseed.po
index 063825fd7..6851082f1 100644
--- a/po/ro/preseed.po
+++ b/po/ro/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2016-12-26 18:56+0000\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: Romanian <LL@li.org>\n"
@@ -1657,7 +1657,10 @@ msgid ""
"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"
+"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"
msgstr ""
#. Tag: title
diff --git a/po/ru/preseed.po b/po/ru/preseed.po
index 848b80b1f..9aac1b715 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: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2015-03-14 08:24+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -2338,7 +2338,10 @@ msgid ""
"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"
+"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"
msgstr ""
"# Если система имеет свободное место, вы можете выбрать для разметки\n"
"# только его.\n"
diff --git a/po/sv/preseed.po b/po/sv/preseed.po
index 6398dc1a4..b11f785f1 100644
--- a/po/sv/preseed.po
+++ b/po/sv/preseed.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2012-07-31 00:19+0100\n"
"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -2428,7 +2428,10 @@ msgid ""
"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"
+"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"
msgstr ""
"# Om systemet har ledigt utrymme kan du välja att endast partitionera\n"
"# det utrymmet.\n"
diff --git a/po/tl/preseed.po b/po/tl/preseed.po
index 6b8314d59..ea51e3c1a 100644
--- a/po/tl/preseed.po
+++ b/po/tl/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2016-12-26 18:56+0000\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: Tagalog <LL@li.org>\n"
@@ -1657,7 +1657,10 @@ msgid ""
"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"
+"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"
msgstr ""
#. Tag: title
diff --git a/po/vi/preseed.po b/po/vi/preseed.po
index 131dcd5a0..c603fad6c 100644
--- a/po/vi/preseed.po
+++ b/po/vi/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: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2012-08-04 06:20+0700\n"
"Last-Translator: hailang <hailangvn@gmail.com>\n"
"Language-Team: MOST Project <du-an-most@lists.hanoilug.org>\n"
@@ -2408,7 +2408,10 @@ msgid ""
"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"
+"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"
msgstr ""
"# Nếu hệ thống vẫn có sức chứa trống, bạn có dịp chỉ phân vùng sức chứa đó.\n"
"# Sự chọn này chỉ hoạt động nếu « partman-auto/method » (bên dưới)\n"
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po
index 283298e13..e57a9580c 100644
--- a/po/zh_CN/preseed.po
+++ b/po/zh_CN/preseed.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2012-11-26 13:49+0800\n"
"Last-Translator: Ji YongGang <jungleji@gmail.com>\n"
"Language-Team: debian-chinese-gb <debian-chinese-gb@debian.org>\n"
@@ -2254,7 +2254,10 @@ msgid ""
"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"
+"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"
msgstr ""
"# 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"
diff --git a/po/zh_TW/preseed.po b/po/zh_TW/preseed.po
index fe28ed46b..9143cdb32 100644
--- a/po/zh_TW/preseed.po
+++ b/po/zh_TW/preseed.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual_preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2016-12-26 18:56+0000\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: debian-chinese-big5 <debian-chinese-big5@lists.debian.org>\n"
@@ -1657,7 +1657,10 @@ msgid ""
"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"
+"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"
msgstr ""
#. Tag: title