aboutsummaryrefslogtreecommitdiff
path: root/libcpp/po/de.po
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-04-16 15:55:56 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2010-04-16 15:55:56 +0100
commit9b04d6de98437348c1423741c6987ad3c958913b (patch)
tree63ec12d2c1baee3d06c8126b1419f6381febdf83 /libcpp/po/de.po
parent54c61d7706b96484b9e59cee37636cbb90d094f1 (diff)
downloadgcc-9b04d6de98437348c1423741c6987ad3c958913b.zip
gcc-9b04d6de98437348c1423741c6987ad3c958913b.tar.gz
gcc-9b04d6de98437348c1423741c6987ad3c958913b.tar.bz2
be.po, [...]: Update.
* be.po, ca.po, da.po, de.po, el.po, es.po, fr.po, id.po, ja.po, nl.po, sv.po, tr.po, uk,po, vi.po, zh_CN.po, zh_TW.po: Update. From-SVN: r158426
Diffstat (limited to 'libcpp/po/de.po')
-rw-r--r--libcpp/po/de.po52
1 files changed, 26 insertions, 26 deletions
diff --git a/libcpp/po/de.po b/libcpp/po/de.po
index 30a87d0..0c70f50 100644
--- a/libcpp/po/de.po
+++ b/libcpp/po/de.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: cpplib 4.3.0\n"
"Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
-"POT-Creation-Date: 2010-01-11 11:42+0000\n"
+"POT-Creation-Date: 2010-04-06 14:10+0000\n"
"PO-Revision-Date: 2008-03-15 11:11+0100\n"
"Last-Translator: Roland Stigge <stigge@antcom.de>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
@@ -35,7 +35,7 @@ msgstr "keine Implementation für iconv, es kann nicht von %s nach %s konvertier
msgid "character 0x%lx is not in the basic source character set\n"
msgstr "Zeichen 0x%lx ist nicht im regulären Quellzeichensatz\n"
-#: charset.c:798 charset.c:1457
+#: charset.c:798 charset.c:1444
msgid "converting to execution character set"
msgstr "Konvertierung in Zeichensatz der Ausführung"
@@ -72,7 +72,7 @@ msgstr "unvollständiger Universal-Zeichenname %.*s"
msgid "%.*s is not a valid universal character"
msgstr "»%.*s« ist kein gültiges universelles Zeichen"
-#: charset.c:1056 lex.c:486
+#: charset.c:1056 lex.c:488
msgid "'$' in identifier or number"
msgstr "'$' in Bezeichner oder Zahl"
@@ -86,7 +86,7 @@ msgstr "universelles Zeichen %.*s ist nicht gültig in Bezeichner"
msgid "universal character %.*s is not valid at the start of an identifier"
msgstr "universelles Zeichen %.*s ist nicht gültig am Anfang eines Bezeichners"
-#: charset.c:1102 charset.c:1687
+#: charset.c:1102 charset.c:1674
msgid "converting UCN to source character set"
msgstr "UCN wird in Quellzeichensatz konvertiert"
@@ -133,19 +133,19 @@ msgstr "unbekannte Fluchtsequenz: '\\%s'"
msgid "converting escape sequence to execution character set"
msgstr "Fluchtsequenz wird in Zeichensatz der Ausführung konvertiert"
-#: charset.c:1522 charset.c:1586
+#: charset.c:1509 charset.c:1573
msgid "character constant too long for its type"
msgstr "Zeichenkonstante zu lang für ihren Typ"
-#: charset.c:1525
+#: charset.c:1512
msgid "multi-character character constant"
msgstr "Zeichenkonstante mit mehreren Zeichen"
-#: charset.c:1625
+#: charset.c:1612
msgid "empty character constant"
msgstr "Leere Zeichenkonstante"
-#: charset.c:1734
+#: charset.c:1721
#, c-format
msgid "failure to convert %s to %s"
msgstr "Fehler beim Konvertieren von %s nach %s"
@@ -399,7 +399,7 @@ msgstr "»%s« wieder behauptet"
msgid "unterminated #%s"
msgstr "unbeendetes #%s"
-#: directives-only.c:222 lex.c:1415 traditional.c:163
+#: directives-only.c:222 lex.c:1516 traditional.c:163
msgid "unterminated comment"
msgstr "nicht beendeter Kommentar"
@@ -710,79 +710,79 @@ msgstr "Trigraph ??%c in %c konvertiert"
msgid "trigraph ??%c ignored, use -trigraphs to enable"
msgstr "Trigraph ??%c ignoriert, -trigraphs zum Aktivieren verwenden"
-#: lex.c:358
+#: lex.c:360
msgid "\"/*\" within comment"
msgstr "»/*« innerhalb des Kommentars"
-#: lex.c:416
+#: lex.c:418
#, c-format
msgid "%s in preprocessing directive"
msgstr "%s in Präprozessordirektive"
-#: lex.c:425
+#: lex.c:427
msgid "null character(s) ignored"
msgstr "Null-Zeichen ignoriert"
-#: lex.c:462
+#: lex.c:464
#, c-format
msgid "`%.*s' is not in NFKC"
msgstr "»%.*s« ist nicht in NFKC"
-#: lex.c:465
+#: lex.c:467
#, c-format
msgid "`%.*s' is not in NFC"
msgstr "»%.*s« ist nicht in NFC"
-#: lex.c:533 lex.c:610
+#: lex.c:535 lex.c:612
#, c-format
msgid "attempt to use poisoned \"%s\""
msgstr "Versuch, schlechtes »%s« zu verwenden"
-#: lex.c:541 lex.c:618
+#: lex.c:543 lex.c:620
msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
msgstr "__VA_ARGS__ kann nur in Erweiterung eines variadischen C99-Makros auftreten"
-#: lex.c:547 lex.c:624
+#: lex.c:549 lex.c:626
#, c-format
msgid "identifier \"%s\" is a special operator name in C++"
msgstr ""
-#: lex.c:739
+#: lex.c:771
msgid "raw string delimiter longer than 16 characters"
msgstr ""
-#: lex.c:742
+#: lex.c:774
#, fuzzy, c-format
msgid "invalid character '%c' in raw string delimiter"
msgstr "ungültiges Zeichen '%c' in #if"
-#: lex.c:771 lex.c:818
+#: lex.c:895 lex.c:917
#, fuzzy
msgid "unterminated raw string"
msgstr "unbeendete Formatzeichenkette"
-#: lex.c:831 lex.c:930
+#: lex.c:932 lex.c:1031
msgid "null character(s) preserved in literal"
msgstr "Null-Zeichen im Literal erhalten"
-#: lex.c:933
+#: lex.c:1034
#, c-format
msgid "missing terminating %c character"
msgstr "fehlendes abschließendes Zeichen %c"
-#: lex.c:1426
+#: lex.c:1527
msgid "C++ style comments are not allowed in ISO C90"
msgstr "C++-Stil-Kommentare sind in ISO-C90 nicht erlaubt"
-#: lex.c:1428
+#: lex.c:1529
msgid "(this will be reported only once per input file)"
msgstr "(dies wird nur einmal pro Eingabedatei gemeldet)"
-#: lex.c:1433
+#: lex.c:1534
msgid "multi-line comment"
msgstr "mehrzeiliger Kommentar"
-#: lex.c:1753
+#: lex.c:1854
#, c-format
msgid "unspellable token %s"
msgstr "nicht buchstabierbares Token %s"