From 10adbb93c83e2ad40f7f718a3a53bd7066e17868 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Thu, 29 Apr 2021 08:30:16 +0200 Subject: [PATCH] Traduction de library/fnmatch.po (#1610) --- library/fnmatch.po | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/library/fnmatch.po b/library/fnmatch.po index 8e8f545e..73943cbd 100644 --- a/library/fnmatch.po +++ b/library/fnmatch.po @@ -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 \n" +"PO-Revision-Date: 2021-04-28 20:16+0200\n" +"Last-Translator: Dimitri Merejkowsky \n" "Language-Team: FRENCH \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."