diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-02-05 12:58:58 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-02-05 12:58:58 +0000 |
commit | 004a809c4d28939a1f85fd1626cdbbc19e025131 (patch) | |
tree | 4d7ab727d2a27c75592f683bcf06e3d57851fe87 /libcpp/po/de.po | |
parent | 55541419e70cd883fce2925e5efe5910544003ad (diff) | |
download | gcc-004a809c4d28939a1f85fd1626cdbbc19e025131.zip gcc-004a809c4d28939a1f85fd1626cdbbc19e025131.tar.gz gcc-004a809c4d28939a1f85fd1626cdbbc19e025131.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: r156517
Diffstat (limited to 'libcpp/po/de.po')
-rw-r--r-- | libcpp/po/de.po | 99 |
1 files changed, 52 insertions, 47 deletions
diff --git a/libcpp/po/de.po b/libcpp/po/de.po index 3e4fcb4..30a87d0 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: 2009-12-02 14:22+0000\n" +"POT-Creation-Date: 2010-01-11 11:42+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" @@ -412,208 +412,213 @@ msgstr "Standardausgabe" msgid "%s: %s" msgstr "%s: %s" -#: expr.c:279 +#: expr.c:282 msgid "too many decimal points in number" msgstr "zu viele Dezimalpunkte in Zahl" -#: expr.c:308 expr.c:390 +#: expr.c:311 expr.c:396 msgid "fixed-point constants are a GCC extension" msgstr "Festkommakonstanten sind eine GCC-Erweiterung" -#: expr.c:321 +#: expr.c:324 #, c-format msgid "invalid digit \"%c\" in binary constant" msgstr "ungültige Ziffer »%c« in binärer Konstante" -#: expr.c:323 +#: expr.c:326 #, c-format msgid "invalid digit \"%c\" in octal constant" msgstr "ungültige Ziffer »%c« in Oktal-Konstante" -#: expr.c:331 +#: expr.c:334 msgid "invalid prefix \"0b\" for floating constant" msgstr "ungültiger Prefix »0b« für Gleitkommakonstante" -#: expr.c:337 +#: expr.c:339 +#, fuzzy +msgid "no digits in hexadecimal floating constant" +msgstr "Verwendung von hexadezimaler C99-Gleitkommakonstante" + +#: expr.c:343 msgid "use of C99 hexadecimal floating constant" msgstr "Verwendung von hexadezimaler C99-Gleitkommakonstante" -#: expr.c:346 +#: expr.c:352 msgid "exponent has no digits" msgstr "Exponent hat keine Ziffern" -#: expr.c:353 +#: expr.c:359 msgid "hexadecimal floating constants require an exponent" msgstr "hexadezimale Gleitkommakonstanten benötigen Exponenten" -#: expr.c:359 +#: expr.c:365 #, c-format msgid "invalid suffix \"%.*s\" on floating constant" msgstr "ungültiger Suffix »%.*s« an Gleitkommakonstante" -#: expr.c:369 expr.c:418 +#: expr.c:375 expr.c:424 #, c-format msgid "traditional C rejects the \"%.*s\" suffix" msgstr "traditionelles C lehnt den Suffix »%.*s« ab" -#: expr.c:377 +#: expr.c:383 #, fuzzy msgid "suffix for double constant is a GCC extension" msgstr "Festkommakonstanten sind eine GCC-Erweiterung" -#: expr.c:383 +#: expr.c:389 #, c-format msgid "invalid suffix \"%.*s\" with hexadecimal floating constant" msgstr "ungültiger Suffix »%.*s« mit hexadezimaler Gleitkommakonstante" -#: expr.c:394 +#: expr.c:400 msgid "decimal float constants are a GCC extension" msgstr "dezimale Gleitkommakonstanten sind eine GCC-Erweiterung" -#: expr.c:404 +#: expr.c:410 #, c-format msgid "invalid suffix \"%.*s\" on integer constant" msgstr "ungültiger Suffix »%.*s« an Ganzzahlkonstante" -#: expr.c:427 +#: expr.c:433 #, fuzzy msgid "use of C++0x long long integer constant" msgstr "C99 long long Ganzzahlkonstante verwendet" -#: expr.c:436 +#: expr.c:442 msgid "imaginary constants are a GCC extension" msgstr "imaginäre Konstanten sind eine GCC-Erweiterung" -#: expr.c:439 +#: expr.c:445 msgid "binary constants are a GCC extension" msgstr "binäre Konstanten sind eine GCC-Erweiterung" -#: expr.c:532 +#: expr.c:538 msgid "integer constant is too large for its type" msgstr "Ganzzahlkonstante ist zu groß für ihren Typ" -#: expr.c:563 +#: expr.c:569 msgid "integer constant is so large that it is unsigned" msgstr "Ganzzahlkonstante ist so groß, dass sie vorzeichenlos ist" -#: expr.c:658 +#: expr.c:664 msgid "missing ')' after \"defined\"" msgstr "fehlendes ')' hinter »defined«" -#: expr.c:665 +#: expr.c:671 msgid "operator \"defined\" requires an identifier" msgstr "Operator »defined« erfordert einen Bezeichner" -#: expr.c:673 +#: expr.c:679 #, c-format msgid "(\"%s\" is an alternative token for \"%s\" in C++)" msgstr "(»%s« ist ein alternatives Token for »%s« in C++)" -#: expr.c:683 +#: expr.c:689 msgid "this use of \"defined\" may not be portable" msgstr "diese Verwendung von »defined« könnte nicht portierbar sein" -#: expr.c:736 +#: expr.c:742 msgid "floating constant in preprocessor expression" msgstr "Gleitkommakonstante in Präprozessorausdruck" -#: expr.c:742 +#: expr.c:748 msgid "imaginary number in preprocessor expression" msgstr "imaginäre Zahl in Präprozessorausdruck" -#: expr.c:789 +#: expr.c:795 #, c-format msgid "\"%s\" is not defined" msgstr "»%s« ist nicht definiert" -#: expr.c:801 +#: expr.c:807 #, fuzzy msgid "assertions are a GCC extension" msgstr "binäre Konstanten sind eine GCC-Erweiterung" -#: expr.c:804 +#: expr.c:810 #, fuzzy msgid "assertions are a deprecated extension" msgstr "binäre Konstanten sind eine GCC-Erweiterung" -#: expr.c:937 expr.c:966 +#: expr.c:943 expr.c:972 #, c-format msgid "missing binary operator before token \"%s\"" msgstr "fehlender binärer Operator vor Token »%s«" -#: expr.c:957 +#: expr.c:963 #, c-format msgid "token \"%s\" is not valid in preprocessor expressions" msgstr "Token »%s« ist nicht gültig in Präprozessorausdrücken" -#: expr.c:974 +#: expr.c:980 msgid "missing expression between '(' and ')'" msgstr "fehlender Ausdruck zwischen '(' und ')'" -#: expr.c:977 +#: expr.c:983 #, fuzzy, c-format msgid "%s with no expression" msgstr "#if ohne Ausdruck" -#: expr.c:980 +#: expr.c:986 #, c-format msgid "operator '%s' has no right operand" msgstr "Operator »%s« hat keinen rechten Operanden" -#: expr.c:985 +#: expr.c:991 #, c-format msgid "operator '%s' has no left operand" msgstr "Operator »%s« hat keinen linken Operanden" -#: expr.c:1011 +#: expr.c:1017 msgid " ':' without preceding '?'" msgstr " ':' ohne vorangehendes '?'" -#: expr.c:1039 +#: expr.c:1045 #, fuzzy, c-format msgid "unbalanced stack in %s" msgstr "unausgeglichener Keller in #if" -#: expr.c:1059 +#: expr.c:1065 #, c-format msgid "impossible operator '%u'" msgstr "unmöglicher Operator '%u'" -#: expr.c:1160 +#: expr.c:1166 msgid "missing ')' in expression" msgstr "fehlendes ')' in Ausdruck" -#: expr.c:1189 +#: expr.c:1195 msgid "'?' without following ':'" msgstr "'?' ohne folgendes ':'" -#: expr.c:1199 +#: expr.c:1205 msgid "integer overflow in preprocessor expression" msgstr "Ganzzahlüberlauf in Präprozessorausdruck" -#: expr.c:1204 +#: expr.c:1210 msgid "missing '(' in expression" msgstr "fehlendes '(' in Ausdruck" -#: expr.c:1236 +#: expr.c:1242 #, c-format msgid "the left operand of \"%s\" changes sign when promoted" msgstr "der linke Operand von »%s« ändert bei der Weitergabe das Vorzeichen" -#: expr.c:1241 +#: expr.c:1247 #, c-format msgid "the right operand of \"%s\" changes sign when promoted" msgstr "der rechte Operand von »%s« ändert bei der Weitergabe das Vorzeichen" -#: expr.c:1500 +#: expr.c:1506 msgid "traditional C rejects the unary plus operator" msgstr "traditionelles C weist den unären Plus-Operator zurück" -#: expr.c:1583 +#: expr.c:1589 msgid "comma operator in operand of #if" msgstr "Kommaoperator in Operand von #if" -#: expr.c:1719 +#: expr.c:1725 msgid "division by zero in #if" msgstr "Division durch Null in #if" |