diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /po/ro/man3/_Generic.3.po | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/ro/man3/_Generic.3.po')
-rw-r--r-- | po/ro/man3/_Generic.3.po | 352 |
1 files changed, 352 insertions, 0 deletions
diff --git a/po/ro/man3/_Generic.3.po b/po/ro/man3/_Generic.3.po new file mode 100644 index 00000000..6ab0c077 --- /dev/null +++ b/po/ro/man3/_Generic.3.po @@ -0,0 +1,352 @@ +# 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 16:56+0100\n" +"PO-Revision-Date: 2024-02-16 09:01+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 "_Generic" +msgstr "_Generic" + +#. 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 "_Generic - type-generic selection" +msgstr "_Generic - selecție de tip-generic" + +#. 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<_Generic(>I<expression>B<, type1: >e1B<, >... /*B<, default: >e */B<);>\n" +msgstr "B<_Generic(>I<expresia>B<, type1: >e1B<, >... /*B<, default: >e */B<);>\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 "" +"B<_Generic>() evaluates the path of code under the type selector that is " +"compatible with the type of the controlling I<expression>, or B<default:> if " +"no type is compatible." +msgstr "" +"B<_Generic>() evaluează ruta de cod din cadrul selectorului de tip care este " +"compatibil cu tipul expresiei I<expresia> de control sau B<default:> " +"(expresia implicită) dacă nu există un tip compatibil." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<expression> is not evaluated." +msgstr "I<expresia> nu este evaluată." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This is especially useful for writing type-generic macros, that will behave " +"differently depending on the type of the argument." +msgstr "" +"Acest lucru este util în special pentru a scrie macrocomenzi generice de " +"tip, care se vor comporta diferit în funcție de tipul argumentului." + +#. 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." +msgstr "C11." + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "HISTORY" +msgstr "ISTORIC" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "EXAMPLES" +msgstr "EXEMPLE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The following program demonstrates how to write a replacement for the " +"standard B<imaxabs>(3) function, which being a function can't really " +"provide what it promises: seamlessly upgrading to the widest available type." +msgstr "" +"Următorul program demonstrează cum se poate scrie un înlocuitor pentru " +"funcția standard B<imaxabs>(3), care, fiind o funcție, nu poate oferi cu " +"adevărat ceea ce promite: trecerea fără probleme la cel mai larg tip " +"disponibil." + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "" +"#include E<lt>stdint.hE<gt>\n" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" +"\\&\n" +"#define my_imaxabs _Generic(INTMAX_C(0), \\e\n" +" long: labs, \\e\n" +" long long: llabs \\e\n" +"/* long long long: lllabs */ \\e\n" +")\n" +"\\&\n" +"int\n" +"main(void)\n" +"{\n" +" off_t a;\n" +"\\&\n" +" a = -42;\n" +" printf(\"imaxabs(%jd) == %jd\\en\", (intmax_t) a, my_imaxabs(a));\n" +" printf(\"&imaxabs == %p\\en\", &my_imaxabs);\n" +" printf(\"&labs == %p\\en\", &labs);\n" +" printf(\"&llabs == %p\\en\", &llabs);\n" +"\\&\n" +" exit(EXIT_SUCCESS);\n" +"}\n" +msgstr "" +"#include E<lt>stdint.hE<gt>\n" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" +"\\&\n" +"#define my_imaxabs _Generic(INTMAX_C(0), \\e\n" +" long: labs, \\e\n" +" long long: llabs \\e\n" +"/* long long long: lllabs */ \\e\n" +")\n" +"\\&\n" +"int\n" +"main(void)\n" +"{\n" +" off_t a;\n" +"\\&\n" +" a = -42;\n" +" printf(\"imaxabs(%jd) == %jd\\en\", (intmax_t) a, my_imaxabs(a));\n" +" printf(\"&imaxabs == %p\\en\", &my_imaxabs);\n" +" printf(\"&labs == %p\\en\", &labs);\n" +" printf(\"&llabs == %p\\en\", &llabs);\n" +"\\&\n" +" exit(EXIT_SUCCESS);\n" +"}\n" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2023-02-12" +msgstr "12 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 "C11 and later." +msgstr "C11 și ulterioare." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"#include E<lt>stdint.hE<gt>\n" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" +msgstr "" +"#include E<lt>stdint.hE<gt>\n" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"#define my_imaxabs _Generic(INTMAX_C(0), \\e\n" +" long: labs, \\e\n" +" long long: llabs \\e\n" +" /* long long long: lllabs */ \\e\n" +")\n" +msgstr "" +"#define my_imaxabs _Generic(INTMAX_C(0), \\e\n" +" long: labs, \\e\n" +" long long: llabs \\e\n" +" /* long long long: lllabs */ \\e\n" +")\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +"int\n" +"main(void)\n" +"{\n" +" off_t a;\n" +msgstr "" +"int\n" +"main(void)\n" +"{\n" +" off_t a;\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" a = -42;\n" +" printf(\"imaxabs(%jd) == %jd\\en\", (intmax_t) a, my_imaxabs(a));\n" +" printf(\"&imaxabs == %p\\en\", &my_imaxabs);\n" +" printf(\"&labs == %p\\en\", &labs);\n" +" printf(\"&llabs == %p\\en\", &llabs);\n" +msgstr "" +" a = -42;\n" +" printf(\"imaxabs(%jd) == %jd\\en\", (intmax_t) a, my_imaxabs(a));\n" +" printf(\"&imaxabs == %p\\en\", &my_imaxabs);\n" +" printf(\"&labs == %p\\en\", &labs);\n" +" printf(\"&llabs == %p\\en\", &llabs);\n" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "" +" exit(EXIT_SUCCESS);\n" +"}\n" +msgstr "" +" exit(EXIT_SUCCESS);\n" +"}\n" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2023-05-03" +msgstr "3 mai 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: Plain text +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "" +"#include E<lt>stdint.hE<gt>\n" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" +"\\&\n" +"#define my_imaxabs _Generic(INTMAX_C(0), \\e\n" +" long: labs, \\e\n" +" long long: llabs \\e\n" +" /* long long long: lllabs */ \\e\n" +")\n" +"\\&\n" +"int\n" +"main(void)\n" +"{\n" +" off_t a;\n" +"\\&\n" +" a = -42;\n" +" printf(\"imaxabs(%jd) == %jd\\en\", (intmax_t) a, my_imaxabs(a));\n" +" printf(\"&imaxabs == %p\\en\", &my_imaxabs);\n" +" printf(\"&labs == %p\\en\", &labs);\n" +" printf(\"&llabs == %p\\en\", &llabs);\n" +"\\&\n" +" exit(EXIT_SUCCESS);\n" +"}\n" +msgstr "" +"#include E<lt>stdint.hE<gt>\n" +"#include E<lt>stdio.hE<gt>\n" +"#include E<lt>stdlib.hE<gt>\n" +"\\&\n" +"#define my_imaxabs _Generic(INTMAX_C(0), \\e\n" +" long: labs, \\e\n" +" long long: llabs \\e\n" +" /* long long long: lllabs */ \\e\n" +")\n" +"\\&\n" +"int\n" +"main(void)\n" +"{\n" +" off_t a;\n" +"\\&\n" +" a = -42;\n" +" printf(\"imaxabs(%jd) == %jd\\en\", (intmax_t) a, my_imaxabs(a));\n" +" printf(\"&imaxabs == %p\\en\", &my_imaxabs);\n" +" printf(\"&labs == %p\\en\", &labs);\n" +" printf(\"&llabs == %p\\en\", &llabs);\n" +"\\&\n" +" exit(EXIT_SUCCESS);\n" +"}\n" + +#. 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" |