Commit 32f6cf87 by Joseph Myers Committed by Joseph Myers

* cpplib.pot: Regenerate.

From-SVN: r141974
parent cc95c8b9
2008-11-18 Joseph S. Myers <joseph@codesourcery.com>
* cpplib.pot: Regenerate.
2008-11-13 Joseph S. Myers <joseph@codesourcery.com> 2008-11-13 Joseph S. Myers <joseph@codesourcery.com>
* id.po: New. * id.po: New.
......
...@@ -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: 2008-08-27 17:39+0000\n" "POT-Creation-Date: 2008-11-18 20:02+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"
...@@ -74,7 +74,7 @@ msgid "%.*s is not a valid universal character" ...@@ -74,7 +74,7 @@ msgid "%.*s is not a valid universal character"
msgstr "" msgstr ""
#: charset.c:1039 #: charset.c:1039
#: lex.c:484 #: lex.c:485
msgid "'$' in identifier or number" msgid "'$' in identifier or number"
msgstr "" msgstr ""
...@@ -398,7 +398,7 @@ msgid "unterminated #%s" ...@@ -398,7 +398,7 @@ msgid "unterminated #%s"
msgstr "" msgstr ""
#: directives-only.c:222 #: directives-only.c:222
#: lex.c:1089 #: lex.c:1138
#: traditional.c:162 #: traditional.c:162
msgid "unterminated comment" msgid "unterminated comment"
msgstr "" msgstr ""
...@@ -424,203 +424,203 @@ msgstr "" ...@@ -424,203 +424,203 @@ msgstr ""
msgid "%s: %s" msgid "%s: %s"
msgstr "" msgstr ""
#: expr.c:261 #: expr.c:262
msgid "too many decimal points in number" msgid "too many decimal points in number"
msgstr "" msgstr ""
#: expr.c:290 #: expr.c:291
#: expr.c:365 #: expr.c:366
msgid "fixed-point constants are a GCC extension" msgid "fixed-point constants are a GCC extension"
msgstr "" msgstr ""
#: expr.c:303 #: expr.c:304
#, c-format #, c-format
msgid "invalid digit \"%c\" in binary constant" msgid "invalid digit \"%c\" in binary constant"
msgstr "" msgstr ""
#: expr.c:305 #: expr.c:306
#, c-format #, c-format
msgid "invalid digit \"%c\" in octal constant" msgid "invalid digit \"%c\" in octal constant"
msgstr "" msgstr ""
#: expr.c:313 #: expr.c:314
msgid "invalid prefix \"0b\" for floating constant" msgid "invalid prefix \"0b\" for floating constant"
msgstr "" msgstr ""
#: expr.c:319 #: expr.c:320
msgid "use of C99 hexadecimal floating constant" msgid "use of C99 hexadecimal floating constant"
msgstr "" msgstr ""
#: expr.c:328 #: expr.c:329
msgid "exponent has no digits" msgid "exponent has no digits"
msgstr "" msgstr ""
#: expr.c:335 #: expr.c:336
msgid "hexadecimal floating constants require an exponent" msgid "hexadecimal floating constants require an exponent"
msgstr "" msgstr ""
#: expr.c:341 #: expr.c:342
#, c-format #, c-format
msgid "invalid suffix \"%.*s\" on floating constant" msgid "invalid suffix \"%.*s\" on floating constant"
msgstr "" msgstr ""
#: expr.c:351 #: expr.c:352
#: expr.c:393 #: expr.c:394
#, c-format #, c-format
msgid "traditional C rejects the \"%.*s\" suffix" msgid "traditional C rejects the \"%.*s\" suffix"
msgstr "" msgstr ""
#: expr.c:358 #: expr.c:359
#, c-format #, c-format
msgid "invalid suffix \"%.*s\" with hexadecimal floating constant" msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
msgstr "" msgstr ""
#: expr.c:369 #: expr.c:370
msgid "decimal float constants are a GCC extension" msgid "decimal float constants are a GCC extension"
msgstr "" msgstr ""
#: expr.c:379 #: expr.c:380
#, c-format #, c-format
msgid "invalid suffix \"%.*s\" on integer constant" msgid "invalid suffix \"%.*s\" on integer constant"
msgstr "" msgstr ""
#: expr.c:401 #: expr.c:402
msgid "use of C99 long long integer constant" msgid "use of C99 long long integer constant"
msgstr "" msgstr ""
#: expr.c:409 #: expr.c:410
msgid "imaginary constants are a GCC extension" msgid "imaginary constants are a GCC extension"
msgstr "" msgstr ""
#: expr.c:412 #: expr.c:413
msgid "binary constants are a GCC extension" msgid "binary constants are a GCC extension"
msgstr "" msgstr ""
#: expr.c:505 #: expr.c:506
msgid "integer constant is too large for its type" msgid "integer constant is too large for its type"
msgstr "" msgstr ""
#: expr.c:517 #: expr.c:518
msgid "integer constant is so large that it is unsigned" msgid "integer constant is so large that it is unsigned"
msgstr "" msgstr ""
#: expr.c:612 #: expr.c:613
msgid "missing ')' after \"defined\"" msgid "missing ')' after \"defined\""
msgstr "" msgstr ""
#: expr.c:619 #: expr.c:620
msgid "operator \"defined\" requires an identifier" msgid "operator \"defined\" requires an identifier"
msgstr "" msgstr ""
#: expr.c:627 #: expr.c:628
#, 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:637 #: expr.c:638
msgid "this use of \"defined\" may not be portable" msgid "this use of \"defined\" may not be portable"
msgstr "" msgstr ""
#: expr.c:690 #: expr.c:691
msgid "floating constant in preprocessor expression" msgid "floating constant in preprocessor expression"
msgstr "" msgstr ""
#: expr.c:696 #: expr.c:697
msgid "imaginary number in preprocessor expression" msgid "imaginary number in preprocessor expression"
msgstr "" msgstr ""
#: expr.c:743 #: expr.c:744
#, c-format #, c-format
msgid "\"%s\" is not defined" msgid "\"%s\" is not defined"
msgstr "" msgstr ""
#: expr.c:755 #: expr.c:756
msgid "assertions are a GCC extension" msgid "assertions are a GCC extension"
msgstr "" msgstr ""
#: expr.c:758 #: expr.c:759
msgid "assertions are a deprecated extension" msgid "assertions are a deprecated extension"
msgstr "" msgstr ""
#: expr.c:890 #: expr.c:892
#: expr.c:919 #: expr.c:921
#, c-format #, c-format
msgid "missing binary operator before token \"%s\"" msgid "missing binary operator before token \"%s\""
msgstr "" msgstr ""
#: expr.c:910 #: expr.c:912
#, 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:927 #: expr.c:929
msgid "missing expression between '(' and ')'" msgid "missing expression between '(' and ')'"
msgstr "" msgstr ""
#: expr.c:930 #: expr.c:932
#, c-format #, c-format
msgid "%s with no expression" msgid "%s with no expression"
msgstr "" msgstr ""
#: expr.c:933 #: expr.c:935
#, c-format #, c-format
msgid "operator '%s' has no right operand" msgid "operator '%s' has no right operand"
msgstr "" msgstr ""
#: expr.c:938 #: expr.c:940
#, c-format #, c-format
msgid "operator '%s' has no left operand" msgid "operator '%s' has no left operand"
msgstr "" msgstr ""
#: expr.c:964 #: expr.c:966
msgid " ':' without preceding '?'" msgid " ':' without preceding '?'"
msgstr "" msgstr ""
#: expr.c:991 #: expr.c:994
#, c-format #, c-format
msgid "unbalanced stack in %s" msgid "unbalanced stack in %s"
msgstr "" msgstr ""
#: expr.c:1011 #: expr.c:1014
#, c-format #, c-format
msgid "impossible operator '%u'" msgid "impossible operator '%u'"
msgstr "" msgstr ""
#: expr.c:1101 #: expr.c:1115
msgid "missing ')' in expression" msgid "missing ')' in expression"
msgstr "" msgstr ""
#: expr.c:1125 #: expr.c:1144
msgid "'?' without following ':'" msgid "'?' without following ':'"
msgstr "" msgstr ""
#: expr.c:1135 #: expr.c:1154
msgid "integer overflow in preprocessor expression" msgid "integer overflow in preprocessor expression"
msgstr "" msgstr ""
#: expr.c:1140 #: expr.c:1159
msgid "missing '(' in expression" msgid "missing '(' in expression"
msgstr "" msgstr ""
#: expr.c:1172 #: expr.c:1191
#, 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:1177 #: expr.c:1196
#, 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:1436 #: expr.c:1455
msgid "traditional C rejects the unary plus operator" msgid "traditional C rejects the unary plus operator"
msgstr "" msgstr ""
#: expr.c:1519 #: expr.c:1538
msgid "comma operator in operand of #if" msgid "comma operator in operand of #if"
msgstr "" msgstr ""
#: expr.c:1651 #: expr.c:1670
msgid "division by zero in #if" msgid "division by zero in #if"
msgstr "" msgstr ""
...@@ -660,116 +660,116 @@ msgstr "" ...@@ -660,116 +660,116 @@ msgstr ""
msgid "Multiple include guards may be useful for:\n" msgid "Multiple include guards may be useful for:\n"
msgstr "" msgstr ""
#: init.c:428 #: init.c:451
msgid "cppchar_t must be an unsigned type" msgid "cppchar_t must be an unsigned type"
msgstr "" msgstr ""
#: init.c:432 #: init.c:455
#, c-format #, c-format
msgid "" msgid ""
"preprocessor arithmetic has maximum precision of %lu bits; target requires %" "preprocessor arithmetic has maximum precision of %lu bits; target requires %"
"lu bits" "lu bits"
msgstr "" msgstr ""
#: init.c:439 #: init.c:462
msgid "CPP arithmetic must be at least as precise as a target int" msgid "CPP arithmetic must be at least as precise as a target int"
msgstr "" msgstr ""
#: init.c:442 #: init.c:465
msgid "target char is less than 8 bits wide" msgid "target char is less than 8 bits wide"
msgstr "" msgstr ""
#: init.c:446 #: init.c:469
msgid "target wchar_t is narrower than target char" msgid "target wchar_t is narrower than target char"
msgstr "" msgstr ""
#: init.c:450 #: init.c:473
msgid "target int is narrower than target char" msgid "target int is narrower than target char"
msgstr "" msgstr ""
#: init.c:455 #: init.c:478
msgid "CPP half-integer narrower than CPP character" msgid "CPP half-integer narrower than CPP character"
msgstr "" msgstr ""
#: init.c:459 #: init.c:482
#, c-format #, c-format
msgid "" msgid ""
"CPP on this host cannot handle wide character constants over %lu bits, but " "CPP on this host cannot handle wide character constants over %lu bits, but "
"the target requires %lu bits" "the target requires %lu bits"
msgstr "" msgstr ""
#: lex.c:283 #: lex.c:284
msgid "backslash and newline separated by space" msgid "backslash and newline separated by space"
msgstr "" msgstr ""
#: lex.c:288 #: lex.c:289
msgid "backslash-newline at end of file" msgid "backslash-newline at end of file"
msgstr "" msgstr ""
#: lex.c:303 #: lex.c:304
#, c-format #, c-format
msgid "trigraph ??%c converted to %c" msgid "trigraph ??%c converted to %c"
msgstr "" msgstr ""
#: lex.c:310 #: lex.c:311
#, c-format #, c-format
msgid "trigraph ??%c ignored, use -trigraphs to enable" msgid "trigraph ??%c ignored, use -trigraphs to enable"
msgstr "" msgstr ""
#: lex.c:356 #: lex.c:357
msgid "\"/*\" within comment" msgid "\"/*\" within comment"
msgstr "" msgstr ""
#: lex.c:414 #: lex.c:415
#, c-format #, c-format
msgid "%s in preprocessing directive" msgid "%s in preprocessing directive"
msgstr "" msgstr ""
#: lex.c:423 #: lex.c:424
msgid "null character(s) ignored" msgid "null character(s) ignored"
msgstr "" msgstr ""
#: lex.c:460 #: lex.c:461
#, c-format #, c-format
msgid "`%.*s' is not in NFKC" msgid "`%.*s' is not in NFKC"
msgstr "" msgstr ""
#: lex.c:463 #: lex.c:464
#, c-format #, c-format
msgid "`%.*s' is not in NFC" msgid "`%.*s' is not in NFC"
msgstr "" msgstr ""
#: lex.c:551 #: lex.c:552
#, c-format #, c-format
msgid "attempt to use poisoned \"%s\"" msgid "attempt to use poisoned \"%s\""
msgstr "" msgstr ""
#: lex.c:559 #: lex.c:560
msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro" msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
msgstr "" msgstr ""
#: lex.c:663 #: lex.c:664
msgid "null character(s) preserved in literal" msgid "null character(s) preserved in literal"
msgstr "" msgstr ""
#: lex.c:666 #: lex.c:667
#, c-format #, c-format
msgid "missing terminating %c character" msgid "missing terminating %c character"
msgstr "" msgstr ""
#: lex.c:1100 #: lex.c:1149
msgid "C++ style comments are not allowed in ISO C90" msgid "C++ style comments are not allowed in ISO C90"
msgstr "" msgstr ""
#: lex.c:1102 #: lex.c:1151
msgid "(this will be reported only once per input file)" msgid "(this will be reported only once per input file)"
msgstr "" msgstr ""
#: lex.c:1107 #: lex.c:1156
msgid "multi-line comment" msgid "multi-line comment"
msgstr "" msgstr ""
#: lex.c:1420 #: lex.c:1469
#, c-format #, c-format
msgid "unspellable token %s" msgid "unspellable token %s"
msgstr "" msgstr ""
...@@ -850,67 +850,67 @@ msgid "" ...@@ -850,67 +850,67 @@ msgid ""
"C90 and ISO C++98" "C90 and ISO C++98"
msgstr "" msgstr ""
#: macro.c:1449 #: macro.c:1453
#, c-format #, c-format
msgid "duplicate macro parameter \"%s\"" msgid "duplicate macro parameter \"%s\""
msgstr "" msgstr ""
#: macro.c:1495 #: macro.c:1499
#, c-format #, c-format
msgid "\"%s\" may not appear in macro parameter list" msgid "\"%s\" may not appear in macro parameter list"
msgstr "" msgstr ""
#: macro.c:1503 #: macro.c:1507
msgid "macro parameters must be comma-separated" msgid "macro parameters must be comma-separated"
msgstr "" msgstr ""
#: macro.c:1520 #: macro.c:1524
msgid "parameter name missing" msgid "parameter name missing"
msgstr "" msgstr ""
#: macro.c:1537 #: macro.c:1541
msgid "anonymous variadic macros were introduced in C99" msgid "anonymous variadic macros were introduced in C99"
msgstr "" msgstr ""
#: macro.c:1542 #: macro.c:1546
msgid "ISO C does not permit named variadic macros" msgid "ISO C does not permit named variadic macros"
msgstr "" msgstr ""
#: macro.c:1551 #: macro.c:1555
msgid "missing ')' in macro parameter list" msgid "missing ')' in macro parameter list"
msgstr "" msgstr ""
#: macro.c:1600 #: macro.c:1604
msgid "'##' cannot appear at either end of a macro expansion" msgid "'##' cannot appear at either end of a macro expansion"
msgstr "" msgstr ""
#: macro.c:1634 #: macro.c:1638
msgid "ISO C99 requires whitespace after the macro name" msgid "ISO C99 requires whitespace after the macro name"
msgstr "" msgstr ""
#: macro.c:1658 #: macro.c:1662
msgid "missing whitespace after the macro name" msgid "missing whitespace after the macro name"
msgstr "" msgstr ""
#: macro.c:1688 #: macro.c:1692
msgid "'#' is not followed by a macro parameter" msgid "'#' is not followed by a macro parameter"
msgstr "" msgstr ""
#: macro.c:1807 #: macro.c:1811
#, c-format #, c-format
msgid "\"%s\" redefined" msgid "\"%s\" redefined"
msgstr "" msgstr ""
#: macro.c:1812 #: macro.c:1816
msgid "this is the location of the previous definition" msgid "this is the location of the previous definition"
msgstr "" msgstr ""
#: macro.c:1873 #: macro.c:1877
#, c-format #, c-format
msgid "macro argument \"%s\" would be stringified in traditional C" msgid "macro argument \"%s\" would be stringified in traditional C"
msgstr "" msgstr ""
#: macro.c:1896 #: macro.c:1900
#, c-format #, c-format
msgid "invalid hash type %d in cpp_macro_definition" msgid "invalid hash type %d in cpp_macro_definition"
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