forked from AFPy/python-docs-fr
Fixed fuzzys in zipfile
This commit is contained in:
parent 6414369948
commit cf4933bdd4
1 changed files with 3 additions and 7 deletions
| | @ -6,14 +6,14 @@ msgstr "" | |||
"Project-Id-Version: Python 3.6\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2018-12-21 09:48+0100\n" | ||||
"PO-Revision-Date: 2018-12-12 23:36+0100\n" | ||||
"PO-Revision-Date: 2019-02-27 12:15+0100\n" | ||||
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n" | ||||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||||
"Language: fr\n" | ||||
"MIME-Version: 1.0\n" | ||||
"Content-Type: text/plain; charset=UTF-8\n" | ||||
"Content-Transfer-Encoding: 8bit\n" | ||||
"X-Generator: Poedit 2.2\n" | ||||
"X-Generator: Poedit 2.2.1\n" | ||||
| ||||
#: ../Doc/library/zipfile.rst:2 | ||||
msgid ":mod:`zipfile` --- Work with ZIP archives" | ||||
| | @ -283,7 +283,6 @@ msgstr "" | |||
"appropriée pour un fichier archive ZIP vide sera écrite dans le fichier." | ||||
| ||||
#: ../Doc/library/zipfile.rst:176 | ||||
#, fuzzy | ||||
msgid "" | ||||
"ZipFile is also a context manager and therefore supports the :keyword:`with` " | ||||
"statement. In the example, *myzip* is closed after the :keyword:`!with` " | ||||
| | @ -291,7 +290,7 @@ msgid "" | |||
msgstr "" | ||||
"*ZipFile* est aussi un gestionnaire de contexte et gère ainsi la " | ||||
"déclaration :keyword:`with`. Dans l'exemple, *myzip* est fermé à la fin de " | ||||
"la déclaration :keyword:`with` --- même si une exception est levée : ::" | ||||
"la déclaration :keyword:`!with` --- même si une exception est levée ::" | ||||
| ||||
#: ../Doc/library/zipfile.rst:183 | ||||
msgid "Added the ability to use :class:`ZipFile` as a context manager." | ||||
| | @ -649,7 +648,6 @@ msgstr "" | |||
"`ValueError`. Précédemment, une erreur :exc:`RuntimeError` était levée." | ||||
| ||||
#: ../Doc/library/zipfile.rst:400 | ||||
#, fuzzy | ||||
msgid "" | ||||
"Write a file into the archive. The contents is *data*, which may be either " | ||||
"a :class:`str` or a :class:`bytes` instance; if it is a :class:`str`, it is " | ||||
| | @ -725,7 +723,6 @@ msgstr "" | |||
"informations de débogage sont affichées sur ``sys.stdout``." | ||||
| ||||
#: ../Doc/library/zipfile.rst:443 | ||||
#, fuzzy | ||||
msgid "" | ||||
"The comment associated with the ZIP file as a :class:`bytes` object. If " | ||||
"assigning a comment to a :class:`ZipFile` instance created with mode " | ||||
| | @ -1002,7 +999,6 @@ msgstr "" | |||
"`bytes`." | ||||
| ||||
#: ../Doc/library/zipfile.rst:609 | ||||
#, fuzzy | ||||
msgid "" | ||||
"Expansion field data. The `PKZIP Application Note`_ contains some comments " | ||||
"on the internal structure of the data contained in this :class:`bytes` " | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue