Skip to content

Commit 58cd43e

Browse files
author
stevostean
committed
Translation lzma.po (84%)
1 parent 0640f61 commit 58cd43e

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

library/lzma.po

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.6\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2017-08-10 00:49+0200\n"
11-
"PO-Revision-Date: 2018-01-23 10:22+0100\n"
11+
"PO-Revision-Date: 2018-01-23 14:29+0100\n"
1212
"MIME-Version: 1.0\n"
1313
"Content-Type: text/plain; charset=UTF-8\n"
1414
"Content-Transfer-Encoding: 8bit\n"
@@ -138,11 +138,11 @@ msgstr ""
138138

139139
#: ../Doc/library/lzma.rst:68 ../Doc/library/lzma.rst:126
140140
msgid "Accepts a :term:`path-like object`."
141-
msgstr ""
141+
msgstr "Accepte un :term:`path-like object`."
142142

143143
#: ../Doc/library/lzma.rst:74
144144
msgid "Open an LZMA-compressed file in binary mode."
145-
msgstr ""
145+
msgstr "Ouvre un fichier LZMA compressé en mode binaire."
146146

147147
#: ../Doc/library/lzma.rst:76
148148
msgid ""
@@ -184,7 +184,7 @@ msgstr ""
184184

185185
#: ../Doc/library/lzma.rst:106
186186
msgid "The following method is also provided:"
187-
msgstr ""
187+
msgstr "Les méthodes suivantes sont aussi disponibles :"
188188

189189
#: ../Doc/library/lzma.rst:110
190190
msgid ""
@@ -203,13 +203,15 @@ msgstr ""
203203

204204
#: ../Doc/library/lzma.rst:119
205205
msgid "Added support for the ``\"x\"`` and ``\"xb\"`` modes."
206-
msgstr ""
206+
msgstr "Support ajouté pour les modes ``\"x\"`` and ``\"xb\"``."
207207

208208
#: ../Doc/library/lzma.rst:122
209209
msgid ""
210210
"The :meth:`~io.BufferedIOBase.read` method now accepts an argument of "
211211
"``None``."
212212
msgstr ""
213+
"La méthode :meth:`~io.BufferedIOBase.read` accepte désormais un argument "
214+
"``None``."
213215

214216
#: ../Doc/library/lzma.rst:131
215217
msgid "Compressing and decompressing data in memory"
@@ -238,25 +240,29 @@ msgstr ""
238240

239241
#: ../Doc/library/lzma.rst:144
240242
msgid ":const:`FORMAT_XZ`: The ``.xz`` container format."
241-
msgstr ""
243+
msgstr ":const:`FORMAT_XZ`: Le format du conteneur ``.xz``."
242244

243245
#: ../Doc/library/lzma.rst:144
244246
msgid "This is the default format."
245-
msgstr ""
247+
msgstr "C'est le format par défaut."
246248

247249
#: ../Doc/library/lzma.rst:148
248250
msgid ":const:`FORMAT_ALONE`: The legacy ``.lzma`` container format."
249-
msgstr ""
251+
msgstr ":const:`FORMAT_ALONE`: L'ancien format du conteneur ``.lzma`."
250252

251253
#: ../Doc/library/lzma.rst:147
252254
msgid ""
253255
"This format is more limited than ``.xz`` -- it does not support integrity "
254256
"checks or multiple filters."
255257
msgstr ""
258+
"Ce format est davantage limité que ``.xz`` --il ne supporte pas les "
259+
"vérifications d'intégrité ou les filtres multiples."
256260

257261
#: ../Doc/library/lzma.rst:154
258262
msgid ":const:`FORMAT_RAW`: A raw data stream, not using any container format."
259263
msgstr ""
264+
":const:`FORMAT_RAW`: Un flux de données brut, n'utilisant aucun format de "
265+
"conteneur."
260266

261267
#: ../Doc/library/lzma.rst:151
262268
msgid ""
@@ -265,6 +271,11 @@ msgid ""
265271
"decompression). Additionally, data compressed in this manner cannot be "
266272
"decompressed using :const:`FORMAT_AUTO` (see :class:`LZMADecompressor`)."
267273
msgstr ""
274+
"Ce format spécifique ne prend pas en charge les vérifications d'intégrité et "
275+
"exige systématiquement la définition d'une chaîne de filtrage personnalisée "
276+
"(à la fois pour la compression et la décompression). Par ailleurs, les "
277+
"données compressées par ce biais ne peuvent pas être décompressées par "
278+
"l'usage de :const:`FORMAT_AUTO` (voir : :class:`LZMADecompressor`)."
268279

269280
#: ../Doc/library/lzma.rst:156
270281
msgid ""
@@ -530,13 +541,15 @@ msgstr "Filtres de compression:"
530541

531542
#: ../Doc/library/lzma.rst:335
532543
msgid ":const:`FILTER_LZMA1` (for use with :const:`FORMAT_ALONE`)"
533-
msgstr ""
544+
msgstr ":const:`FILTER_LZMA1` (à utiliser avec :const:`FORMAT_ALONE`)"
534545

535546
#: ../Doc/library/lzma.rst:336
536547
msgid ""
537548
":const:`FILTER_LZMA2` (for use with :const:`FORMAT_XZ` and :const:"
538549
"`FORMAT_RAW`)"
539550
msgstr ""
551+
":const:`FILTER_LZMA2` (à utiliser avec :const:`FORMAT_XZ` et :const:"
552+
"`FORMAT_RAW`)"
540553

541554
#: ../Doc/library/lzma.rst:339
542555
msgid "Delta filter:"

0 commit comments

Comments
 (0)