@@ -6,15 +6,15 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2020-07-20 10:51+0200\n "
9
- "PO-Revision-Date : 2020-06-25 14:15+0200 \n "
9
+ "PO-Revision-Date : 2020-06-26 18:51+0100 \n "
10
10
"
Last-Translator :
ALJI Mohamed <[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
16
"X-Generator : Poedit 2.2.1\n "
17
- "Plural-Forms : nplurals=2; plural=(n > 1)\n "
17
+ "Plural-Forms : nplurals=2; plural=(n > 1); \n "
18
18
19
19
#: library/tarfile.rst:2
20
20
msgid ":mod:`tarfile` --- Read and write tar archive files"
@@ -299,8 +299,8 @@ msgstr ""
299
299
"méthode (selon le *mode*). Le *bufsize* spécifie la taille du bloc et par "
300
300
"défauts à ``20*512`` octets. Utilise cette variante en combinaison avec par "
301
301
"exemple ``sys.stdin``, un socket :term:`file object` ou un dispositif de "
302
- "bande. Cependant, un tel :classe :`TarFile` objet est limité en ce qu'il ne "
303
- "permet pas l'accès aléatoire, voir :ref:`tar-exemples `. Les modes "
302
+ "bande. Cependant, un tel :class :`TarFile` objet est limité en ce qu'il ne "
303
+ "permet pas l'accès aléatoire, voir :ref:`tar-examples `. Les modes "
304
304
"actuellement possibles :"
305
305
306
306
#: library/tarfile.rst:117
@@ -1206,9 +1206,8 @@ msgid "List files in a tarfile."
1206
1206
msgstr "Liste les fichiers dans un *tarfile*."
1207
1207
1208
1208
#: library/tarfile.rst:727
1209
- #, fuzzy
1210
1209
msgid "Create tarfile from source files."
1211
- msgstr "Crée un fichier ZIP *zipfile * à partir des fichiers *source* ."
1210
+ msgstr "Crée un fichier *tarfile * à partir des fichiers sources ."
1212
1211
1213
1212
#: library/tarfile.rst:732
1214
1213
msgid ""
@@ -1218,9 +1217,8 @@ msgstr ""
1218
1217
"spécifié."
1219
1218
1220
1219
#: library/tarfile.rst:737
1221
- #, fuzzy
1222
1220
msgid "Test whether the tarfile is valid or not."
1223
- msgstr "Teste si le fichier zip est valide."
1221
+ msgstr "Teste si le fichier *tarfile* est valide ou non ."
1224
1222
1225
1223
#: library/tarfile.rst:741
1226
1224
msgid "Verbose output."
0 commit comments