From ce05327148e30e866bcbba54186f6c00d7070af4 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne)" Date: Sat, 11 May 2019 19:25:28 +0200 Subject: [PATCH] Fixed somme errors in howto/logging + fuzzied some unsure translations (#707) --- howto/logging.po | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/howto/logging.po b/howto/logging.po index 5d1f2820..b8b14fe0 100644 --- a/howto/logging.po +++ b/howto/logging.po @@ -5,7 +5,7 @@ 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: 2019-04-10 09:59+0200\n" +"PO-Revision-Date: 2019-04-21 13:08+0200\n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" @@ -1109,6 +1109,7 @@ msgstr "" "du code Python qui appelle les méthodes de configuration listées ci-dessus." #: ../Doc/howto/logging.rst:582 +#, fuzzy msgid "" "Creating a logging config file and reading it using the :func:`fileConfig` " "function." @@ -1308,7 +1309,8 @@ msgid "" "handlers could be found for logger X.Y.Z' is printed once." msgstr "" "Si *logging.raiseExceptions* vaut ``True`` (mode de développement), un " -"message *No handlers could be found for logger X.Y.Z* est écrit une fois." +"message *No handlers could be found for logger X.Y.Z* est écrit sur la " +"sortie standard une fois." #: ../Doc/howto/logging.rst:776 msgid "In Python 3.2 and later, the behaviour is as follows:" @@ -1391,6 +1393,7 @@ msgstr "" "gestionnaires, comme d'habitude." #: ../Doc/howto/logging.rst:811 +#, fuzzy msgid "" "A do-nothing handler is included in the logging package: :class:`~logging." "NullHandler` (since Python 3.1). An instance of this handler could be added " @@ -1430,7 +1433,7 @@ msgid "" "handlers 'under the hood', you might well interfere with their ability to " "carry out unit tests and deliver logs which suit their requirements." msgstr "" -"Il est vivement conseillé de ne *pas ajouter de gestionnaires autres que* : :" +"Il est vivement conseillé de ne *pas ajouter de gestionnaires autres que* :" "class:`~logging.NullHandler` *aux enregistreurs de votre bibliothèque*. Cela " "est dû au fait que la configuration des gestionnaires est la prérogative du " "développeur d'applications qui utilise votre bibliothèque. Le développeur " @@ -1646,6 +1649,7 @@ msgstr "" "fichiers de journalisation et de la rotation des fichiers de journalisation." #: ../Doc/howto/logging.rst:928 +#, fuzzy msgid "" ":class:`~handlers.TimedRotatingFileHandler` instances send messages to disk " "files, rotating the log file at certain timed intervals."