Skip to content

Traduction de library/fnmatch.po #1610

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Traduction de library/fnmatch.po
  • Loading branch information
dmerejkowsky committed Apr 28, 2021
commit 558a6b0a3b2dd7fa64be588dead24c8b4e4389d6
9 changes: 4 additions & 5 deletions library/fnmatch.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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)]``, "
Expand Down Expand Up @@ -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."