comparison libcpp/po/cpplib.pot @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents b7f97abdc517
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
6 #, fuzzy 6 #, fuzzy
7 msgid "" 7 msgid ""
8 msgstr "" 8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n" 9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n" 10 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
11 "POT-Creation-Date: 2010-04-06 14:18+0000\n" 11 "POT-Creation-Date: 2011-03-05 19:43+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n" 14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
15 "MIME-Version: 1.0\n" 16 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n" 17 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n" 18 "Content-Transfer-Encoding: 8bit\n"
18 19
19 #: charset.c:674 20 #: charset.c:674
72 #, c-format 73 #, c-format
73 msgid "%.*s is not a valid universal character" 74 msgid "%.*s is not a valid universal character"
74 msgstr "" 75 msgstr ""
75 76
76 #: charset.c:1056 77 #: charset.c:1056
77 #: lex.c:488 78 #: lex.c:1040
78 msgid "'$' in identifier or number" 79 msgid "'$' in identifier or number"
79 msgstr "" 80 msgstr ""
80 81
81 #: charset.c:1066 82 #: charset.c:1066
82 #, c-format 83 #, c-format
152 #: charset.c:1721 153 #: charset.c:1721
153 #, c-format 154 #, c-format
154 msgid "failure to convert %s to %s" 155 msgid "failure to convert %s to %s"
155 msgstr "" 156 msgstr ""
156 157
157 #: directives.c:222 158 #: directives.c:223
158 #: directives.c:248 159 #: directives.c:249
159 #, c-format 160 #, c-format
160 msgid "extra tokens at end of #%s directive" 161 msgid "extra tokens at end of #%s directive"
161 msgstr "" 162 msgstr ""
162 163
163 #: directives.c:354 164 #: directives.c:356
164 #, c-format 165 #, c-format
165 msgid "#%s is a GCC extension" 166 msgid "#%s is a GCC extension"
166 msgstr "" 167 msgstr ""
167 168
168 #: directives.c:358 169 #: directives.c:361
169 #, c-format 170 #, c-format
170 msgid "#%s is a deprecated GCC extension" 171 msgid "#%s is a deprecated GCC extension"
171 msgstr "" 172 msgstr ""
172 173
173 #: directives.c:372 174 #: directives.c:374
174 msgid "suggest not using #elif in traditional C" 175 msgid "suggest not using #elif in traditional C"
175 msgstr "" 176 msgstr ""
176 177
177 #: directives.c:375 178 #: directives.c:377
178 #, c-format 179 #, c-format
179 msgid "traditional C ignores #%s with the # indented" 180 msgid "traditional C ignores #%s with the # indented"
180 msgstr "" 181 msgstr ""
181 182
182 #: directives.c:379 183 #: directives.c:381
183 #, c-format 184 #, c-format
184 msgid "suggest hiding #%s from traditional C with an indented #" 185 msgid "suggest hiding #%s from traditional C with an indented #"
185 msgstr "" 186 msgstr ""
186 187
187 #: directives.c:405 188 #: directives.c:407
188 msgid "embedding a directive within macro arguments is not portable" 189 msgid "embedding a directive within macro arguments is not portable"
189 msgstr "" 190 msgstr ""
190 191
191 #: directives.c:425 192 #: directives.c:427
192 msgid "style of line directive is a GCC extension" 193 msgid "style of line directive is a GCC extension"
193 msgstr "" 194 msgstr ""
194 195
195 #: directives.c:480 196 #: directives.c:482
196 #, c-format 197 #, c-format
197 msgid "invalid preprocessing directive #%s" 198 msgid "invalid preprocessing directive #%s"
198 msgstr "" 199 msgstr ""
199 200
200 #: directives.c:548 201 #: directives.c:550
201 msgid "\"defined\" cannot be used as a macro name" 202 msgid "\"defined\" cannot be used as a macro name"
202 msgstr "" 203 msgstr ""
203 204
204 #: directives.c:554 205 #: directives.c:556
205 #, c-format 206 #, c-format
206 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++" 207 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
207 msgstr "" 208 msgstr ""
208 209
209 #: directives.c:557 210 #: directives.c:559
210 #, c-format 211 #, c-format
211 msgid "no macro name given in #%s directive" 212 msgid "no macro name given in #%s directive"
212 msgstr "" 213 msgstr ""
213 214
214 #: directives.c:560 215 #: directives.c:562
215 msgid "macro names must be identifiers" 216 msgid "macro names must be identifiers"
216 msgstr "" 217 msgstr ""
217 218
218 #: directives.c:609 219 #: directives.c:611
219 #, c-format 220 #, c-format
220 msgid "undefining \"%s\"" 221 msgid "undefining \"%s\""
221 msgstr "" 222 msgstr ""
222 223
223 #: directives.c:664 224 #: directives.c:666
224 msgid "missing terminating > character" 225 msgid "missing terminating > character"
225 msgstr "" 226 msgstr ""
226 227
227 #: directives.c:723 228 #: directives.c:725
228 #, c-format 229 #, c-format
229 msgid "#%s expects \"FILENAME\" or <FILENAME>" 230 msgid "#%s expects \"FILENAME\" or <FILENAME>"
230 msgstr "" 231 msgstr ""
231 232
232 #: directives.c:769 233 #: directives.c:771
233 #, c-format 234 #, c-format
234 msgid "empty filename in #%s" 235 msgid "empty filename in #%s"
235 msgstr "" 236 msgstr ""
236 237
237 #: directives.c:779 238 #: directives.c:781
238 msgid "#include nested too deeply" 239 msgid "#include nested too deeply"
239 msgstr "" 240 msgstr ""
240 241
241 #: directives.c:820 242 #: directives.c:822
242 msgid "#include_next in primary source file" 243 msgid "#include_next in primary source file"
243 msgstr "" 244 msgstr ""
244 245
245 #: directives.c:846 246 #: directives.c:848
246 #, c-format 247 #, c-format
247 msgid "invalid flag \"%s\" in line directive" 248 msgid "invalid flag \"%s\" in line directive"
248 msgstr "" 249 msgstr ""
249 250
250 #: directives.c:906 251 #: directives.c:908
251 msgid "unexpected end of file after #line" 252 msgid "unexpected end of file after #line"
252 msgstr "" 253 msgstr ""
253 254
254 #: directives.c:909 255 #: directives.c:911
255 #, c-format 256 #, c-format
256 msgid "\"%s\" after #line is not a positive integer" 257 msgid "\"%s\" after #line is not a positive integer"
257 msgstr "" 258 msgstr ""
258 259
259 #: directives.c:915
260 #: directives.c:917 260 #: directives.c:917
261 #: directives.c:919
261 msgid "line number out of range" 262 msgid "line number out of range"
262 msgstr "" 263 msgstr ""
263 264
264 #: directives.c:930 265 #: directives.c:932
265 #: directives.c:1010 266 #: directives.c:1012
266 #, c-format 267 #, c-format
267 msgid "\"%s\" is not a valid filename" 268 msgid "\"%s\" is not a valid filename"
268 msgstr "" 269 msgstr ""
269 270
270 #: directives.c:970 271 #: directives.c:972
271 #, c-format 272 #, c-format
272 msgid "\"%s\" after # is not a positive integer" 273 msgid "\"%s\" after # is not a positive integer"
273 msgstr "" 274 msgstr ""
274 275
275 #: directives.c:1062 276 #: directives.c:1065
277 #: directives.c:1067
278 #: directives.c:1069
276 #, c-format 279 #, c-format
277 msgid "%s" 280 msgid "%s"
278 msgstr "" 281 msgstr ""
279 282
280 #: directives.c:1086 283 #: directives.c:1093
281 #, c-format 284 #, c-format
282 msgid "invalid #%s directive" 285 msgid "invalid #%s directive"
283 msgstr "" 286 msgstr ""
284 287
285 #: directives.c:1149 288 #: directives.c:1156
286 #, c-format 289 #, c-format
287 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion" 290 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
288 msgstr "" 291 msgstr ""
289 292
290 #: directives.c:1158 293 #: directives.c:1165
291 #, c-format 294 #, c-format
292 msgid "registering pragma \"%s\" with name expansion and no namespace" 295 msgid "registering pragma \"%s\" with name expansion and no namespace"
293 msgstr "" 296 msgstr ""
294 297
295 #: directives.c:1176 298 #: directives.c:1183
296 #, c-format 299 #, c-format
297 msgid "registering \"%s\" as both a pragma and a pragma namespace" 300 msgid "registering \"%s\" as both a pragma and a pragma namespace"
298 msgstr "" 301 msgstr ""
299 302
300 #: directives.c:1179 303 #: directives.c:1186
301 #, c-format 304 #, c-format
302 msgid "#pragma %s %s is already registered" 305 msgid "#pragma %s %s is already registered"
303 msgstr "" 306 msgstr ""
304 307
305 #: directives.c:1182 308 #: directives.c:1189
306 #, c-format 309 #, c-format
307 msgid "#pragma %s is already registered" 310 msgid "#pragma %s is already registered"
308 msgstr "" 311 msgstr ""
309 312
310 #: directives.c:1212 313 #: directives.c:1219
311 msgid "registering pragma with NULL handler" 314 msgid "registering pragma with NULL handler"
312 msgstr "" 315 msgstr ""
313 316
314 #: directives.c:1424 317 #: directives.c:1431
315 msgid "#pragma once in main file" 318 msgid "#pragma once in main file"
316 msgstr "" 319 msgstr ""
317 320
318 #: directives.c:1444 321 #: directives.c:1454
319 msgid "invalid #pragma push_macro directive" 322 msgid "invalid #pragma push_macro directive"
320 msgstr "" 323 msgstr ""
321 324
322 #: directives.c:1483 325 #: directives.c:1509
323 msgid "invalid #pragma pop_macro directive" 326 msgid "invalid #pragma pop_macro directive"
324 msgstr "" 327 msgstr ""
325 328
326 #: directives.c:1537 329 #: directives.c:1564
327 msgid "invalid #pragma GCC poison directive" 330 msgid "invalid #pragma GCC poison directive"
328 msgstr "" 331 msgstr ""
329 332
330 #: directives.c:1546 333 #: directives.c:1573
331 #, c-format 334 #, c-format
332 msgid "poisoning existing macro \"%s\"" 335 msgid "poisoning existing macro \"%s\""
333 msgstr "" 336 msgstr ""
334 337
335 #: directives.c:1565 338 #: directives.c:1592
336 msgid "#pragma system_header ignored outside include file" 339 msgid "#pragma system_header ignored outside include file"
337 msgstr "" 340 msgstr ""
338 341
339 #: directives.c:1590 342 #: directives.c:1617
340 #, c-format 343 #, c-format
341 msgid "cannot find source file %s" 344 msgid "cannot find source file %s"
342 msgstr "" 345 msgstr ""
343 346
344 #: directives.c:1594 347 #: directives.c:1621
345 #, c-format 348 #, c-format
346 msgid "current file is older than %s" 349 msgid "current file is older than %s"
347 msgstr "" 350 msgstr ""
348 351
349 #: directives.c:1779 352 #: directives.c:1806
350 msgid "_Pragma takes a parenthesized string literal" 353 msgid "_Pragma takes a parenthesized string literal"
351 msgstr "" 354 msgstr ""
352 355
353 #: directives.c:1884 356 #: directives.c:1917
354 msgid "#else without #if" 357 msgid "#else without #if"
355 msgstr "" 358 msgstr ""
356 359
357 #: directives.c:1889 360 #: directives.c:1922
358 msgid "#else after #else" 361 msgid "#else after #else"
359 msgstr "" 362 msgstr ""
360 363
361 #: directives.c:1891
362 #: directives.c:1924 364 #: directives.c:1924
365 #: directives.c:1957
363 msgid "the conditional began here" 366 msgid "the conditional began here"
364 msgstr "" 367 msgstr ""
365 368
366 #: directives.c:1917 369 #: directives.c:1950
367 msgid "#elif without #if" 370 msgid "#elif without #if"
368 msgstr "" 371 msgstr ""
369 372
370 #: directives.c:1922 373 #: directives.c:1955
371 msgid "#elif after #else" 374 msgid "#elif after #else"
372 msgstr "" 375 msgstr ""
373 376
374 #: directives.c:1960 377 #: directives.c:1993
375 msgid "#endif without #if" 378 msgid "#endif without #if"
376 msgstr "" 379 msgstr ""
377 380
378 #: directives.c:2040 381 #: directives.c:2073
379 msgid "missing '(' after predicate" 382 msgid "missing '(' after predicate"
380 msgstr "" 383 msgstr ""
381 384
382 #: directives.c:2055 385 #: directives.c:2088
383 msgid "missing ')' to complete answer" 386 msgid "missing ')' to complete answer"
384 msgstr "" 387 msgstr ""
385 388
386 #: directives.c:2075 389 #: directives.c:2108
387 msgid "predicate's answer is empty" 390 msgid "predicate's answer is empty"
388 msgstr "" 391 msgstr ""
389 392
390 #: directives.c:2102 393 #: directives.c:2135
391 msgid "assertion without predicate" 394 msgid "assertion without predicate"
392 msgstr "" 395 msgstr ""
393 396
394 #: directives.c:2105 397 #: directives.c:2138
395 msgid "predicate must be an identifier" 398 msgid "predicate must be an identifier"
396 msgstr "" 399 msgstr ""
397 400
398 #: directives.c:2191 401 #: directives.c:2224
399 #, c-format 402 #, c-format
400 msgid "\"%s\" re-asserted" 403 msgid "\"%s\" re-asserted"
401 msgstr "" 404 msgstr ""
402 405
403 #: directives.c:2474 406 #: directives.c:2515
404 #, c-format 407 #, c-format
405 msgid "unterminated #%s" 408 msgid "unterminated #%s"
406 msgstr "" 409 msgstr ""
407 410
408 #: directives-only.c:222 411 #: directives-only.c:222
409 #: lex.c:1516 412 #: lex.c:2074
410 #: traditional.c:163 413 #: traditional.c:163
411 msgid "unterminated comment" 414 msgid "unterminated comment"
412 msgstr "" 415 msgstr ""
413 416
414 #: errors.c:93 417 #: errors.c:235
415 msgid "stdout" 418 msgid "stdout"
416 msgstr "" 419 msgstr ""
417 420
418 #: errors.c:95 421 #: errors.c:237
419 #, c-format 422 #, c-format
420 msgid "%s: %s" 423 msgid "%s: %s"
421 msgstr "" 424 msgstr ""
422 425
423 #: expr.c:282 426 #: expr.c:282
463 #, c-format 466 #, c-format
464 msgid "invalid suffix \"%.*s\" on floating constant" 467 msgid "invalid suffix \"%.*s\" on floating constant"
465 msgstr "" 468 msgstr ""
466 469
467 #: expr.c:375 470 #: expr.c:375
468 #: expr.c:424 471 #: expr.c:425
469 #, c-format 472 #, c-format
470 msgid "traditional C rejects the \"%.*s\" suffix" 473 msgid "traditional C rejects the \"%.*s\" suffix"
471 msgstr "" 474 msgstr ""
472 475
473 #: expr.c:383 476 #: expr.c:383
490 493
491 #: expr.c:433 494 #: expr.c:433
492 msgid "use of C++0x long long integer constant" 495 msgid "use of C++0x long long integer constant"
493 msgstr "" 496 msgstr ""
494 497
495 #: expr.c:442 498 #: expr.c:434
499 msgid "use of C99 long long integer constant"
500 msgstr ""
501
502 #: expr.c:448
496 msgid "imaginary constants are a GCC extension" 503 msgid "imaginary constants are a GCC extension"
497 msgstr "" 504 msgstr ""
498 505
499 #: expr.c:445 506 #: expr.c:451
500 msgid "binary constants are a GCC extension" 507 msgid "binary constants are a GCC extension"
501 msgstr "" 508 msgstr ""
502 509
503 #: expr.c:538 510 #: expr.c:544
504 msgid "integer constant is too large for its type" 511 msgid "integer constant is too large for its type"
505 msgstr "" 512 msgstr ""
506 513
507 #: expr.c:569 514 #: expr.c:575
508 msgid "integer constant is so large that it is unsigned" 515 msgid "integer constant is so large that it is unsigned"
509 msgstr "" 516 msgstr ""
510 517
511 #: expr.c:664 518 #: expr.c:670
512 msgid "missing ')' after \"defined\"" 519 msgid "missing ')' after \"defined\""
513 msgstr "" 520 msgstr ""
514 521
515 #: expr.c:671 522 #: expr.c:677
516 msgid "operator \"defined\" requires an identifier" 523 msgid "operator \"defined\" requires an identifier"
517 msgstr "" 524 msgstr ""
518 525
519 #: expr.c:679 526 #: expr.c:685
520 #, c-format 527 #, c-format
521 msgid "(\"%s\" is an alternative token for \"%s\" in C++)" 528 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
522 msgstr "" 529 msgstr ""
523 530
524 #: expr.c:689 531 #: expr.c:695
525 msgid "this use of \"defined\" may not be portable" 532 msgid "this use of \"defined\" may not be portable"
526 msgstr "" 533 msgstr ""
527 534
528 #: expr.c:742 535 #: expr.c:751
529 msgid "floating constant in preprocessor expression" 536 msgid "floating constant in preprocessor expression"
530 msgstr "" 537 msgstr ""
531 538
532 #: expr.c:748 539 #: expr.c:757
533 msgid "imaginary number in preprocessor expression" 540 msgid "imaginary number in preprocessor expression"
534 msgstr "" 541 msgstr ""
535 542
536 #: expr.c:795 543 #: expr.c:804
537 #, c-format 544 #, c-format
538 msgid "\"%s\" is not defined" 545 msgid "\"%s\" is not defined"
539 msgstr "" 546 msgstr ""
540 547
541 #: expr.c:807 548 #: expr.c:816
542 msgid "assertions are a GCC extension" 549 msgid "assertions are a GCC extension"
543 msgstr "" 550 msgstr ""
544 551
545 #: expr.c:810 552 #: expr.c:819
546 msgid "assertions are a deprecated extension" 553 msgid "assertions are a deprecated extension"
547 msgstr "" 554 msgstr ""
548 555
549 #: expr.c:943 556 #: expr.c:952
557 #: expr.c:981
558 #, c-format
559 msgid "missing binary operator before token \"%s\""
560 msgstr ""
561
550 #: expr.c:972 562 #: expr.c:972
551 #, c-format 563 #, c-format
552 msgid "missing binary operator before token \"%s\""
553 msgstr ""
554
555 #: expr.c:963
556 #, c-format
557 msgid "token \"%s\" is not valid in preprocessor expressions" 564 msgid "token \"%s\" is not valid in preprocessor expressions"
558 msgstr "" 565 msgstr ""
559 566
560 #: expr.c:980 567 #: expr.c:989
561 msgid "missing expression between '(' and ')'" 568 msgid "missing expression between '(' and ')'"
562 msgstr "" 569 msgstr ""
563 570
564 #: expr.c:983 571 #: expr.c:992
565 #, c-format 572 #, c-format
566 msgid "%s with no expression" 573 msgid "%s with no expression"
567 msgstr "" 574 msgstr ""
568 575
569 #: expr.c:986 576 #: expr.c:995
570 #, c-format 577 #, c-format
571 msgid "operator '%s' has no right operand" 578 msgid "operator '%s' has no right operand"
572 msgstr "" 579 msgstr ""
573 580
574 #: expr.c:991 581 #: expr.c:1000
575 #, c-format 582 #, c-format
576 msgid "operator '%s' has no left operand" 583 msgid "operator '%s' has no left operand"
577 msgstr "" 584 msgstr ""
578 585
579 #: expr.c:1017 586 #: expr.c:1026
580 msgid " ':' without preceding '?'" 587 msgid " ':' without preceding '?'"
581 msgstr "" 588 msgstr ""
582 589
583 #: expr.c:1045 590 #: expr.c:1054
584 #, c-format 591 #, c-format
585 msgid "unbalanced stack in %s" 592 msgid "unbalanced stack in %s"
586 msgstr "" 593 msgstr ""
587 594
588 #: expr.c:1065 595 #: expr.c:1074
589 #, c-format 596 #, c-format
590 msgid "impossible operator '%u'" 597 msgid "impossible operator '%u'"
591 msgstr "" 598 msgstr ""
592 599
593 #: expr.c:1166 600 #: expr.c:1175
594 msgid "missing ')' in expression" 601 msgid "missing ')' in expression"
595 msgstr "" 602 msgstr ""
596 603
597 #: expr.c:1195 604 #: expr.c:1204
598 msgid "'?' without following ':'" 605 msgid "'?' without following ':'"
599 msgstr "" 606 msgstr ""
600 607
601 #: expr.c:1205 608 #: expr.c:1214
602 msgid "integer overflow in preprocessor expression" 609 msgid "integer overflow in preprocessor expression"
603 msgstr "" 610 msgstr ""
604 611
605 #: expr.c:1210 612 #: expr.c:1219
606 msgid "missing '(' in expression" 613 msgid "missing '(' in expression"
607 msgstr "" 614 msgstr ""
608 615
609 #: expr.c:1242 616 #: expr.c:1251
610 #, c-format 617 #, c-format
611 msgid "the left operand of \"%s\" changes sign when promoted" 618 msgid "the left operand of \"%s\" changes sign when promoted"
612 msgstr "" 619 msgstr ""
613 620
614 #: expr.c:1247 621 #: expr.c:1256
615 #, c-format 622 #, c-format
616 msgid "the right operand of \"%s\" changes sign when promoted" 623 msgid "the right operand of \"%s\" changes sign when promoted"
617 msgstr "" 624 msgstr ""
618 625
619 #: expr.c:1506 626 #: expr.c:1515
620 msgid "traditional C rejects the unary plus operator" 627 msgid "traditional C rejects the unary plus operator"
621 msgstr "" 628 msgstr ""
622 629
623 #: expr.c:1589 630 #: expr.c:1598
624 msgid "comma operator in operand of #if" 631 msgid "comma operator in operand of #if"
625 msgstr "" 632 msgstr ""
626 633
627 #: expr.c:1725 634 #: expr.c:1734
628 msgid "division by zero in #if" 635 msgid "division by zero in #if"
629 msgstr "" 636 msgstr ""
630 637
631 #: files.c:463 638 #: files.c:463
632 msgid "NULL directory in find_file" 639 msgid "NULL directory in find_file"
658 #: files.c:881 665 #: files.c:881
659 #, c-format 666 #, c-format
660 msgid "no include path in which to search for %s" 667 msgid "no include path in which to search for %s"
661 msgstr "" 668 msgstr ""
662 669
663 #: files.c:1306 670 #: files.c:1307
664 msgid "Multiple include guards may be useful for:\n" 671 msgid "Multiple include guards may be useful for:\n"
665 msgstr "" 672 msgstr ""
666 673
667 #: init.c:485 674 #: init.c:489
668 msgid "cppchar_t must be an unsigned type" 675 msgid "cppchar_t must be an unsigned type"
669 msgstr "" 676 msgstr ""
670 677
671 #: init.c:489 678 #: init.c:493
672 #, c-format 679 #, c-format
673 msgid "" 680 msgid ""
674 "preprocessor arithmetic has maximum precision of %lu bits; target requires %" 681 "preprocessor arithmetic has maximum precision of %lu bits; target requires "
675 "lu bits" 682 "%lu bits"
676 msgstr "" 683 msgstr ""
677 684
678 #: init.c:496 685 #: init.c:500
679 msgid "CPP arithmetic must be at least as precise as a target int" 686 msgid "CPP arithmetic must be at least as precise as a target int"
680 msgstr "" 687 msgstr ""
681 688
682 #: init.c:499 689 #: init.c:503
683 msgid "target char is less than 8 bits wide" 690 msgid "target char is less than 8 bits wide"
684 msgstr "" 691 msgstr ""
685 692
686 #: init.c:503 693 #: init.c:507
687 msgid "target wchar_t is narrower than target char" 694 msgid "target wchar_t is narrower than target char"
688 msgstr "" 695 msgstr ""
689 696
690 #: init.c:507 697 #: init.c:511
691 msgid "target int is narrower than target char" 698 msgid "target int is narrower than target char"
692 msgstr "" 699 msgstr ""
693 700
694 #: init.c:512 701 #: init.c:516
695 msgid "CPP half-integer narrower than CPP character" 702 msgid "CPP half-integer narrower than CPP character"
696 msgstr "" 703 msgstr ""
697 704
698 #: init.c:516 705 #: init.c:520
699 #, c-format 706 #, c-format
700 msgid "" 707 msgid ""
701 "CPP on this host cannot handle wide character constants over %lu bits, but " 708 "CPP on this host cannot handle wide character constants over %lu bits, but "
702 "the target requires %lu bits" 709 "the target requires %lu bits"
703 msgstr "" 710 msgstr ""
704 711
705 #: lex.c:285 712 #: lex.c:834
706 msgid "backslash and newline separated by space" 713 msgid "backslash and newline separated by space"
707 msgstr "" 714 msgstr ""
708 715
709 #: lex.c:290 716 #: lex.c:839
710 msgid "backslash-newline at end of file" 717 msgid "backslash-newline at end of file"
711 msgstr "" 718 msgstr ""
712 719
713 #: lex.c:305 720 #: lex.c:855
714 #, c-format 721 #, c-format
715 msgid "trigraph ??%c converted to %c" 722 msgid "trigraph ??%c converted to %c"
716 msgstr "" 723 msgstr ""
717 724
718 #: lex.c:312 725 #: lex.c:863
719 #, c-format 726 #, c-format
720 msgid "trigraph ??%c ignored, use -trigraphs to enable" 727 msgid "trigraph ??%c ignored, use -trigraphs to enable"
721 msgstr "" 728 msgstr ""
722 729
723 #: lex.c:360 730 #: lex.c:912
724 msgid "\"/*\" within comment" 731 msgid "\"/*\" within comment"
725 msgstr "" 732 msgstr ""
726 733
727 #: lex.c:418 734 #: lex.c:970
728 #, c-format 735 #, c-format
729 msgid "%s in preprocessing directive" 736 msgid "%s in preprocessing directive"
730 msgstr "" 737 msgstr ""
731 738
732 #: lex.c:427 739 #: lex.c:979
733 msgid "null character(s) ignored" 740 msgid "null character(s) ignored"
734 msgstr "" 741 msgstr ""
735 742
736 #: lex.c:464 743 #: lex.c:1016
737 #, c-format 744 #, c-format
738 msgid "`%.*s' is not in NFKC" 745 msgid "`%.*s' is not in NFKC"
739 msgstr "" 746 msgstr ""
740 747
741 #: lex.c:467 748 #: lex.c:1019
742 #, c-format 749 #, c-format
743 msgid "`%.*s' is not in NFC" 750 msgid "`%.*s' is not in NFC"
744 msgstr "" 751 msgstr ""
745 752
746 #: lex.c:535 753 #: lex.c:1087
747 #: lex.c:612 754 #: lex.c:1164
748 #, c-format 755 #, c-format
749 msgid "attempt to use poisoned \"%s\"" 756 msgid "attempt to use poisoned \"%s\""
750 msgstr "" 757 msgstr ""
751 758
752 #: lex.c:543 759 #: lex.c:1095
753 #: lex.c:620 760 #: lex.c:1172
754 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro" 761 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
755 msgstr "" 762 msgstr ""
756 763
757 #: lex.c:549 764 #: lex.c:1101
758 #: lex.c:626 765 #: lex.c:1178
759 #, c-format 766 #, c-format
760 msgid "identifier \"%s\" is a special operator name in C++" 767 msgid "identifier \"%s\" is a special operator name in C++"
761 msgstr "" 768 msgstr ""
762 769
763 #: lex.c:771 770 #: lex.c:1323
764 msgid "raw string delimiter longer than 16 characters" 771 msgid "raw string delimiter longer than 16 characters"
765 msgstr "" 772 msgstr ""
766 773
767 #: lex.c:774 774 #: lex.c:1326
768 #, c-format 775 #, c-format
769 msgid "invalid character '%c' in raw string delimiter" 776 msgid "invalid character '%c' in raw string delimiter"
770 msgstr "" 777 msgstr ""
771 778
772 #: lex.c:895 779 #: lex.c:1447
773 #: lex.c:917 780 #: lex.c:1469
774 msgid "unterminated raw string" 781 msgid "unterminated raw string"
775 msgstr "" 782 msgstr ""
776 783
777 #: lex.c:932 784 #: lex.c:1484
778 #: lex.c:1031 785 #: lex.c:1583
779 msgid "null character(s) preserved in literal" 786 msgid "null character(s) preserved in literal"
780 msgstr "" 787 msgstr ""
781 788
782 #: lex.c:1034 789 #: lex.c:1586
783 #, c-format 790 #, c-format
784 msgid "missing terminating %c character" 791 msgid "missing terminating %c character"
785 msgstr "" 792 msgstr ""
786 793
787 #: lex.c:1527 794 #: lex.c:2085
788 msgid "C++ style comments are not allowed in ISO C90" 795 msgid "C++ style comments are not allowed in ISO C90"
789 msgstr "" 796 msgstr ""
790 797
791 #: lex.c:1529 798 #: lex.c:2087
792 msgid "(this will be reported only once per input file)" 799 msgid "(this will be reported only once per input file)"
793 msgstr "" 800 msgstr ""
794 801
795 #: lex.c:1534 802 #: lex.c:2092
796 msgid "multi-line comment" 803 msgid "multi-line comment"
797 msgstr "" 804 msgstr ""
798 805
799 #: lex.c:1854 806 #: lex.c:2412
800 #, c-format 807 #, c-format
801 msgid "unspellable token %s" 808 msgid "unspellable token %s"
802 msgstr "" 809 msgstr ""
803 810
804 #: macro.c:87 811 #: macro.c:87
851 #: traditional.c:681 858 #: traditional.c:681
852 #, c-format 859 #, c-format
853 msgid "unterminated argument list invoking macro \"%s\"" 860 msgid "unterminated argument list invoking macro \"%s\""
854 msgstr "" 861 msgstr ""
855 862
856 #: macro.c:864 863 #: macro.c:866
857 #, c-format 864 #, c-format
858 msgid "function-like macro \"%s\" must be used with arguments in traditional C" 865 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
859 msgstr "" 866 msgstr ""
860 867
861 #: macro.c:1038 868 #: macro.c:1040
862 #, c-format 869 #, c-format
863 msgid "" 870 msgid ""
864 "invoking macro %s argument %d: empty macro arguments are undefined in ISO " 871 "invoking macro %s argument %d: empty macro arguments are undefined in ISO "
865 "C90 and ISO C++98" 872 "C90 and ISO C++98"
866 msgstr "" 873 msgstr ""
867 874
868 #: macro.c:1501 875 #: macro.c:1507
869 #, c-format 876 #, c-format
870 msgid "duplicate macro parameter \"%s\"" 877 msgid "duplicate macro parameter \"%s\""
871 msgstr "" 878 msgstr ""
872 879
873 #: macro.c:1547 880 #: macro.c:1553
874 #, c-format 881 #, c-format
875 msgid "\"%s\" may not appear in macro parameter list" 882 msgid "\"%s\" may not appear in macro parameter list"
876 msgstr "" 883 msgstr ""
877 884
878 #: macro.c:1555 885 #: macro.c:1561
879 msgid "macro parameters must be comma-separated" 886 msgid "macro parameters must be comma-separated"
880 msgstr "" 887 msgstr ""
881 888
882 #: macro.c:1572 889 #: macro.c:1578
883 msgid "parameter name missing" 890 msgid "parameter name missing"
884 msgstr "" 891 msgstr ""
885 892
886 #: macro.c:1589 893 #: macro.c:1596
887 msgid "anonymous variadic macros were introduced in C99" 894 msgid "anonymous variadic macros were introduced in C99"
888 msgstr "" 895 msgstr ""
889 896
890 #: macro.c:1594 897 #: macro.c:1601
891 msgid "ISO C does not permit named variadic macros" 898 msgid "ISO C does not permit named variadic macros"
892 msgstr "" 899 msgstr ""
893 900
894 #: macro.c:1603 901 #: macro.c:1610
895 msgid "missing ')' in macro parameter list" 902 msgid "missing ')' in macro parameter list"
896 msgstr "" 903 msgstr ""
897 904
898 #: macro.c:1652 905 #: macro.c:1659
899 msgid "'##' cannot appear at either end of a macro expansion" 906 msgid "'##' cannot appear at either end of a macro expansion"
900 msgstr "" 907 msgstr ""
901 908
902 #: macro.c:1687 909 #: macro.c:1694
903 msgid "ISO C99 requires whitespace after the macro name" 910 msgid "ISO C99 requires whitespace after the macro name"
904 msgstr "" 911 msgstr ""
905 912
906 #: macro.c:1711 913 #: macro.c:1718
907 msgid "missing whitespace after the macro name" 914 msgid "missing whitespace after the macro name"
908 msgstr "" 915 msgstr ""
909 916
910 #: macro.c:1745 917 #: macro.c:1752
911 msgid "'#' is not followed by a macro parameter" 918 msgid "'#' is not followed by a macro parameter"
912 msgstr "" 919 msgstr ""
913 920
914 #: macro.c:1900 921 #: macro.c:1910
915 #, c-format 922 #, c-format
916 msgid "\"%s\" redefined" 923 msgid "\"%s\" redefined"
917 msgstr "" 924 msgstr ""
918 925
919 #: macro.c:1905 926 #: macro.c:1916
920 msgid "this is the location of the previous definition" 927 msgid "this is the location of the previous definition"
921 msgstr "" 928 msgstr ""
922 929
923 #: macro.c:1966 930 #: macro.c:1977
924 #, c-format 931 #, c-format
925 msgid "macro argument \"%s\" would be stringified in traditional C" 932 msgid "macro argument \"%s\" would be stringified in traditional C"
926 msgstr "" 933 msgstr ""
927 934
928 #: macro.c:1989 935 #: macro.c:2004
929 #, c-format 936 #, c-format
930 msgid "invalid hash type %d in cpp_macro_definition" 937 msgid "invalid hash type %d in cpp_macro_definition"
931 msgstr "" 938 msgstr ""
932 939
933 #: pch.c:86 940 #: pch.c:88
934 #: pch.c:334 941 #: pch.c:336
935 #: pch.c:346 942 #: pch.c:348
936 #: pch.c:364 943 #: pch.c:366
937 #: pch.c:370 944 #: pch.c:372
938 #: pch.c:379 945 #: pch.c:381
939 #: pch.c:386 946 #: pch.c:388
940 msgid "while writing precompiled header" 947 msgid "while writing precompiled header"
941 msgstr "" 948 msgstr ""
942 949
943 #: pch.c:617 950 #: pch.c:608
944 #, c-format 951 #, c-format
945 msgid "%s: not used because `%.*s' is poisoned" 952 msgid "%s: not used because `%.*s' is poisoned"
946 msgstr "" 953 msgstr ""
947 954
948 #: pch.c:639 955 #: pch.c:630
949 #, c-format 956 #, c-format
950 msgid "%s: not used because `%.*s' not defined" 957 msgid "%s: not used because `%.*s' not defined"
951 msgstr "" 958 msgstr ""
952 959
953 #: pch.c:651 960 #: pch.c:642
954 #, c-format 961 #, c-format
955 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'" 962 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
956 msgstr "" 963 msgstr ""
957 964
958 #: pch.c:692 965 #: pch.c:683
959 #, c-format 966 #, c-format
960 msgid "%s: not used because `%s' is defined" 967 msgid "%s: not used because `%s' is defined"
961 msgstr "" 968 msgstr ""
962 969
970 #: pch.c:703
971 #, c-format
972 msgid "%s: not used because `__COUNTER__' is invalid"
973 msgstr ""
974
963 #: pch.c:712 975 #: pch.c:712
964 #, c-format 976 #: pch.c:891
965 msgid "%s: not used because `__COUNTER__' is invalid"
966 msgstr ""
967
968 #: pch.c:721
969 #: pch.c:894
970 msgid "while reading precompiled header" 977 msgid "while reading precompiled header"
971 msgstr "" 978 msgstr ""
972 979
973 #: traditional.c:751 980 #: traditional.c:751
974 #, c-format 981 #, c-format