diff options
Diffstat (limited to 'po/ro/man7/sysvipc.7.po')
-rw-r--r-- | po/ro/man7/sysvipc.7.po | 379 |
1 files changed, 379 insertions, 0 deletions
diff --git a/po/ro/man7/sysvipc.7.po b/po/ro/man7/sysvipc.7.po new file mode 100644 index 00000000..21c9a3d3 --- /dev/null +++ b/po/ro/man7/sysvipc.7.po @@ -0,0 +1,379 @@ +# 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:11+0100\n" +"PO-Revision-Date: 2023-09-10 00:01+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 "sysvipc" +msgstr "sysvipc" + +#. 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 "sysvipc - System V interprocess communication mechanisms" +msgstr "sysvipc - mecanisme de comunicare între procese System V" + +#. 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 "" +"System V IPC is the name given to three interprocess communication " +"mechanisms that are widely available on UNIX systems: message queues, " +"semaphore, and shared memory." +msgstr "" +"System V IPC este numele dat celor trei mecanisme de comunicare interproces " +"care sunt disponibile pe scară largă în sistemele UNIX: cozi de mesaje, " +"semafoare și memorie partajată." + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Message queues" +msgstr "Cozi de mesaje" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"System V message queues allow data to be exchanged in units called " +"messages. Each message can have an associated priority. POSIX message " +"queues provide an alternative API for achieving the same result; see " +"B<mq_overview>(7)." +msgstr "" +"Cozile de așteptare a mesajelor din Sistemul V permit schimbul de date în " +"unități numite mesaje. Fiecărui mesaj îi poate fi asociată o prioritate. " +"Cozile de așteptare a mesajelor POSIX oferă o API alternativă pentru " +"obținerea aceluiași rezultat; a se vedea B<mq_overview>(7)." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The System V message queue API consists of the following system calls:" +msgstr "" +"API pentru coada de mesaje System V constă din următoarele apeluri de sistem:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<msgget>(2)" +msgstr "B<msgget>(2)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Create a new message queue or obtain the ID of an existing message queue. " +"This call returns an identifier that is used in the remaining APIs." +msgstr "" +"Creează o nouă coadă de mesaje sau obține ID-ul unei cozi de mesaje " +"existente. Acest apel returnează un identificator care este utilizat în " +"celelalte API-uri." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<msgsnd>(2)" +msgstr "B<msgsnd>(2)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Add a message to a queue." +msgstr "Adaugă un mesaj la o coadă." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<msgrcv>(2)" +msgstr "B<msgrcv>(2)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Remove a message from a queue." +msgstr "Elimină un mesaj dintr-o coadă." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<msgctl>(2)" +msgstr "B<msgctl>(2)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Perform various control operations on a queue, including deletion." +msgstr "" +"Efectuează diverse operații de control asupra unei cozi, inclusiv ștergerea." + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Semaphore sets" +msgstr "Seturi de semafoare" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"System V semaphores allow processes to synchronize their actions. System V " +"semaphores are allocated in groups called sets; each semaphore in a set is a " +"counting semaphore. POSIX semaphores provide an alternative API for " +"achieving the same result; see B<sem_overview>(7)." +msgstr "" +"Semafoarele sistemului V permit proceselor să își sincronizeze acțiunile. " +"Semafoarele Sistem V sunt alocate în grupuri numite seturi; fiecare semafor " +"dintr-un set este un semafor de numărare. Semafoarele POSIX oferă o API " +"alternativă pentru obținerea aceluiași rezultat; a se vedea " +"B<sem_overview>(7)." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The System V semaphore API consists of the following system calls:" +msgstr "" +"API-ul de semafoare System V este format din următoarele apeluri de sistem:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<semget>(2)" +msgstr "B<semget>(2)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Create a new set or obtain the ID of an existing set. This call returns an " +"identifier that is used in the remaining APIs." +msgstr "" +"Creează un set nou sau obține ID-ul unui set existent. Acest apel " +"returnează un identificator care este utilizat în celelalte API-uri." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<semop>(2)" +msgstr "B<semop>(2)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Perform operations on the semaphores in a set." +msgstr "Efectuează operații asupra semafoarelor dintr-un set." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<semctl>(2)" +msgstr "B<semctl>(2)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Perform various control operations on a set, including deletion." +msgstr "" +"Efectuează diverse operații de control asupra unui set, inclusiv ștergerea." + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Shared memory segments" +msgstr "Segmente de memorie partajată" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"System V shared memory allows processes to share a region a memory (a " +"\"segment\"). POSIX shared memory is an alternative API for achieving the " +"same result; see B<shm_overview>(7)." +msgstr "" +"Memoria partajată din System V permite proceselor să partajeze o regiune de " +"memorie (un „segment”). Memoria partajată POSIX este o API alternativă " +"pentru obținerea aceluiași rezultat; a se vedea B<shm_overview>(7)." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The System V shared memory API consists of the following system calls:" +msgstr "" +"API-ul de memorie partajată System V este format din următoarele apeluri de " +"sistem:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<shmget>(2)" +msgstr "B<shmget>(2)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Create a new segment or obtain the ID of an existing segment. This call " +"returns an identifier that is used in the remaining APIs." +msgstr "" +"Creează un nou segment sau obține ID-ul unui segment existent. Acest apel " +"returnează un identificator care este utilizat în celelalte API-uri." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<shmat>(2)" +msgstr "B<shmat>(2)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Attach an existing shared memory object into the calling process's address " +"space." +msgstr "" +"Atașează un obiect de memorie partajată existent în spațiul de adrese al " +"procesului apelant." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<shmdt>(2)" +msgstr "B<shmdt>(2)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Detach a segment from the calling process's address space." +msgstr "Detașează un segment din spațiul de adrese al procesului apelant." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<shmctl>(2)" +msgstr "B<shmctl>(2)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Perform various control operations on a segment, including deletion." +msgstr "" +"Efectuează diverse operații de control asupra unui segment, inclusiv " +"ștergerea." + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "IPC namespaces" +msgstr "spații de nume IPC" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"For a discussion of the interaction of System V IPC objects and IPC " +"namespaces, see B<ipc_namespaces>(7)." +msgstr "" +"Pentru o discuție privind interacțiunea dintre obiectele IPC System V și " +"spațiile de nume IPC, a se vedea B<ipc_namespaces>(7)." + +#. 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<ipcmk>(1), B<ipcrm>(1), B<ipcs>(1), B<lsipc>(1), B<ipc>(2), B<msgctl>(2), " +"B<msgget>(2), B<msgrcv>(2), B<msgsnd>(2), B<semctl>(2), B<semget>(2), " +"B<semop>(2), B<shmat>(2), B<shmctl>(2), B<shmdt>(2), B<shmget>(2), " +"B<ftok>(3), B<ipc_namespaces>(7)" +msgstr "" +"B<ipcmk>(1), B<ipcrm>(1), B<ipcs>(1), B<lsipc>(1), B<ipc>(2), B<msgctl>(2), " +"B<msgget>(2), B<msgrcv>(2), B<msgsnd>(2), B<semctl>(2), B<semget>(2), " +"B<semop>(2), B<shmat>(2), B<shmctl>(2), B<shmdt>(2), B<shmget>(2), " +"B<ftok>(3), B<ipc_namespaces>(7)" + +#. type: TH +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, 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: 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" |