diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
commit | 932e4432596447eb9331cc2a2bb74a26a35b4efc (patch) | |
tree | 95161711ea07fd64f0c82d6e7943024c033dd5a8 /po/ro/man3/pthread_once.3.po | |
parent | Adding debian version 4.22.0-1. (diff) | |
download | manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/ro/man3/pthread_once.3.po')
-rw-r--r-- | po/ro/man3/pthread_once.3.po | 83 |
1 files changed, 55 insertions, 28 deletions
diff --git a/po/ro/man3/pthread_once.3.po b/po/ro/man3/pthread_once.3.po index 49188247..93e3331b 100644 --- a/po/ro/man3/pthread_once.3.po +++ b/po/ro/man3/pthread_once.3.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-l10n 4.19.0\n" -"POT-Creation-Date: 2024-03-01 17:04+0100\n" +"POT-Creation-Date: 2024-06-01 06:13+0200\n" "PO-Revision-Date: 2024-02-16 09:43+0100\n" "Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n" "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" @@ -18,58 +18,59 @@ msgstr "" "X-Generator: Poedit 3.2.2\n" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, no-wrap msgid "pthread_once" msgstr "pthread_once" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap -msgid "2023-10-31" -msgstr "31 octombrie 2023" +msgid "2024-05-02" +msgstr "2 mai 2024" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable #, no-wrap -msgid "Linux man-pages 6.06" -msgstr "Pagini de manual de Linux 6.06" +msgid "Linux man-pages 6.8" +msgstr "Pagini de manual de Linux 6.8" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron +#: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "NUME" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron +#: mageia-cauldron opensuse-tumbleweed msgid "pthread_once - once-only initialization" msgstr "pthread_once - inițializare o singură dată" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron +#: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "SYNOPSIS" -msgstr "REZUMAT" +msgstr "SINOPSIS" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron +#: mageia-cauldron opensuse-tumbleweed msgid "B<#include E<lt>pthread.hE<gt>>" msgstr "B<#include E<lt>pthread.hE<gt>>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron +#: mageia-cauldron opensuse-tumbleweed msgid "B<pthread_once_t >I<once_control>B< = PTHREAD_ONCE_INIT;>" msgstr "B<pthread_once_t >I<once_control>B< = PTHREAD_ONCE_INIT;>" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron +#: mageia-cauldron opensuse-tumbleweed msgid "" "B<int pthread_once(pthread_once_t *>I<once_control>B<, void " "(*>I<init_routine>B<) (void));>" @@ -79,13 +80,14 @@ msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron +#: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "DESCRIERE" #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "The purpose of B<pthread_once> is to ensure that a piece of initialization " "code is executed at most once. The I<once_control> argument points to a " @@ -97,7 +99,8 @@ msgstr "" "B<PTHREAD_ONCE_INIT>." #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "The first time B<pthread_once> is called with a given I<once_control> " "argument, it calls I<init_routine> with no argument and changes the value of " @@ -113,44 +116,44 @@ msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron +#: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "RETURN VALUE" msgstr "VALOAREA RETURNATĂ" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron +#: mageia-cauldron opensuse-tumbleweed msgid "B<pthread_once> always returns 0." msgstr "B<pthread_once> returnează întotdeauna 0." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron +#: mageia-cauldron opensuse-tumbleweed #, no-wrap msgid "ERRORS" msgstr "ERORI-IEȘIRE" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron +#: mageia-cauldron opensuse-tumbleweed msgid "None." msgstr "Niciuna." #. type: TH -#: debian-bookworm debian-unstable +#: debian-bookworm #, no-wrap msgid "PTHREAD_ONCE" msgstr "PTHREAD_ONCE" #. type: TH -#: debian-bookworm debian-unstable +#: debian-bookworm #, no-wrap msgid "LinuxThreads" msgstr "LinuxThreads" #. type: Plain text -#: debian-bookworm debian-unstable +#: debian-bookworm msgid "" "The purpose of B<pthread_once> is to ensure that a piece of initialization " "code is executed at most once. The I<once_control> argument points to a " @@ -162,7 +165,7 @@ msgstr "" "B<PTHREAD_ONCE_INIT>." #. type: Plain text -#: debian-bookworm debian-unstable +#: debian-bookworm msgid "" "The first time B<pthread_once> is called with a given I<once_control> " "argument, it calls I<init_routine> with no argument and changes the value of " @@ -177,12 +180,36 @@ msgstr "" "același argument B<once_control> nu fac nimic." #. type: SH -#: debian-bookworm debian-unstable +#: debian-bookworm #, no-wrap msgid "AUTHOR" msgstr "AUTOR" #. type: Plain text -#: debian-bookworm debian-unstable +#: debian-bookworm msgid "Xavier Leroy E<lt>Xavier.Leroy@inria.frE<gt>" msgstr "Xavier Leroy E<lt>Xavier.Leroy@inria.frE<gt>" + +#. type: TH +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 octombrie 2023" + +#. type: TH +#: fedora-40 mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Pagini de manual de Linux 6.06" + +#. type: TH +#: fedora-rawhide +#, no-wrap +msgid "Linux man-pages 6.7" +msgstr "Pagini de manual de Linux 6.7" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "Pagini de manual Linux (nepublicate)" |