@@ -6,21 +6,23 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2017-08-10 00:49+0200\n "
9
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE \n "
10
- "Last-Translator : FULL NAME <EMAIL@ADDRESS >\n "
9
+ "PO-Revision-Date : 2018-08-14 00:17+0200 \n "
10
+ "Last-Translator : Julien Palard <julien@palard.fr >\n "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\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.0.5\n "
17
+ "Plural-Forms : nplurals=2; plural=(n > 1);\n "
16
18
17
19
#: ../Doc/library/lzma.rst:2
18
20
msgid ":mod:`lzma` --- Compression using the LZMA algorithm"
19
- msgstr ""
21
+ msgstr ":mod:`lzma` --- Compression via l'algorithme LZMA "
20
22
21
23
#: ../Doc/library/lzma.rst:12
22
24
msgid "**Source code:** :source:`Lib/lzma.py`"
23
- msgstr ""
25
+ msgstr "**Code source :** :source:`Lib/lzma.py` "
24
26
25
27
#: ../Doc/library/lzma.rst:16
26
28
msgid ""
@@ -29,6 +31,11 @@ msgid ""
29
31
"file interface supporting the ``.xz`` and legacy ``.lzma`` file formats used "
30
32
"by the :program:`xz` utility, as well as raw compressed streams."
31
33
msgstr ""
34
+ "Ce module fournit des classes et des fonctions utiles pour compresser et "
35
+ "décompresser des données en utilisant l'algorithme de compression LZMA. Ce "
36
+ "module inclut aussi aussi une interface prenant en charge les fichiers ``."
37
+ "xz`` et son format originel ``.lzma`` utilisés par l'utilitaire :program:"
38
+ "`xz`, ainsi que les flux bruts compressés."
32
39
33
40
#: ../Doc/library/lzma.rst:21
34
41
msgid ""
0 commit comments