Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 19 additions & 15 deletions library/audit_events.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-19 22:36+0200\n"
"PO-Revision-Date: 2020-03-03 21:32+0100\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"PO-Revision-Date: 2022-11-15 14:54+0100\n"
"Last-Translator: Lucie Roux <lucie.roux@supdevinci-edu.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -55,6 +55,8 @@ msgid ""
"The following events are raised internally and do not correspond to any "
"public API of CPython:"
msgstr ""
"Les évènements suivants sont levés en interne et ne correspondent a aucune "
"API publique de CPython:"

#: library/audit_events.rst:27
#, fuzzy
Expand All @@ -67,61 +69,63 @@ msgstr "Arguments"

#: library/audit_events.rst:29
msgid "_winapi.CreateFile"
msgstr ""
msgstr "_winapi.CreateFile"

#: library/audit_events.rst:29
msgid ""
"``file_name``, ``desired_access``, ``share_mode``, ``creation_disposition``, "
"``flags_and_attributes``"
msgstr ""
"``file_name``, ``desired_access``, ``share_mode``, ``creation_disposition``, "
"``flags_and_attributes``"

#: library/audit_events.rst:33
msgid "_winapi.CreateJunction"
msgstr ""
msgstr "_winapi.CreateJunction"

#: library/audit_events.rst:33
msgid "``src_path``, ``dst_path``"
msgstr ""
msgstr "``src_path``, ``dst_path``"

#: library/audit_events.rst:35
msgid "_winapi.CreateNamedPipe"
msgstr ""
msgstr "_winapi.CreateNamedPipe"

#: library/audit_events.rst:35
msgid "``name``, ``open_mode``, ``pipe_mode``"
msgstr ""
msgstr "``name``, ``open_mode``, ``pipe_mode``"

#: library/audit_events.rst:37
msgid "_winapi.CreatePipe"
msgstr ""
msgstr "_winapi.CreatePipe"

#: library/audit_events.rst:39
msgid "_winapi.CreateProcess"
msgstr ""
msgstr "_winapi.CreateProcess"

#: library/audit_events.rst:39
msgid "``application_name``, ``command_line``, ``current_directory``"
msgstr ""
msgstr "``application_name``, ``command_line``, ``current_directory``"

#: library/audit_events.rst:42
msgid "_winapi.OpenProcess"
msgstr ""
msgstr "_winapi.OpenProcess"

#: library/audit_events.rst:42
msgid "``process_id``, ``desired_access``"
msgstr ""
msgstr "``process_id``, ``desired_access``"

#: library/audit_events.rst:44
msgid "_winapi.TerminateProcess"
msgstr ""
msgstr "_winapi.TerminateProcess"

#: library/audit_events.rst:44
msgid "``handle``, ``exit_code``"
msgstr ""
msgstr "``handle``, ``exit_code``"

#: library/audit_events.rst:46
msgid "ctypes.PyObj_FromPtr"
msgstr ""
msgstr "ctypes.PyObj_FromPtr"

#: library/audit_events.rst:46
msgid "``obj``"
Expand Down