diff options
Diffstat (limited to 'po/fr/preseed.po')
-rw-r--r-- | po/fr/preseed.po | 62 |
1 files changed, 54 insertions, 8 deletions
diff --git a/po/fr/preseed.po b/po/fr/preseed.po index d50f55596..a6587bc1b 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: 2015-02-23 20:58+0000\n" +"POT-Creation-Date: 2015-03-21 16:42+0000\n" "PO-Revision-Date: 2015-03-07 15:27+0100\n" "Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n" "Language-Team: debian-l10n-french <debian-l10n-french@lists.debian.org>\n" @@ -2033,8 +2033,6 @@ msgstr "" #. Tag: para #: preseed.xml:891 #, no-c-format -#| msgid "" -#| "The following command can be used to generate an MD5 hash for a password:" msgid "" "The following command (available from the <classname>whois</classname> " "package) can be used to generate an MD5 hash for a password:" @@ -2809,7 +2807,53 @@ msgstr "Installation du programme d'amorçage" #. Tag: screen #: preseed.xml:1109 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "<phrase arch=\"linux-any\"># Grub is the default boot loader (for x86). " +#| "If you want lilo installed\n" +#| "# instead, uncomment this:\n" +#| "#d-i grub-installer/skip boolean true\n" +#| "# To also skip installing lilo, and install no bootloader, uncomment " +#| "this\n" +#| "# too:\n" +#| "#d-i lilo-installer/skip boolean true</phrase>\n" +#| "<phrase arch=\"kfreebsd-any;hurd-any\"># To install no bootloader, " +#| "uncomment this\n" +#| "#d-i grub-installer/skip boolean true</phrase>\n" +#| "\n" +#| "# This is fairly safe to set, it makes grub install automatically to the " +#| "MBR\n" +#| "# if no other operating system is detected on the machine.\n" +#| "d-i grub-installer/only_debian boolean true\n" +#| "\n" +#| "# This one makes grub-installer install to the MBR if it also finds some " +#| "other\n" +#| "# OS, which is less safe as it might not be able to boot that other OS.\n" +#| "d-i grub-installer/with_other_os boolean true\n" +#| "\n" +#| "# Alternatively, if you want to install to a location other than the " +#| "mbr,\n" +#| "# uncomment and edit these lines:\n" +#| "#d-i grub-installer/only_debian boolean false\n" +#| "#d-i grub-installer/with_other_os boolean false\n" +#| "#d-i grub-installer/bootdev string (hd0,1)\n" +#| "# To install grub to multiple disks:\n" +#| "#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n" +#| "# To install to a particular device:\n" +#| "#d-i grub-installer/bootdev string /dev/sda\n" +#| "# To install to the first device:\n" +#| "#d-i grub-installer/bootdev string default\n" +#| "\n" +#| "# Optional password for grub, either in clear text\n" +#| "#d-i grub-installer/password password r00tme\n" +#| "#d-i grub-installer/password-again password r00tme\n" +#| "# or encrypted using an MD5 hash, see grub-md5-crypt(8).\n" +#| "#d-i grub-installer/password-crypted password [MD5 hash]\n" +#| "\n" +#| "# Use the following option to add additional boot parameters for the\n" +#| "# installed system (if supported by the bootloader installer).\n" +#| "# Note: options passed to the installer will be added automatically.\n" +#| "#d-i debian-installer/add-kernel-opts string nousb" msgid "" "<phrase arch=\"linux-any\"># Grub is the default boot loader (for x86). If " "you want lilo installed\n" @@ -2832,6 +2876,12 @@ msgid "" "# OS, which is less safe as it might not be able to boot that other OS.\n" "d-i grub-installer/with_other_os boolean true\n" "\n" +"# Due notably to potential USB sticks, the location of the MBR can not be\n" +"# determined safely in general, so this needs to be specified:\n" +"#d-i grub-installer/bootdev string /dev/sda\n" +"# To install to the first device (assuming it is not a USB stick):\n" +"#d-i grub-installer/bootdev string default\n" +"\n" "# Alternatively, if you want to install to a location other than the mbr,\n" "# uncomment and edit these lines:\n" "#d-i grub-installer/only_debian boolean false\n" @@ -2839,10 +2889,6 @@ msgid "" "#d-i grub-installer/bootdev string (hd0,1)\n" "# To install grub to multiple disks:\n" "#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n" -"# To install to a particular device:\n" -"#d-i grub-installer/bootdev string /dev/sda\n" -"# To install to the first device:\n" -"#d-i grub-installer/bootdev string default\n" "\n" "# Optional password for grub, either in clear text\n" "#d-i grub-installer/password password r00tme\n" |