diff options
Diffstat (limited to 'po/ro/man3/pthread_mutexattr_setkind_np.3.po')
-rw-r--r-- | po/ro/man3/pthread_mutexattr_setkind_np.3.po | 220 |
1 files changed, 220 insertions, 0 deletions
diff --git a/po/ro/man3/pthread_mutexattr_setkind_np.3.po b/po/ro/man3/pthread_mutexattr_setkind_np.3.po new file mode 100644 index 00000000..a8c9a911 --- /dev/null +++ b/po/ro/man3/pthread_mutexattr_setkind_np.3.po @@ -0,0 +1,220 @@ +# 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:04+0100\n" +"PO-Revision-Date: 2024-02-16 09:42+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 fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "pthread_mutexattr_setkind_np" +msgstr "pthread_mutexattr_setkind_np" + +#. 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 +#, no-wrap +msgid "NAME" +msgstr "NUME" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"pthread_mutexattr_setkind_np, pthread_mutexattr_getkind_np - deprecated " +"mutex creation attributes" +msgstr "" +"pthread_mutexattr_setkind_np, pthread_mutexattr_getkind_np - atribute de " +"creare a excluderilor reciproce („mutual exclusion”: mutex) depreciate" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "SYNOPSIS" +msgstr "REZUMAT" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "B<#include E<lt>pthread.hE<gt>>" +msgstr "B<#include E<lt>pthread.hE<gt>>" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"B<int pthread_mutexattr_setkind_np(pthread_mutexattr_t *>I<attr>B<, int " +">I<kind>B<);> B<int pthread_mutexattr_getkind_np(const pthread_mutexattr_t " +"*>I<attr>B<, int *>I<kind>B<);>" +msgstr "" +"B<int pthread_mutexattr_setkind_np(pthread_mutexattr_t *>I<attr>B<, int " +">I<kind>B<);> B<int pthread_mutexattr_getkind_np(const pthread_mutexattr_t " +"*>I<attr>B<, int *>I<kind>B<);>" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIERE" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"These functions are deprecated, use B<pthread_mutexattr_settype>(3) and " +"B<pthread_mutexattr_gettype>(3) instead." +msgstr "" +"Aceste funcții sunt depreciate, utilizați în schimb " +"B<pthread_mutexattr_settype>(3) și B<pthread_mutexattr_gettype>(3)." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "RETURN VALUE" +msgstr "VALOAREA RETURNATĂ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "B<pthread_mutexattr_getkind_np> always returns 0." +msgstr "B<pthread_mutexattr_getkind_np> returnează întotdeauna 0." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"B<pthread_mutexattr_setkind_np> returns 0 on success and a non-zero error " +"code on error." +msgstr "" +"B<pthread_mutexattr_setkind_np> returnează 0 în caz de succes și un cod de " +"eroare diferit de zero în caz de eroare." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "ERRORS" +msgstr "ERORI-IEȘIRE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"On error, B<pthread_mutexattr_setkind_np> returns the following error code:" +msgstr "" +"În caz de eroare, B<pthread_mutexattr_setkind_np> returnează următorul cod " +"de eroare:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "B<EINVAL>" +msgstr "B<EINVAL>" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"I<kind> is neither B<PTHREAD_MUTEX_FAST_NP> nor " +"B<PTHREAD_MUTEX_RECURSIVE_NP> nor B<PTHREAD_MUTEX_ERRORCHECK_NP>." +msgstr "" +"I<kind> nu este nici B<PTHREAD_MUTEX_FAST_NP>, nici " +"B<PTHREAD_MUTEX_RECURSIVE_NP>, nici B<PTHREAD_MUTEX_ERRORCHECK_NP>." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "SEE ALSO" +msgstr "CONSULTAȚI ȘI" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "B<pthread_mutexattr_settype>(3), B<pthread_mutexattr_gettype>(3)." +msgstr "B<pthread_mutexattr_settype>(3), B<pthread_mutexattr_gettype>(3)." + +#. type: TH +#: debian-bookworm debian-unstable +#, no-wrap +msgid "PTHREAD_MUTEXATTR_SETKIND_NP" +msgstr "PTHREAD_MUTEXATTR_SETKIND_NP" + +#. type: TH +#: debian-bookworm debian-unstable +#, no-wrap +msgid "LinuxThreads" +msgstr "LinuxThreads" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"B<int pthread_mutexattr_setkind_np(pthread_mutexattr_t *>I<attr>B<, int " +">I<kind>B<);>" +msgstr "" +"B<int pthread_mutexattr_setkind_np(pthread_mutexattr_t *>I<atribut>B<, int " +">I<kind>B<);>" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"B<int pthread_mutexattr_getkind_np(const pthread_mutexattr_t *>I<attr>B<, " +"int *>I<kind>B<);>" +msgstr "" +"B<int pthread_mutexattr_getkind_np(const pthread_mutexattr_t *>I<atribut>B<, " +"int *>I<kind>B<);>" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"These functions are deprecated, use B<pthread_mutexattr_settype>(3) and " +"B<pthread_mutexattr_gettype>(3) instead." +msgstr "" +"Aceste funcții sunt depreciate, utilizați în schimb " +"B<pthread_mutexattr_settype>(3) și B<pthread_mutexattr_gettype>(3)." + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"I<kind> is neither B<PTHREAD_MUTEX_FAST_NP> nor " +"B<PTHREAD_MUTEX_RECURSIVE_NP> nor B<PTHREAD_MUTEX_ERRORCHECK_NP>" +msgstr "" +"I<kind> nu este nici B<PTHREAD_MUTEX_FAST_NP>, nici " +"B<PTHREAD_MUTEX_RECURSIVE_NP>, nici B<PTHREAD_MUTEX_ERRORCHECK_NP>" + +#. type: SH +#: debian-bookworm debian-unstable +#, no-wrap +msgid "AUTHOR" +msgstr "AUTOR" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "Xavier Leroy E<lt>Xavier.Leroy@inria.frE<gt>" +msgstr "Xavier Leroy E<lt>Xavier.Leroy@inria.frE<gt>" |