1
0
Fork 0

Traduction de library/fnmatch.po (#1610)

This commit is contained in:
Dimitri Merejkowsky 2021-04-29 08:30:16 +02:00 committed by GitHub
parent dae767e964
commit 10adbb93c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-27 19:26+0100\n"
"PO-Revision-Date: 2019-02-21 17:34+0100\n"
"Last-Translator: Julien VITARD <julienvitard@gmail.com>\n"
"PO-Revision-Date: 2021-04-28 20:16+0200\n"
"Last-Translator: Dimitri Merejkowsky <dimitri@dmerej.info>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.2\n"
"X-Generator: Poedit 2.4.1\n"
#: library/fnmatch.rst:2
msgid ":mod:`fnmatch` --- Unix filename pattern matching"
@ -130,7 +130,6 @@ msgstr ""
"n'utilise pas la fonction :func:`os.path.normcase`."
#: library/fnmatch.rst:78
#, fuzzy
msgid ""
"Construct a list from those elements of the iterable *names* that match "
"*pattern*. It is the same as ``[n for n in names if fnmatch(n, pattern)]``, "
@ -158,4 +157,4 @@ msgstr "Module :mod:`glob`"
#: library/fnmatch.rst:102
msgid "Unix shell-style path expansion."
msgstr "Recherche de chemins de style shell Unix"
msgstr "Recherche de chemins de style shell Unix."