summaryrefslogtreecommitdiff
path: root/po/fr/random-bits.po
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2015-04-17 01:41:39 +0000
committerSamuel Thibault <sthibault@debian.org>2015-04-17 01:41:39 +0000
commitedd6900a4865a5dae5d44df8793238ff9addca46 (patch)
tree7b4f48b913eb7e4d960dedb1838708a1e28f1b37 /po/fr/random-bits.po
parent71335b1fd5ecc3dd38428cde4e4c8b1b931182df (diff)
downloadinstallation-guide-edd6900a4865a5dae5d44df8793238ff9addca46.zip
propagate trivial changes to non-english languages
Diffstat (limited to 'po/fr/random-bits.po')
-rw-r--r--po/fr/random-bits.po134
1 files changed, 19 insertions, 115 deletions
diff --git a/po/fr/random-bits.po b/po/fr/random-bits.po
index 9d9477381..d2155cf92 100644
--- a/po/fr/random-bits.po
+++ b/po/fr/random-bits.po
@@ -816,14 +816,7 @@ msgstr ""
#. Tag: para
#: random-bits.xml:364
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Next, create file systems on the partitions. For example, to create an "
-#| "ext3 file system on partition <filename>/dev/hda6</filename> (that's our "
-#| "example root partition): <informalexample><screen>\n"
-#| "# mke2fs -j /dev/<replaceable>hda6</replaceable>\n"
-#| "</screen></informalexample> To create an ext2 file system instead, omit "
-#| "<userinput>-j</userinput>."
+#, no-c-format
msgid ""
"Next, create file systems on the partitions. For example, to create an ext3 "
"file system on partition <filename>/dev/sda6</filename> (that's our example "
@@ -833,26 +826,16 @@ msgid ""
"<userinput>-j</userinput>."
msgstr ""
"Pour créer un système de fichiers sur les partitions, par exemple, pour "
-"créer un système de fichiers ext3 sur la partition <filename>/dev/hda6</"
+"créer un système de fichiers ext3 sur la partition <filename>/dev/sda6</"
"filename> (ce sera la partition racine dans notre exemple), il suffit de "
"faire&nbsp;: <informalexample><screen>\n"
-"# mke2fs -j /dev/<replaceable>hda6</replaceable>\n"
+"# mke2fs -j /dev/<replaceable>sda6</replaceable>\n"
"</screen></informalexample> Pour créer un système de fichier ext2, il suffit "
"d'enlever le <userinput>-j</userinput>."
#. Tag: para
#: random-bits.xml:374
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Initialize and activate swap (substitute the partition number for your "
-#| "intended &debian; swap partition): <informalexample><screen>\n"
-#| "# mkswap /dev/<replaceable>hda5</replaceable>\n"
-#| "# sync\n"
-#| "# swapon /dev/<replaceable>hda5</replaceable>\n"
-#| "</screen></informalexample> Mount one partition as <filename>/mnt/"
-#| "debinst</filename> (the installation point, to be the root (<filename>/</"
-#| "filename>) filesystem on your new system). The mount point name is "
-#| "strictly arbitrary, it is referenced later below."
+#, no-c-format
msgid ""
"Initialize and activate swap (substitute the partition number for your "
"intended &debian; swap partition): <informalexample><screen>\n"
@@ -867,9 +850,9 @@ msgstr ""
"Initialisez et activez la zone d'échange (swap) (modifiez le numéro de la "
"partition en fonction de celui que vous souhaitez utiliser avec &debian;)"
"&nbsp;: <informalexample><screen>\n"
-"# mkswap /dev/<replaceable>hda5</replaceable>\n"
+"# mkswap /dev/<replaceable>sda5</replaceable>\n"
"# sync\n"
-"# swapon /dev/<replaceable>hda5</replaceable>\n"
+"# swapon /dev/<replaceable>sda5</replaceable>\n"
"</screen></informalexample> Montez une partition sur <filename>/mnt/debinst</"
"filename> (le point d'installation, qui deviendra le système de fichier "
"racine (<filename>/</filename>) sur votre nouveau système). Le point de "
@@ -878,16 +861,13 @@ msgstr ""
#. Tag: screen
#: random-bits.xml:386
-#, fuzzy, no-c-format
-#| msgid ""
-#| "# mkdir /mnt/debinst\n"
-#| "# mount /dev/<replaceable>hda6</replaceable> /mnt/debinst"
+#, no-c-format
msgid ""
"# mkdir /mnt/debinst\n"
"# mount /dev/<replaceable>sda6</replaceable> /mnt/debinst"
msgstr ""
"# mkdir /mnt/debinst\n"
-"# mount /dev/<replaceable>hda6</replaceable> /mnt/debinst"
+"# mount /dev/<replaceable>sda6</replaceable> /mnt/debinst"
#. Tag: para
#: random-bits.xml:389
@@ -1595,17 +1575,7 @@ msgstr ""
#. Tag: para
#: random-bits.xml:731
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Installing and setting up <classname>grub2</classname> is as easy as: "
-#| "<informalexample><screen>\n"
-#| "# aptitude install grub-pc\n"
-#| "# grub-install /dev/<replaceable>hda</replaceable>\n"
-#| "# update-grub\n"
-#| "</screen></informalexample> The second command will install "
-#| "<command>grub2</command> (in this case in the MBR of <literal>hda</"
-#| "literal>). The last command will create a sane and working <filename>/"
-#| "boot/grub/grub.cfg</filename>."
+#, no-c-format
msgid ""
"Installing and setting up <classname>grub2</classname> is as easy as: "
"<informalexample><screen>\n"
@@ -1620,26 +1590,21 @@ msgstr ""
"L'installation et la configuration de <classname>grub2</classname> est aussi "
"simple que ça&nbsp;: <informalexample><screen>\n"
"# aptitude install grub-pc\n"
-"# grub-install /dev/<replaceable>hda</replaceable>\n"
+"# grub-install /dev/<replaceable>sda</replaceable>\n"
"# update-grub\n"
"</screen></informalexample> La deuxième commande installe <command>grub-pc</"
-"command> (ici, sur le MBR de <literal>hda</literal>). La dernière commande "
+"command> (ici, sur le MBR de <literal>sda</literal>). La dernière commande "
"crée un fichier <filename>/boot/grub/grub.cfg</filename> fonctionnel."
#. Tag: para
#: random-bits.xml:741
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Note that this assumes that a <filename>/dev/hda</filename> device file "
-#| "has been created. There are alternative methods to install "
-#| "<command>grub2</command>, but those are outside the scope of this "
-#| "appendix."
+#, no-c-format
msgid ""
"Note that this assumes that a <filename>/dev/sda</filename> device file has "
"been created. There are alternative methods to install <command>grub2</"
"command>, but those are outside the scope of this appendix."
msgstr ""
-"On suppose ici qu'un fichier <filename>/dev/hda</filename> a été créé. Il y "
+"On suppose ici qu'un fichier <filename>/dev/sda</filename> a été créé. Il y "
"a d'autres méthodes pour installer <command>grub-pc</command>, mais elles "
"sortent du cadre de cette annexe."
@@ -1652,16 +1617,7 @@ msgstr ""
#. Tag: screen
#: random-bits.xml:751
-#, fuzzy, no-c-format
-#| msgid ""
-#| "boot=/dev/<replaceable>hda6</replaceable>\n"
-#| "root=/dev/<replaceable>hda6</replaceable>\n"
-#| "install=menu\n"
-#| "delay=20\n"
-#| "lba32\n"
-#| "image=/vmlinuz\n"
-#| "initrd=/initrd.img\n"
-#| "label=Debian"
+#, no-c-format
msgid ""
"boot=/dev/<replaceable>sda6</replaceable>\n"
"root=/dev/<replaceable>sda6</replaceable>\n"
@@ -1672,8 +1628,8 @@ msgid ""
"initrd=/initrd.img\n"
"label=Debian"
msgstr ""
-"boot=/dev/<replaceable>hda6</replaceable>\n"
-"root=/dev/<replaceable>hda6</replaceable>\n"
+"boot=/dev/<replaceable>sda6</replaceable>\n"
+"root=/dev/<replaceable>sda6</replaceable>\n"
"install=menu\n"
"delay=20\n"
"lba32\n"
@@ -1702,20 +1658,7 @@ msgstr ""
#. Tag: para
#: random-bits.xml:763
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Here is a basic <filename>/etc/yaboot.conf</filename> as an example: "
-#| "<informalexample><screen>\n"
-#| "boot=/dev/hda2\n"
-#| "device=hd:\n"
-#| "partition=6\n"
-#| "root=/dev/hda6\n"
-#| "magicboot=/usr/lib/yaboot/ofboot\n"
-#| "timeout=50\n"
-#| "image=/vmlinux\n"
-#| "label=Debian\n"
-#| "</screen></informalexample> On some machines, you may need to use "
-#| "<userinput>ide0:</userinput> instead of <userinput>hd:</userinput>."
+#, no-c-format
msgid ""
"Here is a basic <filename>/etc/yaboot.conf</filename> as an example: "
"<informalexample><screen>\n"
@@ -1732,10 +1675,10 @@ msgid ""
msgstr ""
"Voici un exemple simple de fichier <filename>/etc/yaboot.conf</"
"filename>&nbsp;: <informalexample><screen>\n"
-"boot=/dev/hda2\n"
+"boot=/dev/sda2\n"
"device=hd:\n"
"partition=6\n"
-"root=/dev/hda6\n"
+"root=/dev/sda6\n"
"magicboot=/usr/lib/yaboot/ofboot\n"
"timeout=50\n"
"image=/vmlinux\n"
@@ -2301,57 +2244,18 @@ msgstr ""
"l'entrée de menu <guimenuitem>Configurer et lancer une connexion PPPoE</"
"guimenuitem>."
-#~ msgid "<filename>hda</filename>"
-#~ msgstr "<filename>hda</filename>"
-
-#~ msgid "IDE Hard disk / CD-ROM on the first IDE port (Master)"
-#~ msgstr "Disque dur IDE ou lecteur CD sur le premier port IDE (maître)"
-
-#~ msgid "<filename>hdb</filename>"
-#~ msgstr "<filename>hdb</filename>"
-
-#~ msgid "IDE Hard disk / CD-ROM on the first IDE port (Slave)"
-#~ msgstr "Disque dur IDE ou lecteur CD sur le premier port IDE (esclave)"
-
-#~ msgid "<filename>hdc</filename>"
-#~ msgstr "<filename>hdc</filename>"
-
-#~ msgid "IDE Hard disk / CD-ROM on the second IDE port (Master)"
-#~ msgstr "Disque dur IDE ou lecteur CD sur le second port IDE (maître)"
-
-#~ msgid "<filename>hdd</filename>"
-#~ msgstr "<filename>hdd</filename>"
-
-#~ msgid "IDE Hard disk / CD-ROM on the second IDE port (Slave)"
-#~ msgstr "Disque dur IDE ou lecteur CD sur le second port IDE (esclave)"
-
-#~ msgid "hda1"
-#~ msgstr "hda1"
-
-#~ msgid "hdd15"
-#~ msgstr "hdd15"
-
-#~ msgid "Fifteenth partition of the fourth IDE hard disk"
-#~ msgstr "15e partition sur le quatrième disque dur IDE"
-
#~ msgid "SCSI Hard disk with lowest SCSI ID (e.g. 0)"
#~ msgstr "Disque SCSI avec l'identificateur SCSI le plus bas (p. ex. 0)"
#~ msgid "SCSI Hard disk with next higher SCSI ID (e.g. 1)"
#~ msgstr "Disque SCSI avec l'identificateur suivant (p. ex. 1)"
-#~ msgid "<filename>sdc</filename>"
-#~ msgstr "<filename>sdc</filename>"
-
#~ msgid "SCSI Hard disk with next higher SCSI ID (e.g. 2)"
#~ msgstr "Disque SCSI avec l'identificateur suivant (p. ex. 2)"
#~ msgid "First partition of the first SCSI hard disk"
#~ msgstr "1re partition du premier disque SCSI"
-#~ msgid "sdd10"
-#~ msgstr "sdd10"
-
#~ msgid "SCSI CD-ROM with the lowest SCSI ID"
#~ msgstr "lecteur CD SCSI avec l'identificateur SCSI le plus bas"