Skip to content
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
16 changes: 13 additions & 3 deletions library/re.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-03-11 12:59+0100\n"
"PO-Revision-Date: 2018-12-07 18:54+0100\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n"
"PO-Revision-Date: 2019-02-27 11:53+0100\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\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.2\n"
"X-Generator: Poedit 2.2.1\n"

#: ../Doc/library/re.rst:2
msgid ":mod:`re` --- Regular expression operations"
Expand Down Expand Up @@ -1349,6 +1349,9 @@ msgid ""
"longer depend on the locale at compile time. Only the locale at matching "
"time affects the result of matching."
msgstr ""
"Les objets d'expressions régulières compilées avec l'indicateur :const:`re."
"LOCALE` ne dépendent plus de la *locale* au moment de la compilation. "
"Seulement la *locale* au moment de la correspondance affecte le résultat."

#: ../Doc/library/re.rst:699
msgid ""
Expand Down Expand Up @@ -1503,6 +1506,9 @@ msgid ""
"Empty matches for the pattern split the string only when not adjacent to a "
"previous empty match."
msgstr ""
"Les correspondances vides pour le motif scindent la chaîne de caractères "
"seulement lorsqu'ils ne sont pas adjacents à une correspondance vide "
"précédente."

#: ../Doc/library/re.rst:811 ../Doc/library/re.rst:891
#: ../Doc/library/re.rst:914
Expand Down Expand Up @@ -1535,6 +1541,8 @@ msgstr ""
#: ../Doc/library/re.rst:826 ../Doc/library/re.rst:837
msgid "Non-empty matches can now start just after a previous empty match."
msgstr ""
"Les correspondances non vides peuvent maintenant démarrer juste après une "
"correspondance vide précédente."

#: ../Doc/library/re.rst:832
msgid ""
Expand Down Expand Up @@ -1654,6 +1662,8 @@ msgid ""
"Empty matches for the pattern are replaced when adjacent to a previous non-"
"empty match."
msgstr ""
"Les correspondances vides pour le motif sont remplacées lorsqu'elles sont "
"adjacentes à une correspondance non vide précédente."

#: ../Doc/library/re.rst:911
msgid ""
Expand Down