diff options
Diffstat (limited to 'po/ro/man3/stpncpy.3.po')
-rw-r--r-- | po/ro/man3/stpncpy.3.po | 190 |
1 files changed, 55 insertions, 135 deletions
diff --git a/po/ro/man3/stpncpy.3.po b/po/ro/man3/stpncpy.3.po index 7a3a6bc1..a86beac5 100644 --- a/po/ro/man3/stpncpy.3.po +++ b/po/ro/man3/stpncpy.3.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-l10n 4.21.0\n" -"POT-Creation-Date: 2024-03-01 17:09+0100\n" +"POT-Creation-Date: 2024-06-01 06:24+0200\n" "PO-Revision-Date: 2024-02-16 09:53+0100\n" "Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n" "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" @@ -25,16 +25,16 @@ msgid "stpncpy" msgstr "stpncpy" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap -msgid "2024-02-12" -msgstr "12 februarie 2024" +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 @@ -44,7 +44,8 @@ msgid "NAME" msgstr "NUME" #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "stpncpy, strncpy - fill a fixed-size buffer with non-null bytes from a " "string, padding with null bytes as needed" @@ -70,7 +71,7 @@ msgstr "Biblioteca C standard (I<libc>, I<-lc>)" #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SYNOPSIS" -msgstr "REZUMAT" +msgstr "SINOPSIS" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -80,7 +81,8 @@ msgid "B<#include E<lt>string.hE<gt>>\n" msgstr "B<#include E<lt>string.hE<gt>>\n" #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, no-wrap msgid "" "B<char *strncpy(char >I<dst>B<[restrict .>I<dsize>B<], const char *restrict >I<src>B<,>\n" @@ -131,7 +133,8 @@ 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 "" "These functions copy non-null bytes from the string pointed to by I<src> " "into the array pointed to by I<dst>. If the source has too few non-null " @@ -155,7 +158,8 @@ msgid "An implementation of these functions might be:" msgstr "O implementare a acestor funcții ar putea fi:" #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, no-wrap msgid "" "char *\n" @@ -340,7 +344,8 @@ msgid "POSIX.1-2008." msgstr "POSIX.1-2008." #. type: SH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, no-wrap msgid "HISTORY" msgstr "ISTORIC" @@ -365,7 +370,8 @@ msgid "CAVEATS" msgstr "AVERTISMENTE" #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "The name of these functions is confusing. These functions produce a null-" "padded character sequence, not a string (see B<string_copying>(7)). For " @@ -376,7 +382,8 @@ msgstr "" "B<string_copying>(7)). De exemplu:" #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, no-wrap msgid "" "strncpy(buf, \"1\", 5); // { \\[aq]1\\[aq], 0, 0, 0, 0 }\n" @@ -424,7 +431,8 @@ msgid "EXAMPLES" msgstr "EXEMPLE" #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed #, no-wrap msgid "" "#include E<lt>err.hE<gt>\n" @@ -522,7 +530,7 @@ msgid "Linux man-pages 6.03" msgstr "Pagini de manual de Linux 6.03" #. type: Plain text -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 msgid "" "stpncpy, strncpy - zero a fixed-width buffer and copy a string into a " "character sequence with truncation and zero the rest of it" @@ -546,7 +554,7 @@ msgstr "" "B< size_t >I<sz>B<);>\n" #. type: Plain text -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 msgid "" "These functions copy the string pointed to by I<src> into a null-padded " "character sequence at the fixed-width buffer pointed to by I<dst>. If the " @@ -603,7 +611,7 @@ msgid "POSIX.1-2001, POSIX.1-2008, C99, SVr4, 4.3BSD." msgstr "POSIX.1-2001, POSIX.1-2008, C99, SVr4, 4.3BSD." #. type: Plain text -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 msgid "" "The name of these functions is confusing. These functions produce a null-" "padded character sequence, not a string (see B<string_copying>(7))." @@ -705,19 +713,37 @@ msgstr "" "}\n" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2024-02-12" +msgstr "12 februarie 2024" + +#. type: TH +#: fedora-40 mageia-cauldron #, no-wrap -msgid "2023-07-20" -msgstr "20 iulie 2023" +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-leap-15-6 +#, no-wrap +msgid "2023-03-30" +msgstr "30 martie 2023" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: opensuse-leap-15-6 #, no-wrap -msgid "Linux man-pages 6.05.01" -msgstr "Pagini de manual de Linux 6.05.01" +msgid "Linux man-pages 6.04" +msgstr "Pagini de manual de Linux 6.04" #. type: Plain text -#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: opensuse-leap-15-6 #, no-wrap msgid "" "B<char *strncpy(char >I<dst>B<[restrict .>I<sz>B<], const char *restrict >I<src>B<,>\n" @@ -730,114 +756,8 @@ msgstr "" "B<char *stpncpy(char >I<dst>B<[restrict .>I<sz>B<], const char *restrict >I<src>B<,>\n" "B< size_t >I<sz>B<);>\n" -#. type: Plain text -#: debian-unstable opensuse-tumbleweed -#, no-wrap -msgid "" -"char *\n" -"strncpy(char *restrict dst, const char *restrict src, size_t sz)\n" -"{\n" -" stpncpy(dst, src, sz);\n" -" return dst;\n" -"}\n" -"\\&\n" -"char *\n" -"stpncpy(char *restrict dst, const char *restrict src, size_t sz)\n" -"{\n" -" bzero(dst, sz);\n" -" return mempcpy(dst, src, strnlen(src, sz));\n" -"}\n" -msgstr "" -"char *\n" -"strncpy(char *restrict dst, const char *restrict src, size_t sz)\n" -"{\n" -" stpncpy(dst, src, sz);\n" -" return dst;\n" -"}\n" -"\\&\n" -"char *\n" -"stpncpy(char *restrict dst, const char *restrict src, size_t sz)\n" -"{\n" -" bzero(dst, sz);\n" -" return mempcpy(dst, src, strnlen(src, sz));\n" -"}\n" - -#. type: Plain text -#: debian-unstable opensuse-tumbleweed -#, no-wrap -msgid "" -"#include E<lt>err.hE<gt>\n" -"#include E<lt>stdio.hE<gt>\n" -"#include E<lt>stdlib.hE<gt>\n" -"#include E<lt>string.hE<gt>\n" -"\\&\n" -"int\n" -"main(void)\n" -"{\n" -" char *p;\n" -" char buf1[20];\n" -" char buf2[20];\n" -" size_t len;\n" -"\\&\n" -" if (sizeof(buf2) E<lt> strlen(\"Hello world!\"))\n" -" warnx(\"strncpy: truncating character sequence\");\n" -" strncpy(buf2, \"Hello world!\", sizeof(buf2));\n" -" len = strnlen(buf2, sizeof(buf2));\n" -"\\&\n" -" printf(\"[len = %zu]: \", len);\n" -" printf(\"%.*s\\en\", (int) len, buf2); // \"Hello world!\"\n" -"\\&\n" -" if (sizeof(buf1) E<lt> strlen(\"Hello world!\"))\n" -" warnx(\"stpncpy: truncating character sequence\");\n" -" p = stpncpy(buf1, \"Hello world!\", sizeof(buf1));\n" -" len = p - buf1;\n" -"\\&\n" -" printf(\"[len = %zu]: \", len);\n" -" printf(\"%.*s\\en\", (int) len, buf1); // \"Hello world!\"\n" -"\\&\n" -" exit(EXIT_SUCCESS);\n" -"}\n" -msgstr "" -"#include E<lt>err.hE<gt>\n" -"#include E<lt>stdio.hE<gt>\n" -"#include E<lt>stdlib.hE<gt>\n" -"#include E<lt>string.hE<gt>\n" -"\\&\n" -"int\n" -"main(void)\n" -"{\n" -" char *p;\n" -" char buf1[20];\n" -" char buf2[20];\n" -" size_t len;\n" -"\\&\n" -" if (sizeof(buf2) E<lt> strlen(\"Salutare lume!\"))\n" -" warnx(\"strncpy: truncating character sequence\");\n" -" strncpy(buf2, \"Salutare lume!\", sizeof(buf2));\n" -" len = strnlen(buf2, sizeof(buf2));\n" -"\\&\n" -" printf(\"[len = %zu]: \", len);\n" -" printf(\"%.*s\\en\", (int) len, buf2); // \"Salutare lume!\"\n" -"\\&\n" -" if (sizeof(buf1) E<lt> strlen(\"Salutare lume!\"))\n" -" warnx(\"stpncpy: truncating character sequence\");\n" -" p = stpncpy(buf1, \"Salutare lume!\", sizeof(buf1));\n" -" len = p - buf1;\n" -"\\&\n" -" printf(\"[len = %zu]: \", len);\n" -" printf(\"%.*s\\en\", (int) len, buf1); // \"Salutare lume!\"\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 +#: opensuse-tumbleweed #, no-wrap -msgid "Linux man-pages 6.04" -msgstr "Pagini de manual de Linux 6.04" +msgid "Linux man-pages (unreleased)" +msgstr "Pagini de manual Linux (nepublicate)" |