Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df22319

Browse files
cmaureirmmmarcos
andauthored
Traducido library/mailcap (#2326)
Closes #1887 --------- Co-authored-by: Marcos Medrano <[email protected]>
1 parent 2bd885b commit df22319

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

library/mailcap.po

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ msgstr ""
1313
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
1414
"PO-Revision-Date: 2020-08-23 13:17-0600\n"
1515
"Last-Translator: Alfonso Reyes <[email protected]>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.10.3\n"
2323

2424
#: ../Doc/library/mailcap.rst:2
@@ -34,6 +34,8 @@ msgid ""
3434
"The :mod:`mailcap` module is deprecated (see :pep:`PEP 594 <594#mailcap>` "
3535
"for details). The :mod:`mimetypes` module provides an alternative."
3636
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."
3739

3840
#: ../Doc/library/mailcap.rst:17
3941
#, python-format
@@ -153,6 +155,10 @@ msgid ""
153155
"inject ASCII characters other than alphanumerics and ``@+=:,./-_`` into the "
154156
"returned command line."
155157
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."
156162

157163
#: ../Doc/library/mailcap.rst:70
158164
msgid ""
@@ -162,6 +168,11 @@ msgid ""
162168
"ignore all mailcap entries which use that value. A :mod:`warning <warnings>` "
163169
"will be raised in either case."
164170
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."
165176

166177
#: ../Doc/library/mailcap.rst:78
167178
msgid ""

0 commit comments

Comments
 (0)