From 5f27f95c85313a5ada540cf96590ff57ab3237af Mon Sep 17 00:00:00 2001 From: Baptiste Jammet Date: Fri, 17 Apr 2015 09:34:03 +0000 Subject: d-i manual : Update french traslation --- po/fr/random-bits.po | 120 +++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 108 insertions(+), 12 deletions(-) (limited to 'po/fr/random-bits.po') diff --git a/po/fr/random-bits.po b/po/fr/random-bits.po index d2155cf92..16234eafc 100644 --- a/po/fr/random-bits.po +++ b/po/fr/random-bits.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: random-bits\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" "POT-Creation-Date: 2015-04-15 20:29+0000\n" -"PO-Revision-Date: 2015-01-17 19:32+0100\n" +"PO-Revision-Date: 2015-04-16 19:40+0100\n" "Last-Translator: Baptiste Jammet \n" "Language-Team: debian-l10n-french \n" "Language: fr\n" @@ -84,7 +84,7 @@ msgstr "sda" #: random-bits.xml:38 #, no-c-format msgid "First hard disk" -msgstr "" +msgstr "Premier disque dur" #. Tag: filename #: random-bits.xml:40 @@ -96,7 +96,7 @@ msgstr "sdb" #: random-bits.xml:41 #, no-c-format msgid "Second hard disk" -msgstr "" +msgstr "Deuxième disque dur" #. Tag: filename #: random-bits.xml:43 @@ -106,23 +106,23 @@ msgstr "sda1" #. Tag: entry #: random-bits.xml:44 -#, fuzzy, no-c-format +#, no-c-format #| msgid "First partition of the first IDE hard disk" msgid "First partition of the first hard disk" -msgstr "1re partition sur le premier disque dur IDE" +msgstr "Première partition du premier disque dur" #. Tag: filename #: random-bits.xml:46 #, no-c-format msgid "sdb7" -msgstr "" +msgstr "sdb7" #. Tag: entry #: random-bits.xml:47 -#, fuzzy, no-c-format +#, no-c-format #| msgid "Tenth partition of the fourth SCSI hard disk" msgid "Seventh partition of the second hard disk" -msgstr "10e partition du quatrième disque SCSI" +msgstr "Septième partition du deuxième disque dur" #. Tag: filename #: random-bits.xml:53 @@ -134,7 +134,7 @@ msgstr "sr0" #: random-bits.xml:54 #, no-c-format msgid "First CD-ROM" -msgstr "" +msgstr "Premier lecteur de CD-ROM" #. Tag: filename #: random-bits.xml:56 @@ -146,7 +146,7 @@ msgstr "sr1" #: random-bits.xml:57 #, no-c-format msgid "Second CD-ROM" -msgstr "" +msgstr "Deuxième lecteur de CD-ROM" #. Tag: filename #: random-bits.xml:63 @@ -817,6 +817,13 @@ msgstr "" #. Tag: para #: random-bits.xml:364 #, no-c-format +#| msgid "" +#| "Next, create file systems on the partitions. For example, to create an " +#| "ext3 file system on partition /dev/hda6 (that's our " +#| "example root partition): \n" +#| "# mke2fs -j /dev/hda6\n" +#| " To create an ext2 file system instead, omit " +#| "-j." msgid "" "Next, create file systems on the partitions. For example, to create an ext3 " "file system on partition /dev/sda6 (that's our example " @@ -836,6 +843,16 @@ msgstr "" #. Tag: para #: random-bits.xml:374 #, no-c-format +#| msgid "" +#| "Initialize and activate swap (substitute the partition number for your " +#| "intended &debian; swap partition): \n" +#| "# mkswap /dev/hda5\n" +#| "# sync\n" +#| "# swapon /dev/hda5\n" +#| " Mount one partition as /mnt/" +#| "debinst (the installation point, to be the root (/) filesystem on your new system). The mount point name is " +#| "strictly arbitrary, it is referenced later below." msgid "" "Initialize and activate swap (substitute the partition number for your " "intended &debian; swap partition): \n" @@ -862,6 +879,9 @@ msgstr "" #. Tag: screen #: random-bits.xml:386 #, no-c-format +#| msgid "" +#| "# mkdir /mnt/debinst\n" +#| "# mount /dev/hda6 /mnt/debinst" msgid "" "# mkdir /mnt/debinst\n" "# mount /dev/sda6 /mnt/debinst" @@ -1576,6 +1596,16 @@ msgstr "" #. Tag: para #: random-bits.xml:731 #, no-c-format +#| msgid "" +#| "Installing and setting up grub2 is as easy as: " +#| "\n" +#| "# aptitude install grub-pc\n" +#| "# grub-install /dev/hda\n" +#| "# update-grub\n" +#| " The second command will install " +#| "grub2 (in this case in the MBR of hda). The last command will create a sane and working /" +#| "boot/grub/grub.cfg." msgid "" "Installing and setting up grub2 is as easy as: " "\n" @@ -1592,20 +1622,25 @@ msgstr "" "# aptitude install grub-pc\n" "# grub-install /dev/sda\n" "# update-grub\n" -" La deuxième commande installe grub-pc La deuxième commande installe grub2 (ici, sur le MBR de sda). La dernière commande " "crée un fichier /boot/grub/grub.cfg fonctionnel." #. Tag: para #: random-bits.xml:741 #, no-c-format +#| msgid "" +#| "Note that this assumes that a /dev/hda device file " +#| "has been created. There are alternative methods to install " +#| "grub2, but those are outside the scope of this " +#| "appendix." msgid "" "Note that this assumes that a /dev/sda device file has " "been created. There are alternative methods to install grub2, but those are outside the scope of this appendix." msgstr "" "On suppose ici qu'un fichier /dev/sda a été créé. Il y " -"a d'autres méthodes pour installer grub-pc, mais elles " +"a d'autres méthodes pour installer grub2, mais elles " "sortent du cadre de cette annexe." #. Tag: para @@ -1618,6 +1653,15 @@ msgstr "" #. Tag: screen #: random-bits.xml:751 #, no-c-format +#| msgid "" +#| "boot=/dev/hda6\n" +#| "root=/dev/hda6\n" +#| "install=menu\n" +#| "delay=20\n" +#| "lba32\n" +#| "image=/vmlinuz\n" +#| "initrd=/initrd.img\n" +#| "label=Debian" msgid "" "boot=/dev/sda6\n" "root=/dev/sda6\n" @@ -1659,6 +1703,19 @@ msgstr "" #. Tag: para #: random-bits.xml:763 #, no-c-format +#| msgid "" +#| "Here is a basic /etc/yaboot.conf as an example: " +#| "\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" +#| " On some machines, you may need to use " +#| "ide0: instead of hd:." msgid "" "Here is a basic /etc/yaboot.conf as an example: " "\n" @@ -2244,18 +2301,57 @@ msgstr "" "l'entrée de menu Configurer et lancer une connexion PPPoE." +#~ msgid "hda" +#~ msgstr "hda" + +#~ 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 "hdb" +#~ msgstr "hdb" + +#~ 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 "hdc" +#~ msgstr "hdc" + +#~ 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 "hdd" +#~ msgstr "hdd" + +#~ 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 "sdc" +#~ msgstr "sdc" + #~ 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" -- cgit v1.2.3