@@ -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-10-22 10:27 -0300\n "
14
+ "PO-Revision-Date : 2020-10-22 16:03 -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 "
@@ -514,6 +514,12 @@ msgid ""
514
514
"articles in the group, *first* is the first article number in the group, "
515
515
"*last* is the last article number in the group, and *name* is the group name."
516
516
msgstr ""
517
+ "Envíe un comando ``GRUPO``, donde *name* es el nombre del grupo. El grupo se "
518
+ "selecciona como un grupo actual, si éste existe. Devuelve una tupla "
519
+ "``(response, count, first, last, name)`` donde *count* es el número "
520
+ "(estimado) de artículos en el grupo, *first* es el primer número de artículo "
521
+ "del grupo, *last* es el último número de artículo en el grupo y *name* es el "
522
+ "nombre del grupo."
517
523
518
524
#: ../Doc/library/nntplib.rst:358
519
525
msgid ""
@@ -524,6 +530,13 @@ msgid ""
524
530
"starting from *first* to the last article in the current group, or :const:"
525
531
"`None` to select the current article in the current group."
526
532
msgstr ""
533
+ "Envíe un comando ``OVER`` o un comando ``XOVER`` en servidores heredados. "
534
+ "*message_spec *puede ser una cadena que represente un ID de mensaje o una "
535
+ "tupla de números ``(first, None)`` que indique un rango de artículos en el "
536
+ "grupo actual, o una tupla ``(first, None)`` que indique un rango de "
537
+ "artículos comenzando desde *first* hasta el último artículo del grupo "
538
+ "actual, o :const:`None` para seleccionar el artículo actual en el grupo "
539
+ "actual."
527
540
528
541
#: ../Doc/library/nntplib.rst:365
529
542
msgid ""
@@ -535,6 +548,14 @@ msgid ""
535
548
"items (the key is then the metadata name prepended with ``\" :\" ``). The "
536
549
"following items are guaranteed to be present by the NNTP specification:"
537
550
msgstr ""
551
+ "Devuelve un par ``(response, overviews)``. *overviews* es una lista de "
552
+ "tuplas del tipo ``(article_number, overview)``, una para cada artículo "
553
+ "seleccionado por *message_spec*. Cada *overview* es un diccionario con el "
554
+ "mismo número de elementos, pero este número depende del servidor. Estos "
555
+ "elementos son encabezados de mensajes (la clave es entonces el nombre del "
556
+ "encabezado en minúsculas) o elementos de metadatos (la clave es entonces el "
557
+ "nombre de los metadatos precedido de ``”:”``). Los siguientes elementos "
558
+ "están garantizados por la especificación NNTP:"
538
559
539
560
#: ../Doc/library/nntplib.rst:373
540
561
msgid ""
0 commit comments