@@ -13,12 +13,12 @@ msgstr ""
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
14
"PO-Revision-Date : 2020-08-23 13:17-0600\n "
15
15
"
Last-Translator :
Alfonso Reyes <[email protected] >\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
23
24
24
#: ../Doc/library/mailcap.rst:2
@@ -34,6 +34,8 @@ msgid ""
34
34
"The :mod:`mailcap` module is deprecated (see :pep:`PEP 594 <594#mailcap>` "
35
35
"for details). The :mod:`mimetypes` module provides an alternative."
36
36
msgstr ""
37
+ "El módulo :mod:`mailcap` está obsoleto (ver :pep:`PEP 594 <594#mailcap>` "
38
+ "para más detalles). El módulo :mod:`mimetypes` proporciona una alternativa."
37
39
38
40
#: ../Doc/library/mailcap.rst:17
39
41
#, python-format
@@ -153,6 +155,10 @@ msgid ""
153
155
"inject ASCII characters other than alphanumerics and ``@+=:,./-_`` into the "
154
156
"returned command line."
155
157
msgstr ""
158
+ "Para evitar problemas de seguridad con los metacaracteres de shell (símbolos "
159
+ "que tienen efectos especiales en una línea de comando de shell), "
160
+ "``findmatch`` se negará a inyectar caracteres ASCII que no sean "
161
+ "alfanuméricos y ``@+=:,./-_`` en la línea de comando retornada."
156
162
157
163
#: ../Doc/library/mailcap.rst:70
158
164
msgid ""
@@ -162,6 +168,11 @@ msgid ""
162
168
"ignore all mailcap entries which use that value. A :mod:`warning <warnings>` "
163
169
"will be raised in either case."
164
170
msgstr ""
171
+ "Si aparece un carácter no permitido en *filename*, ``findmatch`` siempre "
172
+ "retornará ``(None, None)`` como si no se hubiera encontrado ninguna entrada. "
173
+ "Si dicho carácter aparece en otro lugar (un valor en *plist* o en "
174
+ "*MIMEtype*), ``findmatch`` ignorará todas las entradas mailcap que utilicen "
175
+ "ese valor. Se generará un :mod:`warning <warnings>` en cualquier caso."
165
176
166
177
#: ../Doc/library/mailcap.rst:78
167
178
msgid ""
0 commit comments