-
-
Notifications
You must be signed in to change notification settings - Fork 405
Expand file tree
/
Copy pathaudit_events.po
More file actions
53 lines (49 loc) · 1.91 KB
/
audit_events.po
File metadata and controls
53 lines (49 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2020, Python Software Foundation
# This file is distributed under the same license as the Python en Español
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python en Español 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-06-29 17:24+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Xavi Rambla\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.0\n"
#: ../Doc/library/audit_events.rst:6
msgid "Audit events table"
msgstr "Tabla de auditoría de eventos"
#: ../Doc/library/audit_events.rst:8
msgid ""
"This table contains all events raised by :func:`sys.audit` or :c:func:"
"`PySys_Audit` calls throughout the CPython runtime and the standard "
"library. These calls were added in 3.8.0 or later."
msgstr ""
"Esta tabla contiene todos los eventos lanzados por :func:`sys.audit` o :c:"
"func:`PySys_Audit` llama a través de CPython en tiempo de ejecución y la "
"biblioteca estándar. Estas llamadas son añadidas en la versión 3.8.0 o "
"posterior."
#: ../Doc/library/audit_events.rst:12
msgid ""
"See :func:`sys.addaudithook` and :c:func:`PySys_AddAuditHook` for "
"information on handling these events."
msgstr ""
"Ver :func:`sys.addaudithook` y :c:func:`PySys_AddAuditHook` para informarse "
"en el manejo de estos eventos."
#: ../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 ""
"Esta tabla es generada desde la documentación de CPython, y no debe guardar "
"eventos lanzados por otras implementaciones. Ver la documentación de tus "
"especificaciones en tiempo de ejecución para los eventos lanzados "
"recientemente."