python-docs-fr/library/audit_events.po

51 lines
1.9 KiB
Plaintext
Raw Normal View History

# Copyright (C) 2001-2018, Python Software Foundation
# For licence information, see README file.
2019-09-04 09:39:22 +00:00
#
msgid ""
msgstr ""
2019-12-05 22:15:54 +00:00
"Project-Id-Version: Python 3\n"
2019-09-04 09:39:22 +00:00
"Report-Msgid-Bugs-To: \n"
2019-12-05 22:41:32 +00:00
"POT-Creation-Date: 2019-12-05 23:16+0100\n"
"PO-Revision-Date: 2019-11-17 23:01+0100\n"
2019-12-05 22:41:32 +00:00
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
2019-09-04 09:39:22 +00:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.4\n"
2019-09-04 09:39:22 +00:00
#: ../Doc/library/audit_events.rst:6
msgid "Audit events table"
msgstr "Table des évènements d'audit"
2019-09-04 09:39:22 +00:00
#: ../Doc/library/audit_events.rst:8
2019-12-05 22:41:32 +00:00
#, fuzzy
2019-09-04 09:39:22 +00:00
msgid ""
"This table contains all events raised by :func:`sys.audit` or :c:func:"
2019-12-05 22:41:32 +00:00
"`PySys_Audit` calls throughout the CPython runtime and the standard "
"library. These calls were added in 3.8.0 or later."
2019-09-04 09:39:22 +00:00
msgstr ""
"Cette table contient tous les évènements levés par les appels de :func:`sys."
"audit` ou :c:func:`PySys_Audit` durant l'exécution de CPython et de la "
"bibliothèque standard."
2019-09-04 09:39:22 +00:00
#: ../Doc/library/audit_events.rst:12
msgid ""
"See :func:`sys.addaudithook` and :c:func:`PySys_AddAuditHook` for "
"information on handling these events."
msgstr ""
"Voir :func:`sys.addaudithook` et :c:func:`PySys_AddAuditHook` pour plus "
"d'informations sur la gestion de ces évènements."
2019-09-04 09:39:22 +00:00
#: ../Doc/library/audit_events.rst:17
msgid ""
"This table is generated from the CPython documentation, and may not "
"represent events raised by other implementations. See your runtime specific "
"documentation for actual events raised."
msgstr ""
"Cette table est générée à partir de la documentation de CPython et peut ne "
"pas représenter des évènements levés par d'autres implémentations. Consultez "
"la documentation propre à votre implémentation pour connaître les évènements "
"réellement levés."