# Romanian translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Remus-Gabriel Chelu , 2023. msgid "" msgstr "" "Project-Id-Version: manpages-l10n 4.20.0\n" "POT-Creation-Date: 2024-06-01 06:09+0200\n" "PO-Revision-Date: 2023-12-17 10:31+0100\n" "Last-Translator: Remus-Gabriel Chelu \n" "Language-Team: Romanian \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 "pread" msgstr "pread" #. type: TH #: archlinux debian-unstable opensuse-tumbleweed #, no-wrap msgid "2024-05-02" msgstr "2 mai 2024" #. type: TH #: archlinux debian-unstable #, no-wrap msgid "Linux man-pages 6.8" msgstr "Pagini 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 "NUME" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "pread, pwrite - read from or write to a file descriptor at a given offset" msgstr "" "pread, pwrite - citește dintr-un descriptor de fișier sau scrie într-un " "descriptor de fișier la o anumită poziție" #. 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 C standard (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 Eunistd.hE>\n" msgstr "B<#include Eunistd.hE>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "BIB<, void >IB<[.>IB<], size_t >IB<,>\n" "B< off_t >IB<);>\n" "BIB<, const void >IB<[.>IB<], size_t >IB<,>\n" "B< off_t >IB<);>\n" msgstr "" "BIB<, void >IB<[.>IB<], size_t >IB<,>\n" "B< off_t >IB<);>\n" "BIB<, const void >IB<[.>IB<], size_t >IB<,>\n" "B< off_t >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 "" "Cerințe pentru macrocomenzi de testare a caracteristicilor pentru glibc " "(consultați B(7)):" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B(), B():" msgstr "B(), B():" #. 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= 500\n" " || /* Since glibc 2.12: */ _POSIX_C_SOURCE E= 200809L\n" msgstr "" " _XOPEN_SOURCE E= 500\n" " || /* Începând cu glibc 2.12: */ _POSIX_C_SOURCE E= 200809L\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 "" "B() reads up to I bytes from file descriptor I at offset " "I (from the start of the file) into the buffer starting at I. " "The file offset is not changed." msgstr "" "B() citește până la I octeți din descriptorul de fișier I " "la poziția I (de la începutul fișierului) în memoria tampon care " "începe la I. Poziția din fișier a indicatorului de citire nu se " "modifică." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B() writes up to I bytes from the buffer starting at I " "to the file descriptor I at offset I. The file offset is not " "changed." msgstr "" "B() scrie până la I octeți din memoria tampon care începe la " "I în descriptorul de fișier I la poziția I. Poziția din " "fișier a indicatorului de scriere nu se modifică." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "The file referenced by I must be capable of seeking." msgstr "Fișierul la care face referire I trebuie să permită căutarea." #. 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 "" "On success, B() returns the number of bytes read (a return of zero " "indicates end of file) and B() returns the number of bytes written." msgstr "" "În caz de succes, B() returnează numărul de octeți citiți (o valoare " "zero indică sfârșitul fișierului), iar B() returnează numărul de " "octeți scriși." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Note that it is not an error for a successful call to transfer fewer bytes " "than requested (see B(2) and B(2))." msgstr "" "Rețineți că nu este o eroare ca un apel reușit să transfere mai puțini " "octeți decât cei solicitați (a se vedea B(2) și B(2))." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "On error, -1 is returned and I is set to indicate the error." msgstr "" "În caz de eroare, se returnează -1, iar I este configurată pentru a " "indica eroarea." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ERRORS" msgstr "ERORI-IEȘIRE" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B() can fail and set I to any error specified for B(2) " "or B(2). B() can fail and set I to any error " "specified for B(2) or B(2)." msgstr "" "B() poate eșua și poate configura I la orice eroare " "specificată pentru B(2) sau B(2). B() poate eșua și " "poate configura I la orice eroare specificată pentru B(2) sau " "B(2)." #. 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 "POSIX.1-2008." msgstr "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." msgstr "POSIX.1-2001." #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Added in Linux 2.1.60; the entries in the i386 system call table were added " "in Linux 2.1.69. C library support (including emulation using B(2) " "on older kernels without the system calls) was added in glibc 2.1." msgstr "" "Adăugat în Linux 2.1.60; intrările din tabelul de apeluri de sistem i386 au " "fost adăugate în Linux 2.1.69. Suportul pentru biblioteca C (inclusiv " "emulația folosind B(2) pe nuclee mai vechi fără apelurile de sistem) " "a fost adăugat în glibc 2.1." #. type: SS #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "C library/kernel differences" msgstr "Diferențe între biblioteca C și nucleu" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "On Linux, the underlying system calls were renamed in Linux 2.6: B() " "became B(), and B() became B(). The system call " "numbers remained the same. The glibc B() and B() wrapper " "functions transparently deal with the change." msgstr "" "În Linux, apelurile de sistem subiacente au fost redenumite în Linux 2.6: " "B() a devenit B(), iar B() a devenit B(). " "Numerele apelurilor de sistem au rămas aceleași. Funcțiile de învăluire " "glibc B() și B() tratează în mod transparent această " "schimbare." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "On some 32-bit architectures, the calling signature for these system calls " "differ, for the reasons described in B(2)." msgstr "" "Pe unele arhitecturi pe 32 de biți, semnătura de apelare pentru aceste " "apeluri de sistem diferă, din motivele descrise în B(2)." #. 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 B() and B() system calls are especially useful in " "multithreaded applications. They allow multiple threads to perform I/O on " "the same file descriptor without being affected by changes to the file " "offset by other threads." msgstr "" "Apelurile de sistem B() și B() sunt deosebit de utile în " "aplicațiile cu multiple fire de execuție. Ele permit mai multor fire de " "execuție să efectueze operații de In/Ieș pe același descriptor de fișier " "fără a fi afectate de modificările aduse la poziția din fișier de către alte " "fire de execuție." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BUGS" msgstr "ERORI" #. FIXME . https://bugzilla.kernel.org/show_bug.cgi?id=43178 #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "POSIX requires that opening a file with the B flag should have no " "effect on the location at which B() writes data. However, on " "Linux, if a file is opened with B, B() appends data to " "the end of the file, regardless of the value of I." msgstr "" "POSIX prevede că deschiderea unui fișier cu fanionul B nu trebuie " "să aibă niciun efect asupra locației în care B() scrie datele. Cu " "toate acestea, în Linux, dacă un fișier este deschis cu B, " "B() adaugă datele la sfârșitul fișierului, indiferent de valoarea " "lui I." #. 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(2), B(2), B(2), B(2)" msgstr "B(2), B(2), B(2), B(2)" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-12-04" msgstr "4 decembrie 2022" #. type: TH #: debian-bookworm #, no-wrap msgid "Linux man-pages 6.03" msgstr "Pagini de manual de Linux 6.03" #. type: SH #: debian-bookworm #, no-wrap msgid "VERSIONS" msgstr "VERSIUNI" #. type: Plain text #: debian-bookworm msgid "" "The B() and B() system calls were added in Linux 2.1.60; " "the entries in the i386 system call table were added in Linux 2.1.69. C " "library support (including emulation using B(2) on older kernels " "without the system calls) was added in glibc 2.1." msgstr "" "Apelurile de sistem B() și B() au fost adăugate în Linux " "2.1.60; intrările din tabelul de apeluri de sistem i386 au fost adăugate în " "Linux 2.1.69. Suportul bibliotecii C (inclusiv emulația folosind B(2) " "pe nuclee mai vechi fără apelurile de sistem) a fost adăugat în glibc 2.1." #. type: Plain text #: debian-bookworm msgid "POSIX.1-2001, POSIX.1-2008." msgstr "POSIX.1-2001, POSIX.1-2008." #. type: TH #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "31 octombrie 2023" #. type: TH #: fedora-40 mageia-cauldron #, no-wrap msgid "Linux man-pages 6.06" msgstr "Pagini de manual de Linux 6.06" #. type: TH #: fedora-rawhide #, no-wrap msgid "Linux man-pages 6.7" msgstr "Pagini de manual de Linux 6.7" #. 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" #. type: TH #: opensuse-tumbleweed #, no-wrap msgid "Linux man-pages (unreleased)" msgstr "Pagini de manual Linux (nepublicate)"