Commit ae14ad94 by Joseph Myers Committed by Joseph Myers

* cpplib.pot: Regenerate.

From-SVN: r155806
parent 1c76b34f
2010-01-11 Joseph Myers <joseph@codesourcery.com>
* cpplib.pot: Regenerate.
2010-01-09 Joseph Myers <joseph@codesourcery.com> 2010-01-09 Joseph Myers <joseph@codesourcery.com>
* nl.po: Update. * nl.po: Update.
......
...@@ -8,7 +8,7 @@ msgid "" ...@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\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: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
...@@ -420,207 +420,211 @@ msgstr "" ...@@ -420,207 +420,211 @@ msgstr ""
msgid "%s: %s" msgid "%s: %s"
msgstr "" msgstr ""
#: expr.c:279 #: expr.c:282
msgid "too many decimal points in number" msgid "too many decimal points in number"
msgstr "" msgstr ""
#: expr.c:308 #: expr.c:311
#: expr.c:390 #: expr.c:396
msgid "fixed-point constants are a GCC extension" msgid "fixed-point constants are a GCC extension"
msgstr "" msgstr ""
#: expr.c:321 #: expr.c:324
#, c-format #, c-format
msgid "invalid digit \"%c\" in binary constant" msgid "invalid digit \"%c\" in binary constant"
msgstr "" msgstr ""
#: expr.c:323 #: expr.c:326
#, c-format #, c-format
msgid "invalid digit \"%c\" in octal constant" msgid "invalid digit \"%c\" in octal constant"
msgstr "" msgstr ""
#: expr.c:331 #: expr.c:334
msgid "invalid prefix \"0b\" for floating constant" msgid "invalid prefix \"0b\" for floating constant"
msgstr "" msgstr ""
#: expr.c:337 #: expr.c:339
msgid "no digits in hexadecimal floating constant"
msgstr ""
#: expr.c:343
msgid "use of C99 hexadecimal floating constant" msgid "use of C99 hexadecimal floating constant"
msgstr "" msgstr ""
#: expr.c:346 #: expr.c:352
msgid "exponent has no digits" msgid "exponent has no digits"
msgstr "" msgstr ""
#: expr.c:353 #: expr.c:359
msgid "hexadecimal floating constants require an exponent" msgid "hexadecimal floating constants require an exponent"
msgstr "" msgstr ""
#: expr.c:359 #: expr.c:365
#, c-format #, c-format
msgid "invalid suffix \"%.*s\" on floating constant" msgid "invalid suffix \"%.*s\" on floating constant"
msgstr "" msgstr ""
#: expr.c:369 #: expr.c:375
#: expr.c:418 #: expr.c:424
#, c-format #, c-format
msgid "traditional C rejects the \"%.*s\" suffix" msgid "traditional C rejects the \"%.*s\" suffix"
msgstr "" msgstr ""
#: expr.c:377 #: expr.c:383
msgid "suffix for double constant is a GCC extension" msgid "suffix for double constant is a GCC extension"
msgstr "" msgstr ""
#: expr.c:383 #: expr.c:389
#, c-format #, c-format
msgid "invalid suffix \"%.*s\" with hexadecimal floating constant" msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
msgstr "" msgstr ""
#: expr.c:394 #: expr.c:400
msgid "decimal float constants are a GCC extension" msgid "decimal float constants are a GCC extension"
msgstr "" msgstr ""
#: expr.c:404 #: expr.c:410
#, c-format #, c-format
msgid "invalid suffix \"%.*s\" on integer constant" msgid "invalid suffix \"%.*s\" on integer constant"
msgstr "" msgstr ""
#: expr.c:427 #: expr.c:433
msgid "use of C++0x long long integer constant" msgid "use of C++0x long long integer constant"
msgstr "" msgstr ""
#: expr.c:436 #: expr.c:442
msgid "imaginary constants are a GCC extension" msgid "imaginary constants are a GCC extension"
msgstr "" msgstr ""
#: expr.c:439 #: expr.c:445
msgid "binary constants are a GCC extension" msgid "binary constants are a GCC extension"
msgstr "" msgstr ""
#: expr.c:532 #: expr.c:538
msgid "integer constant is too large for its type" msgid "integer constant is too large for its type"
msgstr "" msgstr ""
#: expr.c:563 #: expr.c:569
msgid "integer constant is so large that it is unsigned" msgid "integer constant is so large that it is unsigned"
msgstr "" msgstr ""
#: expr.c:658 #: expr.c:664
msgid "missing ')' after \"defined\"" msgid "missing ')' after \"defined\""
msgstr "" msgstr ""
#: expr.c:665 #: expr.c:671
msgid "operator \"defined\" requires an identifier" msgid "operator \"defined\" requires an identifier"
msgstr "" msgstr ""
#: expr.c:673 #: expr.c:679
#, c-format #, c-format
msgid "(\"%s\" is an alternative token for \"%s\" in C++)" msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
msgstr "" msgstr ""
#: expr.c:683 #: expr.c:689
msgid "this use of \"defined\" may not be portable" msgid "this use of \"defined\" may not be portable"
msgstr "" msgstr ""
#: expr.c:736 #: expr.c:742
msgid "floating constant in preprocessor expression" msgid "floating constant in preprocessor expression"
msgstr "" msgstr ""
#: expr.c:742 #: expr.c:748
msgid "imaginary number in preprocessor expression" msgid "imaginary number in preprocessor expression"
msgstr "" msgstr ""
#: expr.c:789 #: expr.c:795
#, c-format #, c-format
msgid "\"%s\" is not defined" msgid "\"%s\" is not defined"
msgstr "" msgstr ""
#: expr.c:801 #: expr.c:807
msgid "assertions are a GCC extension" msgid "assertions are a GCC extension"
msgstr "" msgstr ""
#: expr.c:804 #: expr.c:810
msgid "assertions are a deprecated extension" msgid "assertions are a deprecated extension"
msgstr "" msgstr ""
#: expr.c:937 #: expr.c:943
#: expr.c:966 #: expr.c:972
#, c-format #, c-format
msgid "missing binary operator before token \"%s\"" msgid "missing binary operator before token \"%s\""
msgstr "" msgstr ""
#: expr.c:957 #: expr.c:963
#, c-format #, c-format
msgid "token \"%s\" is not valid in preprocessor expressions" msgid "token \"%s\" is not valid in preprocessor expressions"
msgstr "" msgstr ""
#: expr.c:974 #: expr.c:980
msgid "missing expression between '(' and ')'" msgid "missing expression between '(' and ')'"
msgstr "" msgstr ""
#: expr.c:977 #: expr.c:983
#, c-format #, c-format
msgid "%s with no expression" msgid "%s with no expression"
msgstr "" msgstr ""
#: expr.c:980 #: expr.c:986
#, c-format #, c-format
msgid "operator '%s' has no right operand" msgid "operator '%s' has no right operand"
msgstr "" msgstr ""
#: expr.c:985 #: expr.c:991
#, c-format #, c-format
msgid "operator '%s' has no left operand" msgid "operator '%s' has no left operand"
msgstr "" msgstr ""
#: expr.c:1011 #: expr.c:1017
msgid " ':' without preceding '?'" msgid " ':' without preceding '?'"
msgstr "" msgstr ""
#: expr.c:1039 #: expr.c:1045
#, c-format #, c-format
msgid "unbalanced stack in %s" msgid "unbalanced stack in %s"
msgstr "" msgstr ""
#: expr.c:1059 #: expr.c:1065
#, c-format #, c-format
msgid "impossible operator '%u'" msgid "impossible operator '%u'"
msgstr "" msgstr ""
#: expr.c:1160 #: expr.c:1166
msgid "missing ')' in expression" msgid "missing ')' in expression"
msgstr "" msgstr ""
#: expr.c:1189 #: expr.c:1195
msgid "'?' without following ':'" msgid "'?' without following ':'"
msgstr "" msgstr ""
#: expr.c:1199 #: expr.c:1205
msgid "integer overflow in preprocessor expression" msgid "integer overflow in preprocessor expression"
msgstr "" msgstr ""
#: expr.c:1204 #: expr.c:1210
msgid "missing '(' in expression" msgid "missing '(' in expression"
msgstr "" msgstr ""
#: expr.c:1236 #: expr.c:1242
#, c-format #, c-format
msgid "the left operand of \"%s\" changes sign when promoted" msgid "the left operand of \"%s\" changes sign when promoted"
msgstr "" msgstr ""
#: expr.c:1241 #: expr.c:1247
#, c-format #, c-format
msgid "the right operand of \"%s\" changes sign when promoted" msgid "the right operand of \"%s\" changes sign when promoted"
msgstr "" msgstr ""
#: expr.c:1500 #: expr.c:1506
msgid "traditional C rejects the unary plus operator" msgid "traditional C rejects the unary plus operator"
msgstr "" msgstr ""
#: expr.c:1583 #: expr.c:1589
msgid "comma operator in operand of #if" msgid "comma operator in operand of #if"
msgstr "" msgstr ""
#: expr.c:1719 #: expr.c:1725
msgid "division by zero in #if" msgid "division by zero in #if"
msgstr "" msgstr ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment