@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -330,6 +330,9 @@ msgid ""
330
330
"*password* are ``None`` and *usenetrc* is true, credentials from ``~/."
331
331
"netrc`` will be used if possible."
332
332
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."
333
336
334
337
#: ../Doc/library/nntplib.rst:241
335
338
msgid ""
@@ -338,13 +341,22 @@ msgid ""
338
341
"unnecessary. To force authentication to be delayed, you must not set *user* "
339
342
"or *password* when creating the object, and must set *usenetrc* to False."
340
343
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*."
341
349
342
350
#: ../Doc/library/nntplib.rst:252
343
351
msgid ""
344
352
"Send a ``STARTTLS`` command. This will enable encryption on the NNTP "
345
353
"connection. The *context* argument is optional and should be a :class:`ssl."
346
354
"SSLContext` object. Please read :ref:`ssl-security` for best practices."
347
355
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."
348
360
349
361
#: ../Doc/library/nntplib.rst:257
350
362
msgid ""
0 commit comments