summaryrefslogtreecommitdiffstats
path: root/po/ro/man2/futimesat.2.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ro/man2/futimesat.2.po')
-rw-r--r--po/ro/man2/futimesat.2.po398
1 files changed, 398 insertions, 0 deletions
diff --git a/po/ro/man2/futimesat.2.po b/po/ro/man2/futimesat.2.po
new file mode 100644
index 00000000..be933b1a
--- /dev/null
+++ b/po/ro/man2/futimesat.2.po
@@ -0,0 +1,398 @@
+# 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:56+0100\n"
+"PO-Revision-Date: 2023-12-16 20:34+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 "futimesat"
+msgstr "futimesat"
+
+#. 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 ""
+"futimesat - change timestamps of a file relative to a directory file "
+"descriptor"
+msgstr ""
+"futimesat - modifică marcajele de timp ale unui fișier în raport cu un "
+"descriptor de fișier de director"
+
+#. 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>fcntl.hE<gt>> /* Definition of B<AT_*> constants */\n"
+"B<#include E<lt>sys/time.hE<gt>>\n"
+msgstr ""
+"B<#include E<lt>fcntl.hE<gt>> /* Definirea constantelor B<AT_*> */\n"
+"B<#include E<lt>sys/time.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<[[deprecated]] int futimesat(int >I<dirfd>B<, const char *>I<pathname>B<,>\n"
+"B< const struct timeval >I<times>B<[2]);>\n"
+msgstr ""
+"B<[[depreciat]] int futimesat(int >I<dirfd>B<, const char *>I<nume-rută>B<,>\n"
+"B< const struct timeval >I<times>B<[2]);>\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<futimesat>():"
+msgstr "B<futimesat>():"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid " _GNU_SOURCE\n"
+msgstr " _GNU_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 "This system call is obsolete. Use B<utimensat>(2) instead."
+msgstr ""
+"Acest apel de sistem este obsolet. Utilizați în schimb B<utimensat>(2)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<futimesat>() system call operates in exactly the same way as "
+"B<utimes>(2), except for the differences described in this manual page."
+msgstr ""
+"Apelul de sistem B<futimesat>() funcționează exact în același mod ca și "
+"B<utimes>(2), cu excepția diferențelor descrise în această pagină de manual."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the pathname given in I<pathname> is relative, then it is interpreted "
+"relative to the directory referred to by the file descriptor I<dirfd> "
+"(rather than relative to the current working directory of the calling "
+"process, as is done by B<utimes>(2) for a relative pathname)."
+msgstr ""
+"În cazul în care numele de rută dat în I<nume-rută> este relativ, atunci "
+"acesta este interpretat în raport cu directorul la care face referire "
+"descriptorul de fișier I<dirfd> (mai degrabă decât în raport cu directorul "
+"de lucru curent al procesului apelant, așa cum face B<utimes>(2) pentru un "
+"nume de rută relativ)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If I<pathname> is relative and I<dirfd> is the special value B<AT_FDCWD>, "
+"then I<pathname> is interpreted relative to the current working directory of "
+"the calling process (like B<utimes>(2))."
+msgstr ""
+"Dacă I<nume-rută> este relativ și I<dirfd> este valoarea specială "
+"B<AT_FDCWD>, atunci I<nume-rută> este interpretat relativ la directorul de "
+"lucru curent al procesului apelant (ca B<utimes>(2))."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If I<pathname> is absolute, then I<dirfd> is ignored. (See B<openat>(2) "
+"for an explanation of why the I<dirfd> argument is useful.)"
+msgstr ""
+"Dacă I<nume-rută> este absolut, atunci I<dirfd> este ignorat (ase vedea "
+"B<openat>(2) pentru o explicație a motivelor pentru care argumentul I<dirfd> "
+"este util)."
+
+#. 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, B<futimesat>() returns a 0. On error, -1 is returned and "
+"I<errno> is set to indicate the error."
+msgstr ""
+"În caz de succes, B<futimesat>() returnează un 0. În caz de eroare, se "
+"returnează -1, iar I<errno> este configurată pentru a indica eroarea."
+
+#. 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 ""
+"The same errors that occur for B<utimes>(2) can also occur for "
+"B<futimesat>(). The following additional errors can occur for "
+"B<futimesat>():"
+msgstr ""
+"Aceleași erori care apar pentru B<utimes>(2) pot apărea și pentru "
+"B<futimesat>(). Următoarele erori suplimentare pot apărea pentru "
+"B<futimesat>():"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EBADF>"
+msgstr "B<EBADF>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<pathname> is relative but I<dirfd> is neither B<AT_FDCWD> nor a valid file "
+"descriptor."
+msgstr ""
+"I<nume-rută> este relativ, dar I<dirfd> nu este nici B<AT_FDCWD>, nici un "
+"descriptor de fișier valid."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTDIR>"
+msgstr "B<ENOTDIR>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<pathname> is relative and I<dirfd> is a file descriptor referring to a "
+"file other than a directory."
+msgstr ""
+"I<nume-rută> este relativ și I<dirfd> este un descriptor de fișier ce se "
+"referă la un alt fișier decât un director."
+
+#. 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"
+
+#. type: SS
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "glibc"
+msgstr "glibc"
+
+#. The Solaris futimesat() also has this strangeness.
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If I<pathname> is NULL, then the glibc B<futimesat>() wrapper function "
+"updates the times for the file referred to by I<dirfd>."
+msgstr ""
+"Dacă I<nume-rută> este NULL, atunci funcția glibc B<futimesat>() "
+"actualizează marcajul de timp pentru fișierul la care face referire I<dirfd>."
+
+#. 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 "None."
+msgstr "Niciunul."
+
+#. 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.6.16, glibc 2.4."
+msgstr "Linux 2.6.16, glibc 2.4."
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"It was implemented from a specification that was proposed for POSIX.1, but "
+"that specification was replaced by the one for B<utimensat>(2)."
+msgstr ""
+"A fost implementat pe baza unei specificații care a fost propusă pentru "
+"POSIX.1, dar această specificație a fost înlocuită cu cea pentru "
+"B<utimensat>(2)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "A similar system call exists on Solaris."
+msgstr "Un apel de sistem similar există în Solaris."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "NOTE"
+
+#. 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<stat>(2), B<utimensat>(2), B<utimes>(2), B<futimes>(3), "
+"B<path_resolution>(7)"
+msgstr ""
+"B<stat>(2), B<utimensat>(2), B<utimes>(2), B<futimes>(3), "
+"B<path_resolution>(7)"
+
+#. 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 ""
+"B<futimesat>() was added in Linux 2.6.16; library support was added in "
+"glibc 2.4."
+msgstr ""
+"B<futimesat>() a fost adăugat în Linux 2.6.16; suportul bibliotecii a fost "
+"adăugat în glibc 2.4."
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"This system call is nonstandard. It was implemented from a specification "
+"that was proposed for POSIX.1, but that specification was replaced by the "
+"one for B<utimensat>(2)."
+msgstr ""
+"Acest apel de sistem nu este standard. A fost implementat dintr-o "
+"specificație propusă pentru POSIX.1, dar această specificație a fost "
+"înlocuită cu cea pentru B<utimensat>(2)."
+
+#. type: SS
+#: debian-bookworm
+#, no-wrap
+msgid "glibc notes"
+msgstr "note glibc"
+
+#. 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"