Skip to content

Commit c839a6a

Browse files
committed
Update nntplib.po
1 parent 141feae commit c839a6a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

library/nntplib.po

Lines changed: 13 additions & 1 deletion
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-08-30 19:07-0300\n"
14+
"PO-Revision-Date: 2020-08-30 19:23-0300\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -330,6 +330,9 @@ msgid ""
330330
"*password* are ``None`` and *usenetrc* is true, credentials from ``~/."
331331
"netrc`` will be used if possible."
332332
msgstr ""
333+
"Enviar comandos ``AUTHINFO`` con el nombre de usuario y la contraseña. Si "
334+
"*user* y *password* son ``None`` y *usenetrc* es verdadero, se utilizarán "
335+
"las credenciales de ``~/.netrc`` si su uso es posible."
333336

334337
#: ../Doc/library/nntplib.rst:241
335338
msgid ""
@@ -338,13 +341,22 @@ msgid ""
338341
"unnecessary. To force authentication to be delayed, you must not set *user* "
339342
"or *password* when creating the object, and must set *usenetrc* to False."
340343
msgstr ""
344+
"A menos que se retrase intencionalmente, el inicio de sesión se realiza "
345+
"normalmente durante la inicialización del objeto :class:`NNTP` y no es "
346+
"necesario llamar a esta función por separado. Para forzar el retraso de la "
347+
"autenticación, no se debe establecer *user* o *password* al crear el objeto "
348+
"y debe establecer *usenetrc* en *False*."
341349

342350
#: ../Doc/library/nntplib.rst:252
343351
msgid ""
344352
"Send a ``STARTTLS`` command. This will enable encryption on the NNTP "
345353
"connection. The *context* argument is optional and should be a :class:`ssl."
346354
"SSLContext` object. Please read :ref:`ssl-security` for best practices."
347355
msgstr ""
356+
"Envíe un comando ``STARTTLS``. Esto habilitará el cifrado en la conexión "
357+
"NNTP. El argumento *context* es opcional y debe ser el objeto :class:`ssl. "
358+
"SSLContext`. Por favor lea :ref:`ssl-security` para conocer las buenas "
359+
"prácticas."
348360

349361
#: ../Doc/library/nntplib.rst:257
350362
msgid ""

0 commit comments

Comments
 (0)