From 932e4432596447eb9331cc2a2bb74a26a35b4efc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Jun 2024 12:52:03 +0200 Subject: Merging upstream version 4.23.0. Signed-off-by: Daniel Baumann --- templates/man1/c++filt.1.pot | 123 ++++++++++++++++++++++++------------------- 1 file changed, 69 insertions(+), 54 deletions(-) (limited to 'templates/man1/c++filt.1.pot') diff --git a/templates/man1/c++filt.1.pot b/templates/man1/c++filt.1.pot index 41003d51..f852e0f3 100644 --- a/templates/man1/c++filt.1.pot +++ b/templates/man1/c++filt.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-03-01 16:53+0100\n" +"POT-Creation-Date: 2024-06-01 05:44+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -42,7 +42,7 @@ msgstr "" #. type: TH #: archlinux #, no-wrap -msgid "2024-02-01" +msgid "2024-05-07" msgstr "" #. type: TH @@ -109,7 +109,8 @@ msgid "DESCRIPTION" msgstr "" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "The C++ and Java languages provide function overloading, which means that " "you can write many functions with the same name, providing that each " @@ -122,7 +123,8 @@ msgid "" msgstr "" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "Every alphanumeric word (consisting of letters, digits, underscores, " "dollars, or periods) seen in the input is a potential mangled name. If the " @@ -165,7 +167,8 @@ msgid "\\& c++filt -n _Z1fv" msgstr "" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "will work and demangle the name to \"f()\" whereas:" msgstr "" @@ -190,7 +193,8 @@ msgid "\\& echo _Z1fv, | c++filt -n" msgstr "" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "and will display \"f(),\", i.e., the demangled name followed by a trailing " "comma. This behaviour is because when the names are read from the standard " @@ -248,7 +252,8 @@ msgid "--strip-underscore" msgstr "" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "On some systems, both the C and C++ compilers put an underscore in front of " "every name. For example, the C name CW<\\*(C`foo\\*(C'> gets the low-level " @@ -355,7 +360,8 @@ msgid "--types" msgstr "" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "Attempt to demangle types as well as function names. This is disabled by " "default since mangled types are normally only used internally in the " @@ -569,7 +575,8 @@ msgid "gnu" msgstr "" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "the one used by the GNU C++ compiler (g++)" msgstr "" @@ -594,7 +601,8 @@ msgid "arm" msgstr "" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "the one specified by the C++ Annotated Reference Manual" msgstr "" @@ -606,7 +614,8 @@ msgid "hp" msgstr "" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "the one used by the HP compiler (aCC)" msgstr "" @@ -618,7 +627,8 @@ msgid "edg" msgstr "" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "the one used by the EDG compiler" msgstr "" @@ -630,7 +640,8 @@ msgid "gnu-v3" msgstr "" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "the one used by the GNU C++ compiler (g++) with the V3 ABI." msgstr "" @@ -642,7 +653,8 @@ msgid "java" msgstr "" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "the one used by the GNU Java compiler (gcj)" msgstr "" @@ -654,7 +666,8 @@ msgid "gnat" msgstr "" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "the one used by the GNU Ada compiler (GNAT)." msgstr "" @@ -748,7 +761,8 @@ msgid "1." msgstr "" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "MS-DOS does not allow CW<\\*(C`+\\*(C'> characters in file names, so on MS-" "DOS this program is named B." @@ -775,12 +789,13 @@ msgid "COPYRIGHT" msgstr "" #. type: Plain text -#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed msgid "Copyright (c) 1991-2024 Free Software Foundation, Inc." msgstr "" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License, Version 1.3 or any later " @@ -791,61 +806,61 @@ msgid "" msgstr "" #. type: ds C+ -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "C\\v'-.1v'\\h'-1p'\\s-2+\\h'-1p'+\\s0\\v'.1v'\\h'-1p'" msgstr "" #. type: ds : -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "\\k:\\h'-(\\n(.wu*8/10-\\*(#H+.1m+\\*(#F)'\\v'-\\*(#V'\\z.\\h'.2m+\\*(#F'.\\h'|\\n:u'\\v'\\*(#V'" msgstr "" #. type: ds 8 -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "\\h'\\*(#H'\\(*b\\h'-\\*(#H'" msgstr "" #. type: ds o -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "\\k:\\h'-(\\n(.wu+\\w'\\(de'u-\\*(#H)/2u'\\v'-.3n'\\*(#[\\z\\(de\\v'.3n'\\h'|\\n:u'\\*(#]" msgstr "" #. type: ds d- -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "\\h'\\*(#H'\\(pd\\h'-\\w'~'u'\\v'-.25m'I<\\(hy>\\v'.25m'\\h'-\\*(#H'" msgstr "" #. type: ds D- -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "D\\k:\\h'-\\w'D'u'\\v'-.11m'\\z\\(hy\\v'.11m'\\h'|\\n:u'" msgstr "" #. type: ds th -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "\\*(#[\\v'.3m'\\s+1I\\s-1\\v'-.3m'\\h'-(\\w'I'u*2/3)'\\s-1o\\s+1\\*(#]" msgstr "" #. type: ds Th -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "\\*(#[\\s+2I\\s-2\\h'-\\w'I'u*3/5'\\v'-.3m'o\\v'.3m'\\*(#]" msgstr "" #. type: ds ae -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "a\\h'-(\\w'a'u*4/10)'e" msgstr "" #. type: ds Ae -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "A\\h'-(\\w'A'u*4/10)'E" msgstr "" @@ -863,7 +878,7 @@ msgid "binutils-2.40.00" msgstr "" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "" "The \\*(C+ and Java languages provide function overloading, which means that " "you can write many functions with the same name, providing that each " @@ -876,7 +891,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "" "Every alphanumeric word (consisting of letters, digits, underscores, " "dollars, or periods) seen in the input is a potential mangled name. If the " @@ -887,12 +902,12 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "will work and demangle the name to \\*(L\"f()\\*(R\" whereas:" msgstr "" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "" "and will display \\*(L\"f(),\\*(R\", i.e., the demangled name followed by a " "trailing comma. This behaviour is because when the names are read from the " @@ -902,7 +917,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "" "On some systems, both the C and \\*(C+ compilers put an underscore in front " "of every name. For example, the C name CW<\\*(C`foo\\*(C'> gets the low-" @@ -912,7 +927,7 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "" "Attempt to demangle types as well as function names. This is disabled by " "default since mangled types are normally only used internally in the " @@ -922,56 +937,56 @@ msgid "" msgstr "" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "the one used by the \\s-1GNU \\*(C+\\s0 compiler (g++)" msgstr "" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "the one specified by the \\*(C+ Annotated Reference Manual" msgstr "" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "the one used by the \\s-1HP\\s0 compiler (aCC)" msgstr "" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "the one used by the \\s-1EDG\\s0 compiler" msgstr "" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "" "the one used by the \\s-1GNU \\*(C+\\s0 compiler (g++) with the V3 \\s-1ABI." "\\s0" msgstr "" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "the one used by the \\s-1GNU\\s0 Java compiler (gcj)" msgstr "" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "the one used by the \\s-1GNU\\s0 Ada compiler (\\s-1GNAT\\s0)." msgstr "" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "" "MS-DOS does not allow CW<\\*(C`+\\*(C'> characters in file names, so on MS-" "DOS this program is named B<\\s-1CXXFILT\\s0>." msgstr "" #. type: Plain text -#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm fedora-40 opensuse-leap-15-6 msgid "Copyright (c) 1991-2023 Free Software Foundation, Inc." msgstr "" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the \\s-1GNU\\s0 Free Documentation License, Version 1.3 or any " @@ -982,13 +997,13 @@ msgid "" msgstr "" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: debian-unstable #, no-wrap -msgid "2024-02-21" +msgid "2024-03-19" msgstr "" #. type: TH -#: debian-unstable +#: debian-unstable mageia-cauldron #, no-wrap msgid "binutils-2.42" msgstr "" @@ -1008,7 +1023,7 @@ msgstr "" #. type: TH #: fedora-rawhide #, no-wrap -msgid "2024-02-22" +msgid "2024-05-13" msgstr "" #. type: TH @@ -1020,23 +1035,23 @@ msgstr "" #. type: TH #: mageia-cauldron #, no-wrap -msgid "2023-06-27" +msgid "2024-04-08" msgstr "" #. type: TH -#: mageia-cauldron +#: opensuse-leap-15-6 #, no-wrap -msgid "binutils-2.40" +msgid "2023-08-16" msgstr "" #. type: TH #: opensuse-leap-15-6 #, no-wrap -msgid "2023-08-16" +msgid "binutils-2.41.0" msgstr "" #. type: TH -#: opensuse-leap-15-6 +#: opensuse-tumbleweed #, no-wrap -msgid "binutils-2.41.0" +msgid "2024-05-01" msgstr "" -- cgit v1.2.3