summaryrefslogtreecommitdiff
path: root/po/fr/random-bits.po
diff options
context:
space:
mode:
authorD-I role <debian-boot@lists.debian.org>2019-09-22 23:07:18 +0000
committerD-I role <debian-boot@lists.debian.org>2019-09-22 23:07:18 +0000
commite1de6cc0daf91d42bcd20287b2b8c5b5ef8fb2c1 (patch)
tree96960e71580151b475d201dc0cd7d2cc9610e8c4 /po/fr/random-bits.po
parent235bc11f6a2fdad1aca912804bee1ad9644b2451 (diff)
downloadinstallation-guide-e1de6cc0daf91d42bcd20287b2b8c5b5ef8fb2c1.zip
[SILENT_COMMIT] Update of POT and PO files for the installation-guide
Diffstat (limited to 'po/fr/random-bits.po')
-rw-r--r--po/fr/random-bits.po76
1 files changed, 20 insertions, 56 deletions
diff --git a/po/fr/random-bits.po b/po/fr/random-bits.po
index 49bde48df..10eb8e82e 100644
--- a/po/fr/random-bits.po
+++ b/po/fr/random-bits.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: random-bits\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2019-08-29 14:36+0000\n"
+"POT-Creation-Date: 2019-09-22 23:04+0000\n"
"PO-Revision-Date: 2019-09-02 12:12+0100\n"
"Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -376,12 +376,17 @@ msgstr ""
#. Tag: para
#: random-bits.xml:188
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "By default the installer will install the GNOME desktop environment, but "
+#| "alternative desktop environments can be selected either by using one of "
+#| "the special CD images, or by specifying the desired desktop environment "
+#| "when the installer is booted (see <xref linkend=\"pkgsel\"/>)."
msgid ""
"By default the installer will install the GNOME desktop environment, but "
"alternative desktop environments can be selected either by using one of the "
-"special CD images, or by specifying the desired desktop environment when the "
-"installer is booted (see <xref linkend=\"pkgsel\"/>)."
+"special installation images, or by specifying the desired desktop "
+"environment during installation (see <xref linkend=\"pkgsel\"/>)."
msgstr ""
"L'installateur installe par défaut l'environnement de bureau GNOME, mais "
"d'autres environnements sont possibles. Ils peuvent être sélectionnés soit "
@@ -927,11 +932,15 @@ msgstr ""
#. Tag: para
#: random-bits.xml:444
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "If you have a &releasename; &debian-gnu; CD mounted at <filename>/cdrom</"
+#| "filename>, you could substitute a file URL instead of the http URL: "
+#| "<userinput>file:/cdrom/debian/</userinput>"
msgid ""
-"If you have a &releasename; &debian-gnu; CD mounted at <filename>/cdrom</"
-"filename>, you could substitute a file URL instead of the http URL: "
-"<userinput>file:/cdrom/debian/</userinput>"
+"If you have a &releasename; &debian-gnu; installation image mounted at "
+"<filename>/cdrom</filename>, you could substitute a file URL instead of the "
+"http URL: <userinput>file:/cdrom/debian/</userinput>"
msgstr ""
"Si vous possédez une version CD de &debian-gnu; &releasename;, montée sur /"
"cdrom, vous pouvez remplacer l'URL http par l'URL d'un fichier&nbsp;: "
@@ -1112,47 +1121,6 @@ msgstr "Monter les partitions"
#. Tag: para
#: random-bits.xml:548
#, no-c-format
-#| msgid ""
-#| "You need to create <filename>/etc/fstab</filename>. "
-#| "<informalexample><screen>\n"
-#| "# editor /etc/fstab\n"
-#| "</screen></informalexample> Here is a sample you can modify to suit: "
-#| "<informalexample><screen>\n"
-#| "# /etc/fstab: static file system information.\n"
-#| "#\n"
-#| "# file system mount point type options dump "
-#| "pass\n"
-#| "/dev/XXX / ext3 defaults 0 1\n"
-#| "/dev/XXX /boot ext3 ro,nosuid,nodev 0 2\n"
-#| "\n"
-#| "/dev/XXX none swap sw 0 0\n"
-#| "proc /proc proc defaults 0 0\n"
-#| "\n"
-#| "/dev/fd0 /media/floppy auto noauto,rw,sync,user,exec 0 0\n"
-#| "/dev/cdrom /media/cdrom iso9660 noauto,ro,user,exec 0 0\n"
-#| "\n"
-#| "/dev/XXX /tmp ext3 rw,nosuid,nodev 0 2\n"
-#| "/dev/XXX /var ext3 rw,nosuid,nodev 0 2\n"
-#| "/dev/XXX /usr ext3 rw,nodev 0 2\n"
-#| "/dev/XXX /home ext3 rw,nosuid,nodev 0 2\n"
-#| "</screen></informalexample> Use <userinput>mount -a</userinput> to mount "
-#| "all the file systems you have specified in your <filename>/etc/fstab</"
-#| "filename>, or, to mount file systems individually, use: "
-#| "<informalexample><screen>\n"
-#| "# mount /path # e.g.: mount /usr\n"
-#| "</screen></informalexample> Current &debian; systems have mountpoints for "
-#| "removable media under <filename>/media</filename>, but keep compatibility "
-#| "symlinks in <filename>/</filename>. Create these as as needed, for "
-#| "example: <informalexample><screen>\n"
-#| "# cd /media\n"
-#| "# mkdir cdrom0\n"
-#| "# ln -s cdrom0 cdrom\n"
-#| "# cd /\n"
-#| "# ln -s media/cdrom\n"
-#| "</screen></informalexample> You can mount the proc file system multiple "
-#| "times and to arbitrary locations, though <filename>/proc</filename> is "
-#| "customary. If you didn't use <userinput>mount -a</userinput>, be sure to "
-#| "mount proc before continuing:"
msgid ""
"You need to create <filename>/etc/fstab</filename>. "
"<informalexample><screen>\n"
@@ -2012,8 +1980,9 @@ msgstr ""
#. Tag: guimenuitem
#: random-bits.xml:930
-#, no-c-format
-msgid "Load installer components from CD"
+#, fuzzy, no-c-format
+#| msgid "Load installer components from CD"
+msgid "Load installer components from installation media"
msgstr "Chargement des composants de l'installateur à partir d'un CD"
#. Tag: para
@@ -2136,11 +2105,6 @@ msgstr ""
#. Tag: para
#: random-bits.xml:1019
#, no-c-format
-#| msgid ""
-#| "To have the option of setting up and using PPPoE during the installation, "
-#| "you will need to install using one of the CD-ROM/DVD images that are "
-#| "available. It is not supported for other installation methods (e.g. "
-#| "netboot<phrase condition=\"supports-floppy-boot\"> or floppy</phrase>)."
msgid ""
"To have the option of setting up and using PPPoE during the installation, "
"you will need to install using one of the CD-ROM/DVD images that are "