OSDN Git Service

6b66880469dddef2886ed9be1d2fe8aef9efe3a4
[pf3gnuchains/gcc-fork.git] / libcpp / po / zh_CN.po
1 # Simplified Chinese translation for cpplib.
2 # Copyright (C) 2005 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the gcc package.
4 # Meng Jie <zuxy.meng@gmail.com>, 2005-2009.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: cpplib 4.5-b20100204\n"
9 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
10 "POT-Creation-Date: 2010-01-11 11:42+0000\n"
11 "PO-Revision-Date: 2010-02-23 15:53+0800\n"
12 "Last-Translator: Meng Jie <zuxy.meng@gmail.com>\n"
13 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=utf-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #: charset.c:674
19 #, c-format
20 msgid "conversion from %s to %s not supported by iconv"
21 msgstr "iconv 不支持从 %s 到 %s 的转换"
22
23 #: charset.c:677
24 msgid "iconv_open"
25 msgstr "iconv_open"
26
27 #: charset.c:685
28 #, c-format
29 msgid "no iconv implementation, cannot convert from %s to %s"
30 msgstr "没有 iconv 的实现,无法从 %s 转换到 %s"
31
32 #: charset.c:781
33 #, c-format
34 msgid "character 0x%lx is not in the basic source character set\n"
35 msgstr "字符 0x%lx 不在基本源字符集中\n"
36
37 #: charset.c:798 charset.c:1457
38 msgid "converting to execution character set"
39 msgstr "转换到可执行文件的字符集"
40
41 #: charset.c:804
42 #, c-format
43 msgid "character 0x%lx is not unibyte in execution character set"
44 msgstr "字符 0x%lx 在执行字符集中不是单字节的"
45
46 #: charset.c:928
47 #, c-format
48 msgid "Character %x might not be NFKC"
49 msgstr "字符 %x 可能不是 NFKC"
50
51 #: charset.c:994
52 msgid "universal character names are only valid in C++ and C99"
53 msgstr "Unicode 字符名只在 C++ 和 C99 中有效"
54
55 #: charset.c:997
56 #, c-format
57 msgid "the meaning of '\\%c' is different in traditional C"
58 msgstr "‘\\%c’的意义与在传统 C 中不同"
59
60 #: charset.c:1006
61 msgid "In _cpp_valid_ucn but not a UCN"
62 msgstr "在 _cpp_valid_ucn 中但不是一个 UCN"
63
64 #: charset.c:1031
65 #, c-format
66 msgid "incomplete universal character name %.*s"
67 msgstr "不完全的 Unicode 字符名 %.*s"
68
69 #: charset.c:1046
70 #, c-format
71 msgid "%.*s is not a valid universal character"
72 msgstr "%.*s 不是一个有效的 Unicode 字符"
73
74 #: charset.c:1056 lex.c:486
75 msgid "'$' in identifier or number"
76 msgstr "‘$’出现在标识符或数字中"
77
78 #: charset.c:1066
79 #, c-format
80 msgid "universal character %.*s is not valid in an identifier"
81 msgstr "Unicode 字符 %.*s 在标识符中无效"
82
83 #: charset.c:1070
84 #, c-format
85 msgid "universal character %.*s is not valid at the start of an identifier"
86 msgstr "Unicode 字符 %.*s 在标识符开头无效"
87
88 #: charset.c:1102 charset.c:1687
89 msgid "converting UCN to source character set"
90 msgstr "将 UCN 转换到源字符集"
91
92 #: charset.c:1106
93 msgid "converting UCN to execution character set"
94 msgstr "将 UCN 转换到执行字符集"
95
96 #: charset.c:1178
97 msgid "the meaning of '\\x' is different in traditional C"
98 msgstr "‘\\x’的意义与在传统 C 中不同"
99
100 #: charset.c:1195
101 msgid "\\x used with no following hex digits"
102 msgstr "\\x 后没有 16 进制数字"
103
104 #: charset.c:1202
105 msgid "hex escape sequence out of range"
106 msgstr "16 进制转义序列越界"
107
108 #: charset.c:1240
109 msgid "octal escape sequence out of range"
110 msgstr "8 进制转义序列越界"
111
112 #: charset.c:1306
113 msgid "the meaning of '\\a' is different in traditional C"
114 msgstr "‘\\a’的意义与在传统 C 中不同"
115
116 #: charset.c:1313
117 #, c-format
118 msgid "non-ISO-standard escape sequence, '\\%c'"
119 msgstr "非 ISO 标准的转义序列,‘\\%c’"
120
121 #: charset.c:1321
122 #, c-format
123 msgid "unknown escape sequence: '\\%c'"
124 msgstr "未知的转义序列:‘\\%c’"
125
126 #: charset.c:1329
127 #, c-format
128 msgid "unknown escape sequence: '\\%s'"
129 msgstr "未知的转义序列:‘\\%s’"
130
131 #: charset.c:1336
132 msgid "converting escape sequence to execution character set"
133 msgstr "将转义序列转换到执行字符集"
134
135 #: charset.c:1522 charset.c:1586
136 msgid "character constant too long for its type"
137 msgstr "字符常量大小超出其类型"
138
139 #: charset.c:1525
140 msgid "multi-character character constant"
141 msgstr "多字节字符常量"
142
143 #: charset.c:1625
144 msgid "empty character constant"
145 msgstr "空的字符常量"
146
147 #: charset.c:1734
148 #, c-format
149 msgid "failure to convert %s to %s"
150 msgstr "无法从 %s 转换到 %s"
151
152 #: directives.c:222 directives.c:248
153 #, c-format
154 msgid "extra tokens at end of #%s directive"
155 msgstr "#%s 指示的末尾有多余的标识符"
156
157 #: directives.c:354
158 #, c-format
159 msgid "#%s is a GCC extension"
160 msgstr "#%s 是一个 GCC 扩展"
161
162 #: directives.c:358
163 #, c-format
164 msgid "#%s is a deprecated GCC extension"
165 msgstr "#%s 是一个已过时的 GCC 扩展"
166
167 #: directives.c:372
168 msgid "suggest not using #elif in traditional C"
169 msgstr "建议在传统 C 中不使用 #elif"
170
171 #: directives.c:375
172 #, c-format
173 msgid "traditional C ignores #%s with the # indented"
174 msgstr "当 # 有缩进时传统 C 忽略 #%s"
175
176 #: directives.c:379
177 #, c-format
178 msgid "suggest hiding #%s from traditional C with an indented #"
179 msgstr "建议使用缩进的 # 以让 #%s 对传统 C 不可见"
180
181 #: directives.c:405
182 msgid "embedding a directive within macro arguments is not portable"
183 msgstr "将一个指示嵌入宏参数中是不可移植的"
184
185 #: directives.c:425
186 msgid "style of line directive is a GCC extension"
187 msgstr "line 指示的风格是一个 GCC 扩展"
188
189 #: directives.c:480
190 #, c-format
191 msgid "invalid preprocessing directive #%s"
192 msgstr "无效的预处理指示 #%s"
193
194 #: directives.c:548
195 msgid "\"defined\" cannot be used as a macro name"
196 msgstr "“defined”不能被用作宏名"
197
198 #: directives.c:554
199 #, c-format
200 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
201 msgstr "“%s”不能被用作宏名,因为它是 C++ 中的一个操作符"
202
203 #: directives.c:557
204 #, c-format
205 msgid "no macro name given in #%s directive"
206 msgstr "#%s 指示中未给出宏名"
207
208 #: directives.c:560
209 msgid "macro names must be identifiers"
210 msgstr "宏名必须是标识符"
211
212 #: directives.c:609
213 #, c-format
214 msgid "undefining \"%s\""
215 msgstr "取消对“%s”的定义"
216
217 #: directives.c:664
218 msgid "missing terminating > character"
219 msgstr "缺少结尾的 > 字符"
220
221 #: directives.c:723
222 #, c-format
223 msgid "#%s expects \"FILENAME\" or <FILENAME>"
224 msgstr "#%s 需要 \"FILENAME\" 或 <FILENAME>"
225
226 #: directives.c:769
227 #, c-format
228 msgid "empty filename in #%s"
229 msgstr "#%s 中文件名为空"
230
231 #: directives.c:779
232 msgid "#include nested too deeply"
233 msgstr "#include 嵌套过深"
234
235 #: directives.c:820
236 msgid "#include_next in primary source file"
237 msgstr "#include_next 出现在主源文件中"
238
239 #: directives.c:846
240 #, c-format
241 msgid "invalid flag \"%s\" in line directive"
242 msgstr "line 指示中有无效的标记“%s”"
243
244 #: directives.c:906
245 msgid "unexpected end of file after #line"
246 msgstr "#line 后未预期的文件结束"
247
248 #: directives.c:909
249 #, c-format
250 msgid "\"%s\" after #line is not a positive integer"
251 msgstr "#line 后的“%s”不是一个正整数"
252
253 #: directives.c:915 directives.c:917
254 msgid "line number out of range"
255 msgstr "行号超出范围"
256
257 #: directives.c:930 directives.c:1010
258 #, c-format
259 msgid "\"%s\" is not a valid filename"
260 msgstr "“%s”不是一个有效的文件名"
261
262 #: directives.c:970
263 #, c-format
264 msgid "\"%s\" after # is not a positive integer"
265 msgstr "# 后的“%s”不是一个正整数"
266
267 #: directives.c:1062
268 #, c-format
269 msgid "%s"
270 msgstr "%s"
271
272 #: directives.c:1086
273 #, c-format
274 msgid "invalid #%s directive"
275 msgstr "无效的 #%s 指示"
276
277 #: directives.c:1149
278 #, c-format
279 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
280 msgstr "在命名空间“%s”中注册 pragma 时名称扩展不匹配"
281
282 #: directives.c:1158
283 #, c-format
284 msgid "registering pragma \"%s\" with name expansion and no namespace"
285 msgstr "pragma “%s”被注册为一个命名扩展,而没有命名空间"
286
287 #: directives.c:1176
288 #, c-format
289 msgid "registering \"%s\" as both a pragma and a pragma namespace"
290 msgstr "“%s”既被注册为一个pragma 又被注册为一个 pragma 命名空间"
291
292 #: directives.c:1179
293 #, c-format
294 msgid "#pragma %s %s is already registered"
295 msgstr "#pragma %s %s 已经被注册"
296
297 #: directives.c:1182
298 #, c-format
299 msgid "#pragma %s is already registered"
300 msgstr "#pragma %s 已经被注册"
301
302 #: directives.c:1212
303 msgid "registering pragma with NULL handler"
304 msgstr "pragma 注册为被 NULL 处理"
305
306 #: directives.c:1424
307 msgid "#pragma once in main file"
308 msgstr "#pragma once 出现在主文件中"
309
310 #: directives.c:1444
311 msgid "invalid #pragma push_macro directive"
312 msgstr "无效的 #pragma push_macro 指示"
313
314 #: directives.c:1483
315 msgid "invalid #pragma pop_macro directive"
316 msgstr "无效的 #pragma pop_macro 指示"
317
318 #: directives.c:1537
319 msgid "invalid #pragma GCC poison directive"
320 msgstr "无效的 #pragma GCC poison 指示"
321
322 #: directives.c:1546
323 #, c-format
324 msgid "poisoning existing macro \"%s\""
325 msgstr "对已存在的宏“%s”投毒"
326
327 #: directives.c:1565
328 msgid "#pragma system_header ignored outside include file"
329 msgstr "#pragma system_heade 在包含文件外被忽略"
330
331 #: directives.c:1590
332 #, c-format
333 msgid "cannot find source file %s"
334 msgstr "找不到源文件 %s"
335
336 #: directives.c:1594
337 #, c-format
338 msgid "current file is older than %s"
339 msgstr "当前文件早于 %s"
340
341 #: directives.c:1779
342 msgid "_Pragma takes a parenthesized string literal"
343 msgstr "_Pragma 需要一个括起的字符串字面常量"
344
345 #: directives.c:1884
346 msgid "#else without #if"
347 msgstr "#else 没有匹配的 #if"
348
349 #: directives.c:1889
350 msgid "#else after #else"
351 msgstr "#else 出现在 #else 后"
352
353 #: directives.c:1891 directives.c:1924
354 msgid "the conditional began here"
355 msgstr "条件自此开始"
356
357 #: directives.c:1917
358 msgid "#elif without #if"
359 msgstr "#elif 没有匹配的 #if"
360
361 #: directives.c:1922
362 msgid "#elif after #else"
363 msgstr "#elif 出现在 #else 后"
364
365 #: directives.c:1960
366 msgid "#endif without #if"
367 msgstr "#endif 没有匹配的 #if"
368
369 #: directives.c:2040
370 msgid "missing '(' after predicate"
371 msgstr "谓词后缺少‘(’"
372
373 #: directives.c:2055
374 msgid "missing ')' to complete answer"
375 msgstr "完整的答案缺少‘)’"
376
377 #: directives.c:2075
378 msgid "predicate's answer is empty"
379 msgstr "谓词的答案为空"
380
381 #: directives.c:2102
382 msgid "assertion without predicate"
383 msgstr "断言后没有谓词"
384
385 #: directives.c:2105
386 msgid "predicate must be an identifier"
387 msgstr "谓词必须是一个标识符"
388
389 #: directives.c:2191
390 #, c-format
391 msgid "\"%s\" re-asserted"
392 msgstr "重断言“%s”"
393
394 #: directives.c:2474
395 #, c-format
396 msgid "unterminated #%s"
397 msgstr "未终止的 #%s"
398
399 #: directives-only.c:222 lex.c:1415 traditional.c:163
400 msgid "unterminated comment"
401 msgstr "未结束的注释"
402
403 #: errors.c:93
404 msgid "stdout"
405 msgstr "stdout"
406
407 #: errors.c:95
408 #, c-format
409 msgid "%s: %s"
410 msgstr "%s:%s"
411
412 #: expr.c:282
413 msgid "too many decimal points in number"
414 msgstr "数字中有太多小数点"
415
416 #: expr.c:311 expr.c:396
417 msgid "fixed-point constants are a GCC extension"
418 msgstr "定点常量是一个 GCC 扩展"
419
420 #: expr.c:324
421 #, c-format
422 msgid "invalid digit \"%c\" in binary constant"
423 msgstr "二进制常量中有无效数字“%c”"
424
425 #: expr.c:326
426 #, c-format
427 msgid "invalid digit \"%c\" in octal constant"
428 msgstr "8 进制常量中有非法字符“%c”"
429
430 #: expr.c:334
431 msgid "invalid prefix \"0b\" for floating constant"
432 msgstr "浮点常量的“0b”前缀无效"
433
434 #: expr.c:339
435 msgid "no digits in hexadecimal floating constant"
436 msgstr "16 进制浮点常量中没有数字"
437
438 #: expr.c:343
439 msgid "use of C99 hexadecimal floating constant"
440 msgstr "使用 C99 式的 16 进制浮点常量"
441
442 #: expr.c:352
443 msgid "exponent has no digits"
444 msgstr "指数部分没有数字"
445
446 #: expr.c:359
447 msgid "hexadecimal floating constants require an exponent"
448 msgstr "16 进制浮点常量需要指数部分"
449
450 #: expr.c:365
451 #, c-format
452 msgid "invalid suffix \"%.*s\" on floating constant"
453 msgstr "浮点常量的“%.*s”后缀无效"
454
455 #: expr.c:375 expr.c:424
456 #, c-format
457 msgid "traditional C rejects the \"%.*s\" suffix"
458 msgstr "传统 C 不接受“%.*s”后缀"
459
460 #: expr.c:383
461 msgid "suffix for double constant is a GCC extension"
462 msgstr "双精度常量后缀是一个 GCC 扩展"
463
464 #: expr.c:389
465 #, c-format
466 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
467 msgstr "十六进制浮点常量的“%.*s”后缀无效"
468
469 #: expr.c:400
470 msgid "decimal float constants are a GCC extension"
471 msgstr "十进制浮点常量是一个 GCC 扩展"
472
473 #: expr.c:410
474 #, c-format
475 msgid "invalid suffix \"%.*s\" on integer constant"
476 msgstr "整数常量的“%.*s”后缀无效"
477
478 #: expr.c:433
479 msgid "use of C++0x long long integer constant"
480 msgstr "使用 C++0x long long 整数常量"
481
482 #: expr.c:442
483 msgid "imaginary constants are a GCC extension"
484 msgstr "虚数常量是一个 GCC 扩展"
485
486 #: expr.c:445
487 msgid "binary constants are a GCC extension"
488 msgstr "二进制常量是一个 GCC 扩展"
489
490 #: expr.c:538
491 msgid "integer constant is too large for its type"
492 msgstr "整数常量值超出其类型"
493
494 #: expr.c:569
495 msgid "integer constant is so large that it is unsigned"
496 msgstr "整数常量太大,认定为 unsigned"
497
498 #: expr.c:664
499 msgid "missing ')' after \"defined\""
500 msgstr "“defined” 后出现‘)’"
501
502 #: expr.c:671
503 msgid "operator \"defined\" requires an identifier"
504 msgstr "操作符“defined”需要一个标识符"
505
506 #: expr.c:679
507 #, c-format
508 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
509 msgstr "(在 C++ 中“%s”会是“%s”的替代标识符)"
510
511 #: expr.c:689
512 msgid "this use of \"defined\" may not be portable"
513 msgstr "使用“defined”可能不利于移植"
514
515 #: expr.c:742
516 msgid "floating constant in preprocessor expression"
517 msgstr "浮点常量出现在预处理表达式中"
518
519 #: expr.c:748
520 msgid "imaginary number in preprocessor expression"
521 msgstr "预处理表达式中出现虚数"
522
523 #: expr.c:795
524 #, c-format
525 msgid "\"%s\" is not defined"
526 msgstr "“%s”未定义"
527
528 #: expr.c:807
529 msgid "assertions are a GCC extension"
530 msgstr "断言是一个 GCC 扩展"
531
532 #: expr.c:810
533 msgid "assertions are a deprecated extension"
534 msgstr "断言是一个已过时的 GCC 扩展"
535
536 #: expr.c:943 expr.c:972
537 #, c-format
538 msgid "missing binary operator before token \"%s\""
539 msgstr "标识符“%s”前缺少二元运算符"
540
541 #: expr.c:963
542 #, c-format
543 msgid "token \"%s\" is not valid in preprocessor expressions"
544 msgstr "标识符“%s”在预处理表达式中无效"
545
546 #: expr.c:980
547 msgid "missing expression between '(' and ')'"
548 msgstr "‘(’与‘)’之间缺少表达式"
549
550 #: expr.c:983
551 #, c-format
552 msgid "%s with no expression"
553 msgstr "%s 后没有表达式"
554
555 #: expr.c:986
556 #, c-format
557 msgid "operator '%s' has no right operand"
558 msgstr "操作符‘%s’没有右操作数"
559
560 #: expr.c:991
561 #, c-format
562 msgid "operator '%s' has no left operand"
563 msgstr "操作符‘%s’没有左操作数"
564
565 #: expr.c:1017
566 msgid " ':' without preceding '?'"
567 msgstr "‘:’前没有‘?’"
568
569 #: expr.c:1045
570 #, c-format
571 msgid "unbalanced stack in %s"
572 msgstr "%s 中堆栈不平衡"
573
574 #: expr.c:1065
575 #, c-format
576 msgid "impossible operator '%u'"
577 msgstr "不可能的操作‘%u’"
578
579 #: expr.c:1166
580 msgid "missing ')' in expression"
581 msgstr "表达式中缺少‘)’"
582
583 #: expr.c:1195
584 msgid "'?' without following ':'"
585 msgstr "‘?’后没有‘:’"
586
587 #: expr.c:1205
588 msgid "integer overflow in preprocessor expression"
589 msgstr "预处理表达式中整数溢出"
590
591 #: expr.c:1210
592 msgid "missing '(' in expression"
593 msgstr "表达式中缺少‘(’"
594
595 #: expr.c:1242
596 #, c-format
597 msgid "the left operand of \"%s\" changes sign when promoted"
598 msgstr "“%s”的左操作数在提升时变换了符号"
599
600 #: expr.c:1247
601 #, c-format
602 msgid "the right operand of \"%s\" changes sign when promoted"
603 msgstr "“%s”的右操作数在提升时变换了符号"
604
605 #: expr.c:1506
606 msgid "traditional C rejects the unary plus operator"
607 msgstr "传统 C 不接受单目 + 运算符"
608
609 #: expr.c:1589
610 msgid "comma operator in operand of #if"
611 msgstr "#if 操作数中出现逗号"
612
613 #: expr.c:1725
614 msgid "division by zero in #if"
615 msgstr "#if 中用零做除数"
616
617 #: files.c:463
618 msgid "NULL directory in find_file"
619 msgstr "find_file 中有 NULL 目录"
620
621 #: files.c:500
622 msgid "one or more PCH files were found, but they were invalid"
623 msgstr "找到一个或多个 PCH 文件,但它们是无效的"
624
625 #: files.c:503
626 msgid "use -Winvalid-pch for more information"
627 msgstr "使用 -Winvalid-pch 以获得更多信息"
628
629 #: files.c:594
630 #, c-format
631 msgid "%s is a block device"
632 msgstr "%s 是一个块设备"
633
634 #: files.c:611
635 #, c-format
636 msgid "%s is too large"
637 msgstr "%s 过大"
638
639 #: files.c:646
640 #, c-format
641 msgid "%s is shorter than expected"
642 msgstr "%s 短于预期"
643
644 #: files.c:881
645 #, c-format
646 msgid "no include path in which to search for %s"
647 msgstr "没有包含路径可供搜索 %s"
648
649 #: files.c:1306
650 msgid "Multiple include guards may be useful for:\n"
651 msgstr "多个防止重包含可能对其有用:\n"
652
653 #: init.c:485
654 msgid "cppchar_t must be an unsigned type"
655 msgstr "cppchar_t 必须是无符号型"
656
657 #: init.c:489
658 #, c-format
659 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
660 msgstr "预处理算术的最高精度为 %lu 位;目标需要 %lu 位"
661
662 #: init.c:496
663 msgid "CPP arithmetic must be at least as precise as a target int"
664 msgstr "CPP 算术必须至少具有目标 int 的精度"
665
666 #: init.c:499
667 msgid "target char is less than 8 bits wide"
668 msgstr "目标 char 短于 8 位"
669
670 #: init.c:503
671 msgid "target wchar_t is narrower than target char"
672 msgstr "目录 wchar_t 短于目标 char"
673
674 #: init.c:507
675 msgid "target int is narrower than target char"
676 msgstr "目标 int 短于目标 char"
677
678 #: init.c:512
679 msgid "CPP half-integer narrower than CPP character"
680 msgstr "CPP 半整数短于 CPP 字符"
681
682 #: init.c:516
683 #, c-format
684 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
685 msgstr "在此宿主机上,CPP 不能处理长于 %lu 位的宽字符常量,但目标需要 %lu 位"
686
687 #: lex.c:285
688 msgid "backslash and newline separated by space"
689 msgstr "反斜杠和换行为空格所分隔"
690
691 #: lex.c:290
692 msgid "backslash-newline at end of file"
693 msgstr "反斜杠续行出现在文件末尾"
694
695 #: lex.c:305
696 #, c-format
697 msgid "trigraph ??%c converted to %c"
698 msgstr "三元符 ??%c 转换为 %c"
699
700 #: lex.c:312
701 #, c-format
702 msgid "trigraph ??%c ignored, use -trigraphs to enable"
703 msgstr "三元符 ??%c 被忽略,请使用 -trigraphs 来启用"
704
705 #: lex.c:358
706 msgid "\"/*\" within comment"
707 msgstr "“/*”出现在注释中"
708
709 #: lex.c:416
710 #, c-format
711 msgid "%s in preprocessing directive"
712 msgstr "预处理指示中出现 %s"
713
714 #: lex.c:425
715 msgid "null character(s) ignored"
716 msgstr "忽略空字符"
717
718 #: lex.c:462
719 #, c-format
720 msgid "`%.*s' is not in NFKC"
721 msgstr "‘%.*s’不在 NFKC 中"
722
723 #: lex.c:465
724 #, c-format
725 msgid "`%.*s' is not in NFC"
726 msgstr "‘%.*s’不在 NFC 中"
727
728 #: lex.c:533 lex.c:610
729 #, c-format
730 msgid "attempt to use poisoned \"%s\""
731 msgstr "试图使用有毒的“%s”"
732
733 #: lex.c:541 lex.c:618
734 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
735 msgstr "__VA_ARGS__ 只能出现在 C99 可变参数宏的展开中"
736
737 #: lex.c:547 lex.c:624
738 #, c-format
739 msgid "identifier \"%s\" is a special operator name in C++"
740 msgstr "标识符“%s”是 C++ 中的一个特殊操作符"
741
742 #: lex.c:739
743 msgid "raw string delimiter longer than 16 characters"
744 msgstr "原始字符串分隔符长过 16 个字符"
745
746 #: lex.c:742
747 #, c-format
748 msgid "invalid character '%c' in raw string delimiter"
749 msgstr "原始字符串分隔符中有无效字符‘%c’"
750
751 #: lex.c:771 lex.c:818
752 msgid "unterminated raw string"
753 msgstr "未终止的原始字符串"
754
755 #: lex.c:831 lex.c:930
756 msgid "null character(s) preserved in literal"
757 msgstr "空字符将保留在字面字符串中"
758
759 #: lex.c:933
760 #, c-format
761 msgid "missing terminating %c character"
762 msgstr "缺少结尾的 %c 字符"
763
764 #: lex.c:1426
765 msgid "C++ style comments are not allowed in ISO C90"
766 msgstr "C++ 风格的注释在 ISO C90 中不被允许"
767
768 #: lex.c:1428
769 msgid "(this will be reported only once per input file)"
770 msgstr "(此警告为每个输入文件只报告一次)"
771
772 #: lex.c:1433
773 msgid "multi-line comment"
774 msgstr "多行注释"
775
776 #: lex.c:1753
777 #, c-format
778 msgid "unspellable token %s"
779 msgstr "无法拼出的标识符 %s"
780
781 #: macro.c:87
782 #, c-format
783 msgid "macro \"%s\" is not used"
784 msgstr "宏“%s”未被使用"
785
786 #: macro.c:126 macro.c:321
787 #, c-format
788 msgid "invalid built-in macro \"%s\""
789 msgstr "无效的内建宏“%s”"
790
791 #: macro.c:160
792 msgid "could not determine file timestamp"
793 msgstr "无法决定文件的时间戳"
794
795 #: macro.c:256
796 msgid "could not determine date and time"
797 msgstr "无法决定日期与时间"
798
799 #: macro.c:272
800 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
801 msgstr "带 -fdirectives-only 时 __COUNTER__ 在指示中扩展"
802
803 #: macro.c:430
804 msgid "invalid string literal, ignoring final '\\'"
805 msgstr "无效的字面字符串,忽略最后的‘\\’"
806
807 #: macro.c:490
808 #, c-format
809 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
810 msgstr "毗连“%s”和“%s”不能给出一个有效的预处理标识符"
811
812 #: macro.c:565
813 msgid "ISO C99 requires rest arguments to be used"
814 msgstr "ISO C99 需要使用剩余的参数"
815
816 #: macro.c:570
817 #, c-format
818 msgid "macro \"%s\" requires %u arguments, but only %u given"
819 msgstr "宏“%s”需要 %u 个参数,但只给出了 %u 个"
820
821 #: macro.c:575
822 #, c-format
823 msgid "macro \"%s\" passed %u arguments, but takes just %u"
824 msgstr "宏“%s”传递了 %u 个参数,但只需要 %u 个"
825
826 #: macro.c:734 traditional.c:681
827 #, c-format
828 msgid "unterminated argument list invoking macro \"%s\""
829 msgstr "调用宏“%s”时参数列表未终止"
830
831 #: macro.c:864
832 #, c-format
833 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
834 msgstr "类似函数的宏“%s”在传统 C 中必须与参数一起使用"
835
836 #: macro.c:1038
837 #, c-format
838 msgid "invoking macro %s argument %d: empty macro arguments are undefined in ISO C90 and ISO C++98"
839 msgstr "调用宏 %s 的参数 %d:空的宏参数未被 ISO C90 和 ISO C++98 定义"
840
841 #: macro.c:1501
842 #, c-format
843 msgid "duplicate macro parameter \"%s\""
844 msgstr "重复的宏参数“%s”"
845
846 #: macro.c:1547
847 #, c-format
848 msgid "\"%s\" may not appear in macro parameter list"
849 msgstr "“%s”不能出现在宏参数列表中"
850
851 #: macro.c:1555
852 msgid "macro parameters must be comma-separated"
853 msgstr "宏参数必须由逗号隔开"
854
855 #: macro.c:1572
856 msgid "parameter name missing"
857 msgstr "缺少形参名"
858
859 #: macro.c:1589
860 msgid "anonymous variadic macros were introduced in C99"
861 msgstr "匿名可变参数宏在 C99 中被引入"
862
863 #: macro.c:1594
864 msgid "ISO C does not permit named variadic macros"
865 msgstr "ISO C 不允许有名的可变参数宏"
866
867 #: macro.c:1603
868 msgid "missing ')' in macro parameter list"
869 msgstr "在宏参数表中缺少‘)’"
870
871 #: macro.c:1652
872 msgid "'##' cannot appear at either end of a macro expansion"
873 msgstr "‘##’不能出现在宏展开的两端"
874
875 #: macro.c:1687
876 msgid "ISO C99 requires whitespace after the macro name"
877 msgstr "ISO C99 要求宏名后必须有空白"
878
879 #: macro.c:1711
880 msgid "missing whitespace after the macro name"
881 msgstr "宏名后缺少空白"
882
883 #: macro.c:1745
884 msgid "'#' is not followed by a macro parameter"
885 msgstr "‘#’后没有宏参数"
886
887 #: macro.c:1900
888 #, c-format
889 msgid "\"%s\" redefined"
890 msgstr "“%s”重定义"
891
892 #: macro.c:1905
893 msgid "this is the location of the previous definition"
894 msgstr "这是先前定义的位置"
895
896 #: macro.c:1966
897 #, c-format
898 msgid "macro argument \"%s\" would be stringified in traditional C"
899 msgstr "宏参数“%s”将在传统 C 中被字符串化"
900
901 #: macro.c:1989
902 #, c-format
903 msgid "invalid hash type %d in cpp_macro_definition"
904 msgstr "cpp_macro_definition 中有无效的散列类型 %d"
905
906 #: pch.c:86 pch.c:334 pch.c:346 pch.c:364 pch.c:370 pch.c:379 pch.c:386
907 msgid "while writing precompiled header"
908 msgstr "在写入预编译头时"
909
910 #: pch.c:617
911 #, c-format
912 msgid "%s: not used because `%.*s' is poisoned"
913 msgstr "%s:未使用因为‘%.*s’已被投毒"
914
915 #: pch.c:639
916 #, c-format
917 msgid "%s: not used because `%.*s' not defined"
918 msgstr "%s:未使用因为‘%.*s’未定义"
919
920 #: pch.c:651
921 #, c-format
922 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
923 msgstr "%s:未使用因为‘%.*s’被定义为‘%s’而非‘%*.s’"
924
925 #: pch.c:692
926 #, c-format
927 msgid "%s: not used because `%s' is defined"
928 msgstr "%s:未使用因为‘%s’已定义"
929
930 #: pch.c:712
931 #, c-format
932 msgid "%s: not used because `__COUNTER__' is invalid"
933 msgstr "%s:未使用因为‘__COUNTER__’无效"
934
935 #: pch.c:721 pch.c:894
936 msgid "while reading precompiled header"
937 msgstr "在读取预编译头时"
938
939 #: traditional.c:751
940 #, c-format
941 msgid "detected recursion whilst expanding macro \"%s\""
942 msgstr "展开宏“%s”时检测到递归"
943
944 #: traditional.c:969
945 msgid "syntax error in macro parameter list"
946 msgstr "宏参数列表语法错误"
947
948 #~ msgid "warning: "
949 #~ msgstr "警告:"
950
951 #~ msgid "internal error: "
952 #~ msgstr "内部错误:"
953
954 #~ msgid "error: "
955 #~ msgstr "错误:"
956
957 #~ msgid "In file included from %s:%u"
958 #~ msgstr "在包含自 %s:%u 的文件中"
959
960 #~ msgid ""
961 #~ ",\n"
962 #~ "                 from %s:%u"
963 #~ msgstr ""
964 #~ ",\n"
965 #~ "                 从 %s:%u"
966
967 #~ msgid "no newline at end of file"
968 #~ msgstr "文件未以空白行结束"