diff options
author | Joseph Myers <josmyers@redhat.com> | 2025-03-20 17:30:54 +0000 |
---|---|---|
committer | Joseph Myers <josmyers@redhat.com> | 2025-03-20 17:30:54 +0000 |
commit | 8b13fc68a10fc57ed5d995c55b0a79e0141e6b81 (patch) | |
tree | c35847b25ebe4c13ded604bddbe532840da5d9a7 | |
parent | 81166d54ca1b3a21bad387a862a87be9c389ac92 (diff) | |
download | gcc-8b13fc68a10fc57ed5d995c55b0a79e0141e6b81.zip gcc-8b13fc68a10fc57ed5d995c55b0a79e0141e6b81.tar.gz gcc-8b13fc68a10fc57ed5d995c55b0a79e0141e6b81.tar.bz2 |
Update cpplib de.po
* de.po: Update.
-rw-r--r-- | libcpp/po/de.po | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/libcpp/po/de.po b/libcpp/po/de.po index 9914e57..72a33de 100644 --- a/libcpp/po/de.po +++ b/libcpp/po/de.po @@ -9,10 +9,10 @@ # msgid "" msgstr "" -"Project-Id-Version: cpplib 15-b20250216\n" +"Project-Id-Version: cpplib 15.1-b20250316\n" "Report-Msgid-Bugs-To: https://gcc.gnu.org/bugs/\n" "POT-Creation-Date: 2025-03-14 22:05+0000\n" -"PO-Revision-Date: 2025-03-10 22:32+0100\n" +"PO-Revision-Date: 2025-03-20 07:49+0100\n" "Last-Translator: Roland Illig <roland.illig@gmx.de>\n" "Language-Team: German <translation-team-de@lists.sourceforge.net>\n" "Language: de\n" @@ -211,10 +211,8 @@ msgstr "%<\\x{%> ohne dazugehöriges %<}%> nach %.*s" msgid "hex escape sequence out of range" msgstr "Hex-Escape-Sequenz außerhalb des Wertebereiches" -# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119202 #: charset.cc:2247 -#, fuzzy, gcc-internal-format -#| msgid "%<\\o%> not followed by %<}%>" +#, gcc-internal-format msgid "%<\\o%> not followed by %<{%>" msgstr "%<\\o%> ohne folgendes %<{%>" @@ -467,16 +465,14 @@ msgid "%<#embed%> not supported in traditional C" msgstr "%<#embed%> wird in traditionellem C nicht unterstützt" #: directives.cc:1370 -#, fuzzy, gcc-internal-format -#| msgid "%<#%s%> before C++23 is a GCC extension" +#, gcc-internal-format msgid "%<#%s%> before C++26 is a GCC extension" -msgstr "%<#%s%> vor C++23 ist eine GCC-Erweiterung" +msgstr "%<#%s%> vor C++26 ist eine GCC-Erweiterung" #: directives.cc:1379 -#, fuzzy, gcc-internal-format -#| msgid "%<#%s%> is a GCC extension" +#, gcc-internal-format msgid "%<#%s%> is a C23 feature" -msgstr "%<#%s%> ist eine GCC-Erweiterung" +msgstr "%<#%s%> ist ein C23-Feature" #: directives.cc:1436 #, gcc-internal-format |