diff options
Diffstat (limited to 'po/hu/man1/test.1.po')
-rw-r--r-- | po/hu/man1/test.1.po | 120 |
1 files changed, 91 insertions, 29 deletions
diff --git a/po/hu/man1/test.1.po b/po/hu/man1/test.1.po index 4cbbec8e..cc263565 100644 --- a/po/hu/man1/test.1.po +++ b/po/hu/man1/test.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" -"POT-Creation-Date: 2024-02-15 18:14+0100\n" +"POT-Creation-Date: 2024-05-01 15:57+0200\n" "PO-Revision-Date: 2023-10-27 07:33+0200\n" "Last-Translator: Horváth András <horvatha@rs1.szif.hu>\n" "Language-Team: Hungarian <>\n" @@ -24,16 +24,16 @@ msgid "TEST" msgstr "TEST" #. type: TH -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable #, no-wrap -msgid "January 2024" -msgstr "2024. január" +msgid "March 2024" +msgstr "2024. március" #. type: TH -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux fedora-rawhide opensuse-tumbleweed #, no-wrap -msgid "GNU coreutils 9.4" -msgstr "GNU coreutils 9.4" +msgid "GNU coreutils 9.5" +msgstr "GNU coreutils 9.5" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -661,32 +661,41 @@ msgstr "" "l> KARAKTERLÁNC is, ez a KARAKTERLÁNC hosszát veszi fel értékül." #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-rawhide opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "NOTE: Binary B<-a> and B<-o> are inherently ambiguous. Use 'test EXPR1 " +#| "&& test EXPR2' or 'test EXPR1 || test EXPR2' instead." msgid "" -"NOTE: Binary B<-a> and B<-o> are inherently ambiguous. Use 'test EXPR1 && " -"test EXPR2' or 'test EXPR1 || test EXPR2' instead." +"Binary B<-a> and B<-o> are ambiguous. Use 'test EXPR1 && test EXPR2' or " +"'test EXPR1 || test EXPR2' instead." msgstr "" "MEGJEGYZÉS: A bináris B<-a> és B<-o> kapcsolók eredendően kétértelműek. Ezek " "helyett használja a 'test KIF1 && test KIF2' vagy 'test KIF1 || test KIF2' " "formákat." #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-rawhide opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "NOTE: [ honors the B<--help> and B<--version> options, but test does " +#| "not. test treats each of those as it treats any other nonempty STRING." msgid "" -"NOTE: [ honors the B<--help> and B<--version> options, but test does not. " -"test treats each of those as it treats any other nonempty STRING." +"\\&'[' honors B<--help> and B<--version>, but 'test' treats them as STRINGs." msgstr "" "MEGJEGYZÉS: A [ figyelembe veszi a B<--help> és B<--version> kapcsolókat, de " "a test nem. A test ezeket bármely más nem üres KARAKTERLÁNCHOZ hasonlóan " "kezeli." #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-rawhide opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "NOTE: your shell may have its own version of test and/or [, which usually " +#| "supersedes the version described here. Please refer to your shell's " +#| "documentation for details about the options it supports." msgid "" -"NOTE: your shell may have its own version of test and/or [, which usually " +"Your shell may have its own version of test and/or [, which usually " "supersedes the version described here. Please refer to your shell's " "documentation for details about the options it supports." msgstr "" @@ -739,12 +748,12 @@ msgid "COPYRIGHT" msgstr "SZERZŐI JOG" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux fedora-rawhide opensuse-tumbleweed msgid "" -"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"Copyright \\(co 2024 Free Software Foundation, Inc. License GPLv3+: GNU GPL " "version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." msgstr "" -"Copyright \\(co 2023 Free Software Foundation, Inc. A licenc GPLv3+: a GNU " +"Copyright \\(co 2024 Free Software Foundation, Inc. A licenc GPLv3+: a GNU " "GPL 3. vagy újabb változata: E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." #. type: Plain text @@ -794,13 +803,45 @@ msgid "September 2022" msgstr "2022 szeptember" #. type: TH -#: debian-bookworm mageia-cauldron +#: debian-bookworm #, no-wrap msgid "GNU coreutils 9.1" msgstr "GNU coreutils 9.1" #. type: Plain text -#: debian-bookworm mageia-cauldron +#: debian-bookworm debian-unstable fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "" +"NOTE: Binary B<-a> and B<-o> are inherently ambiguous. Use 'test EXPR1 && " +"test EXPR2' or 'test EXPR1 || test EXPR2' instead." +msgstr "" +"MEGJEGYZÉS: A bináris B<-a> és B<-o> kapcsolók eredendően kétértelműek. Ezek " +"helyett használja a 'test KIF1 && test KIF2' vagy 'test KIF1 || test KIF2' " +"formákat." + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "" +"NOTE: [ honors the B<--help> and B<--version> options, but test does not. " +"test treats each of those as it treats any other nonempty STRING." +msgstr "" +"MEGJEGYZÉS: A [ figyelembe veszi a B<--help> és B<--version> kapcsolókat, de " +"a test nem. A test ezeket bármely más nem üres KARAKTERLÁNCHOZ hasonlóan " +"kezeli." + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "" +"NOTE: your shell may have its own version of test and/or [, which usually " +"supersedes the version described here. Please refer to your shell's " +"documentation for details about the options it supports." +msgstr "" +"MEGJEGYZÉS: a parancsértelmező rendelkezhet a(z) test egy saját " +"változatával, amely általában helyettesíti az itt leírt változatot. Az az " +"által támogatott kapcsolókkal kapcsolatos részletekért forduljon a " +"parancsértelmező dokumentációjához." + +#. type: Plain text +#: debian-bookworm msgid "" "Copyright \\(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL " "version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." @@ -809,16 +850,37 @@ msgstr "" "GPL 3. vagy újabb változata: E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." #. type: TH -#: mageia-cauldron +#: debian-unstable fedora-40 mageia-cauldron #, no-wrap -msgid "April 2022" -msgstr "2022. április" +msgid "GNU coreutils 9.4" +msgstr "GNU coreutils 9.4" + +#. type: Plain text +#: debian-unstable fedora-40 mageia-cauldron +msgid "" +"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2023 Free Software Foundation, Inc. A licenc GPLv3+: a GNU " +"GPL 3. vagy újabb változata: E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." #. type: TH -#: opensuse-leap-15-6 +#: fedora-40 opensuse-leap-15-6 +#, no-wrap +msgid "January 2024" +msgstr "2024. január" + +#. type: TH +#: fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "April 2024" +msgstr "2024. április" + +#. type: TH +#: mageia-cauldron #, no-wrap -msgid "October 2021" -msgstr "2021 október" +msgid "August 2023" +msgstr "2023. augusztus" #. type: TH #: opensuse-leap-15-6 |