summaryrefslogtreecommitdiffstats
path: root/po/ro/man2/getpeername.2.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ro/man2/getpeername.2.po')
-rw-r--r--po/ro/man2/getpeername.2.po357
1 files changed, 357 insertions, 0 deletions
diff --git a/po/ro/man2/getpeername.2.po b/po/ro/man2/getpeername.2.po
new file mode 100644
index 00000000..55f7dd71
--- /dev/null
+++ b/po/ro/man2/getpeername.2.po
@@ -0,0 +1,357 @@
+# 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 16:57+0100\n"
+"PO-Revision-Date: 2023-07-09 14:49+0200\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 "getpeername"
+msgstr "getpeername"
+
+#. 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 "getpeername - get name of connected peer socket"
+msgstr "getpeername - obține numele soclului mașinii-pereche conectate"
+
+#. 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>sys/socket.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/socket.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 getpeername(int >I<sockfd>B<, struct sockaddr *restrict >I<addr>B<,>\n"
+"B< socklen_t *restrict >I<addrlen>B<);>\n"
+msgstr ""
+"B<int getpeername(int >I<sockfd>B<, struct sockaddr *restrict >I<adresa>B<,>\n"
+"B< socklen_t *restrict >I<lungime-adresă>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 ""
+"B<getpeername>() returns the address of the peer connected to the socket "
+"I<sockfd>, in the buffer pointed to by I<addr>. The I<addrlen> argument "
+"should be initialized to indicate the amount of space pointed to by "
+"I<addr>. On return it contains the actual size of the name returned (in "
+"bytes). The name is truncated if the buffer provided is too small."
+msgstr ""
+"B<getpeername>() returnează adresa mașinii-pereche conectate la soclul "
+"I<sockfd>, în memoria tampon indicată de I<adresa>. Argumentul I<lungime-"
+"adresă> ar trebui inițializat pentru a indica cantitatea de spațiu indicată "
+"de I<adresa>. La returnare, acesta conține dimensiunea reală a numelui "
+"returnat (în octeți). Numele este trunchiat în cazul în care memoria tampon "
+"furnizată este prea mică."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The returned address is truncated if the buffer provided is too small; in "
+"this case, I<addrlen> will return a value greater than was supplied to the "
+"call."
+msgstr ""
+"Adresa returnată este trunchiată în cazul în care memoria tampon furnizată "
+"este prea mică; în acest caz, I<addrlen> va returna o valoare mai mare decât "
+"cea furnizată la apel."
+
+#. 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, zero is returned. On error, -1 is returned, and I<errno> is set "
+"to indicate the error."
+msgstr ""
+"În caz de succes, se returnează zero. În caz de eroare, se returnează -1, "
+"iar I<errno> 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: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EBADF>"
+msgstr "B<EBADF>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The argument I<sockfd> is not a valid file descriptor."
+msgstr "Argumentul I<sockfd> nu este un descriptor de fișier valid."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EFAULT>"
+msgstr "B<EFAULT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The I<addr> argument points to memory not in a valid part of the process "
+"address space."
+msgstr ""
+"Argumentul I<adresa> indică o memorie care nu se află într-o parte validă a "
+"spațiului de adrese al procesului."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EINVAL>"
+msgstr "B<EINVAL>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<addrlen> is invalid (e.g., is negative)."
+msgstr "I<lungimea-adresei> nu este validă (de exemplu, este negativă)."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOBUFS>"
+msgstr "B<ENOBUFS>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Insufficient resources were available in the system to perform the operation."
+msgstr ""
+"Resursele disponibile în sistem au fost insuficiente pentru a efectua "
+"operația."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTCONN>"
+msgstr "B<ENOTCONN>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The socket is not connected."
+msgstr "Soclul nu este conectat."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTSOCK>"
+msgstr "B<ENOTSOCK>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The file descriptor I<sockfd> does not refer to a socket."
+msgstr "Descriptorul de fișier I<sockfd> nu se referă la un soclu."
+
+#. 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, SVr4, 4.4BSD (first appeared in 4.2BSD)."
+msgstr "POSIX.1-2001, SVr4, 4.4BSD (a apărut pentru prima dată în 4.2BSD)."
+
+#. 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 ""
+"For stream sockets, once a B<connect>(2) has been performed, either socket "
+"can call B<getpeername>() to obtain the address of the peer socket. On the "
+"other hand, datagram sockets are connectionless. Calling B<connect>(2) on "
+"a datagram socket merely sets the peer address for outgoing datagrams sent "
+"with B<write>(2) or B<recv>(2). The caller of B<connect>(2) can use "
+"B<getpeername>() to obtain the peer address that it earlier set for the "
+"socket. However, the peer socket is unaware of this information, and "
+"calling B<getpeername>() on the peer socket will return no useful "
+"information (unless a B<connect>(2) call was also executed on the peer). "
+"Note also that the receiver of a datagram can obtain the address of the "
+"sender when using B<recvfrom>(2)."
+msgstr ""
+"Pentru soclurile de flux, odată ce a fost efectuat un B<connect>(2), fiecare "
+"soclu poate apela B<getpeername>() pentru a obține adresa soclului mașinii-"
+"pereche. Pe de altă parte, soclurile de diagramă sunt fără conexiune. "
+"Apelarea B<connect>(2) pe un soclu de diagramă nu face decât să stabilească "
+"adresa mașinii-pereche pentru diagramele de ieșire trimise cu B<write>(2) "
+"sau B<recv>(2). Cea care a apelat B<connect>(2) poate utiliza "
+"B<getpeername>() pentru a obține adresa mașinii-pereche pe care a stabilit-o "
+"anterior pentru soclu. Cu toate acestea, soclul mașinii-pereche nu are "
+"cunoștință de această informație, iar apelarea B<getpeername>() pe soclul "
+"mașinii-pereche nu va returna nicio informație utilă (cu excepția cazului în "
+"care un apel B<connect>(2) a fost, de asemenea, executat pe mașina-"
+"pereche). Rețineți, de asemenea, că destinatarul unei diagrame de date "
+"poate obține adresa expeditorului atunci când utilizează B<recvfrom>(2)."
+
+#. 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<accept>(2), B<bind>(2), B<getsockname>(2), B<ip>(7), B<socket>(7), "
+"B<unix>(7)"
+msgstr ""
+"B<accept>(2), B<bind>(2), B<getsockname>(2), B<ip>(7), B<socket>(7), "
+"B<unix>(7)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2022-10-30"
+msgstr "30 octombrie 2022"
+
+#. 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, SVr4, 4.4BSD (B<getpeername>() first appeared "
+"in 4.2BSD)."
+msgstr ""
+"POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD (B<getpeername>() a apărut pentru "
+"prima dată în 4.2BSD)."
+
+#. type: Plain text
+#: debian-bookworm
+msgid "For background on the I<socklen_t> type, see B<accept>(2)."
+msgstr "Pentru informații despre tipul I<socklen_t>, a se vedea B<accept>(2)."
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-04-03"
+msgstr "3 aprilie 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 "Linux man-pages 6.04"
+msgstr "Pagini de manual de Linux 6.04"