8000 Fixed somme errors in howto/logging + fuzzied some unsure translation… · python/python-docs-fr@ce05327 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce05327

Browse files
Seluj78JulienPalard
authored andcommitted
Fixed somme errors in howto/logging + fuzzied some unsure translations (#707)
1 parent 7316208 commit ce05327

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

howto/logging.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgstr ""
55
"Project-Id-Version: Python 3.6\n"
66
"Report-Msgid-Bugs-To: \n"
77
"POT-Creation-Date: 2019-03-11 12:59+0100\n"
8-
"PO-Revision-Date: 2019-04-10 09:59+0200\n"
8+
"PO-Revision-Date: 2019-04-21 13:08+0200\n"
99
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1010
"Language: fr\n"
1111
"MIME-Version: 1.0\n"
@@ -1109,6 +1109,7 @@ msgstr ""
11091109
"du code Python qui appelle les méthodes de configuration listées ci-dessus."
11101110

11111111
#: ../Doc/howto/logging.rst:582
1112+
#, fuzzy
11121113
msgid ""
11131114
"Creating a logging config file and reading it using the :func:`fileConfig` "
11141115
"function."
@@ -1308,7 +1309,8 @@ msgid ""
13081309
"handlers could be found for logger X.Y.Z' is printed once."
13091310
msgstr ""
13101311
"Si *logging.raiseExceptions* vaut ``True`` (mode de développement), un "
1311-
"message *No handlers could be found for logger X.Y.Z* est écrit une fois."
1312+
"message *No handlers could be found for logger X.Y.Z* est écrit sur la "
1313+
"sortie standard une fois."
13121314

13131315
#: ../Doc/howto/logging.rst:776
13141316
msgid "In Python 3.2 and later, the behaviour is as follows:"
@@ -1391,6 +1393,7 @@ msgstr ""
13911393
"gestionnaires, comme d'habitude."
13921394

13931395
#: ../Doc/howto/logging.rst:811
1396+
#, fuzzy
13941397
msgid ""
13951398
"A do-nothing handler is included in the logging package: :class:`~logging."
13961399
"NullHandler` (since Python 3.1). An instance of this handler could be added "
@@ -1430,7 +1433,7 @@ msgid ""
14301433
"handlers 'under the hood', you might well interfere with their ability to "
14311434
"carry out unit tests and deliver logs which suit their requirements."
14321435
msgstr ""
1433-
"Il est vivement conseillé de ne *pas ajouter de gestionnaires autres que* : :"
1436+
"Il est vivement conseillé de ne *pas ajouter de gestionnaires autres que* :"
14341437
"class:`~logging.NullHandler` *aux enregistreurs de votre bibliothèque*. Cela "
14351438
"est dû au fait que la configuration des gestionnaires est la prérogative du "
14361439
"développeur d'applications qui utilise votre bibliothèque. Le développeur "
@@ -1646,6 +1649,7 @@ msgstr ""
16461649
"fichiers de journalisation et de la rotation des fichiers de journalisation."
16471650

16481651
#: ../Doc/howto/logging.rst:928
1652+
#, fuzzy
16491653
msgid ""
16501654
":class:`~handlers.TimedRotatingFileHandler` instances send messages to disk "
16511655
"files, rotating the log file at certain timed intervals."

0 commit comments

Comments
 (0)
0