Skip to content

Commit 89982d7

Browse files
authored
Traduction de library/bz2.po (python#1426)
1 parent 9aade35 commit 89982d7

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

library/bz2.po

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
9-
"PO-Revision-Date: 2019-11-16 14:17+0200\n"
10-
"Last-Translator: Stéphane HUC <devs@stephane-huc.net>\n"
9+
"PO-Revision-Date: 2020-09-25 16:52-0600\n"
10+
"Last-Translator: Yannick Gingras <ygingras@ygingras.net>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16+
"X-Generator: Poedit 2.3\n"
1617

1718
#: library/bz2.rst:2
1819
msgid ":mod:`bz2` --- Support for :program:`bzip2` compression"
@@ -266,10 +267,14 @@ msgid ""
266267
"The *buffering* parameter has been removed. It was ignored and deprecated "
267268
"since Python 3.0. Pass an open file object to control how the file is opened."
268269
msgstr ""
270+
"Le paramètre *buffering* a été supprimé. Il était ignoré et obsolète depuis "
271+
"Python 3.0. Passez un objet fichier déjà ouvert si vous voulez contrôler la "
272+
"façon dont le fichier est ouvert."
269273

270274
#: library/bz2.rst:141
271275
msgid "The *compresslevel* parameter became keyword-only."
272276
msgstr ""
277+
"Le paramètre *compresslevel* est devenu un paramètre exclusivement nommé."
273278

274279
#: library/bz2.rst:145
275280
msgid "Incremental (de)compression"
@@ -391,7 +396,7 @@ msgid ""
391396
"in the :attr:`~.unused_data` attribute."
392397
msgstr ""
393398
"Essayer de décompresser des données après que la fin du flux soit atteinte "
394-
"lève une erreur `EOFError`. Toute donnée trouvée après la fin du flux est "
399+
"lève une erreur ``EOFError``. Toute donnée trouvée après la fin du flux est "
395400
"ignorée et sauvegardée dans l'attribut :attr:`~.unused_data`."
396401

397402
#: library/bz2.rst:209
@@ -494,13 +499,13 @@ msgstr ""
494499
"généralement un taux de compression élevé."
495500

496501
#: library/bz2.rst:310
497-
#, fuzzy
498502
msgid "Writing and reading a bzip2-compressed file in binary mode:"
499-
msgstr "Ouvre et lit un fichier *bzip2* en mode binaire :"
503+
msgstr ""
504+
"Écriture et lecture en mode binaire d'un fichier compressé avec *bzip2* :"
500505

501506
#~ msgid ""
502507
#~ "The *buffering* argument is ignored. Its use is deprecated since Python "
503508
#~ "3.0."
504509
#~ msgstr ""
505-
#~ "L'argument *buffering* est ignoré. Son usage est déprécié depuis Python "
510+
#~ "L'argument *buffering* est ignoré. Son usage est obsolète depuis Python "
506511
#~ "3.0."

0 commit comments

Comments
 (0)