summaryrefslogtreecommitdiffstats
path: root/po/ro/man3/drand48_r.3.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ro/man3/drand48_r.3.po')
-rw-r--r--po/ro/man3/drand48_r.3.po383
1 files changed, 383 insertions, 0 deletions
diff --git a/po/ro/man3/drand48_r.3.po b/po/ro/man3/drand48_r.3.po
new file mode 100644
index 00000000..8a1cee69
--- /dev/null
+++ b/po/ro/man3/drand48_r.3.po
@@ -0,0 +1,383 @@
+# 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 16:55+0100\n"
+"PO-Revision-Date: 2023-12-10 23:59+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 "drand48_r"
+msgstr "drand48_r"
+
+#. 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 ""
+"drand48_r, erand48_r, lrand48_r, nrand48_r, mrand48_r, jrand48_r, srand48_r, "
+"seed48_r, lcong48_r - generate uniformly distributed pseudo-random numbers "
+"reentrantly"
+msgstr ""
+"drand48_r, erand48_r, lrand48_r, nrand48_r, mrand48_r, jrand48_r, srand48_r, "
+"seed48_r, lcong48_r - generează numere pseudo-aleatorii distribuite uniform "
+"în mod reentrant"
+
+#. 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>stdlib.hE<gt>>\n"
+msgstr "B<#include E<lt>stdlib.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 drand48_r(struct drand48_data *restrict >I<buffer>B<,>\n"
+"B< double *restrict >I<result>B<);>\n"
+"B<int erand48_r(unsigned short >I<xsubi>B<[3]>I<,>\n"
+"B< struct drand48_data *restrict >I<buffer>B<,>\n"
+"B< double *restrict >I<result>B<);>\n"
+msgstr ""
+"B<int drand48_r(struct drand48_data *restrict >I<buffer>B<,>\n"
+"B< double *restrict >I<result>B<);>\n"
+"B<int erand48_r(unsigned short >I<xsubi>B<[3]>I<,>\n"
+"B< struct drand48_data *restrict >I<buffer>B<,>\n"
+"B< double *restrict >I<result>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<int lrand48_r(struct drand48_data *restrict >I<buffer>B<,>\n"
+"B< long *restrict >I<result>B<);>\n"
+"B<int nrand48_r(unsigned short >I<xsubi[3]>B<,>\n"
+"B< struct drand48_data *restrict >I<buffer>B<,>\n"
+"B< long *restrict >I<result>B<);>\n"
+msgstr ""
+"B<int lrand48_r(struct drand48_data *restrict >I<buffer>B<,>\n"
+"B< long *restrict >I<result>B<);>\n"
+"B<int nrand48_r(unsigned short >I<xsubi[3]>B<,>\n"
+"B< struct drand48_data *restrict >I<buffer>B<,>\n"
+"B< long *restrict >I<result>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<int mrand48_r(struct drand48_data *restrict >I<buffer>B<,>\n"
+"B< long *restrict >I<result>B<);>\n"
+"B<int jrand48_r(unsigned short >I<xsubi[3]>B<,>\n"
+"B< struct drand48_data *restrict >I<buffer>B<,>\n"
+"B< long *restrict >I<result>B<);>\n"
+msgstr ""
+"B<int mrand48_r(struct drand48_data *restrict >I<buffer>B<,>\n"
+"B< long *restrict >I<result>B<);>\n"
+"B<int jrand48_r(unsigned short >I<xsubi[3]>B<,>\n"
+"B< struct drand48_data *restrict >I<buffer>B<,>\n"
+"B< long *restrict >I<result>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<int srand48_r(long int >I<seedval>B<, struct drand48_data *>I<buffer>B<);>\n"
+"B<int seed48_r(unsigned short >I<seed16v[3]>B<, struct drand48_data *>I<buffer>B<);>\n"
+"B<int lcong48_r(unsigned short >I<param[7]>B<, struct drand48_data *>I<buffer>B<);>\n"
+msgstr ""
+"B<int srand48_r(long int >I<seedval>B<, struct drand48_data *>I<buffer>B<);>\n"
+"B<int seed48_r(unsigned short >I<seed16v[3]>B<, struct drand48_data *>I<buffer>B<);>\n"
+"B<int lcong48_r(unsigned short >I<param[7]>B<, struct drand48_data *>I<buffer>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)):"
+
+#. .BR drand48_r (),
+#. .BR erand48_r (),
+#. .BR lrand48_r (),
+#. .BR nrand48_r (),
+#. .BR mrand48_r (),
+#. .BR jrand48_r (),
+#. .BR srand48_r (),
+#. .BR seed48_r (),
+#. .BR lcong48_r ():
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "All functions shown above:"
+msgstr "Toate funcțiile prezentate mai sus:"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+" /* glibc E<gt>= 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n"
+msgstr ""
+" /* glibc E<gt>= 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\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 ""
+"These functions are the reentrant analogs of the functions described in "
+"B<drand48>(3). Instead of modifying the global random generator state, they "
+"use the supplied data I<buffer>."
+msgstr ""
+"Aceste funcții sunt analogii reentranți ai funcțiilor descrise în "
+"B<drand48>(3). În loc să modifice starea globală a generatorului aleatoriu, "
+"ele utilizează datele furnizate în I<buffer>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Before the first use, this struct must be initialized, for example, by "
+"filling it with zeros, or by calling one of the functions B<srand48_r>(), "
+"B<seed48_r>(), or B<lcong48_r>()."
+msgstr ""
+"Înainte de prima utilizare, această structură trebuie inițializată, de "
+"exemplu, prin umplerea ei cu zerouri sau prin apelarea uneia dintre "
+"funcțiile B<srand48_r>(), B<seed48_r>(), B<lcong48_r>() sau B<lcong48_r>()."
+
+#. 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 "The return value is 0."
+msgstr "Valoarea de returnare este 0."
+
+#. 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<drand48_r>(),\n"
+"B<erand48_r>(),\n"
+"B<lrand48_r>(),\n"
+"B<nrand48_r>(),\n"
+"B<mrand48_r>(),\n"
+"B<jrand48_r>(),\n"
+"B<srand48_r>(),\n"
+"B<seed48_r>(),\n"
+"B<lcong48_r>()"
+msgstr ""
+"B<drand48_r>(),\n"
+"B<erand48_r>(),\n"
+"B<lrand48_r>(),\n"
+"B<nrand48_r>(),\n"
+"B<mrand48_r>(),\n"
+"B<jrand48_r>(),\n"
+"B<srand48_r>(),\n"
+"B<seed48_r>(),\n"
+"B<lcong48_r>()"
+
+#. 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 race:buffer"
+msgstr "MT-Safe race:buffer"
+
+#. 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 "GNU."
+msgstr "GNU."
+
+#. 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<drand48>(3), B<rand>(3), B<random>(3)"
+msgstr "B<drand48>(3), B<rand>(3), B<random>(3)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5 februarie 2023"
+
+#. 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 "These functions are GNU extensions and are not portable."
+msgstr "Aceste funcții sunt extensii GNU și nu sunt portabile."
+
+#. 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"