From 47f540374482b1d38c7b743aed22a8109221c9fd Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne - seluj78)" Date: Wed, 27 Mar 2019 17:58:41 +0100 Subject: [PATCH 1/3] Fixed translation --- library/pdb.po | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/library/pdb.po b/library/pdb.po index 1333a68e6..b2e6bf05f 100644 --- a/library/pdb.po +++ b/library/pdb.po @@ -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 \n" +"PO-Revision-Date: 2019-03-27 17:22+0100\n" +"Last-Translator: Jules Lasne \n" "Language-Team: FRENCH \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,8 @@ 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 appelée avec les valeurs " +"par défaut, peut être utilisé au lieu de ``import pdb; pdb.set_trace()``." #: ../Doc/library/pdb.rst:83 msgid "The typical usage to inspect a crashed program is::" From 7175e3bac4c871513e718d049199cfd639e46497 Mon Sep 17 00:00:00 2001 From: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> Date: Thu, 28 Mar 2019 08:33:43 +0100 Subject: [PATCH 2/3] Apply suggestions from code review Co-Authored-By: Seluj78 --- library/pdb.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/pdb.po b/library/pdb.po index b2e6bf05f..82552a179 100644 --- a/library/pdb.po +++ b/library/pdb.po @@ -134,8 +134,8 @@ 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 appelée avec les valeurs " -"par défaut, peut être utilisé au lieu de ``import pdb; pdb.set_trace()``." +"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::" From 813264f37ae2823c09ab4c60754f15723c15e41c Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne - seluj78)" Date: Thu, 28 Mar 2019 11:19:13 +0100 Subject: [PATCH 3/3] powrap --- library/pdb.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library/pdb.po b/library/pdb.po index 82552a179..6b8b11293 100644 --- a/library/pdb.po +++ b/library/pdb.po @@ -134,8 +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()``." +"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::"