@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2019-12-05 23:16+0100\n "
9
- "PO-Revision-Date : 2019-06-08 15:18+0200 \n "
9
+ "PO-Revision-Date : 2020-02-04 19:59+0100 \n "
10
10
"
Last-Translator :
Jules Lasne <[email protected] >\n "
11
11
"
Language-Team :
FRENCH <[email protected] >\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 2.2.1 \n "
16
+ "X-Generator : Poedit 2.3 \n "
17
17
18
18
#: ../Doc/library/pdb.rst:4
19
19
msgid ":mod:`pdb` --- The Python Debugger"
@@ -291,7 +291,7 @@ msgstr "Exemple d'appel pour activer le traçage avec *skip* ::"
291
291
#: ../Doc/library/pdb.rst:185
292
292
msgid ""
293
293
"Raises an :ref:`auditing event <auditing>` ``pdb.Pdb`` with no arguments."
294
- msgstr ""
294
+ msgstr "Lève un :ref:`évènement d'audit <auditing>` ``pdb.Pdb`` sans argument. "
295
295
296
296
#: ../Doc/library/pdb.rst:186
297
297
msgid "The *skip* argument."
@@ -875,6 +875,9 @@ msgid ""
875
875
"Enter a recursive debugger that steps through the code argument (which is an "
876
876
"arbitrary expression or statement to be executed in the current environment)."
877
877
msgstr ""
878
+ "Entre dans un débogueur récursif qui parcours l'argument ``code`` (qui est "
879
+ "une expression arbitraire ou une instruction à exécuter dans l'environnement "
880
+ "courant)."
878
881
879
882
#: ../Doc/library/pdb.rst:544
880
883
msgid "Footnotes"
0 commit comments