summaryrefslogtreecommitdiffstats
path: root/po/ro/man3/remquo.3.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ro/man3/remquo.3.po')
-rw-r--r--po/ro/man3/remquo.3.po457
1 files changed, 457 insertions, 0 deletions
diff --git a/po/ro/man3/remquo.3.po b/po/ro/man3/remquo.3.po
new file mode 100644
index 00000000..558391c9
--- /dev/null
+++ b/po/ro/man3/remquo.3.po
@@ -0,0 +1,457 @@
+# 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:05+0100\n"
+"PO-Revision-Date: 2023-09-10 12: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 "remquo"
+msgstr "remquo"
+
+#. 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 "remquo, remquof, remquol - remainder and part of quotient"
+msgstr "remquo, remquof, remquol - rest și parte de un coeficient"
+
+#. 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 "Math library (I<libm>, I<-lm>)"
+msgstr "Biblioteca de matematică (I<libm>, I<-lm>)"
+
+#. 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>math.hE<gt>>\n"
+msgstr "B<#include E<lt>math.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<double remquo(double >I<x>B<, double >I<y>B<, int *>I<quo>B<);>\n"
+"B<float remquof(float >I<x>B<, float >I<y>B<, int *>I<quo>B<);>\n"
+"B<long double remquol(long double >I<x>B<, long double >I<y>B<, int *>I<quo>B<);>\n"
+msgstr ""
+"B<double remquo(double >I<x>B<, double >I<y>B<, int *>I<quo>B<);>\n"
+"B<float remquof(float >I<x>B<, float >I<y>B<, int *>I<quo>B<);>\n"
+"B<long double remquol(long double >I<x>B<, long double >I<y>B<, int *>I<quo>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)):"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<remquo>(), B<remquof>(), B<remquol>():"
+msgstr "B<remquo>(), B<remquof>(), B<remquol>():"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid " _ISOC99_SOURCE || _POSIX_C_SOURCE E<gt>= 200112L\n"
+msgstr " _ISOC99_SOURCE || _POSIX_C_SOURCE E<gt>= 200112L\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 compute the remainder and part of the quotient upon division "
+"of I<x> by I<y>. A few bits of the quotient are stored via the I<quo> "
+"pointer. The remainder is returned as the function result."
+msgstr ""
+"Aceste funcții calculează restul și partea de coeficient la împărțirea lui "
+"I<x> cu I<y>. Câțiva biți ai coeficientului sunt stocați prin intermediul "
+"indicatorului I<quo>. Restul este returnat ca rezultat al funcției."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The value of the remainder is the same as that computed by the "
+"B<remainder>(3) function."
+msgstr ""
+"Valoarea restului este aceeași cu cea calculată de funcția B<remainder>(3)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The value stored via the I<quo> pointer has the sign of I<x\\~/\\~y> and "
+"agrees with the quotient in at least the low order 3 bits."
+msgstr ""
+"Valoarea stocată prin intermediul indicatorului I<quo> are semnul lui I<x\\~/"
+"\\~y> și este în concordanță cu coeficientul cel puțin pe cei 3 biți de "
+"ordin inferior."
+
+#
+#. A possible application of this function might be the computation
+#. of sin(x). Compute remquo(x, pi/2, &quo) or so.
+#. glibc, UnixWare: return 3 bits
+#. MacOS 10: return 7 bits
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"For example, I<remquo(29.0,\\ 3.0)> returns -1.0 and might store 2. Note "
+"that the actual quotient might not fit in an integer."
+msgstr ""
+"De exemplu, I<remquo(29.0,\\ 3.0)> returnează -1.0 și poate stoca 2. "
+"Rețineți că este posibil ca valoarea reală a coeficientului să nu încapă "
+"într-un număr întreg."
+
+#. 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 ""
+"On success, these functions return the same value as the analogous functions "
+"described in B<remainder>(3)."
+msgstr ""
+"În caz de succes, aceste funcții returnează aceeași valoare ca și funcțiile "
+"analoge descrise în B<remainder>(3)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "If I<x> or I<y> is a NaN, a NaN is returned."
+msgstr ""
+"Dacă I<x> sau I<y> nu este un număr („Not a Number”: NaN), se returnează un "
+"NaN."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If I<x> is an infinity, and I<y> is not a NaN, a domain error occurs, and a "
+"NaN is returned."
+msgstr ""
+"Dacă I<x> este un infinit, iar I<y> nu este un NaN, apare o eroare de "
+"domeniu și se returnează un NaN."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If I<y> is zero, and I<x> is not a NaN, a domain error occurs, and a NaN is "
+"returned."
+msgstr ""
+"Dacă I<y> este zero, iar I<x> nu este un NaN, apare o eroare de domeniu și "
+"se returnează un NaN."
+
+#. 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: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"See B<math_error>(7) for information on how to determine whether an error "
+"has occurred when calling these functions."
+msgstr ""
+"Consultați B<math_error>(7) pentru informații despre cum să determinați dacă "
+"a apărut o eroare la apelarea acestor funcții."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The following errors can occur:"
+msgstr "Pot apărea următoarele erori:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Domain error: I<x> is an infinity or I<y> is 0, and the other argument is not a NaN"
+msgstr "Eroare de domeniu: I<x> este un infinit sau I<y> este 0, iar celălalt argument nu este un NaN."
+
+#. .I errno
+#. is set to
+#. .BR EDOM .
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "An invalid floating-point exception (B<FE_INVALID>) is raised."
+msgstr "Se declanșează o excepție de virgulă mobilă nevalidă (B<FE_INVALID>)."
+
+#. #-#-#-#-# archlinux: remquo.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. FIXME . Is it intentional that these functions do not set errno?
+#. Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6802
+#. type: Plain text
+#. #-#-#-#-# debian-bookworm: remquo.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. FIXME . Is it intentional that these functions do not set errno?
+#. Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6802
+#. type: Plain text
+#. #-#-#-#-# debian-unstable: remquo.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. FIXME . Is it intentional that these functions do not set errno?
+#. Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6802
+#. type: Plain text
+#. #-#-#-#-# fedora-40: remquo.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. FIXME . Is it intentional that these functions do not set errno?
+#. Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6802
+#. type: Plain text
+#. #-#-#-#-# fedora-rawhide: remquo.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. FIXME . Is it intentional that these functions do not set errno?
+#. Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6802
+#. type: Plain text
+#. #-#-#-#-# mageia-cauldron: remquo.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. FIXME . Is it intentional that these functions do not set errno?
+#. Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6802
+#. type: Plain text
+#. #-#-#-#-# opensuse-leap-15-6: remquo.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. FIXME . Is it intentional that these functions do not set errno?
+#. Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6802
+#. type: Plain text
+#. #-#-#-#-# opensuse-tumbleweed: remquo.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. FIXME . Is it intentional that these functions do not set errno?
+#. Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6802
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "These functions do not set I<errno>."
+msgstr "Aceste funcții nu configurează I<errno>."
+
+#. 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<remquo>(),\n"
+"B<remquof>(),\n"
+"B<remquol>()"
+msgstr ""
+"B<remquo>(),\n"
+"B<remquof>(),\n"
+"B<remquol>()"
+
+#. 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"
+msgstr "MT-Safe"
+
+#. 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 "C11, POSIX.1-2008."
+msgstr "C11, POSIX.1-2008."
+
+#. 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 "glibc 2.1. C99, POSIX.1-2001."
+msgstr "glibc 2.1. C99, POSIX.1-2001."
+
+#. 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<fmod>(3), B<logb>(3), B<remainder>(3)"
+msgstr "B<fmod>(3), B<logb>(3), B<remainder>(3)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2022-12-15"
+msgstr "15 decembrie 2022"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Pagini de manual de Linux 6.03"
+
+#. type: SH
+#: debian-bookworm
+#, no-wrap
+msgid "VERSIONS"
+msgstr "VERSIUNI"
+
+#. type: Plain text
+#: debian-bookworm
+msgid "These functions were added in glibc 2.1."
+msgstr "Aceste funcții au fost adăugate în glibc 2.1."
+
+#. type: Plain text
+#: debian-bookworm
+msgid "C99, POSIX.1-2001, POSIX.1-2008."
+msgstr "C99, POSIX.1-2001, POSIX.1-2008."
+
+#. 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"