# Spanish translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Juan Piernas , 2000. msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" "POT-Creation-Date: 2024-06-01 06:35+0200\n" "PO-Revision-Date: 2020-11-24 18:07+0100\n" "Last-Translator: Marcos Fouces \n" "Language-Team: Spanish \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" "X-Generator: Poedit 2.4.2\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "wprintf" msgstr "" #. type: TH #: archlinux debian-unstable opensuse-tumbleweed #, no-wrap msgid "2024-05-02" msgstr "2 Mayo 2024" #. type: TH #: archlinux debian-unstable #, no-wrap msgid "Linux man-pages 6.8" msgstr "Páginas de Manual de Linux 6.8" #. 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 debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "wprintf, fwprintf, swprintf, vwprintf, vfwprintf, vswprintf - formatted wide-" "character output conversion" msgstr "" "wprintf, fwprintf, swprintf, vwprintf, vfwprintf, vswprintf - conversión con " "formato de la salida de caracteres anchos" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "LIBRARY" msgstr "BIBLIOTECA" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Standard C library (I, I<-lc>)" msgstr "Biblioteca Estándar C (I, I<-lc>)" #. 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 Estdio.hE>\n" "B<#include Ewchar.hE>\n" msgstr "" "B<#include Estdio.hE>\n" "B<#include Ewchar.hE>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "" #| "BIB<, ...);>\n" #| "BIB<, const wchar_t *>IB<, ...);>\n" #| "BIB<, size_t >IB<,>\n" #| "B< const wchar_t *>IB<, ...);>\n" msgid "" "BIB<, ...);>\n" "BIB<,>\n" "B< const wchar_t *restrict >IB<, ...);>\n" "BIB<[restrict .>IB<], size_t >IB<,>\n" "B< const wchar_t *restrict >IB<, ...);>\n" msgstr "" "BIB<, ...);>\n" "BIB<, const wchar_t *>IB<, ...);>\n" "BIB<, size_t >IB<,>\n" "B< const wchar_t *>IB<, ...);>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "" #| "BIB<, va_list >IB<);>\n" #| "BIB<, const wchar_t *>IB<, va_list >IB<);>\n" #| "BIB<, size_t >IB<,>\n" #| "B< const wchar_t *>IB<, va_list >IB<);>\n" msgid "" "BIB<, va_list >IB<);>\n" "BIB<,>\n" "B< const wchar_t *restrict >IB<, va_list >IB<);>\n" "BIB<[restrict .>IB<], size_t >IB<,>\n" "B< const wchar_t *restrict >IB<, va_list >IB<);>\n" msgstr "" "BIB<, va_list >IB<);>\n" "BIB<, const wchar_t *>IB<, va_list >IB<);>\n" "BIB<, size_t >IB<,>\n" "B< const wchar_t *>IB<, va_list >IB<);>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Feature Test Macro Requirements for glibc (see B(7)):" msgstr "" "Requisitos de Macros de Prueba de Características para glibc (véase " "B(7)):" #. .BR wprintf (), #. .BR fwprintf (), #. .BR swprintf (), #. .BR vwprintf (), #. .BR vfwprintf (), #. .BR vswprintf (): #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "All functions shown above:" msgstr "A continuación se muestran todas las funciones:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "_ISOC99_SOURCE || _POSIX_C_SOURCE\\ E=\\ 200112L" msgid "" " _XOPEN_SOURCE E= 500 || _ISOC99_SOURCE\n" " || _POSIX_C_SOURCE E= 200112L\n" msgstr "_ISOC99_SOURCE || _POSIX_C_SOURCE\\ E=\\ 200112L" #. 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 debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B() family of functions is the wide-character equivalent of " "the B(3) family of functions. It performs formatted output of wide " "characters." msgstr "" "La familia de funciones B() es equivalente para caracteres anchos a " "la familia de funciones B(3). Realizan la salida con formato de " "caracteres anchos." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B() and B() functions perform wide-character output " "to I. I must not be byte oriented; see B(3) for " "more information." msgstr "" "Las funciones B() y B() realizan la salida de caracteres " "anchos a I. I no debe estar orientada a bytes. Vea " "B(3) para más información." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B() and B() functions perform wide-character " "output to I. I must not be byte oriented; see B(3) " "for more information." msgstr "" "Las funciones B() y B() realizan la salida de " "caracteres anchos a I. I no debe estar orientado a bytes. " "Vea B(3) para más información." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The B() and B() functions perform wide-character " "output to an array of wide characters. The programmer must ensure that " "there is room for at least I wide characters at I." msgstr "" "Las funciones B() y B() realizan la salida de " "caracteres anchos a un array de caracteres anchos. El programador debe " "garantizar que hay espacio suficiente en I para, al menos, I " "caracteres anchos." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "These functions are like the B(3), B(3), B(3), " "B(3), B(3), B(3) functions except for the " "following differences:" msgstr "" "Estas funciones son como las funciones B(3), B(3), " "B(3), B(3), B(3) y B(3), salvo por las " "siguientes diferencias:" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "\\[bu]" msgid "B<\\[bu]>" msgstr "\\[bu]" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "The I string is a wide-character string." msgstr "La cadena I es una cadena de caracteres anchos." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "The output consists of wide characters, not bytes." msgstr "La salida está formada por caracteres anchos, no por bytes." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B() and B() take a I argument, B(3) " "and B(3) do not. (B(3) and B(3) take a " "I argument, but these functions do not return -1 upon buffer " "overflow on Linux.)" msgstr "" "B() y B() toman un argumento I, B(3) y " "B(3) no. (Las funciones B(3) y B(3) toman un " "argumento I, pero en Linux no devuelven -1 ante un desbordamiento de " "buffer.)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "The treatment of the conversion characters B and B is different:" msgstr "" "El tratamiento de los caracteres de conversión B y B es distinto:" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If no B modifier is present, the I argument is converted to a wide " "character by a call to the B(3) function, and the resulting wide " "character is written. If an B modifier is present, the I (wide " "character) argument is written." msgstr "" "Si no está presente un modificador B, el argumento I se convierte a " "un carácter ancho, mediante una llamada a la función B(3), y se " "escribe el carácter ancho resultante. Si está presente un modificador B, " "se escribe el argumento (carácter ancho) I." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "If no B modifier is present: the I argument is " #| "expected to be a pointer to an array of character type (pointer to a " #| "string) containing a multibyte character sequence beginning in the " #| "initial shift state. Characters from the array are converted to wide " #| "characters (each by a call to the B(3) function with a " #| "conversion state starting in the initial state before the first byte). " #| "The resulting wide characters are written up to (but not including) the " #| "terminating null wide character (L\\(aq\\e0\\(aq). If a precision is " #| "specified, no more wide characters than the number specified are " #| "written. Note that the precision determines the number of I written, not the number of I or I. " #| "The array must contain a terminating null byte (\\(aq\\e0\\(aq), unless a " #| "precision is given and it is so small that the number of converted wide " #| "characters reaches it before the end of the array is reached. If an B " #| "modifier is present: the I argument is expected to " #| "be a pointer to an array of wide characters. Wide characters from the " #| "array are written up to (but not including) a terminating null wide " #| "character. If a precision is specified, no more than the number " #| "specified are written. The array must contain a terminating null wide " #| "character, unless a precision is given and it is smaller than or equal to " #| "the number of wide characters in the array." msgid "" "If no B modifier is present: the I argument is expected " "to be a pointer to an array of character type (pointer to a string) " "containing a multibyte character sequence beginning in the initial shift " "state. Characters from the array are converted to wide characters (each by " "a call to the B(3) function with a conversion state starting in " "the initial state before the first byte). The resulting wide characters are " "written up to (but not including) the terminating null wide character " "(L\\[aq]\\e0\\[aq]). If a precision is specified, no more wide characters " "than the number specified are written. Note that the precision determines " "the number of I written, not the number of I or " "I. The array must contain a terminating null byte " "(\\[aq]\\e0\\[aq]), unless a precision is given and it is so small that the " "number of converted wide characters reaches it before the end of the array " "is reached. If an B modifier is present: the I " "argument is expected to be a pointer to an array of wide characters. Wide " "characters from the array are written up to (but not including) a " "terminating null wide character. If a precision is specified, no more than " "the number specified are written. The array must contain a terminating null " "wide character, unless a precision is given and it is smaller than or equal " "to the number of wide characters in the array." msgstr "" "Si no está presente un modificador B: se espera que el argumento " "I sea un puntero a un array de tipo carácter (puntero a " "una cadena) que contenga una secuencia de caracteres multibyte que comience " "en el estado inicial de cambios. Los caracteres del array se convierten a " "caracteres anchos (cada uno mediante una llama a la función B(3) " "con un estado de conversión que comienza en el estado inicial antes del " "primer byte). Se escriben todos los caracteres anchos resultantes hasta " "encontrar (pero sin incluir) un carácter ancho terminador nulo (L\\(aq " "\\e0\\(aq). Si se especifica una precisión, no se escriben más caracteres " "anchos del número especificado. Dese cuenta que la precisión determina el " "número de I escritos, no el número de I o " "I. El array debe contener un byte terminador nulo " "(\\(aq \\e0\\(aq), a menos que se proporcione una precisión y ésta sea tan " "pequeña que el número de caracteres anchos obtenidos la iguale antes de que " "se llegue al final del array. (Si está presente un modificador B: se " "espera que el argumento I sea un puntero a un array de " "caracteres anchos. Se escriben todos los caracteres anchos del array hasta " "encontrar (pero sin incluir) un carácter ancho terminador nulo. Si se " "especifica una presición, no se escriben más caracteres del número " "especificado. El array debe contener un carácter ancho terminador nulo, a " "menos que se de una precisión y ésta sea más pequeña o igual que el número " "de caracteres anchos en el array." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "RETURN VALUE" msgstr "VALOR DEVUELTO" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The functions return the number of wide characters written, excluding the " "terminating null wide character in case of the functions B() and " "B(). They return -1 when an error occurs." msgstr "" "Las funciones devuelven el número de caracteres anchos escritos, excluyendo " "el carácter ancho terminador nulo en el caso de las funciones B() " "y B(). Las funciones devuelven -1 en caso de error." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ATTRIBUTES" msgstr "ATRIBUTOS" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "For an explanation of the terms used in this section, see B(7)." msgstr "" "Para obtener una explicación de los términos usados en esta sección, véase " "B(7)." #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Interface" msgstr "Interfaz" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Attribute" msgstr "Atributo" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Value" msgstr "Valor" #. type: tbl table #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed #, no-wrap msgid ".na\n" msgstr ".na\n" #. type: tbl table #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed #, no-wrap msgid ".nh\n" msgstr ".nh\n" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "B(3), B(3), B(3), B(3), B(3)" msgid "" "B(),\n" "B(),\n" "B(),\n" "B(),\n" "B(),\n" "B()" msgstr "B(3), B(3), B(3), B(3), B(3)" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Thread safety" msgstr "Seguridad del hilo" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "MT-Safe locale" msgstr "Configuración regional de multi-hilo seguro" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "STANDARDS" msgstr "ESTÁNDARES" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "C11, POSIX.1-2008." msgstr "C11, POSIX.1-2008." #. type: SH #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "HISTORY" msgstr "HISTORIAL" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "POSIX.1-2001, C99." msgstr "POSIX.1-2001, C99." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NOTES" msgstr "NOTAS" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The behavior of B() et al. depends on the B category of " "the current locale." msgstr "" "El comportamiento de B() y compañía depende de la categoría " "B de la localización actual." #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "If the I string contains non-ASCII wide characters, the program " #| "will work correctly only if the B category of the current " #| "locale at run time is the same as the B category of the current " #| "locale at compile time. This is because the I representation is " #| "platform- and locale-dependent. (The glibc represents wide characters " #| "using their Unicode (ISO-10646) code point, but other platforms don't do " #| "this. Also, the use of C99 universal character names of the form " #| "\\eunnnn does not solve this problem.) Therefore, in internationalized " #| "programs, the I string should consist of ASCII wide characters " #| "only, or should be constructed at run time in an internationalized way (e." #| "g., using B(3) or B(3), followed by B(3))." msgid "" "If the I string contains non-ASCII wide characters, the program will " "work correctly only if the B category of the current locale at run " "time is the same as the B category of the current locale at " "compile time. This is because the I representation is platform- " "and locale-dependent. (The glibc represents wide characters using their " "Unicode (ISO/IEC 10646) code point, but other platforms don't do this. " "Also, the use of C99 universal character names of the form \\eunnnn does not " "solve this problem.) Therefore, in internationalized programs, the " "I string should consist of ASCII wide characters only, or should be " "constructed at run time in an internationalized way (e.g., using " "B(3) or B(3), followed by B(3))." msgstr "" "Si la cadena I contiene caracteres anchos que no son ASCII, el " "programa sólo funcionará correctamente si la categoría B de la " "localización actual en tiempo de ejecución es la misma que la categoría " "B de la localización actual en tiempo de compilación. Esto es así " "porque la representación I es dependiente de la plataforma y de la " "localización. (La glibc representa los caracteres anchos usando sus puntos " "de código Unicode (ISO-10646) pero otras plataformas no hacen esto. Tampoco " "el uso de nombres universales de caractares, según la norma C99, de la forma " "\\eunnnn soluciona este problema.) Por tanto, en programas " "internacionalizados, la cadena I debería estar formada sólo por " "caracteres anchos ASCII, o debería construirse en tiempo de ejecución de una " "forma internacionalizada (por ejemplo, usando B(3) o B(3), " "seguida de B(3))." #. 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(3), B(3), B(3), B(3), B(3)" msgstr "B(3), B(3), B(3), B(3), B(3)" #. type: TH #: debian-bookworm #, 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 msgid "POSIX.1-2001, POSIX.1-2008, C99." msgstr "POSIX.1-2001, POSIX.1-2008, C99." #. type: Plain text #: debian-bookworm msgid "" "If the I string contains non-ASCII wide characters, the program will " "work correctly only if the B category of the current locale at run " "time is the same as the B category of the current locale at " "compile time. This is because the I representation is platform- " "and locale-dependent. (The glibc represents wide characters using their " "Unicode (ISO-10646) code point, but other platforms don't do this. Also, " "the use of C99 universal character names of the form \\eunnnn does not solve " "this problem.) Therefore, in internationalized programs, the I " "string should consist of ASCII wide characters only, or should be " "constructed at run time in an internationalized way (e.g., using " "B(3) or B(3), followed by B(3))." msgstr "" "Si la cadena I contiene caracteres anchos que no son ASCII, el " "programa sólo funcionará correctamente si la categoría B de la " "localización actual en tiempo de ejecución es la misma que la categoría " "B de la localización actual en tiempo de compilación. Esto es así " "porque la representación I es dependiente de la plataforma y de la " "localización. (La glibc representa los caracteres anchos usando sus puntos " "de código Unicode (ISO-10646) pero otras plataformas no hacen esto. Tampoco " "el uso de nombres universales de caractares, según la norma C99, de la forma " "\\eunnnn soluciona este problema.) Por tanto, en programas " "internacionalizados, la cadena I debería estar formada sólo por " "caracteres anchos ASCII, o debería construirse en tiempo de ejecución de una " "forma internacionalizada (por ejemplo, usando B(3) o B(3), " "seguida de B(3))." #. type: TH #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "31 Octubre 2023" #. type: TH #: fedora-40 mageia-cauldron #, no-wrap msgid "Linux man-pages 6.06" msgstr "Páginas de Manual de Linux 6.06" #. type: TH #: fedora-rawhide #, no-wrap msgid "Linux man-pages 6.7" msgstr "Páginas de Manual de Linux 6.7" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "2023-03-30" msgstr "30 Marzo 2023" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" msgstr "Páginas de Manual de Linux 6.04" #. type: TH #: opensuse-tumbleweed #, no-wrap msgid "Linux man-pages (unreleased)" msgstr "Páginas de Manual de Linux (no publicadas)"