Skip to content

Commit bd065c9

Browse files
committed
Partial commit (smtplib)
1 parent f51a9ee commit bd065c9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

library/smtplib.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-09-16 00:09+0200\n"
14+
"PO-Revision-Date: 2020-09-16 17:59+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -108,15 +108,15 @@ msgstr ""
108108

109109
#: ../Doc/library/smtplib.rst:64
110110
msgid "Support for the :keyword:`with` statement was added."
111-
msgstr ""
111+
msgstr "Se agregó soporte para la declaración :keyword:`with`."
112112

113113
#: ../Doc/library/smtplib.rst:67 ../Doc/library/smtplib.rst:96
114114
msgid "source_address argument was added."
115115
msgstr "se agrego el argumento source_address."
116116

117117
#: ../Doc/library/smtplib.rst:70
118118
msgid "The SMTPUTF8 extension (:rfc:`6531`) is now supported."
119-
msgstr ""
119+
msgstr "La extensión SMTPUTF8 (:rfc:`6531`) ahora es compatible."
120120

121121
#: ../Doc/library/smtplib.rst:78
122122
msgid ""
@@ -138,6 +138,9 @@ msgid ""
138138
"point to a PEM formatted private key and certificate chain file for the SSL "
139139
"connection."
140140
msgstr ""
141+
"*keyfile* y *certfile* son una alternativa heredada a *context*, y pueden "
142+
"apuntar a una clave privada en formato PEM y un archivo de cadena de "
143+
"certificados para la conexión SSL."
141144

142145
#: ../Doc/library/smtplib.rst:93 ../Doc/library/smtplib.rst:416
143146
msgid "*context* was added."

0 commit comments

Comments
 (0)