1
0
Fork 0

Fixed translations for library/pdb.po (#652)

This commit is contained in:
Jules Lasne (jlasne) 2019-03-29 16:48:38 +01:00 committed by Julien Palard
parent b5211c90f6
commit 72cf379556
1 changed files with 6 additions and 3 deletions

View File

@ -6,14 +6,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-09-28 19:18+0200\n"
"Last-Translator: Stéphane Wirtel <stephane@wirtel.be>\n"
"PO-Revision-Date: 2019-03-27 17:22+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.0.9\n"
"X-Generator: Poedit 2.2.1\n"
#: ../Doc/library/pdb.rst:4
msgid ":mod:`pdb` --- The Python Debugger"
@ -134,6 +134,9 @@ msgid ""
"The built-in :func:`breakpoint()`, when called with defaults, can be used "
"instead of ``import pdb; pdb.set_trace()``."
msgstr ""
"La fonction standard :func:`breakpoint()`, quand elle est appelée avec les "
"valeurs par défaut, peut être utilisée en lieu et place de ``import pdb; pdb."
"set_trace()``."
#: ../Doc/library/pdb.rst:83
msgid "The typical usage to inspect a crashed program is::"