diff options
Diffstat (limited to 'po/ro/man3/mbtowc.3.po')
-rw-r--r-- | po/ro/man3/mbtowc.3.po | 377 |
1 files changed, 377 insertions, 0 deletions
diff --git a/po/ro/man3/mbtowc.3.po b/po/ro/man3/mbtowc.3.po new file mode 100644 index 00000000..4803ed33 --- /dev/null +++ b/po/ro/man3/mbtowc.3.po @@ -0,0 +1,377 @@ +# Romanian translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>, 2023. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.19.0\n" +"POT-Creation-Date: 2024-03-01 17:01+0100\n" +"PO-Revision-Date: 2023-11-27 00:30+0100\n" +"Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n" +"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" +"X-Generator: Poedit 3.2.2\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "mbtowc" +msgstr "mbtowc" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 octombrie 2023" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Pagini 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 "NUME" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "mbtowc - convert a multibyte sequence to a wide character" +msgstr "mbtowc - convertește o secvență multioctet într-un caracter lat" + +#. 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<libc>, I<-lc>)" +msgstr "Biblioteca C standard (I<libc>, 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 "REZUMAT" + +#. 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>stdlib.hE<gt>>\n" +msgstr "B<#include E<lt>stdlib.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 "B<int mbtowc(wchar_t *restrict >I<pwc>B<, const char >I<s>B<[restrict .>I<n>B<], size_t >I<n>B<);>\n" +msgstr "B<int mbtowc(wchar_t *restrict >I<pwc>B<, const char >I<s>B<[restrict .>I<n>B<], size_t >I<n>B<);>\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 "DESCRIERE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The main case for this function is when I<s> is not NULL and I<pwc> is not " +"NULL. In this case, the B<mbtowc>() function inspects at most I<n> bytes " +"of the multibyte string starting at I<s>, extracts the next complete " +"multibyte character, converts it to a wide character and stores it at " +"I<*pwc>. It updates an internal shift state known only to the B<mbtowc>() " +"function. If I<s> does not point to a null byte (\\[aq]\\e0\\[aq]), it " +"returns the number of bytes that were consumed from I<s>, otherwise it " +"returns 0." +msgstr "" +"Cazul principal pentru această funcție este atunci când I<s> nu este NULL și " +"I<pwc> nu este NULL. În acest caz, funcția B<mbtowc>() inspectează cel mult " +"I<n> octeți din șirul multioctet începând de la I<s>, extrage următorul " +"caracter multioctet complet, îl convertește într-un caracter lat și îl " +"stochează la I<*pwc>. Aceasta actualizează o stare de conversie internă " +"cunoscută numai de funcția B<mbtowc>(). Dacă I<s> nu indică un octet nul " +"(\\[aq]\\e0\\[aq]), se returnează numărul de octeți care au fost consumați " +"din I<s>, în caz contrar se returnează 0." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the I<n> bytes starting at I<s> do not contain a complete multibyte " +"character, or if they contain an invalid multibyte sequence, B<mbtowc>() " +"returns -1. This can happen even if I<n> E<gt>= I<MB_CUR_MAX>, if the " +"multibyte string contains redundant shift sequences." +msgstr "" +"În cazul în care I<n> octeți care încep la I<s> nu conțin un caracter " +"multioctet complet sau dacă conțin o secvență multioctet nevalidă, " +"B<mbtowc>() returnează -1. Acest lucru se poate întâmpla chiar dacă I<n> " +"E<gt>= I<MB_CUR_MAX>, în cazul în care șirul multioctet conține secvențe de " +"deplasare redundante." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A different case is when I<s> is not NULL but I<pwc> is NULL. In this case, " +"the B<mbtowc>() function behaves as above, except that it does not store " +"the converted wide character in memory." +msgstr "" +"Un caz diferit este atunci când I<s> nu este NULL, dar I<pwc> este NULL. În " +"acest caz, funcția B<mbtowc>() se comportă ca mai sus, cu excepția faptului " +"că nu stochează în memorie caracterul lat convertit." + +#. The Dinkumware doc and the Single UNIX specification say this, but +#. glibc doesn't implement this. +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A third case is when I<s> is NULL. In this case, I<pwc> and I<n> are " +"ignored. The B<mbtowc>() function resets the shift state, only known to " +"this function, to the initial state, and returns nonzero if the encoding has " +"nontrivial shift state, or zero if the encoding is stateless." +msgstr "" +"Un al treilea caz este atunci când I<s> este NULL. În acest caz, I<pwc> și " +"I<n> sunt ignorate. Funcția B<mbtowc>() restabilește starea de conversie, " +"cunoscută doar de această funcție, la starea inițială și returnează un număr " +"diferit de zero dacă codificarea are o stare de deplasare non-trivială sau " +"zero dacă codificarea este fără stare." + +#. 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 "VALOAREA RETURNATĂ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If I<s> is not NULL, the B<mbtowc>() function returns the number of " +"consumed bytes starting at I<s>, or 0 if I<s> points to a null byte, or -1 " +"upon failure." +msgstr "" +"Dacă I<s> nu este NULL, funcția B<mbtowc>() returnează numărul de octeți " +"consumați începând de la I<s>, sau 0 dacă I<s> indică un octet null, sau -1 " +"în caz de eșec." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If I<s> is NULL, the B<mbtowc>() function returns nonzero if the encoding " +"has nontrivial shift state, or zero if the encoding is stateless." +msgstr "" +"Dacă I<s> este NULL, funcția B<mbtowc>() returnează un număr diferit de zero " +"dacă codificarea are o stare de conversie non-trivială sau zero dacă " +"codificarea este fără stare." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ATTRIBUTES" +msgstr "ATRIBUTE" + +#. 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 "" +"Pentru o explicație a termenilor folosiți în această secțiune, a se vedea " +"B<attributes>(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 "Interfață" + +#. 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 "Atribut" + +#. 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 "Valoare" + +#. 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 +#, no-wrap +msgid "B<mbtowc>()" +msgstr "B<mbtowc>()" + +#. 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 "Siguranța firelor" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "MT-Unsafe race" +msgstr "MT-Unsafe race" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "VERSIONS" +msgstr "VERSIUNI" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This function is not multithread safe. The function B<mbrtowc>(3) provides " +"a better interface to the same functionality." +msgstr "" +"Această funcție nu este sigură pentru mai multe fire. Funcția B<mbrtowc>(3) " +"oferă o interfață mai bună pentru aceeași funcționalitate." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "STANDARDS" +msgstr "STANDARDE" + +#. 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 "ISTORIC" + +#. 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 "NOTE" + +#. 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<mbtowc>() depends on the B<LC_CTYPE> category of the " +"current locale." +msgstr "" +"Comportamentul lui B<mbtowc>() depinde de categoria B<LC_CTYPE> din " +"configurația regională curentă." + +#. 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 "CONSULTAȚI ȘI" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<MB_CUR_MAX>(3), B<mblen>(3), B<mbrtowc>(3), B<mbstowcs>(3), " +"B<wcstombs>(3), B<wctomb>(3)" +msgstr "" +"B<MB_CUR_MAX>(3), B<mblen>(3), B<mbrtowc>(3), B<mbstowcs>(3), " +"B<wcstombs>(3), B<wctomb>(3)" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2023-02-05" +msgstr "5 februarie 2023" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Pagini 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: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2023-07-20" +msgstr "20 iulie 2023" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "Pagini de manual de Linux 6.05.01" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "2023-03-30" +msgstr "30 martie 2023" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Pagini de manual de Linux 6.04" |