summaryrefslogtreecommitdiffstats
path: root/po/ro/man3/mq_send.3.po
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--po/ro/man3/mq_send.3.po528
1 files changed, 528 insertions, 0 deletions
diff --git a/po/ro/man3/mq_send.3.po b/po/ro/man3/mq_send.3.po
new file mode 100644
index 00000000..3267b0dc
--- /dev/null
+++ b/po/ro/man3/mq_send.3.po
@@ -0,0 +1,528 @@
+# 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.20.0\n"
+"POT-Creation-Date: 2024-03-01 17:02+0100\n"
+"PO-Revision-Date: 2023-12-13 09: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 "mq_send"
+msgstr "mq_send"
+
+#. 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 "mq_send, mq_timedsend - send a message to a message queue"
+msgstr "mq_send, mq_timedsend - trimite un mesaj la o coadă de mesaje"
+
+#. 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 "Real-time library (I<librt>, I<-lrt>)"
+msgstr "Biblioteca de timp real (I<librt>, I<-lrt>)"
+
+#. 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>mqueue.hE<gt>>\n"
+msgstr "B<#include E<lt>mqueue.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 mq_send(mqd_t >I<mqdes>B<, const char >I<msg_ptr>B<[.>I<msg_len>B<],>\n"
+"B< size_t >I<msg_len>B<, unsigned int >I<msg_prio>B<);>\n"
+msgstr ""
+"B<int mq_send(mqd_t >I<mqdes>B<, const char >I<msg_ptr>B<[.>I<msg_len>B<],>\n"
+"B< size_t >I<msg_len>B<, unsigned int >I<msg_prio>B<);>\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<#include E<lt>time.hE<gt>>\n"
+"B<#include E<lt>mqueue.hE<gt>>\n"
+msgstr ""
+"B<#include E<lt>time.hE<gt>>\n"
+"B<#include E<lt>mqueue.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 mq_timedsend(mqd_t >I<mqdes>B<, const char >I<msg_ptr>B<[.>I<msg_len>B<],>\n"
+"B< size_t >I<msg_len>B<, unsigned int >I<msg_prio>B<,>\n"
+"B< const struct timespec *>I<abs_timeout>B<);>\n"
+msgstr ""
+"B<int mq_timedsend(mqd_t >I<mqdes>B<, const char >I<msg_ptr>B<[.>I<msg_len>B<],>\n"
+"B< size_t >I<msg_len>B<, unsigned int >I<msg_prio>B<,>\n"
+"B< const struct timespec *>I<abs_timeout>B<);>\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<feature_test_macros>(7)):"
+msgstr ""
+"Cerințe pentru macrocomenzi de testare a caracteristicilor pentru glibc "
+"(consultați B<feature_test_macros>(7)):"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<mq_timedsend>():"
+msgstr "B<mq_timedsend>():"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid " _POSIX_C_SOURCE E<gt>= 200112L\n"
+msgstr " _POSIX_C_SOURCE E<gt>= 200112L\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<mq_send>() adds the message pointed to by I<msg_ptr> to the message queue "
+"referred to by the message queue descriptor I<mqdes>. The I<msg_len> "
+"argument specifies the length of the message pointed to by I<msg_ptr>; this "
+"length must be less than or equal to the queue's I<mq_msgsize> attribute. "
+"Zero-length messages are allowed."
+msgstr ""
+"B<mq_send>() adaugă mesajul indicat de I<msg_ptr> la coada de așteptare a "
+"mesajelor la care face referire descriptorul cozii de așteptare a mesajelor "
+"I<mqdes>. Argumentul I<msg_len> specifică lungimea mesajului indicat de "
+"I<msg_ptr>; această lungime trebuie să fie mai mică sau egală cu atributul "
+"I<mq_msgsize> al cozii de așteptare. Sunt permise mesajele cu lungime zero."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The I<msg_prio> argument is a nonnegative integer that specifies the "
+"priority of this message. Messages are placed on the queue in decreasing "
+"order of priority, with newer messages of the same priority being placed "
+"after older messages with the same priority. See B<mq_overview>(7) for "
+"details on the range for the message priority."
+msgstr ""
+"Argumentul I<msg_prio> este un număr întreg nenegativ care specifică "
+"prioritatea acestui mesaj. Mesajele sunt plasate în coada de așteptare în "
+"ordinea descrescătoare a priorității, mesajele mai noi cu aceeași prioritate "
+"fiind plasate după mesajele mai vechi cu aceeași prioritate. A se vedea "
+"B<mq_overview>(7) pentru detalii privind intervalul de prioritate a "
+"mesajelor."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the message queue is already full (i.e., the number of messages on the "
+"queue equals the queue's I<mq_maxmsg> attribute), then, by default, "
+"B<mq_send>() blocks until sufficient space becomes available to allow the "
+"message to be queued, or until the call is interrupted by a signal handler. "
+"If the B<O_NONBLOCK> flag is enabled for the message queue description, then "
+"the call instead fails immediately with the error B<EAGAIN>."
+msgstr ""
+"Dacă coada de mesaje este deja plină (adică numărul de mesaje din coadă este "
+"egal cu atributul I<mq_maxmsg> al cozii), atunci, în mod implicit, "
+"B<mq_send>() se blochează până când devine disponibil suficient spațiu "
+"pentru a permite ca mesajul să fie pus în coadă sau până când apelul este "
+"întrerupt de un gestionar de semnal. În cazul în care fanionul B<O_NONBLOCK> "
+"este activat pentru descrierea cozii de mesaje, atunci apelul eșuează "
+"imediat cu eroarea B<EAGAIN>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<mq_timedsend>() behaves just like B<mq_send>(), except that if the queue "
+"is full and the B<O_NONBLOCK> flag is not enabled for the message queue "
+"description, then I<abs_timeout> points to a structure which specifies how "
+"long the call will block. This value is an absolute timeout in seconds and "
+"nanoseconds since the Epoch, 1970-01-01 00:00:00 +0000 (UTC), specified in a "
+"B<timespec>(3) structure."
+msgstr ""
+"B<mq_timedsend>() se comportă la fel ca B<mq_send>(), cu excepția faptului "
+"că, dacă coada de așteptare este plină, iar fanionul B<O_NONBLOCK> nu este "
+"activat pentru descrierea cozii de așteptare a mesajelor, atunci "
+"I<abs_timeout> indică o structură care specifică cât timp se va bloca "
+"apelul. Această valoare este un timp de așteptare absolut în secunde și "
+"nanosecunde de la Epoca, 1970-01-01 00:00:00 +0000 (UTC), specificat într-o "
+"structură B<timespec>(3)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the message queue is full, and the timeout has already expired by the "
+"time of the call, B<mq_timedsend>() returns immediately."
+msgstr ""
+"În cazul în care coada de așteptare a mesajelor este plină, iar timpul de "
+"așteptare a expirat deja în momentul apelului, B<mq_timedsend>() returnează "
+"imediat."
+
+#. 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<mq_send>() and B<mq_timedsend>() return zero; on error, -1 "
+"is returned, with I<errno> set to indicate the error."
+msgstr ""
+"În caz de succes, B<mq_send>() și B<mq_timedsend>() returnează zero; în caz "
+"de eroare, se returnează -1, cu I<errno> 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<EAGAIN>"
+msgstr "B<EAGAIN>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The queue was full, and the B<O_NONBLOCK> flag was set for the message queue "
+"description referred to by I<mqdes>."
+msgstr ""
+"Coada de așteptare a fost plină, iar fanionul B<O_NONBLOCK> a fost "
+"configurat pentru descrierea cozii de așteptare a mesajelor la care face "
+"referire I<mqdes>."
+
+#. 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 descriptor specified in I<mqdes> was invalid or not opened for writing."
+msgstr ""
+"Descriptorul specificat în I<mqdes> nu a fost valid sau nu era deschis "
+"pentru scriere."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EINTR>"
+msgstr "B<EINTR>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The call was interrupted by a signal handler; see B<signal>(7)."
+msgstr ""
+"Apelul a fost întrerupt de un gestionar de semnal; a se vedea B<signal>(7)."
+
+#. 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 ""
+"The call would have blocked, and I<abs_timeout> was invalid, either because "
+"I<tv_sec> was less than zero, or because I<tv_nsec> was less than zero or "
+"greater than 1000 million."
+msgstr ""
+"Apelul s-a blocat, iar I<abs_timeout> a fost nevalid, fie pentru că "
+"I<tv_sec> a fost mai mic decât zero, fie pentru că I<tv_nsec> a fost mai mic "
+"decât zero sau mai mare decât 1000 de milioane."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EMSGSIZE>"
+msgstr "B<EMSGSIZE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<msg_len> was greater than the I<mq_msgsize> attribute of the message queue."
+msgstr ""
+"I<msg_len> a fost mai mare decât atributul I<mq_msgsize> al cozii de "
+"așteptare a mesajelor."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ETIMEDOUT>"
+msgstr "B<ETIMEDOUT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The call timed out before a message could be transferred."
+msgstr "Apelul s-a întrerupt înainte de a putea fi transferat un mesaj."
+
+#. 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<mq_send>(),\n"
+"B<mq_timedsend>()"
+msgstr ""
+"B<mq_send>(),\n"
+"B<mq_timedsend>()"
+
+#. 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-Safe"
+msgstr "MT-Safe"
+
+#. 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 ""
+"On Linux, B<mq_timedsend>() is a system call, and B<mq_send>() is a "
+"library function layered on top of that system call."
+msgstr ""
+"În Linux, B<mq_timedsend>() este un apel de sistem, iar B<mq_send>() este o "
+"funcție de bibliotecă suprapusă peste acest apel de sistem."
+
+#. 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: 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<mq_close>(3), B<mq_getattr>(3), B<mq_notify>(3), B<mq_open>(3), "
+"B<mq_receive>(3), B<mq_unlink>(3), B<timespec>(3), B<mq_overview>(7), "
+"B<time>(7)"
+msgstr ""
+"B<mq_close>(3), B<mq_getattr>(3), B<mq_notify>(3), B<mq_open>(3), "
+"B<mq_receive>(3), B<mq_unlink>(3), B<timespec>(3), B<mq_overview>(7), "
+"B<time>(7)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2022-12-15"
+msgstr "15 decembrie 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."
+msgstr "POSIX.1-2001, POSIX.1-2008."
+
+#. type: SH
+#: debian-bookworm
+#, no-wrap
+msgid "NOTES"
+msgstr "NOTE"
+
+#. 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"