summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorD-I role <debian-boot@lists.debian.org>2019-07-14 23:23:20 +0000
committerD-I role <debian-boot@lists.debian.org>2019-07-14 23:23:20 +0000
commit572686ba37bc477e87db07a397e8522ee9a50686 (patch)
treeedcb8cda358b98ba7bc46f983b67baabea666396 /po
parent6aa8c2e2806781b7a9e3d7611a0f8f2a79068ed4 (diff)
downloadinstallation-guide-572686ba37bc477e87db07a397e8522ee9a50686.zip
[SILENT_COMMIT] Update of POT and PO files for the installation-guide
Diffstat (limited to 'po')
-rw-r--r--po/fr/preparing.po7
-rw-r--r--po/fr/preseed.po84
-rw-r--r--po/fr/using-d-i.po12
3 files changed, 0 insertions, 103 deletions
diff --git a/po/fr/preparing.po b/po/fr/preparing.po
index fedaba70a..dbe2158eb 100644
--- a/po/fr/preparing.po
+++ b/po/fr/preparing.po
@@ -1236,13 +1236,6 @@ msgstr ""
#. Tag: para
#: preparing.xml:794
#, no-c-format
-#| msgid ""
-#| "The actual minimum memory requirements are a lot less than the numbers "
-#| "listed in this table. Depending on the architecture, it is possible to "
-#| "install &debian; with as little as 60MB (for amd64). The same goes for "
-#| "the disk space requirements, especially if you pick and choose which "
-#| "applications to install; see <xref linkend=\"tasksel-size-list\"/> for "
-#| "additional information on disk space requirements."
msgid ""
"The actual minimum memory requirements are a lot less than the numbers "
"listed in this table. With swap enabled, it is possible to install &debian; "
diff --git a/po/fr/preseed.po b/po/fr/preseed.po
index 76ad87e1a..beb837bd3 100644
--- a/po/fr/preseed.po
+++ b/po/fr/preseed.po
@@ -2190,90 +2190,6 @@ msgstr "Exemples de partitionnement"
#. Tag: screen
#: preseed.xml:971
#, 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"
diff --git a/po/fr/using-d-i.po b/po/fr/using-d-i.po
index 147e2bfe4..d521bd7b2 100644
--- a/po/fr/using-d-i.po
+++ b/po/fr/using-d-i.po
@@ -3303,18 +3303,6 @@ msgstr ""
#. Tag: para
#: using-d-i.xml:1945
#, no-c-format
-#| msgid ""
-#| "The two most important partitions to encrypt are: the home partition, "
-#| "where your private data resides, and the swap partition, where sensitive "
-#| "data might be stored temporarily during operation. Of course, nothing "
-#| "prevents you from encrypting any other partitions that might be of "
-#| "interest. For example <filename>/var</filename> where database servers, "
-#| "mail servers or print servers store their data, or <filename>/tmp</"
-#| "filename> which is used by various programs to store potentially "
-#| "interesting temporary files. Some people may even want to encrypt their "
-#| "whole system. The only exception is the <filename>/boot</filename> "
-#| "partition which must remain unencrypted, because currently there is no "
-#| "way to load the kernel from an encrypted partition."
msgid ""
"The two most important partitions to encrypt are: the home partition, where "
"your private data resides, and the swap partition, where sensitive data "