Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion tutorial/classes.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
"PO-Revision-Date: 2019-10-31 14:24+0100\n"
"PO-Revision-Date: 2019-10-31 17:05+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 1.8.7.1\n"
"X-Generator: Poedit 2.2.1\n"

#: ../Doc/tutorial/classes.rst:5
msgid "Classes"
Expand Down
11 changes: 9 additions & 2 deletions tutorial/stdlib.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
"PO-Revision-Date: 2018-07-31 23:46+0200\n"
"PO-Revision-Date: 2019-10-31 14:38+0100\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"
"Language-Team: \n"
"Language: fr\n"
"X-Generator: Poedit 2.2.1\n"

#: ../Doc/tutorial/stdlib.rst:5
msgid "Brief Tour of the Standard Library"
Expand Down Expand Up @@ -88,10 +92,13 @@ msgid ""
"arguments. It should always be preferred over directly processing ``sys."
"argv`` manually."
msgstr ""
"Le module :mod:`argparse' fournit un mécanisme pour traiter les arguments de "
"ligne de commande. Il doit toujours être préféré au traitement manuel direct "
"de ``sys.argv``."

#: ../Doc/tutorial/stdlib.rst:78
msgid "Take, for example, the below snippet of code::"
msgstr ""
msgstr "Prenons, par exemple, l'extrait de code suivant ::"

#: ../Doc/tutorial/stdlib.rst:94
msgid "Error Output Redirection and Program Termination"
Expand Down