Skip to content

Commit 10adbb9

Browse files
authored
Traduction de library/fnmatch.po (#1610)
1 parent dae767e commit 10adbb9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

library/fnmatch.po

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-01-27 19:26+0100\n"
9-
"PO-Revision-Date: 2019-02-21 17:34+0100\n"
10-
"Last-Translator: Julien VITARD <julienvitard@gmail.com>\n"
9+
"PO-Revision-Date: 2021-04-28 20:16+0200\n"
10+
"Last-Translator: Dimitri Merejkowsky <dimitri@dmerej.info>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\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.0.2\n"
16+
"X-Generator: Poedit 2.4.1\n"
1717

1818
#: library/fnmatch.rst:2
1919
msgid ":mod:`fnmatch` --- Unix filename pattern matching"
@@ -130,7 +130,6 @@ msgstr ""
130130
"n'utilise pas la fonction :func:`os.path.normcase`."
131131

132132
#: library/fnmatch.rst:78
133-
#, fuzzy
134133
msgid ""
135134
"Construct a list from those elements of the iterable *names* that match "
136135
"*pattern*. It is the same as ``[n for n in names if fnmatch(n, pattern)]``, "
@@ -158,4 +157,4 @@ msgstr "Module :mod:`glob`"
158157

159158
#: library/fnmatch.rst:102
160159
msgid "Unix shell-style path expansion."
161-
msgstr "Recherche de chemins de style shell Unix"
160+
msgstr "Recherche de chemins de style shell Unix."

0 commit comments

Comments
 (0)