diff options
Diffstat (limited to 'templates/man3/wprintf.3.pot')
-rw-r--r-- | templates/man3/wprintf.3.pot | 489 |
1 files changed, 489 insertions, 0 deletions
diff --git a/templates/man3/wprintf.3.pot b/templates/man3/wprintf.3.pot new file mode 100644 index 00000000..f3f8e2ed --- /dev/null +++ b/templates/man3/wprintf.3.pot @@ -0,0 +1,489 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2024-03-01 17:13+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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 fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "" + +#. 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 "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LIBRARY" +msgstr "" + +#. 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<libc>, I<-lc>)" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. 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>stdio.hE<gt>>\n" +"B<#include E<lt>wchar.hE<gt>>\n" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<int wprintf(const wchar_t *restrict >I<format>B<, ...);>\n" +"B<int fwprintf(FILE *restrict >I<stream>B<,>\n" +"B< const wchar_t *restrict >I<format>B<, ...);>\n" +"B<int swprintf(wchar_t >I<wcs>B<[restrict .>I<maxlen>B<], size_t >I<maxlen>B<,>\n" +"B< const wchar_t *restrict >I<format>B<, ...);>\n" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<int vwprintf(const wchar_t *restrict >I<format>B<, va_list >I<args>B<);>\n" +"B<int vfwprintf(FILE *restrict >I<stream>B<,>\n" +"B< const wchar_t *restrict >I<format>B<, va_list >I<args>B<);>\n" +"B<int vswprintf(wchar_t >I<wcs>B<[restrict .>I<maxlen>B<], size_t >I<maxlen>B<,>\n" +"B< const wchar_t *restrict >I<format>B<, va_list >I<args>B<);>\n" +msgstr "" + +#. 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<feature_test_macros>(7)):" +msgstr "" + +#. .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 "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +" _XOPEN_SOURCE E<gt>= 500 || _ISOC99_SOURCE\n" +" || _POSIX_C_SOURCE E<gt>= 200112L\n" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<wprintf>() family of functions is the wide-character equivalent of " +"the B<printf>(3) family of functions. It performs formatted output of wide " +"characters." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<wprintf>() and B<vwprintf>() functions perform wide-character output " +"to I<stdout>. I<stdout> must not be byte oriented; see B<fwide>(3) for " +"more information." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<fwprintf>() and B<vfwprintf>() functions perform wide-character " +"output to I<stream>. I<stream> must not be byte oriented; see B<fwide>(3) " +"for more information." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<swprintf>() and B<vswprintf>() functions perform wide-character " +"output to an array of wide characters. The programmer must ensure that " +"there is room for at least I<maxlen> wide characters at I<wcs>." +msgstr "" + +#. 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<printf>(3), B<vprintf>(3), B<fprintf>(3), " +"B<vfprintf>(3), B<sprintf>(3), B<vsprintf>(3) functions except for the " +"following differences:" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<\\[bu]>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The I<format> string is a wide-character string." +msgstr "" + +#. 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 "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<swprintf>() and B<vswprintf>() take a I<maxlen> argument, B<sprintf>(3) " +"and B<vsprintf>(3) do not. (B<snprintf>(3) and B<vsnprintf>(3) take a " +"I<maxlen> argument, but these functions do not return -1 upon buffer " +"overflow on Linux.)" +msgstr "" + +#. 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<c> and B<s> is different:" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<c>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If no B<l> modifier is present, the I<int> argument is converted to a wide " +"character by a call to the B<btowc>(3) function, and the resulting wide " +"character is written. If an B<l> modifier is present, the I<wint_t> (wide " +"character) argument is written." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<s>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If no B<l> modifier is present: the I<const\\ char\\ *> 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<mbrtowc>(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<wide characters> written, not the number of I<bytes> or " +"I<screen positions>. 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<l> modifier is present: the I<const\\ wchar_t\\ *> " +"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 "" + +#. 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 "" + +#. 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<swprintf>() and " +"B<vswprintf>(). They return -1 when an error occurs." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ATTRIBUTES" +msgstr "" + +#. 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<attributes>(7)." +msgstr "" + +#. 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 "" + +#. 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 "" + +#. 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 "" + +#. type: tbl table +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid ".na\n" +msgstr "" + +#. type: tbl table +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid ".nh\n" +msgstr "" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<wprintf>(),\n" +"B<fwprintf>(),\n" +"B<swprintf>(),\n" +"B<vwprintf>(),\n" +"B<vfwprintf>(),\n" +"B<vswprintf>()" +msgstr "" + +#. 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 "" + +#. 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 "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "STANDARDS" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "C11, POSIX.1-2008." +msgstr "" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "HISTORY" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2001, C99." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NOTES" +msgstr "" + +#. 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<wprintf>() et al. depends on the B<LC_CTYPE> category of " +"the current locale." +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the I<format> string contains non-ASCII wide characters, the program will " +"work correctly only if the B<LC_CTYPE> category of the current locale at run " +"time is the same as the B<LC_CTYPE> category of the current locale at " +"compile time. This is because the I<wchar_t> 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<format> string should consist of ASCII wide characters only, or should be " +"constructed at run time in an internationalized way (e.g., using " +"B<gettext>(3) or B<iconv>(3), followed by B<mbstowcs>(3))." +msgstr "" + +#. 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 "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<fprintf>(3), B<fputwc>(3), B<fwide>(3), B<printf>(3), B<snprintf>(3)" +msgstr "" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2023-02-05" +msgstr "" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "POSIX.1-2001, POSIX.1-2008, C99." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"If the I<format> string contains non-ASCII wide characters, the program will " +"work correctly only if the B<LC_CTYPE> category of the current locale at run " +"time is the same as the B<LC_CTYPE> category of the current locale at " +"compile time. This is because the I<wchar_t> 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<format> " +"string should consist of ASCII wide characters only, or should be " +"constructed at run time in an internationalized way (e.g., using " +"B<gettext>(3) or B<iconv>(3), followed by B<mbstowcs>(3))." +msgstr "" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2023-07-20" +msgstr "" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "2023-03-30" +msgstr "" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "" |