diff options
Diffstat (limited to 'po/es/man7/x25.7.po')
-rw-r--r-- | po/es/man7/x25.7.po | 358 |
1 files changed, 358 insertions, 0 deletions
diff --git a/po/es/man7/x25.7.po b/po/es/man7/x25.7.po new file mode 100644 index 00000000..c89c4b22 --- /dev/null +++ b/po/es/man7/x25.7.po @@ -0,0 +1,358 @@ +# Spanish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Juan Piernas <piernas@ditec.um.es>, 1999. +# Marcos Fouces <marcos@debian.org>, 2021-2024. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-03-01 17:13+0100\n" +"PO-Revision-Date: 2024-03-11 23:56+0100\n" +"Last-Translator: Marcos Fouces <marcos@debian.org>\n" +"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "x25" +msgstr "x25" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2024-01-28" +msgstr "28 Enero 2024" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Páginas de manual de Linux 6.06" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NOMBRE" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "x25 - ITU-T X.25 / ISO/IEC\\~8208 protocol interface" +msgstr "x25 - interfaz del protocolo ITU-T X.25 / ISO/IEC\\~8208" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "SINOPSIS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<#include E<lt>sys/socket.hE<gt>>\n" +"B<#include E<lt>linux/x25.hE<gt>>\n" +msgstr "" +"B<#include E<lt>sys/socket.hE<gt>>\n" +"B<#include E<lt>linux/x25.hE<gt>>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<x25_socket>B< = socket(AF_X25, SOCK_SEQPACKET, 0);>\n" +msgstr "B<x25_socket>B< = socket(AF_X25, SOCK_SEQPACKET, 0);>\n" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPCIÓN" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"X25 sockets provide an interface to the X.25 packet layer protocol. This " +"allows applications to communicate over a public X.25 data network as " +"standardized by International Telecommunication Union's recommendation X.25 " +"(X.25 DTE-DCE mode). X25 sockets can also be used for communication without " +"an intermediate X.25 network (X.25 DTE-DTE mode) as described in ISO/" +"IEC\\~8208." +msgstr "" +"Los conectores (sockets) X25 proporcionan una interfaz al protocolo de la " +"capa de paquetes X.25. Éstos permiten a las aplicaciones comunicarse a " +"través de una red pública de datos X.25 según establece la recomendación " +"X.25 de la International Telecommunication Union (X.25 modo DTE-DCE). Los " +"conectores X25 también se pueden usar para comunicarse sin una red X.25 " +"intermedia (X.25 modo DTE-DTE) como se describe en ISO/IEC\\~8208." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Message boundaries are preserved \\[em] a B<read>(2) from a socket will " +"retrieve the same chunk of data as output with the corresponding " +"B<write>(2) to the peer socket. When necessary, the kernel takes care of " +"segmenting and reassembling long messages by means of the X.25 M-bit. There " +"is no hard-coded upper limit for the message size. However, reassembling of " +"a long message might fail if there is a temporary lack of system resources " +"or when other constraints (such as socket memory or buffer size limits) " +"become effective. If that occurs, the X.25 connection will be reset." +msgstr "" +"Se conservan los límites de los mensajes (una operación B<read>(2) de un " +"conector recuperará la misma cantidad de datos que la salida producida con " +"la correspondiente operación B<write(2)> en el conector asociado del otro " +"extremo). Cuando es necesario, el núcleo se preocupa de segmentar y " +"reensamblar los mensajes largos mediante el bit M de X.25. No existe un " +"límite superior fijo para el tamaño de mensaje. Sin embargo, el reensamblaje " +"de un mensaje largo puede fallar si se produce una escasez temporal de " +"recursos del sistema o cuando se ponen de manifiesto otras limitaciones " +"(como la memoria de los conectores o los límites de los tamaños de los " +"buffers). En tal caso, se reiniciará la conexión X.25." + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Socket addresses" +msgstr "Direcciones de los conectores" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<AF_X25> socket address family uses the I<struct sockaddr_x25> for " +"representing network addresses as defined in ITU-T recommendation X.121." +msgstr "" +"La familia de direcciones de los conectores B<AF_X25> usa la estructura " +"I<struct sockaddr_x25> para representar las direcciones de red tal y como se " +"definen en la recomendación X.121 del ITU-T." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"struct sockaddr_x25 {\n" +" sa_family_t sx25_family; /* must be AF_X25 */\n" +" x25_address sx25_addr; /* X.121 Address */\n" +"};\n" +msgstr "" +"struct sockaddr_x25 {\n" +" sa_family_t sx25_family; /* debe ser AF_X25 */\n" +" x25_address sx25_addr; /* Dirección X.121 */\n" +"};\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<sx25_addr> contains a char array I<x25_addr[]> to be interpreted as a null-" +"terminated string. I<sx25_addr.x25_addr[]> consists of up to 15 (not " +"counting the terminating null byte) ASCII characters forming the X.121 " +"address. Only the decimal digit characters from \\[aq]0\\[aq] to " +"\\[aq]9\\[aq] are allowed." +msgstr "" +"I<sx25_addr> contiene una matriz de caracteres, I<x25_addr[]>, que se " +"interpreta como una cadena terminada en un carácter nulo. I<sx25_addr." +"x25_addr[]>consiste en un máximo de 15 caracteres ASCII (sin contar el 0 del " +"final) que forman la dirección X.121. Sólo se permiten los caracteres del " +"\\[aq]0\\[aq] al \\[aq]9\\[aq]" + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Socket options" +msgstr "Opciones de los conectores" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The following X.25-specific socket options can be set by using " +"B<setsockopt>(2) and read with B<getsockopt>(2) with the I<level> argument " +"set to B<SOL_X25>." +msgstr "" +"Las siguientes opciones específicas de los conectores X.25 se pueden " +"configurar usando B<setsockopt>(2) y se pueden leer con B<getsockopt>(2), " +"asignándole al parámetro de I<nivel> el valor B<SOL_X25>." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<X25_QBITINCL>" +msgstr "B<X25_QBITINCL>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Controls whether the X.25 Q-bit (Qualified Data Bit) is accessible by the " +"user. It expects an integer argument. If set to 0 (default), the Q-bit is " +"never set for outgoing packets and the Q-bit of incoming packets is " +"ignored. If set to 1, an additional first byte is prepended to each message " +"read from or written to the socket. For data read from the socket, a 0 " +"first byte indicates that the Q-bits of the corresponding incoming data " +"packets were not set. A first byte with value 1 indicates that the Q-bit of " +"the corresponding incoming data packets was set. If the first byte of the " +"data written to the socket is 1, the Q-bit of the corresponding outgoing " +"data packets will be set. If the first byte is 0, the Q-bit will not be set." +msgstr "" +"Controla si el usuario puede acceder al bit Q de X.25 (Qualified Data Bit, " +"bit de datos acreditados). Se espera un argumento entero. Si es 0 (valor por " +"defecto), nunca se activa el bit Q para los paquetes de salida y se ignora " +"el bit Q de los paquetes de entrada. Si es 1, se añade un primer byte " +"adicional a cada mensaje leído de o escrito en el conector. Para los datos " +"leídos del conector, un primer byte 0 indica que no estaba activo el bit Q " +"de los paquetes de datos de entrada correspondientes. Un primer byte con " +"valor 1 indica que estaba activo el bit Q de los paquetes de datos de " +"entrada correspondientes. Si el primer byte de los datos escritos en el " +"conector es 1, se activa el bit Q de los paquetes de datos de salida " +"correspondientes. Si el primer byte es 0, no se activará el bit Q." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "VERSIONS" +msgstr "VERSIONES" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The AF_X25 protocol family is a new feature of Linux 2.2." +msgstr "" +"La familia de procotolo AF_X25 es una nueva característica de la versión 2.2 " +"de Linux." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BUGS" +msgstr "ERRORES" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Plenty, as the X.25 PLP implementation is B<CONFIG_EXPERIMENTAL>." +msgstr "" +"Bastantes, ya que la implementación X.25 PLP es B<CONFIG_EXPERIMENTAL>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This man page is incomplete." +msgstr "Esta página de manual está incompleta." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"There is no dedicated application programmer's header file yet; you need to " +"include the kernel header file I<E<lt>linux/x25.hE<gt>>. " +"B<CONFIG_EXPERIMENTAL> might also imply that future versions of the " +"interface are not binary compatible." +msgstr "" +"Todavía no existe un fichero cabecera específico para el programador de " +"aplicaciones. Necesita incluir el fichero cabecera I<E<lt>linux/x25.hE<gt>> " +"del núcleo. B<CONFIG_EXPERIMENTAL> también implica que la versiones futuras " +"de la interfaz podrían no ser compatibles a nivel binario." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"X.25 N-Reset events are not propagated to the user process yet. Thus, if a " +"reset occurred, data might be lost without notice." +msgstr "" +"Los eventos N-Reset de X.25 todavía no se propagan al proceso de usuario. " +"Por eso, si se produce un reinicio, se podrían perder datos sin darse cuenta." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "VÉASE TAMBIÉN" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<socket>(2), B<socket>(7)" +msgstr "B<socket>(2), B<socket>(7)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Jonathan Simon Naylor: \\[lq]The Re-Analysis and Re-Implementation of X.25." +"\\[rq] The URL is E<.UR ftp://ftp.pspt.fi\\:/pub\\:/ham\\:/linux\\:/ax25\\:/" +"x25doc.tgz> E<.UE .>" +msgstr "" +"Jonathan Simon Naylor: \\[lq]Reanálisis y reimplementación de X.25.\\[rq] La " +"URL es: E<.UR ftp://ftp.pspt.fi\\:/pub\\:/ham\\:/linux\\:/ax25\\:/ x25doc." +"tgz> E<.UE .>" + +#. type: TH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "2023-02-05" +msgstr "5 Febrero 2023" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Páginas de manual de Linux 6.03" + +#. type: Plain text +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "x25 - ITU-T X.25 / ISO-8208 protocol interface" +msgstr "x25 - interfaz del protocolo ITU-T X.25 / ISO-8208" + +#. type: Plain text +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"X25 sockets provide an interface to the X.25 packet layer protocol. This " +"allows applications to communicate over a public X.25 data network as " +"standardized by International Telecommunication Union's recommendation X.25 " +"(X.25 DTE-DCE mode). X25 sockets can also be used for communication without " +"an intermediate X.25 network (X.25 DTE-DTE mode) as described in ISO-8208." +msgstr "" +"Los conectores (sockets) X25 proporcionan una interfaz al protocolo de la " +"capa de paquetes X.25. Éstos permiten a las aplicaciones comunicarse a " +"través de una red pública de datos X.25 según establece la recomendación " +"X.25 de la International Telecommunication Union (X.25 modo DTE-DCE). Los " +"conectores X25 también se pueden usar para comunicarse sin una red X.25 " +"intermedia (X.25 modo DTE-DTE) como se describe en ISO-8208." + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2023-07-15" +msgstr "15 Julio 2023" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "Páginas de manual de Linux 6.05.01" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Linux man-pages 6.04" |