Skip to content
Merged
Prev Previous commit
Next Next commit
Fin de traduction de howto/pyporting.po
  • Loading branch information
alkimya committed Nov 1, 2019
commit 24f4e3adfc0afd4b5d2dcb250b6fa2ca927ecb13
9 changes: 6 additions & 3 deletions howto/pyporting.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-10 11:27+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"PO-Revision-Date: 2019-10-31 15:33+0100\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"
"Last-Translator: Loc Cosnier <loc.cosnier@pm.me>\n"
"X-Generator: Poedit 2.2.1\n"

#: ../Doc/howto/pyporting.rst:5
msgid "Porting Python 2 Code to Python 3"
Expand Down Expand Up @@ -109,6 +110,8 @@ msgid ""
"Use Pylint_ to help make sure you don't regress on your Python 3 support "
"(``pip install pylint``)"
msgstr ""
"Utilisez Pylint_ pour vous assurer que vous ne régressez pas sur votre "
"support Python 3 (``pip install pylint``)"

#: ../Doc/howto/pyporting.rst:39
msgid ""
Expand Down Expand Up @@ -777,7 +780,7 @@ msgstr ""

#: ../Doc/howto/pyporting.rst:340
msgid "Prevent compatibility regressions"
msgstr ""
msgstr "Prévenir les régressions de compatibilité"

#: ../Doc/howto/pyporting.rst:342
msgid ""
Expand Down