* cpplib.pot: Regenerate.
From-SVN: r95560
This commit is contained in:
parent
1cdaf21952
commit
401dcf0acd
2 changed files with 122 additions and 92 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-02-25 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
* cpplib.pot: Regenerate.
|
||||
|
||||
2004-12-15 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
* fr.po: Update.
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
|
||||
"POT-Creation-Date: 2004-11-27 19:38+0000\n"
|
||||
"POT-Creation-Date: 2005-02-25 23:28+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -16,113 +16,125 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: charset.c:653
|
||||
#: charset.c:655
|
||||
#, c-format
|
||||
msgid "conversion from %s to %s not supported by iconv"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:656
|
||||
#: charset.c:658
|
||||
msgid "iconv_open"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:664
|
||||
#: charset.c:666
|
||||
#, c-format
|
||||
msgid "no iconv implementation, cannot convert from %s to %s"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:808
|
||||
#: charset.c:743
|
||||
#, c-format
|
||||
msgid "character 0x%lx is not in the basic source character set\n"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:760
|
||||
#: charset.c:1243
|
||||
msgid "converting to execution character set"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:766
|
||||
#, c-format
|
||||
msgid "character 0x%lx is not unibyte in execution character set"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:865
|
||||
msgid "universal character names are only valid in C++ and C99"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:811
|
||||
#: charset.c:868
|
||||
#, c-format
|
||||
msgid "the meaning of '\\%c' is different in traditional C"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:837
|
||||
#: charset.c:894
|
||||
#, c-format
|
||||
msgid "incomplete universal character name %.*s"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:849
|
||||
#: charset.c:906
|
||||
#, c-format
|
||||
msgid "%.*s is not a valid universal character"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:859
|
||||
#: charset.c:916
|
||||
#, c-format
|
||||
msgid "universal character %.*s is not valid in an identifier"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:863
|
||||
#: charset.c:920
|
||||
#, c-format
|
||||
msgid "universal character %.*s is not valid at the start of an identifier"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:896
|
||||
#: charset.c:953
|
||||
msgid "converting UCN to source character set"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:900
|
||||
#: charset.c:957
|
||||
msgid "converting UCN to execution character set"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:972
|
||||
#: charset.c:1029
|
||||
msgid "the meaning of '\\x' is different in traditional C"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:989
|
||||
#: charset.c:1046
|
||||
msgid "\\x used with no following hex digits"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:996
|
||||
#: charset.c:1053
|
||||
msgid "hex escape sequence out of range"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:1035
|
||||
#: charset.c:1092
|
||||
msgid "octal escape sequence out of range"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:1103
|
||||
#: charset.c:1160
|
||||
msgid "the meaning of '\\a' is different in traditional C"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:1110
|
||||
#: charset.c:1167
|
||||
#, c-format
|
||||
msgid "non-ISO-standard escape sequence, '\\%c'"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:1118
|
||||
#: charset.c:1175
|
||||
#, c-format
|
||||
msgid "unknown escape sequence '\\%c'"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:1121
|
||||
#: charset.c:1178
|
||||
#, c-format
|
||||
msgid "unknown escape sequence: '\\%03o'"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:1127
|
||||
#: charset.c:1184
|
||||
msgid "converting escape sequence to execution character set"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:1186
|
||||
msgid "converting to execution character set"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:1249 charset.c:1312
|
||||
#: charset.c:1306
|
||||
#: charset.c:1369
|
||||
msgid "character constant too long for its type"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:1252
|
||||
#: charset.c:1309
|
||||
msgid "multi-character character constant"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:1344
|
||||
#: charset.c:1401
|
||||
msgid "empty character constant"
|
||||
msgstr ""
|
||||
|
||||
#: charset.c:1393
|
||||
#: charset.c:1450
|
||||
#, c-format
|
||||
msgid "failure to convert %s to %s"
|
||||
msgstr ""
|
||||
|
@ -197,138 +209,144 @@ msgid "#%s expects \"FILENAME\" or <FILENAME>"
|
|||
msgstr ""
|
||||
|
||||
#: directives.c:673
|
||||
#, c-format
|
||||
msgid "empty filename in #%s"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:681
|
||||
msgid "#include nested too deeply"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:711
|
||||
#: directives.c:719
|
||||
msgid "#include_next in primary source file"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:737
|
||||
#: directives.c:745
|
||||
#, c-format
|
||||
msgid "invalid flag \"%s\" in line directive"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:784
|
||||
#: directives.c:792
|
||||
#, c-format
|
||||
msgid "\"%s\" after #line is not a positive integer"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:790
|
||||
#: directives.c:798
|
||||
msgid "line number out of range"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:803 directives.c:880
|
||||
#: directives.c:811
|
||||
#: directives.c:888
|
||||
#, c-format
|
||||
msgid "\"%s\" is not a valid filename"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:840
|
||||
#: directives.c:848
|
||||
#, c-format
|
||||
msgid "\"%s\" after # is not a positive integer"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:942
|
||||
#: directives.c:950
|
||||
msgid "invalid #ident directive"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1030
|
||||
#: directives.c:1038
|
||||
#, c-format
|
||||
msgid "registering \"%s\" as both a pragma and a pragma namespace"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1033
|
||||
#: directives.c:1041
|
||||
#, c-format
|
||||
msgid "#pragma %s %s is already registered"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1036
|
||||
#: directives.c:1044
|
||||
#, c-format
|
||||
msgid "#pragma %s is already registered"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1236
|
||||
#: directives.c:1244
|
||||
msgid "#pragma once in main file"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1259
|
||||
#: directives.c:1267
|
||||
msgid "invalid #pragma GCC poison directive"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1268
|
||||
#: directives.c:1276
|
||||
#, c-format
|
||||
msgid "poisoning existing macro \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1289
|
||||
#: directives.c:1297
|
||||
msgid "#pragma system_header ignored outside include file"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1313
|
||||
#: directives.c:1321
|
||||
#, c-format
|
||||
msgid "cannot find source file %s"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1317
|
||||
#: directives.c:1325
|
||||
#, c-format
|
||||
msgid "current file is older than %s"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1431
|
||||
#: directives.c:1439
|
||||
msgid "_Pragma takes a parenthesized string literal"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1538
|
||||
#: directives.c:1546
|
||||
msgid "#else without #if"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1543
|
||||
#: directives.c:1551
|
||||
msgid "#else after #else"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1545
|
||||
#: directives.c:1578
|
||||
#: directives.c:1553
|
||||
#: directives.c:1586
|
||||
msgid "the conditional began here"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1571
|
||||
#: directives.c:1579
|
||||
msgid "#elif without #if"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1576
|
||||
#: directives.c:1584
|
||||
msgid "#elif after #else"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1606
|
||||
#: directives.c:1614
|
||||
msgid "#endif without #if"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1683
|
||||
#: directives.c:1691
|
||||
msgid "missing '(' after predicate"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1698
|
||||
#: directives.c:1706
|
||||
msgid "missing ')' to complete answer"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1718
|
||||
#: directives.c:1726
|
||||
msgid "predicate's answer is empty"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1745
|
||||
#: directives.c:1753
|
||||
msgid "assertion without predicate"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1747
|
||||
#: directives.c:1755
|
||||
msgid "predicate must be an identifier"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:1833
|
||||
#: directives.c:1841
|
||||
#, c-format
|
||||
msgid "\"%s\" re-asserted"
|
||||
msgstr ""
|
||||
|
||||
#: directives.c:2056
|
||||
#: directives.c:2064
|
||||
#, c-format
|
||||
msgid "unterminated #%s"
|
||||
msgstr ""
|
||||
|
@ -380,7 +398,8 @@ msgstr ""
|
|||
msgid "invalid suffix \"%.*s\" on floating constant"
|
||||
msgstr ""
|
||||
|
||||
#: expr.c:250 expr.c:275
|
||||
#: expr.c:250
|
||||
#: expr.c:275
|
||||
#, c-format
|
||||
msgid "traditional C rejects the \"%.*s\" suffix"
|
||||
msgstr ""
|
||||
|
@ -436,7 +455,8 @@ msgstr ""
|
|||
msgid "\"%s\" is not defined"
|
||||
msgstr ""
|
||||
|
||||
#: expr.c:716 expr.c:745
|
||||
#: expr.c:716
|
||||
#: expr.c:745
|
||||
#, c-format
|
||||
msgid "missing binary operator before token \"%s\""
|
||||
msgstr ""
|
||||
|
@ -519,35 +539,35 @@ msgstr ""
|
|||
msgid "NULL directory in find_file"
|
||||
msgstr ""
|
||||
|
||||
#: files.c:446
|
||||
#: files.c:454
|
||||
msgid "one or more PCH files were found, but they were invalid"
|
||||
msgstr ""
|
||||
|
||||
#: files.c:449
|
||||
#: files.c:457
|
||||
msgid "use -Winvalid-pch for more information"
|
||||
msgstr ""
|
||||
|
||||
#: files.c:514
|
||||
#: files.c:522
|
||||
#, c-format
|
||||
msgid "%s is a block device"
|
||||
msgstr ""
|
||||
|
||||
#: files.c:531
|
||||
#: files.c:539
|
||||
#, c-format
|
||||
msgid "%s is too large"
|
||||
msgstr ""
|
||||
|
||||
#: files.c:566
|
||||
#: files.c:574
|
||||
#, c-format
|
||||
msgid "%s is shorter than expected"
|
||||
msgstr ""
|
||||
|
||||
#: files.c:769
|
||||
#: files.c:803
|
||||
#, c-format
|
||||
msgid "no include path in which to search for %s"
|
||||
msgstr ""
|
||||
|
||||
#: files.c:1052
|
||||
#: files.c:1096
|
||||
msgid "Multiple include guards may be useful for:\n"
|
||||
msgstr ""
|
||||
|
||||
|
@ -641,7 +661,8 @@ msgstr ""
|
|||
msgid "no newline at end of file"
|
||||
msgstr ""
|
||||
|
||||
#: lex.c:948 traditional.c:162
|
||||
#: lex.c:948
|
||||
#: traditional.c:162
|
||||
msgid "unterminated comment"
|
||||
msgstr ""
|
||||
|
||||
|
@ -679,7 +700,8 @@ msgstr ""
|
|||
msgid "macro \"%s\" is not used"
|
||||
msgstr ""
|
||||
|
||||
#: macro.c:124 macro.c:287
|
||||
#: macro.c:124
|
||||
#: macro.c:287
|
||||
#, c-format
|
||||
msgid "invalid built-in macro \"%s\""
|
||||
msgstr ""
|
||||
|
@ -711,7 +733,8 @@ msgstr ""
|
|||
msgid "macro \"%s\" passed %u arguments, but takes just %u"
|
||||
msgstr ""
|
||||
|
||||
#: macro.c:642 traditional.c:675
|
||||
#: macro.c:642
|
||||
#: traditional.c:675
|
||||
#, c-format
|
||||
msgid "unterminated argument list invoking macro \"%s\""
|
||||
msgstr ""
|
||||
|
@ -721,88 +744,91 @@ msgstr ""
|
|||
msgid "function-like macro \"%s\" must be used with arguments in traditional C"
|
||||
msgstr ""
|
||||
|
||||
#: macro.c:1258
|
||||
#: macro.c:1261
|
||||
#, c-format
|
||||
msgid "duplicate macro parameter \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: macro.c:1303
|
||||
#: macro.c:1306
|
||||
#, c-format
|
||||
msgid "\"%s\" may not appear in macro parameter list"
|
||||
msgstr ""
|
||||
|
||||
#: macro.c:1311
|
||||
#: macro.c:1314
|
||||
msgid "macro parameters must be comma-separated"
|
||||
msgstr ""
|
||||
|
||||
#: macro.c:1328
|
||||
#: macro.c:1331
|
||||
msgid "parameter name missing"
|
||||
msgstr ""
|
||||
|
||||
#: macro.c:1345
|
||||
#: macro.c:1348
|
||||
msgid "anonymous variadic macros were introduced in C99"
|
||||
msgstr ""
|
||||
|
||||
#: macro.c:1350
|
||||
#: macro.c:1353
|
||||
msgid "ISO C does not permit named variadic macros"
|
||||
msgstr ""
|
||||
|
||||
#: macro.c:1359
|
||||
#: macro.c:1362
|
||||
msgid "missing ')' in macro parameter list"
|
||||
msgstr ""
|
||||
|
||||
#: macro.c:1430
|
||||
#: macro.c:1434
|
||||
msgid "ISO C requires whitespace after the macro name"
|
||||
msgstr ""
|
||||
|
||||
#: macro.c:1458
|
||||
#: macro.c:1462
|
||||
msgid "'#' is not followed by a macro parameter"
|
||||
msgstr ""
|
||||
|
||||
#: macro.c:1477
|
||||
#: macro.c:1481
|
||||
msgid "'##' cannot appear at either end of a macro expansion"
|
||||
msgstr ""
|
||||
|
||||
#: macro.c:1573
|
||||
#: macro.c:1577
|
||||
#, c-format
|
||||
msgid "\"%s\" redefined"
|
||||
msgstr ""
|
||||
|
||||
#: macro.c:1578
|
||||
#: macro.c:1582
|
||||
msgid "this is the location of the previous definition"
|
||||
msgstr ""
|
||||
|
||||
#: macro.c:1628
|
||||
#: macro.c:1632
|
||||
#, c-format
|
||||
msgid "macro argument \"%s\" would be stringified in traditional C"
|
||||
msgstr ""
|
||||
|
||||
#: macro.c:1651
|
||||
#: macro.c:1655
|
||||
#, c-format
|
||||
msgid "invalid hash type %d in cpp_macro_definition"
|
||||
msgstr ""
|
||||
|
||||
#: pch.c:83 pch.c:331
|
||||
#: pch.c:353 pch.c:359
|
||||
#: pch.c:84
|
||||
#: pch.c:332
|
||||
#: pch.c:354
|
||||
#: pch.c:360
|
||||
msgid "while writing precompiled header"
|
||||
msgstr ""
|
||||
|
||||
#: pch.c:466
|
||||
#: pch.c:467
|
||||
#, c-format
|
||||
msgid "%s: not used because `%.*s' not defined"
|
||||
msgstr ""
|
||||
|
||||
#: pch.c:478
|
||||
#: pch.c:479
|
||||
#, c-format
|
||||
msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
|
||||
msgstr ""
|
||||
|
||||
#: pch.c:519
|
||||
#: pch.c:520
|
||||
#, c-format
|
||||
msgid "%s: not used because `%s' is defined"
|
||||
msgstr ""
|
||||
|
||||
#: pch.c:532 pch.c:695
|
||||
#: pch.c:533
|
||||
#: pch.c:696
|
||||
msgid "while reading precompiled header"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue