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

Skip to content

Commit de0dd6c

Browse files
authored
Fuzzies in library/zipimport.po (#1000)
1 parent b212572 commit de0dd6c

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

library/zipimport.po

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
9-
"PO-Revision-Date: 2019-07-18 20:03+0200\n"
10-
"Last-Translator: \n"
9+
"PO-Revision-Date: 2019-11-17 23:08+0100\n"
10+
"Last-Translator: Jules Lasne <[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"
16-
"X-Generator: Poedit 2.2.3\n"
16+
"X-Generator: Poedit 2.2.4\n"
1717

1818
#: ../Doc/library/zipimport.rst:2
1919
msgid ":mod:`zipimport` --- Import modules from Zip archives"
2020
msgstr ":mod:`zipimport` — Importer des modules à partir d'archives Zip"
2121

2222
#: ../Doc/library/zipimport.rst:9
2323
msgid "**Source code:** :source:`Lib/zipimport.py`"
24-
msgstr ""
24+
msgstr "**Code source :** :source:`Lib/zipimport.py`"
2525

2626
#: ../Doc/library/zipimport.rst:13
2727
msgid ""
@@ -75,10 +75,9 @@ msgstr ""
7575
"contient pas de fichier: :file:`.pyc`, l'importation peut être assez lente."
7676

7777
#: ../Doc/library/zipimport.rst:33
78-
#, fuzzy
7978
msgid "Previously, ZIP archives with an archive comment were not supported."
8079
msgstr ""
81-
"Les archives ZIP avec un commentaire ne sont actuellement pas prises en "
80+
"Auparavant, les archives ZIP avec un commentaire n'étaient pas prises en "
8281
"charge."
8382

8483
#: ../Doc/library/zipimport.rst:40
@@ -102,17 +101,16 @@ msgid ":pep:`273` - Import Modules from Zip Archives"
102101
msgstr ":pep:`273` - Import Modules from Zip Archives"
103102

104103
#: ../Doc/library/zipimport.rst:43
105-
#, fuzzy
106104
msgid ""
107105
"Written by James C. Ahlstrom, who also provided an implementation. Python "
108106
"2.3 follows the specification in :pep:`273`, but uses an implementation "
109107
"written by Just van Rossum that uses the import hooks described in :pep:"
110108
"`302`."
111109
msgstr ""
112110
"Écrit par James C. Ahlstrom, qui a également fourni une mise en œuvre. "
113-
"Python 2.3 suit les spécifications de PEP 273, mais utilise une "
111+
"Python 2.3 suit les spécifications de :pep:`273`, mais utilise une "
114112
"implémentation écrite par Just van Rossum qui utilise les crochets "
115-
"d'importation décrits dans PEP 302."
113+
"d'importation décrits dans :pep:`302`."
116114

117115
#: ../Doc/library/zipimport.rst:47
118116
msgid ":pep:`302` - New Import Hooks"

0 commit comments

Comments
 (0)