@@ -6,7 +6,7 @@ msgstr ""
66"Project-Id-Version : Python 3.6\n "
77"Report-Msgid-Bugs-To : \n "
88"POT-Creation-Date : 2017-05-27 19:40+0200\n "
9- "PO-Revision-Date : 2017-08-10 00:59 +0200\n "
9+ "PO-Revision-Date : 2018-07-29 23:42 +0200\n "
1010"Last-Translator : Julien Palard <julien@palard.fr>\n "
1111"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
1212"Language : fr\n "
@@ -17,7 +17,7 @@ msgstr ""
1717
1818#: ../Doc/library/binhex.rst:2
1919msgid ":mod:`binhex` --- Encode and decode binhex4 files"
20- msgstr ":mod:`binhex` --- Encode et décode les fichiers binhex4"
20+ msgstr ":mod:`binhex` --- Encode et décode les fichiers * binhex4* "
2121
2222#: ../Doc/library/binhex.rst:7
2323msgid "**Source code:** :source:`Lib/binhex.py`"
@@ -28,7 +28,7 @@ msgid ""
2828"This module encodes and decodes files in binhex4 format, a format allowing "
2929"representation of Macintosh files in ASCII. Only the data fork is handled."
3030msgstr ""
31- "Ce module encode et décode les fichiers au format binhex4, un format "
31+ "Ce module encode et décode les fichiers au format * binhex4* , un format "
3232"permettant la représentation de fichier Macintosh au format ASCII. Seulement "
3333"la fourchette de donnée est supportée."
3434
@@ -42,7 +42,7 @@ msgid ""
4242"*output* parameter can either be a filename or a file-like object (any "
4343"object supporting a :meth:`write` and :meth:`close` method)."
4444msgstr ""
45- "Converti un fichier binaire avec comme nom *input* en fichier binhex "
45+ "Convertit un fichier binaire avec comme nom *input* en fichier * binhex* "
4646"*output*. Le paramètre *output* peut être soit un nom de fichier, soit un "
4747"objet s’apparentant à un fichier (tout objet supportant les méthodes :meth:"
4848"`write` et :meth:`close`)."
@@ -54,11 +54,11 @@ msgid ""
5454"is written to a file named *output*, unless the argument is ``None`` in "
5555"which case the output filename is read from the binhex file."
5656msgstr ""
57- "Décode un fichier binhex *input*. *input* peut être soit un nom de fichier, "
58- "soit un objet s’apparentant à un fichier supportant les méthodes :meth :"
59- "`write` et :meth:`close`. Le résultat est écrit dans un fichier nommé "
60- "*output*, sauf si l'argument est ``None``, dans ce cas le fichier de sorti "
61- "est lu depuis le fichier binhex."
57+ "Décode un fichier * binhex* *input*. *input* peut être soit un nom de "
58+ "fichier, soit un objet s’apparentant à un fichier supportant les méthodes :"
59+ "meth: `write` et :meth:`close`. Le résultat est écrit dans un fichier nommé "
60+ "*output*, sauf si l'argument est ``None``, dans ce cas le fichier de sortie "
61+ "est lu depuis le fichier * binhex* ."
6262
6363#: ../Doc/library/binhex.rst:31
6464msgid "The following exception is also defined:"
@@ -71,9 +71,9 @@ msgid ""
7171"input is not properly encoded binhex data."
7272msgstr ""
7373"Exception levée quand quelque chose ne peut être encodé en utilisant le "
74- "format binhex (par exemple, un nom de fichier trop long pour rentrer dans le "
75- "champ filename) ou quand les données d'entrée ne sont pas encodées "
76- "correctement en binhex."
74+ "format * binhex* (par exemple, un nom de fichier trop long pour rentrer dans "
75+ "le champ * filename* ) ou quand les données d'entrée ne sont pas encodées "
76+ "correctement en * binhex* ."
7777
7878#: ../Doc/library/binhex.rst:43
7979msgid "Module :mod:`binascii`"
@@ -83,7 +83,7 @@ msgstr "Module :mod:`binascii`"
8383msgid ""
8484"Support module containing ASCII-to-binary and binary-to-ASCII conversions."
8585msgstr ""
86- "Module secondaire contenant les conversions ASCII-à- binaire et binaire-à- "
86+ "Module secondaire contenant les conversions ASCII à binaire et binaire à "
8787"ASCII."
8888
8989#: ../Doc/library/binhex.rst:50
@@ -103,6 +103,6 @@ msgid ""
103103"If you code or decode textfiles on non-Macintosh platforms they will still "
104104"use the old Macintosh newline convention (carriage-return as end of line)."
105105msgstr ""
106- "Si vous codez ou décodez sur des plateformes non- Macintosh, elles "
107- "utiliseront l'ancienne convention Macintosh newline (retour-chariot comme "
108- "fin de ligne)."
106+ "Si vous codez ou décodez sur des plateformes autres que Macintosh, elles "
107+ "utiliseront l'ancienne convention Macintosh pour les retours à la ligne "
108+ "(retour-chariot comme fin de ligne)."
0 commit comments