summaryrefslogtreecommitdiff
path: root/po/fr/preseed.po
diff options
context:
space:
mode:
authorLuca Monducci <luca.mo@tiscali.it>2019-07-27 15:12:47 +0200
committerLuca Monducci <luca.mo@tiscali.it>2019-07-27 15:12:47 +0200
commit6764487fd041da7415e44183736426da13af7bda (patch)
treefb98b8d1ecc6014f6d8e6c1f5bbb632d68a0ca13 /po/fr/preseed.po
parent7ee4e940ea95e4676916d0e36092926d01989c79 (diff)
parent2244f2b19af8c2556fd5dadf752c652a1c5fdcc0 (diff)
downloadinstallation-guide-6764487fd041da7415e44183736426da13af7bda.zip
Merge branch 'master' of salsa.debian.org:installer-team/installation-guide
Diffstat (limited to 'po/fr/preseed.po')
-rw-r--r--po/fr/preseed.po98
1 files changed, 10 insertions, 88 deletions
diff --git a/po/fr/preseed.po b/po/fr/preseed.po
index 76706fbab..beb837bd3 100644
--- a/po/fr/preseed.po
+++ b/po/fr/preseed.po
@@ -1,13 +1,13 @@
# French translation of the Debian Installer Manual
# Philippe Batailler - ?-2013
#
-# Baptiste Jammet <baptiste@mailoo.org>, 2014, 2016, 2017.
+# Baptiste Jammet <baptiste@mailoo.org>, 2014, 2016, 2017, 2019.
msgid ""
msgstr ""
"Project-Id-Version: preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
"POT-Creation-Date: 2019-06-22 16:23+0000\n"
-"PO-Revision-Date: 2017-04-27 19:20+0200\n"
+"PO-Revision-Date: 2019-07-14 15:21+0100\n"
"Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
"Language: fr\n"
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
#. Tag: title
#: preseed.xml:16
@@ -2189,91 +2189,7 @@ msgstr "Exemples de partitionnement"
#. Tag: screen
#: preseed.xml:971
-#, 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\n"
-#| "\n"
-#| "# When disk encryption is enabled, skip wiping the partitions "
-#| "beforehand.\n"
-#| "#d-i partman-auto-crypto/erase_disks boolean false"
+#, 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"
@@ -2376,6 +2292,12 @@ msgstr ""
"# - crypto : utilisation de LVM à l'intérieur d'une partition chiffrée.\n"
"d-i partman-auto/method string lvm\n"
"\n"
+"# Vous pouvez définir la quantité d'espace qui sera utilisée\n"
+"# par le groupe LVM.\n"
+"# Cela peut être une taille associée à son unité (par exemple 20 GB),\n"
+"# un pourcentage d'espace libre ou le mot \"max\".\n"
+"d-i partman-auto-lvm/guided_size string max\n"
+"\n"
"# Si l'un des disques à partitionner automatiquement contient une ancienne\n"
"# configuration LVM, l'utilisateur recevra normalement un avertissement.\n"
"# Cet avertissement peut être évité : \n"