diff options
Diffstat (limited to 'po/ro/man2/io_destroy.2.po')
-rw-r--r-- | po/ro/man2/io_destroy.2.po | 352 |
1 files changed, 352 insertions, 0 deletions
diff --git a/po/ro/man2/io_destroy.2.po b/po/ro/man2/io_destroy.2.po new file mode 100644 index 00000000..c7250c30 --- /dev/null +++ b/po/ro/man2/io_destroy.2.po @@ -0,0 +1,352 @@ +# 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:59+0100\n" +"PO-Revision-Date: 2023-09-09 23:54+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 "io_destroy" +msgstr "io_destroy" + +#. 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 "io_destroy - destroy an asynchronous I/O context" +msgstr "io_destroy - distruge un context de intrare/ieșire asincronă" + +#. 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>linux/aio_abi.hE<gt>> /* Definition of B<aio_context_t> */\n" +"B<#include E<lt>sys/syscall.hE<gt>> /* Definition of B<SYS_*> constants */\n" +"B<#include E<lt>unistd.hE<gt>>\n" +msgstr "" +"B<#include E<lt>linux/aio_abi.hE<gt>> /* Definirea tipurilor necesare */\n" +"B<#include E<lt>sys/syscall.hE<gt>> /* Definirea constantelor B<SYS_*> */\n" +"B<#include E<lt>unistd.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 syscall(SYS_io_destroy, aio_context_t >I<ctx_id>B<);>\n" +msgstr "B<int syscall(SYS_io_destroy, aio_context_t >I<ctx_id>B<);>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<Note>: glibc provides no wrapper for B<io_destroy>(), necessitating the " +"use of B<syscall>(2)." +msgstr "" +"I<Notă>: glibc nu oferă nici o funcție de învăluire pentru B<io_destroy>(), " +"fiind necesară utilizarea B<syscall>(2)." + +#. 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-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"I<Note>: this page describes the raw Linux system call interface. The " +"wrapper function provided by I<libaio> uses a different type for the " +"I<ctx_id> argument. See VERSIONS." +msgstr "" +"I<Notă>: această pagină descrie interfața brută de apelare a sistemului " +"Linux. Funcția de învăluire furnizată de I<libaio> utilizează un tip diferit " +"pentru argumentul I<ctx_id>. A se vedea VERSIUNI." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<io_destroy>() system call will attempt to cancel all outstanding " +"asynchronous I/O operations against I<ctx_id>, will block on the completion " +"of all operations that could not be canceled, and will destroy the I<ctx_id>." +msgstr "" +"Apelul de sistem B<io_destroy>() va încerca să anuleze toate operațiile de " +"intrare/ieșire asincrone în curs de desfășurare împotriva I<ctx_id>, va " +"bloca finalizarea tuturor operațiilor care nu au putut fi anulate și va " +"distruge I<ctx_id>." + +#. 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-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"On success, B<io_destroy>() returns 0. For the failure return, see " +"VERSIONS." +msgstr "" +"În caz de succes, B<io_destroy>() returnează 0. Pentru returnarea în caz de " +"eșec, a se vedea VERSIUNI." + +#. 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<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 context pointed to is invalid." +msgstr "Contextul indicat nu este valid." + +#. 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 AIO context specified by I<ctx_id> is invalid." +msgstr "Contextul AIO specificat de I<ctx_id> nu este valid." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ENOSYS>" +msgstr "B<ENOSYS>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<io_destroy>() is not implemented on this architecture." +msgstr "B<io_destroy>() nu este implementat pe această arhitectură." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "VERSIONS" +msgstr "VERSIUNI" + +#. http://git.fedorahosted.org/git/?p=libaio.git +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"You probably want to use the B<io_destroy>() wrapper function provided by " +"I<libaio>." +msgstr "" +"Probabil că doriți să utilizați funcția de învăluire B<io_destroy>() " +"furnizată de I<libaio>." + +#. But glibc is confused, since <libaio.h> uses 'io_context_t' to declare +#. the system call. +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note that the I<libaio> wrapper function uses a different type " +"(I<io_context_t>) for the I<ctx_id> argument. Note also that the I<libaio> " +"wrapper does not follow the usual C library conventions for indicating " +"errors: on error it returns a negated error number (the negative of one of " +"the values listed in ERRORS). If the system call is invoked via " +"B<syscall>(2), then the return value follows the usual conventions for " +"indicating an error: -1, with I<errno> set to a (positive) value that " +"indicates the error." +msgstr "" +"Rețineți că funcția de învăluire I<libaio> utilizează un tip diferit " +"(I<io_context_t>) pentru argumentul I<ctx_id>. Rețineți, de asemenea, că " +"funcția de învăluire I<libaio> nu respectă convențiile obișnuite ale " +"bibliotecii C pentru indicarea erorilor: în caz de eroare, aceasta " +"returnează un număr de eroare negat (negativul uneia dintre valorile " +"enumerate în ERRORS). Dacă apelul de sistem este invocat prin B<syscall>(2), " +"atunci valoarea de returnare urmează convențiile obișnuite pentru indicarea " +"unei erori: -1, cu I<errno> configurată la o valoare (pozitivă) care indică " +"eroarea." + +#. 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 "Linux." +msgstr "Linux." + +#. 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 "Linux 2.5." +msgstr "Linux 2.5." + +#. 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<io_cancel>(2), B<io_getevents>(2), B<io_setup>(2), B<io_submit>(2), " +"B<aio>(7)" +msgstr "" +"B<io_cancel>(2), B<io_getevents>(2), B<io_setup>(2), B<io_submit>(2), " +"B<aio>(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 "" +"I<Note>: this page describes the raw Linux system call interface. The " +"wrapper function provided by I<libaio> uses a different type for the " +"I<ctx_id> argument. See NOTES." +msgstr "" +"I<Notă>: această pagină descrie interfața brută de apelare a sistemului " +"Linux. Funcția de învăluire furnizată de I<libaio> utilizează un tip diferit " +"pentru argumentul I<ctx_id>. A se vedea NOTE." + +#. type: Plain text +#: debian-bookworm +msgid "" +"On success, B<io_destroy>() returns 0. For the failure return, see NOTES." +msgstr "" +"În caz de succes, B<io_destroy>() returnează 0. Pentru returnarea în caz de " +"eșec, a se vedea NOTE." + +#. type: Plain text +#: debian-bookworm +msgid "The asynchronous I/O system calls first appeared in Linux 2.5." +msgstr "" +"Apelurile sistemului de In/Ieș asincrone au apărut pentru prima dată în " +"Linux 2.5." + +#. type: Plain text +#: debian-bookworm +msgid "" +"B<io_destroy>() is Linux-specific and should not be used in programs that " +"are intended to be portable." +msgstr "" +"B<io_destroy>() este specific Linux și nu ar trebui să fie utilizat în " +"programe care sunt destinate să fie portabile." + +#. type: SH +#: debian-bookworm +#, no-wrap +msgid "NOTES" +msgstr "NOTE" + +#. type: TH +#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2023-03-30" +msgstr "30 martie 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" |