Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a567607

Browse files
Sim4n6JulienPalard
authored andcommitted
Fix to make serve working correctly
1 parent b6bd708 commit a567607

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

library/tarfile.po

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"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"
1010
"Last-Translator: ALJI Mohamed <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\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"
1616
"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"
1818

1919
#: library/tarfile.rst:2
2020
msgid ":mod:`tarfile` --- Read and write tar archive files"
@@ -299,8 +299,8 @@ msgstr ""
299299
"méthode (selon le *mode*). Le *bufsize* spécifie la taille du bloc et par "
300300
"défauts à ``20*512`` octets. Utilise cette variante en combinaison avec par "
301301
"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 "
304304
"actuellement possibles :"
305305

306306
#: library/tarfile.rst:117
@@ -1206,9 +1206,8 @@ msgid "List files in a tarfile."
12061206
msgstr "Liste les fichiers dans un *tarfile*."
12071207

12081208
#: library/tarfile.rst:727
1209-
#, fuzzy
12101209
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."
12121211

12131212
#: library/tarfile.rst:732
12141213
msgid ""
@@ -1218,9 +1217,8 @@ msgstr ""
12181217
"spécifié."
12191218

12201219
#: library/tarfile.rst:737
1221-
#, fuzzy
12221220
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."
12241222

12251223
#: library/tarfile.rst:741
12261224
msgid "Verbose output."

0 commit comments

Comments
 (0)