@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2019-09-04 11:33+0200\n "
9
- "PO-Revision-Date : 2019-02-25 22:48+0100 \n "
10
- "
Last-Translator :
Florent Bartoli <[email protected] >\n"
9
+ "PO-Revision-Date : 2020-05-10 13:40+0200 \n "
10
+ "
Last-Translator :
ZepmanBC <[email protected] >\n"
11
11
"
Language-Team :
FRENCH <[email protected] >\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 2.2.1 \n "
16
+ "X-Generator : Poedit 2.0.6 \n "
17
17
18
18
#: ../Doc/library/binascii.rst:2
19
19
msgid ":mod:`binascii` --- Convert between binary and ASCII"
@@ -248,10 +248,15 @@ msgid ""
248
248
"Separator placement is counted from the right end of the output by default, "
249
249
"if you wish to count from the left, supply a negative *bytes_per_sep* value."
250
250
msgstr ""
251
+ "Si *sep* est spécifié, il doit s'agir d'une chaîne de caractères ou d'un "
252
+ "objet *byte*. Il sera inséré dans la sortie tous les *bytes_per_sep* octets. "
253
+ "Par défaut, l'emplacement du séparateur est compté à partir de l'extrémité "
254
+ "droite de la sortie. Si vous souhaitez compter à partir de la gauche, "
255
+ "indiquez une valeur *bytes_per_sep* négative."
251
256
252
257
#: ../Doc/library/binascii.rst:173
253
258
msgid "The *sep* and *bytes_per_sep* parameters were added."
254
- msgstr ""
259
+ msgstr "ajout des paramètres *sep* et *bytes_per_sep*. "
255
260
256
261
#: ../Doc/library/binascii.rst:179
257
262
msgid ""
0 commit comments