C90 prototype updates.
[gcc.git] / gcc / po / be.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) 2002 Free Software Foundation, Inc.
3 # Ales Nyakhaychyk <nyakhaychyk@i18n.linux.by>, 2002.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: gcc 3.1\n"
8 "POT-Creation-Date: 2003-10-24 13:20+0200\n"
9 "PO-Revision-Date: 2002-05-17 15:54+0200\n"
10 "Last-Translator: Ales Nyakhaychyk <nyakhaychyk@i18n.linux.by>\n"
11 "Language-Team: Belarusian <i18n@tut.by>\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=utf-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15
16 #: attribs.c:185
17 #, c-format
18 msgid "`%s' attribute directive ignored"
19 msgstr ""
20
21 #: attribs.c:193
22 #, c-format
23 msgid "wrong number of arguments specified for `%s' attribute"
24 msgstr "памылковая колькасьць аргументаў, зададзеных для атрыбута `%s'"
25
26 #: attribs.c:210
27 #, c-format
28 msgid "`%s' attribute does not apply to types"
29 msgstr ""
30
31 #: attribs.c:247
32 #, c-format
33 msgid "`%s' attribute only applies to function types"
34 msgstr ""
35
36 #: attribs.c:404 c-common.c:5275 c-common.c:5297 c-common.c:5319
37 #: c-common.c:5350 c-common.c:5372 c-common.c:5397 c-common.c:5423
38 #: c-common.c:5453 c-common.c:5491 c-common.c:5538 c-common.c:5568
39 #: c-common.c:5598 c-common.c:5621 c-common.c:5878 c-common.c:5900
40 #: c-common.c:5943 c-common.c:6020 c-common.c:6076 c-common.c:6103
41 #: c-common.c:6186 c-common.c:6220 c-common.c:6574 config/arm/arm.c:2101
42 #: config/arm/arm.c:2128 config/avr/avr.c:4774 config/h8300/h8300.c:3693
43 #: config/h8300/h8300.c:3718 config/i386/i386.c:1403 config/i386/winnt.c:78
44 #: config/ip2k/ip2k.c:3204
45 #, c-format
46 msgid "`%s' attribute ignored"
47 msgstr "\"%s\" атрыбут ігнарыруецца"
48
49 #: builtins.c:285
50 msgid "offset outside bounds of constant string"
51 msgstr ""
52
53 #: builtins.c:765
54 #, fuzzy
55 msgid "second arg to `__builtin_prefetch' must be a constant"
56 msgstr "аргумент `__builtin_args_info' павінен быць канстантай"
57
58 #: builtins.c:772
59 msgid "invalid second arg to __builtin_prefetch; using zero"
60 msgstr ""
61
62 #: builtins.c:779
63 #, fuzzy
64 msgid "third arg to `__builtin_prefetch' must be a constant"
65 msgstr "аргумент `__builtin_args_info' павінен быць канстантай"
66
67 #: builtins.c:786
68 msgid "invalid third arg to __builtin_prefetch; using zero"
69 msgstr ""
70
71 #. ??? We used to try and build up a call to the out of line function,
72 #. guessing about what registers needed saving etc. This became much
73 #. harder with __builtin_va_start, since we don't have a tree for a
74 #. call to __builtin_saveregs to fall back on. There was exactly one
75 #. port (i860) that used this code, and I'm unconvinced it could actually
76 #. handle the general case. So we no longer try to handle anything
77 #. weird and make the backend absorb the evil.
78 #: builtins.c:2875
79 msgid "__builtin_saveregs not supported by this target"
80 msgstr "__buitin_saveregs не падтрымліваецца гэтай мэтай"
81
82 #: builtins.c:2917
83 msgid "argument of `__builtin_args_info' must be constant"
84 msgstr "аргумент `__builtin_args_info' павінен быць канстантай"
85
86 #: builtins.c:2923
87 msgid "argument of `__builtin_args_info' out of range"
88 msgstr "аргумент `__builtin_args_info' выйшаў за межы"
89
90 #: builtins.c:2929
91 msgid "missing argument in `__builtin_args_info'"
92 msgstr "прапушчан аргумент у `__builtin_args_info'"
93
94 #: builtins.c:2960
95 msgid "`va_start' used in function with fixed args"
96 msgstr ""
97 "`va_start' выкарыстоўвываецца ў функцыі з нязьменнай\n"
98 " колькасьцю аргументаў"
99
100 #: builtins.c:2979
101 msgid "second parameter of `va_start' not last named argument"
102 msgstr ""
103
104 #. Evidently an out of date version of <stdarg.h>; can't validate
105 #. va_start's second argument, but can still work as intended.
106 #: builtins.c:2984
107 msgid "`__builtin_next_arg' called without an argument"
108 msgstr "\"__buitin_next_arg\" выклікаецца без аргумента"
109
110 #: builtins.c:3070
111 msgid "too many arguments to function `va_start'"
112 msgstr ""
113
114 #: builtins.c:3172
115 msgid "first argument to `va_arg' not of type `va_list'"
116 msgstr ""
117
118 #. Unfortunately, this is merely undefined, rather than a constraint
119 #. violation, so we cannot make this an error. If this call is never
120 #. executed, the program is still strictly conforming.
121 #: builtins.c:3204
122 #, c-format
123 msgid "`%s' is promoted to `%s' when passed through `...'"
124 msgstr ""
125
126 #: builtins.c:3209
127 #, c-format
128 msgid "(so you should pass `%s' not `%s' to `va_arg')"
129 msgstr ""
130
131 #: builtins.c:3340
132 msgid "invalid arg to `__builtin_frame_address'"
133 msgstr ""
134
135 #: builtins.c:3342
136 msgid "invalid arg to `__builtin_return_address'"
137 msgstr ""
138
139 #: builtins.c:3356
140 msgid "unsupported arg to `__builtin_frame_address'"
141 msgstr ""
142
143 #: builtins.c:3358
144 msgid "unsupported arg to `__builtin_return_address'"
145 msgstr ""
146
147 #: builtins.c:3530
148 msgid "second arg to `__builtin_expect' must be a constant"
149 msgstr ""
150
151 #: builtins.c:4028
152 msgid "__builtin_longjmp second argument must be 1"
153 msgstr ""
154
155 #. just do library call, if unknown builtin
156 #: builtins.c:4092 c-common.c:4459
157 #, c-format
158 msgid "built-in function `%s' not currently supported"
159 msgstr ""
160
161 #: builtins.c:4165
162 #, fuzzy
163 msgid "target format does not support infinity"
164 msgstr "ISO C не падтрымлівае комлексныя цэлалікавыя тыпы"
165
166 #: c-common.c:1168
167 #, c-format
168 msgid "`%s' is not defined outside of function scope"
169 msgstr ""
170
171 #: c-common.c:1189
172 #, c-format
173 msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
174 msgstr ""
175
176 #: c-common.c:1247
177 msgid "concatenation of string literals with __FUNCTION__ is deprecated"
178 msgstr ""
179
180 #: c-common.c:1343
181 msgid "overflow in constant expression"
182 msgstr ""
183
184 #: c-common.c:1364
185 msgid "integer overflow in expression"
186 msgstr ""
187
188 #: c-common.c:1373
189 msgid "floating point overflow in expression"
190 msgstr ""
191
192 #: c-common.c:1379
193 msgid "vector overflow in expression"
194 msgstr ""
195
196 #. This detects cases like converting -129 or 256 to unsigned char.
197 #: c-common.c:1402
198 msgid "large integer implicitly truncated to unsigned type"
199 msgstr ""
200
201 #: c-common.c:1404
202 msgid "negative integer implicitly converted to unsigned type"
203 msgstr ""
204
205 #: c-common.c:1452
206 msgid "overflow in implicit constant conversion"
207 msgstr ""
208
209 #: c-common.c:1600
210 #, c-format
211 msgid "operation on `%s' may be undefined"
212 msgstr ""
213
214 #: c-common.c:1891
215 msgid "expression statement has incomplete type"
216 msgstr ""
217
218 #: c-common.c:1924
219 msgid "case label does not reduce to an integer constant"
220 msgstr ""
221
222 #: c-common.c:2228
223 msgid "invalid truth-value expression"
224 msgstr ""
225
226 #: c-common.c:2279
227 #, c-format
228 msgid "invalid operands to binary %s"
229 msgstr ""
230
231 #: c-common.c:2513
232 msgid "comparison is always false due to limited range of data type"
233 msgstr ""
234
235 #: c-common.c:2515
236 msgid "comparison is always true due to limited range of data type"
237 msgstr ""
238
239 #: c-common.c:2585
240 msgid "comparison of unsigned expression >= 0 is always true"
241 msgstr ""
242
243 #: c-common.c:2594
244 msgid "comparison of unsigned expression < 0 is always false"
245 msgstr ""
246
247 #: c-common.c:2641
248 msgid "pointer of type `void *' used in arithmetic"
249 msgstr ""
250
251 #: c-common.c:2647
252 msgid "pointer to a function used in arithmetic"
253 msgstr ""
254
255 #: c-common.c:2653
256 msgid "pointer to member function used in arithmetic"
257 msgstr ""
258
259 #: c-common.c:2659
260 msgid "pointer to a member used in arithmetic"
261 msgstr ""
262
263 #: c-common.c:2746 f/com.c:14762
264 msgid "struct type value used where scalar is required"
265 msgstr ""
266
267 #: c-common.c:2750 f/com.c:14766
268 msgid "union type value used where scalar is required"
269 msgstr ""
270
271 #: c-common.c:2754 f/com.c:14770
272 msgid "array type value used where scalar is required"
273 msgstr ""
274
275 #: c-common.c:2874 f/com.c:14903
276 msgid "suggest parentheses around assignment used as truth value"
277 msgstr ""
278
279 #: c-common.c:2918 c-common.c:2950
280 msgid "invalid use of `restrict'"
281 msgstr "нявернае выкарыстанне \"restict\""
282
283 #: c-common.c:3064
284 #, fuzzy
285 msgid "invalid application of `sizeof' to a function type"
286 msgstr "Нерэчаісны выбар \"%s\""
287
288 #: c-common.c:3074
289 #, fuzzy, c-format
290 msgid "invalid application of `%s' to a void type"
291 msgstr "нявернае выкарыстанне \"restict\""
292
293 #: c-common.c:3080
294 #, fuzzy, c-format
295 msgid "invalid application of `%s' to an incomplete type"
296 msgstr "\"%s\" мае незавершаны тып"
297
298 #: c-common.c:3121
299 msgid "`__alignof' applied to a bit-field"
300 msgstr ""
301
302 #: c-common.c:3618
303 #, fuzzy, c-format
304 msgid "cannot disable built-in function `%s'"
305 msgstr "не магу ініцыялізаваць сяброўскую функцыю \"%s\""
306
307 #: c-common.c:3787 c-typeck.c:1748
308 #, c-format
309 msgid "too few arguments to function `%s'"
310 msgstr "нехапае аргументаў у функцыі \"%s\""
311
312 #: c-common.c:3793 c-typeck.c:1601
313 #, c-format
314 msgid "too many arguments to function `%s'"
315 msgstr "вельмі шмат аргумэнтаў у функцыі `%s'"
316
317 #: c-common.c:3812
318 #, fuzzy, c-format
319 msgid "non-floating-point argument to function `%s'"
320 msgstr "вельмі шмат аргумэнтаў у функцыі `%s'"
321
322 #: c-common.c:4081
323 msgid "pointers are not permitted as case values"
324 msgstr ""
325
326 #: c-common.c:4087
327 msgid "ISO C++ forbids range expressions in switch statements"
328 msgstr ""
329
330 #: c-common.c:4089
331 msgid "ISO C forbids range expressions in switch statements"
332 msgstr ""
333
334 #: c-common.c:4119
335 msgid "empty range specified"
336 msgstr ""
337
338 #: c-common.c:4170
339 msgid "duplicate (or overlapping) case value"
340 msgstr ""
341
342 #: c-common.c:4172
343 msgid "this is the first entry overlapping that value"
344 msgstr ""
345
346 #: c-common.c:4176
347 msgid "duplicate case value"
348 msgstr ""
349
350 #: c-common.c:4177
351 msgid "previously used here"
352 msgstr ""
353
354 #: c-common.c:4181
355 msgid "multiple default labels in one switch"
356 msgstr ""
357
358 #: c-common.c:4182
359 msgid "this is the first default label"
360 msgstr ""
361
362 #: c-common.c:4210
363 #, fuzzy
364 msgid "ISO C++ forbids taking the address of a label"
365 msgstr "ISO C не дазваляе пусты ізыходны файл"
366
367 #: c-common.c:4212
368 #, fuzzy
369 msgid "ISO C forbids taking the address of a label"
370 msgstr "ISO C не дазваляе пусты ізыходны файл"
371
372 #: c-common.c:5235
373 #, c-format
374 msgid "declaration of `%s' shadows %s"
375 msgstr ""
376
377 #: c-common.c:5654
378 #, c-format
379 msgid "unknown machine mode `%s'"
380 msgstr "невядомы рэжым машыны \"%s\""
381
382 #: c-common.c:5657
383 #, c-format
384 msgid "no data type for mode `%s'"
385 msgstr "няма тыпа дадзеных для рэжыма \"%s\""
386
387 #: c-common.c:5666 c-common.c:6316
388 #, fuzzy, c-format
389 msgid "unable to emulate '%s'"
390 msgstr "немагу адчыніць файл \"%s\""
391
392 #: c-common.c:5702
393 msgid "section attribute cannot be specified for local variables"
394 msgstr ""
395
396 #: c-common.c:5713
397 #, c-format
398 msgid "section of `%s' conflicts with previous declaration"
399 msgstr "секцыя \"%s\" канфліктуе з папярэдняй дэкларацыяй"
400
401 #: c-common.c:5722
402 #, c-format
403 msgid "section attribute not allowed for `%s'"
404 msgstr ""
405
406 #: c-common.c:5729
407 msgid "section attributes are not supported for this target"
408 msgstr "атрыбуты секцыі не падтрымліваюцца для гэтай мэты"
409
410 #: c-common.c:5771
411 msgid "requested alignment is not a constant"
412 msgstr ""
413
414 #: c-common.c:5776
415 msgid "requested alignment is not a power of 2"
416 msgstr ""
417
418 #: c-common.c:5781
419 msgid "requested alignment is too large"
420 msgstr ""
421
422 #: c-common.c:5808
423 #, c-format
424 msgid "alignment may not be specified for `%s'"
425 msgstr ""
426
427 #: c-common.c:5853
428 #, c-format
429 msgid "`%s' defined both normally and as an alias"
430 msgstr ""
431
432 #: c-common.c:5863
433 msgid "alias arg not a string"
434 msgstr ""
435
436 #: c-common.c:5910
437 msgid "visibility arg not a string"
438 msgstr ""
439
440 #: c-common.c:5919
441 msgid "visibility arg must be one of \"default\", \"hidden\", \"protected\" or \"internal\""
442 msgstr ""
443
444 #: c-common.c:5953
445 msgid "tls_model arg not a string"
446 msgstr ""
447
448 #: c-common.c:5962
449 msgid "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""
450 msgstr ""
451
452 #: c-common.c:5987 c-common.c:6043
453 #, c-format
454 msgid "`%s' attribute applies only to functions"
455 msgstr ""
456
457 #: c-common.c:5994 c-common.c:6050
458 #, c-format
459 msgid "can't set `%s' attribute after definition"
460 msgstr ""
461
462 #: c-common.c:6114
463 msgid "cleanup arg not an identifier"
464 msgstr ""
465
466 #: c-common.c:6121
467 #, fuzzy
468 msgid "cleanup arg not a function"
469 msgstr "`%D' - гэта ня функцыя,"
470
471 #: c-common.c:6183
472 #, fuzzy, c-format
473 msgid "`%s' attribute ignored for `%s'"
474 msgstr "\"%s\" атрыбут ігнарыруецца"
475
476 #: c-common.c:6248
477 #, c-format
478 msgid "invalid vector type for attribute `%s'"
479 msgstr ""
480
481 #: c-common.c:6272 c-common.c:6304
482 msgid "no vector mode with the size and type specified could be found"
483 msgstr ""
484
485 #: c-common.c:6403
486 msgid "nonnull attribute without arguments on a non-prototype"
487 msgstr ""
488
489 #: c-common.c:6418
490 #, c-format
491 msgid "nonnull argument has invalid operand number (arg %lu)"
492 msgstr ""
493
494 #: c-common.c:6437
495 #, c-format
496 msgid "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
497 msgstr ""
498
499 #: c-common.c:6445
500 #, c-format
501 msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
502 msgstr ""
503
504 #: c-common.c:6531
505 #, c-format
506 msgid "null argument where non-null required (arg %lu)"
507 msgstr ""
508
509 #: c-convert.c:80 c-typeck.c:988 c-typeck.c:4059 cp/typeck.c:1615
510 #: cp/typeck.c:5939
511 msgid "void value not ignored as it ought to be"
512 msgstr ""
513
514 #: c-convert.c:112 java/typeck.c:150
515 msgid "conversion to non-scalar type requested"
516 msgstr ""
517
518 #: c-decl.c:340
519 #, c-format
520 msgid "array `%s' assumed to have one element"
521 msgstr ""
522
523 #: c-decl.c:526
524 #, c-format
525 msgid "`struct %s' incomplete in scope ending here"
526 msgstr ""
527
528 #: c-decl.c:529
529 #, c-format
530 msgid "`union %s' incomplete in scope ending here"
531 msgstr ""
532
533 #: c-decl.c:532
534 #, c-format
535 msgid "`enum %s' incomplete in scope ending here"
536 msgstr ""
537
538 #: c-decl.c:646 c-decl.c:771 java/decl.c:1403
539 #, c-format
540 msgid "label `%s' used but not defined"
541 msgstr "адмеціна `%s' выкарыстоўвываецца, але ня вызначана"
542
543 #: c-decl.c:652 c-decl.c:778 java/decl.c:1409
544 #, c-format
545 msgid "label `%s' defined but not used"
546 msgstr "адмеціна `%s' вызначана, але ня выкарыстоўваецца"
547
548 #: c-decl.c:893 cp/decl.c:3335
549 #, c-format
550 msgid "function `%s' redeclared as inline"
551 msgstr ""
552
553 #: c-decl.c:895 cp/decl.c:3337
554 #, fuzzy, c-format
555 msgid "previous declaration of function `%s' with attribute noinline"
556 msgstr "няма папярэдняга аб'яўлення для \"%s\""
557
558 #: c-decl.c:902 cp/decl.c:3344
559 #, c-format
560 msgid "function `%s' redeclared with attribute noinline"
561 msgstr ""
562
563 #: c-decl.c:904 cp/decl.c:3346
564 #, fuzzy, c-format
565 msgid "previous declaration of function `%s' was inline"
566 msgstr "няма папярэдняга аб'яўлення для \"%s\""
567
568 #: c-decl.c:933 c-decl.c:979
569 #, c-format
570 msgid "shadowing built-in function `%s'"
571 msgstr ""
572
573 #: c-decl.c:935
574 #, c-format
575 msgid "shadowing library function `%s'"
576 msgstr ""
577
578 #: c-decl.c:941
579 #, c-format
580 msgid "library function `%s' declared as non-function"
581 msgstr ""
582
583 #: c-decl.c:945 c-decl.c:948
584 #, c-format
585 msgid "built-in function `%s' declared as non-function"
586 msgstr ""
587
588 #: c-decl.c:952 objc/objc-act.c:2384 objc/objc-act.c:6154
589 #, c-format
590 msgid "`%s' redeclared as different kind of symbol"
591 msgstr ""
592
593 #: c-decl.c:953 c-decl.c:1144 c-decl.c:1158 c-decl.c:1165 c-decl.c:1310
594 #: objc/objc-act.c:2386 objc/objc-act.c:6156 objc/objc-act.c:6211
595 #, c-format
596 msgid "previous declaration of `%s'"
597 msgstr ""
598
599 #. If types don't match for a built-in, throw away the built-in.
600 #: c-decl.c:1048
601 #, c-format
602 msgid "conflicting types for built-in function `%s'"
603 msgstr ""
604
605 #: c-decl.c:1091 c-decl.c:1110
606 #, c-format
607 msgid "conflicting types for `%s'"
608 msgstr ""
609
610 #: c-decl.c:1133
611 msgid "a parameter list with an ellipsis can't match an empty parameter name list declaration"
612 msgstr ""
613
614 #: c-decl.c:1139
615 msgid "an argument type that has a default promotion can't match an empty parameter name list declaration"
616 msgstr ""
617
618 #: c-decl.c:1157
619 #, fuzzy, c-format
620 msgid "thread-local declaration of `%s' follows non thread-local declaration"
621 msgstr "секцыя \"%s\" канфліктуе з папярэдняй дэкларацыяй"
622
623 #: c-decl.c:1164
624 #, fuzzy, c-format
625 msgid "non thread-local declaration of `%s' follows thread-local declaration"
626 msgstr "секцыя \"%s\" канфліктуе з папярэдняй дэкларацыяй"
627
628 #: c-decl.c:1175 c-decl.c:1198
629 #, c-format
630 msgid "redefinition of `%s'"
631 msgstr ""
632
633 #: c-decl.c:1178
634 #, c-format
635 msgid "redeclaration of `%s'"
636 msgstr ""
637
638 #: c-decl.c:1181
639 #, c-format
640 msgid "conflicting declarations of `%s'"
641 msgstr ""
642
643 #: c-decl.c:1225
644 #, c-format
645 msgid "prototype for `%s' follows"
646 msgstr ""
647
648 #: c-decl.c:1226 c-decl.c:1234 c-decl.c:1245
649 msgid "non-prototype definition here"
650 msgstr ""
651
652 #: c-decl.c:1233
653 #, c-format
654 msgid "prototype for `%s' follows and number of arguments doesn't match"
655 msgstr ""
656
657 #: c-decl.c:1243
658 #, c-format
659 msgid "prototype for `%s' follows and argument %d doesn't match"
660 msgstr ""
661
662 #: c-decl.c:1261
663 #, c-format
664 msgid "`%s' declared inline after being called"
665 msgstr ""
666
667 #: c-decl.c:1267
668 #, c-format
669 msgid "`%s' declared inline after its definition"
670 msgstr ""
671
672 #: c-decl.c:1274
673 #, c-format
674 msgid "static declaration for `%s' follows non-static"
675 msgstr ""
676
677 #: c-decl.c:1282
678 #, c-format
679 msgid "non-static declaration for `%s' follows static"
680 msgstr ""
681
682 #: c-decl.c:1289
683 #, c-format
684 msgid "const declaration for `%s' follows non-const"
685 msgstr ""
686
687 #: c-decl.c:1296
688 #, c-format
689 msgid "type qualifiers for `%s' conflict with previous decl"
690 msgstr ""
691
692 #: c-decl.c:1309
693 #, c-format
694 msgid "redundant redeclaration of `%s' in same scope"
695 msgstr ""
696
697 #: c-decl.c:1619 java/decl.c:1102
698 #, c-format
699 msgid "declaration of `%s' shadows a parameter"
700 msgstr ""
701
702 #: c-decl.c:1622 java/decl.c:1105
703 #, c-format
704 msgid "declaration of `%s' shadows a symbol from the parameter list"
705 msgstr ""
706
707 #: c-decl.c:1643 cp/decl.c:4479
708 #, fuzzy
709 msgid "a parameter"
710 msgstr "невыкарыстаемы параметр \"%s\""
711
712 #: c-decl.c:1645 cp/decl.c:4496
713 msgid "a previous local"
714 msgstr ""
715
716 #. XXX shadow warnings in outer-more namespaces
717 #: c-decl.c:1649 cp/decl.c:4500
718 #, fuzzy
719 msgid "a global declaration"
720 msgstr "Нерэчаіснае абвяшчэнне"
721
722 #: c-decl.c:1693
723 #, c-format
724 msgid "nested extern declaration of `%s'"
725 msgstr ""
726
727 #: c-decl.c:1712 java/decl.c:1055
728 #, c-format
729 msgid "`%s' used prior to declaration"
730 msgstr ""
731
732 #: c-decl.c:1726 c-decl.c:1901
733 #, c-format
734 msgid "`%s' was declared implicitly `extern' and later `static'"
735 msgstr ""
736
737 #: c-decl.c:1829 cp/decl.c:4336
738 msgid "type mismatch with previous external decl"
739 msgstr ""
740
741 #: c-decl.c:1830
742 #, c-format
743 msgid "previous external decl of `%s'"
744 msgstr ""
745
746 #: c-decl.c:1843
747 msgid "type mismatch with previous implicit declaration"
748 msgstr ""
749
750 #: c-decl.c:1845
751 #, c-format
752 msgid "previous implicit declaration of `%s'"
753 msgstr ""
754
755 #: c-decl.c:1880
756 #, c-format
757 msgid "`%s' was previously implicitly declared to return `int'"
758 msgstr ""
759
760 #: c-decl.c:1905
761 #, c-format
762 msgid "`%s' was declared `extern' and later `static'"
763 msgstr ""
764
765 #: c-decl.c:1929
766 #, c-format
767 msgid "extern declaration of `%s' doesn't match global one"
768 msgstr ""
769
770 #: c-decl.c:1971
771 #, c-format
772 msgid "`%s' locally external but globally static"
773 msgstr ""
774
775 #: c-decl.c:2095
776 #, c-format
777 msgid "function `%s' was previously declared within a block"
778 msgstr ""
779
780 #: c-decl.c:2115 c-decl.c:2117
781 #, c-format
782 msgid "implicit declaration of function `%s'"
783 msgstr ""
784
785 #: c-decl.c:2196
786 #, c-format
787 msgid "label %s referenced outside of any function"
788 msgstr ""
789
790 #: c-decl.c:2253
791 #, c-format
792 msgid "duplicate label declaration `%s'"
793 msgstr "паўторнае абвяшчэньне адмеціны `%s'"
794
795 #: c-decl.c:2256
796 msgid "this is a previous declaration"
797 msgstr "гэта папярэдняе абвяшчэньне"
798
799 #: c-decl.c:2679
800 msgid "unnamed struct/union that defines no instances"
801 msgstr ""
802
803 #: c-decl.c:2698
804 msgid "useless keyword or type name in empty declaration"
805 msgstr ""
806
807 #: c-decl.c:2705
808 msgid "two types specified in one empty declaration"
809 msgstr ""
810
811 #: c-decl.c:2710 c-parse.y:753 c-parse.y:755 parse.y:766 parse.y:1853
812 #: objc-parse.y:799 objc-parse.y:801 objc-parse.y:3042
813 msgid "empty declaration"
814 msgstr "пустое абвяшчэньне"
815
816 #: c-decl.c:2740
817 #, fuzzy
818 msgid "ISO C90 does not support `static' or type qualifiers in parameter array declarators"
819 msgstr "ISO C89 не падтрымлівае \"long long\""
820
821 #: c-decl.c:2742
822 #, fuzzy
823 msgid "ISO C90 does not support `[*]' array declarators"
824 msgstr "ISO C89 не падтрымлівае \"long long\""
825
826 #: c-decl.c:2745
827 msgid "GCC does not yet properly implement `[*]' array declarators"
828 msgstr ""
829
830 #: c-decl.c:2764
831 msgid "static or type qualifiers in abstract declarator"
832 msgstr ""
833
834 #: c-decl.c:2838
835 #, c-format
836 msgid "`%s' is usually a function"
837 msgstr "`%s' - звычайна функцыя"
838
839 #: c-decl.c:2847
840 #, fuzzy, c-format
841 msgid "typedef `%s' is initialized (use __typeof__ instead)"
842 msgstr "параметр \"%s\" ініцыялізаваны"
843
844 #: c-decl.c:2853
845 #, c-format
846 msgid "function `%s' is initialized like a variable"
847 msgstr ""
848
849 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
850 #: c-decl.c:2860
851 #, c-format
852 msgid "parameter `%s' is initialized"
853 msgstr "параметр \"%s\" ініцыялізаваны"
854
855 #: c-decl.c:2880 c-typeck.c:4895
856 msgid "variable-sized object may not be initialized"
857 msgstr ""
858
859 #: c-decl.c:2886
860 #, c-format
861 msgid "variable `%s' has initializer but incomplete type"
862 msgstr ""
863
864 #: c-decl.c:2892
865 #, c-format
866 msgid "elements of array `%s' have incomplete type"
867 msgstr ""
868
869 #: c-decl.c:2905
870 #, c-format
871 msgid "declaration of `%s' has `extern' and is initialized"
872 msgstr ""
873
874 #: c-decl.c:2954 c-decl.c:5828 cp/decl.c:7760 cp/decl.c:14339
875 #, c-format
876 msgid "inline function `%s' given attribute noinline"
877 msgstr ""
878
879 #: c-decl.c:3028
880 #, c-format
881 msgid "initializer fails to determine size of `%s'"
882 msgstr ""
883
884 #: c-decl.c:3033
885 #, c-format
886 msgid "array size missing in `%s'"
887 msgstr ""
888
889 #: c-decl.c:3049
890 #, c-format
891 msgid "zero or negative size array `%s'"
892 msgstr ""
893
894 #: c-decl.c:3077
895 #, c-format
896 msgid "storage size of `%s' isn't known"
897 msgstr ""
898
899 #: c-decl.c:3087
900 #, c-format
901 msgid "storage size of `%s' isn't constant"
902 msgstr ""
903
904 #: c-decl.c:3147
905 #, c-format
906 msgid "ignoring asm-specifier for non-static local variable `%s'"
907 msgstr ""
908
909 #: c-decl.c:3247
910 #, c-format
911 msgid "ISO C forbids parameter `%s' shadowing typedef"
912 msgstr ""
913
914 #: c-decl.c:3592 cp/decl.c:10880
915 msgid "`long long long' is too long for GCC"
916 msgstr "`long long long' - вельмі доўга для GCC"
917
918 #: c-decl.c:3597
919 #, fuzzy
920 msgid "ISO C90 does not support `long long'"
921 msgstr "ISO C89 не падтрымлівае `long long'"
922
923 #: c-decl.c:3606 c-decl.c:3609 cp/decl.c:10885
924 #, c-format
925 msgid "duplicate `%s'"
926 msgstr "паўтарэньне `%s'"
927
928 #: c-decl.c:3619 cp/decl.c:10892
929 msgid "`__thread' before `extern'"
930 msgstr ""
931
932 #: c-decl.c:3621 cp/decl.c:10894
933 msgid "`__thread' before `static'"
934 msgstr ""
935
936 #: c-decl.c:3629 cp/decl.c:10921
937 #, c-format
938 msgid "two or more data types in declaration of `%s'"
939 msgstr ""
940
941 #: c-decl.c:3649 cp/decl.c:10926
942 #, c-format
943 msgid "`%s' fails to be a typedef or built in type"
944 msgstr ""
945
946 #: c-decl.c:3688
947 #, c-format
948 msgid "type defaults to `int' in declaration of `%s'"
949 msgstr ""
950
951 #: c-decl.c:3717
952 #, c-format
953 msgid "both long and short specified for `%s'"
954 msgstr ""
955
956 #: c-decl.c:3721 cp/decl.c:11041
957 #, c-format
958 msgid "long or short specified with char for `%s'"
959 msgstr ""
960
961 #: c-decl.c:3728 cp/decl.c:11045
962 #, c-format
963 msgid "long or short specified with floating type for `%s'"
964 msgstr ""
965
966 #: c-decl.c:3731
967 msgid "the only valid combination is `long double'"
968 msgstr ""
969
970 #: c-decl.c:3737
971 #, c-format
972 msgid "both signed and unsigned specified for `%s'"
973 msgstr ""
974
975 #: c-decl.c:3739 cp/decl.c:11034
976 #, c-format
977 msgid "long, short, signed or unsigned invalid for `%s'"
978 msgstr "long, short, signed ці unsigned нерэчаісны для \"%s\""
979
980 #: c-decl.c:3745 cp/decl.c:11054
981 #, c-format
982 msgid "long, short, signed or unsigned used invalidly for `%s'"
983 msgstr ""
984
985 #: c-decl.c:3763 cp/decl.c:11075
986 #, c-format
987 msgid "complex invalid for `%s'"
988 msgstr "complex нерэчаісны для \"%s\""
989
990 #: c-decl.c:3805
991 #, fuzzy
992 msgid "ISO C90 does not support complex types"
993 msgstr "ISO C89 не падтрымлівае комлексныя тыпы"
994
995 #: c-decl.c:3817
996 msgid "ISO C does not support plain `complex' meaning `double complex'"
997 msgstr "ISO C не падтрымлівае просты \"complex\" у значэнні \"double complex\""
998
999 #: c-decl.c:3823 c-decl.c:3835
1000 msgid "ISO C does not support complex integer types"
1001 msgstr "ISO C не падтрымлівае комлексныя цэлалікавыя тыпы"
1002
1003 #: c-decl.c:3850 c-decl.c:4316 cp/decl.c:11688
1004 msgid "duplicate `const'"
1005 msgstr "паўтарэнне \"const\""
1006
1007 #: c-decl.c:3852 c-decl.c:4320 cp/decl.c:11692
1008 msgid "duplicate `restrict'"
1009 msgstr "паўтарэнне \"restrict\""
1010
1011 #: c-decl.c:3854 c-decl.c:4318 cp/decl.c:11690
1012 msgid "duplicate `volatile'"
1013 msgstr "паўтарэнне \"volatile\""
1014
1015 #: c-decl.c:3882 cp/decl.c:11238
1016 #, c-format
1017 msgid "multiple storage classes in declaration of `%s'"
1018 msgstr ""
1019
1020 #: c-decl.c:3892
1021 msgid "function definition declared `auto'"
1022 msgstr ""
1023
1024 #: c-decl.c:3894
1025 msgid "function definition declared `register'"
1026 msgstr ""
1027
1028 #: c-decl.c:3896
1029 msgid "function definition declared `typedef'"
1030 msgstr ""
1031
1032 #: c-decl.c:3898
1033 #, fuzzy
1034 msgid "function definition declared `__thread'"
1035 msgstr "віртуальныя функцыі не могуць быць сяброўскімі"
1036
1037 #: c-decl.c:3911
1038 #, c-format
1039 msgid "storage class specified for structure field `%s'"
1040 msgstr ""
1041
1042 #: c-decl.c:3915 cp/decl.c:11285
1043 #, c-format
1044 msgid "storage class specified for parameter `%s'"
1045 msgstr ""
1046
1047 #: c-decl.c:3918 cp/decl.c:11287
1048 msgid "storage class specified for typename"
1049 msgstr ""
1050
1051 #: c-decl.c:3930 cp/decl.c:11302
1052 #, c-format
1053 msgid "`%s' initialized and declared `extern'"
1054 msgstr ""
1055
1056 #: c-decl.c:3932 cp/decl.c:11305
1057 #, c-format
1058 msgid "`%s' has both `extern' and initializer"
1059 msgstr ""
1060
1061 #: c-decl.c:3937 cp/decl.c:11313
1062 #, c-format
1063 msgid "top-level declaration of `%s' specifies `auto'"
1064 msgstr ""
1065
1066 #: c-decl.c:3942 cp/decl.c:11309
1067 #, c-format
1068 msgid "nested function `%s' declared `extern'"
1069 msgstr ""
1070
1071 #: c-decl.c:3948 cp/decl.c:11319
1072 #, fuzzy, c-format
1073 msgid "function-scope `%s' implicitly auto and declared `__thread'"
1074 msgstr "віртуальныя функцыі не могуць быць сяброўскімі"
1075
1076 #. Only the innermost declarator (making a parameter be of
1077 #. array type which is converted to pointer type)
1078 #. may have static or type qualifiers.
1079 #: c-decl.c:3987 c-decl.c:4188
1080 msgid "static or type qualifiers in non-parameter array declarator"
1081 msgstr ""
1082
1083 #: c-decl.c:4031
1084 #, c-format
1085 msgid "declaration of `%s' as array of voids"
1086 msgstr ""
1087
1088 #: c-decl.c:4037
1089 #, c-format
1090 msgid "declaration of `%s' as array of functions"
1091 msgstr ""
1092
1093 #: c-decl.c:4042 c-decl.c:5332
1094 #, fuzzy
1095 msgid "invalid use of structure with flexible array member"
1096 msgstr "нявернае выкарыстанне \"restict\""
1097
1098 #: c-decl.c:4061
1099 #, c-format
1100 msgid "size of array `%s' has non-integer type"
1101 msgstr ""
1102
1103 #: c-decl.c:4066
1104 #, c-format
1105 msgid "ISO C forbids zero-size array `%s'"
1106 msgstr ""
1107
1108 #: c-decl.c:4073
1109 #, c-format
1110 msgid "size of array `%s' is negative"
1111 msgstr "памер масіва \"%s\" адмоўны"
1112
1113 #: c-decl.c:4086
1114 #, c-format
1115 msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1116 msgstr ""
1117
1118 #: c-decl.c:4089
1119 #, fuzzy, c-format
1120 msgid "ISO C90 forbids variable-size array `%s'"
1121 msgstr "ISO C не дазваляе дэкларацыі метак (label)"
1122
1123 #: c-decl.c:4119 c-decl.c:4342 cp/decl.c:11897
1124 #, c-format
1125 msgid "size of array `%s' is too large"
1126 msgstr "памер масіва \"%s\" вельмі вялікі"
1127
1128 #: c-decl.c:4145
1129 #, fuzzy
1130 msgid "ISO C90 does not support flexible array members"
1131 msgstr "ISO C89 не падтрымлівае комлексныя тыпы"
1132
1133 #: c-decl.c:4155
1134 msgid "array type has incomplete element type"
1135 msgstr ""
1136
1137 #: c-decl.c:4162 c-decl.c:4392
1138 msgid "ISO C forbids const or volatile function types"
1139 msgstr ""
1140
1141 #: c-decl.c:4208 cp/decl.c:11445
1142 #, c-format
1143 msgid "`%s' declared as function returning a function"
1144 msgstr ""
1145
1146 #: c-decl.c:4213 cp/decl.c:11450
1147 #, c-format
1148 msgid "`%s' declared as function returning an array"
1149 msgstr ""
1150
1151 #: c-decl.c:4241
1152 msgid "ISO C forbids qualified void function return type"
1153 msgstr ""
1154
1155 #: c-decl.c:4245
1156 msgid "type qualifiers ignored on function return type"
1157 msgstr ""
1158
1159 #: c-decl.c:4274 c-decl.c:4357 c-decl.c:4481 c-decl.c:4573
1160 msgid "ISO C forbids qualified function types"
1161 msgstr ""
1162
1163 #: c-decl.c:4314 cp/decl.c:11684
1164 msgid "invalid type modifier within pointer declarator"
1165 msgstr ""
1166
1167 #: c-decl.c:4412 cp/decl.c:12182
1168 #, c-format
1169 msgid "variable or field `%s' declared void"
1170 msgstr ""
1171
1172 #: c-decl.c:4445
1173 msgid "attributes in parameter array declarator ignored"
1174 msgstr ""
1175
1176 #: c-decl.c:4470
1177 msgid "invalid type modifier within array declarator"
1178 msgstr ""
1179
1180 #: c-decl.c:4515
1181 #, c-format
1182 msgid "field `%s' declared as a function"
1183 msgstr ""
1184
1185 #: c-decl.c:4521
1186 #, c-format
1187 msgid "field `%s' has incomplete type"
1188 msgstr ""
1189
1190 #: c-decl.c:4553 c-decl.c:4555 c-decl.c:4557 c-decl.c:4564
1191 #, c-format
1192 msgid "invalid storage class for function `%s'"
1193 msgstr ""
1194
1195 #: c-decl.c:4579
1196 msgid "`noreturn' function returns non-void value"
1197 msgstr ""
1198
1199 #: c-decl.c:4594
1200 msgid "cannot inline function `main'"
1201 msgstr ""
1202
1203 #: c-decl.c:4649
1204 #, c-format
1205 msgid "variable `%s' declared `inline'"
1206 msgstr ""
1207
1208 #. A mere warning is sure to result in improper semantics
1209 #. at runtime. Don't bother to allow this to compile.
1210 #: c-decl.c:4677 cp/decl.c:9951
1211 #, fuzzy
1212 msgid "thread-local storage not supported for this target"
1213 msgstr "атрыбуты секцыі не падтрымліваюцца для гэтай мэты"
1214
1215 #: c-decl.c:4732 c-decl.c:5880
1216 msgid "function declaration isn't a prototype"
1217 msgstr ""
1218
1219 #: c-decl.c:4738
1220 msgid "parameter names (without types) in function declaration"
1221 msgstr ""
1222
1223 #: c-decl.c:4770 c-decl.c:6250
1224 #, c-format
1225 msgid "parameter `%s' has incomplete type"
1226 msgstr ""
1227
1228 #: c-decl.c:4773
1229 msgid "parameter has incomplete type"
1230 msgstr ""
1231
1232 #: c-decl.c:4794
1233 #, c-format
1234 msgid "parameter `%s' points to incomplete type"
1235 msgstr ""
1236
1237 #: c-decl.c:4797
1238 msgid "parameter points to incomplete type"
1239 msgstr ""
1240
1241 #: c-decl.c:4862
1242 #, c-format
1243 msgid "parameter `%s' has just a forward declaration"
1244 msgstr ""
1245
1246 #: c-decl.c:4903
1247 msgid "`void' in parameter list must be the entire list"
1248 msgstr ""
1249
1250 #: c-decl.c:4934
1251 #, c-format
1252 msgid "`struct %s' declared inside parameter list"
1253 msgstr ""
1254
1255 #: c-decl.c:4937
1256 #, c-format
1257 msgid "`union %s' declared inside parameter list"
1258 msgstr ""
1259
1260 #: c-decl.c:4940
1261 #, c-format
1262 msgid "`enum %s' declared inside parameter list"
1263 msgstr ""
1264
1265 #: c-decl.c:4947
1266 msgid "anonymous struct declared inside parameter list"
1267 msgstr ""
1268
1269 #: c-decl.c:4949
1270 msgid "anonymous union declared inside parameter list"
1271 msgstr ""
1272
1273 #: c-decl.c:4951
1274 msgid "anonymous enum declared inside parameter list"
1275 msgstr ""
1276
1277 #: c-decl.c:4955
1278 msgid "its scope is only this definition or declaration, which is probably not what you want"
1279 msgstr ""
1280
1281 #: c-decl.c:5032
1282 #, c-format
1283 msgid "redefinition of `union %s'"
1284 msgstr ""
1285
1286 #: c-decl.c:5034
1287 #, fuzzy, c-format
1288 msgid "redefinition of `struct %s'"
1289 msgstr "перанакіраванне stdout: %s"
1290
1291 #: c-decl.c:5105 cp/decl.c:7532
1292 msgid "declaration does not declare anything"
1293 msgstr ""
1294
1295 #: c-decl.c:5169 c-decl.c:5172
1296 #, c-format
1297 msgid "%s defined inside parms"
1298 msgstr ""
1299
1300 #: c-decl.c:5170 c-decl.c:5173 c-decl.c:5184
1301 msgid "union"
1302 msgstr "аб'яднанне"
1303
1304 #: c-decl.c:5170 c-decl.c:5173
1305 msgid "structure"
1306 msgstr "структура"
1307
1308 #: c-decl.c:5183
1309 #, c-format
1310 msgid "%s has no %s"
1311 msgstr ""
1312
1313 #: c-decl.c:5184
1314 msgid "struct"
1315 msgstr "структура"
1316
1317 #: c-decl.c:5185
1318 msgid "named members"
1319 msgstr ""
1320
1321 #: c-decl.c:5185
1322 msgid "members"
1323 msgstr "члены"
1324
1325 #: c-decl.c:5224
1326 #, c-format
1327 msgid "nested redefinition of `%s'"
1328 msgstr ""
1329
1330 #: c-decl.c:5237
1331 #, c-format
1332 msgid "bit-field `%s' width not an integer constant"
1333 msgstr ""
1334
1335 #: c-decl.c:5248
1336 #, c-format
1337 msgid "bit-field `%s' has invalid type"
1338 msgstr "бітавае поле \"%s\" мае нерэчаісны тып"
1339
1340 #: c-decl.c:5260
1341 #, c-format
1342 msgid "bit-field `%s' type invalid in ISO C"
1343 msgstr ""
1344
1345 #: c-decl.c:5271
1346 #, c-format
1347 msgid "negative width in bit-field `%s'"
1348 msgstr ""
1349
1350 #: c-decl.c:5273
1351 #, c-format
1352 msgid "width of `%s' exceeds its type"
1353 msgstr ""
1354
1355 #: c-decl.c:5275
1356 #, c-format
1357 msgid "zero width for bit-field `%s'"
1358 msgstr ""
1359
1360 #: c-decl.c:5289
1361 #, c-format
1362 msgid "`%s' is narrower than values of its type"
1363 msgstr ""
1364
1365 #: c-decl.c:5323
1366 msgid "flexible array member in union"
1367 msgstr ""
1368
1369 #: c-decl.c:5325
1370 msgid "flexible array member not at end of struct"
1371 msgstr ""
1372
1373 #: c-decl.c:5327
1374 msgid "flexible array member in otherwise empty struct"
1375 msgstr ""
1376
1377 #: c-decl.c:5357
1378 #, c-format
1379 msgid "duplicate member `%s'"
1380 msgstr ""
1381
1382 #: c-decl.c:5448
1383 msgid "union cannot be made transparent"
1384 msgstr ""
1385
1386 #. This enum is a named one that has been declared already.
1387 #: c-decl.c:5558
1388 #, c-format
1389 msgid "redeclaration of `enum %s'"
1390 msgstr ""
1391
1392 #: c-decl.c:5592
1393 msgid "enum defined inside parms"
1394 msgstr ""
1395
1396 #: c-decl.c:5625
1397 msgid "enumeration values exceed range of largest integer"
1398 msgstr ""
1399
1400 #: c-decl.c:5734
1401 #, c-format
1402 msgid "enumerator value for `%s' not integer constant"
1403 msgstr ""
1404
1405 #: c-decl.c:5747
1406 msgid "overflow in enumeration values"
1407 msgstr ""
1408
1409 #: c-decl.c:5752
1410 msgid "ISO C restricts enumerator values to range of `int'"
1411 msgstr ""
1412
1413 #: c-decl.c:5834
1414 msgid "return type is an incomplete type"
1415 msgstr ""
1416
1417 #: c-decl.c:5842
1418 msgid "return type defaults to `int'"
1419 msgstr ""
1420
1421 #: c-decl.c:5889
1422 #, c-format
1423 msgid "no previous prototype for `%s'"
1424 msgstr "няма папярэдняга прататыпа для \"%s\""
1425
1426 #: c-decl.c:5896
1427 #, c-format
1428 msgid "`%s' was used with no prototype before its definition"
1429 msgstr ""
1430
1431 #: c-decl.c:5902
1432 #, c-format
1433 msgid "no previous declaration for `%s'"
1434 msgstr "няма папярэдняга аб'яўлення для \"%s\""
1435
1436 #: c-decl.c:5909
1437 #, c-format
1438 msgid "`%s' was used with no declaration before its definition"
1439 msgstr ""
1440
1441 #: c-decl.c:5933 c-decl.c:6486
1442 #, c-format
1443 msgid "return type of `%s' is not `int'"
1444 msgstr "вяртаемы тып \"%s\" не \"int\""
1445
1446 #: c-decl.c:5949
1447 #, c-format
1448 msgid "first argument of `%s' should be `int'"
1449 msgstr "першым аргументам \"%s\" павінен быць \"int\""
1450
1451 #: c-decl.c:5958
1452 #, c-format
1453 msgid "second argument of `%s' should be `char **'"
1454 msgstr "другім аргументам \"%s\" павінен быць \"char **\""
1455
1456 #: c-decl.c:5967
1457 #, c-format
1458 msgid "third argument of `%s' should probably be `char **'"
1459 msgstr ""
1460
1461 #: c-decl.c:5976
1462 #, c-format
1463 msgid "`%s' takes only zero or two arguments"
1464 msgstr ""
1465
1466 #: c-decl.c:5979
1467 #, c-format
1468 msgid "`%s' is normally a non-static function"
1469 msgstr ""
1470
1471 #: c-decl.c:6077
1472 msgid "parm types given both in parmlist and separately"
1473 msgstr ""
1474
1475 #: c-decl.c:6098
1476 msgid "parameter name omitted"
1477 msgstr ""
1478
1479 #: c-decl.c:6102 c-decl.c:6204
1480 #, c-format
1481 msgid "parameter `%s' declared void"
1482 msgstr ""
1483
1484 #: c-decl.c:6178
1485 msgid "parameter name missing from parameter list"
1486 msgstr ""
1487
1488 #: c-decl.c:6197
1489 #, c-format
1490 msgid "multiple parameters named `%s'"
1491 msgstr ""
1492
1493 #: c-decl.c:6219 c-decl.c:6221
1494 #, c-format
1495 msgid "type of `%s' defaults to `int'"
1496 msgstr ""
1497
1498 #: c-decl.c:6257
1499 #, c-format
1500 msgid "declaration for parameter `%s' but no such parameter"
1501 msgstr ""
1502
1503 #: c-decl.c:6305
1504 msgid "number of arguments doesn't match prototype"
1505 msgstr ""
1506
1507 #: c-decl.c:6335
1508 #, c-format
1509 msgid "promoted argument `%s' doesn't match prototype"
1510 msgstr ""
1511
1512 #: c-decl.c:6345
1513 #, c-format
1514 msgid "argument `%s' doesn't match prototype"
1515 msgstr ""
1516
1517 #: c-decl.c:6518 cp/decl.c:15049
1518 msgid "no return statement in function returning non-void"
1519 msgstr ""
1520
1521 #: c-decl.c:6525
1522 msgid "this function may return with or without a value"
1523 msgstr ""
1524
1525 #: c-decl.c:6729
1526 #, c-format
1527 msgid "size of return value of `%s' is %u bytes"
1528 msgstr "памер вяртаемага значэння \"%s\" %u байт"
1529
1530 #: c-decl.c:6733
1531 #, c-format
1532 msgid "size of return value of `%s' is larger than %d bytes"
1533 msgstr "памер вяртаемага значэння \"%s\" больш чым %d байт"
1534
1535 #. If we get here, declarations have been used in a for loop without
1536 #. the C99 for loop scope. This doesn't make much sense, so don't
1537 #. allow it.
1538 #: c-decl.c:6791
1539 msgid "`for' loop initial declaration used outside C99 mode"
1540 msgstr ""
1541
1542 #: c-decl.c:6815
1543 #, c-format
1544 msgid "`struct %s' declared in `for' loop initial declaration"
1545 msgstr ""
1546
1547 #: c-decl.c:6818
1548 #, c-format
1549 msgid "`union %s' declared in `for' loop initial declaration"
1550 msgstr ""
1551
1552 #: c-decl.c:6821
1553 #, c-format
1554 msgid "`enum %s' declared in `for' loop initial declaration"
1555 msgstr ""
1556
1557 #: c-decl.c:6829
1558 #, c-format
1559 msgid "declaration of non-variable `%s' in `for' loop initial declaration"
1560 msgstr ""
1561
1562 #: c-decl.c:6831
1563 #, c-format
1564 msgid "declaration of static variable `%s' in `for' loop initial declaration"
1565 msgstr ""
1566
1567 #: c-decl.c:6833
1568 #, c-format
1569 msgid "declaration of `extern' variable `%s' in `for' loop initial declaration"
1570 msgstr ""
1571
1572 #: c-format.c:109 c-format.c:191
1573 msgid "format string arg not a string type"
1574 msgstr ""
1575
1576 #: c-format.c:124
1577 msgid "args to be formatted is not '...'"
1578 msgstr ""
1579
1580 #: c-format.c:133
1581 msgid "strftime formats cannot format arguments"
1582 msgstr ""
1583
1584 #: c-format.c:168 c-format.c:270
1585 msgid "format string has invalid operand number"
1586 msgstr ""
1587
1588 #: c-format.c:202
1589 msgid "function does not return string type"
1590 msgstr "функцыя не вяртае тып string"
1591
1592 #: c-format.c:233
1593 msgid "unrecognized format specifier"
1594 msgstr ""
1595
1596 #: c-format.c:246
1597 #, c-format
1598 msgid "`%s' is an unrecognized format function type"
1599 msgstr ""
1600
1601 #: c-format.c:280
1602 msgid "format string arg follows the args to be formatted"
1603 msgstr ""
1604
1605 #: c-format.c:601
1606 msgid "` ' flag"
1607 msgstr ""
1608
1609 #: c-format.c:601
1610 msgid "the ` ' printf flag"
1611 msgstr ""
1612
1613 #: c-format.c:602 c-format.c:673
1614 msgid "`+' flag"
1615 msgstr ""
1616
1617 #: c-format.c:602
1618 msgid "the `+' printf flag"
1619 msgstr ""
1620
1621 #: c-format.c:603 c-format.c:649
1622 msgid "`#' flag"
1623 msgstr ""
1624
1625 #: c-format.c:603
1626 msgid "the `#' printf flag"
1627 msgstr ""
1628
1629 #: c-format.c:604 c-format.c:647
1630 msgid "`0' flag"
1631 msgstr "'0' флаг"
1632
1633 #: c-format.c:604
1634 msgid "the `0' printf flag"
1635 msgstr ""
1636
1637 #: c-format.c:605 c-format.c:646 c-format.c:676
1638 msgid "`-' flag"
1639 msgstr ""
1640
1641 #: c-format.c:605
1642 msgid "the `-' printf flag"
1643 msgstr ""
1644
1645 #: c-format.c:606 c-format.c:630
1646 msgid "`'' flag"
1647 msgstr ""
1648
1649 #: c-format.c:606
1650 msgid "the `'' printf flag"
1651 msgstr ""
1652
1653 #: c-format.c:607 c-format.c:631
1654 msgid "`I' flag"
1655 msgstr ""
1656
1657 #: c-format.c:607
1658 msgid "the `I' printf flag"
1659 msgstr ""
1660
1661 #: c-format.c:608 c-format.c:628 c-format.c:650 c-format.c:677 c-format.c:1702
1662 msgid "field width"
1663 msgstr ""
1664
1665 #: c-format.c:608
1666 msgid "field width in printf format"
1667 msgstr ""
1668
1669 #: c-format.c:609
1670 msgid "precision"
1671 msgstr ""
1672
1673 #: c-format.c:609
1674 msgid "precision in printf format"
1675 msgstr ""
1676
1677 #: c-format.c:610 c-format.c:629 c-format.c:680
1678 msgid "length modifier"
1679 msgstr ""
1680
1681 #: c-format.c:610
1682 msgid "length modifier in printf format"
1683 msgstr ""
1684
1685 #: c-format.c:626
1686 msgid "assignment suppression"
1687 msgstr ""
1688
1689 #: c-format.c:626
1690 msgid "the assignment suppression scanf feature"
1691 msgstr ""
1692
1693 #: c-format.c:627
1694 msgid "`a' flag"
1695 msgstr ""
1696
1697 #: c-format.c:627
1698 msgid "the `a' scanf flag"
1699 msgstr ""
1700
1701 #: c-format.c:628
1702 msgid "field width in scanf format"
1703 msgstr ""
1704
1705 #: c-format.c:629
1706 msgid "length modifier in scanf format"
1707 msgstr ""
1708
1709 #: c-format.c:630
1710 msgid "the `'' scanf flag"
1711 msgstr ""
1712
1713 #: c-format.c:631
1714 msgid "the `I' scanf flag"
1715 msgstr ""
1716
1717 #: c-format.c:645
1718 msgid "`_' flag"
1719 msgstr ""
1720
1721 #: c-format.c:645
1722 msgid "the `_' strftime flag"
1723 msgstr ""
1724
1725 #: c-format.c:646
1726 msgid "the `-' strftime flag"
1727 msgstr ""
1728
1729 #: c-format.c:647
1730 msgid "the `0' strftime flag"
1731 msgstr ""
1732
1733 #: c-format.c:648 c-format.c:672
1734 msgid "`^' flag"
1735 msgstr ""
1736
1737 #: c-format.c:648
1738 msgid "the `^' strftime flag"
1739 msgstr ""
1740
1741 #: c-format.c:649
1742 msgid "the `#' strftime flag"
1743 msgstr ""
1744
1745 #: c-format.c:650
1746 msgid "field width in strftime format"
1747 msgstr ""
1748
1749 #: c-format.c:651
1750 msgid "`E' modifier"
1751 msgstr ""
1752
1753 #: c-format.c:651
1754 msgid "the `E' strftime modifier"
1755 msgstr ""
1756
1757 #: c-format.c:652
1758 msgid "`O' modifier"
1759 msgstr "'O' мадыфікатар"
1760
1761 #: c-format.c:652
1762 msgid "the `O' strftime modifier"
1763 msgstr ""
1764
1765 #: c-format.c:653
1766 msgid "the `O' modifier"
1767 msgstr ""
1768
1769 #: c-format.c:671
1770 msgid "fill character"
1771 msgstr ""
1772
1773 #: c-format.c:671
1774 msgid "fill character in strfmon format"
1775 msgstr ""
1776
1777 #: c-format.c:672
1778 msgid "the `^' strfmon flag"
1779 msgstr ""
1780
1781 #: c-format.c:673
1782 msgid "the `+' strfmon flag"
1783 msgstr ""
1784
1785 #: c-format.c:674
1786 msgid "`(' flag"
1787 msgstr ""
1788
1789 #: c-format.c:674
1790 msgid "the `(' strfmon flag"
1791 msgstr ""
1792
1793 #: c-format.c:675
1794 msgid "`!' flag"
1795 msgstr ""
1796
1797 #: c-format.c:675
1798 msgid "the `!' strfmon flag"
1799 msgstr ""
1800
1801 #: c-format.c:676
1802 msgid "the `-' strfmon flag"
1803 msgstr ""
1804
1805 #: c-format.c:677
1806 msgid "field width in strfmon format"
1807 msgstr ""
1808
1809 #: c-format.c:678
1810 msgid "left precision"
1811 msgstr ""
1812
1813 #: c-format.c:678
1814 msgid "left precision in strfmon format"
1815 msgstr ""
1816
1817 #: c-format.c:679
1818 msgid "right precision"
1819 msgstr ""
1820
1821 #: c-format.c:679
1822 msgid "right precision in strfmon format"
1823 msgstr ""
1824
1825 #: c-format.c:680
1826 msgid "length modifier in strfmon format"
1827 msgstr ""
1828
1829 #: c-format.c:983
1830 #, c-format
1831 msgid "function might be possible candidate for `%s' format attribute"
1832 msgstr ""
1833
1834 #: c-format.c:1107 c-format.c:1128 c-format.c:2112
1835 msgid "missing $ operand number in format"
1836 msgstr ""
1837
1838 #: c-format.c:1138
1839 #, c-format
1840 msgid "%s does not support %%n$ operand number formats"
1841 msgstr ""
1842
1843 #: c-format.c:1145
1844 msgid "operand number out of range in format"
1845 msgstr ""
1846
1847 #: c-format.c:1168
1848 #, c-format
1849 msgid "format argument %d used more than once in %s format"
1850 msgstr ""
1851
1852 #: c-format.c:1218
1853 #, c-format
1854 msgid "format argument %d unused before used argument %d in $-style format"
1855 msgstr ""
1856
1857 #: c-format.c:1322
1858 msgid "format not a string literal, format string not checked"
1859 msgstr ""
1860
1861 #: c-format.c:1336
1862 msgid "format not a string literal and no format arguments"
1863 msgstr ""
1864
1865 #: c-format.c:1338
1866 msgid "format not a string literal, argument types not checked"
1867 msgstr ""
1868
1869 #: c-format.c:1351
1870 msgid "too many arguments for format"
1871 msgstr ""
1872
1873 #: c-format.c:1354
1874 msgid "unused arguments in $-style format"
1875 msgstr ""
1876
1877 #: c-format.c:1357
1878 #, c-format
1879 msgid "zero-length %s format string"
1880 msgstr ""
1881
1882 #: c-format.c:1361
1883 msgid "format is a wide character string"
1884 msgstr ""
1885
1886 #: c-format.c:1364
1887 msgid "unterminated format string"
1888 msgstr ""
1889
1890 #: c-format.c:1581
1891 msgid "embedded `\\0' in format"
1892 msgstr ""
1893
1894 #: c-format.c:1596
1895 #, c-format
1896 msgid "spurious trailing `%%' in format"
1897 msgstr ""
1898
1899 #: c-format.c:1635 c-format.c:1872
1900 #, c-format
1901 msgid "repeated %s in format"
1902 msgstr ""
1903
1904 #: c-format.c:1648
1905 msgid "missing fill character at end of strfmon format"
1906 msgstr ""
1907
1908 #: c-format.c:1687 c-format.c:1786 c-format.c:2066 c-format.c:2119
1909 msgid "too few arguments for format"
1910 msgstr ""
1911
1912 #: c-format.c:1728
1913 #, c-format
1914 msgid "zero width in %s format"
1915 msgstr ""
1916
1917 #: c-format.c:1747
1918 #, c-format
1919 msgid "empty left precision in %s format"
1920 msgstr ""
1921
1922 #: c-format.c:1801
1923 msgid "field precision"
1924 msgstr ""
1925
1926 #: c-format.c:1816
1927 #, c-format
1928 msgid "empty precision in %s format"
1929 msgstr ""
1930
1931 #: c-format.c:1856
1932 #, c-format
1933 msgid "%s does not support the `%s' %s length modifier"
1934 msgstr ""
1935
1936 #: c-format.c:1906
1937 msgid "conversion lacks type at end of format"
1938 msgstr ""
1939
1940 #: c-format.c:1917
1941 #, c-format
1942 msgid "unknown conversion type character `%c' in format"
1943 msgstr ""
1944
1945 #: c-format.c:1920
1946 #, c-format
1947 msgid "unknown conversion type character 0x%x in format"
1948 msgstr ""
1949
1950 #: c-format.c:1927
1951 #, c-format
1952 msgid "%s does not support the `%%%c' %s format"
1953 msgstr ""
1954
1955 #: c-format.c:1943
1956 #, c-format
1957 msgid "%s used with `%%%c' %s format"
1958 msgstr ""
1959
1960 #: c-format.c:1952
1961 #, c-format
1962 msgid "%s does not support %s"
1963 msgstr "%s не падтрымлівае %s"
1964
1965 #: c-format.c:1961
1966 #, c-format
1967 msgid "%s does not support %s with the `%%%c' %s format"
1968 msgstr ""
1969
1970 #: c-format.c:1994
1971 #, c-format
1972 msgid "%s ignored with %s and `%%%c' %s format"
1973 msgstr ""
1974
1975 #: c-format.c:1998
1976 #, c-format
1977 msgid "%s ignored with %s in %s format"
1978 msgstr ""
1979
1980 #: c-format.c:2004
1981 #, c-format
1982 msgid "use of %s and %s together with `%%%c' %s format"
1983 msgstr ""
1984
1985 #: c-format.c:2008
1986 #, c-format
1987 msgid "use of %s and %s together in %s format"
1988 msgstr ""
1989
1990 #: c-format.c:2027
1991 #, c-format
1992 msgid "`%%%c' yields only last 2 digits of year in some locales"
1993 msgstr ""
1994
1995 #: c-format.c:2030
1996 #, c-format
1997 msgid "`%%%c' yields only last 2 digits of year"
1998 msgstr ""
1999
2000 #. The end of the format string was reached.
2001 #: c-format.c:2046
2002 #, c-format
2003 msgid "no closing `]' for `%%[' format"
2004 msgstr ""
2005
2006 #: c-format.c:2059
2007 #, c-format
2008 msgid "use of `%s' length modifier with `%c' type character"
2009 msgstr ""
2010
2011 #: c-format.c:2080
2012 #, c-format
2013 msgid "%s does not support the `%%%s%c' %s format"
2014 msgstr ""
2015
2016 #: c-format.c:2095
2017 msgid "operand number specified with suppressed assignment"
2018 msgstr ""
2019
2020 #: c-format.c:2097
2021 msgid "operand number specified for format taking no argument"
2022 msgstr ""
2023
2024 #: c-format.c:2211
2025 #, c-format
2026 msgid "writing through null pointer (arg %d)"
2027 msgstr ""
2028
2029 #: c-format.c:2220
2030 #, c-format
2031 msgid "reading through null pointer (arg %d)"
2032 msgstr ""
2033
2034 #: c-format.c:2240
2035 #, c-format
2036 msgid "writing into constant object (arg %d)"
2037 msgstr ""
2038
2039 #: c-format.c:2250
2040 #, c-format
2041 msgid "extra type qualifiers in format argument (arg %d)"
2042 msgstr ""
2043
2044 #: c-format.c:2257
2045 #, c-format
2046 msgid "format argument is not a pointer (arg %d)"
2047 msgstr ""
2048
2049 #: c-format.c:2259
2050 #, c-format
2051 msgid "format argument is not a pointer to a pointer (arg %d)"
2052 msgstr ""
2053
2054 #: c-format.c:2330
2055 msgid "pointer"
2056 msgstr ""
2057
2058 #: c-format.c:2332
2059 msgid "different type"
2060 msgstr ""
2061
2062 #: c-format.c:2353
2063 #, c-format
2064 msgid "%s is not type %s (arg %d)"
2065 msgstr ""
2066
2067 #: c-format.c:2356
2068 #, c-format
2069 msgid "%s format, %s arg (arg %d)"
2070 msgstr ""
2071
2072 #: c-lex.c:153
2073 #, fuzzy
2074 msgid "YYDEBUG not defined"
2075 msgstr "YYDEBUG не вызначан."
2076
2077 #: c-lex.c:293
2078 msgid "badly nested C headers from preprocessor"
2079 msgstr ""
2080
2081 #: c-lex.c:336
2082 #, c-format
2083 msgid "ignoring #pragma %s %s"
2084 msgstr ""
2085
2086 #: c-lex.c:386
2087 #, c-format
2088 msgid "universal-character-name '\\U%08x' not valid in identifier"
2089 msgstr ""
2090
2091 #: c-lex.c:632
2092 #, c-format
2093 msgid "universal-character-name '\\u%04x' not valid in identifier"
2094 msgstr ""
2095
2096 #: c-lex.c:695
2097 #, c-format
2098 msgid "stray '%c' in program"
2099 msgstr ""
2100
2101 #: c-lex.c:697
2102 #, c-format
2103 msgid "stray '\\%o' in program"
2104 msgstr ""
2105
2106 #: c-lex.c:854
2107 msgid "this decimal constant is unsigned only in ISO C90"
2108 msgstr ""
2109
2110 #: c-lex.c:857
2111 msgid "this decimal constant would be unsigned in ISO C90"
2112 msgstr ""
2113
2114 #: c-lex.c:873
2115 #, c-format
2116 msgid "integer constant is too large for \"%s\" type"
2117 msgstr ""
2118
2119 #: c-lex.c:941
2120 #, c-format
2121 msgid "floating constant exceeds range of \"%s\""
2122 msgstr ""
2123
2124 #: c-lex.c:977 cpplex.c:330 cpplex.c:668 cpplex.c:1942
2125 msgid "ignoring invalid multibyte character"
2126 msgstr ""
2127
2128 #: c-opts.c:355
2129 #, fuzzy, c-format
2130 msgid "missing argument to \"-%s\""
2131 msgstr "аргумент для \"%s\" прапушчан"
2132
2133 #: c-opts.c:359
2134 #, fuzzy, c-format
2135 msgid "no class name specified with \"-%s\""
2136 msgstr "не зададзены ўваходзячыя файлы"
2137
2138 #: c-opts.c:366
2139 #, fuzzy, c-format
2140 msgid "missing filename after \"-%s\""
2141 msgstr "прапушчан прабел пасля нумара \"%.*s\""
2142
2143 #: c-opts.c:371
2144 #, fuzzy, c-format
2145 msgid "missing target after \"-%s\""
2146 msgstr "аргумент для \"%s\" прапушчан"
2147
2148 #: c-opts.c:505
2149 #, c-format
2150 msgid "options array incorrectly sorted: %s is before %s"
2151 msgstr ""
2152
2153 #: c-opts.c:550
2154 #, c-format
2155 msgid "too many filenames given. Type %s --help for usage"
2156 msgstr ""
2157
2158 #: c-opts.c:937
2159 msgid "-Wno-strict-prototypes is not supported in C++"
2160 msgstr ""
2161
2162 #: c-opts.c:1017
2163 #, fuzzy, c-format
2164 msgid "switch \"%s\" is no longer supported"
2165 msgstr "-pipe не падтрымліваецца."
2166
2167 #: c-opts.c:1033
2168 #, c-format
2169 msgid "switch \"%s\" is deprecated, please see documentation for details"
2170 msgstr ""
2171
2172 #: c-opts.c:1153
2173 msgid "-fhandle-exceptions has been renamed to -fexceptions (and is now on by default)"
2174 msgstr ""
2175
2176 #: c-opts.c:1273
2177 #, fuzzy
2178 msgid "output filename specified twice"
2179 msgstr "не зададзены ўваходзячыя файлы"
2180
2181 #: c-opts.c:1387
2182 msgid "-Wformat-y2k ignored without -Wformat"
2183 msgstr ""
2184
2185 #: c-opts.c:1389
2186 msgid "-Wformat-extra-args ignored without -Wformat"
2187 msgstr ""
2188
2189 #: c-opts.c:1391
2190 msgid "-Wformat-zero-length ignored without -Wformat"
2191 msgstr ""
2192
2193 #: c-opts.c:1393
2194 msgid "-Wformat-nonliteral ignored without -Wformat"
2195 msgstr ""
2196
2197 #: c-opts.c:1395
2198 msgid "-Wformat-security ignored without -Wformat"
2199 msgstr ""
2200
2201 #: c-opts.c:1397
2202 msgid "-Wmissing-format-attribute ignored without -Wformat"
2203 msgstr ""
2204
2205 #: c-opts.c:1419
2206 #, fuzzy, c-format
2207 msgid "opening output file %s"
2208 msgstr "немагчыма адчыніць файл уводу `%s'"
2209
2210 #: c-opts.c:1474
2211 #, c-format
2212 msgid "opening dependency file %s"
2213 msgstr ""
2214
2215 #: c-opts.c:1484
2216 #, fuzzy, c-format
2217 msgid "closing dependency file %s"
2218 msgstr "не магу знайсці крыніцу %s\n"
2219
2220 #: c-opts.c:1487
2221 #, fuzzy, c-format
2222 msgid "when writing output to %s"
2223 msgstr "памылка запісу ў %s"
2224
2225 #: c-opts.c:1567
2226 msgid "to generate dependencies you must specify either -M or -MM"
2227 msgstr ""
2228
2229 #: c-opts.c:1715
2230 #, c-format
2231 msgid "\"-%c%s%s\" is valid for %s but not for %s"
2232 msgstr ""
2233
2234 #. To keep the lines from getting too long for some compilers, limit
2235 #. to about 500 characters (6 lines) per chunk.
2236 #: c-opts.c:1726
2237 msgid ""
2238 "Switches:\n"
2239 " -include <file> Include the contents of <file> before other files\n"
2240 " -imacros <file> Accept definition of macros in <file>\n"
2241 " -iprefix <path> Specify <path> as a prefix for next two options\n"
2242 " -iwithprefix <dir> Add <dir> to the end of the system include path\n"
2243 " -iwithprefixbefore <dir> Add <dir> to the end of the main include path\n"
2244 " -isystem <dir> Add <dir> to the start of the system include path\n"
2245 msgstr ""
2246
2247 #: c-opts.c:1735
2248 msgid ""
2249 " -idirafter <dir> Add <dir> to the end of the system include path\n"
2250 " -I <dir> Add <dir> to the end of the main include path\n"
2251 " -I- Fine-grained include path control; see info docs\n"
2252 " -nostdinc Do not search system include directories\n"
2253 " (dirs specified with -isystem will still be used)\n"
2254 " -nostdinc++ Do not search system include directories for C++\n"
2255 " -o <file> Put output into <file>\n"
2256 msgstr ""
2257
2258 #: c-opts.c:1744
2259 msgid ""
2260 " -trigraphs Support ISO C trigraphs\n"
2261 " -std=<std name> Specify the conformance standard; one of:\n"
2262 " gnu89, gnu99, c89, c99, iso9899:1990,\n"
2263 " iso9899:199409, iso9899:1999, c++98\n"
2264 " -w Inhibit warning messages\n"
2265 " -W[no-]trigraphs Warn if trigraphs are encountered\n"
2266 " -W[no-]comment{s} Warn if one comment starts inside another\n"
2267 msgstr ""
2268
2269 #: c-opts.c:1753
2270 msgid ""
2271 " -W[no-]traditional Warn about features not present in traditional C\n"
2272 " -W[no-]undef Warn if an undefined macro is used by #if\n"
2273 " -W[no-]import Warn about the use of the #import directive\n"
2274 msgstr ""
2275
2276 #: c-opts.c:1758
2277 msgid ""
2278 " -W[no-]error Treat all warnings as errors\n"
2279 " -W[no-]system-headers Do not suppress warnings from system headers\n"
2280 " -W[no-]all Enable most preprocessor warnings\n"
2281 msgstr ""
2282
2283 #: c-opts.c:1763
2284 msgid ""
2285 " -M Generate make dependencies\n"
2286 " -MM As -M, but ignore system header files\n"
2287 " -MD Generate make dependencies and compile\n"
2288 " -MMD As -MD, but ignore system header files\n"
2289 " -MF <file> Write dependency output to the given file\n"
2290 " -MG Treat missing header file as generated files\n"
2291 msgstr ""
2292
2293 #: c-opts.c:1771
2294 msgid ""
2295 " -MP\t\t\t Generate phony targets for all headers\n"
2296 " -MQ <target> Add a MAKE-quoted target\n"
2297 " -MT <target> Add an unquoted target\n"
2298 msgstr ""
2299
2300 #: c-opts.c:1776
2301 msgid ""
2302 " -D<macro> Define a <macro> with string '1' as its value\n"
2303 " -D<macro>=<val> Define a <macro> with <val> as its value\n"
2304 " -A<question>=<answer> Assert the <answer> to <question>\n"
2305 " -A-<question>=<answer> Disable the <answer> to <question>\n"
2306 " -U<macro> Undefine <macro> \n"
2307 " -v Display the version number\n"
2308 msgstr ""
2309
2310 #: c-opts.c:1784
2311 msgid ""
2312 " -H Print the name of header files as they are used\n"
2313 " -C Do not discard comments\n"
2314 " -dM Display a list of macro definitions active at end\n"
2315 " -dD Preserve macro definitions in output\n"
2316 " -dN As -dD except that only the names are preserved\n"
2317 " -dI Include #include directives in the output\n"
2318 msgstr ""
2319
2320 #: c-opts.c:1792
2321 msgid ""
2322 " -f[no-]preprocessed Treat the input file as already preprocessed\n"
2323 " -ftabstop=<number> Distance between tab stops for column reporting\n"
2324 " -P Do not generate #line directives\n"
2325 " -remap Remap file names when including files\n"
2326 " --help Display this information\n"
2327 msgstr ""
2328
2329 #. Like YYERROR but do call yyerror.
2330 #: c-parse.y:55 parse.y:48 objc-parse.y:55
2331 msgid "syntax error"
2332 msgstr "сінтаксічная памылка"
2333
2334 #: /usr/share/bison/bison.simple:179
2335 #, fuzzy
2336 msgid "syntax error: cannot back up"
2337 msgstr "сінтаксічная памылка"
2338
2339 #: c-parse.y:325 objc-parse.y:346
2340 msgid "ISO C forbids an empty source file"
2341 msgstr "ISO C не дазваляе пусты ізыходны файл"
2342
2343 #: c-parse.y:366 c-typeck.c:6916 objc-parse.y:388
2344 msgid "argument of `asm' is not a constant string"
2345 msgstr ""
2346
2347 #: c-parse.y:374 objc-parse.y:396
2348 msgid "ISO C forbids data definition with no type or storage class"
2349 msgstr ""
2350
2351 #: c-parse.y:376 objc-parse.y:398
2352 msgid "data definition has no type or storage class"
2353 msgstr ""
2354
2355 #: c-parse.y:389 objc-parse.y:411
2356 msgid "ISO C does not allow extra `;' outside of a function"
2357 msgstr ""
2358
2359 #: c-parse.y:449 cppexp.c:1312
2360 msgid "traditional C rejects the unary plus operator"
2361 msgstr ""
2362
2363 #: c-parse.y:496 objc-parse.y:518
2364 msgid "`sizeof' applied to a bit-field"
2365 msgstr ""
2366
2367 #: c-parse.y:583 objc-parse.y:605
2368 msgid "ISO C forbids omitting the middle term of a ?: expression"
2369 msgstr ""
2370
2371 #: c-parse.y:632 objc-parse.y:654
2372 msgid "ISO C89 forbids compound literals"
2373 msgstr ""
2374
2375 #: c-parse.y:646 objc-parse.y:668
2376 msgid "ISO C forbids braced-groups within expressions"
2377 msgstr ""
2378
2379 #: c-parse.y:677 objc-parse.y:699
2380 #, fuzzy
2381 msgid "first argument to __builtin_choose_expr not a constant"
2382 msgstr "аргумент `__builtin_args_info' павінен быць канстантай"
2383
2384 #: c-parse.y:721 objc-parse.y:767
2385 msgid "traditional C rejects ISO C style function definitions"
2386 msgstr ""
2387
2388 #: c-parse.y:985 c-parse.y:991 c-parse.y:997 c-parse.y:1003 c-parse.y:1024
2389 #: c-parse.y:1030 c-parse.y:1036 c-parse.y:1042 c-parse.y:1075 c-parse.y:1081
2390 #: c-parse.y:1087 c-parse.y:1093 c-parse.y:1138 c-parse.y:1144 c-parse.y:1150
2391 #: c-parse.y:1156 parse.y:1933 parse.y:1940 parse.y:1975 objc-parse.y:1031
2392 #: objc-parse.y:1037 objc-parse.y:1043 objc-parse.y:1049 objc-parse.y:1070
2393 #: objc-parse.y:1076 objc-parse.y:1082 objc-parse.y:1088 objc-parse.y:1121
2394 #: objc-parse.y:1127 objc-parse.y:1133 objc-parse.y:1139 objc-parse.y:1184
2395 #: objc-parse.y:1190 objc-parse.y:1196 objc-parse.y:1202
2396 #, c-format
2397 msgid "`%s' is not at beginning of declaration"
2398 msgstr "\"%s\" - гэта не пачатак дэкларацыі"
2399
2400 #: c-parse.y:1441 objc-parse.y:1496
2401 msgid "ISO C forbids empty initializer braces"
2402 msgstr ""
2403
2404 #: c-parse.y:1455 objc-parse.y:1510
2405 msgid "ISO C89 forbids specifying subobject to initialize"
2406 msgstr ""
2407
2408 #: c-parse.y:1458 objc-parse.y:1513
2409 msgid "obsolete use of designated initializer without `='"
2410 msgstr ""
2411
2412 #: c-parse.y:1462 objc-parse.y:1517
2413 msgid "obsolete use of designated initializer with `:'"
2414 msgstr ""
2415
2416 #: c-parse.y:1489 objc-parse.y:1544
2417 msgid "ISO C forbids specifying range of elements to initialize"
2418 msgstr ""
2419
2420 #: c-parse.y:1497 c-parse.y:1528 objc-parse.y:1552 objc-parse.y:1583
2421 msgid "ISO C forbids nested functions"
2422 msgstr ""
2423
2424 #: c-parse.y:1703 objc-parse.y:1760
2425 msgid "ISO C forbids forward references to `enum' types"
2426 msgstr ""
2427
2428 #: c-parse.y:1715 parse.y:2411 objc-parse.y:1772
2429 msgid "comma at end of enumerator list"
2430 msgstr ""
2431
2432 #: c-parse.y:1723 objc-parse.y:1780
2433 msgid "no semicolon at end of struct or union"
2434 msgstr ""
2435
2436 #: c-parse.y:1732 objc-parse.y:1789 objc-parse.y:2864
2437 msgid "extra semicolon in struct or union specified"
2438 msgstr ""
2439
2440 #: c-parse.y:1745 objc-parse.y:1816
2441 msgid "ISO C doesn't support unnamed structs/unions"
2442 msgstr ""
2443
2444 #: c-parse.y:1754 objc-parse.y:1825
2445 msgid "ISO C forbids member declarations with no members"
2446 msgstr ""
2447
2448 #: c-parse.y:1913 objc-parse.y:1984
2449 msgid "deprecated use of label at end of compound statement"
2450 msgstr ""
2451
2452 #: c-parse.y:1930 objc-parse.y:2001
2453 msgid "ISO C89 forbids mixed declarations and code"
2454 msgstr ""
2455
2456 #: c-parse.y:2005 objc-parse.y:2080
2457 msgid "ISO C forbids label declarations"
2458 msgstr "ISO C не дазваляе дэкларацыі метак (label)"
2459
2460 #: c-parse.y:2055 parse.y:1638 objc-parse.y:2130
2461 msgid "braced-group within expression allowed only inside a function"
2462 msgstr ""
2463
2464 #: c-parse.y:2182 objc-parse.y:2257
2465 msgid "empty body in an else-statement"
2466 msgstr "пустое цела ў else-выражэнні"
2467
2468 #: c-parse.y:2303 objc-parse.y:2378
2469 msgid "ISO C forbids `goto *expr;'"
2470 msgstr "ISO C не падтрымлівае \"goto *expr;\""
2471
2472 #: c-parse.y:2403 objc-parse.y:2478
2473 msgid "ISO C forbids forward parameter declarations"
2474 msgstr ""
2475
2476 #. Gcc used to allow this as an extension. However, it does
2477 #. not work for all targets, and thus has been disabled.
2478 #. Also, since func (...) and func () are indistinguishable,
2479 #. it caused problems with the code in expand_builtin which
2480 #. tries to verify that BUILT_IN_NEXT_ARG is being used
2481 #. correctly.
2482 #: c-parse.y:2429 objc-parse.y:2504
2483 msgid "ISO C requires a named argument before `...'"
2484 msgstr ""
2485
2486 #: c-parse.y:2526 objc-parse.y:2601
2487 msgid "`...' in old-style identifier list"
2488 msgstr ""
2489
2490 #: /usr/share/bison/bison.simple:795
2491 msgid "parse error; also virtual memory exhausted"
2492 msgstr ""
2493
2494 #: /usr/share/bison/bison.simple:799 cp/spew.c:364
2495 msgid "parse error"
2496 msgstr "граматычная памылка"
2497
2498 #: /usr/share/bison/bison.simple:924
2499 msgid "parser stack overflow"
2500 msgstr ""
2501
2502 #: c-parse.y:2838 cp/spew.c:1525 objc-parse.y:3537
2503 #, c-format
2504 msgid "%s at end of input"
2505 msgstr "%s на прыканцы ўводу"
2506
2507 #: c-parse.y:2844 cp/spew.c:1533 objc-parse.y:3543
2508 #, c-format
2509 msgid "%s before %s'%c'"
2510 msgstr "%s перад %s'%c'"
2511
2512 #: c-parse.y:2846 cp/spew.c:1535 objc-parse.y:3545
2513 #, c-format
2514 msgid "%s before %s'\\x%x'"
2515 msgstr "%s перад %s'\\x%x'"
2516
2517 #: c-parse.y:2850 cp/spew.c:1542 objc-parse.y:3549
2518 #, c-format
2519 msgid "%s before string constant"
2520 msgstr ""
2521
2522 #: c-parse.y:2852 cp/spew.c:1544 objc-parse.y:3551
2523 #, c-format
2524 msgid "%s before numeric constant"
2525 msgstr ""
2526
2527 #: c-parse.y:2854 objc-parse.y:3553
2528 #, c-format
2529 msgid "%s before \"%s\""
2530 msgstr "%s перад \"%s\""
2531
2532 #: c-parse.y:2856 objc-parse.y:3555
2533 #, c-format
2534 msgid "%s before '%s' token"
2535 msgstr "%s перад знакам '%s'"
2536
2537 #: c-parse.y:2921
2538 msgid "traditional C rejects string concatenation"
2539 msgstr ""
2540
2541 #: c-parse.y:3047 objc-parse.y:3779
2542 #, c-format
2543 msgid "syntax error at '%s' token"
2544 msgstr ""
2545
2546 #: c-pragma.c:107
2547 msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2548 msgstr ""
2549
2550 #: c-pragma.c:125
2551 #, c-format
2552 msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
2553 msgstr ""
2554
2555 #: c-pragma.c:145
2556 #, fuzzy
2557 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2558 msgstr "атрыбуты секцыі не падтрымліваюцца для гэтай мэты"
2559
2560 #: c-pragma.c:147
2561 #, fuzzy
2562 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2563 msgstr "атрыбуты секцыі не падтрымліваюцца для гэтай мэты"
2564
2565 #: c-pragma.c:167
2566 msgid "missing '(' after '#pragma pack' - ignored"
2567 msgstr ""
2568
2569 #: c-pragma.c:180 c-pragma.c:230
2570 msgid "malformed '#pragma pack' - ignored"
2571 msgstr ""
2572
2573 #: c-pragma.c:185
2574 msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2575 msgstr ""
2576
2577 #: c-pragma.c:187
2578 msgid "malformed '#pragma pack(pop[, id])' - ignored"
2579 msgstr ""
2580
2581 #: c-pragma.c:196
2582 #, c-format
2583 msgid "unknown action '%s' for '#pragma pack' - ignored"
2584 msgstr ""
2585
2586 #: c-pragma.c:233
2587 msgid "junk at end of '#pragma pack'"
2588 msgstr ""
2589
2590 #: c-pragma.c:247
2591 #, c-format
2592 msgid "alignment must be a small power of two, not %d"
2593 msgstr ""
2594
2595 #: c-pragma.c:280
2596 #, c-format
2597 msgid "applying #pragma weak `%s' after first use results in unspecified behavior"
2598 msgstr ""
2599
2600 #: c-pragma.c:328 c-pragma.c:333
2601 msgid "malformed #pragma weak, ignored"
2602 msgstr ""
2603
2604 #: c-pragma.c:337
2605 msgid "junk at end of #pragma weak"
2606 msgstr ""
2607
2608 #: c-pragma.c:372 c-pragma.c:377
2609 msgid "malformed #pragma redefine_extname, ignored"
2610 msgstr ""
2611
2612 #: c-pragma.c:382
2613 msgid "junk at end of #pragma redefine_extname"
2614 msgstr ""
2615
2616 #: c-pragma.c:389 c-pragma.c:470
2617 msgid "#pragma redefine_extname conflicts with declaration"
2618 msgstr ""
2619
2620 #: c-pragma.c:420
2621 msgid "malformed #pragma extern_prefix, ignored"
2622 msgstr ""
2623
2624 #: c-pragma.c:425
2625 msgid "junk at end of #pragma extern_prefix"
2626 msgstr ""
2627
2628 #: c-pragma.c:457
2629 #, fuzzy
2630 msgid "asm declaration conflicts with previous rename"
2631 msgstr "секцыя \"%s\" канфліктуе з папярэдняй дэкларацыяй"
2632
2633 #: c-semantics.c:565
2634 msgid "break statement not within loop or switch"
2635 msgstr ""
2636
2637 #: c-semantics.c:583
2638 msgid "continue statement not within a loop"
2639 msgstr ""
2640
2641 #: c-semantics.c:678
2642 msgid "destructor needed for `%#D'"
2643 msgstr "дэструктару неабходны \"%#D\""
2644
2645 #: c-semantics.c:679
2646 msgid "where case label appears here"
2647 msgstr ""
2648
2649 #: c-semantics.c:682
2650 msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
2651 msgstr ""
2652
2653 #: c-semantics.c:725 c-typeck.c:6942 cp/semantics.c:897
2654 #, c-format
2655 msgid "%s qualifier ignored on asm"
2656 msgstr ""
2657
2658 #: c-typeck.c:123
2659 #, c-format
2660 msgid "`%s' has an incomplete type"
2661 msgstr "\"%s\" мае незавершаны тып"
2662
2663 #: c-typeck.c:145 cp/call.c:2865
2664 msgid "invalid use of void expression"
2665 msgstr ""
2666
2667 #: c-typeck.c:153
2668 msgid "invalid use of flexible array member"
2669 msgstr ""
2670
2671 #: c-typeck.c:159
2672 msgid "invalid use of array with unspecified bounds"
2673 msgstr ""
2674
2675 #: c-typeck.c:167
2676 #, c-format
2677 msgid "invalid use of undefined type `%s %s'"
2678 msgstr ""
2679
2680 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2681 #: c-typeck.c:171
2682 #, c-format
2683 msgid "invalid use of incomplete typedef `%s'"
2684 msgstr ""
2685
2686 #: c-typeck.c:424 c-typeck.c:438
2687 msgid "function types not truly compatible in ISO C"
2688 msgstr ""
2689
2690 #: c-typeck.c:603
2691 msgid "types are not quite compatible"
2692 msgstr ""
2693
2694 #: c-typeck.c:757 c-typeck.c:2687
2695 msgid "arithmetic on pointer to an incomplete type"
2696 msgstr ""
2697
2698 #: c-typeck.c:1136
2699 #, c-format
2700 msgid "%s has no member named `%s'"
2701 msgstr ""
2702
2703 #: c-typeck.c:1172
2704 #, c-format
2705 msgid "request for member `%s' in something not a structure or union"
2706 msgstr ""
2707
2708 #: c-typeck.c:1204
2709 msgid "dereferencing pointer to incomplete type"
2710 msgstr ""
2711
2712 #: c-typeck.c:1208
2713 msgid "dereferencing `void *' pointer"
2714 msgstr ""
2715
2716 #: c-typeck.c:1225 cp/typeck.c:2369
2717 #, c-format
2718 msgid "invalid type argument of `%s'"
2719 msgstr ""
2720
2721 #: c-typeck.c:1244 cp/typeck.c:2395
2722 msgid "subscript missing in array reference"
2723 msgstr ""
2724
2725 #: c-typeck.c:1265 cp/typeck.c:2437
2726 msgid "array subscript has type `char'"
2727 msgstr ""
2728
2729 #: c-typeck.c:1273 c-typeck.c:1362 cp/typeck.c:2444 cp/typeck.c:2523
2730 msgid "array subscript is not an integer"
2731 msgstr ""
2732
2733 #: c-typeck.c:1306
2734 msgid "ISO C forbids subscripting `register' array"
2735 msgstr ""
2736
2737 #: c-typeck.c:1308
2738 #, fuzzy
2739 msgid "ISO C90 forbids subscripting non-lvalue array"
2740 msgstr "ISO C не дазваляе дэкларацыі метак (label)"
2741
2742 #: c-typeck.c:1341
2743 msgid "subscript has type `char'"
2744 msgstr ""
2745
2746 #: c-typeck.c:1357 cp/typeck.c:2518
2747 msgid "subscripted value is neither array nor pointer"
2748 msgstr ""
2749
2750 #: c-typeck.c:1411
2751 #, c-format
2752 msgid "`%s' undeclared here (not in a function)"
2753 msgstr ""
2754
2755 #: c-typeck.c:1418
2756 #, c-format
2757 msgid "`%s' undeclared (first use in this function)"
2758 msgstr "\"%s\" не абвешчан (першае выкарыстанне ў гэтай функцыі)"
2759
2760 #: c-typeck.c:1423
2761 msgid "(Each undeclared identifier is reported only once"
2762 msgstr "(Аб кожным неабвешчаным ідэнтыфікатары паведамляецца"
2763
2764 #: c-typeck.c:1424
2765 msgid "for each function it appears in.)"
2766 msgstr "адзін раз для кожнай функцыі, дзе ён з'яўляецца.)"
2767
2768 #: c-typeck.c:1441
2769 #, c-format
2770 msgid "local declaration of `%s' hides instance variable"
2771 msgstr ""
2772
2773 #: c-typeck.c:1518
2774 msgid "called object is not a function"
2775 msgstr ""
2776
2777 #: c-typeck.c:1604 cp/typeck.c:2829
2778 msgid "too many arguments to function"
2779 msgstr "вельмі шмат аргументаў у функцыі"
2780
2781 #: c-typeck.c:1625
2782 #, c-format
2783 msgid "type of formal parameter %d is incomplete"
2784 msgstr ""
2785
2786 #: c-typeck.c:1638
2787 #, c-format
2788 msgid "%s as integer rather than floating due to prototype"
2789 msgstr ""
2790
2791 #: c-typeck.c:1641
2792 #, c-format
2793 msgid "%s as integer rather than complex due to prototype"
2794 msgstr ""
2795
2796 #: c-typeck.c:1644
2797 #, c-format
2798 msgid "%s as complex rather than floating due to prototype"
2799 msgstr ""
2800
2801 #: c-typeck.c:1647
2802 #, c-format
2803 msgid "%s as floating rather than integer due to prototype"
2804 msgstr ""
2805
2806 #: c-typeck.c:1650
2807 #, c-format
2808 msgid "%s as complex rather than integer due to prototype"
2809 msgstr ""
2810
2811 #: c-typeck.c:1653
2812 #, c-format
2813 msgid "%s as floating rather than complex due to prototype"
2814 msgstr ""
2815
2816 #: c-typeck.c:1663
2817 #, c-format
2818 msgid "%s as `float' rather than `double' due to prototype"
2819 msgstr ""
2820
2821 #: c-typeck.c:1681
2822 #, c-format
2823 msgid "%s with different width due to prototype"
2824 msgstr ""
2825
2826 #: c-typeck.c:1715
2827 #, c-format
2828 msgid "%s as unsigned due to prototype"
2829 msgstr ""
2830
2831 #: c-typeck.c:1717
2832 #, c-format
2833 msgid "%s as signed due to prototype"
2834 msgstr ""
2835
2836 #: c-typeck.c:1751 cp/typeck.c:2933
2837 msgid "too few arguments to function"
2838 msgstr "не хапае аргументаў у функцыі"
2839
2840 #: c-typeck.c:1793
2841 msgid "suggest parentheses around + or - inside shift"
2842 msgstr ""
2843
2844 #: c-typeck.c:1800
2845 msgid "suggest parentheses around && within ||"
2846 msgstr ""
2847
2848 #: c-typeck.c:1809
2849 msgid "suggest parentheses around arithmetic in operand of |"
2850 msgstr ""
2851
2852 #: c-typeck.c:1812
2853 msgid "suggest parentheses around comparison in operand of |"
2854 msgstr ""
2855
2856 #: c-typeck.c:1821
2857 msgid "suggest parentheses around arithmetic in operand of ^"
2858 msgstr ""
2859
2860 #: c-typeck.c:1824
2861 msgid "suggest parentheses around comparison in operand of ^"
2862 msgstr ""
2863
2864 #: c-typeck.c:1831
2865 msgid "suggest parentheses around + or - in operand of &"
2866 msgstr ""
2867
2868 #: c-typeck.c:1834
2869 msgid "suggest parentheses around comparison in operand of &"
2870 msgstr ""
2871
2872 #: c-typeck.c:1841
2873 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2874 msgstr ""
2875
2876 #: c-typeck.c:2001 c-typeck.c:2036
2877 msgid "division by zero"
2878 msgstr ""
2879
2880 #: c-typeck.c:2081 cp/typeck.c:3194
2881 msgid "right shift count is negative"
2882 msgstr ""
2883
2884 #: c-typeck.c:2088 cp/typeck.c:3200
2885 msgid "right shift count >= width of type"
2886 msgstr ""
2887
2888 #: c-typeck.c:2109 cp/typeck.c:3219
2889 msgid "left shift count is negative"
2890 msgstr ""
2891
2892 #: c-typeck.c:2112 cp/typeck.c:3221
2893 msgid "left shift count >= width of type"
2894 msgstr ""
2895
2896 #: c-typeck.c:2133
2897 msgid "shift count is negative"
2898 msgstr ""
2899
2900 #: c-typeck.c:2135
2901 msgid "shift count >= width of type"
2902 msgstr ""
2903
2904 #: c-typeck.c:2152 cp/typeck.c:3256
2905 msgid "comparing floating point with == or != is unsafe"
2906 msgstr ""
2907
2908 #: c-typeck.c:2178 c-typeck.c:2184
2909 msgid "ISO C forbids comparison of `void *' with function pointer"
2910 msgstr ""
2911
2912 #: c-typeck.c:2187 c-typeck.c:2227 c-typeck.c:2255
2913 msgid "comparison of distinct pointer types lacks a cast"
2914 msgstr ""
2915
2916 #: c-typeck.c:2201 c-typeck.c:2206 c-typeck.c:2275 c-typeck.c:2280
2917 msgid "comparison between pointer and integer"
2918 msgstr ""
2919
2920 #: c-typeck.c:2222 c-typeck.c:2250
2921 msgid "ISO C forbids ordered comparisons of pointers to functions"
2922 msgstr ""
2923
2924 #: c-typeck.c:2247
2925 msgid "comparison of complete and incomplete pointers"
2926 msgstr ""
2927
2928 #: c-typeck.c:2263 c-typeck.c:2270
2929 msgid "ordered comparison of pointer with integer zero"
2930 msgstr ""
2931
2932 #: c-typeck.c:2294 cp/typeck.c:3389
2933 msgid "unordered comparison on non-floating point argument"
2934 msgstr ""
2935
2936 #: c-typeck.c:2505
2937 msgid "comparison between signed and unsigned"
2938 msgstr ""
2939
2940 #: c-typeck.c:2551 cp/typeck.c:3633
2941 msgid "comparison of promoted ~unsigned with constant"
2942 msgstr ""
2943
2944 #: c-typeck.c:2559 cp/typeck.c:3641
2945 msgid "comparison of promoted ~unsigned with unsigned"
2946 msgstr ""
2947
2948 #: c-typeck.c:2639
2949 msgid "pointer of type `void *' used in subtraction"
2950 msgstr ""
2951
2952 #: c-typeck.c:2641
2953 msgid "pointer to a function used in subtraction"
2954 msgstr ""
2955
2956 #: c-typeck.c:2738
2957 msgid "wrong type argument to unary plus"
2958 msgstr ""
2959
2960 #: c-typeck.c:2751
2961 msgid "wrong type argument to unary minus"
2962 msgstr ""
2963
2964 #: c-typeck.c:2768
2965 msgid "ISO C does not support `~' for complex conjugation"
2966 msgstr ""
2967
2968 #: c-typeck.c:2774
2969 msgid "wrong type argument to bit-complement"
2970 msgstr ""
2971
2972 #: c-typeck.c:2783
2973 msgid "wrong type argument to abs"
2974 msgstr ""
2975
2976 #: c-typeck.c:2795
2977 msgid "wrong type argument to conjugation"
2978 msgstr ""
2979
2980 #: c-typeck.c:2809
2981 msgid "wrong type argument to unary exclamation mark"
2982 msgstr ""
2983
2984 #: c-typeck.c:2852
2985 msgid "ISO C does not support `++' and `--' on complex types"
2986 msgstr "ISO C не падтрымлівае \"++\" і \"--\" для тыпу complex"
2987
2988 #: c-typeck.c:2867 c-typeck.c:2899
2989 #, fuzzy
2990 msgid "wrong type argument to increment"
2991 msgstr "не хапае аргументаў у функцыі"
2992
2993 #: c-typeck.c:2869 c-typeck.c:2901
2994 msgid "wrong type argument to decrement"
2995 msgstr ""
2996
2997 #: c-typeck.c:2890
2998 msgid "increment of pointer to unknown structure"
2999 msgstr ""
3000
3001 #: c-typeck.c:2892
3002 msgid "decrement of pointer to unknown structure"
3003 msgstr ""
3004
3005 #: c-typeck.c:3029
3006 msgid "ISO C forbids the address of a cast expression"
3007 msgstr ""
3008
3009 #: c-typeck.c:3039
3010 msgid "invalid lvalue in unary `&'"
3011 msgstr ""
3012
3013 #: c-typeck.c:3071
3014 #, c-format
3015 msgid "attempt to take address of bit-field structure member `%s'"
3016 msgstr ""
3017
3018 #: c-typeck.c:3180 c-typeck.c:4651 c-typeck.c:4667 c-typeck.c:4683
3019 #: final.c:3146 final.c:3148 gcc.c:4381 rtl-error.c:122 toplev.c:1694
3020 #: config/cris/cris.c:545 cp/spew.c:1538 cp/typeck.c:4367 java/expr.c:364
3021 #: java/verify.c:1467 java/verify.c:1468 java/verify.c:1483
3022 #, c-format
3023 msgid "%s"
3024 msgstr ""
3025
3026 #: c-typeck.c:3241
3027 msgid "ISO C forbids use of conditional expressions as lvalues"
3028 msgstr ""
3029
3030 #: c-typeck.c:3244
3031 msgid "ISO C forbids use of compound expressions as lvalues"
3032 msgstr ""
3033
3034 #: c-typeck.c:3247
3035 msgid "ISO C forbids use of cast expressions as lvalues"
3036 msgstr ""
3037
3038 #: c-typeck.c:3264
3039 #, c-format
3040 msgid "%s of read-only member `%s'"
3041 msgstr ""
3042
3043 #: c-typeck.c:3268
3044 #, c-format
3045 msgid "%s of read-only variable `%s'"
3046 msgstr ""
3047
3048 #: c-typeck.c:3271
3049 #, c-format
3050 msgid "%s of read-only location"
3051 msgstr ""
3052
3053 #: c-typeck.c:3290
3054 #, fuzzy, c-format
3055 msgid "cannot take address of bit-field `%s'"
3056 msgstr "не магу атрымаць адрас бітавага поля \"%s\""
3057
3058 #: c-typeck.c:3318
3059 #, c-format
3060 msgid "global register variable `%s' used in nested function"
3061 msgstr ""
3062
3063 #: c-typeck.c:3322
3064 #, c-format
3065 msgid "register variable `%s' used in nested function"
3066 msgstr ""
3067
3068 #: c-typeck.c:3329
3069 #, c-format
3070 msgid "address of global register variable `%s' requested"
3071 msgstr ""
3072
3073 #: c-typeck.c:3341
3074 msgid "cannot put object with volatile field into register"
3075 msgstr ""
3076
3077 #: c-typeck.c:3345
3078 #, c-format
3079 msgid "address of register variable `%s' requested"
3080 msgstr ""
3081
3082 #: c-typeck.c:3453
3083 msgid "signed and unsigned type in conditional expression"
3084 msgstr ""
3085
3086 #: c-typeck.c:3460
3087 msgid "ISO C forbids conditional expr with only one void side"
3088 msgstr ""
3089
3090 #: c-typeck.c:3476 c-typeck.c:3483
3091 msgid "ISO C forbids conditional expr between `void *' and function pointer"
3092 msgstr ""
3093
3094 #: c-typeck.c:3489
3095 msgid "pointer type mismatch in conditional expression"
3096 msgstr ""
3097
3098 #: c-typeck.c:3496 c-typeck.c:3506
3099 msgid "pointer/integer type mismatch in conditional expression"
3100 msgstr ""
3101
3102 #: c-typeck.c:3520
3103 msgid "type mismatch in conditional expression"
3104 msgstr ""
3105
3106 #: c-typeck.c:3591 cp/typeck.c:4623
3107 msgid "left-hand operand of comma expression has no effect"
3108 msgstr ""
3109
3110 #: c-typeck.c:3635
3111 msgid "cast specifies array type"
3112 msgstr ""
3113
3114 #: c-typeck.c:3641
3115 msgid "cast specifies function type"
3116 msgstr ""
3117
3118 #: c-typeck.c:3651
3119 msgid "ISO C forbids casting nonscalar to the same type"
3120 msgstr ""
3121
3122 #: c-typeck.c:3670
3123 msgid "ISO C forbids casts to union type"
3124 msgstr ""
3125
3126 #: c-typeck.c:3685
3127 msgid "cast to union type from type not present in union"
3128 msgstr ""
3129
3130 #: c-typeck.c:3736
3131 msgid "cast adds new qualifiers to function type"
3132 msgstr ""
3133
3134 #. There are qualifiers present in IN_OTYPE that are not
3135 #. present in IN_TYPE.
3136 #: c-typeck.c:3741
3137 msgid "cast discards qualifiers from pointer target type"
3138 msgstr ""
3139
3140 #: c-typeck.c:3756
3141 msgid "cast increases required alignment of target type"
3142 msgstr ""
3143
3144 #: c-typeck.c:3762 cp/typeck.c:5144
3145 msgid "cast from pointer to integer of different size"
3146 msgstr ""
3147
3148 #: c-typeck.c:3767
3149 msgid "cast does not match function type"
3150 msgstr ""
3151
3152 #: c-typeck.c:3774 cp/typeck.c:5151
3153 msgid "cast to pointer from integer of different size"
3154 msgstr ""
3155
3156 #: c-typeck.c:3786
3157 msgid "type-punning to incomplete type might break strict-aliasing rules"
3158 msgstr ""
3159
3160 #: c-typeck.c:3790
3161 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3162 msgstr ""
3163
3164 #. Now we have handled acceptable kinds of LHS that are not truly lvalues.
3165 #. Reject anything strange now.
3166 #: c-typeck.c:3949
3167 msgid "invalid lvalue in assignment"
3168 msgstr ""
3169
3170 #. Convert new value to destination type.
3171 #: c-typeck.c:3958 c-typeck.c:3983 c-typeck.c:4000 cp/typeck.c:5266
3172 #: cp/typeck.c:5416
3173 msgid "assignment"
3174 msgstr ""
3175
3176 #: c-typeck.c:4070
3177 msgid "cannot pass rvalue to reference parameter"
3178 msgstr ""
3179
3180 #: c-typeck.c:4174 c-typeck.c:4241
3181 #, c-format
3182 msgid "%s makes qualified function pointer from unqualified"
3183 msgstr ""
3184
3185 #: c-typeck.c:4178 c-typeck.c:4221
3186 #, c-format
3187 msgid "%s discards qualifiers from pointer target type"
3188 msgstr ""
3189
3190 #: c-typeck.c:4184
3191 msgid "ISO C prohibits argument conversion to union type"
3192 msgstr ""
3193
3194 #: c-typeck.c:4213
3195 #, c-format
3196 msgid "ISO C forbids %s between function pointer and `void *'"
3197 msgstr ""
3198
3199 #: c-typeck.c:4230
3200 #, c-format
3201 msgid "pointer targets in %s differ in signedness"
3202 msgstr ""
3203
3204 #: c-typeck.c:4246
3205 #, c-format
3206 msgid "%s from incompatible pointer type"
3207 msgstr ""
3208
3209 #: c-typeck.c:4252 c-typeck.c:4804 cp/typeck.c:1653
3210 msgid "invalid use of non-lvalue array"
3211 msgstr ""
3212
3213 #: c-typeck.c:4267
3214 #, c-format
3215 msgid "%s makes pointer from integer without a cast"
3216 msgstr ""
3217
3218 #: c-typeck.c:4275
3219 #, c-format
3220 msgid "%s makes integer from pointer without a cast"
3221 msgstr ""
3222
3223 #: c-typeck.c:4289 c-typeck.c:4292
3224 #, c-format
3225 msgid "incompatible type for argument %d of `%s'"
3226 msgstr ""
3227
3228 #: c-typeck.c:4296
3229 #, c-format
3230 msgid "incompatible type for argument %d of indirect function call"
3231 msgstr ""
3232
3233 #: c-typeck.c:4300
3234 #, c-format
3235 msgid "incompatible types in %s"
3236 msgstr ""
3237
3238 #. Function name is known; supply it.
3239 #: c-typeck.c:4358
3240 #, fuzzy, c-format
3241 msgid "passing arg of `%s'"
3242 msgstr "аргумент для \"%s\" прапушчан"
3243
3244 #. Function name unknown (call through ptr).
3245 #: c-typeck.c:4368
3246 #, fuzzy
3247 msgid "passing arg of pointer to function"
3248 msgstr "вельмі шмат аргументаў у функцыі"
3249
3250 #. Function name is known; supply it.
3251 #: c-typeck.c:4376
3252 #, c-format
3253 msgid "passing arg %d of `%s'"
3254 msgstr ""
3255
3256 #. Function name unknown (call through ptr); just give arg number.
3257 #: c-typeck.c:4386
3258 #, c-format
3259 msgid "passing arg %d of pointer to function"
3260 msgstr ""
3261
3262 #: c-typeck.c:4452
3263 msgid "initializer for static variable is not constant"
3264 msgstr ""
3265
3266 #: c-typeck.c:4458
3267 msgid "initializer for static variable uses complicated arithmetic"
3268 msgstr ""
3269
3270 #: c-typeck.c:4466
3271 msgid "aggregate initializer is not constant"
3272 msgstr ""
3273
3274 #: c-typeck.c:4468
3275 msgid "aggregate initializer uses complicated arithmetic"
3276 msgstr ""
3277
3278 #: c-typeck.c:4475
3279 msgid "traditional C rejects automatic aggregate initialization"
3280 msgstr ""
3281
3282 #: c-typeck.c:4654 c-typeck.c:4670 c-typeck.c:4686
3283 #, c-format
3284 msgid "(near initialization for `%s')"
3285 msgstr ""
3286
3287 #: c-typeck.c:4737 cp/typeck2.c:488
3288 msgid "char-array initialized from wide string"
3289 msgstr ""
3290
3291 #: c-typeck.c:4744 cp/typeck2.c:495
3292 msgid "int-array initialized from non-wide string"
3293 msgstr ""
3294
3295 #: c-typeck.c:4762 cp/typeck2.c:511
3296 msgid "initializer-string for array of chars is too long"
3297 msgstr ""
3298
3299 #: c-typeck.c:4822
3300 msgid "array initialized from non-constant array expression"
3301 msgstr ""
3302
3303 #: c-typeck.c:4839 c-typeck.c:4841 c-typeck.c:4857 c-typeck.c:4878
3304 #: c-typeck.c:6281
3305 msgid "initializer element is not constant"
3306 msgstr ""
3307
3308 #: c-typeck.c:4873
3309 msgid "initialization"
3310 msgstr "ініцыялізацыя"
3311
3312 #: c-typeck.c:4884 c-typeck.c:6286
3313 msgid "initializer element is not computable at load time"
3314 msgstr ""
3315
3316 #: c-typeck.c:4899 cp/typeck2.c:588
3317 msgid "invalid initializer"
3318 msgstr "нерэчаісны ініцыялізатар"
3319
3320 #: c-typeck.c:5393
3321 msgid "extra brace group at end of initializer"
3322 msgstr ""
3323
3324 #: c-typeck.c:5413
3325 msgid "missing braces around initializer"
3326 msgstr ""
3327
3328 #: c-typeck.c:5473
3329 msgid "braces around scalar initializer"
3330 msgstr ""
3331
3332 #: c-typeck.c:5521
3333 msgid "initialization of flexible array member in a nested context"
3334 msgstr ""
3335
3336 #: c-typeck.c:5523
3337 msgid "initialization of a flexible array member"
3338 msgstr ""
3339
3340 #: c-typeck.c:5554
3341 msgid "missing initializer"
3342 msgstr "прапушчан ініцыялізатар"
3343
3344 #: c-typeck.c:5580
3345 msgid "empty scalar initializer"
3346 msgstr ""
3347
3348 #: c-typeck.c:5585
3349 msgid "extra elements in scalar initializer"
3350 msgstr ""
3351
3352 #: c-typeck.c:5671
3353 msgid "initialization designators may not nest"
3354 msgstr ""
3355
3356 #: c-typeck.c:5692 c-typeck.c:5763
3357 msgid "array index in non-array initializer"
3358 msgstr ""
3359
3360 #: c-typeck.c:5697 c-typeck.c:5817
3361 msgid "field name not in record or union initializer"
3362 msgstr ""
3363
3364 #: c-typeck.c:5759 c-typeck.c:5761
3365 msgid "nonconstant array index in initializer"
3366 msgstr ""
3367
3368 #: c-typeck.c:5765 c-typeck.c:5768
3369 msgid "array index in initializer exceeds array bounds"
3370 msgstr ""
3371
3372 #: c-typeck.c:5779
3373 msgid "empty index range in initializer"
3374 msgstr ""
3375
3376 #: c-typeck.c:5788
3377 msgid "array index range in initializer exceeds array bounds"
3378 msgstr ""
3379
3380 #: c-typeck.c:5829
3381 #, c-format
3382 msgid "unknown field `%s' specified in initializer"
3383 msgstr ""
3384
3385 #: c-typeck.c:5866 c-typeck.c:5887 c-typeck.c:6348
3386 msgid "initialized field with side-effects overwritten"
3387 msgstr ""
3388
3389 #: c-typeck.c:6558
3390 msgid "excess elements in char array initializer"
3391 msgstr ""
3392
3393 #: c-typeck.c:6565 c-typeck.c:6611
3394 msgid "excess elements in struct initializer"
3395 msgstr ""
3396
3397 #: c-typeck.c:6626
3398 msgid "non-static initialization of a flexible array member"
3399 msgstr ""
3400
3401 #: c-typeck.c:6693
3402 msgid "excess elements in union initializer"
3403 msgstr ""
3404
3405 #: c-typeck.c:6714
3406 msgid "traditional C rejects initialization of unions"
3407 msgstr ""
3408
3409 #: c-typeck.c:6777
3410 msgid "excess elements in array initializer"
3411 msgstr ""
3412
3413 #: c-typeck.c:6806
3414 msgid "excess elements in vector initializer"
3415 msgstr ""
3416
3417 #: c-typeck.c:6828
3418 msgid "excess elements in scalar initializer"
3419 msgstr ""
3420
3421 #: c-typeck.c:6935
3422 msgid "asm template is not a string constant"
3423 msgstr ""
3424
3425 #: c-typeck.c:6967
3426 msgid "invalid lvalue in asm statement"
3427 msgstr ""
3428
3429 #: c-typeck.c:7042
3430 msgid "modification by `asm'"
3431 msgstr ""
3432
3433 #: c-typeck.c:7061 cp/typeck.c:6237
3434 msgid "function declared `noreturn' has a `return' statement"
3435 msgstr ""
3436
3437 #: c-typeck.c:7068
3438 msgid "`return' with no value, in function returning non-void"
3439 msgstr ""
3440
3441 #: c-typeck.c:7074
3442 msgid "`return' with a value, in function returning void"
3443 msgstr ""
3444
3445 #: c-typeck.c:7078
3446 msgid "return"
3447 msgstr "вяртанне"
3448
3449 #: c-typeck.c:7130
3450 msgid "function returns address of local variable"
3451 msgstr ""
3452
3453 #: c-typeck.c:7186 cp/semantics.c:555
3454 msgid "switch quantity not an integer"
3455 msgstr ""
3456
3457 #: c-typeck.c:7196
3458 msgid "`long' switch expression not converted to `int' in ISO C"
3459 msgstr ""
3460
3461 #: c-typeck.c:7231 cp/decl.c:5523
3462 msgid "case label not within a switch statement"
3463 msgstr ""
3464
3465 #: c-typeck.c:7233 cp/decl.c:5528
3466 msgid "`default' label not within a switch statement"
3467 msgstr ""
3468
3469 #: calls.c:1934 tree-inline.c:1177
3470 #, c-format
3471 msgid "inlining failed in call to `%s'"
3472 msgstr ""
3473
3474 #: calls.c:1935 calls.c:2271 tree-inline.c:1178
3475 msgid "called from here"
3476 msgstr "выклікана адсюль"
3477
3478 #: calls.c:2270
3479 #, c-format
3480 msgid "can't inline call to `%s'"
3481 msgstr ""
3482
3483 #: calls.c:2300
3484 msgid "function call has aggregate value"
3485 msgstr ""
3486
3487 #: cfgloop.c:1107
3488 #, c-format
3489 msgid "Size of loop %d should be %d, not %d."
3490 msgstr ""
3491
3492 #: cfgloop.c:1126
3493 #, c-format
3494 msgid "Bb %d do not belong to loop %d."
3495 msgstr ""
3496
3497 #: cfgloop.c:1144
3498 #, c-format
3499 msgid "Loop %d's header does not have exactly 2 entries."
3500 msgstr ""
3501
3502 #: cfgloop.c:1152
3503 #, c-format
3504 msgid "Loop %d's latch does not have exactly 1 successor."
3505 msgstr ""
3506
3507 #: cfgloop.c:1157
3508 #, c-format
3509 msgid "Loop %d's latch does not have header as successor."
3510 msgstr ""
3511
3512 #: cfgloop.c:1162
3513 #, c-format
3514 msgid "Loop %d's latch does not belong directly to it."
3515 msgstr ""
3516
3517 #: cfgloop.c:1168
3518 #, c-format
3519 msgid "Loop %d's header does not belong directly to it."
3520 msgstr ""
3521
3522 #: cfgrtl.c:1774
3523 #, c-format
3524 msgid "bb %d on wrong place"
3525 msgstr ""
3526
3527 #: cfgrtl.c:1780
3528 #, c-format
3529 msgid "prev_bb of %d should be %d, not %d"
3530 msgstr ""
3531
3532 #: cfgrtl.c:1800
3533 #, c-format
3534 msgid "end insn %d for block %d not found in the insn stream"
3535 msgstr ""
3536
3537 #: cfgrtl.c:1814
3538 #, c-format
3539 msgid "insn %d is in multiple basic blocks (%d and %d)"
3540 msgstr ""
3541
3542 #: cfgrtl.c:1826
3543 #, c-format
3544 msgid "head insn %d for block %d not found in the insn stream"
3545 msgstr ""
3546
3547 #: cfgrtl.c:1848
3548 #, c-format
3549 msgid "verify_flow_info: REG_BR_PROB does not match cfg %i %i"
3550 msgstr ""
3551
3552 #: cfgrtl.c:1855
3553 #, c-format
3554 msgid "verify_flow_info: Wrong count of block %i %i"
3555 msgstr ""
3556
3557 #: cfgrtl.c:1861
3558 #, c-format
3559 msgid "verify_flow_info: Wrong frequency of block %i %i"
3560 msgstr ""
3561
3562 #: cfgrtl.c:1869
3563 #, c-format
3564 msgid "verify_flow_info: Duplicate edge %i->%i"
3565 msgstr ""
3566
3567 #: cfgrtl.c:1875
3568 #, c-format
3569 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3570 msgstr ""
3571
3572 #: cfgrtl.c:1881
3573 #, c-format
3574 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3575 msgstr ""
3576
3577 #: cfgrtl.c:1911
3578 #, c-format
3579 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3580 msgstr ""
3581
3582 #: cfgrtl.c:1926
3583 #, c-format
3584 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3585 msgstr ""
3586
3587 #: cfgrtl.c:1928
3588 msgid "wrong insn in the fallthru edge"
3589 msgstr ""
3590
3591 #: cfgrtl.c:1935
3592 #, c-format
3593 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3594 msgstr ""
3595
3596 #: cfgrtl.c:1951
3597 #, c-format
3598 msgid "Missing REG_EH_REGION note in the end of bb %i"
3599 msgstr ""
3600
3601 #: cfgrtl.c:1959
3602 #, c-format
3603 msgid "Too many outgoing branch edges from bb %i"
3604 msgstr ""
3605
3606 #: cfgrtl.c:1964
3607 #, c-format
3608 msgid "Fallthru edge after unconditional jump %i"
3609 msgstr ""
3610
3611 #: cfgrtl.c:1969
3612 #, c-format
3613 msgid "Wrong amount of branch edges after unconditional jump %i"
3614 msgstr ""
3615
3616 #: cfgrtl.c:1975
3617 #, c-format
3618 msgid "Wrong amount of branch edges after conditional jump %i"
3619 msgstr ""
3620
3621 #: cfgrtl.c:1980
3622 #, c-format
3623 msgid "Call edges for non-call insn in bb %i"
3624 msgstr ""
3625
3626 #: cfgrtl.c:1989
3627 #, c-format
3628 msgid "Abnormal edges for no purpose in bb %i"
3629 msgstr ""
3630
3631 #: cfgrtl.c:2004
3632 #, c-format
3633 msgid "missing barrier after block %i"
3634 msgstr ""
3635
3636 #: cfgrtl.c:2014
3637 #, c-format
3638 msgid "basic block %d pred edge is corrupted"
3639 msgstr ""
3640
3641 #: cfgrtl.c:2031
3642 #, c-format
3643 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3644 msgstr ""
3645
3646 #: cfgrtl.c:2035
3647 #, c-format
3648 msgid "insn %d inside basic block %d but block_for_insn is %i"
3649 msgstr ""
3650
3651 #: cfgrtl.c:2049 cfgrtl.c:2059
3652 #, c-format
3653 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3654 msgstr ""
3655
3656 #: cfgrtl.c:2072
3657 #, c-format
3658 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3659 msgstr ""
3660
3661 #: cfgrtl.c:2084
3662 #, c-format
3663 msgid "in basic block %d:"
3664 msgstr ""
3665
3666 #: cfgrtl.c:2085
3667 msgid "flow control insn inside a basic block"
3668 msgstr ""
3669
3670 #: cfgrtl.c:2104
3671 #, c-format
3672 msgid "basic block %i edge lists are corrupted"
3673 msgstr ""
3674
3675 #: cfgrtl.c:2119
3676 msgid "basic blocks not numbered consecutively"
3677 msgstr ""
3678
3679 #: cfgrtl.c:2144
3680 msgid "insn outside basic block"
3681 msgstr ""
3682
3683 #: cfgrtl.c:2152
3684 msgid "return not followed by barrier"
3685 msgstr ""
3686
3687 #: cfgrtl.c:2157
3688 #, c-format
3689 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3690 msgstr ""
3691
3692 #: cfgrtl.c:2161
3693 msgid "verify_flow_info failed"
3694 msgstr ""
3695
3696 #: collect2.c:425
3697 msgid "internal error"
3698 msgstr "унутраная памылка"
3699
3700 #: collect2.c:934
3701 msgid "no arguments"
3702 msgstr "няма аргументаў"
3703
3704 #: collect2.c:1263 collect2.c:1411 collect2.c:1444
3705 #, c-format
3706 msgid "fopen %s"
3707 msgstr ""
3708
3709 #: collect2.c:1266 collect2.c:1416 collect2.c:1447
3710 #, c-format
3711 msgid "fclose %s"
3712 msgstr ""
3713
3714 #: collect2.c:1275
3715 #, c-format
3716 msgid "collect2 version %s"
3717 msgstr ""
3718
3719 #: collect2.c:1365
3720 #, c-format
3721 msgid "%d constructor(s) found\n"
3722 msgstr "%d канструктар(аў) знойдзен(а)\n"
3723
3724 #: collect2.c:1366
3725 #, c-format
3726 msgid "%d destructor(s) found\n"
3727 msgstr "%d дэструктар(аў) знойдзен(а)\n"
3728
3729 #: collect2.c:1367
3730 #, c-format
3731 msgid "%d frame table(s) found\n"
3732 msgstr ""
3733
3734 #: collect2.c:1508
3735 #, c-format
3736 msgid "%s terminated with signal %d [%s]%s"
3737 msgstr ""
3738
3739 #: collect2.c:1527
3740 #, c-format
3741 msgid "%s returned %d exit status"
3742 msgstr ""
3743
3744 #: collect2.c:1555
3745 #, c-format
3746 msgid "[cannot find %s]"
3747 msgstr "[нельга знайсці %s]"
3748
3749 #: collect2.c:1570
3750 #, c-format
3751 msgid "cannot find `%s'"
3752 msgstr "нельга знайсці \"%s\""
3753
3754 #: collect2.c:1581 collect2.c:1584
3755 #, c-format
3756 msgid "redirecting stdout: %s"
3757 msgstr "перанакіраванне stdout: %s"
3758
3759 #: collect2.c:1627
3760 #, c-format
3761 msgid "[Leaving %s]\n"
3762 msgstr ""
3763
3764 #: collect2.c:1870
3765 #, c-format
3766 msgid ""
3767 "\n"
3768 "write_c_file - output name is %s, prefix is %s\n"
3769 msgstr ""
3770
3771 #: collect2.c:2082
3772 msgid "cannot find `nm'"
3773 msgstr "нельга знайсці \"nm\""
3774
3775 #: collect2.c:2092 collect2.c:2533
3776 msgid "pipe"
3777 msgstr "канвеер"
3778
3779 #: collect2.c:2096 collect2.c:2537
3780 msgid "fdopen"
3781 msgstr ""
3782
3783 #: collect2.c:2122 collect2.c:2563
3784 #, c-format
3785 msgid "dup2 %d 1"
3786 msgstr ""
3787
3788 #: collect2.c:2125 collect2.c:2128 collect2.c:2141 collect2.c:2566
3789 #: collect2.c:2569 collect2.c:2582
3790 #, c-format
3791 msgid "close %d"
3792 msgstr ""
3793
3794 #: collect2.c:2131 collect2.c:2572
3795 #, c-format
3796 msgid "execv %s"
3797 msgstr ""
3798
3799 #: collect2.c:2185
3800 #, c-format
3801 msgid "init function found in object %s"
3802 msgstr ""
3803
3804 #: collect2.c:2193
3805 #, c-format
3806 msgid "fini function found in object %s"
3807 msgstr ""
3808
3809 #: collect2.c:2216 collect2.c:2621
3810 msgid "fclose"
3811 msgstr ""
3812
3813 #: collect2.c:2261
3814 #, c-format
3815 msgid "unable to open file '%s'"
3816 msgstr "немагу адчыніць файл \"%s\""
3817
3818 #: collect2.c:2263
3819 #, c-format
3820 msgid "unable to stat file '%s'"
3821 msgstr ""
3822
3823 #: collect2.c:2269
3824 #, c-format
3825 msgid "unable to mmap file '%s'"
3826 msgstr ""
3827
3828 #: collect2.c:2422
3829 msgid "not found\n"
3830 msgstr "не знойдзена\n"
3831
3832 #: collect2.c:2424 collect2.c:2600
3833 #, c-format
3834 msgid "dynamic dependency %s not found"
3835 msgstr ""
3836
3837 #: collect2.c:2444
3838 #, c-format
3839 msgid "bad magic number in file '%s'"
3840 msgstr "дрэнная магічная лічба ў файле \"%s\""
3841
3842 #: collect2.c:2466
3843 msgid "dynamic dependencies.\n"
3844 msgstr ""
3845
3846 #: collect2.c:2524
3847 msgid "cannot find `ldd'"
3848 msgstr "не магу знайсці \"ldd\""
3849
3850 #: collect2.c:2585
3851 msgid ""
3852 "\n"
3853 "ldd output with constructors/destructors.\n"
3854 msgstr ""
3855
3856 #: collect2.c:2612
3857 #, c-format
3858 msgid "unable to open dynamic dependency '%s'"
3859 msgstr ""
3860
3861 #: collect2.c:2726
3862 #, c-format
3863 msgid "%s: not a COFF file"
3864 msgstr ""
3865
3866 #: collect2.c:2845
3867 #, c-format
3868 msgid "%s: cannot open as COFF file"
3869 msgstr ""
3870
3871 #: collect2.c:2901
3872 #, fuzzy, c-format
3873 msgid "library lib%s not found"
3874 msgstr "Бібліятэка lib%s не знойдзена"
3875
3876 #: collect2.c:3028
3877 #, c-format
3878 msgid "open %s"
3879 msgstr ""
3880
3881 #: collect2.c:3051
3882 msgid "incompatibilities between object file & expected values"
3883 msgstr ""
3884
3885 #: collect2.c:3124
3886 #, c-format
3887 msgid ""
3888 "\n"
3889 "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
3890 msgstr ""
3891
3892 #: collect2.c:3133
3893 msgid "string section missing"
3894 msgstr ""
3895
3896 #: collect2.c:3136
3897 msgid "section pointer missing"
3898 msgstr ""
3899
3900 #: collect2.c:3184
3901 msgid "no symbol table found"
3902 msgstr ""
3903
3904 #: collect2.c:3197
3905 msgid "no cmd_strings found"
3906 msgstr ""
3907
3908 #: collect2.c:3209
3909 msgid ""
3910 "\n"
3911 "Updating header and load commands.\n"
3912 "\n"
3913 msgstr ""
3914
3915 #: collect2.c:3216
3916 #, c-format
3917 msgid "load command map, %d cmds, new size %ld.\n"
3918 msgstr ""
3919
3920 #: collect2.c:3247
3921 msgid ""
3922 "writing load commands.\n"
3923 "\n"
3924 msgstr ""
3925
3926 #: collect2.c:3267
3927 #, c-format
3928 msgid "close %s"
3929 msgstr ""
3930
3931 #: collect2.c:3341
3932 msgid "could not convert 0x%l.8x into a region"
3933 msgstr ""
3934
3935 #: collect2.c:3345
3936 #, c-format
3937 msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
3938 msgstr ""
3939
3940 #: collect2.c:3472
3941 msgid "bad magic number"
3942 msgstr "дрэнны \"магічны\" нумар"
3943
3944 #: collect2.c:3473
3945 msgid "bad header version"
3946 msgstr "дрэнная версія загалоўка"
3947
3948 #: collect2.c:3474
3949 msgid "bad raw header version"
3950 msgstr ""
3951
3952 #: collect2.c:3475
3953 msgid "raw header buffer too small"
3954 msgstr ""
3955
3956 #: collect2.c:3476
3957 msgid "old raw header file"
3958 msgstr ""
3959
3960 #: collect2.c:3477
3961 msgid "unsupported version"
3962 msgstr "непадтрымліваемая версія"
3963
3964 #: collect2.c:3479
3965 #, c-format
3966 msgid "unknown {de,en}code_mach_o_hdr return value %d"
3967 msgstr ""
3968
3969 #: collect2.c:3499
3970 #, c-format
3971 msgid "fstat %s"
3972 msgstr ""
3973
3974 #: collect2.c:3536 collect2.c:3584
3975 #, c-format
3976 msgid "lseek %s 0"
3977 msgstr ""
3978
3979 #: collect2.c:3540
3980 #, c-format
3981 msgid "read %s"
3982 msgstr ""
3983
3984 #: collect2.c:3543
3985 #, c-format
3986 msgid "read %ld bytes, expected %ld, from %s"
3987 msgstr ""
3988
3989 #: collect2.c:3564
3990 #, c-format
3991 msgid "msync %s"
3992 msgstr ""
3993
3994 #: collect2.c:3571
3995 #, c-format
3996 msgid "munmap %s"
3997 msgstr ""
3998
3999 #: collect2.c:3588
4000 #, c-format
4001 msgid "write %s"
4002 msgstr ""
4003
4004 #: collect2.c:3591
4005 #, c-format
4006 msgid "wrote %ld bytes, expected %ld, to %s"
4007 msgstr ""
4008
4009 #: combine.c:13222
4010 #, c-format
4011 msgid ""
4012 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
4013 ";; %d successes.\n"
4014 "\n"
4015 msgstr ""
4016
4017 #: combine.c:13232
4018 #, c-format
4019 msgid ""
4020 "\n"
4021 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4022 ";; %d successes.\n"
4023 msgstr ""
4024
4025 #: convert.c:69
4026 msgid "cannot convert to a pointer type"
4027 msgstr ""
4028
4029 #: convert.c:102
4030 msgid "pointer value used where a floating point value was expected"
4031 msgstr ""
4032
4033 #: convert.c:106
4034 msgid "aggregate value used where a float was expected"
4035 msgstr ""
4036
4037 #: convert.c:132
4038 msgid "conversion to incomplete type"
4039 msgstr ""
4040
4041 #: convert.c:414 convert.c:494
4042 msgid "can't convert between vector values of different size"
4043 msgstr ""
4044
4045 #: convert.c:420
4046 msgid "aggregate value used where an integer was expected"
4047 msgstr ""
4048
4049 #: convert.c:472 f/com.c:1100
4050 msgid "pointer value used where a complex was expected"
4051 msgstr ""
4052
4053 #: convert.c:476 f/com.c:1102
4054 msgid "aggregate value used where a complex was expected"
4055 msgstr ""
4056
4057 #: convert.c:500
4058 msgid "can't convert value to a vector"
4059 msgstr ""
4060
4061 #: cpperror.c:113
4062 msgid "warning: "
4063 msgstr ""
4064
4065 #: cpperror.c:115
4066 msgid "internal error: "
4067 msgstr ""
4068
4069 #: cpperror.c:189
4070 #, fuzzy
4071 msgid "stdout"
4072 msgstr "структура"
4073
4074 #: cpperror.c:191 gcc.c:6428
4075 #, c-format
4076 msgid "%s: %s"
4077 msgstr ""
4078
4079 #: cppexp.c:199
4080 msgid "too many decimal points in number"
4081 msgstr ""
4082
4083 #: cppexp.c:219
4084 #, fuzzy, c-format
4085 msgid "invalid digit \"%c\" in octal constant"
4086 msgstr "`%E' - нерэчаісная нязьменная тыпу string"
4087
4088 #: cppexp.c:225
4089 msgid "use of C99 hexadecimal floating constant"
4090 msgstr ""
4091
4092 #: cppexp.c:234
4093 msgid "exponent has no digits"
4094 msgstr ""
4095
4096 #: cppexp.c:241
4097 msgid "hexadecimal floating constants require an exponent"
4098 msgstr ""
4099
4100 #: cppexp.c:247
4101 #, fuzzy, c-format
4102 msgid "invalid suffix \"%.*s\" on floating constant"
4103 msgstr "`%E' - нерэчаісная нязьменная тыпу string"
4104
4105 #: cppexp.c:257 cppexp.c:282
4106 #, c-format
4107 msgid "traditional C rejects the \"%.*s\" suffix"
4108 msgstr ""
4109
4110 #: cppexp.c:268
4111 #, fuzzy, c-format
4112 msgid "invalid suffix \"%.*s\" on integer constant"
4113 msgstr "`%E' - нерэчаісная нязьменная тыпу string"
4114
4115 #: cppexp.c:289
4116 msgid "use of C99 long long integer constant"
4117 msgstr ""
4118
4119 #: cppexp.c:295
4120 msgid "imaginary constants are a GCC extension"
4121 msgstr ""
4122
4123 #: cppexp.c:383
4124 msgid "integer constant is too large for its type"
4125 msgstr ""
4126
4127 #: cppexp.c:395
4128 msgid "integer constant is so large that it is unsigned"
4129 msgstr ""
4130
4131 #: cppexp.c:482
4132 msgid "missing ')' after \"defined\""
4133 msgstr ""
4134
4135 #: cppexp.c:489
4136 msgid "operator \"defined\" requires an identifier"
4137 msgstr ""
4138
4139 #: cppexp.c:497
4140 #, c-format
4141 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
4142 msgstr ""
4143
4144 #: cppexp.c:507
4145 msgid "this use of \"defined\" may not be portable"
4146 msgstr ""
4147
4148 #: cppexp.c:545
4149 msgid "floating constant in preprocessor expression"
4150 msgstr ""
4151
4152 #: cppexp.c:551
4153 msgid "imaginary number in preprocessor expression"
4154 msgstr ""
4155
4156 #: cppexp.c:596
4157 #, c-format
4158 msgid "ISO C++ does not permit \"%s\" in #if"
4159 msgstr ""
4160
4161 #: cppexp.c:604
4162 #, c-format
4163 msgid "\"%s\" is not defined"
4164 msgstr ""
4165
4166 #: cppexp.c:737 cppexp.c:772
4167 #, fuzzy, c-format
4168 msgid "missing binary operator before token \"%s\""
4169 msgstr "прапушчан прабел пасля нумара \"%.*s\""
4170
4171 #: cppexp.c:756
4172 #, c-format
4173 msgid "invalid character '%c' in #if"
4174 msgstr ""
4175
4176 #: cppexp.c:758
4177 #, c-format
4178 msgid "invalid character '\\%03o' in #if"
4179 msgstr ""
4180
4181 #: cppexp.c:763
4182 #, c-format
4183 msgid "token \"%s\" is not valid in preprocessor expressions"
4184 msgstr ""
4185
4186 #: cppexp.c:782
4187 msgid "void expression between '(' and ')'"
4188 msgstr ""
4189
4190 #: cppexp.c:785
4191 msgid "#if with no expression"
4192 msgstr ""
4193
4194 #: cppexp.c:787
4195 #, c-format
4196 msgid "operator '%s' has no right operand"
4197 msgstr ""
4198
4199 #: cppexp.c:813
4200 msgid " ':' without preceding '?'"
4201 msgstr ""
4202
4203 #: cppexp.c:840
4204 msgid "unbalanced stack in #if"
4205 msgstr ""
4206
4207 #: cppexp.c:862
4208 #, fuzzy, c-format
4209 msgid "impossible operator '%u'"
4210 msgstr "немагчымы апэратар '%s'"
4211
4212 #: cppexp.c:954
4213 msgid "missing ')' in expression"
4214 msgstr ""
4215
4216 #: cppexp.c:975
4217 msgid "'?' without following ':'"
4218 msgstr ""
4219
4220 #: cppexp.c:985
4221 msgid "integer overflow in preprocessor expression"
4222 msgstr ""
4223
4224 #: cppexp.c:990
4225 msgid "missing '(' in expression"
4226 msgstr ""
4227
4228 #: cppexp.c:1026
4229 #, c-format
4230 msgid "the left operand of \"%s\" changes sign when promoted"
4231 msgstr ""
4232
4233 #: cppexp.c:1031
4234 #, c-format
4235 msgid "the right operand of \"%s\" changes sign when promoted"
4236 msgstr ""
4237
4238 #: cppexp.c:1414
4239 msgid "comma operator in operand of #if"
4240 msgstr ""
4241
4242 #: cppexp.c:1551
4243 msgid "division by zero in #if"
4244 msgstr ""
4245
4246 #: cppfiles.c:411
4247 #, c-format
4248 msgid "%s is too large"
4249 msgstr "%s - вельмі вялікі"
4250
4251 #: cppfiles.c:447
4252 #, c-format
4253 msgid "%s is shorter than expected"
4254 msgstr ""
4255
4256 #: cppfiles.c:461
4257 #, c-format
4258 msgid "%s is a block device"
4259 msgstr "%s - гэта блёчная прылада"
4260
4261 #: cppfiles.c:594
4262 #, c-format
4263 msgid "no include path in which to find %s"
4264 msgstr ""
4265
4266 #: cppfiles.c:668
4267 msgid "Multiple include guards may be useful for:\n"
4268 msgstr ""
4269
4270 #: cppfiles.c:1014
4271 msgid "absolute file name in remap_filename"
4272 msgstr ""
4273
4274 #: cppinit.c:224
4275 #, c-format
4276 msgid "ignoring nonexistent directory \"%s\"\n"
4277 msgstr ""
4278
4279 #: cppinit.c:231
4280 #, c-format
4281 msgid "%s: Not a directory"
4282 msgstr "%s: не дырэкторыя"
4283
4284 #: cppinit.c:287
4285 #, c-format
4286 msgid "ignoring duplicate directory \"%s\"\n"
4287 msgstr ""
4288
4289 #: cppinit.c:325
4290 msgid " as it is a non-system directory that duplicates a system directory\n"
4291 msgstr ""
4292
4293 #: cppinit.c:891
4294 msgid "cppchar_t must be an unsigned type"
4295 msgstr ""
4296
4297 #: cppinit.c:895
4298 #, c-format
4299 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
4300 msgstr ""
4301
4302 #: cppinit.c:901
4303 msgid "CPP arithmetic must be at least as precise as a target int"
4304 msgstr ""
4305
4306 #: cppinit.c:904
4307 msgid "target char is less than 8 bits wide"
4308 msgstr ""
4309
4310 #: cppinit.c:908
4311 msgid "target wchar_t is narrower than target char"
4312 msgstr ""
4313
4314 #: cppinit.c:912
4315 msgid "target int is narrower than target char"
4316 msgstr ""
4317
4318 #: cppinit.c:916
4319 msgid "CPP half-integer narrower than CPP character"
4320 msgstr ""
4321
4322 #: cppinit.c:920
4323 #, c-format
4324 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
4325 msgstr ""
4326
4327 #: cppinit.c:972
4328 msgid "#include \"...\" search starts here:\n"
4329 msgstr ""
4330
4331 #: cppinit.c:976
4332 msgid "#include <...> search starts here:\n"
4333 msgstr ""
4334
4335 #: cppinit.c:979
4336 msgid "End of search list.\n"
4337 msgstr ""
4338
4339 #: cppinit.c:1057
4340 msgid "<built-in>"
4341 msgstr ""
4342
4343 #: cppinit.c:1059
4344 msgid "<command line>"
4345 msgstr ""
4346
4347 #. Irix6 "cc -n32" and OSF4 cc have problems with char foo[] = ("string");
4348 #. I.e. a const string initializer with parens around it. That is
4349 #. what N_("string") resolves to, so we make no_* be macros instead.
4350 #: cppinit.c:1164
4351 #, c-format
4352 msgid "assertion missing after %s"
4353 msgstr ""
4354
4355 #: cppinit.c:1165
4356 #, c-format
4357 msgid "directory name missing after %s"
4358 msgstr ""
4359
4360 #: cppinit.c:1166
4361 #, c-format
4362 msgid "file name missing after %s"
4363 msgstr ""
4364
4365 #: cppinit.c:1167
4366 #, c-format
4367 msgid "macro name missing after %s"
4368 msgstr ""
4369
4370 #: cppinit.c:1168
4371 #, c-format
4372 msgid "path name missing after %s"
4373 msgstr ""
4374
4375 #: cppinit.c:1353
4376 msgid "-I- specified twice"
4377 msgstr ""
4378
4379 #: cpplex.c:149
4380 #, c-format
4381 msgid "trigraph ??%c converted to %c"
4382 msgstr ""
4383
4384 #: cpplex.c:157
4385 #, c-format
4386 msgid "trigraph ??%c ignored"
4387 msgstr ""
4388
4389 #: cpplex.c:214
4390 msgid "backslash and newline separated by space"
4391 msgstr ""
4392
4393 #: cpplex.c:221 cpptrad.c:158
4394 msgid "backslash-newline at end of file"
4395 msgstr ""
4396
4397 #: cpplex.c:287 cpptrad.c:199
4398 msgid "\"/*\" within comment"
4399 msgstr ""
4400
4401 #: cpplex.c:395
4402 msgid "null character(s) ignored"
4403 msgstr ""
4404
4405 #: cpplex.c:402
4406 #, c-format
4407 msgid "%s in preprocessing directive"
4408 msgstr ""
4409
4410 #: cpplex.c:475
4411 #, c-format
4412 msgid "attempt to use poisoned \"%s\""
4413 msgstr ""
4414
4415 #: cpplex.c:483
4416 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
4417 msgstr ""
4418
4419 #: cpplex.c:555
4420 msgid "'$' character(s) in identifier or number"
4421 msgstr ""
4422
4423 #: cpplex.c:698
4424 #, c-format
4425 msgid "missing terminating %c character"
4426 msgstr "прапушчан завяршаючы сімвал %c"
4427
4428 #: cpplex.c:711
4429 msgid "null character(s) preserved in literal"
4430 msgstr ""
4431
4432 #: cpplex.c:915 cpptrad.c:487
4433 msgid "no newline at end of file"
4434 msgstr ""
4435
4436 #: cpplex.c:1092 cpptrad.c:213
4437 msgid "unterminated comment"
4438 msgstr "незавершаныя каментарыі"
4439
4440 #: cpplex.c:1103
4441 msgid "C++ style comments are not allowed in ISO C90"
4442 msgstr ""
4443
4444 #: cpplex.c:1105
4445 msgid "(this will be reported only once per input file)"
4446 msgstr ""
4447
4448 #: cpplex.c:1110
4449 msgid "multi-line comment"
4450 msgstr ""
4451
4452 #: cpplex.c:1425
4453 #, fuzzy, c-format
4454 msgid "unknown string token %s\n"
4455 msgstr "невядомая назва рэгістра: %s\n"
4456
4457 #: cpplex.c:1438
4458 #, fuzzy, c-format
4459 msgid "unspellable token %s"
4460 msgstr "немагу адчыніць файл \"%s\""
4461
4462 #: cpplex.c:1695
4463 #, c-format
4464 msgid "the meaning of '\\%c' is different in traditional C"
4465 msgstr ""
4466
4467 #: cpplex.c:1701
4468 msgid "incomplete universal-character-name"
4469 msgstr ""
4470
4471 #: cpplex.c:1715
4472 #, c-format
4473 msgid "non-hex digit '%c' in universal-character-name"
4474 msgstr ""
4475
4476 #: cpplex.c:1723
4477 msgid "universal-character-name on EBCDIC target"
4478 msgstr ""
4479
4480 #: cpplex.c:1737
4481 msgid "universal-character-name out of range"
4482 msgstr ""
4483
4484 #: cpplex.c:1791
4485 msgid "the meaning of '\\a' is different in traditional C"
4486 msgstr ""
4487
4488 #: cpplex.c:1798
4489 #, c-format
4490 msgid "non-ISO-standard escape sequence, '\\%c'"
4491 msgstr ""
4492
4493 #: cpplex.c:1809
4494 msgid "the meaning of '\\x' is different in traditional C"
4495 msgstr ""
4496
4497 #: cpplex.c:1828 f/lex.c:585
4498 msgid "\\x used with no following hex digits"
4499 msgstr ""
4500
4501 #: cpplex.c:1833
4502 msgid "hex escape sequence out of range"
4503 msgstr ""
4504
4505 #: cpplex.c:1858
4506 msgid "octal escape sequence out of range"
4507 msgstr ""
4508
4509 #: cpplex.c:1874
4510 #, c-format
4511 msgid "unknown escape sequence '\\%c'"
4512 msgstr "невядомая ESC-паслядоўнасць '\\%c'"
4513
4514 #: cpplex.c:1877
4515 #, fuzzy, c-format
4516 msgid "unknown escape sequence: '\\%03o'"
4517 msgstr "невядомая ESC-паслядоўнасць '\\%c'"
4518
4519 #: cpplex.c:1882
4520 msgid "escape sequence out of range for its type"
4521 msgstr ""
4522
4523 #: cpplex.c:1973
4524 msgid "empty character constant"
4525 msgstr "пустая сімвальная канстанта"
4526
4527 #: cpplex.c:1983
4528 #, fuzzy
4529 msgid "character constant too long for its type"
4530 msgstr "сімвальная канстанта вельмі доўгая"
4531
4532 #: cpplex.c:1986
4533 msgid "multi-character character constant"
4534 msgstr "мнагасімвальная сімвальная канстанта"
4535
4536 #: cpplib.c:225
4537 #, c-format
4538 msgid "extra tokens at end of #%s directive"
4539 msgstr ""
4540
4541 #: cpplib.c:315
4542 #, c-format
4543 msgid "#%s is a GCC extension"
4544 msgstr ""
4545
4546 #: cpplib.c:327
4547 msgid "suggest not using #elif in traditional C"
4548 msgstr ""
4549
4550 #: cpplib.c:330
4551 #, c-format
4552 msgid "traditional C ignores #%s with the # indented"
4553 msgstr ""
4554
4555 #: cpplib.c:334
4556 #, c-format
4557 msgid "suggest hiding #%s from traditional C with an indented #"
4558 msgstr ""
4559
4560 #: cpplib.c:358
4561 msgid "embedding a directive within macro arguments is not portable"
4562 msgstr ""
4563
4564 #: cpplib.c:378
4565 msgid "style of line directive is a GCC extension"
4566 msgstr ""
4567
4568 #: cpplib.c:428
4569 #, c-format
4570 msgid "invalid preprocessing directive #%s"
4571 msgstr ""
4572
4573 #: cpplib.c:500
4574 msgid "\"defined\" cannot be used as a macro name"
4575 msgstr ""
4576
4577 #: cpplib.c:506
4578 #, c-format
4579 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
4580 msgstr ""
4581
4582 #: cpplib.c:509
4583 #, c-format
4584 msgid "no macro name given in #%s directive"
4585 msgstr ""
4586
4587 #: cpplib.c:512
4588 msgid "macro names must be identifiers"
4589 msgstr ""
4590
4591 #: cpplib.c:552
4592 #, c-format
4593 msgid "undefining \"%s\""
4594 msgstr ""
4595
4596 #: cpplib.c:598
4597 msgid "missing terminating > character"
4598 msgstr ""
4599
4600 #: cpplib.c:637
4601 #, c-format
4602 msgid "#%s expects \"FILENAME\" or <FILENAME>"
4603 msgstr ""
4604
4605 #: cpplib.c:648
4606 #, c-format
4607 msgid "empty file name in #%s"
4608 msgstr ""
4609
4610 #: cpplib.c:667
4611 msgid "#include_next in primary source file"
4612 msgstr ""
4613
4614 #: cpplib.c:674
4615 msgid "#import is obsolete, use an #ifndef wrapper in the header file"
4616 msgstr ""
4617
4618 #: cpplib.c:682
4619 msgid "#include nested too deeply"
4620 msgstr ""
4621
4622 #: cpplib.c:739
4623 #, c-format
4624 msgid "invalid flag \"%s\" in line directive"
4625 msgstr ""
4626
4627 #: cpplib.c:814
4628 #, c-format
4629 msgid "\"%s\" after #line is not a positive integer"
4630 msgstr ""
4631
4632 #: cpplib.c:820
4633 msgid "line number out of range"
4634 msgstr ""
4635
4636 #: cpplib.c:831 cpplib.c:902
4637 #, c-format
4638 msgid "\"%s\" is not a valid filename"
4639 msgstr ""
4640
4641 #: cpplib.c:866
4642 #, c-format
4643 msgid "\"%s\" after # is not a positive integer"
4644 msgstr ""
4645
4646 #: cpplib.c:973
4647 #, fuzzy
4648 msgid "invalid #ident directive"
4649 msgstr "нерэчаісны ініцыялізатар"
4650
4651 #: cpplib.c:1061
4652 #, c-format
4653 msgid "registering \"%s\" as both a pragma and a pragma namespace"
4654 msgstr ""
4655
4656 #: cpplib.c:1064
4657 #, fuzzy, c-format
4658 msgid "#pragma %s %s is already registered"
4659 msgstr "Клас \"%s\" ужо існуе"
4660
4661 #: cpplib.c:1067
4662 #, c-format
4663 msgid "#pragma %s is already registered"
4664 msgstr ""
4665
4666 #: cpplib.c:1143
4667 msgid "#pragma once is obsolete"
4668 msgstr ""
4669
4670 #: cpplib.c:1146
4671 msgid "#pragma once in main file"
4672 msgstr ""
4673
4674 #: cpplib.c:1170
4675 msgid "invalid #pragma GCC poison directive"
4676 msgstr ""
4677
4678 #: cpplib.c:1179
4679 #, c-format
4680 msgid "poisoning existing macro \"%s\""
4681 msgstr ""
4682
4683 #: cpplib.c:1201
4684 msgid "#pragma system_header ignored outside include file"
4685 msgstr ""
4686
4687 #: cpplib.c:1226
4688 #, c-format
4689 msgid "cannot find source %s"
4690 msgstr "не магу знайсці крыніцу %s"
4691
4692 #: cpplib.c:1230
4693 #, c-format
4694 msgid "current file is older than %s"
4695 msgstr ""
4696
4697 #: cpplib.c:1346
4698 msgid "_Pragma takes a parenthesized string literal"
4699 msgstr ""
4700
4701 #: cpplib.c:1429
4702 msgid "#else without #if"
4703 msgstr ""
4704
4705 #: cpplib.c:1434
4706 msgid "#else after #else"
4707 msgstr ""
4708
4709 #: cpplib.c:1436 cpplib.c:1470
4710 msgid "the conditional began here"
4711 msgstr ""
4712
4713 #: cpplib.c:1463
4714 msgid "#elif without #if"
4715 msgstr ""
4716
4717 #: cpplib.c:1468
4718 msgid "#elif after #else"
4719 msgstr ""
4720
4721 #: cpplib.c:1499
4722 msgid "#endif without #if"
4723 msgstr ""
4724
4725 #: cpplib.c:1582
4726 msgid "missing '(' after predicate"
4727 msgstr ""
4728
4729 #: cpplib.c:1597
4730 msgid "missing ')' to complete answer"
4731 msgstr ""
4732
4733 #: cpplib.c:1617
4734 msgid "predicate's answer is empty"
4735 msgstr ""
4736
4737 #: cpplib.c:1647
4738 msgid "assertion without predicate"
4739 msgstr ""
4740
4741 #: cpplib.c:1649
4742 msgid "predicate must be an identifier"
4743 msgstr ""
4744
4745 #: cpplib.c:1738
4746 #, c-format
4747 msgid "\"%s\" re-asserted"
4748 msgstr ""
4749
4750 #: cpplib.c:1968
4751 #, c-format
4752 msgid "unterminated #%s"
4753 msgstr ""
4754
4755 #: cppmacro.c:94
4756 #, c-format
4757 msgid "macro \"%s\" is not used"
4758 msgstr ""
4759
4760 #: cppmacro.c:139 cppmacro.c:294
4761 #, c-format
4762 msgid "invalid built-in macro \"%s\""
4763 msgstr ""
4764
4765 #: cppmacro.c:234
4766 #, fuzzy
4767 msgid "could not determine date and time"
4768 msgstr "Немагчыма адчыніць файл з дадзенымі %s.\n"
4769
4770 #: cppmacro.c:407
4771 msgid "invalid string literal, ignoring final '\\'"
4772 msgstr ""
4773
4774 #: cppmacro.c:504
4775 #, c-format
4776 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
4777 msgstr ""
4778
4779 #: cppmacro.c:546
4780 msgid "ISO C99 requires rest arguments to be used"
4781 msgstr ""
4782
4783 #: cppmacro.c:551
4784 #, c-format
4785 msgid "macro \"%s\" requires %u arguments, but only %u given"
4786 msgstr ""
4787
4788 #: cppmacro.c:556
4789 #, c-format
4790 msgid "macro \"%s\" passed %u arguments, but takes just %u"
4791 msgstr ""
4792
4793 #: cppmacro.c:669 cpptrad.c:774
4794 #, c-format
4795 msgid "unterminated argument list invoking macro \"%s\""
4796 msgstr ""
4797
4798 #: cppmacro.c:776
4799 #, c-format
4800 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
4801 msgstr ""
4802
4803 #: cppmacro.c:1314
4804 #, c-format
4805 msgid "duplicate macro parameter \"%s\""
4806 msgstr ""
4807
4808 #: cppmacro.c:1351
4809 #, c-format
4810 msgid "\"%s\" may not appear in macro parameter list"
4811 msgstr ""
4812
4813 #: cppmacro.c:1359
4814 msgid "macro parameters must be comma-separated"
4815 msgstr ""
4816
4817 #: cppmacro.c:1376
4818 msgid "parameter name missing"
4819 msgstr ""
4820
4821 #: cppmacro.c:1391
4822 msgid "anonymous variadic macros were introduced in C99"
4823 msgstr ""
4824
4825 #: cppmacro.c:1395
4826 msgid "ISO C does not permit named variadic macros"
4827 msgstr ""
4828
4829 #: cppmacro.c:1404
4830 msgid "missing ')' in macro parameter list"
4831 msgstr ""
4832
4833 #: cppmacro.c:1472
4834 msgid "ISO C requires whitespace after the macro name"
4835 msgstr ""
4836
4837 #: cppmacro.c:1500
4838 msgid "'#' is not followed by a macro parameter"
4839 msgstr ""
4840
4841 #: cppmacro.c:1519
4842 msgid "'##' cannot appear at either end of a macro expansion"
4843 msgstr ""
4844
4845 #: cppmacro.c:1601
4846 #, c-format
4847 msgid "\"%s\" redefined"
4848 msgstr ""
4849
4850 #: cppmacro.c:1606
4851 msgid "this is the location of the previous definition"
4852 msgstr ""
4853
4854 #: cppmacro.c:1657
4855 #, c-format
4856 msgid "macro argument \"%s\" would be stringified in traditional C"
4857 msgstr ""
4858
4859 #: cppmacro.c:1682
4860 #, c-format
4861 msgid "invalid hash type %d in cpp_macro_definition"
4862 msgstr ""
4863
4864 #: cppspec.c:109
4865 #, c-format
4866 msgid "\"%s\" is not a valid option to the preprocessor"
4867 msgstr ""
4868
4869 #: cppspec.c:133
4870 msgid "too many input files"
4871 msgstr "вельмі шмат уваходзячых файлаў"
4872
4873 #: cpptrad.c:841
4874 #, c-format
4875 msgid "detected recursion whilst expanding macro \"%s\""
4876 msgstr ""
4877
4878 #: cse.c:7195
4879 #, c-format
4880 msgid ";; Processing block from %d to %d, %d sets.\n"
4881 msgstr ""
4882
4883 #: diagnostic.c:714
4884 msgid "((anonymous))"
4885 msgstr ""
4886
4887 #: diagnostic.c:928
4888 #, c-format
4889 msgid "%s: warnings being treated as errors\n"
4890 msgstr ""
4891
4892 #: diagnostic.c:963
4893 #, c-format
4894 msgid "%s: %s: "
4895 msgstr "%s: %s: "
4896
4897 #: diagnostic.c:1054
4898 #, c-format
4899 msgid "%s "
4900 msgstr ""
4901
4902 #: diagnostic.c:1056
4903 #, c-format
4904 msgid " %s"
4905 msgstr ""
4906
4907 #: diagnostic.c:1078
4908 msgid "At top level:"
4909 msgstr ""
4910
4911 #: diagnostic.c:1083
4912 #, fuzzy, c-format
4913 msgid "In member function `%s':"
4914 msgstr "у функцыі \"%s\":"
4915
4916 #: diagnostic.c:1087
4917 #, c-format
4918 msgid "In function `%s':"
4919 msgstr "у функцыі \"%s\":"
4920
4921 #: diagnostic.c:1175
4922 msgid "compilation terminated.\n"
4923 msgstr "кампіляцыя завершана.\n"
4924
4925 #: diagnostic.c:1193
4926 #, c-format
4927 msgid "%s:%d: confused by earlier errors, bailing out\n"
4928 msgstr ""
4929
4930 #: diagnostic.c:1208 diagnostic.c:1316
4931 #, c-format
4932 msgid ""
4933 "Please submit a full bug report,\n"
4934 "with preprocessed source if appropriate.\n"
4935 "See %s for instructions.\n"
4936 msgstr ""
4937
4938 #: diagnostic.c:1314
4939 msgid "Internal compiler error: Error reporting routines re-entered.\n"
4940 msgstr ""
4941
4942 #: diagnostic.c:1376
4943 #, fuzzy, c-format
4944 msgid "in %s, at %s:%d"
4945 msgstr "спынена ў %s, ля %s:%d"
4946
4947 #: diagnostic.c:1397
4948 #, c-format
4949 msgid "In file included from %s:%d"
4950 msgstr "У файле уключаным з %s:%d"
4951
4952 #: diagnostic.c:1400
4953 #, c-format
4954 msgid ""
4955 ",\n"
4956 " from %s:%d"
4957 msgstr ""
4958
4959 #: diagnostic.c:1401
4960 msgid ":\n"
4961 msgstr ":\n"
4962
4963 #: diagnostic.c:1445 diagnostic.c:1462
4964 #, c-format
4965 msgid "`%s' is deprecated (declared at %s:%d)"
4966 msgstr ""
4967
4968 #: diagnostic.c:1465
4969 #, c-format
4970 msgid "`%s' is deprecated"
4971 msgstr ""
4972
4973 #: diagnostic.c:1468
4974 #, c-format
4975 msgid "type is deprecated (declared at %s:%d)"
4976 msgstr ""
4977
4978 #: diagnostic.c:1471
4979 msgid "type is deprecated"
4980 msgstr ""
4981
4982 #: dominance.c:728
4983 #, c-format
4984 msgid "dominator of %d should be %d, not %d"
4985 msgstr ""
4986
4987 #: dwarf2out.c:3135
4988 #, c-format
4989 msgid "DW_LOC_OP %s not implemented\n"
4990 msgstr ""
4991
4992 #: dwarfout.c:2066
4993 #, c-format
4994 msgid "internal regno botch: `%s' has regno = %d\n"
4995 msgstr ""
4996
4997 #: dwarfout.c:6181
4998 msgid "support for the DWARF1 debugging format is deprecated"
4999 msgstr ""
5000
5001 #: dwarfout.c:6278
5002 msgid "can't get current directory"
5003 msgstr "не магу атрымаць бягучую дырэкторыю"
5004
5005 #: emit-rtl.c:1155
5006 msgid "can't access real part of complex value in hard register"
5007 msgstr ""
5008
5009 #: emit-rtl.c:1177
5010 msgid "can't access imaginary part of complex value in hard register"
5011 msgstr ""
5012
5013 #: emit-rtl.c:3402
5014 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
5015 msgstr ""
5016
5017 #: errors.c:136
5018 #, c-format
5019 msgid "abort in %s, at %s:%d"
5020 msgstr "спынена ў %s, ля %s:%d"
5021
5022 #: except.c:369
5023 msgid "exception handling disabled, use -fexceptions to enable"
5024 msgstr ""
5025
5026 #: except.c:2994
5027 msgid "argument of `__builtin_eh_return_regno' must be constant"
5028 msgstr ""
5029
5030 #: except.c:3137
5031 msgid "__builtin_eh_return not supported on this target"
5032 msgstr ""
5033
5034 #: explow.c:1408
5035 msgid "stack limits not supported on this target"
5036 msgstr ""
5037
5038 #: expr.c:3355
5039 msgid "function using short complex types cannot be inline"
5040 msgstr ""
5041
5042 #: expr.c:6272 expr.c:6281 expr.c:6290 expr.c:6295 expr.c:6604 expr.c:6620
5043 msgid "unsupported wide integer operation"
5044 msgstr ""
5045
5046 #: expr.c:6669
5047 #, c-format
5048 msgid "prior parameter's size depends on `%s'"
5049 msgstr ""
5050
5051 #: expr.c:7005
5052 msgid "returned value in block_exit_expr"
5053 msgstr ""
5054
5055 #. We can't make a bitwise copy of this object, so fail.
5056 #: expr.c:9202
5057 #, fuzzy
5058 msgid "cannot take the address of an unaligned member"
5059 msgstr "не магу атрымаць адрас бітавага поля \"%s\""
5060
5061 #: final.c:1342
5062 msgid "negative insn length"
5063 msgstr ""
5064
5065 #: final.c:2793
5066 msgid "could not split insn"
5067 msgstr ""
5068
5069 #: final.c:3141
5070 msgid "invalid `asm': "
5071 msgstr ""
5072
5073 #: final.c:3328
5074 msgid "nested assembly dialect alternatives"
5075 msgstr ""
5076
5077 #: final.c:3345 final.c:3357
5078 msgid "unterminated assembly dialect alternative"
5079 msgstr ""
5080
5081 #: final.c:3401
5082 #, c-format
5083 msgid "operand number missing after %%-letter"
5084 msgstr ""
5085
5086 #: final.c:3404 final.c:3443
5087 msgid "operand number out of range"
5088 msgstr ""
5089
5090 #: final.c:3462
5091 #, c-format
5092 msgid "invalid %%-code"
5093 msgstr "нерэчаісны %%-код"
5094
5095 #: final.c:3493
5096 #, c-format
5097 msgid "`%%l' operand isn't a label"
5098 msgstr ""
5099
5100 #. We can't handle floating point constants;
5101 #. PRINT_OPERAND must handle them.
5102 #: final.c:3600 vmsdbgout.c:466 config/i386/i386.c:6314
5103 #: config/pdp11/pdp11.c:1573
5104 msgid "floating constant misused"
5105 msgstr ""
5106
5107 #: final.c:3656 vmsdbgout.c:523 config/i386/i386.c:6392
5108 #: config/pdp11/pdp11.c:1620
5109 msgid "invalid expression as operand"
5110 msgstr ""
5111
5112 #: flow.c:352
5113 msgid "function might be possible candidate for attribute `noreturn'"
5114 msgstr ""
5115
5116 #: flow.c:357
5117 msgid "`noreturn' function does return"
5118 msgstr ""
5119
5120 #: flow.c:378
5121 msgid "control reaches end of non-void function"
5122 msgstr ""
5123
5124 #: flow.c:1642
5125 msgid "Attempt to delete prologue/epilogue insn:"
5126 msgstr ""
5127
5128 #: fold-const.c:2546 fold-const.c:2559
5129 #, c-format
5130 msgid "comparison is always %d due to width of bit-field"
5131 msgstr ""
5132
5133 #: fold-const.c:3753 fold-const.c:3770
5134 #, c-format
5135 msgid "comparison is always %d"
5136 msgstr ""
5137
5138 #: fold-const.c:3901
5139 msgid "`or' of unmatched not-equal tests is always 1"
5140 msgstr ""
5141
5142 #: fold-const.c:3906
5143 msgid "`and' of mutually exclusive equal-tests is always 0"
5144 msgstr ""
5145
5146 #: function.c:884 varasm.c:1503
5147 #, c-format
5148 msgid "size of variable `%s' is too large"
5149 msgstr ""
5150
5151 #: function.c:3772
5152 #, fuzzy
5153 msgid "impossible constraint in `asm'"
5154 msgstr "немагчымы апэратар '%s'"
5155
5156 #: function.c:5527
5157 #, c-format
5158 msgid "`%s' might be used uninitialized in this function"
5159 msgstr ""
5160
5161 #: function.c:5534
5162 #, c-format
5163 msgid "variable `%s' might be clobbered by `longjmp' or `vfork'"
5164 msgstr ""
5165
5166 #: function.c:5553
5167 #, c-format
5168 msgid "argument `%s' might be clobbered by `longjmp' or `vfork'"
5169 msgstr ""
5170
5171 #: function.c:6420
5172 msgid "function returns an aggregate"
5173 msgstr ""
5174
5175 #: function.c:6925
5176 #, c-format
5177 msgid "unused parameter `%s'"
5178 msgstr "невыкарыстаемы параметр \"%s\""
5179
5180 #: gcc.c:1107
5181 #, c-format
5182 msgid "ambiguous abbreviation %s"
5183 msgstr ""
5184
5185 #: gcc.c:1134
5186 #, c-format
5187 msgid "incomplete `%s' option"
5188 msgstr ""
5189
5190 #: gcc.c:1145
5191 #, fuzzy, c-format
5192 msgid "missing argument to `%s' option"
5193 msgstr "аргумент для \"%s\" прапушчан"
5194
5195 #: gcc.c:1158
5196 #, fuzzy, c-format
5197 msgid "extraneous argument to `%s' option"
5198 msgstr "аргумент для \"%s\" прапушчан"
5199
5200 #: gcc.c:1486
5201 msgid "Using built-in specs.\n"
5202 msgstr ""
5203
5204 #: gcc.c:1667
5205 #, c-format
5206 msgid ""
5207 "Setting spec %s to '%s'\n"
5208 "\n"
5209 msgstr ""
5210
5211 #: gcc.c:1774
5212 #, c-format
5213 msgid "Reading specs from %s\n"
5214 msgstr ""
5215
5216 #: gcc.c:1872 gcc.c:1891
5217 #, c-format
5218 msgid "specs %%include syntax malformed after %ld characters"
5219 msgstr ""
5220
5221 #: gcc.c:1899
5222 #, fuzzy, c-format
5223 msgid "could not find specs file %s\n"
5224 msgstr "не магу знайсці крыніцу %s\n"
5225
5226 #: gcc.c:1916 gcc.c:1924 gcc.c:1933 gcc.c:1942
5227 #, c-format
5228 msgid "specs %%rename syntax malformed after %ld characters"
5229 msgstr ""
5230
5231 #: gcc.c:1951
5232 #, c-format
5233 msgid "specs %s spec was not found to be renamed"
5234 msgstr ""
5235
5236 #: gcc.c:1958
5237 #, c-format
5238 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
5239 msgstr ""
5240
5241 #: gcc.c:1963
5242 #, c-format
5243 msgid "rename spec %s to %s\n"
5244 msgstr ""
5245
5246 #: gcc.c:1965
5247 #, c-format
5248 msgid ""
5249 "spec is '%s'\n"
5250 "\n"
5251 msgstr ""
5252
5253 #: gcc.c:1978
5254 #, c-format
5255 msgid "specs unknown %% command after %ld characters"
5256 msgstr ""
5257
5258 #: gcc.c:1989 gcc.c:2002
5259 #, c-format
5260 msgid "specs file malformed after %ld characters"
5261 msgstr ""
5262
5263 #: gcc.c:2056
5264 msgid "spec file has no spec for linking"
5265 msgstr ""
5266
5267 #: gcc.c:2554
5268 msgid "-pipe not supported"
5269 msgstr "-pipe не падтрымліваецца"
5270
5271 #: gcc.c:2609
5272 msgid ""
5273 "\n"
5274 "Go ahead? (y or n) "
5275 msgstr ""
5276
5277 #: gcc.c:2735
5278 #, c-format
5279 msgid ""
5280 "Internal error: %s (program %s)\n"
5281 "Please submit a full bug report.\n"
5282 "See %s for instructions."
5283 msgstr ""
5284
5285 #: gcc.c:2753
5286 #, c-format
5287 msgid "# %s %.2f %.2f\n"
5288 msgstr "# %s %.2f %.2f\n"
5289
5290 #: gcc.c:2883
5291 #, c-format
5292 msgid "Usage: %s [options] file...\n"
5293 msgstr "Выкарыстанне: %s [выбары] файл...\n"
5294
5295 #: gcc.c:2884
5296 msgid "Options:\n"
5297 msgstr "Выбары:\n"
5298
5299 #: gcc.c:2886
5300 msgid " -pass-exit-codes Exit with highest error code from a phase\n"
5301 msgstr ""
5302
5303 #: gcc.c:2887
5304 msgid " --help Display this information\n"
5305 msgstr " --help Адлюстраваць гэту інфармацыю\n"
5306
5307 #: gcc.c:2888
5308 msgid " --target-help Display target specific command line options\n"
5309 msgstr ""
5310
5311 #: gcc.c:2890
5312 msgid " (Use '-v --help' to display command line options of sub-processes)\n"
5313 msgstr ""
5314
5315 #: gcc.c:2891
5316 msgid " -dumpspecs Display all of the built in spec strings\n"
5317 msgstr ""
5318
5319 #: gcc.c:2892
5320 msgid " -dumpversion Display the version of the compiler\n"
5321 msgstr " -dumpversion Адлюстраваць версію кампілятара\n"
5322
5323 #: gcc.c:2893
5324 msgid " -dumpmachine Display the compiler's target processor\n"
5325 msgstr ""
5326
5327 #: gcc.c:2894
5328 msgid " -print-search-dirs Display the directories in the compiler's search path\n"
5329 msgstr ""
5330
5331 #: gcc.c:2895
5332 msgid " -print-libgcc-file-name Display the name of the compiler's companion library\n"
5333 msgstr ""
5334
5335 #: gcc.c:2896
5336 msgid " -print-file-name=<lib> Display the full path to library <lib>\n"
5337 msgstr ""
5338
5339 #: gcc.c:2897
5340 msgid " -print-prog-name=<prog> Display the full path to compiler component <prog>\n"
5341 msgstr ""
5342
5343 #: gcc.c:2898
5344 msgid " -print-multi-directory Display the root directory for versions of libgcc\n"
5345 msgstr ""
5346
5347 #: gcc.c:2899
5348 msgid ""
5349 " -print-multi-lib Display the mapping between command line options and\n"
5350 " multiple library search directories\n"
5351 msgstr ""
5352
5353 #: gcc.c:2902
5354 msgid " -print-multi-os-directory Display the relative path to OS libraries\n"
5355 msgstr ""
5356
5357 #: gcc.c:2903
5358 msgid " -Wa,<options> Pass comma-separated <options> on to the assembler\n"
5359 msgstr ""
5360
5361 #: gcc.c:2904
5362 msgid " -Wp,<options> Pass comma-separated <options> on to the preprocessor\n"
5363 msgstr ""
5364
5365 #: gcc.c:2905
5366 msgid " -Wl,<options> Pass comma-separated <options> on to the linker\n"
5367 msgstr ""
5368
5369 #: gcc.c:2906
5370 msgid " -Xlinker <arg> Pass <arg> on to the linker\n"
5371 msgstr ""
5372
5373 #: gcc.c:2907
5374 msgid " -save-temps Do not delete intermediate files\n"
5375 msgstr ""
5376
5377 #: gcc.c:2908
5378 msgid " -pipe Use pipes rather than intermediate files\n"
5379 msgstr ""
5380
5381 #: gcc.c:2909
5382 msgid " -time Time the execution of each subprocess\n"
5383 msgstr ""
5384
5385 #: gcc.c:2910
5386 #, fuzzy
5387 msgid " -specs=<file> Override built-in specs with the contents of <file>\n"
5388 msgstr " -o <файл> Памясціць вывад у <файл>\n"
5389
5390 #: gcc.c:2911
5391 msgid " -std=<standard> Assume that the input sources are for <standard>\n"
5392 msgstr ""
5393
5394 #: gcc.c:2912
5395 msgid " -B <directory> Add <directory> to the compiler's search paths\n"
5396 msgstr ""
5397
5398 #: gcc.c:2913
5399 msgid " -b <machine> Run gcc for target <machine>, if installed\n"
5400 msgstr ""
5401
5402 #: gcc.c:2914
5403 msgid " -V <version> Run gcc version number <version>, if installed\n"
5404 msgstr ""
5405
5406 #: gcc.c:2915
5407 msgid " -v Display the programs invoked by the compiler\n"
5408 msgstr ""
5409
5410 #: gcc.c:2916
5411 msgid " -### Like -v but options quoted and commands not executed\n"
5412 msgstr ""
5413
5414 #: gcc.c:2917
5415 msgid " -E Preprocess only; do not compile, assemble or link\n"
5416 msgstr ""
5417
5418 #: gcc.c:2918
5419 msgid " -S Compile only; do not assemble or link\n"
5420 msgstr ""
5421
5422 #: gcc.c:2919
5423 msgid " -c Compile and assemble, but do not link\n"
5424 msgstr ""
5425
5426 #: gcc.c:2920
5427 msgid " -o <file> Place the output into <file>\n"
5428 msgstr " -o <файл> Памясціць вывад у <файл>\n"
5429
5430 #: gcc.c:2921
5431 msgid ""
5432 " -x <language> Specify the language of the following input files\n"
5433 " Permissible languages include: c c++ assembler none\n"
5434 " 'none' means revert to the default behavior of\n"
5435 " guessing the language based on the file's extension\n"
5436 msgstr ""
5437
5438 #: gcc.c:2928
5439 #, c-format
5440 msgid ""
5441 "\n"
5442 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
5443 " passed on to the various sub-processes invoked by %s. In order to pass\n"
5444 " other options on to these processes the -W<letter> options must be used.\n"
5445 msgstr ""
5446
5447 #: gcc.c:3063
5448 #, c-format
5449 msgid "`-%c' option must have argument"
5450 msgstr ""
5451
5452 #: gcc.c:3085
5453 #, c-format
5454 msgid "couldn't run `%s': %s"
5455 msgstr ""
5456
5457 #. translate_options () has turned --version into -fversion.
5458 #: gcc.c:3262
5459 #, c-format
5460 msgid "%s (GCC) %s\n"
5461 msgstr ""
5462
5463 #: gcc.c:3263
5464 #, fuzzy
5465 msgid "Copyright (C) 2003 Free Software Foundation, Inc.\n"
5466 msgstr "Copyright (C) 2001 Free Software Foundation, Inc.\n"
5467
5468 #: gcc.c:3265 gcov.c:364
5469 msgid ""
5470 "This is free software; see the source for copying conditions. There is NO\n"
5471 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5472 "\n"
5473 msgstr ""
5474
5475 #: gcc.c:3366
5476 msgid "argument to `-Xlinker' is missing"
5477 msgstr ""
5478
5479 #: gcc.c:3374
5480 #, fuzzy
5481 msgid "argument to `-l' is missing"
5482 msgstr "аргумент для \"-x\" прапушчан"
5483
5484 #: gcc.c:3391
5485 msgid "argument to `-specs' is missing"
5486 msgstr ""
5487
5488 #: gcc.c:3406
5489 msgid "argument to `-specs=' is missing"
5490 msgstr ""
5491
5492 #: gcc.c:3436
5493 #, c-format
5494 msgid "`-%c' must come at the start of the command line"
5495 msgstr ""
5496
5497 #: gcc.c:3445
5498 msgid "argument to `-B' is missing"
5499 msgstr ""
5500
5501 #: gcc.c:3618
5502 msgid "cannot specify -o with -c or -S and multiple compilations"
5503 msgstr ""
5504
5505 #: gcc.c:3791
5506 msgid "warning: -pipe ignored because -save-temps specified"
5507 msgstr ""
5508
5509 #: gcc.c:3795
5510 msgid "warning: -pipe ignored because -time specified"
5511 msgstr ""
5512
5513 #: gcc.c:3807
5514 msgid "argument to `-x' is missing"
5515 msgstr "аргумент для \"-x\" прапушчан"
5516
5517 #: gcc.c:3835
5518 #, c-format
5519 msgid "argument to `-%s' is missing"
5520 msgstr "аргумент для \"-%s\" прапушчан"
5521
5522 #: gcc.c:3896
5523 #, c-format
5524 msgid "warning: `-x %s' after last input file has no effect"
5525 msgstr ""
5526
5527 #: gcc.c:4241
5528 #, fuzzy
5529 msgid "invalid specification! Bug in cc"
5530 msgstr "Нерэчаісная спецыфікацыя! Памылка ў cc."
5531
5532 #: gcc.c:4395
5533 #, c-format
5534 msgid "%s\n"
5535 msgstr "%s\n"
5536
5537 #. Catch the case where a spec string contains something like
5538 #. '%{foo:%*}'. ie there is no * in the pattern on the left
5539 #. hand side of the :.
5540 #: gcc.c:4955
5541 #, c-format
5542 msgid "spec failure: '%%*' has not been initialized by pattern match"
5543 msgstr ""
5544
5545 #: gcc.c:4964
5546 #, c-format
5547 msgid "warning: use of obsolete %%[ operator in specs"
5548 msgstr ""
5549
5550 #: gcc.c:4982
5551 #, c-format
5552 msgid "Processing spec %c%s%c, which is '%s'\n"
5553 msgstr ""
5554
5555 #: gcc.c:5107
5556 #, fuzzy, c-format
5557 msgid "spec failure: unrecognized spec option '%c'"
5558 msgstr "нераспазнаны выбар \"-%s\""
5559
5560 #: gcc.c:5188
5561 #, fuzzy, c-format
5562 msgid "unknown spec function `%s'"
5563 msgstr "у функцыі \"%s\":"
5564
5565 #: gcc.c:5207
5566 #, fuzzy, c-format
5567 msgid "error in args to spec function `%s'"
5568 msgstr "вельмі шмат аргумэнтаў у функцыі `%s'"
5569
5570 #: gcc.c:5256
5571 msgid "malformed spec function name"
5572 msgstr ""
5573
5574 #. )
5575 #: gcc.c:5259
5576 #, fuzzy
5577 msgid "no arguments for spec function"
5578 msgstr "не хапае аргументаў у функцыі"
5579
5580 #: gcc.c:5278
5581 msgid "malformed spec function arguments"
5582 msgstr ""
5583
5584 #: gcc.c:5386
5585 msgid "mismatched braces in specs"
5586 msgstr ""
5587
5588 #: gcc.c:6081
5589 #, c-format
5590 msgid "unrecognized option `-%s'"
5591 msgstr "нераспазнаны выбар \"-%s\""
5592
5593 #: gcc.c:6087
5594 #, c-format
5595 msgid "install: %s%s\n"
5596 msgstr ""
5597
5598 #: gcc.c:6088
5599 #, c-format
5600 msgid "programs: %s\n"
5601 msgstr "праграмы: %s\n"
5602
5603 #: gcc.c:6089
5604 #, c-format
5605 msgid "libraries: %s\n"
5606 msgstr "бібліятэкі: %s\n"
5607
5608 #: gcc.c:6146
5609 msgid ""
5610 "\n"
5611 "For bug reporting instructions, please see:\n"
5612 msgstr ""
5613 "\n"
5614 "Інструкцыі для паведамленняў аб памылках глядзіце тут:\n"
5615
5616 #: gcc.c:6162
5617 #, c-format
5618 msgid "Configured with: %s\n"
5619 msgstr ""
5620
5621 #: gcc.c:6176
5622 #, c-format
5623 msgid "Thread model: %s\n"
5624 msgstr ""
5625
5626 #: gcc.c:6187
5627 #, c-format
5628 msgid "gcc version %s\n"
5629 msgstr "версія gcc %s\n"
5630
5631 #: gcc.c:6189
5632 #, c-format
5633 msgid "gcc driver version %s executing gcc version %s\n"
5634 msgstr ""
5635
5636 #: gcc.c:6197
5637 #, fuzzy
5638 msgid "no input files"
5639 msgstr "няма ўваходзячых файлаў"
5640
5641 #: gcc.c:6235
5642 #, c-format
5643 msgid "%s: %s compiler not installed on this system"
5644 msgstr "%s: %s кампілятар не ўсталяваны на гэтай сістэме"
5645
5646 #: gcc.c:6310
5647 #, c-format
5648 msgid "%s: linker input file unused because linking not done"
5649 msgstr ""
5650
5651 #: gcc.c:6353
5652 #, c-format
5653 msgid "language %s not recognized"
5654 msgstr "мова %s не распазнана"
5655
5656 #: gcc.c:6456
5657 #, fuzzy
5658 msgid "internal gcc abort"
5659 msgstr "унутраная памылка"
5660
5661 #: gcov.c:325
5662 msgid "Internal gcov abort.\n"
5663 msgstr ""
5664
5665 #: gcov.c:338
5666 msgid ""
5667 "Usage: gcov [OPTION]... SOURCEFILE\n"
5668 "\n"
5669 msgstr ""
5670
5671 #: gcov.c:339
5672 msgid ""
5673 "Print code coverage information.\n"
5674 "\n"
5675 msgstr ""
5676
5677 #: gcov.c:340
5678 #, fuzzy
5679 msgid " -h, --help Print this help, then exit\n"
5680 msgstr " --help Адлюстраваць гэту інфармацыю\n"
5681
5682 #: gcov.c:341
5683 #, fuzzy
5684 msgid " -v, --version Print version number, then exit\n"
5685 msgstr " -dumpversion Адлюстраваць версію кампілятара\n"
5686
5687 #: gcov.c:342
5688 msgid " -b, --branch-probabilities Include branch probabilities in output\n"
5689 msgstr ""
5690
5691 #: gcov.c:343
5692 msgid ""
5693 " -c, --branch-counts Given counts of branches taken\n"
5694 " rather than percentages\n"
5695 msgstr ""
5696
5697 #: gcov.c:345
5698 #, fuzzy
5699 msgid " -n, --no-output Do not create an output file\n"
5700 msgstr " -o <файл> Памясціць вывад у <файл>\n"
5701
5702 #: gcov.c:346
5703 msgid ""
5704 " -l, --long-file-names Use long output file names for included\n"
5705 " source files\n"
5706 msgstr ""
5707
5708 #: gcov.c:348
5709 msgid " -f, --function-summaries Output summaries for each function\n"
5710 msgstr ""
5711
5712 #: gcov.c:349
5713 msgid " -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n"
5714 msgstr ""
5715
5716 #: gcov.c:350
5717 msgid " -p, --preserve-paths Preserve all pathname components\n"
5718 msgstr ""
5719
5720 #: gcov.c:351
5721 #, fuzzy, c-format
5722 msgid ""
5723 "\n"
5724 "For bug reporting instructions, please see:\n"
5725 "%s.\n"
5726 msgstr ""
5727 "\n"
5728 "Інструкцыі для паведамленняў аб памылках глядзіце тут:\n"
5729
5730 #: gcov.c:361
5731 #, c-format
5732 msgid "gcov (GCC) %s\n"
5733 msgstr ""
5734
5735 #: gcov.c:362
5736 msgid "Copyright (C) 2001 Free Software Foundation, Inc.\n"
5737 msgstr "Copyright (C) 2001 Free Software Foundation, Inc.\n"
5738
5739 #: gcov.c:500
5740 #, c-format
5741 msgid "Could not open basic block file %s.\n"
5742 msgstr ""
5743
5744 #: gcov.c:507
5745 #, c-format
5746 msgid "Could not open program flow graph file %s.\n"
5747 msgstr ""
5748
5749 #: gcov.c:524
5750 #, c-format
5751 msgid "Could not open data file %s.\n"
5752 msgstr "Немагчыма адчыніць файл з дадзенымі %s.\n"
5753
5754 #: gcov.c:525
5755 msgid "Assuming that all execution counts are zero.\n"
5756 msgstr ""
5757
5758 #: gcov.c:534
5759 #, c-format
5760 msgid "No executable code associated with file %s.\n"
5761 msgstr ""
5762
5763 #: gcov.c:1186
5764 #, c-format
5765 msgid "%s of %d lines executed in %s %s\n"
5766 msgstr ""
5767
5768 #: gcov.c:1191
5769 #, c-format
5770 msgid "No executable lines in %s %s\n"
5771 msgstr ""
5772
5773 #: gcov.c:1198
5774 #, c-format
5775 msgid "%s of %d branches executed in %s %s\n"
5776 msgstr ""
5777
5778 #: gcov.c:1203
5779 #, c-format
5780 msgid "%s of %d branches taken at least once in %s %s\n"
5781 msgstr ""
5782
5783 #: gcov.c:1209
5784 #, c-format
5785 msgid "No branches in %s %s\n"
5786 msgstr ""
5787
5788 #: gcov.c:1211
5789 #, c-format
5790 msgid "%s of %d calls executed in %s %s\n"
5791 msgstr ""
5792
5793 #: gcov.c:1216
5794 #, c-format
5795 msgid "No calls in %s %s\n"
5796 msgstr ""
5797
5798 #: gcov.c:1351
5799 #, c-format
5800 msgid "didn't use all bb entries of graph, function %s\n"
5801 msgstr ""
5802
5803 #: gcov.c:1353
5804 #, c-format
5805 msgid "block_num = %ld, num_blocks = %d\n"
5806 msgstr ""
5807
5808 #: gcov.c:1367
5809 #, c-format
5810 msgid "ERROR: unexpected line number %ld\n"
5811 msgstr ""
5812
5813 #: gcov.c:1383
5814 #, fuzzy, c-format
5815 msgid "ERROR: too many basic blocks in function %s\n"
5816 msgstr "вельмі шмат аргумэнтаў у функцыі `%s'"
5817
5818 #: gcov.c:1398
5819 #, c-format
5820 msgid "ERROR: out of range line number in function %s\n"
5821 msgstr ""
5822
5823 #: gcov.c:1470
5824 #, c-format
5825 msgid "Could not open source file %s.\n"
5826 msgstr ""
5827
5828 #: gcov.c:1480
5829 #, c-format
5830 msgid "Warning: source file %s is newer than %s\n"
5831 msgstr ""
5832
5833 #: gcov.c:1510
5834 #, c-format
5835 msgid "Unexpected EOF while reading source file %s.\n"
5836 msgstr ""
5837
5838 #: gcov.c:1532
5839 #, c-format
5840 msgid "call %2d never executed\n"
5841 msgstr ""
5842
5843 #: gcov.c:1535
5844 #, c-format
5845 msgid "call %2d returns %s\n"
5846 msgstr ""
5847
5848 #: gcov.c:1543
5849 #, c-format
5850 msgid "branch %2d never executed\n"
5851 msgstr ""
5852
5853 #: gcov.c:1546
5854 #, c-format
5855 msgid "branch %2d taken %s\n"
5856 msgstr ""
5857
5858 #: gcov.c:1610
5859 #, c-format
5860 msgid "Creating %s.\n"
5861 msgstr ""
5862
5863 #: gcov.c:1613
5864 #, fuzzy, c-format
5865 msgid "Error writing output file %s.\n"
5866 msgstr "памылка запісу ў %s"
5867
5868 #: gcov.c:1618
5869 #, c-format
5870 msgid "Could not open output file %s.\n"
5871 msgstr ""
5872
5873 #: gcse.c:763
5874 #, c-format
5875 msgid "GCSE disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
5876 msgstr ""
5877
5878 #: gcse.c:775
5879 #, c-format
5880 msgid "GCSE disabled: %d basic blocks and %d registers"
5881 msgstr ""
5882
5883 #: genautomata.c:1490
5884 #, c-format
5885 msgid "Name `%s' contains quotes"
5886 msgstr ""
5887
5888 #: genautomata.c:1621
5889 #, c-format
5890 msgid "invalid string `%s' in define_cpu_unit"
5891 msgstr ""
5892
5893 #: genautomata.c:1650
5894 #, c-format
5895 msgid "invalid string `%s' in define_query_cpu_unit"
5896 msgstr ""
5897
5898 #: genautomata.c:1682 genautomata.c:1685
5899 #, c-format
5900 msgid "invalid string `%s' in define_bypass"
5901 msgstr ""
5902
5903 #: genautomata.c:1720
5904 #, c-format
5905 msgid "invalid first string `%s' in exclusion_set"
5906 msgstr ""
5907
5908 #: genautomata.c:1724
5909 #, c-format
5910 msgid "invalid second string `%s' in exclusion_set"
5911 msgstr ""
5912
5913 #: genautomata.c:1760
5914 #, c-format
5915 msgid "invalid first string `%s' in presence_set"
5916 msgstr ""
5917
5918 #: genautomata.c:1764
5919 #, c-format
5920 msgid "invalid second string `%s' in presence_set"
5921 msgstr ""
5922
5923 #: genautomata.c:1800
5924 #, c-format
5925 msgid "invalid first string `%s' in absence_set"
5926 msgstr ""
5927
5928 #: genautomata.c:1804
5929 #, c-format
5930 msgid "invalid second string `%s' in absence_set"
5931 msgstr ""
5932
5933 #: genautomata.c:1837
5934 #, c-format
5935 msgid "invalid string `%s' in define_automaton"
5936 msgstr ""
5937
5938 #: genautomata.c:1868
5939 #, fuzzy, c-format
5940 msgid "invalid option `%s' in automata_option"
5941 msgstr "Нерэчаісны выбар \"%s\""
5942
5943 #: genautomata.c:1890
5944 #, c-format
5945 msgid "garbage after ) in reservation `%s'"
5946 msgstr ""
5947
5948 #: genautomata.c:1921 genautomata.c:1954 genautomata.c:1981
5949 #, fuzzy, c-format
5950 msgid "invalid `%s' in reservation `%s'"
5951 msgstr "Нерэчаіснае абвяшчэнне"
5952
5953 #: genautomata.c:1932
5954 #, c-format
5955 msgid "repetition `%s' <= 1 in reservation `%s'"
5956 msgstr ""
5957
5958 #: genautomata.c:2425
5959 #, c-format
5960 msgid "unit `%s' in exclusion is not declared"
5961 msgstr ""
5962
5963 #: genautomata.c:2427
5964 #, c-format
5965 msgid "`%s' in exclusion is not unit"
5966 msgstr ""
5967
5968 #: genautomata.c:2465
5969 #, c-format
5970 msgid "unit `%s' excludes itself"
5971 msgstr ""
5972
5973 #: genautomata.c:2473
5974 #, c-format
5975 msgid "units `%s' and `%s' in exclusion set belong to different automata"
5976 msgstr ""
5977
5978 #: genautomata.c:2603 genautomata.c:2609
5979 #, c-format
5980 msgid "unit `%s' excludes and requires presence of `%s'"
5981 msgstr ""
5982
5983 #: genautomata.c:2623 genautomata.c:2629
5984 #, c-format
5985 msgid "unit `%s' requires absence and presence of `%s'"
5986 msgstr ""
5987
5988 #: genautomata.c:2692 genautomata.c:2695
5989 #, fuzzy, c-format
5990 msgid "repeated declaration of automaton `%s'"
5991 msgstr "паўторнае абвяшчэнне меткі \"%s\""
5992
5993 #: genautomata.c:2711
5994 #, c-format
5995 msgid "define_insn_reservation `%s' has negative latency time"
5996 msgstr ""
5997
5998 #: genautomata.c:2717
5999 #, c-format
6000 msgid "`%s' is already used as insn reservation name"
6001 msgstr ""
6002
6003 #: genautomata.c:2723
6004 #, c-format
6005 msgid "define_bypass `%s - %s' has negative latency time"
6006 msgstr ""
6007
6008 #: genautomata.c:2737
6009 #, fuzzy, c-format
6010 msgid "automaton `%s' is not declared"
6011 msgstr "віртуальныя функцыі не могуць быць сяброўскімі"
6012
6013 #: genautomata.c:2747
6014 #, c-format
6015 msgid "define_unit `%s' without automaton when one defined"
6016 msgstr ""
6017
6018 #: genautomata.c:2753
6019 #, fuzzy, c-format
6020 msgid "`%s' is declared as cpu unit"
6021 msgstr "\"%s\" не абвешчан (першае выкарыстанне ў гэтай функцыі)"
6022
6023 #: genautomata.c:2762
6024 #, fuzzy, c-format
6025 msgid "`%s' is declared as cpu reservation"
6026 msgstr "\"%s\" не абвешчан (першае выкарыстанне ў гэтай функцыі)"
6027
6028 #: genautomata.c:2772
6029 #, fuzzy, c-format
6030 msgid "repeated declaration of unit `%s'"
6031 msgstr "пустое абвяшчэнне"
6032
6033 #: genautomata.c:2775
6034 #, fuzzy, c-format
6035 msgid "repeated declaration of reservation `%s'"
6036 msgstr "паўторнае абвяшчэнне меткі \"%s\""
6037
6038 #: genautomata.c:2790 genautomata.c:2793
6039 #, fuzzy, c-format
6040 msgid "there is no insn reservation `%s'"
6041 msgstr "няма папярэдняга аб'яўлення для \"%s\""
6042
6043 #: genautomata.c:2810 genautomata.c:2815
6044 #, fuzzy, c-format
6045 msgid "the same bypass `%s - %s' is already defined"
6046 msgstr "Клас \"%s\" ужо існуе"
6047
6048 #: genautomata.c:2820
6049 #, fuzzy, c-format
6050 msgid "bypass `%s - %s' is already defined"
6051 msgstr "Клас \"%s\" ужо існуе"
6052
6053 #: genautomata.c:2925 genautomata.c:2927
6054 #, c-format
6055 msgid "automaton `%s' is not used"
6056 msgstr ""
6057
6058 #: genautomata.c:2950
6059 #, c-format
6060 msgid "undeclared unit or reservation `%s'"
6061 msgstr ""
6062
6063 #: genautomata.c:3028 genautomata.c:3030
6064 #, fuzzy, c-format
6065 msgid "unit `%s' is not used"
6066 msgstr "адмеціна `%s' вызначана, але ня выкарыстоўваецца"
6067
6068 #: genautomata.c:3035 genautomata.c:3037
6069 #, fuzzy, c-format
6070 msgid "reservation `%s' is not used"
6071 msgstr "вяртаемы тып \"%s\" не \"int\""
6072
6073 #: genautomata.c:3134
6074 #, fuzzy, c-format
6075 msgid "cycle in definition of reservation `%s'"
6076 msgstr "перанакіраванне stdout: %s"
6077
6078 #: genautomata.c:5333
6079 #, c-format
6080 msgid "Units `%s' and `%s' should be in the same automaton"
6081 msgstr ""
6082
6083 #: genautomata.c:9441
6084 #, fuzzy
6085 msgid "-split has no argument."
6086 msgstr "няма аргументаў"
6087
6088 #: genautomata.c:9442
6089 msgid "option `-split' has not been implemented yet\n"
6090 msgstr ""
6091
6092 #: genautomata.c:9486 genautomata.c:9491
6093 #, c-format
6094 msgid "Automaton `%s': Insn `%s' will never be issued"
6095 msgstr ""
6096
6097 #: genautomata.c:9498 genautomata.c:9501
6098 #, c-format
6099 msgid "Insn `%s' will never be issued"
6100 msgstr ""
6101
6102 #: genautomata.c:9649
6103 msgid "Errors in DFA description"
6104 msgstr ""
6105
6106 #: genautomata.c:9732
6107 #, fuzzy, c-format
6108 msgid "Error in writing DFA description file %s"
6109 msgstr "памылка запісу ў %s"
6110
6111 #: genconditions.c:196
6112 #, fuzzy
6113 msgid "No input file name."
6114 msgstr "няма ўваходзячых файлаў"
6115
6116 #: ggc-page.c:1265
6117 msgid "open /dev/zero"
6118 msgstr ""
6119
6120 #: graph.c:420 profile.c:1204 profile.c:1211 toplev.c:1836 toplev.c:5168
6121 #: f/com.c:14210 java/jcf-parse.c:917 java/jcf-parse.c:1063 java/lex.c:1776
6122 #: objc/objc-act.c:449
6123 #, c-format
6124 msgid "can't open %s"
6125 msgstr "немагчыма адчыніць %s"
6126
6127 #: haifa-sched.c:196
6128 #, c-format
6129 msgid "fix_sched_param: unknown param: %s"
6130 msgstr ""
6131
6132 #: integrate.c:174
6133 msgid "function cannot be inline"
6134 msgstr ""
6135
6136 #: integrate.c:178
6137 msgid "varargs function cannot be inline"
6138 msgstr ""
6139
6140 #: integrate.c:181
6141 msgid "function using alloca cannot be inline"
6142 msgstr ""
6143
6144 #: integrate.c:184
6145 msgid "function using setjmp cannot be inline"
6146 msgstr ""
6147
6148 #: integrate.c:187
6149 msgid "function uses __builtin_eh_return"
6150 msgstr ""
6151
6152 #: integrate.c:190
6153 msgid "function with nested functions cannot be inline"
6154 msgstr ""
6155
6156 #: integrate.c:194
6157 msgid "function with label addresses used in initializers cannot inline"
6158 msgstr ""
6159
6160 #: integrate.c:201 integrate.c:245
6161 msgid "function too large to be inline"
6162 msgstr ""
6163
6164 #: integrate.c:211
6165 msgid "no prototype, and parameter address used; cannot be inline"
6166 msgstr ""
6167
6168 #: integrate.c:218 integrate.c:263
6169 msgid "inline functions not supported for this return value type"
6170 msgstr ""
6171
6172 #: integrate.c:223
6173 msgid "function with varying-size return value cannot be inline"
6174 msgstr ""
6175
6176 #: integrate.c:230
6177 msgid "function with varying-size parameter cannot be inline"
6178 msgstr ""
6179
6180 #: integrate.c:233
6181 msgid "function with transparent unit parameter cannot be inline"
6182 msgstr ""
6183
6184 #: integrate.c:252
6185 msgid "function with computed jump cannot inline"
6186 msgstr ""
6187
6188 #: integrate.c:256
6189 msgid "function with nonlocal goto cannot be inline"
6190 msgstr ""
6191
6192 #: integrate.c:270
6193 msgid "function with target specific attribute(s) cannot be inlined"
6194 msgstr ""
6195
6196 #: line-map.c:198
6197 #, c-format
6198 msgid "In file included from %s:%u"
6199 msgstr ""
6200
6201 #. Translators note: this message is used in conjunction
6202 #. with "In file included from %s:%ld" and some other
6203 #. tricks. We want something like this:
6204 #.
6205 #. | In file included from sys/select.h:123,
6206 #. | from sys/types.h:234,
6207 #. | from userfile.c:31:
6208 #. | bits/select.h:45: <error message here>
6209 #.
6210 #. with all the "from"s lined up.
6211 #. The trailing comma is at the beginning of this message,
6212 #. and the trailing colon is not translated.
6213 #: line-map.c:216
6214 #, c-format
6215 msgid ""
6216 ",\n"
6217 " from %s:%u"
6218 msgstr ""
6219
6220 #. If we didn't find this parameter, issue an error message.
6221 #: params.c:80
6222 #, c-format
6223 msgid "invalid parameter `%s'"
6224 msgstr "нерэчаісны парамэтр `%s'"
6225
6226 #: profile.c:397
6227 #, c-format
6228 msgid "Profile does not match flowgraph of function %s (out of date?)"
6229 msgstr ""
6230
6231 #: profile.c:400
6232 msgid ".da file corrupted"
6233 msgstr ""
6234
6235 #: profile.c:634
6236 #, c-format
6237 msgid "corrupted profile info: prob for %d-%d thought to be %d"
6238 msgstr ""
6239
6240 #: profile.c:1226
6241 #, c-format
6242 msgid "file %s not found, execution counts assumed to be zero"
6243 msgstr ""
6244
6245 #: protoize.c:542
6246 #, c-format
6247 msgid "%s: internal abort\n"
6248 msgstr "%s: унутраная памылка (датэрміновае завяршэньне)\n"
6249
6250 #: protoize.c:633
6251 #, c-format
6252 msgid "%s: error writing file `%s': %s\n"
6253 msgstr ""
6254
6255 #: protoize.c:678
6256 #, c-format
6257 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
6258 msgstr ""
6259
6260 #: protoize.c:681
6261 #, c-format
6262 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
6263 msgstr ""
6264
6265 #: protoize.c:788
6266 #, c-format
6267 msgid "%s: warning: no read access for file `%s'\n"
6268 msgstr ""
6269
6270 #: protoize.c:796
6271 #, c-format
6272 msgid "%s: warning: no write access for file `%s'\n"
6273 msgstr ""
6274
6275 #: protoize.c:804
6276 #, c-format
6277 msgid "%s: warning: no write access for dir containing `%s'\n"
6278 msgstr ""
6279
6280 #. Catch cases like /.. where we try to backup to a
6281 #. point above the absolute root of the logical file
6282 #. system.
6283 #: protoize.c:1222
6284 #, c-format
6285 msgid "%s: invalid file name: %s\n"
6286 msgstr ""
6287
6288 #: protoize.c:1374
6289 #, c-format
6290 msgid "%s: %s: can't get status: %s\n"
6291 msgstr ""
6292
6293 #: protoize.c:1395
6294 #, c-format
6295 msgid ""
6296 "\n"
6297 "%s: fatal error: aux info file corrupted at line %d\n"
6298 msgstr ""
6299
6300 #: protoize.c:1731
6301 #, c-format
6302 msgid "%s:%d: declaration of function `%s' takes different forms\n"
6303 msgstr ""
6304
6305 #: protoize.c:1989
6306 #, c-format
6307 msgid "%s: compiling `%s'\n"
6308 msgstr "%s: кампілюецца \"%s\"\n"
6309
6310 #: protoize.c:2012
6311 #, c-format
6312 msgid "%s: wait: %s\n"
6313 msgstr ""
6314
6315 #: protoize.c:2017
6316 #, c-format
6317 msgid "%s: subprocess got fatal signal %d\n"
6318 msgstr ""
6319
6320 #: protoize.c:2025
6321 #, c-format
6322 msgid "%s: %s exited with status %d\n"
6323 msgstr ""
6324
6325 #: protoize.c:2077
6326 #, c-format
6327 msgid "%s: warning: missing SYSCALLS file `%s'\n"
6328 msgstr ""
6329
6330 #: protoize.c:2086 protoize.c:2115
6331 #, c-format
6332 msgid "%s: can't read aux info file `%s': %s\n"
6333 msgstr ""
6334
6335 #: protoize.c:2131 protoize.c:2159
6336 #, c-format
6337 msgid "%s: can't get status of aux info file `%s': %s\n"
6338 msgstr ""
6339
6340 #: protoize.c:2187
6341 #, c-format
6342 msgid "%s: can't open aux info file `%s' for reading: %s\n"
6343 msgstr ""
6344
6345 #: protoize.c:2205
6346 #, c-format
6347 msgid "%s: error reading aux info file `%s': %s\n"
6348 msgstr ""
6349
6350 #: protoize.c:2218
6351 #, c-format
6352 msgid "%s: error closing aux info file `%s': %s\n"
6353 msgstr ""
6354
6355 #: protoize.c:2234
6356 #, c-format
6357 msgid "%s: can't delete aux info file `%s': %s\n"
6358 msgstr ""
6359
6360 #: protoize.c:2316 protoize.c:4318
6361 #, c-format
6362 msgid "%s: can't delete file `%s': %s\n"
6363 msgstr "%s: немагчыма знішчыць файл \"%s\": %s\n"
6364
6365 #: protoize.c:2395
6366 #, c-format
6367 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
6368 msgstr ""
6369
6370 #: protoize.c:2520
6371 #, c-format
6372 msgid "%s: conflicting extern definitions of '%s'\n"
6373 msgstr ""
6374
6375 #: protoize.c:2524
6376 #, c-format
6377 msgid "%s: declarations of '%s' will not be converted\n"
6378 msgstr ""
6379
6380 #: protoize.c:2526
6381 #, c-format
6382 msgid "%s: conflict list for '%s' follows:\n"
6383 msgstr ""
6384
6385 #: protoize.c:2559
6386 #, c-format
6387 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
6388 msgstr ""
6389
6390 #: protoize.c:2599
6391 #, c-format
6392 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
6393 msgstr ""
6394
6395 #: protoize.c:2605
6396 #, c-format
6397 msgid "%s: %d: warning: no extern definition for `%s'\n"
6398 msgstr "%s: %d: увага: няма знешняга (extern) абвяшчэння для \"%s\"\n"
6399
6400 #: protoize.c:2636
6401 #, c-format
6402 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
6403 msgstr ""
6404
6405 #: protoize.c:2642
6406 #, c-format
6407 msgid "%s: multiple static defs of `%s' in file `%s'\n"
6408 msgstr ""
6409
6410 #: protoize.c:2815 protoize.c:2818
6411 #, c-format
6412 msgid "%s: %d: warning: source too confusing\n"
6413 msgstr ""
6414
6415 #: protoize.c:3024
6416 #, c-format
6417 msgid "%s: %d: warning: varargs function declaration not converted\n"
6418 msgstr ""
6419
6420 #: protoize.c:3039
6421 #, c-format
6422 msgid "%s: declaration of function `%s' not converted\n"
6423 msgstr ""
6424
6425 #: protoize.c:3162
6426 #, c-format
6427 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
6428 msgstr ""
6429
6430 #: protoize.c:3183
6431 #, c-format
6432 msgid ""
6433 "\n"
6434 "%s: warning: too few parameter lists in declaration of `%s'\n"
6435 msgstr ""
6436
6437 #: protoize.c:3281
6438 #, c-format
6439 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
6440 msgstr ""
6441
6442 #: protoize.c:3459
6443 #, c-format
6444 msgid "%s: local declaration for function `%s' not inserted\n"
6445 msgstr ""
6446
6447 #: protoize.c:3486
6448 #, c-format
6449 msgid ""
6450 "\n"
6451 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
6452 msgstr ""
6453
6454 #: protoize.c:3560
6455 #, c-format
6456 msgid "%s: global declarations for file `%s' not inserted\n"
6457 msgstr ""
6458
6459 #: protoize.c:3651 protoize.c:3681
6460 #, c-format
6461 msgid "%s: definition of function `%s' not converted\n"
6462 msgstr ""
6463
6464 #: protoize.c:3670
6465 #, c-format
6466 msgid "%s: %d: warning: definition of %s not converted\n"
6467 msgstr ""
6468
6469 #: protoize.c:4000
6470 #, c-format
6471 msgid "%s: found definition of `%s' at %s(%d)\n"
6472 msgstr ""
6473
6474 #. If we make it here, then we did not know about this
6475 #. function definition.
6476 #: protoize.c:4016
6477 #, c-format
6478 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
6479 msgstr ""
6480
6481 #: protoize.c:4019
6482 #, c-format
6483 msgid "%s: function definition not converted\n"
6484 msgstr ""
6485
6486 #: protoize.c:4078
6487 #, c-format
6488 msgid "%s: `%s' not converted\n"
6489 msgstr ""
6490
6491 #: protoize.c:4086
6492 #, c-format
6493 msgid "%s: would convert file `%s'\n"
6494 msgstr ""
6495
6496 #: protoize.c:4089
6497 #, c-format
6498 msgid "%s: converting file `%s'\n"
6499 msgstr ""
6500
6501 #: protoize.c:4099
6502 #, c-format
6503 msgid "%s: can't get status for file `%s': %s\n"
6504 msgstr ""
6505
6506 #: protoize.c:4141
6507 #, c-format
6508 msgid "%s: can't open file `%s' for reading: %s\n"
6509 msgstr "%s: немагчыма адчыніць файл `%s' для чытаньня: %s\n"
6510
6511 #: protoize.c:4156
6512 #, c-format
6513 msgid ""
6514 "\n"
6515 "%s: error reading input file `%s': %s\n"
6516 msgstr ""
6517 "\n"
6518 "%s: памылка чытаньня файла ўводу `%s': %s\n"
6519
6520 #: protoize.c:4190
6521 #, c-format
6522 msgid "%s: can't create/open clean file `%s': %s\n"
6523 msgstr ""
6524
6525 #: protoize.c:4295
6526 #, c-format
6527 msgid "%s: warning: file `%s' already saved in `%s'\n"
6528 msgstr "%s: увага: файл \"%s\" ужо запісан у \"%s\"\n"
6529
6530 #: protoize.c:4303
6531 #, c-format
6532 msgid "%s: can't link file `%s' to `%s': %s\n"
6533 msgstr ""
6534
6535 #: protoize.c:4333
6536 #, c-format
6537 msgid "%s: can't create/open output file `%s': %s\n"
6538 msgstr ""
6539
6540 #: protoize.c:4366
6541 #, c-format
6542 msgid "%s: can't change mode of file `%s': %s\n"
6543 msgstr "%s: немагчыма зьмяніць рэжым файла `%s': %s\n"
6544
6545 #: protoize.c:4541
6546 #, c-format
6547 msgid "%s: cannot get working directory: %s\n"
6548 msgstr ""
6549
6550 #: protoize.c:4639
6551 #, c-format
6552 msgid "%s: input file names must have .c suffixes: %s\n"
6553 msgstr "%s: файл уводу павінен мець суфікс .c: %s\n"
6554
6555 #: ra.c:750
6556 msgid "Didn't find a coloring.\n"
6557 msgstr ""
6558
6559 #: reg-stack.c:673
6560 #, c-format
6561 msgid "output constraint %d must specify a single register"
6562 msgstr ""
6563
6564 #: reg-stack.c:683
6565 #, c-format
6566 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6567 msgstr ""
6568
6569 #: reg-stack.c:706
6570 msgid "output regs must be grouped at top of stack"
6571 msgstr ""
6572
6573 #: reg-stack.c:743
6574 msgid "implicitly popped regs must be grouped at top of stack"
6575 msgstr ""
6576
6577 #: reg-stack.c:762
6578 #, c-format
6579 msgid "output operand %d must use `&' constraint"
6580 msgstr ""
6581
6582 #: regclass.c:756
6583 #, c-format
6584 msgid "can't use '%s' as a %s register"
6585 msgstr ""
6586
6587 #: regclass.c:771 config/ia64/ia64.c:4304 config/ia64/ia64.c:4311
6588 #, c-format
6589 msgid "unknown register name: %s"
6590 msgstr "невядомая назва рэгістра: %s"
6591
6592 #: regclass.c:782
6593 msgid "global register variable follows a function definition"
6594 msgstr ""
6595
6596 #: regclass.c:786
6597 msgid "register used for two global register variables"
6598 msgstr ""
6599
6600 #: regclass.c:791
6601 msgid "call-clobbered register used for global register variable"
6602 msgstr ""
6603
6604 #: regrename.c:1899
6605 #, c-format
6606 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6607 msgstr ""
6608
6609 #: regrename.c:1911
6610 #, c-format
6611 msgid "validate_value_data: Loop in regno chain (%u)"
6612 msgstr ""
6613
6614 #: regrename.c:1914
6615 #, c-format
6616 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6617 msgstr ""
6618
6619 #: regrename.c:1926
6620 #, c-format
6621 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6622 msgstr ""
6623
6624 #: reload.c:1229
6625 msgid "cannot reload integer constant operand in `asm'"
6626 msgstr ""
6627
6628 #: reload.c:1251
6629 msgid "impossible register constraint in `asm'"
6630 msgstr ""
6631
6632 #: reload.c:3461
6633 msgid "`&' constraint used with no register class"
6634 msgstr ""
6635
6636 #: reload.c:3629
6637 msgid "unable to generate reloads for:"
6638 msgstr ""
6639
6640 #: reload.c:3630 reload.c:3844
6641 msgid "inconsistent operand constraints in an `asm'"
6642 msgstr ""
6643
6644 #: reload1.c:1250
6645 msgid "frame size too large for reliable stack checking"
6646 msgstr ""
6647
6648 #: reload1.c:1253
6649 msgid "try reducing the number of local variables"
6650 msgstr ""
6651
6652 #: reload1.c:1909
6653 #, c-format
6654 msgid "can't find a register in class `%s' while reloading `asm'"
6655 msgstr ""
6656
6657 #: reload1.c:1913
6658 #, c-format
6659 msgid "unable to find a register to spill in class `%s'"
6660 msgstr ""
6661
6662 #: reload1.c:1915
6663 msgid "this is the insn:"
6664 msgstr ""
6665
6666 #: reload1.c:3938
6667 msgid "`asm' operand requires impossible reload"
6668 msgstr ""
6669
6670 #. It's the compiler's fault.
6671 #: reload1.c:5052
6672 #, fuzzy
6673 msgid "could not find a spill register"
6674 msgstr "Не выкарыстоўваць рэгістра sb"
6675
6676 #: reload1.c:5057
6677 msgid "`asm' operand constraint incompatible with operand size"
6678 msgstr ""
6679
6680 #. It's the compiler's fault.
6681 #: reload1.c:6679
6682 msgid "VOIDmode on an output"
6683 msgstr ""
6684
6685 #: reload1.c:6680
6686 msgid "output operand is constant in `asm'"
6687 msgstr ""
6688
6689 #: rtl-error.c:140
6690 #, fuzzy
6691 msgid "unrecognizable insn:"
6692 msgstr "нераспазнаны выбар \"-%s\""
6693
6694 #: rtl-error.c:142
6695 msgid "insn does not satisfy its constraints:"
6696 msgstr ""
6697
6698 #: rtl.c:535
6699 #, c-format
6700 msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
6701 msgstr ""
6702
6703 #: rtl.c:550
6704 #, c-format
6705 msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6706 msgstr ""
6707
6708 #: rtl.c:566
6709 #, c-format
6710 msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
6711 msgstr ""
6712
6713 #: rtl.c:579
6714 #, c-format
6715 msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
6716 msgstr ""
6717
6718 #: rtl.c:593
6719 #, c-format
6720 msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
6721 msgstr ""
6722
6723 #: rtl.c:608
6724 #, c-format
6725 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6726 msgstr ""
6727
6728 #: rtl.c:623
6729 #, c-format
6730 msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6731 msgstr ""
6732
6733 #: stmt.c:766
6734 #, c-format
6735 msgid "jump to `%s' invalidly jumps into binding contour"
6736 msgstr ""
6737
6738 #: stmt.c:1002 stmt.c:3766
6739 #, c-format
6740 msgid "label `%s' used before containing binding contour"
6741 msgstr ""
6742
6743 #: stmt.c:1190
6744 msgid "output operand constraint lacks `='"
6745 msgstr ""
6746
6747 #: stmt.c:1205
6748 #, c-format
6749 msgid "output constraint `%c' for operand %d is not at the beginning"
6750 msgstr ""
6751
6752 #: stmt.c:1227
6753 msgid "operand constraint contains incorrectly positioned '+' or '='"
6754 msgstr ""
6755
6756 #: stmt.c:1233 stmt.c:1337
6757 #, c-format
6758 msgid "`%%' constraint used with last operand"
6759 msgstr ""
6760
6761 #: stmt.c:1252
6762 msgid "matching constraint not valid in output operand"
6763 msgstr ""
6764
6765 #: stmt.c:1328
6766 #, c-format
6767 msgid "input operand constraint contains `%c'"
6768 msgstr ""
6769
6770 #: stmt.c:1368
6771 msgid "matching constraint references invalid operand number"
6772 msgstr ""
6773
6774 #: stmt.c:1400
6775 #, c-format
6776 msgid "invalid punctuation `%c' in constraint"
6777 msgstr ""
6778
6779 #: stmt.c:1450
6780 #, c-format
6781 msgid "asm-specifier for variable `%s' conflicts with asm clobber list"
6782 msgstr ""
6783
6784 #: stmt.c:1540
6785 #, c-format
6786 msgid "unknown register name `%s' in `asm'"
6787 msgstr ""
6788
6789 #: stmt.c:1588
6790 #, c-format
6791 msgid "more than %d operands in `asm'"
6792 msgstr ""
6793
6794 #: stmt.c:1650
6795 #, c-format
6796 msgid "output number %d not directly addressable"
6797 msgstr ""
6798
6799 #: stmt.c:1728
6800 #, c-format
6801 msgid "asm operand %d probably doesn't match constraints"
6802 msgstr ""
6803
6804 #: stmt.c:1738
6805 #, c-format
6806 msgid "use of memory input without lvalue in asm operand %d is deprecated"
6807 msgstr ""
6808
6809 #: stmt.c:1889
6810 #, fuzzy
6811 msgid "asm clobber conflict with output operand"
6812 msgstr "секцыя \"%s\" канфліктуе з папярэдняй дэкларацыяй"
6813
6814 #: stmt.c:1894
6815 #, fuzzy
6816 msgid "asm clobber conflict with input operand"
6817 msgstr "секцыя \"%s\" канфліктуе з папярэдняй дэкларацыяй"
6818
6819 #: stmt.c:1929
6820 msgid "too many alternatives in `asm'"
6821 msgstr ""
6822
6823 #: stmt.c:1941
6824 msgid "operand constraints for `asm' differ in number of alternatives"
6825 msgstr ""
6826
6827 #: stmt.c:1994
6828 #, fuzzy, c-format
6829 msgid "duplicate asm operand name '%s'"
6830 msgstr "паўторнае абвяшчэнне меткі \"%s\""
6831
6832 #: stmt.c:2081
6833 msgid "missing close brace for named operand"
6834 msgstr ""
6835
6836 #: stmt.c:2109
6837 #, fuzzy, c-format
6838 msgid "undefined named operand '%s'"
6839 msgstr "нераспазнаны аператар %s"
6840
6841 #: stmt.c:3703
6842 #, c-format
6843 msgid "unused variable `%s'"
6844 msgstr "невыкарыстоўваемая пераменная \"%s\""
6845
6846 #: stmt.c:5189
6847 #, c-format
6848 msgid "enumeration value `%s' not handled in switch"
6849 msgstr ""
6850
6851 #: stmt.c:5214 stmt.c:5234
6852 #, c-format
6853 msgid "case value `%ld' not in enumerated type"
6854 msgstr ""
6855
6856 #: stmt.c:5217 stmt.c:5237
6857 #, c-format
6858 msgid "case value `%ld' not in enumerated type `%s'"
6859 msgstr ""
6860
6861 #: stmt.c:5310
6862 msgid "switch missing default case"
6863 msgstr ""
6864
6865 #: stor-layout.c:178
6866 msgid "type size can't be explicitly evaluated"
6867 msgstr ""
6868
6869 #: stor-layout.c:180
6870 msgid "variable-size type declared outside of any function"
6871 msgstr ""
6872
6873 #: stor-layout.c:487
6874 #, c-format
6875 msgid "size of `%s' is %d bytes"
6876 msgstr "памер \"%s\" - %d байт"
6877
6878 #: stor-layout.c:489
6879 #, c-format
6880 msgid "size of `%s' is larger than %d bytes"
6881 msgstr "памер \"%s\" больш чам %d байт"
6882
6883 #: stor-layout.c:909 stor-layout.c:1325
6884 #, c-format
6885 msgid "packed attribute causes inefficient alignment for `%s'"
6886 msgstr ""
6887
6888 #: stor-layout.c:911 stor-layout.c:1327
6889 #, c-format
6890 msgid "packed attribute is unnecessary for `%s'"
6891 msgstr ""
6892
6893 #: stor-layout.c:926
6894 #, c-format
6895 msgid "padding struct to align `%s'"
6896 msgstr ""
6897
6898 #: stor-layout.c:1289
6899 msgid "padding struct size to alignment boundary"
6900 msgstr ""
6901
6902 #: stor-layout.c:1332
6903 msgid "packed attribute causes inefficient alignment"
6904 msgstr ""
6905
6906 #: stor-layout.c:1334
6907 msgid "packed attribute is unnecessary"
6908 msgstr ""
6909
6910 #: timevar.c:322
6911 #, c-format
6912 msgid "cannot timevar_pop '%s' when top of timevars stack is '%s'"
6913 msgstr ""
6914
6915 #: timevar.c:453
6916 msgid ""
6917 "\n"
6918 "Execution times (seconds)\n"
6919 msgstr ""
6920
6921 #. Print total time.
6922 #: timevar.c:503
6923 msgid " TOTAL :"
6924 msgstr ""
6925
6926 #: timevar.c:539
6927 #, c-format
6928 msgid "time in %s: %ld.%06ld (%ld%%)\n"
6929 msgstr ""
6930
6931 #: tlink.c:399
6932 #, c-format
6933 msgid "collect: reading %s\n"
6934 msgstr ""
6935
6936 #: tlink.c:502
6937 #, c-format
6938 msgid "collect: recompiling %s\n"
6939 msgstr ""
6940
6941 #: tlink.c:674
6942 #, c-format
6943 msgid "collect: tweaking %s in %s\n"
6944 msgstr ""
6945
6946 #: tlink.c:721
6947 msgid "collect: relinking\n"
6948 msgstr ""
6949
6950 #: tlink.c:730
6951 #, c-format
6952 msgid "ld returned %d exit status"
6953 msgstr ""
6954
6955 #: toplev.c:920
6956 msgid "Generate debugging info in default format"
6957 msgstr ""
6958
6959 #: toplev.c:921
6960 msgid "Generate debugging info in default extended format"
6961 msgstr ""
6962
6963 #: toplev.c:923
6964 msgid "Generate STABS format debug info"
6965 msgstr ""
6966
6967 #: toplev.c:924
6968 msgid "Generate extended STABS format debug info"
6969 msgstr ""
6970
6971 #: toplev.c:927
6972 msgid "Generate DWARF-1 format debug info"
6973 msgstr ""
6974
6975 #: toplev.c:929
6976 msgid "Generate extended DWARF-1 format debug info"
6977 msgstr ""
6978
6979 #: toplev.c:932
6980 msgid "Generate DWARF-2 debug info"
6981 msgstr ""
6982
6983 #: toplev.c:935
6984 msgid "Generate XCOFF format debug info"
6985 msgstr ""
6986
6987 #: toplev.c:936
6988 msgid "Generate extended XCOFF format debug info"
6989 msgstr ""
6990
6991 #: toplev.c:939
6992 msgid "Generate COFF format debug info"
6993 msgstr ""
6994
6995 #: toplev.c:942
6996 msgid "Generate VMS format debug info"
6997 msgstr ""
6998
6999 #: toplev.c:981
7000 msgid "Perform DWARF2 duplicate elimination"
7001 msgstr ""
7002
7003 #: toplev.c:983
7004 msgid "Do not store floats in registers"
7005 msgstr ""
7006
7007 #: toplev.c:985
7008 msgid "Consider all mem refs through pointers as volatile"
7009 msgstr ""
7010
7011 #: toplev.c:987
7012 msgid "Consider all mem refs to global data to be volatile"
7013 msgstr ""
7014
7015 #: toplev.c:989
7016 msgid "Consider all mem refs to static data to be volatile"
7017 msgstr ""
7018
7019 #: toplev.c:991
7020 msgid "Defer popping functions args from stack until later"
7021 msgstr ""
7022
7023 #: toplev.c:993
7024 msgid "When possible do not generate stack frames"
7025 msgstr ""
7026
7027 #: toplev.c:995
7028 msgid "Optimize sibling and tail recursive calls"
7029 msgstr ""
7030
7031 #: toplev.c:997
7032 msgid "Perform superblock formation via tail duplication"
7033 msgstr ""
7034
7035 #: toplev.c:999
7036 msgid "When running CSE, follow jumps to their targets"
7037 msgstr ""
7038
7039 #: toplev.c:1001
7040 msgid "When running CSE, follow conditional jumps"
7041 msgstr ""
7042
7043 #: toplev.c:1003
7044 msgid "Perform a number of minor, expensive optimizations"
7045 msgstr ""
7046
7047 #: toplev.c:1005
7048 msgid "Perform jump threading optimizations"
7049 msgstr ""
7050
7051 #: toplev.c:1007
7052 msgid "Perform strength reduction optimizations"
7053 msgstr ""
7054
7055 #: toplev.c:1009
7056 msgid "Perform loop unrolling when iteration count is known"
7057 msgstr ""
7058
7059 #: toplev.c:1011
7060 msgid "Perform loop unrolling for all loops"
7061 msgstr ""
7062
7063 #: toplev.c:1013
7064 msgid "Generate prefetch instructions, if available, for arrays in loops"
7065 msgstr ""
7066
7067 #: toplev.c:1015
7068 msgid "Force all loop invariant computations out of loops"
7069 msgstr ""
7070
7071 #: toplev.c:1017
7072 msgid "Strength reduce all loop general induction variables"
7073 msgstr ""
7074
7075 #: toplev.c:1019
7076 msgid "Store strings in writable data section"
7077 msgstr ""
7078
7079 #: toplev.c:1021
7080 msgid "Enable machine specific peephole optimizations"
7081 msgstr ""
7082
7083 #: toplev.c:1023
7084 msgid "Copy memory operands into registers before using"
7085 msgstr ""
7086
7087 #: toplev.c:1025
7088 msgid "Copy memory address constants into regs before using"
7089 msgstr ""
7090
7091 #: toplev.c:1027
7092 msgid "Allow function addresses to be held in registers"
7093 msgstr ""
7094
7095 #: toplev.c:1029
7096 msgid "Integrate simple functions into their callers"
7097 msgstr ""
7098
7099 #: toplev.c:1031
7100 msgid "Generate code for funcs even if they are fully inlined"
7101 msgstr ""
7102
7103 #: toplev.c:1033
7104 msgid "Pay attention to the 'inline' keyword"
7105 msgstr ""
7106
7107 #: toplev.c:1035
7108 msgid "Emit static const variables even if they are not used"
7109 msgstr ""
7110
7111 #: toplev.c:1037
7112 msgid "Check for syntax errors, then stop"
7113 msgstr ""
7114
7115 #: toplev.c:1039
7116 msgid "Mark data as shared rather than private"
7117 msgstr ""
7118
7119 #: toplev.c:1041
7120 msgid "Enable saving registers around function calls"
7121 msgstr ""
7122
7123 #: toplev.c:1043
7124 msgid "Return 'short' aggregates in memory, not registers"
7125 msgstr ""
7126
7127 #: toplev.c:1045
7128 msgid "Return 'short' aggregates in registers"
7129 msgstr ""
7130
7131 #: toplev.c:1047
7132 msgid "Attempt to fill delay slots of branch instructions"
7133 msgstr ""
7134
7135 #: toplev.c:1049
7136 msgid "Perform the global common subexpression elimination"
7137 msgstr ""
7138
7139 #: toplev.c:1051
7140 msgid "Perform enhanced load motion during global subexpression elimination"
7141 msgstr ""
7142
7143 #: toplev.c:1053
7144 msgid "Perform store motion after global subexpression elimination"
7145 msgstr ""
7146
7147 #: toplev.c:1055
7148 msgid "Perform the loop optimizations"
7149 msgstr ""
7150
7151 #: toplev.c:1057
7152 msgid "Perform cross-jumping optimization"
7153 msgstr ""
7154
7155 #: toplev.c:1059
7156 msgid "Perform conversion of conditional jumps to branchless equivalents"
7157 msgstr ""
7158
7159 #: toplev.c:1061
7160 msgid "Perform conversion of conditional jumps to conditional execution"
7161 msgstr ""
7162
7163 #: toplev.c:1063
7164 msgid "Run CSE pass after loop optimizations"
7165 msgstr ""
7166
7167 #: toplev.c:1065
7168 msgid "Run the loop optimizer twice"
7169 msgstr ""
7170
7171 #: toplev.c:1067
7172 msgid "Delete useless null pointer checks"
7173 msgstr ""
7174
7175 #: toplev.c:1069
7176 msgid "Reschedule instructions before register allocation"
7177 msgstr ""
7178
7179 #: toplev.c:1071
7180 msgid "Reschedule instructions after register allocation"
7181 msgstr ""
7182
7183 #: toplev.c:1073
7184 msgid "Enable scheduling across basic blocks"
7185 msgstr ""
7186
7187 #: toplev.c:1075
7188 msgid "Allow speculative motion of non-loads"
7189 msgstr ""
7190
7191 #: toplev.c:1077
7192 msgid "Allow speculative motion of some loads"
7193 msgstr ""
7194
7195 #: toplev.c:1079
7196 msgid "Allow speculative motion of more loads"
7197 msgstr ""
7198
7199 #: toplev.c:1081
7200 msgid "Replace add,compare,branch with branch on count reg"
7201 msgstr ""
7202
7203 #: toplev.c:1083
7204 msgid "Generate position independent code, if possible"
7205 msgstr ""
7206
7207 #: toplev.c:1086
7208 msgid "Enable exception handling"
7209 msgstr "Уключыць апрацоўку выключэньняў"
7210
7211 #: toplev.c:1088
7212 msgid "Just generate unwind tables for exception handling"
7213 msgstr ""
7214
7215 #: toplev.c:1090
7216 msgid "Generate unwind tables exact at each instruction boundary"
7217 msgstr ""
7218
7219 #: toplev.c:1092
7220 msgid "Support synchronous non-call exceptions"
7221 msgstr ""
7222
7223 #: toplev.c:1094
7224 msgid "Insert arc based program profiling code"
7225 msgstr ""
7226
7227 #: toplev.c:1096
7228 msgid "Create data files needed by gcov"
7229 msgstr ""
7230
7231 #: toplev.c:1098
7232 msgid "Use profiling information for branch probabilities"
7233 msgstr ""
7234
7235 #: toplev.c:1100
7236 msgid "Enable basic program profiling code"
7237 msgstr ""
7238
7239 #: toplev.c:1102
7240 msgid "Reorder basic blocks to improve code placement"
7241 msgstr ""
7242
7243 #: toplev.c:1104
7244 msgid "Reorder functions to improve code placement"
7245 msgstr ""
7246
7247 #: toplev.c:1106
7248 msgid "Do the register renaming optimization pass"
7249 msgstr ""
7250
7251 #: toplev.c:1108
7252 msgid "Do the register copy-propagation optimization pass"
7253 msgstr ""
7254
7255 #: toplev.c:1110
7256 msgid "Do not put uninitialized globals in the common section"
7257 msgstr ""
7258
7259 #: toplev.c:1112
7260 msgid "Do not generate .size directives"
7261 msgstr ""
7262
7263 #: toplev.c:1114
7264 msgid "place each function into its own section"
7265 msgstr ""
7266
7267 #: toplev.c:1116
7268 msgid "place data items into their own section"
7269 msgstr ""
7270
7271 #: toplev.c:1118
7272 msgid "Add extra commentary to assembler output"
7273 msgstr ""
7274
7275 #: toplev.c:1120
7276 msgid "Output GNU ld formatted global initializers"
7277 msgstr ""
7278
7279 #: toplev.c:1122
7280 msgid "Enables a register move optimization"
7281 msgstr ""
7282
7283 #: toplev.c:1124
7284 msgid "Do the full regmove optimization pass"
7285 msgstr ""
7286
7287 #: toplev.c:1126
7288 msgid "Pack structure members together without holes"
7289 msgstr ""
7290
7291 #: toplev.c:1128
7292 msgid "Insert stack checking code into the program"
7293 msgstr "Уключаць код правэркі стэку ў праграму"
7294
7295 #: toplev.c:1130
7296 msgid "Specify that arguments may alias each other & globals"
7297 msgstr ""
7298
7299 #: toplev.c:1132
7300 msgid "Assume arguments may alias globals but not each other"
7301 msgstr ""
7302
7303 #: toplev.c:1134
7304 msgid "Assume arguments do not alias each other or globals"
7305 msgstr ""
7306
7307 #: toplev.c:1136
7308 msgid "Assume strict aliasing rules apply"
7309 msgstr ""
7310
7311 #: toplev.c:1138
7312 msgid "Align the start of loops"
7313 msgstr ""
7314
7315 #: toplev.c:1140
7316 msgid "Align labels which are only reached by jumping"
7317 msgstr ""
7318
7319 #: toplev.c:1142
7320 msgid "Align all labels"
7321 msgstr ""
7322
7323 #: toplev.c:1144
7324 msgid "Align the start of functions"
7325 msgstr ""
7326
7327 #: toplev.c:1146
7328 msgid "Attempt to merge identical constants across compilation units"
7329 msgstr ""
7330
7331 #: toplev.c:1148
7332 msgid "Attempt to merge identical constants and constant variables"
7333 msgstr ""
7334
7335 #: toplev.c:1150
7336 msgid "Suppress output of instruction numbers and line number notes in debugging dumps"
7337 msgstr ""
7338
7339 #: toplev.c:1152
7340 msgid "Instrument function entry/exit with profiling calls"
7341 msgstr ""
7342
7343 #: toplev.c:1154
7344 msgid "Put zero initialized data in the bss section"
7345 msgstr ""
7346
7347 #: toplev.c:1156
7348 msgid "Enable SSA optimizations"
7349 msgstr "Уключаць SSA аптымізацыю"
7350
7351 #: toplev.c:1158
7352 msgid "Enable SSA conditional constant propagation"
7353 msgstr ""
7354
7355 #: toplev.c:1160
7356 msgid "Enable aggressive SSA dead code elimination"
7357 msgstr ""
7358
7359 #: toplev.c:1162
7360 msgid "External symbols have a leading underscore"
7361 msgstr ""
7362
7363 #: toplev.c:1164
7364 msgid "Process #ident directives"
7365 msgstr ""
7366
7367 #: toplev.c:1166
7368 msgid "Enables an rtl peephole pass run before sched2"
7369 msgstr ""
7370
7371 #: toplev.c:1168
7372 msgid "Assume no NaNs or +-Infs are generated"
7373 msgstr ""
7374
7375 #: toplev.c:1170
7376 msgid "Enables guessing of branch probabilities"
7377 msgstr ""
7378
7379 #: toplev.c:1172
7380 msgid "Set errno after built-in math functions"
7381 msgstr ""
7382
7383 #: toplev.c:1174
7384 msgid "Floating-point operations can trap"
7385 msgstr ""
7386
7387 #: toplev.c:1176
7388 msgid "Allow math optimizations that may violate IEEE or ANSI standards"
7389 msgstr ""
7390
7391 #: toplev.c:1178
7392 msgid "Disable optimizations observable by IEEE signaling NaNs"
7393 msgstr ""
7394
7395 #: toplev.c:1180
7396 #, fuzzy
7397 msgid "Generate code to check bounds before indexing arrays"
7398 msgstr "Генерыраваць код для Intel as"
7399
7400 #: toplev.c:1182
7401 msgid "Convert floating point constant to single precision constant"
7402 msgstr ""
7403
7404 #: toplev.c:1184
7405 msgid "Report time taken by each compiler pass at end of run"
7406 msgstr ""
7407
7408 #: toplev.c:1186
7409 msgid "Report on permanent memory allocation at end of run"
7410 msgstr ""
7411
7412 #: toplev.c:1188
7413 msgid "Trap for signed overflow in addition / subtraction / multiplication"
7414 msgstr ""
7415
7416 #: toplev.c:1190
7417 msgid "Use graph coloring register allocation."
7418 msgstr ""
7419
7420 #: toplev.c:1207
7421 msgid "Compile just for ISO C90"
7422 msgstr ""
7423
7424 #: toplev.c:1209
7425 msgid "Determine language standard"
7426 msgstr ""
7427
7428 #: toplev.c:1213
7429 msgid "Make bit-fields by unsigned by default"
7430 msgstr ""
7431
7432 #: toplev.c:1217
7433 msgid "Make 'char' be signed by default"
7434 msgstr ""
7435
7436 #: toplev.c:1219
7437 msgid "Make 'char' be unsigned by default"
7438 msgstr ""
7439
7440 #: toplev.c:1225
7441 msgid "Do not recognize the 'asm' keyword"
7442 msgstr ""
7443
7444 #: toplev.c:1228
7445 #, fuzzy
7446 msgid "Do not recognize any built in functions"
7447 msgstr "Не генерыраваць сімвальныя інструкцыі"
7448
7449 #: toplev.c:1230
7450 msgid "Assume normal C execution environment"
7451 msgstr ""
7452
7453 #: toplev.c:1233
7454 msgid "Assume that standard libraries & main might not exist"
7455 msgstr ""
7456
7457 #: toplev.c:1236
7458 msgid "Allow different types as args of ? operator"
7459 msgstr ""
7460
7461 #: toplev.c:1239
7462 msgid "Allow the use of $ inside identifiers"
7463 msgstr ""
7464
7465 #: toplev.c:1244
7466 msgid "Use the same size for double as for float"
7467 msgstr ""
7468
7469 #: toplev.c:1247
7470 msgid "Use the smallest fitting integer to hold enums"
7471 msgstr ""
7472
7473 #: toplev.c:1250
7474 msgid "Override the underlying type for wchar_t to `unsigned short'"
7475 msgstr ""
7476
7477 #: toplev.c:1254
7478 msgid "Enable most warning messages"
7479 msgstr ""
7480
7481 #: toplev.c:1256
7482 msgid "Warn about casting functions to incompatible types"
7483 msgstr ""
7484
7485 #: toplev.c:1259
7486 msgid "Warn about functions which might be candidates for format attributes"
7487 msgstr ""
7488
7489 #: toplev.c:1262
7490 msgid "Warn about casts which discard qualifiers"
7491 msgstr ""
7492
7493 #: toplev.c:1265
7494 msgid "Warn about subscripts whose type is 'char'"
7495 msgstr ""
7496
7497 #: toplev.c:1268 toplev.c:1271
7498 msgid "Warn if nested comments are detected"
7499 msgstr ""
7500
7501 #: toplev.c:1274
7502 msgid "Warn about possibly confusing type conversions"
7503 msgstr ""
7504
7505 #: toplev.c:1278
7506 msgid "Do not warn about compile-time integer division by zero"
7507 msgstr ""
7508
7509 #: toplev.c:1280
7510 msgid "Warn about testing equality of floating point numbers"
7511 msgstr ""
7512
7513 #: toplev.c:1283
7514 msgid "Warn about printf/scanf/strftime/strfmon format anomalies"
7515 msgstr ""
7516
7517 #: toplev.c:1287
7518 msgid "Don't warn about too many arguments to format functions"
7519 msgstr ""
7520
7521 #: toplev.c:1289
7522 msgid "Warn about non-string-literal format strings"
7523 msgstr ""
7524
7525 #: toplev.c:1292
7526 msgid "Warn about possible security problems with format functions"
7527 msgstr ""
7528
7529 #: toplev.c:1296
7530 msgid "Don't warn about strftime formats yielding 2 digit years"
7531 msgstr ""
7532
7533 #: toplev.c:1298
7534 msgid "Warn about implicit function declarations"
7535 msgstr ""
7536
7537 #: toplev.c:1302
7538 msgid "Warn when a declaration does not specify a type"
7539 msgstr ""
7540
7541 #: toplev.c:1307
7542 msgid "Warn about the use of the #import directive"
7543 msgstr ""
7544
7545 #: toplev.c:1311
7546 msgid "Do not warn about using 'long long' when -pedantic"
7547 msgstr ""
7548
7549 #: toplev.c:1313
7550 msgid "Warn about suspicious declarations of main"
7551 msgstr ""
7552
7553 #: toplev.c:1316
7554 msgid "Warn about possibly missing braces around initializers"
7555 msgstr ""
7556
7557 #: toplev.c:1319
7558 msgid "Warn about global funcs without previous declarations"
7559 msgstr ""
7560
7561 #: toplev.c:1322
7562 msgid "Warn about global funcs without prototypes"
7563 msgstr ""
7564
7565 #: toplev.c:1325
7566 msgid "Warn about use of multicharacter literals"
7567 msgstr ""
7568
7569 #: toplev.c:1328
7570 msgid "Warn about externs not at file scope level"
7571 msgstr ""
7572
7573 #: toplev.c:1331
7574 msgid "Warn about possible missing parentheses"
7575 msgstr ""
7576
7577 #: toplev.c:1334
7578 msgid "Warn about function pointer arithmetic"
7579 msgstr ""
7580
7581 #: toplev.c:1337
7582 msgid "Warn about multiple declarations of the same object"
7583 msgstr ""
7584
7585 #: toplev.c:1340
7586 msgid "Warn whenever a function's return-type defaults to int"
7587 msgstr ""
7588
7589 #: toplev.c:1343
7590 msgid "Warn about possible violations of sequence point rules"
7591 msgstr ""
7592
7593 #: toplev.c:1346
7594 msgid "Warn about signed/unsigned comparisons"
7595 msgstr ""
7596
7597 #: toplev.c:1349
7598 msgid "Warn about non-prototyped function decls"
7599 msgstr ""
7600
7601 #: toplev.c:1352
7602 msgid "Warn about constructs whose meanings change in ISO C"
7603 msgstr ""
7604
7605 #: toplev.c:1355
7606 msgid "Warn when trigraphs are encountered"
7607 msgstr ""
7608
7609 #: toplev.c:1360
7610 msgid "Warn about unrecognized pragmas"
7611 msgstr ""
7612
7613 #: toplev.c:1363
7614 msgid "Mark strings as 'const char *'"
7615 msgstr ""
7616
7617 #: toplev.c:1508
7618 msgid "Warn when a function is unused"
7619 msgstr ""
7620
7621 #: toplev.c:1510
7622 msgid "Warn when a label is unused"
7623 msgstr ""
7624
7625 #: toplev.c:1512
7626 msgid "Warn when a function parameter is unused"
7627 msgstr ""
7628
7629 #: toplev.c:1514
7630 msgid "Warn when a variable is unused"
7631 msgstr ""
7632
7633 #: toplev.c:1516
7634 msgid "Warn when an expression value is unused"
7635 msgstr ""
7636
7637 #: toplev.c:1518
7638 msgid "Do not suppress warnings from system headers"
7639 msgstr ""
7640
7641 #: toplev.c:1520
7642 msgid "Treat all warnings as errors"
7643 msgstr ""
7644
7645 #: toplev.c:1522
7646 msgid "Warn when one local variable shadows another"
7647 msgstr ""
7648
7649 #: toplev.c:1524
7650 msgid "Warn about enumerated switches, with no default, missing a case"
7651 msgstr ""
7652
7653 #: toplev.c:1526
7654 msgid "Warn about enumerated switches missing a default case"
7655 msgstr ""
7656
7657 #: toplev.c:1528
7658 msgid "Warn about all enumerated switches missing a specific case"
7659 msgstr ""
7660
7661 #: toplev.c:1530
7662 msgid "Warn about returning structures, unions or arrays"
7663 msgstr ""
7664
7665 #: toplev.c:1532
7666 msgid "Warn about pointer casts which increase alignment"
7667 msgstr ""
7668
7669 #: toplev.c:1534
7670 msgid "Warn about code that will never be executed"
7671 msgstr ""
7672
7673 #: toplev.c:1536
7674 msgid "Warn about uninitialized automatic variables"
7675 msgstr ""
7676
7677 #: toplev.c:1538
7678 msgid "Warn when an inlined function cannot be inlined"
7679 msgstr ""
7680
7681 #: toplev.c:1540
7682 msgid "Warn when the packed attribute has no effect on struct layout"
7683 msgstr ""
7684
7685 #: toplev.c:1542
7686 msgid "Warn when padding is required to align struct members"
7687 msgstr ""
7688
7689 #: toplev.c:1544
7690 msgid "Warn when an optimization pass is disabled"
7691 msgstr ""
7692
7693 #: toplev.c:1546
7694 msgid "Warn about uses of __attribute__((deprecated)) declarations"
7695 msgstr ""
7696
7697 #: toplev.c:1548
7698 msgid "Warn about functions which might be candidates for attribute noreturn"
7699 msgstr ""
7700
7701 #: toplev.c:1550
7702 msgid "Warn about code which might break the strict aliasing rules"
7703 msgstr ""
7704
7705 #: toplev.c:1627 toplev.c:4548 config/rs6000/rs6000.c:680
7706 #, fuzzy, c-format
7707 msgid "invalid option `%s'"
7708 msgstr "Нерэчаісны выбар \"%s\""
7709
7710 #: toplev.c:2031
7711 #, c-format
7712 msgid "`%s' used but never defined"
7713 msgstr ""
7714
7715 #: toplev.c:2034
7716 #, c-format
7717 msgid "`%s' declared `static' but never defined"
7718 msgstr ""
7719
7720 #: toplev.c:2057
7721 #, c-format
7722 msgid "`%s' defined but not used"
7723 msgstr ""
7724
7725 #: toplev.c:2280
7726 #, c-format
7727 msgid "invalid register name `%s' for register variable"
7728 msgstr ""
7729
7730 #: toplev.c:3697
7731 msgid " -ffixed-<register> Mark <register> as being unavailable to the compiler\n"
7732 msgstr ""
7733
7734 #: toplev.c:3698
7735 msgid " -fcall-used-<register> Mark <register> as being corrupted by function calls\n"
7736 msgstr ""
7737
7738 #: toplev.c:3699
7739 msgid " -fcall-saved-<register> Mark <register> as being preserved across functions\n"
7740 msgstr ""
7741
7742 #: toplev.c:3700
7743 msgid " -finline-limit=<number> Limits the size of inlined functions to <number>\n"
7744 msgstr ""
7745
7746 #: toplev.c:3701
7747 msgid " -fmessage-length=<number> Limits diagnostics messages lengths to <number> characters per line. 0 suppresses line-wrapping\n"
7748 msgstr ""
7749
7750 #: toplev.c:3702
7751 msgid " -fdiagnostics-show-location=[once | every-line] Indicates how often source location information should be emitted, as prefix, at the beginning of diagnostics when line-wrapping\n"
7752 msgstr ""
7753
7754 #: toplev.c:3703
7755 msgid " -ftls-model=[global-dynamic | local-dynamic | initial-exec | local-exec] Indicates the default thread-local storage code generation model\n"
7756 msgstr ""
7757
7758 #: toplev.c:3704
7759 msgid " -fstack-limit-register=<register> Trap if the stack goes past <register>\n"
7760 msgstr ""
7761
7762 #: toplev.c:3705
7763 msgid " -fstack-limit-symbol=<name> Trap if the stack goes past symbol <name>\n"
7764 msgstr ""
7765
7766 #: toplev.c:3706
7767 msgid " -frandom-seed=<string> Make compile reproducible using <string>\n"
7768 msgstr ""
7769
7770 #: toplev.c:3718
7771 msgid " -O[number] Set optimization level to [number]\n"
7772 msgstr ""
7773
7774 #: toplev.c:3719
7775 msgid " -Os Optimize for space rather than speed\n"
7776 msgstr ""
7777
7778 #: toplev.c:3731
7779 msgid " -pedantic Issue warnings needed by strict compliance to ISO C\n"
7780 msgstr ""
7781
7782 #: toplev.c:3732
7783 msgid " -pedantic-errors Like -pedantic except that errors are produced\n"
7784 msgstr ""
7785
7786 #: toplev.c:3733
7787 msgid " -w Suppress warnings\n"
7788 msgstr ""
7789
7790 #: toplev.c:3734
7791 msgid " -W Enable extra warnings\n"
7792 msgstr ""
7793
7794 #: toplev.c:3745
7795 msgid " -Wunused Enable unused warnings\n"
7796 msgstr ""
7797
7798 #: toplev.c:3746
7799 msgid " -Wlarger-than-<number> Warn if an object is larger than <number> bytes\n"
7800 msgstr ""
7801
7802 #: toplev.c:3747
7803 msgid " -p Enable function profiling\n"
7804 msgstr ""
7805
7806 #: toplev.c:3748
7807 msgid " -o <file> Place output into <file> \n"
7808 msgstr ""
7809
7810 #: toplev.c:3749
7811 msgid ""
7812 " -G <number> Put global and static data smaller than <number>\n"
7813 " bytes into a special section (on some targets)\n"
7814 msgstr ""
7815
7816 #: toplev.c:3760
7817 msgid " -aux-info <file> Emit declaration info into <file>\n"
7818 msgstr ""
7819
7820 #: toplev.c:3761
7821 msgid " -quiet Do not display functions compiled or elapsed time\n"
7822 msgstr ""
7823
7824 #: toplev.c:3762
7825 msgid " -version Display the compiler's version\n"
7826 msgstr ""
7827
7828 #: toplev.c:3763
7829 msgid " -d[letters] Enable dumps from specific passes of the compiler\n"
7830 msgstr ""
7831
7832 #: toplev.c:3764
7833 msgid " -dumpbase <file> Base name to be used for dumps from specific passes\n"
7834 msgstr ""
7835
7836 #: toplev.c:3766
7837 msgid " -fsched-verbose=<number> Set the verbosity level of the scheduler\n"
7838 msgstr ""
7839
7840 #: toplev.c:3768
7841 msgid " --help Display this information\n"
7842 msgstr ""
7843
7844 #: toplev.c:3783
7845 msgid ""
7846 "\n"
7847 "Language specific options:\n"
7848 msgstr ""
7849 "\n"
7850 "Выбары, спецыфічныя для мовы:\n"
7851
7852 #: toplev.c:3795
7853 #, c-format
7854 msgid " %-23.23s [undocumented]\n"
7855 msgstr ""
7856
7857 #: toplev.c:3803 toplev.c:3817
7858 #, c-format
7859 msgid ""
7860 "\n"
7861 "There are undocumented %s specific options as well.\n"
7862 msgstr ""
7863
7864 #: toplev.c:3807
7865 #, c-format
7866 msgid ""
7867 "\n"
7868 " Options for %s:\n"
7869 msgstr ""
7870 "\n"
7871 " Выбары для %s:\n"
7872
7873 #: toplev.c:3844
7874 msgid ""
7875 "\n"
7876 "Target specific options:\n"
7877 msgstr ""
7878
7879 #: toplev.c:3858 toplev.c:3877
7880 #, c-format
7881 msgid " -m%-23.23s [undocumented]\n"
7882 msgstr ""
7883
7884 #: toplev.c:3886
7885 msgid ""
7886 "\n"
7887 "There are undocumented target specific options as well.\n"
7888 msgstr ""
7889
7890 #: toplev.c:3888
7891 msgid " They exist, but they are not documented.\n"
7892 msgstr ""
7893
7894 #: toplev.c:3941
7895 #, c-format
7896 msgid "unrecognized gcc debugging option: %c"
7897 msgstr ""
7898
7899 #: toplev.c:4007
7900 #, fuzzy, c-format
7901 msgid "`%s': unknown tls-model option"
7902 msgstr "\"%s\" : невядомы ці непадтрымліваемы выбар -g"
7903
7904 #: toplev.c:4034
7905 #, c-format
7906 msgid "unrecognized register name `%s'"
7907 msgstr ""
7908
7909 #: toplev.c:4059 toplev.c:5012
7910 #, fuzzy, c-format
7911 msgid "unrecognized option `%s'"
7912 msgstr "нераспазнаны выбар \"-%s\""
7913
7914 #: toplev.c:4107
7915 #, fuzzy
7916 msgid "-Wid-clash-LEN is no longer supported"
7917 msgstr "-pipe не падтрымліваецца."
7918
7919 #: toplev.c:4184
7920 #, c-format
7921 msgid "use -gdwarf -g%d for DWARF v1, level %d"
7922 msgstr ""
7923
7924 #: toplev.c:4187
7925 msgid "use -gdwarf-2 for DWARF v2"
7926 msgstr ""
7927
7928 #: toplev.c:4192
7929 #, c-format
7930 msgid "ignoring option `%s' due to invalid debug level specification"
7931 msgstr ""
7932
7933 #: toplev.c:4215 toplev.c:5010
7934 #, c-format
7935 msgid "`%s': unknown or unsupported -g option"
7936 msgstr "\"%s\" : невядомы ці непадтрымліваемы выбар -g"
7937
7938 #: toplev.c:4222
7939 #, c-format
7940 msgid "`%s' ignored, conflicts with `-g%s'"
7941 msgstr ""
7942
7943 #: toplev.c:4304
7944 msgid "-param option missing argument"
7945 msgstr ""
7946
7947 #: toplev.c:4313
7948 #, c-format
7949 msgid "invalid --param option: %s"
7950 msgstr "нерэчаісны выбар --param : %s"
7951
7952 #: toplev.c:4325
7953 #, c-format
7954 msgid "invalid parameter value `%s'"
7955 msgstr ""
7956
7957 #: toplev.c:4565
7958 #, c-format
7959 msgid ""
7960 "%s%s%s version %s (%s)\n"
7961 "%s\tcompiled by GNU C version %s.\n"
7962 "%s%s%s version %s (%s) compiled by CC.\n"
7963 msgstr ""
7964 "%s%s%s версія %s (%s)\n"
7965 "%s\tзкампілявана GNU C версія %s.\n"
7966 "%s%s%s версія %s (%s) зкампілявана CC.\n"
7967
7968 #: toplev.c:4572
7969 #, c-format
7970 msgid "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
7971 msgstr ""
7972
7973 #: toplev.c:4630
7974 msgid "options passed: "
7975 msgstr ""
7976
7977 #: toplev.c:4659
7978 msgid "options enabled: "
7979 msgstr "выбары ўключаны:"
7980
7981 #: toplev.c:4718 java/jcf-write.c:3453
7982 #, c-format
7983 msgid "can't open %s for writing"
7984 msgstr "немагчыма адчыніць %s для запісу"
7985
7986 #: toplev.c:5002
7987 #, fuzzy, c-format
7988 msgid "ignoring command line option '%s'"
7989 msgstr "Нераспазнаны выбар \"%s\""
7990
7991 #: toplev.c:5005
7992 #, c-format
7993 msgid "(it is valid for %s but not the selected language)"
7994 msgstr ""
7995
7996 #: toplev.c:5039
7997 msgid "-Wuninitialized is not supported without -O"
7998 msgstr ""
7999
8000 #: toplev.c:5094
8001 msgid "instruction scheduling not supported on this target machine"
8002 msgstr ""
8003
8004 #: toplev.c:5098
8005 msgid "this target machine does not have delayed branches"
8006 msgstr ""
8007
8008 #: toplev.c:5112
8009 #, c-format
8010 msgid "-f%sleading-underscore not supported on this target machine"
8011 msgstr ""
8012
8013 #: toplev.c:5175
8014 #, fuzzy
8015 msgid "-ffunction-sections not supported for this target"
8016 msgstr "атрыбуты секцыі не падтрымліваюцца для гэтай мэты"
8017
8018 #: toplev.c:5180
8019 #, fuzzy
8020 msgid "-fdata-sections not supported for this target"
8021 msgstr "атрыбуты секцыі не падтрымліваюцца для гэтай мэты"
8022
8023 #: toplev.c:5187
8024 msgid "-ffunction-sections disabled; it makes profiling impossible"
8025 msgstr ""
8026
8027 #: toplev.c:5194
8028 #, fuzzy
8029 msgid "-fprefetch-loop-arrays not supported for this target"
8030 msgstr "атрыбуты секцыі не падтрымліваюцца для гэтай мэты"
8031
8032 #: toplev.c:5200
8033 msgid "-fprefetch-loop-arrays not supported for this target (try -march switches)"
8034 msgstr ""
8035
8036 #: toplev.c:5209
8037 msgid "-fprefetch-loop-arrays is not supported with -Os"
8038 msgstr ""
8039
8040 #: toplev.c:5215
8041 msgid "-ffunction-sections may affect debugging on some targets"
8042 msgstr ""
8043
8044 #: toplev.c:5327
8045 #, c-format
8046 msgid "error writing to %s"
8047 msgstr "памылка запісу ў %s"
8048
8049 #: toplev.c:5329 java/jcf-parse.c:936 java/jcf-write.c:3460
8050 #, c-format
8051 msgid "error closing %s"
8052 msgstr ""
8053
8054 #: tree-dump.c:702
8055 #, c-format
8056 msgid "could not open dump file `%s'"
8057 msgstr ""
8058
8059 #: tree-dump.c:778
8060 #, c-format
8061 msgid "ignoring unknown option `%.*s' in `-f%s'"
8062 msgstr ""
8063
8064 #: tree.c:3645
8065 msgid "arrays of functions are not meaningful"
8066 msgstr ""
8067
8068 #: tree.c:3702
8069 msgid "function return type cannot be function"
8070 msgstr ""
8071
8072 #: tree.c:4557
8073 msgid "invalid initializer for bit string"
8074 msgstr ""
8075
8076 #: tree.c:4616
8077 #, c-format
8078 msgid "tree check: expected %s, have %s in %s, at %s:%d"
8079 msgstr ""
8080
8081 #: tree.c:4633
8082 #, c-format
8083 msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
8084 msgstr ""
8085
8086 #: tree.c:4650
8087 #, c-format
8088 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
8089 msgstr ""
8090
8091 #: varasm.c:455 config/i386/winnt.c:611
8092 #, c-format
8093 msgid "%s causes a section type conflict"
8094 msgstr ""
8095
8096 #: varasm.c:841
8097 #, c-format
8098 msgid "register name not specified for `%s'"
8099 msgstr ""
8100
8101 #: varasm.c:843
8102 #, c-format
8103 msgid "invalid register name for `%s'"
8104 msgstr "нерэчаісная назва рэгістра `%s'"
8105
8106 #: varasm.c:846
8107 #, c-format
8108 msgid "data type of `%s' isn't suitable for a register"
8109 msgstr ""
8110
8111 #: varasm.c:849
8112 #, c-format
8113 msgid "register specified for `%s' isn't suitable for data type"
8114 msgstr ""
8115
8116 #: varasm.c:858
8117 msgid "global register variable has initial value"
8118 msgstr ""
8119
8120 #: varasm.c:861
8121 msgid "volatile register variables don't work as you might wish"
8122 msgstr ""
8123
8124 #: varasm.c:894
8125 #, c-format
8126 msgid "register name given for non-register variable `%s'"
8127 msgstr ""
8128
8129 #: varasm.c:1542
8130 #, c-format
8131 msgid "alignment of `%s' is greater than maximum object file alignment. Using %d"
8132 msgstr ""
8133
8134 #: varasm.c:1584
8135 msgid "thread-local COMMON data not implemented"
8136 msgstr ""
8137
8138 #: varasm.c:1610
8139 #, c-format
8140 msgid "requested alignment for %s is greater than implemented alignment of %d"
8141 msgstr ""
8142
8143 #: varasm.c:4048
8144 msgid "initializer for integer value is too complicated"
8145 msgstr ""
8146
8147 #: varasm.c:4053
8148 msgid "initializer for floating value is not a floating constant"
8149 msgstr ""
8150
8151 #: varasm.c:4120
8152 msgid "unknown set constructor type"
8153 msgstr ""
8154
8155 #: varasm.c:4334
8156 #, c-format
8157 msgid "invalid initial value for member `%s'"
8158 msgstr ""
8159
8160 #: varasm.c:4525 varasm.c:4568
8161 #, c-format
8162 msgid "weak declaration of `%s' must precede definition"
8163 msgstr ""
8164
8165 #: varasm.c:4532
8166 #, c-format
8167 msgid "weak declaration of `%s' after first use results in unspecified behavior"
8168 msgstr ""
8169
8170 #: varasm.c:4566
8171 #, c-format
8172 msgid "weak declaration of `%s' must be public"
8173 msgstr ""
8174
8175 #: varasm.c:4575
8176 #, c-format
8177 msgid "weak declaration of `%s' not supported"
8178 msgstr ""
8179
8180 #: varasm.c:4602 varasm.c:4677
8181 msgid "only weak aliases are supported in this configuration"
8182 msgstr ""
8183
8184 #: varasm.c:4685
8185 msgid "alias definitions not supported in this configuration; ignored"
8186 msgstr ""
8187
8188 #: varasm.c:4716
8189 #, fuzzy
8190 msgid "visibility attribute not supported in this configuration; ignored"
8191 msgstr "атрыбуты секцыі не падтрымліваюцца для гэтай мэты"
8192
8193 #: varray.c:134
8194 #, c-format
8195 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
8196 msgstr ""
8197
8198 #. Print an error message for unrecognized stab codes.
8199 #: xcoffout.c:175
8200 #, c-format
8201 msgid "no sclass for %s stab (0x%x)\n"
8202 msgstr ""
8203
8204 #: pretty-print.h:97
8205 #, fuzzy, c-format
8206 msgid "#`%s' not supported by %s#"
8207 msgstr "%s не падтрымлівае %s"
8208
8209 #: params.def:53
8210 msgid "The maximum number of instructions in a single function eligible for inlining"
8211 msgstr ""
8212
8213 #: params.def:65
8214 msgid "The maximum number of instructions when automatically inlining"
8215 msgstr ""
8216
8217 #: params.def:84
8218 msgid "The maximum number of instructions by repeated inlining before gcc starts to throttle inlining"
8219 msgstr ""
8220
8221 #: params.def:97
8222 msgid "The slope of the linear function throttling inlining after the recursive inlining limit has been reached is given by the negative reciprocal value of this parameter"
8223 msgstr ""
8224
8225 #: params.def:110
8226 msgid "The number of instructions in a single functions still eligible to inlining after a lot recursive inlining"
8227 msgstr ""
8228
8229 #: params.def:120
8230 msgid "The maximum number of instructions for the RTL inliner"
8231 msgstr ""
8232
8233 #: params.def:131
8234 msgid "The maximum number of instructions to consider to fill a delay slot"
8235 msgstr ""
8236
8237 #: params.def:142
8238 msgid "The maximum number of instructions to consider to find accurate live register information"
8239 msgstr ""
8240
8241 #: params.def:152
8242 msgid "The maximum length of scheduling's pending operations list"
8243 msgstr ""
8244
8245 #: params.def:159
8246 msgid "The maximum amount of memory to be allocated by GCSE"
8247 msgstr ""
8248
8249 #: params.def:164
8250 msgid "The maximum number of passes to make when doing GCSE"
8251 msgstr ""
8252
8253 #: params.def:171
8254 msgid "The maximum number of instructions to consider to unroll in a loop"
8255 msgstr ""
8256
8257 #: params.def:176
8258 msgid "Select fraction of the maximal count of repetitions of basic block in program given basic block needs to have to be considered hot"
8259 msgstr ""
8260
8261 #: params.def:181
8262 msgid "Select fraction of the maximal frequency of executions of basic block in function given basic block needs to have to be considered hot"
8263 msgstr ""
8264
8265 #: params.def:186
8266 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available"
8267 msgstr ""
8268
8269 #: params.def:191
8270 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available"
8271 msgstr ""
8272
8273 #: params.def:196
8274 msgid "Maximal code growth caused by tail duplication (in percents)"
8275 msgstr ""
8276
8277 #: params.def:200
8278 msgid "Stop reverse growth if the reverse probability of best edge is less than this threshold (in percents)"
8279 msgstr ""
8280
8281 #: params.def:205
8282 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percents). Used when profile feedback is available"
8283 msgstr ""
8284
8285 #: params.def:210
8286 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percents). Used when profile feedback is not available"
8287 msgstr ""
8288
8289 #: params.def:217
8290 msgid "The maximum number of incoming edges to consider for crossjumping"
8291 msgstr ""
8292
8293 #: params.def:230
8294 msgid "Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap."
8295 msgstr ""
8296
8297 #: params.def:236
8298 msgid "Minimum heap size before we start collecting garbage, in kilobytes."
8299 msgstr ""
8300
8301 #: config/darwin-c.c:75
8302 msgid "too many #pragma options align=reset"
8303 msgstr ""
8304
8305 #: config/darwin-c.c:97 config/darwin-c.c:100 config/darwin-c.c:102
8306 #: config/darwin-c.c:104
8307 msgid "malformed '#pragma options', ignoring"
8308 msgstr ""
8309
8310 #: config/darwin-c.c:107
8311 msgid "junk at end of '#pragma options'"
8312 msgstr ""
8313
8314 #: config/darwin-c.c:117
8315 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
8316 msgstr ""
8317
8318 #: config/darwin-c.c:130
8319 msgid "missing '(' after '#pragma unused', ignoring"
8320 msgstr ""
8321
8322 #: config/darwin-c.c:148
8323 msgid "missing ')' after '#pragma unused', ignoring"
8324 msgstr ""
8325
8326 #: config/darwin-c.c:151
8327 msgid "junk at end of '#pragma unused'"
8328 msgstr ""
8329
8330 #: config/lynx-ng.h:97 config/lynx.h:121 config/rs6000/lynx.h:100
8331 msgid "-msystem-v and -p are incompatible"
8332 msgstr ""
8333
8334 #: config/lynx-ng.h:99 config/lynx.h:123 config/rs6000/lynx.h:102
8335 msgid "-msystem-v and -mthreads are incompatible"
8336 msgstr ""
8337
8338 #: config/alpha/alpha.c:342
8339 #, fuzzy, c-format
8340 msgid "-f%s ignored for Unicos/Mk (not supported)"
8341 msgstr "-pipe не падтрымліваецца."
8342
8343 #: config/alpha/alpha.c:366
8344 #, fuzzy
8345 msgid "-mieee not supported on Unicos/Mk"
8346 msgstr "-pipe не падтрымліваецца"
8347
8348 #: config/alpha/alpha.c:377
8349 msgid "-mieee-with-inexact not supported on Unicos/Mk"
8350 msgstr ""
8351
8352 #: config/alpha/alpha.c:394
8353 #, c-format
8354 msgid "bad value `%s' for -mtrap-precision switch"
8355 msgstr ""
8356
8357 #: config/alpha/alpha.c:408
8358 #, c-format
8359 msgid "bad value `%s' for -mfp-rounding-mode switch"
8360 msgstr ""
8361
8362 #: config/alpha/alpha.c:423
8363 #, c-format
8364 msgid "bad value `%s' for -mfp-trap-mode switch"
8365 msgstr ""
8366
8367 #: config/alpha/alpha.c:435
8368 #, c-format
8369 msgid "bad value `%s' for -mtls-size switch"
8370 msgstr ""
8371
8372 #: config/alpha/alpha.c:454 config/alpha/alpha.c:466
8373 #, c-format
8374 msgid "bad value `%s' for -mcpu switch"
8375 msgstr ""
8376
8377 #: config/alpha/alpha.c:473
8378 msgid "trap mode not supported on Unicos/Mk"
8379 msgstr ""
8380
8381 #: config/alpha/alpha.c:480
8382 msgid "fp software completion requires -mtrap-precision=i"
8383 msgstr ""
8384
8385 #: config/alpha/alpha.c:496
8386 msgid "rounding mode not supported for VAX floats"
8387 msgstr ""
8388
8389 #: config/alpha/alpha.c:501
8390 msgid "trap mode not supported for VAX floats"
8391 msgstr ""
8392
8393 #: config/alpha/alpha.c:530
8394 #, c-format
8395 msgid "L%d cache latency unknown for %s"
8396 msgstr ""
8397
8398 #: config/alpha/alpha.c:545
8399 #, c-format
8400 msgid "bad value `%s' for -mmemory-latency"
8401 msgstr ""
8402
8403 #: config/alpha/alpha.c:5604 config/m88k/m88k.c:2889 config/romp/romp.c:754
8404 #: config/romp/romp.c:761
8405 #, c-format
8406 msgid "invalid %%H value"
8407 msgstr "нерэчаіснае значэньне %%H"
8408
8409 #: config/alpha/alpha.c:5625
8410 #, fuzzy, c-format
8411 msgid "invalid %%J value"
8412 msgstr "дрэннае %%Q значэнне"
8413
8414 #: config/alpha/alpha.c:5641 config/ia64/ia64.c:3970 config/m88k/m88k.c:3034
8415 #, c-format
8416 msgid "invalid %%r value"
8417 msgstr "нерэчаіснае значэньне %%r"
8418
8419 #: config/alpha/alpha.c:5651 config/rs6000/rs6000.c:7737
8420 #, c-format
8421 msgid "invalid %%R value"
8422 msgstr "нерэчаіснае значэньне %%R"
8423
8424 #: config/alpha/alpha.c:5657 config/rs6000/rs6000.c:7663
8425 #, c-format
8426 msgid "invalid %%N value"
8427 msgstr "нерэчаіснае значэньне %%N"
8428
8429 #: config/alpha/alpha.c:5665 config/rs6000/rs6000.c:7691
8430 #, c-format
8431 msgid "invalid %%P value"
8432 msgstr "нерэчаіснае значэньне %%P"
8433
8434 #: config/alpha/alpha.c:5673 config/m88k/m88k.c:2895 config/romp/romp.c:740
8435 #: config/romp/romp.c:747
8436 #, c-format
8437 msgid "invalid %%h value"
8438 msgstr "нерэчаіснае значэньне %%h"
8439
8440 #: config/alpha/alpha.c:5681 config/romp/romp.c:698
8441 #, c-format
8442 msgid "invalid %%L value"
8443 msgstr "нерэчаіснае значэньне %%L"
8444
8445 #: config/alpha/alpha.c:5720 config/rs6000/rs6000.c:7645
8446 #, c-format
8447 msgid "invalid %%m value"
8448 msgstr "нерэчаіснае значэньне %%m"
8449
8450 #: config/alpha/alpha.c:5728 config/rs6000/rs6000.c:7653
8451 #, c-format
8452 msgid "invalid %%M value"
8453 msgstr "нерэчаіснае значэньне %%M"
8454
8455 #: config/alpha/alpha.c:5772
8456 #, c-format
8457 msgid "invalid %%U value"
8458 msgstr "нерэчаіснае значэньне %%U"
8459
8460 #: config/alpha/alpha.c:5784 config/alpha/alpha.c:5798 config/romp/romp.c:706
8461 #: config/rs6000/rs6000.c:7745
8462 #, c-format
8463 msgid "invalid %%s value"
8464 msgstr "нерэчаіснае значэньне %%v"
8465
8466 #: config/alpha/alpha.c:5821 config/m88k/m88k.c:2997
8467 #, c-format
8468 msgid "invalid %%C value"
8469 msgstr "нерэчаіснае значэньне %%C"
8470
8471 #: config/alpha/alpha.c:5858 config/m88k/m88k.c:3018
8472 #: config/rs6000/rs6000.c:7502
8473 #, c-format
8474 msgid "invalid %%E value"
8475 msgstr "нерэчаіснае значэньне %%E"
8476
8477 #: config/alpha/alpha.c:5883 config/alpha/alpha.c:5933
8478 msgid "unknown relocation unspec"
8479 msgstr ""
8480
8481 #: config/alpha/alpha.c:5892 config/romp/romp.c:981
8482 #: config/rs6000/rs6000.c:8052
8483 #, c-format
8484 msgid "invalid %%xn code"
8485 msgstr "нерэчаіснае значэньне %%xn"
8486
8487 #: config/alpha/alpha.c:6618 config/alpha/alpha.c:6621 config/s390/s390.c:6069
8488 #: config/s390/s390.c:6072
8489 msgid "bad builtin fcode"
8490 msgstr ""
8491
8492 #. Macro to define tables used to set the flags.
8493 #. This is a list in braces of pairs in braces,
8494 #. each pair being { "NAME", VALUE }
8495 #. where VALUE is the bits to set or minus the bits to clear.
8496 #. An empty string NAME is used to identify the default VALUE.
8497 #: config/alpha/alpha.h:279 config/i386/i386.h:294 config/i386/i386.h:296
8498 #: config/i386/i386.h:298 config/ns32k/ns32k.h:140 config/rs6000/rs6000.h:292
8499 #: config/s390/s390.h:68 config/sparc/sparc.h:522 config/sparc/sparc.h:527
8500 msgid "Use hardware fp"
8501 msgstr "Выкарыстоўваць апаратную плаваючую кропку"
8502
8503 #: config/alpha/alpha.h:280 config/i386/i386.h:295 config/i386/i386.h:297
8504 #: config/rs6000/rs6000.h:294 config/sparc/sparc.h:524
8505 #: config/sparc/sparc.h:529
8506 msgid "Do not use hardware fp"
8507 msgstr "Не выкарыстоўваць апаратную плаваючую кропку"
8508
8509 #: config/alpha/alpha.h:281
8510 msgid "Use fp registers"
8511 msgstr ""
8512
8513 #: config/alpha/alpha.h:283
8514 msgid "Do not use fp registers"
8515 msgstr ""
8516
8517 #: config/alpha/alpha.h:284
8518 msgid "Do not assume GAS"
8519 msgstr ""
8520
8521 #: config/alpha/alpha.h:285
8522 msgid "Assume GAS"
8523 msgstr ""
8524
8525 #: config/alpha/alpha.h:287
8526 msgid "Request IEEE-conformant math library routines (OSF/1)"
8527 msgstr ""
8528
8529 #: config/alpha/alpha.h:289
8530 msgid "Emit IEEE-conformant code, without inexact exceptions"
8531 msgstr ""
8532
8533 #: config/alpha/alpha.h:291
8534 msgid "Emit IEEE-conformant code, with inexact exceptions"
8535 msgstr ""
8536
8537 #: config/alpha/alpha.h:293
8538 msgid "Do not emit complex integer constants to read-only memory"
8539 msgstr ""
8540
8541 #: config/alpha/alpha.h:294
8542 msgid "Use VAX fp"
8543 msgstr ""
8544
8545 #: config/alpha/alpha.h:295
8546 msgid "Do not use VAX fp"
8547 msgstr ""
8548
8549 #: config/alpha/alpha.h:296
8550 msgid "Emit code for the byte/word ISA extension"
8551 msgstr ""
8552
8553 #: config/alpha/alpha.h:299
8554 msgid "Emit code for the motion video ISA extension"
8555 msgstr ""
8556
8557 #: config/alpha/alpha.h:302
8558 msgid "Emit code for the fp move and sqrt ISA extension"
8559 msgstr ""
8560
8561 #: config/alpha/alpha.h:304
8562 msgid "Emit code for the counting ISA extension"
8563 msgstr ""
8564
8565 #: config/alpha/alpha.h:307
8566 msgid "Emit code using explicit relocation directives"
8567 msgstr ""
8568
8569 #: config/alpha/alpha.h:310
8570 msgid "Emit 16-bit relocations to the small data areas"
8571 msgstr ""
8572
8573 #: config/alpha/alpha.h:312
8574 msgid "Emit 32-bit relocations to the small data areas"
8575 msgstr ""
8576
8577 #: config/alpha/alpha.h:314
8578 msgid "Emit rdval instead of rduniq for thread pointer"
8579 msgstr ""
8580
8581 #. For -mcpu=
8582 #. For -mtune=
8583 #. For -mfp-rounding-mode=[n|m|c|d]
8584 #. For -mfp-trap-mode=[n|u|su|sui]
8585 #. For -mtrap-precision=[p|f|i]
8586 #. For -mmemory-latency=
8587 #. For -mtls-size=
8588 #: config/alpha/alpha.h:343
8589 msgid "Use features of and schedule given CPU"
8590 msgstr ""
8591
8592 #: config/alpha/alpha.h:345
8593 msgid "Schedule given CPU"
8594 msgstr ""
8595
8596 #: config/alpha/alpha.h:347
8597 msgid "Control the generated fp rounding mode"
8598 msgstr ""
8599
8600 #: config/alpha/alpha.h:349
8601 msgid "Control the IEEE trap mode"
8602 msgstr ""
8603
8604 #: config/alpha/alpha.h:351
8605 msgid "Control the precision given to fp exceptions"
8606 msgstr ""
8607
8608 #: config/alpha/alpha.h:353
8609 msgid "Tune expected memory latency"
8610 msgstr ""
8611
8612 #: config/alpha/alpha.h:355 config/ia64/ia64.h:225
8613 msgid "Specify bit size of immediate TLS offsets"
8614 msgstr ""
8615
8616 #: config/arc/arc.c:135
8617 #, c-format
8618 msgid "bad value (%s) for -mcpu switch"
8619 msgstr ""
8620
8621 #: config/arc/arc.c:362
8622 #, fuzzy, c-format
8623 msgid "argument of `%s' attribute is not a string constant"
8624 msgstr "аргумент `__builtin_args_info' павінен быць канстантай"
8625
8626 #: config/arc/arc.c:369
8627 #, c-format
8628 msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
8629 msgstr ""
8630
8631 #: config/arc/arc.c:1708 config/m32r/m32r.c:2286
8632 #, fuzzy, c-format
8633 msgid "invalid operand to %%R code"
8634 msgstr "нерэчаісны %%-код"
8635
8636 #: config/arc/arc.c:1740 config/m32r/m32r.c:2309
8637 #, fuzzy, c-format
8638 msgid "invalid operand to %%H/%%L code"
8639 msgstr "нерэчаісны %%-код"
8640
8641 #: config/arc/arc.c:1763 config/m32r/m32r.c:2385
8642 #, fuzzy, c-format
8643 msgid "invalid operand to %%U code"
8644 msgstr "нерэчаісны %%-код"
8645
8646 #: config/arc/arc.c:1774
8647 #, fuzzy, c-format
8648 msgid "invalid operand to %%V code"
8649 msgstr "нерэчаісны %%-код"
8650
8651 #. Unknown flag.
8652 #: config/arc/arc.c:1781 config/m32r/m32r.c:2424 config/sparc/sparc.c:6533
8653 msgid "invalid operand output code"
8654 msgstr ""
8655
8656 #: config/arm/arm.c:458
8657 #, c-format
8658 msgid "switch -mcpu=%s conflicts with -march= switch"
8659 msgstr ""
8660
8661 #: config/arm/arm.c:468 config/rs6000/rs6000.c:558 config/sparc/sparc.c:393
8662 #, c-format
8663 msgid "bad value (%s) for %s switch"
8664 msgstr ""
8665
8666 #: config/arm/arm.c:604
8667 msgid "target CPU does not support APCS-32"
8668 msgstr ""
8669
8670 #: config/arm/arm.c:609
8671 msgid "target CPU does not support APCS-26"
8672 msgstr ""
8673
8674 #: config/arm/arm.c:615
8675 msgid "target CPU does not support interworking"
8676 msgstr ""
8677
8678 #: config/arm/arm.c:621
8679 #, fuzzy
8680 msgid "target CPU does not support THUMB instructions"
8681 msgstr "ISO C не падтрымлівае комлексныя цэлалікавыя тыпы"
8682
8683 #: config/arm/arm.c:635
8684 msgid "enabling backtrace support is only meaningful when compiling for the Thumb"
8685 msgstr ""
8686
8687 #: config/arm/arm.c:638
8688 msgid "enabling callee interworking support is only meaningful when compiling for the Thumb"
8689 msgstr ""
8690
8691 #: config/arm/arm.c:641
8692 msgid "enabling caller interworking support is only meaningful when compiling for the Thumb"
8693 msgstr ""
8694
8695 #: config/arm/arm.c:647
8696 msgid "interworking forces APCS-32 to be used"
8697 msgstr ""
8698
8699 #: config/arm/arm.c:653
8700 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8701 msgstr ""
8702
8703 #: config/arm/arm.c:661
8704 msgid "-fpic and -mapcs-reent are incompatible"
8705 msgstr ""
8706
8707 #: config/arm/arm.c:664
8708 msgid "APCS reentrant code not supported. Ignored"
8709 msgstr ""
8710
8711 #: config/arm/arm.c:672
8712 msgid "-g with -mno-apcs-frame may not give sensible debugging"
8713 msgstr ""
8714
8715 #: config/arm/arm.c:680
8716 msgid "passing floating point arguments in fp regs not yet supported"
8717 msgstr ""
8718
8719 #: config/arm/arm.c:709
8720 #, c-format
8721 msgid "invalid floating point emulation option: -mfpe-%s"
8722 msgstr ""
8723
8724 #: config/arm/arm.c:733
8725 msgid "structure size boundary can only be set to 8 or 32"
8726 msgstr ""
8727
8728 #: config/arm/arm.c:741
8729 msgid "-mpic-register= is useless without -fpic"
8730 msgstr ""
8731
8732 #: config/arm/arm.c:748
8733 #, c-format
8734 msgid "unable to use '%s' for PIC register"
8735 msgstr ""
8736
8737 #: config/arm/arm.c:2064 config/arm/arm.c:2087 config/avr/avr.c:4794
8738 #: config/c4x/c4x.c:4644 config/h8300/h8300.c:3667 config/i386/i386.c:1396
8739 #: config/i386/i386.c:1425 config/ip2k/ip2k.c:3224
8740 #: config/m68hc11/m68hc11.c:1267 config/mcore/mcore.c:3510
8741 #: config/ns32k/ns32k.c:1047 config/rs6000/rs6000.c:12538 config/sh/sh.c:5681
8742 #: config/sh/sh.c:5706 config/sh/sh.c:5745 config/stormy16/stormy16.c:2026
8743 #: config/v850/v850.c:2180
8744 #, fuzzy, c-format
8745 msgid "`%s' attribute only applies to functions"
8746 msgstr "\"%s\" звычайна функцыя"
8747
8748 #: config/arm/arm.c:9459
8749 msgid "unable to compute real location of stacked parameter"
8750 msgstr ""
8751
8752 #: config/arm/arm.c:10138
8753 msgid "no low registers available for popping high registers"
8754 msgstr ""
8755
8756 #: config/arm/arm.c:10389
8757 msgid "interrupt Service Routines cannot be coded in Thumb mode"
8758 msgstr ""
8759
8760 #: config/arm/pe.c:168 config/mcore/mcore.c:3358
8761 #, c-format
8762 msgid "initialized variable `%s' is marked dllimport"
8763 msgstr ""
8764
8765 #: config/arm/pe.c:177
8766 #, c-format
8767 msgid "static variable `%s' is marked dllimport"
8768 msgstr ""
8769
8770 #: config/arm/arm.h:416
8771 msgid "Generate APCS conformant stack frames"
8772 msgstr ""
8773
8774 #: config/arm/arm.h:419
8775 msgid "Store function names in object code"
8776 msgstr ""
8777
8778 #: config/arm/arm.h:423
8779 msgid "Use the 32-bit version of the APCS"
8780 msgstr ""
8781
8782 #: config/arm/arm.h:425
8783 msgid "Use the 26-bit version of the APCS"
8784 msgstr ""
8785
8786 #: config/arm/arm.h:429
8787 msgid "Pass FP arguments in FP registers"
8788 msgstr ""
8789
8790 #: config/arm/arm.h:432
8791 msgid "Generate re-entrant, PIC code"
8792 msgstr ""
8793
8794 #: config/arm/arm.h:435
8795 msgid "The MMU will trap on unaligned accesses"
8796 msgstr ""
8797
8798 #: config/arm/arm.h:442
8799 msgid "Use library calls to perform FP operations"
8800 msgstr ""
8801
8802 #: config/arm/arm.h:444 config/i960/i960.h:281
8803 msgid "Use hardware floating point instructions"
8804 msgstr ""
8805
8806 #: config/arm/arm.h:446
8807 msgid "Assume target CPU is configured as big endian"
8808 msgstr ""
8809
8810 #: config/arm/arm.h:448
8811 msgid "Assume target CPU is configured as little endian"
8812 msgstr ""
8813
8814 #: config/arm/arm.h:450
8815 msgid "Assume big endian bytes, little endian words"
8816 msgstr ""
8817
8818 #: config/arm/arm.h:452
8819 msgid "Support calls between Thumb and ARM instruction sets"
8820 msgstr ""
8821
8822 #: config/arm/arm.h:455
8823 msgid "Generate a call to abort if a noreturn function returns"
8824 msgstr ""
8825
8826 #: config/arm/arm.h:458
8827 msgid "Do not move instructions into a function's prologue"
8828 msgstr ""
8829
8830 #: config/arm/arm.h:461
8831 msgid "Do not load the PIC register in function prologues"
8832 msgstr ""
8833
8834 #: config/arm/arm.h:464
8835 msgid "Generate call insns as indirect calls, if necessary"
8836 msgstr ""
8837
8838 #: config/arm/arm.h:467
8839 msgid "Compile for the Thumb not the ARM"
8840 msgstr ""
8841
8842 #: config/arm/arm.h:471
8843 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8844 msgstr ""
8845
8846 #: config/arm/arm.h:474
8847 msgid "Thumb: Generate (leaf) stack frames even if not needed"
8848 msgstr ""
8849
8850 #: config/arm/arm.h:477
8851 msgid "Thumb: Assume non-static functions may be called from ARM code"
8852 msgstr ""
8853
8854 #: config/arm/arm.h:481
8855 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8856 msgstr ""
8857
8858 #: config/arm/arm.h:491
8859 msgid "Specify the name of the target CPU"
8860 msgstr ""
8861
8862 #: config/arm/arm.h:493
8863 msgid "Specify the name of the target architecture"
8864 msgstr ""
8865
8866 #: config/arm/arm.h:497
8867 msgid "Specify the version of the floating point emulator"
8868 msgstr ""
8869
8870 #: config/arm/arm.h:499
8871 msgid "Specify the minimum bit alignment of structures"
8872 msgstr ""
8873
8874 #: config/arm/arm.h:501
8875 msgid "Specify the register to be used for PIC addressing"
8876 msgstr ""
8877
8878 #: config/arm/pe.h:65
8879 msgid "Ignore dllimport attribute for functions"
8880 msgstr ""
8881
8882 #: config/avr/avr.c:528
8883 #, c-format
8884 msgid "large frame pointer change (%d) with -mtiny-stack"
8885 msgstr ""
8886
8887 #: config/avr/avr.c:1135
8888 msgid "bad address, not (reg+disp):"
8889 msgstr ""
8890
8891 #: config/avr/avr.c:1143
8892 msgid "internal compiler error. Bad address:"
8893 msgstr ""
8894
8895 #: config/avr/avr.c:1156
8896 msgid "internal compiler error. Unknown mode:"
8897 msgstr ""
8898
8899 #: config/avr/avr.c:1864 config/avr/avr.c:2576
8900 #, fuzzy
8901 msgid "invalid insn:"
8902 msgstr "Нерэчаісны выбар %s"
8903
8904 #: config/avr/avr.c:1901 config/avr/avr.c:1987 config/avr/avr.c:2036
8905 #: config/avr/avr.c:2045 config/avr/avr.c:2143 config/avr/avr.c:2315
8906 #: config/avr/avr.c:2613 config/avr/avr.c:2724
8907 msgid "incorrect insn:"
8908 msgstr ""
8909
8910 #: config/avr/avr.c:2064 config/avr/avr.c:2228 config/avr/avr.c:2386
8911 #: config/avr/avr.c:2768
8912 msgid "unknown move insn:"
8913 msgstr ""
8914
8915 #: config/avr/avr.c:3003
8916 msgid "bad shift insn:"
8917 msgstr ""
8918
8919 #: config/avr/avr.c:3119 config/avr/avr.c:3549 config/avr/avr.c:3929
8920 msgid "internal compiler error. Incorrect shift:"
8921 msgstr ""
8922
8923 #: config/avr/avr.c:4767 config/ip2k/ip2k.c:3197
8924 msgid "only initialized variables can be placed into program memory area"
8925 msgstr ""
8926
8927 #: config/avr/avr.c:4866
8928 msgid "only uninitialized variables can be placed in the .noinit section"
8929 msgstr ""
8930
8931 #: config/avr/avr.c:4881
8932 #, c-format
8933 msgid "MCU `%s' supported for assembler only"
8934 msgstr ""
8935
8936 #: config/avr/avr.h:78
8937 msgid "Assume int to be 8 bit integer"
8938 msgstr ""
8939
8940 #: config/avr/avr.h:80
8941 msgid "Change the stack pointer without disabling interrupts"
8942 msgstr ""
8943
8944 #: config/avr/avr.h:82
8945 msgid "Use subroutines for function prologue/epilogue"
8946 msgstr ""
8947
8948 #: config/avr/avr.h:84
8949 msgid "Change only the low 8 bits of the stack pointer"
8950 msgstr ""
8951
8952 #: config/avr/avr.h:86
8953 msgid "Do not generate tablejump insns"
8954 msgstr ""
8955
8956 #: config/avr/avr.h:88
8957 msgid "Use rjmp/rcall (limited range) on >8K devices"
8958 msgstr ""
8959
8960 #: config/avr/avr.h:91
8961 msgid "Output instruction sizes to the asm file"
8962 msgstr ""
8963
8964 #: config/avr/avr.h:108
8965 msgid "Specify the initial stack address"
8966 msgstr ""
8967
8968 #: config/avr/avr.h:109
8969 msgid "Specify the MCU name"
8970 msgstr ""
8971
8972 #. `GIV_SORT_CRITERION(GIV1, GIV2)'
8973 #. In some cases, the strength reduction optimization pass can
8974 #. produce better code if this is defined. This macro controls the
8975 #. order that induction variables are combined. This macro is
8976 #. particularly useful if the target has limited addressing modes.
8977 #. For instance, the SH target has only positive offsets in
8978 #. addresses. Thus sorting to put the smallest address first allows
8979 #. the most combinations to be found.
8980 #: config/avr/avr.h:2450
8981 msgid "trampolines not supported"
8982 msgstr ""
8983
8984 #: config/c4x/c4x-c.c:69
8985 #, c-format
8986 msgid "missing '(' after '#pragma %s' - ignored"
8987 msgstr ""
8988
8989 #: config/c4x/c4x-c.c:72
8990 #, c-format
8991 msgid "missing function name in '#pragma %s' - ignored"
8992 msgstr ""
8993
8994 #: config/c4x/c4x-c.c:77
8995 #, c-format
8996 msgid "malformed '#pragma %s' - ignored"
8997 msgstr ""
8998
8999 #: config/c4x/c4x-c.c:79
9000 #, c-format
9001 msgid "missing section name in '#pragma %s' - ignored"
9002 msgstr ""
9003
9004 #: config/c4x/c4x-c.c:84
9005 #, c-format
9006 msgid "missing ')' for '#pragma %s' - ignored"
9007 msgstr ""
9008
9009 #: config/c4x/c4x-c.c:87
9010 #, c-format
9011 msgid "junk at end of '#pragma %s'"
9012 msgstr ""
9013
9014 #: config/c4x/c4x.c:280
9015 #, c-format
9016 msgid "unknown CPU version %d, using 40.\n"
9017 msgstr ""
9018
9019 #: config/c4x/c4x.c:853
9020 #, c-format
9021 msgid "ISR %s requires %d words of local vars, max is 32767"
9022 msgstr ""
9023
9024 #: config/c4x/c4x.c:1602
9025 msgid "using CONST_DOUBLE for address"
9026 msgstr ""
9027
9028 #: config/c4x/c4x.c:1742
9029 msgid "c4x_address_cost: Invalid addressing mode"
9030 msgstr ""
9031
9032 #: config/c4x/c4x.c:1884
9033 #, c-format
9034 msgid "c4x_print_operand: %%L inconsistency"
9035 msgstr ""
9036
9037 #: config/c4x/c4x.c:1890
9038 #, c-format
9039 msgid "c4x_print_operand: %%N inconsistency"
9040 msgstr ""
9041
9042 #: config/c4x/c4x.c:1931
9043 #, c-format
9044 msgid "c4x_print_operand: %%O inconsistency"
9045 msgstr ""
9046
9047 #: config/c4x/c4x.c:2026
9048 msgid "c4x_print_operand: Bad operand case"
9049 msgstr ""
9050
9051 #: config/c4x/c4x.c:2069
9052 msgid "c4x_print_operand_address: Bad post_modify"
9053 msgstr ""
9054
9055 #: config/c4x/c4x.c:2091
9056 msgid "c4x_print_operand_address: Bad pre_modify"
9057 msgstr ""
9058
9059 #: config/c4x/c4x.c:2139 config/c4x/c4x.c:2151 config/c4x/c4x.c:2166
9060 msgid "c4x_print_operand_address: Bad operand case"
9061 msgstr ""
9062
9063 #: config/c4x/c4x.c:2422
9064 msgid "c4x_rptb_insert: Cannot find start label"
9065 msgstr ""
9066
9067 #: config/c4x/c4x.c:3409 config/c4x/c4x.c:3429
9068 msgid "mode not QImode"
9069 msgstr ""
9070
9071 #: config/c4x/c4x.c:3514
9072 msgid "invalid indirect memory address"
9073 msgstr ""
9074
9075 #: config/c4x/c4x.c:3603
9076 msgid "invalid indirect (S) memory address"
9077 msgstr ""
9078
9079 #: config/c4x/c4x.c:3944
9080 msgid "c4x_valid_operands: Internal error"
9081 msgstr ""
9082
9083 #: config/c4x/c4x.c:4424
9084 msgid "c4x_operand_subword: invalid mode"
9085 msgstr ""
9086
9087 #: config/c4x/c4x.c:4427
9088 msgid "c4x_operand_subword: invalid operand"
9089 msgstr ""
9090
9091 #. We could handle these with some difficulty.
9092 #. e.g., *p-- => *(p-=2); *(p+1).
9093 #: config/c4x/c4x.c:4453
9094 msgid "c4x_operand_subword: invalid autoincrement"
9095 msgstr ""
9096
9097 #: config/c4x/c4x.c:4459
9098 msgid "c4x_operand_subword: invalid address"
9099 msgstr ""
9100
9101 #: config/c4x/c4x.c:4470
9102 msgid "c4x_operand_subword: address not offsettable"
9103 msgstr ""
9104
9105 #: config/c4x/c4x.c:4670
9106 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
9107 msgstr ""
9108
9109 #. Name of the c4x assembler.
9110 #. Name of the c4x linker.
9111 #. Define assembler options.
9112 #. Define linker options.
9113 #. Specify the end file to link with.
9114 #. Target compilation option flags.
9115 #. Small memory model.
9116 #. Use 24-bit MPYI for C3x.
9117 #. Fast fixing of floats.
9118 #. Allow use of RPTS.
9119 #. Emit C3x code.
9120 #. Be compatible with TI assembler.
9121 #. Be paranoid about DP reg. in ISRs.
9122 #. Pass arguments on stack.
9123 #. Enable features under development.
9124 #. Enable repeat block.
9125 #. Use BK as general register.
9126 #. Use decrement and branch for C3x.
9127 #. Enable debugging of GCC.
9128 #. Force constants into registers.
9129 #. Allow unsigned loop counters.
9130 #. Force op0 and op1 to be same.
9131 #. Save all 40 bits for floats.
9132 #. Allow parallel insns.
9133 #. Allow MPY||ADD, MPY||SUB insns.
9134 #. Assume mem refs possibly aliased.
9135 #. Emit C30 code.
9136 #. Emit C31 code.
9137 #. Emit C32 code.
9138 #. Emit C33 code.
9139 #. Emit C40 code.
9140 #. Emit C44 code.
9141 #. Run-time compilation parameters selecting different hardware subsets.
9142 #.
9143 #. Macro to define tables used to set the flags.
9144 #. This is a list in braces of triplets in braces,
9145 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
9146 #. where VALUE is the bits to set or minus the bits to clear.
9147 #. An empty string NAME is used to identify the default VALUE.
9148 #: config/c4x/c4x.h:168
9149 msgid "Small memory model"
9150 msgstr ""
9151
9152 #: config/c4x/c4x.h:170
9153 msgid "Big memory model"
9154 msgstr ""
9155
9156 #: config/c4x/c4x.h:172
9157 msgid "Use MPYI instruction for C3x"
9158 msgstr ""
9159
9160 #: config/c4x/c4x.h:174
9161 msgid "Do not use MPYI instruction for C3x"
9162 msgstr ""
9163
9164 #: config/c4x/c4x.h:176
9165 msgid "Use fast but approximate float to integer conversion"
9166 msgstr ""
9167
9168 #: config/c4x/c4x.h:178
9169 msgid "Use slow but accurate float to integer conversion"
9170 msgstr ""
9171
9172 #: config/c4x/c4x.h:180
9173 msgid "Enable use of RTPS instruction"
9174 msgstr ""
9175
9176 #: config/c4x/c4x.h:182
9177 msgid "Disable use of RTPS instruction"
9178 msgstr ""
9179
9180 #: config/c4x/c4x.h:184
9181 msgid "Enable use of RTPB instruction"
9182 msgstr ""
9183
9184 #: config/c4x/c4x.h:186
9185 msgid "Disable use of RTPB instruction"
9186 msgstr ""
9187
9188 #: config/c4x/c4x.h:188
9189 msgid "Generate code for C30 CPU"
9190 msgstr ""
9191
9192 #: config/c4x/c4x.h:190
9193 msgid "Generate code for C31 CPU"
9194 msgstr ""
9195
9196 #: config/c4x/c4x.h:192
9197 msgid "Generate code for C32 CPU"
9198 msgstr ""
9199
9200 #: config/c4x/c4x.h:194
9201 msgid "Generate code for C33 CPU"
9202 msgstr ""
9203
9204 #: config/c4x/c4x.h:196
9205 msgid "Generate code for C40 CPU"
9206 msgstr ""
9207
9208 #: config/c4x/c4x.h:198
9209 msgid "Generate code for C44 CPU"
9210 msgstr ""
9211
9212 #: config/c4x/c4x.h:200
9213 msgid "Emit code compatible with TI tools"
9214 msgstr ""
9215
9216 #: config/c4x/c4x.h:202
9217 msgid "Emit code to use GAS extensions"
9218 msgstr ""
9219
9220 #: config/c4x/c4x.h:204 config/c4x/c4x.h:208
9221 msgid "Save DP across ISR in small memory model"
9222 msgstr ""
9223
9224 #: config/c4x/c4x.h:206 config/c4x/c4x.h:210
9225 msgid "Don't save DP across ISR in small memory model"
9226 msgstr ""
9227
9228 #: config/c4x/c4x.h:212
9229 msgid "Pass arguments on the stack"
9230 msgstr ""
9231
9232 #: config/c4x/c4x.h:214
9233 msgid "Pass arguments in registers"
9234 msgstr ""
9235
9236 #: config/c4x/c4x.h:216
9237 msgid "Enable new features under development"
9238 msgstr ""
9239
9240 #: config/c4x/c4x.h:218
9241 msgid "Disable new features under development"
9242 msgstr ""
9243
9244 #: config/c4x/c4x.h:220
9245 msgid "Use the BK register as a general purpose register"
9246 msgstr ""
9247
9248 #: config/c4x/c4x.h:222
9249 msgid "Do not allocate BK register"
9250 msgstr ""
9251
9252 #: config/c4x/c4x.h:224
9253 msgid "Enable use of DB instruction"
9254 msgstr ""
9255
9256 #: config/c4x/c4x.h:226
9257 msgid "Disable use of DB instruction"
9258 msgstr ""
9259
9260 #: config/c4x/c4x.h:228
9261 msgid "Enable debugging"
9262 msgstr ""
9263
9264 #: config/c4x/c4x.h:230
9265 msgid "Disable debugging"
9266 msgstr ""
9267
9268 #: config/c4x/c4x.h:232
9269 msgid "Force constants into registers to improve hoisting"
9270 msgstr ""
9271
9272 #: config/c4x/c4x.h:234
9273 msgid "Don't force constants into registers"
9274 msgstr ""
9275
9276 #: config/c4x/c4x.h:236
9277 msgid "Force RTL generation to emit valid 3 operand insns"
9278 msgstr ""
9279
9280 #: config/c4x/c4x.h:238
9281 msgid "Allow RTL generation to emit invalid 3 operand insns"
9282 msgstr ""
9283
9284 #: config/c4x/c4x.h:240
9285 msgid "Allow unsigned iteration counts for RPTB/DB"
9286 msgstr ""
9287
9288 #: config/c4x/c4x.h:242
9289 msgid "Disallow unsigned iteration counts for RPTB/DB"
9290 msgstr ""
9291
9292 #: config/c4x/c4x.h:244
9293 msgid "Preserve all 40 bits of FP reg across call"
9294 msgstr ""
9295
9296 #: config/c4x/c4x.h:246
9297 msgid "Only preserve 32 bits of FP reg across call"
9298 msgstr ""
9299
9300 #: config/c4x/c4x.h:248
9301 msgid "Enable parallel instructions"
9302 msgstr ""
9303
9304 #: config/c4x/c4x.h:250
9305 msgid "Disable parallel instructions"
9306 msgstr ""
9307
9308 #: config/c4x/c4x.h:252
9309 msgid "Enable MPY||ADD and MPY||SUB instructions"
9310 msgstr ""
9311
9312 #: config/c4x/c4x.h:254
9313 msgid "Disable MPY||ADD and MPY||SUB instructions"
9314 msgstr ""
9315
9316 #: config/c4x/c4x.h:256
9317 msgid "Assume that pointers may be aliased"
9318 msgstr ""
9319
9320 #: config/c4x/c4x.h:258
9321 msgid "Assume that pointers not aliased"
9322 msgstr ""
9323
9324 #: config/c4x/c4x.h:331
9325 msgid "Specify maximum number of iterations for RPTS"
9326 msgstr ""
9327
9328 #: config/c4x/c4x.h:333
9329 msgid "Select CPU to generate code for"
9330 msgstr ""
9331
9332 #: config/cris/cris.c:599
9333 msgid "unexpected index-type in cris_print_index"
9334 msgstr ""
9335
9336 #: config/cris/cris.c:615
9337 msgid "unexpected base-type in cris_print_base"
9338 msgstr ""
9339
9340 #: config/cris/cris.c:908
9341 #, c-format
9342 msgid "stackframe too big: %d bytes"
9343 msgstr ""
9344
9345 #: config/cris/cris.c:1223
9346 msgid "allocated but unused delay list in epilogue"
9347 msgstr ""
9348
9349 #: config/cris/cris.c:1233
9350 msgid "unexpected function type needing stack adjustment for __builtin_eh_return"
9351 msgstr ""
9352
9353 #: config/cris/cris.c:1312
9354 msgid "invalid operand for 'b' modifier"
9355 msgstr ""
9356
9357 #: config/cris/cris.c:1324
9358 msgid "invalid operand for 'v' modifier"
9359 msgstr ""
9360
9361 #: config/cris/cris.c:1334
9362 msgid "invalid operand for 'P' modifier"
9363 msgstr ""
9364
9365 #: config/cris/cris.c:1341
9366 msgid "invalid operand for 'p' modifier"
9367 msgstr ""
9368
9369 #: config/cris/cris.c:1380
9370 msgid "invalid operand for 'z' modifier"
9371 msgstr ""
9372
9373 #: config/cris/cris.c:1411 config/cris/cris.c:1441
9374 msgid "invalid operand for 'H' modifier"
9375 msgstr ""
9376
9377 #: config/cris/cris.c:1417
9378 msgid "bad register"
9379 msgstr ""
9380
9381 #: config/cris/cris.c:1455
9382 msgid "invalid operand for 'e' modifier"
9383 msgstr ""
9384
9385 #: config/cris/cris.c:1472
9386 msgid "invalid operand for 'm' modifier"
9387 msgstr ""
9388
9389 #: config/cris/cris.c:1497
9390 msgid "invalid operand for 'A' modifier"
9391 msgstr ""
9392
9393 #: config/cris/cris.c:1505
9394 msgid "invalid operand for 'D' modifier"
9395 msgstr ""
9396
9397 #: config/cris/cris.c:1519
9398 msgid "invalid operand for 'T' modifier"
9399 msgstr ""
9400
9401 #: config/cris/cris.c:1528
9402 msgid "invalid operand modifier letter"
9403 msgstr ""
9404
9405 #: config/cris/cris.c:1536
9406 #, c-format
9407 msgid "internal error: bad register: %d"
9408 msgstr "унутраная памылка: дрэнны рэгістр: %d"
9409
9410 #: config/cris/cris.c:1584
9411 msgid "unexpected multiplicative operand"
9412 msgstr ""
9413
9414 #: config/cris/cris.c:1604
9415 msgid "unexpected operand"
9416 msgstr ""
9417
9418 #: config/cris/cris.c:1639 config/cris/cris.c:1649
9419 msgid "unrecognized address"
9420 msgstr "нераспазнаны адрас"
9421
9422 #: config/cris/cris.c:2005
9423 msgid "internal error: sideeffect-insn affecting main effect"
9424 msgstr ""
9425
9426 #. If we get here, the caller got its initial tests wrong.
9427 #: config/cris/cris.c:2292
9428 msgid "internal error: cris_side_effect_mode_ok with bad operands"
9429 msgstr ""
9430
9431 #: config/cris/cris.c:2374 config/cris/cris.c:2432
9432 #, fuzzy
9433 msgid "unrecognized supposed constant"
9434 msgstr "нераспазнаны выбар \"-%s\""
9435
9436 #: config/cris/cris.c:2473
9437 msgid "unrecognized supposed constant in cris_global_pic_symbol"
9438 msgstr ""
9439
9440 #: config/cris/cris.c:2492
9441 #, c-format
9442 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
9443 msgstr ""
9444
9445 #: config/cris/cris.c:2520
9446 #, c-format
9447 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
9448 msgstr ""
9449
9450 #: config/cris/cris.c:2556
9451 #, c-format
9452 msgid "unknown CRIS cpu version specification in -mtune= : %s"
9453 msgstr ""
9454
9455 #: config/cris/cris.c:2574
9456 msgid "-fPIC and -fpic are not supported in this configuration"
9457 msgstr ""
9458
9459 #: config/cris/cris.c:2590
9460 msgid "that particular -g option is invalid with -maout and -melinux"
9461 msgstr ""
9462
9463 #: config/cris/cris.c:2824 config/cris/cris.c:2869
9464 msgid "unexpected side-effects in address"
9465 msgstr ""
9466
9467 #. Labels are never marked as global symbols.
9468 #: config/cris/cris.c:2966 config/cris/cris.c:2997
9469 msgid "unexpected PIC symbol"
9470 msgstr ""
9471
9472 #: config/cris/cris.c:2970
9473 msgid "PIC register isn't set up"
9474 msgstr ""
9475
9476 #: config/cris/cris.c:2983 config/cris/cris.c:3066
9477 msgid "unexpected address expression"
9478 msgstr ""
9479
9480 #: config/cris/cris.c:3001
9481 msgid "emitting PIC operand, but PIC register isn't set up"
9482 msgstr ""
9483
9484 #: config/cris/cris.c:3010
9485 msgid "unexpected NOTE as addr_const:"
9486 msgstr ""
9487
9488 #: config/cris/aout.h:108
9489 msgid "Compile for the MMU-less Etrax 100-based elinux system"
9490 msgstr ""
9491
9492 #: config/cris/aout.h:115
9493 msgid "For elinux, request a specified stack-size for this program"
9494 msgstr ""
9495
9496 #. No "no-etrax" as it does not really imply any model. On the other hand, "etrax" implies the common (and large) subset matching all models.
9497 #: config/cris/cris.h:340
9498 msgid "Compile for ETRAX 4 (CRIS v3)"
9499 msgstr ""
9500
9501 #: config/cris/cris.h:345
9502 msgid "Compile for ETRAX 100 (CRIS v8)"
9503 msgstr ""
9504
9505 #: config/cris/cris.h:349
9506 msgid "Emit verbose debug information in assembly code"
9507 msgstr ""
9508
9509 #: config/cris/cris.h:352
9510 #, fuzzy
9511 msgid "Do not use condition codes from normal instructions"
9512 msgstr "Не генерыраваць сімвальныя інструкцыі"
9513
9514 #: config/cris/cris.h:356
9515 msgid "Do not emit addressing modes with side-effect assignment"
9516 msgstr ""
9517
9518 #: config/cris/cris.h:359
9519 msgid "Do not tune stack alignment"
9520 msgstr ""
9521
9522 #: config/cris/cris.h:362
9523 msgid "Do not tune writable data alignment"
9524 msgstr ""
9525
9526 #: config/cris/cris.h:365
9527 msgid "Do not tune code and read-only data alignment"
9528 msgstr ""
9529
9530 #: config/cris/cris.h:374
9531 msgid "Align code and data to 32 bits"
9532 msgstr ""
9533
9534 #: config/cris/cris.h:387
9535 msgid "Don't align items in code or data"
9536 msgstr ""
9537
9538 #: config/cris/cris.h:390
9539 msgid "Do not emit function prologue or epilogue"
9540 msgstr ""
9541
9542 #. We have to handle this m-option here since we can't wash it off in both CC1_SPEC and CC1PLUS_SPEC.
9543 #: config/cris/cris.h:394
9544 msgid "Use the most feature-enabling options allowed by other options"
9545 msgstr ""
9546
9547 #. We must call it "override-" since calling it "no-" will cause gcc.c to forget it, if there's a "later" -mbest-lib-options. Kludgy, but needed for some multilibbed files.
9548 #: config/cris/cris.h:400
9549 msgid "Override -mbest-lib-options"
9550 msgstr ""
9551
9552 #: config/cris/cris.h:432
9553 #, fuzzy
9554 msgid "Generate code for the specified chip or CPU version"
9555 msgstr "Генерыраваць код для дадзенага ЦП"
9556
9557 #: config/cris/cris.h:434
9558 msgid "Tune alignment for the specified chip or CPU version"
9559 msgstr ""
9560
9561 #: config/cris/cris.h:436
9562 msgid "Warn when a stackframe is larger than the specified size"
9563 msgstr ""
9564
9565 #. Node: Profiling
9566 #: config/cris/cris.h:1022
9567 msgid "no FUNCTION_PROFILER for CRIS"
9568 msgstr ""
9569
9570 #: config/cris/linux.h:71
9571 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
9572 msgstr ""
9573
9574 #: config/d30v/d30v.c:207
9575 #, c-format
9576 msgid "bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
9577 msgstr ""
9578
9579 #: config/d30v/d30v.c:2666
9580 msgid "bad insn to d30v_print_operand_address:"
9581 msgstr ""
9582
9583 #: config/d30v/d30v.c:2683 config/d30v/d30v.c:2744 config/d30v/d30v.c:2765
9584 #: config/d30v/d30v.c:2783
9585 msgid "bad insn to d30v_print_operand_memory_reference:"
9586 msgstr ""
9587
9588 #: config/d30v/d30v.c:2851
9589 msgid "bad insn to d30v_print_operand, 'f' modifier:"
9590 msgstr ""
9591
9592 #: config/d30v/d30v.c:2860
9593 msgid "bad insn to d30v_print_operand, 'A' modifier:"
9594 msgstr ""
9595
9596 #: config/d30v/d30v.c:2867
9597 msgid "bad insn to d30v_print_operand, 'M' modifier:"
9598 msgstr ""
9599
9600 #: config/d30v/d30v.c:2921
9601 msgid "bad insn to print_operand, 'F' or 'T' modifier:"
9602 msgstr ""
9603
9604 #: config/d30v/d30v.c:2932
9605 msgid "bad insn to print_operand, 'B' modifier:"
9606 msgstr ""
9607
9608 #: config/d30v/d30v.c:2939
9609 msgid "bad insn to print_operand, 'E' modifier:"
9610 msgstr ""
9611
9612 #: config/d30v/d30v.c:2957
9613 msgid "bad insn to print_operand, 'R' modifier:"
9614 msgstr ""
9615
9616 #: config/d30v/d30v.c:2966 config/d30v/d30v.c:2974
9617 msgid "bad insn to print_operand, 's' modifier:"
9618 msgstr ""
9619
9620 #: config/d30v/d30v.c:3003
9621 msgid "bad insn in d30v_print_operand, 0 case"
9622 msgstr ""
9623
9624 #: config/d30v/d30v.c:3301
9625 msgid "d30v_emit_comparison"
9626 msgstr ""
9627
9628 #: config/d30v/d30v.c:3345
9629 msgid "bad call to d30v_move_2words"
9630 msgstr ""
9631
9632 #: config/d30v/d30v.h:114
9633 msgid "Enable use of conditional move instructions"
9634 msgstr ""
9635
9636 #: config/d30v/d30v.h:117
9637 msgid "Disable use of conditional move instructions"
9638 msgstr ""
9639
9640 #: config/d30v/d30v.h:120
9641 msgid "Debug argument support in compiler"
9642 msgstr ""
9643
9644 #: config/d30v/d30v.h:123
9645 msgid "Debug stack support in compiler"
9646 msgstr ""
9647
9648 #: config/d30v/d30v.h:126
9649 msgid "Debug memory address support in compiler"
9650 msgstr ""
9651
9652 #: config/d30v/d30v.h:129
9653 msgid "Make adjacent short instructions parallel if possible"
9654 msgstr ""
9655
9656 #: config/d30v/d30v.h:132
9657 #, fuzzy
9658 msgid "Do not make adjacent short instructions parallel"
9659 msgstr "Не генерыраваць сімвальныя інструкцыі"
9660
9661 #: config/d30v/d30v.h:135 config/d30v/d30v.h:138
9662 msgid "Link programs/data to be in external memory by default"
9663 msgstr ""
9664
9665 #: config/d30v/d30v.h:141
9666 msgid "Link programs/data to be in onchip memory by default"
9667 msgstr ""
9668
9669 #: config/d30v/d30v.h:149
9670 msgid "Change the branch costs within the compiler"
9671 msgstr ""
9672
9673 #: config/d30v/d30v.h:152
9674 msgid "Change the threshold for conversion to conditional execution"
9675 msgstr ""
9676
9677 #: config/dsp16xx/dsp16xx.c:1446 config/dsp16xx/dsp16xx.c:1469
9678 msgid "stack size > 32k"
9679 msgstr ""
9680
9681 #: config/dsp16xx/dsp16xx.c:1678
9682 msgid "invalid addressing mode"
9683 msgstr ""
9684
9685 #: config/dsp16xx/dsp16xx.c:1821
9686 msgid "bad register extension code"
9687 msgstr ""
9688
9689 #: config/dsp16xx/dsp16xx.c:1921
9690 msgid "invalid offset in ybase addressing"
9691 msgstr ""
9692
9693 #: config/dsp16xx/dsp16xx.c:1924
9694 msgid "invalid register in ybase addressing"
9695 msgstr ""
9696
9697 #: config/dsp16xx/dsp16xx.c:2099
9698 msgid "invalid shift operator in emit_1600_core_shift"
9699 msgstr ""
9700
9701 #: config/dsp16xx/dsp16xx.c:2428
9702 msgid "invalid mode for gen_tst_reg"
9703 msgstr "нерэчаісны рэжым для gen_tst_reg"
9704
9705 #: config/dsp16xx/dsp16xx.c:2500
9706 msgid "invalid mode for integer comparison in gen_compare_reg"
9707 msgstr ""
9708
9709 #. Macro to define tables used to set the flags.
9710 #. This is a list in braces of pairs in braces,
9711 #. each pair being { "NAME", VALUE }
9712 #. where VALUE is the bits to set or minus the bits to clear.
9713 #. An empty string NAME is used to identify the default VALUE.
9714 #: config/dsp16xx/dsp16xx.h:230
9715 msgid "Pass parameters in registers (default)"
9716 msgstr ""
9717
9718 #: config/dsp16xx/dsp16xx.h:232
9719 #, fuzzy
9720 msgid "Don't pass parameters in registers"
9721 msgstr "Не выкарыстоўваць рэгістра sb"
9722
9723 #: config/dsp16xx/dsp16xx.h:234
9724 #, fuzzy
9725 msgid "Generate code for near calls"
9726 msgstr "Генерыраваць код для Intel as"
9727
9728 #: config/dsp16xx/dsp16xx.h:236
9729 #, fuzzy
9730 msgid "Don't generate code for near calls"
9731 msgstr "Генерыраваць код для Intel as"
9732
9733 #: config/dsp16xx/dsp16xx.h:238
9734 #, fuzzy
9735 msgid "Generate code for near jumps"
9736 msgstr "Генерыраваць код для Intel as"
9737
9738 #: config/dsp16xx/dsp16xx.h:240
9739 #, fuzzy
9740 msgid "Don't generate code for near jumps"
9741 msgstr "Генерыраваць код для Intel as"
9742
9743 #: config/dsp16xx/dsp16xx.h:242
9744 #, fuzzy
9745 msgid "Generate code for a bit-manipulation unit"
9746 msgstr "Генерыраваць код для Intel as"
9747
9748 #: config/dsp16xx/dsp16xx.h:244
9749 #, fuzzy
9750 msgid "Don't generate code for a bit-manipulation unit"
9751 msgstr "Не генерыраваць сімвальныя інструкцыі"
9752
9753 #: config/dsp16xx/dsp16xx.h:246
9754 #, fuzzy
9755 msgid "Generate code for memory map1"
9756 msgstr "Генерыраваць код для Intel as"
9757
9758 #: config/dsp16xx/dsp16xx.h:248
9759 #, fuzzy
9760 msgid "Generate code for memory map2"
9761 msgstr "Генерыраваць код для Intel as"
9762
9763 #: config/dsp16xx/dsp16xx.h:250
9764 #, fuzzy
9765 msgid "Generate code for memory map3"
9766 msgstr "Генерыраваць код для Intel as"
9767
9768 #: config/dsp16xx/dsp16xx.h:252
9769 #, fuzzy
9770 msgid "Generate code for memory map4"
9771 msgstr "Генерыраваць код для Intel as"
9772
9773 #: config/dsp16xx/dsp16xx.h:254
9774 msgid "Ouput extra code for initialized data"
9775 msgstr ""
9776
9777 #: config/dsp16xx/dsp16xx.h:256
9778 msgid "Don't let reg. allocator use ybase registers"
9779 msgstr ""
9780
9781 #: config/dsp16xx/dsp16xx.h:258
9782 msgid "Output extra debug info in Luxworks environment"
9783 msgstr ""
9784
9785 #: config/dsp16xx/dsp16xx.h:260
9786 msgid "Save temp. files in Luxworks environment"
9787 msgstr ""
9788
9789 #: config/dsp16xx/dsp16xx.h:272
9790 msgid "Specify alternate name for text section"
9791 msgstr ""
9792
9793 #: config/dsp16xx/dsp16xx.h:274
9794 msgid "Specify alternate name for data section"
9795 msgstr ""
9796
9797 #: config/dsp16xx/dsp16xx.h:276
9798 msgid "Specify alternate name for bss section"
9799 msgstr ""
9800
9801 #: config/dsp16xx/dsp16xx.h:278
9802 msgid "Specify alternate name for constant section"
9803 msgstr ""
9804
9805 #: config/dsp16xx/dsp16xx.h:280
9806 msgid "Specify alternate name for dsp16xx chip"
9807 msgstr ""
9808
9809 #. Output assembler code to FILE to increment profiler label # LABELNO
9810 #. for profiling a function entry.
9811 #: config/dsp16xx/dsp16xx.h:1218 config/dsp16xx/dsp16xx.h:1772
9812 #: config/dsp16xx/dsp16xx.h:1777
9813 msgid "profiling not implemented yet"
9814 msgstr ""
9815
9816 #. Emit RTL insns to initialize the variable parts of a trampoline.
9817 #. FNADDR is an RTX for the address of the function's pure code.
9818 #. CXT is an RTX for the static chain value for the function.
9819 #: config/dsp16xx/dsp16xx.h:1228 config/dsp16xx/dsp16xx.h:1240
9820 msgid "trampolines not yet implemented"
9821 msgstr ""
9822
9823 #: config/fr30/fr30.c:453
9824 msgid "fr30_print_operand_address: unhandled address"
9825 msgstr ""
9826
9827 #: config/fr30/fr30.c:480
9828 #, c-format
9829 msgid "fr30_print_operand: unrecognized %%p code"
9830 msgstr ""
9831
9832 #: config/fr30/fr30.c:500
9833 #, c-format
9834 msgid "fr30_print_operand: unrecognized %%b code"
9835 msgstr ""
9836
9837 #: config/fr30/fr30.c:521
9838 #, c-format
9839 msgid "fr30_print_operand: unrecognized %%B code"
9840 msgstr ""
9841
9842 #: config/fr30/fr30.c:529
9843 #, c-format
9844 msgid "fr30_print_operand: invalid operand to %%A code"
9845 msgstr ""
9846
9847 #: config/fr30/fr30.c:546
9848 #, c-format
9849 msgid "fr30_print_operand: invalid %%x code"
9850 msgstr ""
9851
9852 #: config/fr30/fr30.c:553
9853 #, c-format
9854 msgid "fr30_print_operand: invalid %%F code"
9855 msgstr ""
9856
9857 #: config/fr30/fr30.c:570
9858 msgid "fr30_print_operand: unknown code"
9859 msgstr ""
9860
9861 #: config/fr30/fr30.c:599 config/fr30/fr30.c:608 config/fr30/fr30.c:619
9862 #: config/fr30/fr30.c:632
9863 msgid "fr30_print_operand: unhandled MEM"
9864 msgstr ""
9865
9866 #: config/fr30/fr30.h:63
9867 msgid "Assume small address space"
9868 msgstr ""
9869
9870 #: config/frv/frv.c:410 config/frv/frv.c:428
9871 #, c-format
9872 msgid "Unknown cpu: -mcpu=%s"
9873 msgstr ""
9874
9875 #: config/frv/frv.c:451
9876 msgid "-fpic and -gdwarf are incompatible (-fpic and -g/-gdwarf-2 are fine)"
9877 msgstr ""
9878
9879 #: config/frv/frv.c:2520
9880 msgid "Bad insn to frv_print_operand_address:"
9881 msgstr ""
9882
9883 #: config/frv/frv.c:2533
9884 msgid "Bad register to frv_print_operand_memory_reference_reg:"
9885 msgstr ""
9886
9887 #: config/frv/frv.c:2574 config/frv/frv.c:2584 config/frv/frv.c:2593
9888 #: config/frv/frv.c:2621 config/frv/frv.c:2633 config/frv/frv.c:2637
9889 msgid "Bad insn to frv_print_operand_memory_reference:"
9890 msgstr ""
9891
9892 #: config/frv/frv.c:2779
9893 msgid "Bad insn in frv_print_operand, bad const_double"
9894 msgstr ""
9895
9896 #: config/frv/frv.c:2824
9897 msgid "Bad insn to frv_print_operand, 'C' modifier:"
9898 msgstr ""
9899
9900 #: config/frv/frv.c:2847
9901 msgid "Bad insn to frv_print_operand, 'c' modifier:"
9902 msgstr ""
9903
9904 #: config/frv/frv.c:2872
9905 msgid "Bad insn to frv_print_operand, 'e' modifier:"
9906 msgstr ""
9907
9908 #: config/frv/frv.c:2880
9909 msgid "Bad insn to frv_print_operand, 'F' modifier:"
9910 msgstr ""
9911
9912 #: config/frv/frv.c:2896
9913 msgid "Bad insn to frv_print_operand, 'f' modifier:"
9914 msgstr ""
9915
9916 #: config/frv/frv.c:2949
9917 msgid "Bad insn to frv_print_operand, 'L' modifier:"
9918 msgstr ""
9919
9920 #: config/frv/frv.c:2962
9921 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
9922 msgstr ""
9923
9924 #: config/frv/frv.c:2983
9925 msgid "Bad insn to frv_print_operand, 'O' modifier:"
9926 msgstr ""
9927
9928 #: config/frv/frv.c:3001
9929 msgid "Bad insn to frv_print_operand, P modifier:"
9930 msgstr ""
9931
9932 #: config/frv/frv.c:3021
9933 msgid "Bad insn in frv_print_operand, z case"
9934 msgstr ""
9935
9936 #: config/frv/frv.c:3049
9937 msgid "Bad insn in frv_print_operand, 0 case"
9938 msgstr ""
9939
9940 #: config/frv/frv.c:3054
9941 msgid "frv_print_operand: unknown code"
9942 msgstr ""
9943
9944 #: config/frv/frv.c:5737
9945 msgid "Bad output_move_single operand"
9946 msgstr ""
9947
9948 #: config/frv/frv.c:5866
9949 msgid "Bad output_move_double operand"
9950 msgstr ""
9951
9952 #: config/frv/frv.c:6010
9953 msgid "Bad output_condmove_single operand"
9954 msgstr ""
9955
9956 #: config/frv/frv.c:8315
9957 msgid "frv_registers_update"
9958 msgstr ""
9959
9960 #: config/frv/frv.c:8475
9961 msgid "frv_registers_used_p"
9962 msgstr ""
9963
9964 #: config/frv/frv.c:8604
9965 msgid "frv_registers_set_p"
9966 msgstr ""
9967
9968 #: config/frv/frv.c:9171
9969 msgid "accumulator is not a constant integer"
9970 msgstr ""
9971
9972 #: config/frv/frv.c:9176
9973 msgid "accumulator number is out of bounds"
9974 msgstr ""
9975
9976 #: config/frv/frv.c:9187
9977 #, fuzzy, c-format
9978 msgid "inappropriate accumulator for `%s'"
9979 msgstr "няма папярэдняга аб'яўлення для \"%s\""
9980
9981 #: config/frv/frv.c:9253
9982 #, c-format
9983 msgid "`%s' expects a constant argument"
9984 msgstr ""
9985
9986 #: config/frv/frv.c:9258
9987 #, fuzzy, c-format
9988 msgid "constant argument out of range for `%s'"
9989 msgstr "вельмі шмат аргумэнтаў у функцыі `%s'"
9990
9991 #: config/frv/frv.c:9638
9992 msgid "media functions are not available unless -mmedia is used"
9993 msgstr ""
9994
9995 #: config/frv/frv.c:9650
9996 msgid "this media function is only available on the fr500"
9997 msgstr ""
9998
9999 #: config/frv/frv.c:9678
10000 msgid "this media function is only available on the fr400"
10001 msgstr ""
10002
10003 #. This macro is a C statement to print on `stderr' a string describing the
10004 #. particular machine description choice. Every machine description should
10005 #. define `TARGET_VERSION'. For example:
10006 #.
10007 #. #ifdef MOTOROLA
10008 #. #define TARGET_VERSION fprintf (stderr, " (68k, Motorola syntax)");
10009 #. #else
10010 #. #define TARGET_VERSION fprintf (stderr, " (68k, MIT syntax)");
10011 #. #endif
10012 #: config/frv/frv.h:512
10013 msgid " (frv)"
10014 msgstr ""
10015
10016 #: config/h8300/h8300.c:314
10017 #, fuzzy
10018 msgid "-ms2600 is used without -ms"
10019 msgstr "-ms2600 ужываецца без -ms."
10020
10021 #: config/h8300/h8300.c:320
10022 #, fuzzy
10023 msgid "-mn is used without -mh or -ms"
10024 msgstr "-ms2600 ужываецца без -ms."
10025
10026 #. Macro to define tables used to set the flags.
10027 #. This is a list in braces of pairs in braces,
10028 #. each pair being { "NAME", VALUE }
10029 #. where VALUE is the bits to set or minus the bits to clear.
10030 #. An empty string NAME is used to identify the default VALUE.
10031 #: config/h8300/h8300.h:150
10032 #, fuzzy
10033 msgid "Generate H8S code"
10034 msgstr "Стварыць код для DLL"
10035
10036 #: config/h8300/h8300.h:151
10037 #, fuzzy
10038 msgid "Do not generate H8S code"
10039 msgstr "Не ствараць код для 68851"
10040
10041 #: config/h8300/h8300.h:152
10042 msgid "Generate H8S/2600 code"
10043 msgstr ""
10044
10045 #: config/h8300/h8300.h:153
10046 #, fuzzy
10047 msgid "Do not generate H8S/2600 code"
10048 msgstr "Стварыць код для DLL"
10049
10050 #: config/h8300/h8300.h:154
10051 msgid "Make integers 32 bits wide"
10052 msgstr ""
10053
10054 #: config/h8300/h8300.h:157
10055 msgid "Use registers for argument passing"
10056 msgstr ""
10057
10058 #: config/h8300/h8300.h:159
10059 msgid "Do not use registers for argument passing"
10060 msgstr ""
10061
10062 #: config/h8300/h8300.h:161
10063 msgid "Consider access to byte sized memory slow"
10064 msgstr ""
10065
10066 #: config/h8300/h8300.h:162
10067 msgid "Enable linker relaxing"
10068 msgstr ""
10069
10070 #: config/h8300/h8300.h:164
10071 msgid "Generate H8/300H code"
10072 msgstr ""
10073
10074 #: config/h8300/h8300.h:165
10075 msgid "Enable the normal mode"
10076 msgstr ""
10077
10078 #: config/h8300/h8300.h:166
10079 msgid "Do not generate H8/300H code"
10080 msgstr ""
10081
10082 #: config/h8300/h8300.h:167
10083 msgid "Use H8/300 alignment rules"
10084 msgstr ""
10085
10086 #: config/i370/i370-c.c:53
10087 msgid "junk at end of #pragma map"
10088 msgstr ""
10089
10090 #: config/i370/i370-c.c:59
10091 msgid "malformed #pragma map, ignored"
10092 msgstr ""
10093
10094 #: config/i370/i370.c:915
10095 msgid "real name is too long - alias ignored"
10096 msgstr ""
10097
10098 #: config/i370/i370.c:920
10099 msgid "alias name is too long - alias ignored"
10100 msgstr ""
10101
10102 #: config/i370/i370.c:1191
10103 msgid "internal error--no jump follows compare:"
10104 msgstr ""
10105
10106 #. Macro to define tables used to set the flags. This is a list in braces
10107 #. of pairs in braces, each pair being { "NAME", VALUE }
10108 #. where VALUE is the bits to set or minus the bits to clear.
10109 #. An empty string NAME is used to identify the default VALUE.
10110 #: config/i370/i370.h:75
10111 msgid "Generate char instructions"
10112 msgstr ""
10113
10114 #: config/i370/i370.h:76
10115 msgid "Do not generate char instructions"
10116 msgstr "Не генерыраваць сімвальныя інструкцыі"
10117
10118 #: config/i386/i386.c:1050
10119 #, c-format
10120 msgid "code model %s not supported in PIC mode"
10121 msgstr ""
10122
10123 #: config/i386/i386.c:1060 config/sparc/sparc.c:356
10124 #, c-format
10125 msgid "bad value (%s) for -mcmodel= switch"
10126 msgstr ""
10127
10128 #: config/i386/i386.c:1075
10129 #, c-format
10130 msgid "bad value (%s) for -masm= switch"
10131 msgstr ""
10132
10133 #: config/i386/i386.c:1078
10134 #, c-format
10135 msgid "code model `%s' not supported in the %s bit mode"
10136 msgstr ""
10137
10138 #: config/i386/i386.c:1081
10139 msgid "code model `large' not supported yet"
10140 msgstr ""
10141
10142 #: config/i386/i386.c:1083
10143 #, c-format
10144 msgid "%i-bit mode not compiled in"
10145 msgstr ""
10146
10147 #: config/i386/i386.c:1113
10148 #, c-format
10149 msgid "bad value (%s) for -march= switch"
10150 msgstr ""
10151
10152 #: config/i386/i386.c:1124
10153 #, c-format
10154 msgid "bad value (%s) for -mcpu= switch"
10155 msgstr ""
10156
10157 #: config/i386/i386.c:1141
10158 #, c-format
10159 msgid "-mregparm=%d is not between 0 and %d"
10160 msgstr ""
10161
10162 #: config/i386/i386.c:1154
10163 msgid "-malign-loops is obsolete, use -falign-loops"
10164 msgstr ""
10165
10166 #: config/i386/i386.c:1159 config/i386/i386.c:1172 config/i386/i386.c:1185
10167 #, c-format
10168 msgid "-malign-loops=%d is not between 0 and %d"
10169 msgstr ""
10170
10171 #: config/i386/i386.c:1167
10172 msgid "-malign-jumps is obsolete, use -falign-jumps"
10173 msgstr ""
10174
10175 #: config/i386/i386.c:1180
10176 msgid "-malign-functions is obsolete, use -falign-functions"
10177 msgstr ""
10178
10179 #: config/i386/i386.c:1218
10180 #, c-format
10181 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
10182 msgstr ""
10183
10184 #: config/i386/i386.c:1230
10185 #, c-format
10186 msgid "-mbranch-cost=%d is not between 0 and 5"
10187 msgstr ""
10188
10189 #: config/i386/i386.c:1242
10190 #, c-format
10191 msgid "bad value (%s) for -mtls-dialect= switch"
10192 msgstr ""
10193
10194 #: config/i386/i386.c:1263
10195 msgid "-malign-double makes no sense in the 64bit mode"
10196 msgstr ""
10197
10198 #: config/i386/i386.c:1265
10199 msgid "-mrtd calling convention not supported in the 64bit mode"
10200 msgstr ""
10201
10202 #: config/i386/i386.c:1281 config/i386/i386.c:1292
10203 msgid "SSE instruction set disabled, using 387 arithmetics"
10204 msgstr ""
10205
10206 #: config/i386/i386.c:1297
10207 msgid "387 instruction set disabled, using SSE arithmetics"
10208 msgstr ""
10209
10210 #: config/i386/i386.c:1304
10211 #, c-format
10212 msgid "bad value (%s) for -mfpmath= switch"
10213 msgstr ""
10214
10215 #: config/i386/i386.c:1436
10216 #, c-format
10217 msgid "`%s' attribute requires an integer constant argument"
10218 msgstr ""
10219
10220 #: config/i386/i386.c:1442
10221 #, fuzzy, c-format
10222 msgid "argument to `%s' attribute larger than %d"
10223 msgstr "памер \"%s\" больш чам %d байт"
10224
10225 #: config/i386/i386.c:2504
10226 msgid "SSE vector return without SSE enabled changes the ABI"
10227 msgstr ""
10228
10229 #: config/i386/i386.c:6386
10230 msgid "invalid UNSPEC as operand"
10231 msgstr ""
10232
10233 #: config/i386/i386.c:6648
10234 msgid "extended registers have no high halves"
10235 msgstr ""
10236
10237 #: config/i386/i386.c:6663
10238 msgid "unsupported operand size for extended register"
10239 msgstr ""
10240
10241 #: config/i386/i386.c:6978
10242 msgid "operand is neither a constant nor a condition code, invalid operand code 'c'"
10243 msgstr ""
10244
10245 #: config/i386/i386.c:7024
10246 #, fuzzy, c-format
10247 msgid "invalid operand code `%c'"
10248 msgstr "Нерэчаісны выбар \"%s\""
10249
10250 #: config/i386/i386.c:7071
10251 #, fuzzy
10252 msgid "invalid constraints for operand"
10253 msgstr "нерэчаісны %%c аперанд"
10254
10255 #: config/i386/i386.c:11271
10256 #, fuzzy
10257 msgid "unknown insn mode"
10258 msgstr "невядомы рэжым машыны \"%s\""
10259
10260 #. @@@ better error message
10261 #: config/i386/i386.c:13391 config/i386/i386.c:13427
10262 msgid "selector must be an immediate"
10263 msgstr ""
10264
10265 #. @@@ better error message
10266 #: config/i386/i386.c:13588 config/i386/i386.c:13622
10267 msgid "mask must be an immediate"
10268 msgstr ""
10269
10270 #: config/i386/i386.c:13654
10271 msgid "shift must be an immediate"
10272 msgstr ""
10273
10274 #: config/i386/winnt.c:96
10275 #, c-format
10276 msgid "function `%s' definition is marked dllimport."
10277 msgstr ""
10278
10279 #: config/i386/winnt.c:104
10280 #, c-format
10281 msgid "variable `%s' definition is marked dllimport."
10282 msgstr ""
10283
10284 #: config/i386/winnt.c:123
10285 #, c-format
10286 msgid "external linkage required for symbol '%s' because of '%s' attribute."
10287 msgstr ""
10288
10289 #: config/i386/winnt.c:143
10290 #, fuzzy, c-format
10291 msgid "`%s' attribute only applies to variables"
10292 msgstr "\"%s\" атрыбут ігнарыруецца"
10293
10294 #: config/i386/winnt.c:242
10295 #, c-format
10296 msgid "function '%s' is defined after prior declaration as dllimport: attribute ignored."
10297 msgstr ""
10298
10299 #: config/i386/winnt.c:252
10300 #, c-format
10301 msgid "inline function '%s' is declared as dllimport: attribute ignored."
10302 msgstr ""
10303
10304 #: config/i386/winnt.c:263
10305 #, c-format
10306 msgid "definition of static data member '%s' of dllimport'd class."
10307 msgstr ""
10308
10309 #: config/i386/winnt.c:322
10310 #, c-format
10311 msgid "inconsistent dll linkage for '%s': dllexport assumed."
10312 msgstr ""
10313
10314 #: config/i386/winnt.c:364
10315 #, c-format
10316 msgid "`%s' declared as both exported to and imported from a DLL"
10317 msgstr ""
10318
10319 #: config/i386/winnt.c:373
10320 #, c-format
10321 msgid "failure in redeclaration of '%s': dllimport'd symbol lacks external linkage."
10322 msgstr ""
10323
10324 #: config/i386/winnt.c:479
10325 #, c-format
10326 msgid "'%s' %s after being referenced with dllimport linkage."
10327 msgstr ""
10328
10329 #: config/i386/cygwin.h:45
10330 msgid "Use the Cygwin interface"
10331 msgstr ""
10332
10333 #: config/i386/cygwin.h:46
10334 msgid "Use the Mingw32 interface"
10335 msgstr ""
10336
10337 #: config/i386/cygwin.h:47
10338 msgid "Create GUI application"
10339 msgstr "Стварыць GUI прыдатак"
10340
10341 #: config/i386/cygwin.h:48
10342 msgid "Don't set Windows defines"
10343 msgstr ""
10344
10345 #: config/i386/cygwin.h:49
10346 msgid "Set Windows defines"
10347 msgstr ""
10348
10349 #: config/i386/cygwin.h:50
10350 msgid "Create console application"
10351 msgstr "Стварыць кансольны прыдатак"
10352
10353 #: config/i386/cygwin.h:51 config/i386/win32.h:59
10354 msgid "Generate code for a DLL"
10355 msgstr "Стварыць код для DLL"
10356
10357 #: config/i386/cygwin.h:53 config/i386/win32.h:61
10358 msgid "Ignore dllimport for functions"
10359 msgstr ""
10360
10361 #: config/i386/cygwin.h:55
10362 msgid "Use Mingw-specific thread support"
10363 msgstr ""
10364
10365 #: config/i386/cygwin.h:245
10366 #, c-format
10367 msgid "-f%s ignored for target (all code is position independent)"
10368 msgstr ""
10369
10370 #: config/i386/djgpp.h:206
10371 msgid "-mbnu210 is ignored (option is obsolete)"
10372 msgstr ""
10373
10374 #. Deprecated.
10375 #. Deprecated.
10376 #. Deprecated.
10377 #. Deprecated.
10378 #. Deprecated.
10379 #. Deprecated.
10380 #: config/i386/i386.h:306
10381 msgid "Alternate calling convention"
10382 msgstr ""
10383
10384 #: config/i386/i386.h:308 config/m68k/m68k.h:180 config/ns32k/ns32k.h:144
10385 msgid "Use normal calling convention"
10386 msgstr ""
10387
10388 #: config/i386/i386.h:310
10389 msgid "Align some doubles on dword boundary"
10390 msgstr ""
10391
10392 #: config/i386/i386.h:312
10393 msgid "Align doubles on word boundary"
10394 msgstr ""
10395
10396 #: config/i386/i386.h:314
10397 msgid "Uninitialized locals in .bss"
10398 msgstr ""
10399
10400 #: config/i386/i386.h:316
10401 msgid "Uninitialized locals in .data"
10402 msgstr ""
10403
10404 #: config/i386/i386.h:318 config/m68k/linux-aout.h:45 config/m68k/linux.h:50
10405 #: config/ns32k/ns32k.h:167
10406 msgid "Use IEEE math for fp comparisons"
10407 msgstr ""
10408
10409 #: config/i386/i386.h:320 config/ns32k/ns32k.h:169
10410 msgid "Do not use IEEE math for fp comparisons"
10411 msgstr ""
10412
10413 #: config/i386/i386.h:322
10414 msgid "Return values of functions in FPU registers"
10415 msgstr ""
10416
10417 #: config/i386/i386.h:324
10418 msgid "Do not return values of functions in FPU registers"
10419 msgstr ""
10420
10421 #: config/i386/i386.h:326
10422 msgid "Do not generate sin, cos, sqrt for FPU"
10423 msgstr ""
10424
10425 #: config/i386/i386.h:328
10426 msgid "Generate sin, cos, sqrt for FPU"
10427 msgstr ""
10428
10429 #: config/i386/i386.h:330
10430 msgid "Omit the frame pointer in leaf functions"
10431 msgstr ""
10432
10433 #: config/i386/i386.h:333
10434 msgid "Enable stack probing"
10435 msgstr ""
10436
10437 #. undocumented
10438 #. undocumented
10439 #: config/i386/i386.h:338
10440 msgid "Align destination of the string operations"
10441 msgstr ""
10442
10443 #: config/i386/i386.h:340
10444 msgid "Do not align destination of the string operations"
10445 msgstr ""
10446
10447 #: config/i386/i386.h:342
10448 msgid "Inline all known string operations"
10449 msgstr ""
10450
10451 #: config/i386/i386.h:344
10452 msgid "Do not inline all known string operations"
10453 msgstr ""
10454
10455 #: config/i386/i386.h:346 config/i386/i386.h:350
10456 msgid "Use push instructions to save outgoing arguments"
10457 msgstr ""
10458
10459 #: config/i386/i386.h:348 config/i386/i386.h:352
10460 msgid "Do not use push instructions to save outgoing arguments"
10461 msgstr ""
10462
10463 #: config/i386/i386.h:354
10464 msgid "Support MMX built-in functions"
10465 msgstr ""
10466
10467 #: config/i386/i386.h:356
10468 msgid "Do not support MMX built-in functions"
10469 msgstr ""
10470
10471 #: config/i386/i386.h:358
10472 msgid "Support 3DNow! built-in functions"
10473 msgstr ""
10474
10475 #: config/i386/i386.h:360
10476 msgid "Do not support 3DNow! built-in functions"
10477 msgstr ""
10478
10479 #: config/i386/i386.h:362
10480 msgid "Support MMX and SSE built-in functions and code generation"
10481 msgstr ""
10482
10483 #: config/i386/i386.h:364
10484 msgid "Do not support MMX and SSE built-in functions and code generation"
10485 msgstr ""
10486
10487 #: config/i386/i386.h:366
10488 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
10489 msgstr ""
10490
10491 #: config/i386/i386.h:368
10492 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
10493 msgstr ""
10494
10495 #: config/i386/i386.h:370
10496 msgid "sizeof(long double) is 16"
10497 msgstr ""
10498
10499 #: config/i386/i386.h:372
10500 msgid "sizeof(long double) is 12"
10501 msgstr ""
10502
10503 #: config/i386/i386.h:374
10504 msgid "Generate 64bit x86-64 code"
10505 msgstr ""
10506
10507 #: config/i386/i386.h:376
10508 msgid "Generate 32bit i386 code"
10509 msgstr ""
10510
10511 #: config/i386/i386.h:378
10512 msgid "Use red-zone in the x86-64 code"
10513 msgstr ""
10514
10515 #: config/i386/i386.h:380
10516 msgid "Do not use red-zone in the x86-64 code"
10517 msgstr ""
10518
10519 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10520 #. command options that have values. Its definition is an
10521 #. initializer with a subgrouping for each command option.
10522 #.
10523 #. Each subgrouping contains a string constant, that defines the
10524 #. fixed part of the option name, and the address of a variable. The
10525 #. variable, type `char *', is set to the variable part of the given
10526 #. option if the fixed part matches. The actual option name is made
10527 #. by appending `-m' to the specified name.
10528 #: config/i386/i386.h:409 config/rs6000/rs6000.h:393 config/sparc/sparc.h:635
10529 msgid "Schedule code for given CPU"
10530 msgstr ""
10531
10532 #: config/i386/i386.h:411
10533 msgid "Generate floating point mathematics using given instruction set"
10534 msgstr ""
10535
10536 #: config/i386/i386.h:413
10537 msgid "Generate code for given CPU"
10538 msgstr "Генерыраваць код для дадзенага ЦП"
10539
10540 #: config/i386/i386.h:415
10541 msgid "Number of registers used to pass integer arguments"
10542 msgstr ""
10543
10544 #. TARGET_DEFAULT is defined in sun*.h and isi.h, etc.
10545 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10546 #. command options that have values. Its definition is an
10547 #. initializer with a subgrouping for each command option.
10548 #.
10549 #. Each subgrouping contains a string constant, that defines the
10550 #. fixed part of the option name, and the address of a variable. The
10551 #. variable, type `char *', is set to the variable part of the given
10552 #. option if the fixed part matches. The actual option name is made
10553 #. by appending `-m' to the specified name.
10554 #: config/i386/i386.h:417 config/m68k/m68k.h:263
10555 msgid "Loop code aligned to this power of 2"
10556 msgstr ""
10557
10558 #: config/i386/i386.h:419 config/m68k/m68k.h:265
10559 msgid "Jump targets are aligned to this power of 2"
10560 msgstr ""
10561
10562 #: config/i386/i386.h:421 config/m68k/m68k.h:267
10563 msgid "Function starts are aligned to this power of 2"
10564 msgstr ""
10565
10566 #: config/i386/i386.h:424
10567 msgid "Attempt to keep stack aligned to this power of 2"
10568 msgstr ""
10569
10570 #: config/i386/i386.h:426
10571 msgid "Branches are this expensive (1-5, arbitrary units)"
10572 msgstr ""
10573
10574 #: config/i386/i386.h:428
10575 msgid "Use given x86-64 code model"
10576 msgstr ""
10577
10578 #. Undocumented.
10579 #. Undocumented.
10580 #: config/i386/i386.h:434
10581 msgid "Use given assembler dialect"
10582 msgstr "Выкарыстоўвываць зададзены дыялект асэмблера"
10583
10584 #: config/i386/i386.h:436
10585 #, fuzzy
10586 msgid "Use given thread-local storage dialect"
10587 msgstr "Выкарыстоўвываць зададзены дыялект асэмблера"
10588
10589 #: config/i386/sco5.h:297
10590 msgid "Generate ELF output"
10591 msgstr "Стварыць ELF-вывад"
10592
10593 #: config/i386/win32.h:53
10594 msgid "Use Mingw32 interface"
10595 msgstr ""
10596
10597 #: config/i386/win32.h:55
10598 msgid "Use Cygwin interface"
10599 msgstr ""
10600
10601 #: config/i386/win32.h:57
10602 msgid "Use bare Windows interface"
10603 msgstr ""
10604
10605 #. If the environment variable DJDIR is not defined, then DJGPP is not installed correctly and GCC will quickly become confused with the default prefix settings. Report the problem now so the user doesn't receive deceptive "file not found" error messages later.
10606 #. DJDIR is automatically defined by the DJGPP environment config file pointed to by the environment variable DJGPP. Examine DJGPP to try and figure out what's wrong.
10607 #: config/i386/xm-djgpp.h:71
10608 msgid "environment variable DJGPP not defined"
10609 msgstr ""
10610
10611 #: config/i386/xm-djgpp.h:73
10612 #, c-format
10613 msgid "environment variable DJGPP points to missing file '%s'"
10614 msgstr ""
10615
10616 #: config/i386/xm-djgpp.h:76
10617 #, c-format
10618 msgid "environment variable DJGPP points to corrupt file '%s'"
10619 msgstr ""
10620
10621 #: config/i960/i960-c.c:66
10622 msgid "sorry, not implemented: #pragma align NAME=SIZE"
10623 msgstr ""
10624
10625 #: config/i960/i960-c.c:71
10626 msgid "malformed #pragma align - ignored"
10627 msgstr ""
10628
10629 #: config/i960/i960-c.c:109
10630 msgid "sorry, not implemented: #pragma noalign NAME"
10631 msgstr ""
10632
10633 #: config/i960/i960.c:121 config/i960/i960.c:131
10634 msgid "conflicting architectures defined - using C series"
10635 msgstr ""
10636
10637 #: config/i960/i960.c:126
10638 msgid "conflicting architectures defined - using K series"
10639 msgstr ""
10640
10641 #: config/i960/i960.c:141
10642 msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
10643 msgstr ""
10644
10645 #: config/i960/i960.c:1448 config/m68k/m68k.c:559 config/rs6000/rs6000.c:9976
10646 msgid "stack limit expression is not supported"
10647 msgstr ""
10648
10649 #. Macro to define tables used to set the flags.
10650 #. This is a list in braces of pairs in braces,
10651 #. each pair being { "NAME", VALUE }
10652 #. where VALUE is the bits to set or minus the bits to clear.
10653 #. An empty string NAME is used to identify the default VALUE.
10654 #. ??? Not all ten of these architecture variations actually exist, but I
10655 #. am not sure which are real and which aren't.
10656 #: config/i960/i960.h:240
10657 msgid "Generate SA code"
10658 msgstr ""
10659
10660 #: config/i960/i960.h:243
10661 msgid "Generate SB code"
10662 msgstr ""
10663
10664 #. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate SC code")},
10665 #: config/i960/i960.h:248
10666 msgid "Generate KA code"
10667 msgstr ""
10668
10669 #: config/i960/i960.h:251
10670 msgid "Generate KB code"
10671 msgstr ""
10672
10673 #. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate KC code")},
10674 #: config/i960/i960.h:256
10675 msgid "Generate JA code"
10676 msgstr ""
10677
10678 #: config/i960/i960.h:258
10679 msgid "Generate JD code"
10680 msgstr ""
10681
10682 #: config/i960/i960.h:261
10683 msgid "Generate JF code"
10684 msgstr ""
10685
10686 #: config/i960/i960.h:263
10687 msgid "generate RP code"
10688 msgstr ""
10689
10690 #: config/i960/i960.h:266
10691 msgid "Generate MC code"
10692 msgstr ""
10693
10694 #: config/i960/i960.h:269
10695 msgid "Generate CA code"
10696 msgstr ""
10697
10698 #. {"cb", (TARGET_FLAG_NUMERICS|TARGET_FLAG_C_SERIES| TARGET_FLAG_BRANCH_PREDICT|TARGET_FLAG_CODE_ALIGN), N_("Generate CB code")}, {"cc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_C_SERIES|TARGET_FLAG_BRANCH_PREDICT| TARGET_FLAG_CODE_ALIGN), N_("Generate CC code")},
10699 #: config/i960/i960.h:279
10700 msgid "Generate CF code"
10701 msgstr ""
10702
10703 #: config/i960/i960.h:283 config/mips/mips.h:568 config/pa/pa.h:266
10704 msgid "Use software floating point"
10705 msgstr ""
10706
10707 #: config/i960/i960.h:285
10708 msgid "Use alternate leaf function entries"
10709 msgstr ""
10710
10711 #: config/i960/i960.h:287
10712 msgid "Do not use alternate leaf function entries"
10713 msgstr ""
10714
10715 #: config/i960/i960.h:289
10716 msgid "Perform tail call optimization"
10717 msgstr ""
10718
10719 #: config/i960/i960.h:291
10720 msgid "Do not perform tail call optimization"
10721 msgstr ""
10722
10723 #: config/i960/i960.h:293
10724 msgid "Use complex addressing modes"
10725 msgstr ""
10726
10727 #: config/i960/i960.h:295
10728 msgid "Do not use complex addressing modes"
10729 msgstr ""
10730
10731 #: config/i960/i960.h:297
10732 msgid "Align code to 8 byte boundary"
10733 msgstr ""
10734
10735 #: config/i960/i960.h:299
10736 msgid "Do not align code to 8 byte boundary"
10737 msgstr ""
10738
10739 #. {"clean-linkage", (TARGET_FLAG_CLEAN_LINKAGE), N_("Force use of prototypes")}, {"no-clean-linkage", -(TARGET_FLAG_CLEAN_LINKAGE), N_("Do not force use of prototypes")},
10740 #: config/i960/i960.h:305 config/i960/i960.h:307
10741 msgid "Enable compatibility with iC960 v2.0"
10742 msgstr ""
10743
10744 #: config/i960/i960.h:309
10745 msgid "Enable compatibility with iC960 v3.0"
10746 msgstr ""
10747
10748 #: config/i960/i960.h:311 config/i960/i960.h:313
10749 msgid "Enable compatibility with ic960 assembler"
10750 msgstr ""
10751
10752 #: config/i960/i960.h:315
10753 msgid "Do not permit unaligned accesses"
10754 msgstr ""
10755
10756 #: config/i960/i960.h:317
10757 msgid "Permit unaligned accesses"
10758 msgstr ""
10759
10760 #: config/i960/i960.h:319
10761 msgid "Layout types like Intel's v1.3 gcc"
10762 msgstr ""
10763
10764 #: config/i960/i960.h:321
10765 msgid "Do not layout types like Intel's v1.3 gcc"
10766 msgstr ""
10767
10768 #: config/i960/i960.h:323 config/sparc/freebsd.h:80 config/sparc/linux.h:86
10769 #: config/sparc/linux64.h:88 config/sparc/netbsd-elf.h:238
10770 msgid "Use 64 bit long doubles"
10771 msgstr ""
10772
10773 #: config/i960/i960.h:325
10774 msgid "Enable linker relaxation"
10775 msgstr ""
10776
10777 #: config/i960/i960.h:327
10778 msgid "Do not enable linker relaxation"
10779 msgstr ""
10780
10781 #: config/ia64/ia64-c.c:51
10782 msgid "malformed #pragma builtin"
10783 msgstr ""
10784
10785 #: config/ia64/ia64.c:4015
10786 msgid "ia64_print_operand: unknown code"
10787 msgstr ""
10788
10789 #: config/ia64/ia64.c:4292
10790 msgid "value of -mfixed-range must have form REG1-REG2"
10791 msgstr ""
10792
10793 #: config/ia64/ia64.c:4319
10794 #, c-format
10795 msgid "%s-%s is an empty range"
10796 msgstr ""
10797
10798 #: config/ia64/ia64.c:4350
10799 msgid "cannot optimize floating point division for both latency and throughput"
10800 msgstr ""
10801
10802 #: config/ia64/ia64.c:4356
10803 msgid "cannot optimize integer division for both latency and throughput"
10804 msgstr ""
10805
10806 #: config/ia64/ia64.c:4368
10807 #, c-format
10808 msgid "bad value (%s) for -mtls-size= switch"
10809 msgstr ""
10810
10811 #. This macro defines names of command options to set and clear bits in
10812 #. `target_flags'. Its definition is an initializer with a subgrouping for
10813 #. each command option.
10814 #: config/ia64/ia64.h:154
10815 msgid "Generate big endian code"
10816 msgstr ""
10817
10818 #: config/ia64/ia64.h:156 config/mcore/mcore.h:159
10819 msgid "Generate little endian code"
10820 msgstr ""
10821
10822 #: config/ia64/ia64.h:158
10823 msgid "Generate code for GNU as"
10824 msgstr "Генерыраваць код для GNU as"
10825
10826 #: config/ia64/ia64.h:160
10827 msgid "Generate code for Intel as"
10828 msgstr "Генерыраваць код для Intel as"
10829
10830 #: config/ia64/ia64.h:162
10831 msgid "Generate code for GNU ld"
10832 msgstr "Генерыраваць код для GNU ld"
10833
10834 #: config/ia64/ia64.h:164
10835 msgid "Generate code for Intel ld"
10836 msgstr "Генерыраваць код для Intel ld"
10837
10838 #: config/ia64/ia64.h:166
10839 msgid "Generate code without GP reg"
10840 msgstr "Генерыраваць код без GP reg"
10841
10842 #: config/ia64/ia64.h:168
10843 msgid "Emit stop bits before and after volatile extended asms"
10844 msgstr ""
10845
10846 #: config/ia64/ia64.h:170
10847 msgid "Don't emit stop bits before and after volatile extended asms"
10848 msgstr ""
10849
10850 #: config/ia64/ia64.h:172
10851 msgid "Emit code for Itanium (TM) processor B step"
10852 msgstr ""
10853
10854 #: config/ia64/ia64.h:174
10855 msgid "Use in/loc/out register names"
10856 msgstr ""
10857
10858 #: config/ia64/ia64.h:176
10859 msgid "Disable use of sdata/scommon/sbss"
10860 msgstr ""
10861
10862 #: config/ia64/ia64.h:178
10863 msgid "Enable use of sdata/scommon/sbss"
10864 msgstr ""
10865
10866 #: config/ia64/ia64.h:180
10867 msgid "gp is constant (but save/restore gp on indirect calls)"
10868 msgstr ""
10869
10870 #: config/ia64/ia64.h:182
10871 msgid "Generate self-relocatable code"
10872 msgstr ""
10873
10874 #: config/ia64/ia64.h:184
10875 msgid "Generate inline floating point division, optimize for latency"
10876 msgstr ""
10877
10878 #: config/ia64/ia64.h:186
10879 msgid "Generate inline floating point division, optimize for throughput"
10880 msgstr ""
10881
10882 #: config/ia64/ia64.h:188
10883 msgid "Generate inline integer division, optimize for latency"
10884 msgstr ""
10885
10886 #: config/ia64/ia64.h:190
10887 msgid "Generate inline integer division, optimize for throughput"
10888 msgstr ""
10889
10890 #: config/ia64/ia64.h:192
10891 msgid "Enable Dwarf 2 line debug info via GNU as"
10892 msgstr ""
10893
10894 #: config/ia64/ia64.h:194
10895 msgid "Disable Dwarf 2 line debug info via GNU as"
10896 msgstr ""
10897
10898 #: config/ia64/ia64.h:223
10899 msgid "Specify range of registers to make fixed"
10900 msgstr ""
10901
10902 #: config/ip2k/ip2k.c:1090
10903 #, fuzzy
10904 msgid "bad operand"
10905 msgstr "нерэчаісны %%f аперанд"
10906
10907 #: config/m32r/m32r.c:139
10908 #, c-format
10909 msgid "bad value (%s) for -mmodel switch"
10910 msgstr ""
10911
10912 #: config/m32r/m32r.c:148
10913 #, c-format
10914 msgid "bad value (%s) for -msdata switch"
10915 msgstr ""
10916
10917 #: config/m32r/m32r.c:319
10918 #, fuzzy, c-format
10919 msgid "invalid argument of `%s' attribute"
10920 msgstr "нявернае выкарыстанне \"restict\""
10921
10922 #: config/m32r/m32r.c:422
10923 msgid "const objects cannot go in .sdata/.sbss"
10924 msgstr ""
10925
10926 #: config/m32r/m32r.c:2256
10927 #, fuzzy, c-format
10928 msgid "invalid operand to %%s code"
10929 msgstr "нерэчаісны %%-код"
10930
10931 #: config/m32r/m32r.c:2263
10932 #, fuzzy, c-format
10933 msgid "invalid operand to %%p code"
10934 msgstr "нерэчаісны %%-код"
10935
10936 #: config/m32r/m32r.c:2318
10937 msgid "bad insn for 'A'"
10938 msgstr ""
10939
10940 #: config/m32r/m32r.c:2370
10941 #, fuzzy, c-format
10942 msgid "invalid operand to %%T/%%B code"
10943 msgstr "нерэчаісны %%-код"
10944
10945 #: config/m32r/m32r.c:2393
10946 #, fuzzy, c-format
10947 msgid "invalid operand to %%N code"
10948 msgstr "нерэчаісны %%-код"
10949
10950 #: config/m32r/m32r.c:2438
10951 msgid "pre-increment address is not a register"
10952 msgstr ""
10953
10954 #: config/m32r/m32r.c:2445
10955 msgid "pre-decrement address is not a register"
10956 msgstr ""
10957
10958 #: config/m32r/m32r.c:2452
10959 msgid "post-increment address is not a register"
10960 msgstr ""
10961
10962 #: config/m32r/m32r.c:2530 config/m32r/m32r.c:2546
10963 #: config/rs6000/rs6000.c:12802
10964 msgid "bad address"
10965 msgstr "дрэнны адрас"
10966
10967 #: config/m32r/m32r.c:2551
10968 #, fuzzy
10969 msgid "lo_sum not of register"
10970 msgstr "Не выкарыстоўваць рэгістра sb"
10971
10972 #. { "relax", TARGET_RELAX_MASK, "" }, { "no-relax", -TARGET_RELAX_MASK, "" },
10973 #: config/m32r/m32r.h:241
10974 msgid "Display compile time statistics"
10975 msgstr ""
10976
10977 #: config/m32r/m32r.h:243
10978 msgid "Align all loops to 32 byte boundary"
10979 msgstr ""
10980
10981 #: config/m32r/m32r.h:246
10982 msgid "Only issue one instruction per cycle"
10983 msgstr ""
10984
10985 #: config/m32r/m32r.h:249
10986 msgid "Prefer branches over conditional execution"
10987 msgstr ""
10988
10989 #: config/m32r/m32r.h:265
10990 msgid "Code size: small, medium or large"
10991 msgstr ""
10992
10993 #: config/m32r/m32r.h:267
10994 msgid "Small data area: none, sdata, use"
10995 msgstr ""
10996
10997 #: config/m68hc11/m68hc11.c:242
10998 #, c-format
10999 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
11000 msgstr ""
11001
11002 #: config/m68hc11/m68hc11.c:1305
11003 msgid "`trap' and `far' attributes are not compatible, ignoring `far'"
11004 msgstr ""
11005
11006 #: config/m68hc11/m68hc11.c:1311
11007 #, fuzzy
11008 msgid "`trap' attribute is already used"
11009 msgstr "\"%s\" атрыбут ігнарыруецца"
11010
11011 #. !!!! SCz wrong here.
11012 #: config/m68hc11/m68hc11.c:3327 config/m68hc11/m68hc11.c:3733
11013 msgid "move insn not handled"
11014 msgstr ""
11015
11016 #: config/m68hc11/m68hc11.c:3579 config/m68hc11/m68hc11.c:3663
11017 #: config/m68hc11/m68hc11.c:3946
11018 msgid "invalid register in the move instruction"
11019 msgstr ""
11020
11021 #: config/m68hc11/m68hc11.c:3613
11022 msgid "invalid operand in the instruction"
11023 msgstr ""
11024
11025 #: config/m68hc11/m68hc11.c:3920
11026 #, fuzzy
11027 msgid "invalid register in the instruction"
11028 msgstr "нявернае выкарыстанне \"restict\""
11029
11030 #: config/m68hc11/m68hc11.c:3953
11031 msgid "operand 1 must be a hard register"
11032 msgstr ""
11033
11034 #: config/m68hc11/m68hc11.c:3970
11035 #, fuzzy
11036 msgid "invalid rotate insn"
11037 msgstr "Нерэчаісны выбар %s"
11038
11039 #: config/m68hc11/m68hc11.c:4391
11040 msgid "registers IX, IY and Z used in the same INSN"
11041 msgstr ""
11042
11043 #: config/m68hc11/m68hc11.c:4728 config/m68hc11/m68hc11.c:5031
11044 msgid "cannot do z-register replacement"
11045 msgstr ""
11046
11047 #: config/m68hc11/m68hc11.c:5094
11048 msgid "invalid Z register replacement for insn"
11049 msgstr ""
11050
11051 #. Macro to define tables used to set the flags. This is a list in braces of
11052 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
11053 #. to set or minus the bits to clear. An empty string NAME is used to
11054 #. identify the default VALUE.
11055 #: config/m68hc11/m68hc11.h:172
11056 msgid "Compile with 16-bit integer mode"
11057 msgstr ""
11058
11059 #: config/m68hc11/m68hc11.h:174
11060 msgid "Compile with 32-bit integer mode"
11061 msgstr ""
11062
11063 #: config/m68hc11/m68hc11.h:176
11064 msgid "Auto pre/post decrement increment allowed"
11065 msgstr ""
11066
11067 #: config/m68hc11/m68hc11.h:178
11068 msgid "Auto pre/post decrement increment not allowed"
11069 msgstr ""
11070
11071 #: config/m68hc11/m68hc11.h:180
11072 msgid "Min/max instructions allowed"
11073 msgstr ""
11074
11075 #: config/m68hc11/m68hc11.h:182
11076 msgid "Min/max instructions not allowed"
11077 msgstr ""
11078
11079 #: config/m68hc11/m68hc11.h:184
11080 msgid "Use call and rtc for function calls and returns"
11081 msgstr ""
11082
11083 #: config/m68hc11/m68hc11.h:186
11084 msgid "Use jsr and rts for function calls and returns"
11085 msgstr ""
11086
11087 #: config/m68hc11/m68hc11.h:188
11088 msgid "Do not use direct addressing mode for soft registers"
11089 msgstr ""
11090
11091 #: config/m68hc11/m68hc11.h:190
11092 msgid "Use direct addressing mode for soft registers"
11093 msgstr ""
11094
11095 #: config/m68hc11/m68hc11.h:192 config/m68hc11/m68hc11.h:198
11096 msgid "Compile for a 68HC11"
11097 msgstr ""
11098
11099 #: config/m68hc11/m68hc11.h:194 config/m68hc11/m68hc11.h:200
11100 msgid "Compile for a 68HC12"
11101 msgstr ""
11102
11103 #: config/m68hc11/m68hc11.h:196 config/m68hc11/m68hc11.h:202
11104 msgid "Compile for a 68HCS12"
11105 msgstr ""
11106
11107 #. This macro is similar to `TARGET_SWITCHES' but defines names of
11108 #. command options that have values. Its definition is an
11109 #. initializer with a subgrouping for each command option.
11110 #.
11111 #. Each subgrouping contains a string constant, that defines the
11112 #. fixed part of the option name, and the address of a variable. The
11113 #. variable, type `char *', is set to the variable part of the given
11114 #. option if the fixed part matches. The actual option name is made
11115 #. by appending `-m' to the specified name.
11116 #: config/m68hc11/m68hc11.h:216
11117 msgid "Specify the register allocation order"
11118 msgstr ""
11119
11120 #: config/m68hc11/m68hc11.h:218
11121 msgid "Indicate the number of soft registers available"
11122 msgstr ""
11123
11124 #: config/m68k/m68k.c:158
11125 #, c-format
11126 msgid "-malign-loops=%d is not between 1 and %d"
11127 msgstr ""
11128
11129 #: config/m68k/m68k.c:169
11130 #, c-format
11131 msgid "-malign-jumps=%d is not between 1 and %d"
11132 msgstr ""
11133
11134 #: config/m68k/m68k.c:180
11135 #, c-format
11136 msgid "-malign-functions=%d is not between 1 and %d"
11137 msgstr ""
11138
11139 #: config/m68k/m68k.c:189
11140 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
11141 msgstr ""
11142
11143 #. Macro to define tables used to set the flags.
11144 #. This is a list in braces of pairs in braces,
11145 #. each pair being { "NAME", VALUE }
11146 #. where VALUE is the bits to set or minus the bits to clear.
11147 #. An empty string NAME is used to identify the default VALUE.
11148 #: config/m68k/m68k.h:162 config/m68k/m68k.h:164
11149 msgid "Generate code for a 68020"
11150 msgstr "Ствараць код для 68020"
11151
11152 #: config/m68k/m68k.h:169 config/m68k/m68k.h:172
11153 msgid "Generate code for a 68000"
11154 msgstr "Ствараць код для 68000"
11155
11156 #: config/m68k/m68k.h:174
11157 msgid "Use the bit-field instructions"
11158 msgstr ""
11159
11160 #: config/m68k/m68k.h:176
11161 #, fuzzy
11162 msgid "Do not use the bit-field instructions"
11163 msgstr "Не генерыраваць сімвальныя інструкцыі"
11164
11165 #: config/m68k/m68k.h:178
11166 msgid "Use different calling convention using 'rtd'"
11167 msgstr ""
11168
11169 #: config/m68k/m68k.h:182
11170 msgid "Consider type `int' to be 16 bits wide"
11171 msgstr ""
11172
11173 #: config/m68k/m68k.h:184
11174 msgid "Consider type `int' to be 32 bits wide"
11175 msgstr ""
11176
11177 #: config/m68k/m68k.h:186
11178 #, fuzzy
11179 msgid "Generate code for a Sun FPA"
11180 msgstr "Стварыць код для DLL"
11181
11182 #: config/m68k/m68k.h:189
11183 #, fuzzy
11184 msgid "Do not generate code for a Sun FPA"
11185 msgstr "Стварыць код для DLL"
11186
11187 #: config/m68k/m68k.h:191 config/m68k/m68k.h:193
11188 #, fuzzy
11189 msgid "Generate code for a Sun Sky board"
11190 msgstr "Стварыць код для DLL"
11191
11192 #: config/m68k/m68k.h:195
11193 msgid "Do not use Sky linkage convention"
11194 msgstr ""
11195
11196 #: config/m68k/m68k.h:197
11197 msgid "Generate code for a 68881"
11198 msgstr "Ствараць код для 68881"
11199
11200 #: config/m68k/m68k.h:200
11201 msgid "Generate code with library calls for floating point"
11202 msgstr ""
11203
11204 #: config/m68k/m68k.h:202
11205 msgid "Generate code for a 68040, without any new instructions"
11206 msgstr ""
11207
11208 #: config/m68k/m68k.h:205
11209 msgid "Generate code for a 68060, without any new instructions"
11210 msgstr ""
11211
11212 #: config/m68k/m68k.h:209
11213 msgid "Generate code for a 68030"
11214 msgstr "Ствараць код для 68030"
11215
11216 #: config/m68k/m68k.h:212
11217 msgid "Generate code for a 68040"
11218 msgstr "Ствараць код для 68040"
11219
11220 #: config/m68k/m68k.h:216
11221 msgid "Generate code for a 68060"
11222 msgstr "Ствараць код для 68060"
11223
11224 #: config/m68k/m68k.h:221
11225 msgid "Generate code for a 520X"
11226 msgstr "Ствараць код для 520X"
11227
11228 #: config/m68k/m68k.h:224
11229 msgid "Generate code for a 68851"
11230 msgstr "Ствараць код для 68851"
11231
11232 #: config/m68k/m68k.h:226
11233 msgid "Do no generate code for a 68851"
11234 msgstr "Не ствараць код для 68851"
11235
11236 #: config/m68k/m68k.h:229
11237 msgid "Generate code for a 68302"
11238 msgstr "Ствараць код для 68302"
11239
11240 #: config/m68k/m68k.h:232
11241 msgid "Generate code for a 68332"
11242 msgstr "Ствараць код для 68332"
11243
11244 #: config/m68k/m68k.h:236
11245 msgid "Generate code for a cpu32"
11246 msgstr "Ствараць код для цп32"
11247
11248 #: config/m68k/m68k.h:239
11249 msgid "Align variables on a 32-bit boundary"
11250 msgstr ""
11251
11252 #: config/m68k/m68k.h:241
11253 msgid "Align variables on a 16-bit boundary"
11254 msgstr ""
11255
11256 #: config/m68k/m68k.h:243
11257 msgid "Generate pc-relative code"
11258 msgstr ""
11259
11260 #: config/m68k/m68k.h:245
11261 msgid "Do not use unaligned memory references"
11262 msgstr ""
11263
11264 #: config/m68k/m68k.h:247
11265 msgid "Use unaligned memory references"
11266 msgstr ""
11267
11268 #: config/m88k/m88k.c:903
11269 #, c-format
11270 msgid "internal gcc monitor: short-branch(%x)"
11271 msgstr ""
11272
11273 #: config/m88k/m88k.c:2302
11274 msgid "internal gcc error: Can't express symbolic location"
11275 msgstr ""
11276
11277 #: config/m88k/m88k.c:2517
11278 #, c-format
11279 msgid "argument #%d is a structure"
11280 msgstr ""
11281
11282 #: config/m88k/m88k.c:2816
11283 #, c-format
11284 msgid "%%R not followed by %%B/C/D/E"
11285 msgstr ""
11286
11287 #: config/m88k/m88k.c:2884
11288 #, c-format
11289 msgid "invalid %%x/X value"
11290 msgstr "нерэчаіснае значэньне %%x/X"
11291
11292 #: config/m88k/m88k.c:2901
11293 #, c-format
11294 msgid "invalid %%Q value"
11295 msgstr "дрэннае %%Q значэнне"
11296
11297 #: config/m88k/m88k.c:2907 config/rs6000/rs6000.c:7718
11298 #, c-format
11299 msgid "invalid %%q value"
11300 msgstr ""
11301
11302 #: config/m88k/m88k.c:2913
11303 #, c-format
11304 msgid "invalid %%o value"
11305 msgstr "нерэчаіснае значэньне %%o"
11306
11307 #: config/m88k/m88k.c:2920 config/rs6000/rs6000.c:7681
11308 #, c-format
11309 msgid "invalid %%p value"
11310 msgstr ""
11311
11312 #: config/m88k/m88k.c:2933 config/m88k/m88k.c:2938
11313 #, fuzzy, c-format
11314 msgid "invalid %%s/S value"
11315 msgstr "дрэннае %%Q значэнне"
11316
11317 #: config/m88k/m88k.c:2949
11318 #, fuzzy, c-format
11319 msgid "invalid %%P operand"
11320 msgstr "нерэчаісны %%-код"
11321
11322 #: config/m88k/m88k.c:2980 config/romp/romp.c:690
11323 #, c-format
11324 msgid "invalid %%B value"
11325 msgstr ""
11326
11327 #: config/m88k/m88k.c:3010
11328 #, fuzzy, c-format
11329 msgid "invalid %%D value"
11330 msgstr "дрэннае %%Q значэнне"
11331
11332 #: config/m88k/m88k.c:3023
11333 #, c-format
11334 msgid "`%%d' operand isn't a register"
11335 msgstr ""
11336
11337 #: config/m88k/m88k.c:3041
11338 msgid "operand is r0"
11339 msgstr ""
11340
11341 #: config/m88k/m88k.c:3055
11342 msgid "operand is const_double"
11343 msgstr ""
11344
11345 #: config/m88k/m88k.c:3074
11346 msgid "invalid code"
11347 msgstr ""
11348
11349 #. Do any checking or such that is needed after processing the -m switches.
11350 #: config/m88k/m88k.h:277
11351 msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
11352 msgstr ""
11353
11354 #: config/m88k/m88k.h:299
11355 #, fuzzy, c-format
11356 msgid "invalid option `-mshort-data-%s'"
11357 msgstr "Нерэчаісны выбар \"%s\""
11358
11359 #: config/m88k/m88k.h:304
11360 #, c-format
11361 msgid "-mshort-data-%s is too large "
11362 msgstr ""
11363
11364 #: config/m88k/m88k.h:306
11365 #, c-format
11366 msgid "-mshort-data-%s and PIC are incompatible"
11367 msgstr ""
11368
11369 #: config/mcore/mcore.c:3078
11370 #, fuzzy, c-format
11371 msgid "invalid option `-mstack-increment=%s'"
11372 msgstr "Нерэчаісны выбар \"%s\""
11373
11374 #: config/mcore/mcore.h:126
11375 msgid "Inline constants if it can be done in 2 insns or less"
11376 msgstr ""
11377
11378 #: config/mcore/mcore.h:128
11379 msgid "Inline constants if it only takes 1 instruction"
11380 msgstr ""
11381
11382 #: config/mcore/mcore.h:130
11383 msgid "Set maximum alignment to 4"
11384 msgstr ""
11385
11386 #: config/mcore/mcore.h:132
11387 msgid "Set maximum alignment to 8"
11388 msgstr ""
11389
11390 #: config/mcore/mcore.h:136
11391 msgid "Do not use the divide instruction"
11392 msgstr ""
11393
11394 #: config/mcore/mcore.h:140
11395 msgid "Do not arbitrary sized immediates in bit operations"
11396 msgstr ""
11397
11398 #: config/mcore/mcore.h:142
11399 msgid "Always treat bit-field as int-sized"
11400 msgstr ""
11401
11402 #: config/mcore/mcore.h:146
11403 msgid "Force functions to be aligned to a 4 byte boundary"
11404 msgstr ""
11405
11406 #: config/mcore/mcore.h:148
11407 msgid "Force functions to be aligned to a 2 byte boundary"
11408 msgstr ""
11409
11410 #: config/mcore/mcore.h:150
11411 msgid "Emit call graph information"
11412 msgstr ""
11413
11414 #: config/mcore/mcore.h:154
11415 msgid "Prefer word accesses over byte accesses"
11416 msgstr ""
11417
11418 #: config/mcore/mcore.h:165
11419 msgid "Generate code for the M*Core M340"
11420 msgstr ""
11421
11422 #: config/mcore/mcore.h:178
11423 msgid "Maximum amount for a single stack increment operation"
11424 msgstr ""
11425
11426 #: config/mips/mips.c:5128
11427 #, c-format
11428 msgid "bad value (%s) for -mabi= switch"
11429 msgstr ""
11430
11431 #: config/mips/mips.c:5158
11432 #, c-format
11433 msgid "-mips%d conflicts with the other architecture options, which specify a MIPS%d processor"
11434 msgstr ""
11435
11436 #: config/mips/mips.c:5165
11437 #, c-format
11438 msgid "bad value (%s) for -mips switch"
11439 msgstr ""
11440
11441 #: config/mips/mips.c:5180
11442 #, c-format
11443 msgid "-march=%s is not compatible with the selected ABI"
11444 msgstr ""
11445
11446 #: config/mips/mips.c:5192
11447 msgid "-mgp64 used with a 32-bit processor"
11448 msgstr ""
11449
11450 #: config/mips/mips.c:5194
11451 msgid "-mgp32 used with a 64-bit ABI"
11452 msgstr ""
11453
11454 #: config/mips/mips.c:5196
11455 msgid "-mgp64 used with a 32-bit ABI"
11456 msgstr ""
11457
11458 #: config/mips/mips.c:5214 config/mips/mips.c:5216 config/mips/mips.c:5218
11459 #, fuzzy, c-format
11460 msgid "unsupported combination: %s"
11461 msgstr "непадтрымліваемая версія"
11462
11463 #: config/mips/mips.c:5288
11464 msgid "generation of Branch Likely instructions enabled, but not supported by architecture"
11465 msgstr ""
11466
11467 #: config/mips/mips.c:5299
11468 msgid "-G is incompatible with PIC code which is the default"
11469 msgstr ""
11470
11471 #: config/mips/mips.c:5315
11472 msgid "-membedded-pic and -mabicalls are incompatible"
11473 msgstr ""
11474
11475 #: config/mips/mips.c:5318
11476 msgid "-G and -membedded-pic are incompatible"
11477 msgstr ""
11478
11479 #: config/mips/mips.c:5369
11480 #, fuzzy, c-format
11481 msgid "invalid option `entry%s'"
11482 msgstr "Нерэчаісны выбар \"%s\""
11483
11484 #: config/mips/mips.c:5372
11485 msgid "-mentry is only meaningful with -mips-16"
11486 msgstr ""
11487
11488 #: config/mips/mips.c:5781
11489 #, c-format
11490 msgid "internal error: %%) found without a %%( in assembler pattern"
11491 msgstr ""
11492
11493 #: config/mips/mips.c:5795
11494 #, c-format
11495 msgid "internal error: %%] found without a %%[ in assembler pattern"
11496 msgstr ""
11497
11498 #: config/mips/mips.c:5808
11499 #, c-format
11500 msgid "internal error: %%> found without a %%< in assembler pattern"
11501 msgstr ""
11502
11503 #: config/mips/mips.c:5821
11504 #, c-format
11505 msgid "internal error: %%} found without a %%{ in assembler pattern"
11506 msgstr ""
11507
11508 #: config/mips/mips.c:5835
11509 #, c-format
11510 msgid "PRINT_OPERAND: unknown punctuation '%c'"
11511 msgstr ""
11512
11513 #: config/mips/mips.c:5844 config/xtensa/xtensa.c:1939
11514 msgid "PRINT_OPERAND null pointer"
11515 msgstr ""
11516
11517 #: config/mips/mips.c:5975
11518 #, c-format
11519 msgid "invalid use of %%d, %%x, or %%X"
11520 msgstr ""
11521
11522 #: config/mips/mips.c:6013 config/xtensa/xtensa.c:2033
11523 msgid "PRINT_OPERAND_ADDRESS, null pointer"
11524 msgstr ""
11525
11526 #: config/mips/mips.c:6242
11527 msgid "MIPS ECOFF format does not allow changing filenames within functions with #line"
11528 msgstr ""
11529
11530 #: config/mips/mips.c:6552
11531 #, fuzzy
11532 msgid "can't rewind temp file"
11533 msgstr "немагчыма стварыць часовы файл"
11534
11535 #: config/mips/mips.c:6556
11536 #, fuzzy
11537 msgid "can't write to output file"
11538 msgstr "не магу запісаць ў %s"
11539
11540 #: config/mips/mips.c:6559
11541 #, fuzzy
11542 msgid "can't read from temp file"
11543 msgstr "не магу прачытаць з %s"
11544
11545 #: config/mips/mips.c:6562
11546 #, fuzzy
11547 msgid "can't close temp file"
11548 msgstr "немагчыма зачыніць уваходзячы файл %s"
11549
11550 #: config/mips/mips.c:7003
11551 #, c-format
11552 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero"
11553 msgstr ""
11554
11555 #: config/mips/mips.c:7112
11556 #, c-format
11557 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero"
11558 msgstr ""
11559
11560 #: config/mips/mips.c:9335
11561 #, c-format
11562 msgid "can not handle inconsistent calls to `%s'"
11563 msgstr ""
11564
11565 #: config/mips/mips.c:10467
11566 msgid "the cpu name must be lower case"
11567 msgstr ""
11568
11569 #: config/mips/mips.c:10489
11570 #, c-format
11571 msgid "bad value (%s) for %s"
11572 msgstr ""
11573
11574 #. Target CPU builtins.
11575 #. We do this here because __mips is defined below and so we can't use builtin_define_std.
11576 #. Treat _R3000 and _R4000 like register-size defines, which is how they've historically been used.
11577 #. Macros dependent on the C dialect.
11578 #. Bizzare, but needed at least for Irix.
11579 #. Macro to define tables used to set the flags.
11580 #. This is a list in braces of pairs in braces,
11581 #. each pair being { "NAME", VALUE }
11582 #. where VALUE is the bits to set or minus the bits to clear.
11583 #. An empty string NAME is used to identify the default VALUE.
11584 #: config/mips/mips.h:528 config/mn10300/mn10300.h:64
11585 msgid "No default crt0.o"
11586 msgstr ""
11587
11588 #: config/mips/mips.h:530
11589 msgid "Use 64-bit int type"
11590 msgstr ""
11591
11592 #: config/mips/mips.h:532
11593 msgid "Use 64-bit long type"
11594 msgstr ""
11595
11596 #: config/mips/mips.h:534
11597 msgid "Use 32-bit long type"
11598 msgstr ""
11599
11600 #: config/mips/mips.h:536
11601 msgid "Optimize lui/addiu address loads"
11602 msgstr ""
11603
11604 #: config/mips/mips.h:538
11605 msgid "Don't optimize lui/addiu address loads"
11606 msgstr ""
11607
11608 #: config/mips/mips.h:540
11609 msgid "Use MIPS as"
11610 msgstr ""
11611
11612 #: config/mips/mips.h:542
11613 msgid "Use GNU as"
11614 msgstr "Выкарыстоўваць GNU як"
11615
11616 #: config/mips/mips.h:544
11617 msgid "Use symbolic register names"
11618 msgstr "Ужываць сімвалічныя назвы рэгістраў"
11619
11620 #: config/mips/mips.h:546
11621 msgid "Don't use symbolic register names"
11622 msgstr "Не ўжываць сімвалічныя назва рэгістраў"
11623
11624 #: config/mips/mips.h:548 config/mips/mips.h:550
11625 msgid "Use GP relative sdata/sbss sections"
11626 msgstr ""
11627
11628 #: config/mips/mips.h:552 config/mips/mips.h:554
11629 msgid "Don't use GP relative sdata/sbss sections"
11630 msgstr ""
11631
11632 #: config/mips/mips.h:556
11633 msgid "Output compiler statistics"
11634 msgstr "Вывесці статыстыку капілятара"
11635
11636 #: config/mips/mips.h:558
11637 msgid "Don't output compiler statistics"
11638 msgstr "Не выводзіць статыстыку кампілятара"
11639
11640 #: config/mips/mips.h:560
11641 msgid "Don't optimize block moves"
11642 msgstr ""
11643
11644 #: config/mips/mips.h:562
11645 msgid "Optimize block moves"
11646 msgstr ""
11647
11648 #: config/mips/mips.h:564
11649 msgid "Use mips-tfile asm postpass"
11650 msgstr ""
11651
11652 #: config/mips/mips.h:566
11653 msgid "Don't use mips-tfile asm postpass"
11654 msgstr ""
11655
11656 #. Macro to define tables used to set the flags.
11657 #. This is a list in braces of triplets in braces,
11658 #. each triplet being { "NAME", VALUE, DOC }
11659 #. where VALUE is the bits to set or minus the bits to clear and DOC
11660 #. is the documentation for --help (NULL if intentionally undocumented).
11661 #. An empty string NAME is used to identify the default VALUE.
11662 #: config/mips/mips.h:570 config/pdp11/pdp11.h:56
11663 msgid "Use hardware floating point"
11664 msgstr "Выкарыстоўваць апаратную \"плаваючую кропку\""
11665
11666 #: config/mips/mips.h:572
11667 msgid "Use 64-bit FP registers"
11668 msgstr "Выкарыстоўваць 64-бітныя FP-рэгістры"
11669
11670 #: config/mips/mips.h:574
11671 msgid "Use 32-bit FP registers"
11672 msgstr "Выкарыстоўваць 32-бітныя FP-рэгістры"
11673
11674 #: config/mips/mips.h:576
11675 msgid "Use 64-bit general registers"
11676 msgstr "Выкарыстоўваць 64-бітныя галоўныя рэгістры"
11677
11678 #: config/mips/mips.h:578
11679 msgid "Use 32-bit general registers"
11680 msgstr "Выкарыстоўваць 32-бітныя галоўныя рэгістры"
11681
11682 #: config/mips/mips.h:580
11683 msgid "Use Irix PIC"
11684 msgstr "Выкарыстоўваць Irix PIC"
11685
11686 #: config/mips/mips.h:582
11687 msgid "Don't use Irix PIC"
11688 msgstr "Не выкарыстоўваць Irix PIC"
11689
11690 #: config/mips/mips.h:584
11691 msgid "Use indirect calls"
11692 msgstr ""
11693
11694 #: config/mips/mips.h:586
11695 msgid "Don't use indirect calls"
11696 msgstr ""
11697
11698 #: config/mips/mips.h:588
11699 msgid "Use embedded PIC"
11700 msgstr ""
11701
11702 #: config/mips/mips.h:590
11703 msgid "Don't use embedded PIC"
11704 msgstr ""
11705
11706 #: config/mips/mips.h:592
11707 msgid "Use ROM instead of RAM"
11708 msgstr ""
11709
11710 #: config/mips/mips.h:594
11711 msgid "Don't use ROM instead of RAM"
11712 msgstr ""
11713
11714 #: config/mips/mips.h:596
11715 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
11716 msgstr ""
11717
11718 #: config/mips/mips.h:598
11719 msgid "Don't put uninitialized constants in ROM"
11720 msgstr ""
11721
11722 #. Macro to define tables used to set the flags.
11723 #: config/mips/mips.h:600 config/xtensa/xtensa.h:110
11724 msgid "Use big-endian byte order"
11725 msgstr ""
11726
11727 #: config/mips/mips.h:602 config/xtensa/xtensa.h:112
11728 msgid "Use little-endian byte order"
11729 msgstr ""
11730
11731 #: config/mips/mips.h:604
11732 msgid "Use single (32-bit) FP only"
11733 msgstr ""
11734
11735 #: config/mips/mips.h:606
11736 msgid "Don't use single (32-bit) FP only"
11737 msgstr ""
11738
11739 #: config/mips/mips.h:608
11740 msgid "Use multiply accumulate"
11741 msgstr ""
11742
11743 #: config/mips/mips.h:610
11744 msgid "Don't use multiply accumulate"
11745 msgstr ""
11746
11747 #: config/mips/mips.h:612 config/rs6000/rs6000.h:314
11748 msgid "Don't generate fused multiply/add instructions"
11749 msgstr ""
11750
11751 #: config/mips/mips.h:614 config/rs6000/rs6000.h:312
11752 msgid "Generate fused multiply/add instructions"
11753 msgstr ""
11754
11755 #: config/mips/mips.h:616
11756 msgid "Work around early 4300 hardware bug"
11757 msgstr ""
11758
11759 #: config/mips/mips.h:618
11760 msgid "Don't work around early 4300 hardware bug"
11761 msgstr ""
11762
11763 #: config/mips/mips.h:620
11764 msgid "Trap on integer divide by zero"
11765 msgstr ""
11766
11767 #: config/mips/mips.h:622
11768 msgid "Don't trap on integer divide by zero"
11769 msgstr ""
11770
11771 #: config/mips/mips.h:624
11772 msgid "Trap on integer divide overflow"
11773 msgstr ""
11774
11775 #: config/mips/mips.h:626
11776 msgid "Don't trap on integer divide overflow"
11777 msgstr ""
11778
11779 #: config/mips/mips.h:628
11780 msgid "Use Branch Likely instructions, overriding default for arch"
11781 msgstr ""
11782
11783 #: config/mips/mips.h:630
11784 msgid "Don't use Branch Likely instructions, overriding default for arch"
11785 msgstr ""
11786
11787 #: config/mips/mips.h:744 config/pa/pa.h:310
11788 msgid "Specify CPU for scheduling purposes"
11789 msgstr ""
11790
11791 #: config/mips/mips.h:746
11792 msgid "Specify CPU for code generation purposes"
11793 msgstr ""
11794
11795 #: config/mips/mips.h:748
11796 msgid "Specify an ABI"
11797 msgstr ""
11798
11799 #: config/mips/mips.h:750
11800 msgid "Specify a Standard MIPS ISA"
11801 msgstr ""
11802
11803 #: config/mips/mips.h:752
11804 msgid "Use mips16 entry/exit psuedo ops"
11805 msgstr ""
11806
11807 #: config/mips/mips.h:754
11808 msgid "Don't use MIPS16 instructions"
11809 msgstr ""
11810
11811 #: config/mips/mips.h:756
11812 msgid "Don't call any cache flush functions"
11813 msgstr ""
11814
11815 #: config/mips/mips.h:758
11816 msgid "Specify cache flush function"
11817 msgstr ""
11818
11819 #. Output assembler code to FILE to increment profiler label # LABELNO
11820 #. for profiling a function entry.
11821 #: config/mips/mips.h:2900
11822 msgid "mips16 function profiling"
11823 msgstr ""
11824
11825 #: config/mmix/mmix.c:189
11826 #, fuzzy, c-format
11827 msgid "-f%s not supported: ignored"
11828 msgstr "-pipe не падтрымліваецца"
11829
11830 #: config/mmix/mmix.c:644
11831 #, c-format
11832 msgid "too large function value type, needs %d registers, have only %d registers for this"
11833 msgstr ""
11834
11835 #: config/mmix/mmix.c:826
11836 msgid "function_profiler support for MMIX"
11837 msgstr ""
11838
11839 #: config/mmix/mmix.c:848
11840 msgid "MMIX Internal: Last named vararg would not fit in a register"
11841 msgstr ""
11842
11843 #: config/mmix/mmix.c:1639 config/mmix/mmix.c:1769
11844 msgid "MMIX Internal: Expected a CONST_INT, not this"
11845 msgstr ""
11846
11847 #: config/mmix/mmix.c:1647 config/mmix/mmix.c:1671 config/mmix/mmix.c:1787
11848 #, c-format
11849 msgid "MMIX Internal: Bad register: %d"
11850 msgstr ""
11851
11852 #: config/mmix/mmix.c:1718
11853 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
11854 msgstr ""
11855
11856 #: config/mmix/mmix.c:1737
11857 msgid "MMIX Internal: Expected a register, not this"
11858 msgstr ""
11859
11860 #: config/mmix/mmix.c:1747
11861 msgid "MMIX Internal: Expected a constant, not this"
11862 msgstr ""
11863
11864 #. Presumably there's a missing case above if we get here.
11865 #: config/mmix/mmix.c:1779
11866 #, c-format
11867 msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
11868 msgstr ""
11869
11870 #. We need the original here.
11871 #: config/mmix/mmix.c:1831
11872 msgid "MMIX Internal: Cannot decode this operand"
11873 msgstr ""
11874
11875 #: config/mmix/mmix.c:1891
11876 msgid "MMIX Internal: This is not a recognized address"
11877 msgstr ""
11878
11879 #: config/mmix/mmix.c:2082
11880 #, c-format
11881 msgid "stack frame not a multiple of 8 bytes: %d"
11882 msgstr ""
11883
11884 #: config/mmix/mmix.c:2321
11885 #, c-format
11886 msgid "stack frame not a multiple of octabyte: %d"
11887 msgstr ""
11888
11889 #: config/mmix/mmix.c:2818 config/mmix/mmix.c:2887
11890 #, c-format
11891 msgid "MMIX Internal: %s is not a shiftable int"
11892 msgstr ""
11893
11894 #: config/mmix/mmix.c:3006
11895 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
11896 msgstr ""
11897
11898 #: config/mmix/mmix.c:3013
11899 msgid "MMIX Internal: What's the CC of this?"
11900 msgstr ""
11901
11902 #: config/mmix/mmix.c:3017
11903 msgid "MMIX Internal: What is the CC of this?"
11904 msgstr ""
11905
11906 #: config/mmix/mmix.c:3088
11907 msgid "MMIX Internal: This is not a constant:"
11908 msgstr ""
11909
11910 #. For these target macros, there is no generic documentation here. You
11911 #. should read `Using and Porting GCC' for that. Only comments specific
11912 #. to the MMIX target are here.
11913 #.
11914 #. There are however references to the specific texinfo node (comments
11915 #. with "Node:"), so there should be little or nothing amiss. Probably
11916 #. the opposite, since we don't have to care about old littering and
11917 #. soon outdated generic comments.
11918 #. Node: Driver
11919 #. User symbols are in the same name-space as built-in symbols, but we
11920 #. don't need the built-in symbols, so remove those and instead apply
11921 #. stricter operand checking. Don't warn when expanding insns.
11922 #. Pass on -mset-program-start=N and -mset-data-start=M to the linker.
11923 #. Provide default program start 0x100 unless -mno-set-program-start.
11924 #. Don't do this if linking relocatably, with -r. For a final link,
11925 #. produce mmo, unless ELF is requested or when linking relocatably.
11926 #. Put unused option values here.
11927 #: config/mmix/mmix.h:132
11928 msgid "Set start-address of the program"
11929 msgstr ""
11930
11931 #: config/mmix/mmix.h:134
11932 msgid "Set start-address of data"
11933 msgstr ""
11934
11935 #. FIXME: Provide a way to *load* the epsilon register.
11936 #: config/mmix/mmix.h:198
11937 msgid "For intrinsics library: pass all parameters in registers"
11938 msgstr ""
11939
11940 #: config/mmix/mmix.h:201
11941 msgid "Use register stack for parameters and return value"
11942 msgstr ""
11943
11944 #: config/mmix/mmix.h:203
11945 msgid "Use call-clobbered registers for parameters and return value"
11946 msgstr ""
11947
11948 #: config/mmix/mmix.h:205
11949 msgid "Use epsilon-respecting floating point compare instructions"
11950 msgstr ""
11951
11952 #: config/mmix/mmix.h:208
11953 msgid "Use zero-extending memory loads, not sign-extending ones"
11954 msgstr ""
11955
11956 #: config/mmix/mmix.h:211
11957 msgid "Generate divide results with reminder having the same sign as the divisor (not the dividend)"
11958 msgstr ""
11959
11960 #: config/mmix/mmix.h:215
11961 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
11962 msgstr ""
11963
11964 #: config/mmix/mmix.h:217
11965 msgid "Do not provide a default start-address 0x100 of the program"
11966 msgstr ""
11967
11968 #: config/mmix/mmix.h:219
11969 msgid "Link to emit program in ELF format (rather than mmo)"
11970 msgstr ""
11971
11972 #: config/mmix/mmix.h:221
11973 msgid "Use P-mnemonics for branches statically predicted as taken"
11974 msgstr ""
11975
11976 #: config/mmix/mmix.h:223
11977 msgid "Don't use P-mnemonics for branches"
11978 msgstr ""
11979
11980 #: config/mmix/mmix.h:225
11981 msgid "Use addresses that allocate global registers"
11982 msgstr ""
11983
11984 #: config/mmix/mmix.h:227
11985 msgid "Do not use addresses that allocate global registers"
11986 msgstr ""
11987
11988 #: config/mmix/mmix.h:229
11989 msgid "Generate a single exit point for each function"
11990 msgstr ""
11991
11992 #: config/mmix/mmix.h:231
11993 #, fuzzy
11994 msgid "Do not generate a single exit point for each function"
11995 msgstr "Не генерыраваць сімвальныя інструкцыі"
11996
11997 #: config/mn10300/mn10300.h:59
11998 msgid "Work around hardware multiply bug"
11999 msgstr ""
12000
12001 #: config/mn10300/mn10300.h:60
12002 msgid "Do not work around hardware multiply bug"
12003 msgstr ""
12004
12005 #: config/mn10300/mn10300.h:61
12006 msgid "Target the AM33 processor"
12007 msgstr "Мэта - AM33 працэсар"
12008
12009 #: config/mn10300/mn10300.h:65
12010 msgid "Enable linker relaxations"
12011 msgstr ""
12012
12013 #: config/ns32k/ns32k.h:142 config/s390/s390.h:69
12014 msgid "Don't use hardware fp"
12015 msgstr "Не выкарыстоўваць апаратную fp"
12016
12017 #: config/ns32k/ns32k.h:143
12018 msgid "Alternative calling convention"
12019 msgstr ""
12020
12021 #: config/ns32k/ns32k.h:145
12022 msgid "Pass some arguments in registers"
12023 msgstr ""
12024
12025 #: config/ns32k/ns32k.h:146
12026 msgid "Pass all arguments on stack"
12027 msgstr ""
12028
12029 #: config/ns32k/ns32k.h:147
12030 msgid "Optimize for 32532 cpu"
12031 msgstr "Аптымізаваць для 32532 ЦП"
12032
12033 #: config/ns32k/ns32k.h:148
12034 msgid "Optimize for 32332 cpu"
12035 msgstr "Аптымізаваць для 32332 ЦП"
12036
12037 #: config/ns32k/ns32k.h:150
12038 msgid "Optimize for 32032"
12039 msgstr "Аптымізаваць для 32032 ЦП"
12040
12041 #: config/ns32k/ns32k.h:152
12042 msgid "Register sb is zero. Use for absolute addressing"
12043 msgstr ""
12044
12045 #: config/ns32k/ns32k.h:153
12046 msgid "Do not use register sb"
12047 msgstr "Не выкарыстоўваць рэгістра sb"
12048
12049 #: config/ns32k/ns32k.h:155
12050 msgid "Use bit-field instructions"
12051 msgstr ""
12052
12053 #: config/ns32k/ns32k.h:157
12054 #, fuzzy
12055 msgid "Do not use bit-field instructions"
12056 msgstr "Не генерыраваць сімвальныя інструкцыі"
12057
12058 #: config/ns32k/ns32k.h:158
12059 msgid "Generate code for high memory"
12060 msgstr ""
12061
12062 #: config/ns32k/ns32k.h:159
12063 msgid "Generate code for low memory"
12064 msgstr ""
12065
12066 #: config/ns32k/ns32k.h:160
12067 msgid "32381 fpu"
12068 msgstr ""
12069
12070 #: config/ns32k/ns32k.h:162
12071 msgid "Use multiply-accumulate fp instructions"
12072 msgstr ""
12073
12074 #: config/ns32k/ns32k.h:164
12075 msgid "Do not use multiply-accumulate fp instructions"
12076 msgstr ""
12077
12078 #: config/ns32k/ns32k.h:165
12079 msgid "\"Small register classes\" kludge"
12080 msgstr ""
12081
12082 #: config/ns32k/ns32k.h:166
12083 msgid "No \"Small register classes\" kludge"
12084 msgstr ""
12085
12086 #: config/pa/pa.c:261
12087 #, c-format
12088 msgid ""
12089 "unknown -mschedule= option (%s).\n"
12090 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
12091 msgstr ""
12092
12093 #: config/pa/pa.c:286
12094 #, c-format
12095 msgid ""
12096 "unknown -march= option (%s).\n"
12097 "Valid options are 1.0, 1.1, and 2.0\n"
12098 msgstr ""
12099
12100 #: config/pa/pa.c:299
12101 msgid "PIC code generation is not supported in the portable runtime model\n"
12102 msgstr ""
12103
12104 #: config/pa/pa.c:304
12105 msgid "PIC code generation is not compatible with fast indirect calls\n"
12106 msgstr ""
12107
12108 #: config/pa/pa.c:309
12109 msgid "-g is only supported when using GAS on this processor,"
12110 msgstr ""
12111
12112 #: config/pa/pa.c:310
12113 msgid "-g option disabled"
12114 msgstr ""
12115
12116 #: config/pa/pa-hiux.h:75 config/pa/pa-hpux.h:87 config/pa/pa-hpux7.h:81
12117 #: config/pa/pa64-hpux.h:25
12118 #, fuzzy
12119 msgid "Generate cpp defines for server IO"
12120 msgstr "Генерыраваць код для дадзенага ЦП"
12121
12122 #: config/pa/pa-hiux.h:76 config/pa/pa-hpux.h:88 config/pa/pa-hpux7.h:82
12123 #: config/pa/pa64-hpux.h:27
12124 #, fuzzy
12125 msgid "Generate cpp defines for workstation IO"
12126 msgstr "Стварыць код для DLL"
12127
12128 #. Macro to define tables used to set the flags. This is a
12129 #. list in braces of target switches with each switch being
12130 #. { "NAME", VALUE, "HELP_STRING" }. VALUE is the bits to set,
12131 #. or minus the bits to clear. An empty string NAME is used to
12132 #. identify the default VALUE. Do not mark empty strings for
12133 #. translation.
12134 #: config/pa/pa.h:232 config/pa/pa.h:238
12135 #, fuzzy
12136 msgid "Generate PA1.1 code"
12137 msgstr "Стварыць код для DLL"
12138
12139 #: config/pa/pa.h:234 config/pa/pa.h:236
12140 #, fuzzy
12141 msgid "Generate PA1.0 code"
12142 msgstr "Стварыць код для DLL"
12143
12144 #: config/pa/pa.h:240
12145 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
12146 msgstr ""
12147
12148 #: config/pa/pa.h:242
12149 msgid "Disable FP regs"
12150 msgstr ""
12151
12152 #: config/pa/pa.h:244
12153 #, fuzzy
12154 msgid "Do not disable FP regs"
12155 msgstr "Не выкарыстоўваць рэгістра sb"
12156
12157 #: config/pa/pa.h:246
12158 msgid "Disable space regs"
12159 msgstr ""
12160
12161 #: config/pa/pa.h:248
12162 msgid "Do not disable space regs"
12163 msgstr ""
12164
12165 #: config/pa/pa.h:250
12166 msgid "Put jumps in call delay slots"
12167 msgstr ""
12168
12169 #: config/pa/pa.h:252
12170 msgid "Do not put jumps in call delay slots"
12171 msgstr ""
12172
12173 #: config/pa/pa.h:254
12174 #, fuzzy
12175 msgid "Disable indexed addressing"
12176 msgstr "нерэчаісны адрас"
12177
12178 #: config/pa/pa.h:256
12179 #, fuzzy
12180 msgid "Do not disable indexed addressing"
12181 msgstr "невядомая назва рэгістра: %s"
12182
12183 #: config/pa/pa.h:258
12184 msgid "Use portable calling conventions"
12185 msgstr ""
12186
12187 #: config/pa/pa.h:260
12188 #, fuzzy
12189 msgid "Do not use portable calling conventions"
12190 msgstr "Не генерыраваць сімвальныя інструкцыі"
12191
12192 #: config/pa/pa.h:262
12193 msgid "Assume code will be assembled by GAS"
12194 msgstr ""
12195
12196 #: config/pa/pa.h:264
12197 msgid "Do not assume code will be assembled by GAS"
12198 msgstr ""
12199
12200 #: config/pa/pa.h:268
12201 #, fuzzy
12202 msgid "Do not use software floating point"
12203 msgstr "Выкарыстоўваць апаратную \"плаваючую кропку\""
12204
12205 #: config/pa/pa.h:270
12206 msgid "Emit long load/store sequences"
12207 msgstr ""
12208
12209 #: config/pa/pa.h:272
12210 msgid "Do not emit long load/store sequences"
12211 msgstr ""
12212
12213 #: config/pa/pa.h:274
12214 #, fuzzy
12215 msgid "Generate fast indirect calls"
12216 msgstr "Генерыраваць код для Intel as"
12217
12218 #: config/pa/pa.h:276
12219 #, fuzzy
12220 msgid "Do not generate fast indirect calls"
12221 msgstr "Не генерыраваць сімвальныя інструкцыі"
12222
12223 #: config/pa/pa.h:278
12224 #, fuzzy
12225 msgid "Generate code for huge switch statements"
12226 msgstr "Генерыраваць код для Intel as"
12227
12228 #: config/pa/pa.h:280
12229 #, fuzzy
12230 msgid "Do not generate code for huge switch statements"
12231 msgstr "Генерыраваць код для Intel as"
12232
12233 #: config/pa/pa.h:282
12234 #, fuzzy
12235 msgid "Always generate long calls"
12236 msgstr "Генерыраваць код для Intel as"
12237
12238 #: config/pa/pa.h:284
12239 msgid "Generate long calls only when needed"
12240 msgstr ""
12241
12242 #: config/pa/pa.h:286
12243 #, fuzzy
12244 msgid "Enable linker optimizations"
12245 msgstr "Уключаць SSA аптымізацыю"
12246
12247 #: config/pa/pa.h:312
12248 msgid "Specify architecture for code generation. Values are 1.0, 1.1, and 2.0. 2.0 requires gas snapshot 19990413 or later."
12249 msgstr ""
12250
12251 #: config/pa/pa64-hpux.h:29
12252 msgid "Assume code will be linked by GNU ld"
12253 msgstr ""
12254
12255 #: config/pa/pa64-hpux.h:31
12256 msgid "Assume code will be linked by HP ld"
12257 msgstr ""
12258
12259 #: config/pdp11/pdp11.h:57
12260 msgid "Do not use hardware floating point"
12261 msgstr ""
12262
12263 #. return float result in ac0
12264 #: config/pdp11/pdp11.h:59
12265 msgid "Return floating point results in ac0"
12266 msgstr ""
12267
12268 #: config/pdp11/pdp11.h:60
12269 msgid "Return floating point results in memory"
12270 msgstr ""
12271
12272 #. is 11/40
12273 #: config/pdp11/pdp11.h:62
12274 msgid "Generate code for an 11/40"
12275 msgstr ""
12276
12277 #. is 11/45
12278 #: config/pdp11/pdp11.h:65
12279 msgid "Generate code for an 11/45"
12280 msgstr ""
12281
12282 #. is 11/10
12283 #: config/pdp11/pdp11.h:68
12284 msgid "Generate code for an 11/10"
12285 msgstr ""
12286
12287 #. use movstrhi for bcopy
12288 #. use 32 bit for int
12289 #: config/pdp11/pdp11.h:73 config/pdp11/pdp11.h:74
12290 msgid "Use 32 bit int"
12291 msgstr "Выкарыстоўваць 32-х бітны int"
12292
12293 #: config/pdp11/pdp11.h:75 config/pdp11/pdp11.h:76
12294 msgid "Use 16 bit int"
12295 msgstr "Выкарыстоўваць 16-ці бітны int"
12296
12297 #. use 32 bit for float
12298 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
12299 msgid "Use 32 bit float"
12300 msgstr "Выкарыстоўваць 32-х бітны float"
12301
12302 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
12303 msgid "Use 64 bit float"
12304 msgstr "Выкарыстоўваць 64-х бітны float"
12305
12306 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
12307 #. is branching expensive - on a PDP, it's actually really cheap
12308 #. this is just to play around and check what code gcc generates
12309 #. split instruction and data memory?
12310 #: config/pdp11/pdp11.h:90
12311 msgid "Target has split I&D"
12312 msgstr ""
12313
12314 #: config/pdp11/pdp11.h:91
12315 msgid "Target does not have split I&D"
12316 msgstr ""
12317
12318 #. UNIX assembler syntax?
12319 #: config/pdp11/pdp11.h:93
12320 msgid "Use UNIX assembler syntax"
12321 msgstr "Выкарыстоўваць UNIX-сінтакс для асэмблера"
12322
12323 #: config/pdp11/pdp11.h:94
12324 msgid "Use DEC assembler syntax"
12325 msgstr "Выкарыстоўваць DEC-сінтакс для асэмблера"
12326
12327 #: config/romp/romp.c:717 config/rs6000/rs6000.c:7755
12328 #, c-format
12329 msgid "invalid %%S value"
12330 msgstr ""
12331
12332 #: config/romp/romp.c:726 config/romp/romp.c:733
12333 #, c-format
12334 msgid "invalid %%b value"
12335 msgstr ""
12336
12337 #: config/romp/romp.c:773 config/romp/romp.c:784
12338 #, c-format
12339 msgid "invalid %%z value"
12340 msgstr ""
12341
12342 #: config/romp/romp.c:792 config/romp/romp.c:800
12343 #, c-format
12344 msgid "invalid %%Z value"
12345 msgstr ""
12346
12347 #: config/romp/romp.c:807 config/romp/romp.c:816 config/romp/romp.c:823
12348 #: config/rs6000/rs6000.c:7584
12349 #, c-format
12350 msgid "invalid %%k value"
12351 msgstr ""
12352
12353 #: config/romp/romp.c:908 config/romp/romp.c:951
12354 #, c-format
12355 msgid "invalid %%j value"
12356 msgstr ""
12357
12358 #. Perform any needed actions needed for a function that is receiving a
12359 #. variable number of arguments.
12360 #.
12361 #. CUM is as above.
12362 #.
12363 #. MODE and TYPE are the mode and type of the current parameter.
12364 #.
12365 #. PRETEND_SIZE is a variable that should be set to the amount of stack
12366 #. that must be pushed by the prolog to pretend that our caller pushed
12367 #. it.
12368 #.
12369 #. Normally, this macro will push all remaining incoming registers on the
12370 #. stack and set PRETEND_SIZE to the length of the registers pushed.
12371 #: config/romp/romp.h:648
12372 msgid "can't have varargs with -mfp-arg-in-fp-regs"
12373 msgstr ""
12374
12375 #. Handle the machine specific pragma longcall. Its syntax is
12376 #.
12377 #. # pragma longcall ( TOGGLE )
12378 #.
12379 #. where TOGGLE is either 0 or 1.
12380 #.
12381 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
12382 #. whether or not new function declarations receive a longcall
12383 #. attribute by default.
12384 #: config/rs6000/rs6000-c.c:44
12385 msgid "ignoring malformed #pragma longcall"
12386 msgstr ""
12387
12388 #: config/rs6000/rs6000-c.c:58
12389 #, fuzzy
12390 msgid "missing open paren"
12391 msgstr "Прапушчана назва"
12392
12393 #: config/rs6000/rs6000-c.c:60
12394 #, fuzzy
12395 msgid "missing number"
12396 msgstr "Прапушчана назва"
12397
12398 #: config/rs6000/rs6000-c.c:62
12399 #, fuzzy
12400 msgid "missing close paren"
12401 msgstr "Прапушчана назва класа"
12402
12403 #: config/rs6000/rs6000-c.c:65
12404 msgid "number must be 0 or 1"
12405 msgstr ""
12406
12407 #: config/rs6000/rs6000-c.c:68
12408 msgid "junk at end of #pragma longcall"
12409 msgstr ""
12410
12411 #: config/rs6000/rs6000.c:592
12412 msgid "-mmultiple is not supported on little endian systems"
12413 msgstr ""
12414
12415 #: config/rs6000/rs6000.c:599
12416 msgid "-mstring is not supported on little endian systems"
12417 msgstr ""
12418
12419 #: config/rs6000/rs6000.c:623
12420 #, c-format
12421 msgid "unknown -mdebug-%s switch"
12422 msgstr ""
12423
12424 #: config/rs6000/rs6000.c:635
12425 #, c-format
12426 msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
12427 msgstr ""
12428
12429 #: config/rs6000/rs6000.c:646
12430 #, c-format
12431 msgid "Unknown switch -mlong-double-%s"
12432 msgstr ""
12433
12434 #: config/rs6000/rs6000.c:738
12435 #, fuzzy, c-format
12436 msgid "unknown -misel= option specified: '%s'"
12437 msgstr "невядомы рэжым машыны \"%s\""
12438
12439 #: config/rs6000/rs6000.c:753
12440 #, fuzzy, c-format
12441 msgid "unknown -mvrsave= option specified: '%s'"
12442 msgstr "невядомы рэжым машыны \"%s\""
12443
12444 #: config/rs6000/rs6000.c:772
12445 #, fuzzy, c-format
12446 msgid "unknown ABI specified: '%s'"
12447 msgstr "невядомы рэжым машыны \"%s\""
12448
12449 #: config/rs6000/rs6000.c:4206
12450 #, fuzzy
12451 msgid "argument 1 must be a 5-bit signed literal"
12452 msgstr "першым аргументам \"%s\" павінен быць \"int\""
12453
12454 #: config/rs6000/rs6000.c:4313 config/rs6000/rs6000.c:4903
12455 #, fuzzy
12456 msgid "argument 2 must be a 5-bit unsigned literal"
12457 msgstr "першым аргументам \"%s\" павінен быць \"int\""
12458
12459 #: config/rs6000/rs6000.c:4356
12460 #, fuzzy
12461 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
12462 msgstr "аргумент `__builtin_args_info' павінен быць канстантай"
12463
12464 #: config/rs6000/rs6000.c:4410
12465 #, fuzzy
12466 msgid "argument 1 of __builtin_altivec_predicate is out of range"
12467 msgstr "аргумент `__builtin_args_info' выйшаў за межы"
12468
12469 #: config/rs6000/rs6000.c:4489
12470 #, fuzzy
12471 msgid "argument 3 must be a 4-bit unsigned literal"
12472 msgstr "першым аргументам \"%s\" павінен быць \"int\""
12473
12474 #: config/rs6000/rs6000.c:4666
12475 #, fuzzy, c-format
12476 msgid "argument to `%s' must be a 2-bit unsigned literal"
12477 msgstr "першым аргументам \"%s\" павінен быць \"int\""
12478
12479 #: config/rs6000/rs6000.c:4782
12480 #, fuzzy
12481 msgid "argument to dss must be a 2-bit unsigned literal"
12482 msgstr "першым аргументам \"%s\" павінен быць \"int\""
12483
12484 #: config/rs6000/rs6000.c:5013
12485 #, fuzzy
12486 msgid "argument 1 of __builtin_spe_predicate must be a constant"
12487 msgstr "аргумент `__builtin_args_info' павінен быць канстантай"
12488
12489 #: config/rs6000/rs6000.c:5086
12490 #, fuzzy
12491 msgid "argument 1 of __builtin_spe_predicate is out of range"
12492 msgstr "аргумент `__builtin_args_info' выйшаў за межы"
12493
12494 #: config/rs6000/rs6000.c:7511
12495 #, c-format
12496 msgid "invalid %%f value"
12497 msgstr ""
12498
12499 #: config/rs6000/rs6000.c:7520
12500 #, c-format
12501 msgid "invalid %%F value"
12502 msgstr ""
12503
12504 #: config/rs6000/rs6000.c:7529
12505 #, c-format
12506 msgid "invalid %%G value"
12507 msgstr ""
12508
12509 #: config/rs6000/rs6000.c:7564
12510 #, c-format
12511 msgid "invalid %%j code"
12512 msgstr ""
12513
12514 #: config/rs6000/rs6000.c:7574
12515 #, c-format
12516 msgid "invalid %%J code"
12517 msgstr ""
12518
12519 #: config/rs6000/rs6000.c:7604
12520 #, c-format
12521 msgid "invalid %%K value"
12522 msgstr ""
12523
12524 #: config/rs6000/rs6000.c:7671
12525 #, c-format
12526 msgid "invalid %%O value"
12527 msgstr "нерэчаіснае значэньне %%O"
12528
12529 #: config/rs6000/rs6000.c:7793
12530 #, c-format
12531 msgid "invalid %%T value"
12532 msgstr ""
12533
12534 #: config/rs6000/rs6000.c:7803
12535 #, c-format
12536 msgid "invalid %%u value"
12537 msgstr ""
12538
12539 #: config/rs6000/rs6000.c:7812
12540 #, c-format
12541 msgid "invalid %%v value"
12542 msgstr ""
12543
12544 #: config/rs6000/rs6000.c:12242
12545 msgid "no profiling of 64-bit code for this ABI"
12546 msgstr ""
12547
12548 #: config/rs6000/aix.h:160 config/rs6000/beos.h:32
12549 msgid "Always pass floating-point arguments in memory"
12550 msgstr ""
12551
12552 #: config/rs6000/aix.h:162 config/rs6000/beos.h:34
12553 msgid "Don't always pass floating-point arguments in memory"
12554 msgstr ""
12555
12556 #: config/rs6000/aix41.h:28 config/rs6000/aix43.h:32 config/rs6000/aix51.h:32
12557 #: config/rs6000/aix52.h:32
12558 msgid "Support message passing with the Parallel Environment"
12559 msgstr ""
12560
12561 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:28 config/rs6000/aix52.h:28
12562 msgid "Compile for 64-bit pointers"
12563 msgstr ""
12564
12565 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:30 config/rs6000/aix52.h:30
12566 msgid "Compile for 32-bit pointers"
12567 msgstr ""
12568
12569 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:49 config/rs6000/aix52.h:49
12570 msgid "-maix64 and POWER architecture are incompatible"
12571 msgstr ""
12572
12573 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:54 config/rs6000/aix52.h:54
12574 msgid "-maix64 requires PowerPC64 architecture remain enabled"
12575 msgstr ""
12576
12577 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:58 config/rs6000/aix52.h:58
12578 msgid "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
12579 msgstr ""
12580
12581 #. Run-time compilation parameters selecting different hardware subsets.
12582 #.
12583 #. Macro to define tables used to set the flags.
12584 #. This is a list in braces of pairs in braces,
12585 #. each pair being { "NAME", VALUE }
12586 #. where VALUE is the bits to set or minus the bits to clear.
12587 #. An empty string NAME is used to identify the default VALUE.
12588 #: config/rs6000/rs6000.h:240
12589 msgid "Use POWER instruction set"
12590 msgstr ""
12591
12592 #: config/rs6000/rs6000.h:243
12593 msgid "Use POWER2 instruction set"
12594 msgstr ""
12595
12596 #: config/rs6000/rs6000.h:245
12597 msgid "Do not use POWER2 instruction set"
12598 msgstr ""
12599
12600 #: config/rs6000/rs6000.h:248
12601 msgid "Do not use POWER instruction set"
12602 msgstr ""
12603
12604 #: config/rs6000/rs6000.h:250
12605 msgid "Use PowerPC instruction set"
12606 msgstr ""
12607
12608 #: config/rs6000/rs6000.h:253
12609 msgid "Do not use PowerPC instruction set"
12610 msgstr ""
12611
12612 #: config/rs6000/rs6000.h:255
12613 msgid "Use PowerPC General Purpose group optional instructions"
12614 msgstr ""
12615
12616 #: config/rs6000/rs6000.h:257
12617 msgid "Don't use PowerPC General Purpose group optional instructions"
12618 msgstr ""
12619
12620 #: config/rs6000/rs6000.h:259
12621 msgid "Use PowerPC Graphics group optional instructions"
12622 msgstr ""
12623
12624 #: config/rs6000/rs6000.h:261
12625 msgid "Don't use PowerPC Graphics group optional instructions"
12626 msgstr ""
12627
12628 #: config/rs6000/rs6000.h:263
12629 msgid "Use PowerPC-64 instruction set"
12630 msgstr ""
12631
12632 #: config/rs6000/rs6000.h:265
12633 msgid "Don't use PowerPC-64 instruction set"
12634 msgstr ""
12635
12636 #: config/rs6000/rs6000.h:267
12637 msgid "Use AltiVec instructions"
12638 msgstr ""
12639
12640 #: config/rs6000/rs6000.h:269
12641 msgid "Don't use AltiVec instructions"
12642 msgstr "Не выкарыстоўваць інструкцыі AltiVec"
12643
12644 #: config/rs6000/rs6000.h:271
12645 msgid "Use new mnemonics for PowerPC architecture"
12646 msgstr ""
12647
12648 #: config/rs6000/rs6000.h:273
12649 msgid "Use old mnemonics for PowerPC architecture"
12650 msgstr ""
12651
12652 #: config/rs6000/rs6000.h:276
12653 msgid "Put everything in the regular TOC"
12654 msgstr ""
12655
12656 #: config/rs6000/rs6000.h:278
12657 msgid "Place floating point constants in TOC"
12658 msgstr ""
12659
12660 #: config/rs6000/rs6000.h:280
12661 msgid "Don't place floating point constants in TOC"
12662 msgstr ""
12663
12664 #: config/rs6000/rs6000.h:282
12665 msgid "Place symbol+offset constants in TOC"
12666 msgstr ""
12667
12668 #: config/rs6000/rs6000.h:284
12669 msgid "Don't place symbol+offset constants in TOC"
12670 msgstr ""
12671
12672 #: config/rs6000/rs6000.h:290
12673 msgid "Place variable addresses in the regular TOC"
12674 msgstr ""
12675
12676 #: config/rs6000/rs6000.h:296
12677 msgid "Generate load/store multiple instructions"
12678 msgstr ""
12679
12680 #: config/rs6000/rs6000.h:298
12681 msgid "Do not generate load/store multiple instructions"
12682 msgstr ""
12683
12684 #: config/rs6000/rs6000.h:302
12685 msgid "Generate string instructions for block moves"
12686 msgstr ""
12687
12688 #: config/rs6000/rs6000.h:304
12689 msgid "Do not generate string instructions for block moves"
12690 msgstr ""
12691
12692 #: config/rs6000/rs6000.h:308
12693 msgid "Generate load/store with update instructions"
12694 msgstr ""
12695
12696 #: config/rs6000/rs6000.h:310
12697 msgid "Do not generate load/store with update instructions"
12698 msgstr ""
12699
12700 #: config/rs6000/rs6000.h:318
12701 msgid "Don't schedule the start and end of the procedure"
12702 msgstr ""
12703
12704 #: config/rs6000/rs6000.h:324
12705 msgid "Return all structures in memory (AIX default)"
12706 msgstr ""
12707
12708 #: config/rs6000/rs6000.h:326
12709 msgid "Return small structures in registers (SVR4 default)"
12710 msgstr ""
12711
12712 #: config/rs6000/rs6000.h:391 config/sparc/sparc.h:633
12713 msgid "Use features of and schedule code for given CPU"
12714 msgstr ""
12715
12716 #: config/rs6000/rs6000.h:394
12717 msgid "Enable debug output"
12718 msgstr ""
12719
12720 #: config/rs6000/rs6000.h:396
12721 msgid "Select full, part, or no traceback table"
12722 msgstr ""
12723
12724 #: config/rs6000/rs6000.h:397
12725 msgid "Specify ABI to use"
12726 msgstr ""
12727
12728 #: config/rs6000/rs6000.h:399
12729 msgid "Specify size of long double (64 or 128 bits)"
12730 msgstr ""
12731
12732 #: config/rs6000/rs6000.h:401
12733 msgid "Specify yes/no if isel instructions should be generated"
12734 msgstr ""
12735
12736 #: config/rs6000/rs6000.h:403
12737 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
12738 msgstr ""
12739
12740 #: config/rs6000/rs6000.h:405
12741 msgid "Avoid all range limits on call instructions"
12742 msgstr ""
12743
12744 #. Definitions for __builtin_return_address and __builtin_frame_address.
12745 #. __builtin_return_address (0) should give link register (65), enable
12746 #. this.
12747 #. This should be uncommented, so that the link register is used, but
12748 #. currently this would result in unmatched insns and spilling fixed
12749 #. registers so we'll leave it for another day. When these problems are
12750 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
12751 #. (mrs)
12752 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
12753 #. Number of bytes into the frame return addresses can be found. See
12754 #. rs6000_stack_info in rs6000.c for more information on how the different
12755 #. abi's store the return address.
12756 #: config/rs6000/rs6000.h:1884
12757 msgid "RETURN_ADDRESS_OFFSET not supported"
12758 msgstr ""
12759
12760 #: config/rs6000/sysv4.h:87
12761 msgid "Select ABI calling convention"
12762 msgstr ""
12763
12764 #: config/rs6000/sysv4.h:88
12765 msgid "Select method for sdata handling"
12766 msgstr ""
12767
12768 #: config/rs6000/sysv4.h:103
12769 msgid "Align to the base type of the bit-field"
12770 msgstr ""
12771
12772 #: config/rs6000/sysv4.h:105
12773 msgid "Don't align to the base type of the bit-field"
12774 msgstr ""
12775
12776 #: config/rs6000/sysv4.h:107
12777 msgid "Don't assume that unaligned accesses are handled by the system"
12778 msgstr ""
12779
12780 #: config/rs6000/sysv4.h:109
12781 msgid "Assume that unaligned accesses are handled by the system"
12782 msgstr ""
12783
12784 #: config/rs6000/sysv4.h:111 config/rs6000/sysv4.h:115
12785 msgid "Produce code relocatable at runtime"
12786 msgstr ""
12787
12788 #: config/rs6000/sysv4.h:113 config/rs6000/sysv4.h:117
12789 msgid "Don't produce code relocatable at runtime"
12790 msgstr ""
12791
12792 #: config/rs6000/sysv4.h:119 config/rs6000/sysv4.h:121
12793 msgid "Produce little endian code"
12794 msgstr ""
12795
12796 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:125
12797 msgid "Produce big endian code"
12798 msgstr ""
12799
12800 #: config/rs6000/sysv4.h:126 config/rs6000/sysv4.h:127
12801 #: config/rs6000/sysv4.h:128 config/rs6000/sysv4.h:129
12802 #: config/rs6000/sysv4.h:130 config/rs6000/sysv4.h:131
12803 #: config/rs6000/sysv4.h:141 config/rs6000/sysv4.h:142
12804 #: config/rs6000/sysv4.h:153 config/rs6000/sysv4.h:155
12805 #: config/rs6000/sysv4.h:157
12806 msgid "no description yet"
12807 msgstr ""
12808
12809 #: config/rs6000/sysv4.h:132
12810 msgid "Use EABI"
12811 msgstr ""
12812
12813 #: config/rs6000/sysv4.h:133
12814 msgid "Don't use EABI"
12815 msgstr "Не выкарыстоўваць EABI"
12816
12817 #: config/rs6000/sysv4.h:136
12818 msgid "Do not allow bit-fields to cross word boundaries"
12819 msgstr ""
12820
12821 #: config/rs6000/sysv4.h:138
12822 msgid "Use alternate register names"
12823 msgstr "Выкарыстоўвываць альтэрнатыўныя назвы рэгістраў"
12824
12825 #: config/rs6000/sysv4.h:140
12826 msgid "Don't use alternate register names"
12827 msgstr "Не выкарыстоўвываць альтэрнатыўныя назвы рэгістраў"
12828
12829 #: config/rs6000/sysv4.h:144
12830 msgid "Link with libsim.a, libc.a and sim-crt0.o"
12831 msgstr ""
12832
12833 #: config/rs6000/sysv4.h:146
12834 msgid "Link with libads.a, libc.a and crt0.o"
12835 msgstr ""
12836
12837 #: config/rs6000/sysv4.h:148
12838 msgid "Link with libyk.a, libc.a and crt0.o"
12839 msgstr ""
12840
12841 #: config/rs6000/sysv4.h:150
12842 msgid "Link with libmvme.a, libc.a and crt0.o"
12843 msgstr ""
12844
12845 #: config/rs6000/sysv4.h:152
12846 msgid "Set the PPC_EMB bit in the ELF flags header"
12847 msgstr ""
12848
12849 #: config/rs6000/sysv4.h:154
12850 msgid "Use the WindISS simulator"
12851 msgstr ""
12852
12853 #. Sometimes certain combinations of command options do not make sense
12854 #. on a particular target machine. You can define a macro
12855 #. `OVERRIDE_OPTIONS' to take account of this. This macro, if
12856 #. defined, is executed once just after all the command options have
12857 #. been parsed.
12858 #.
12859 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
12860 #. get control.
12861 #: config/rs6000/sysv4.h:214
12862 #, c-format
12863 msgid "bad value for -mcall-%s"
12864 msgstr ""
12865
12866 #: config/rs6000/sysv4.h:230
12867 #, c-format
12868 msgid "bad value for -msdata=%s"
12869 msgstr ""
12870
12871 #: config/rs6000/sysv4.h:247
12872 #, c-format
12873 msgid "-mrelocatable and -msdata=%s are incompatible"
12874 msgstr ""
12875
12876 #: config/rs6000/sysv4.h:255
12877 #, c-format
12878 msgid "-f%s and -msdata=%s are incompatible"
12879 msgstr ""
12880
12881 #: config/rs6000/sysv4.h:264
12882 #, c-format
12883 msgid "-msdata=%s and -mcall-%s are incompatible"
12884 msgstr ""
12885
12886 #: config/rs6000/sysv4.h:273
12887 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
12888 msgstr ""
12889
12890 #: config/rs6000/sysv4.h:279
12891 #, c-format
12892 msgid "-mrelocatable and -mcall-%s are incompatible"
12893 msgstr ""
12894
12895 #: config/rs6000/sysv4.h:286
12896 #, c-format
12897 msgid "-fPIC and -mcall-%s are incompatible"
12898 msgstr ""
12899
12900 #: config/rs6000/sysv4.h:293
12901 msgid "-mcall-aixdesc must be big endian"
12902 msgstr ""
12903
12904 #: config/s390/s390.c:3063
12905 msgid "invalid UNSPEC as operand (1)"
12906 msgstr ""
12907
12908 #: config/s390/s390.c:3123
12909 msgid "invalid UNSPEC as operand (2)"
12910 msgstr ""
12911
12912 #: config/s390/s390.c:3129
12913 msgid "UNKNOWN in s390_output_symbolic_const !?"
12914 msgstr ""
12915
12916 #: config/s390/s390.c:3147
12917 msgid "Cannot decompose address."
12918 msgstr ""
12919
12920 #: config/s390/s390.c:3308
12921 msgid "UNKNOWN in print_operand !?"
12922 msgstr ""
12923
12924 #: config/s390/s390.c:4961
12925 msgid "Total size of local variables exceeds architecture limit."
12926 msgstr ""
12927
12928 #: config/s390/s390.h:70
12929 msgid "Set backchain"
12930 msgstr ""
12931
12932 #: config/s390/s390.h:71
12933 msgid "Don't set backchain (faster, but debug harder"
12934 msgstr ""
12935
12936 #: config/s390/s390.h:72
12937 msgid "Use bras for executable < 64k"
12938 msgstr ""
12939
12940 #: config/s390/s390.h:73
12941 #, fuzzy
12942 msgid "Don't use bras"
12943 msgstr "Не выкарыстоўваць Irix PIC"
12944
12945 #: config/s390/s390.h:74
12946 msgid "Additional debug prints"
12947 msgstr ""
12948
12949 #: config/s390/s390.h:75
12950 msgid "Don't print additional debug prints"
12951 msgstr ""
12952
12953 #: config/s390/s390.h:76
12954 msgid "64 bit mode"
12955 msgstr ""
12956
12957 #: config/s390/s390.h:77
12958 msgid "31 bit mode"
12959 msgstr ""
12960
12961 #: config/s390/s390.h:78
12962 msgid "mvcle use"
12963 msgstr ""
12964
12965 #: config/s390/s390.h:79
12966 msgid "mvc&ex"
12967 msgstr ""
12968
12969 #: config/sh/sh.c:5137
12970 #, fuzzy
12971 msgid "__builtin_saveregs not supported by this subtarget"
12972 msgstr "__buitin_saveregs не падтрымліваецца гэтай мэтай"
12973
12974 #: config/sh/sh.c:5687
12975 msgid "attribute interrupt_handler is not compatible with -m5-compact"
12976 msgstr ""
12977
12978 #. The sp_switch attribute only has meaning for interrupt functions.
12979 #: config/sh/sh.c:5713 config/sh/sh.c:5752
12980 #, c-format
12981 msgid "`%s' attribute only applies to interrupt functions"
12982 msgstr ""
12983
12984 #. The argument must be a constant string.
12985 #: config/sh/sh.c:5720
12986 #, c-format
12987 msgid "`%s' attribute argument not a string constant"
12988 msgstr ""
12989
12990 #. The argument must be a constant integer.
12991 #: config/sh/sh.c:5759
12992 #, c-format
12993 msgid "`%s' attribute argument not an integer constant"
12994 msgstr ""
12995
12996 #. There are no delay slots on SHmedia.
12997 #. Relaxation isn't yet supported for SHmedia
12998 #: config/sh/sh.h:437
12999 #, fuzzy
13000 msgid "Profiling is not supported on this target."
13001 msgstr "__buitin_saveregs не падтрымліваецца гэтай мэтай"
13002
13003 #: config/sparc/sparc.c:329
13004 #, c-format
13005 msgid "%s is not supported by this configuration"
13006 msgstr ""
13007
13008 #: config/sparc/sparc.c:336
13009 msgid "-mlong-double-64 not allowed with -m64"
13010 msgstr ""
13011
13012 #: config/sparc/sparc.c:361
13013 msgid "-mcmodel= is not supported on 32 bit systems"
13014 msgstr ""
13015
13016 #: config/sparc/sparc.c:6341 config/sparc/sparc.c:6347
13017 #, c-format
13018 msgid "invalid %%Y operand"
13019 msgstr "нерэчаісны %%Y аперанд"
13020
13021 #: config/sparc/sparc.c:6417
13022 #, c-format
13023 msgid "invalid %%A operand"
13024 msgstr "нерэчаісны %%A аперанд"
13025
13026 #: config/sparc/sparc.c:6427
13027 #, c-format
13028 msgid "invalid %%B operand"
13029 msgstr "нерэчаісны %%B аперанд"
13030
13031 #: config/sparc/sparc.c:6466
13032 #, c-format
13033 msgid "invalid %%c operand"
13034 msgstr "нерэчаісны %%c аперанд"
13035
13036 #: config/sparc/sparc.c:6467
13037 #, c-format
13038 msgid "invalid %%C operand"
13039 msgstr "нерэчаісны %%C аперанд"
13040
13041 #: config/sparc/sparc.c:6488
13042 #, c-format
13043 msgid "invalid %%d operand"
13044 msgstr "нерэчаісны %%d аперанд"
13045
13046 #: config/sparc/sparc.c:6489
13047 #, c-format
13048 msgid "invalid %%D operand"
13049 msgstr "нерэчаісны %%D аперанд"
13050
13051 #: config/sparc/sparc.c:6505
13052 #, c-format
13053 msgid "invalid %%f operand"
13054 msgstr "нерэчаісны %%f аперанд"
13055
13056 #: config/sparc/sparc.c:6519
13057 #, fuzzy, c-format
13058 msgid "invalid %%s operand"
13059 msgstr "нерэчаісны %%f аперанд"
13060
13061 #: config/sparc/sparc.c:6573
13062 msgid "long long constant not a valid immediate operand"
13063 msgstr ""
13064
13065 #: config/sparc/sparc.c:6576
13066 msgid "floating point constant not a valid immediate operand"
13067 msgstr ""
13068
13069 #: config/sparc/freebsd.h:81 config/sparc/linux.h:87 config/sparc/linux64.h:89
13070 #: config/sparc/netbsd-elf.h:239
13071 msgid "Use 128 bit long doubles"
13072 msgstr ""
13073
13074 #: config/sparc/sp64-elf.h:84 config/sparc/splet.h:29
13075 msgid "Generate code for big endian"
13076 msgstr ""
13077
13078 #: config/sparc/sp64-elf.h:85 config/sparc/splet.h:30
13079 msgid "Generate code for little endian"
13080 msgstr ""
13081
13082 #: config/sparc/sp86x-aout.h:51 config/sparc/sp86x-elf.h:65
13083 msgid "Use little-endian byte order for data"
13084 msgstr ""
13085
13086 #: config/sparc/sparc.h:532
13087 msgid "Assume possible double misalignment"
13088 msgstr ""
13089
13090 #: config/sparc/sparc.h:534
13091 msgid "Assume all doubles are aligned"
13092 msgstr ""
13093
13094 #: config/sparc/sparc.h:536
13095 msgid "Pass -assert pure-text to linker"
13096 msgstr ""
13097
13098 #: config/sparc/sparc.h:538
13099 msgid "Do not pass -assert pure-text to linker"
13100 msgstr ""
13101
13102 #: config/sparc/sparc.h:540
13103 msgid "Use flat register window model"
13104 msgstr ""
13105
13106 #: config/sparc/sparc.h:542
13107 msgid "Do not use flat register window model"
13108 msgstr ""
13109
13110 #: config/sparc/sparc.h:544
13111 msgid "Use ABI reserved registers"
13112 msgstr ""
13113
13114 #: config/sparc/sparc.h:546
13115 msgid "Do not use ABI reserved registers"
13116 msgstr ""
13117
13118 #: config/sparc/sparc.h:548
13119 msgid "Use hardware quad fp instructions"
13120 msgstr ""
13121
13122 #: config/sparc/sparc.h:550
13123 msgid "Do not use hardware quad fp instructions"
13124 msgstr ""
13125
13126 #: config/sparc/sparc.h:552
13127 msgid "Compile for v8plus ABI"
13128 msgstr ""
13129
13130 #: config/sparc/sparc.h:554
13131 msgid "Do not compile for v8plus ABI"
13132 msgstr ""
13133
13134 #: config/sparc/sparc.h:556
13135 msgid "Utilize Visual Instruction Set"
13136 msgstr ""
13137
13138 #: config/sparc/sparc.h:558
13139 msgid "Do not utilize Visual Instruction Set"
13140 msgstr ""
13141
13142 #. ??? These are deprecated, coerced to -mcpu=. Delete in 2.9.
13143 #: config/sparc/sparc.h:561
13144 msgid "Optimize for Cypress processors"
13145 msgstr "Аптымізацыя для Cypress працэсараў"
13146
13147 #: config/sparc/sparc.h:563
13148 #, fuzzy
13149 msgid "Optimize for SPARCLite processors"
13150 msgstr "Аптымізацыя для SparcLite працэсараў"
13151
13152 #: config/sparc/sparc.h:565
13153 msgid "Optimize for F930 processors"
13154 msgstr "Аптымізацыя для F930 працэсараў"
13155
13156 #: config/sparc/sparc.h:567
13157 msgid "Optimize for F934 processors"
13158 msgstr "Аптымізацыя для F934 працэсараў"
13159
13160 #: config/sparc/sparc.h:569
13161 msgid "Use V8 SPARC ISA"
13162 msgstr ""
13163
13164 #: config/sparc/sparc.h:571
13165 #, fuzzy
13166 msgid "Optimize for SuperSPARC processors"
13167 msgstr "Аптымізацыя для SuperSparc працэсараў"
13168
13169 #. End of deprecated options.
13170 #: config/sparc/sparc.h:574
13171 msgid "Pointers are 64-bit"
13172 msgstr ""
13173
13174 #: config/sparc/sparc.h:576
13175 msgid "Pointers are 32-bit"
13176 msgstr ""
13177
13178 #: config/sparc/sparc.h:578
13179 msgid "Use 32-bit ABI"
13180 msgstr ""
13181
13182 #: config/sparc/sparc.h:580
13183 msgid "Use 64-bit ABI"
13184 msgstr ""
13185
13186 #: config/sparc/sparc.h:582
13187 msgid "Use stack bias"
13188 msgstr ""
13189
13190 #: config/sparc/sparc.h:584
13191 msgid "Do not use stack bias"
13192 msgstr ""
13193
13194 #: config/sparc/sparc.h:586
13195 msgid "Use structs on stronger alignment for double-word copies"
13196 msgstr ""
13197
13198 #: config/sparc/sparc.h:588
13199 msgid "Do not use structs on stronger alignment for double-word copies"
13200 msgstr ""
13201
13202 #: config/sparc/sparc.h:590
13203 msgid "Optimize tail call instructions in assembler and linker"
13204 msgstr ""
13205
13206 #: config/sparc/sparc.h:592
13207 msgid "Do not optimize tail call instructions in assembler or linker"
13208 msgstr ""
13209
13210 #: config/sparc/sparc.h:637
13211 msgid "Use given SPARC code model"
13212 msgstr ""
13213
13214 #: config/stormy16/stormy16.c:1192
13215 msgid "cannot use va_start in interrupt function"
13216 msgstr ""
13217
13218 #: config/stormy16/stormy16.c:1552
13219 msgid "`B' operand is not constant"
13220 msgstr ""
13221
13222 #: config/stormy16/stormy16.c:1558
13223 msgid "`B' operand has multiple bits set"
13224 msgstr ""
13225
13226 #: config/stormy16/stormy16.c:1585
13227 msgid "`o' operand is not constant"
13228 msgstr ""
13229
13230 #: config/stormy16/stormy16.c:1600
13231 msgid "xstormy16_print_operand: unknown code"
13232 msgstr ""
13233
13234 #: config/stormy16/stormy16.c:1650
13235 #, c-format
13236 msgid "switch statement of size %lu entries too large"
13237 msgstr ""
13238
13239 #: config/v850/v850-c.c:67
13240 msgid "#pragma GHS endXXXX found without previous startXXX"
13241 msgstr ""
13242
13243 #: config/v850/v850-c.c:69
13244 msgid "#pragma GHS endXXX does not match previous startXXX"
13245 msgstr ""
13246
13247 #: config/v850/v850-c.c:94
13248 msgid "cannot set interrupt attribute: no current function"
13249 msgstr ""
13250
13251 #: config/v850/v850-c.c:102
13252 msgid "cannot set interrupt attribute: no such identifier"
13253 msgstr ""
13254
13255 #: config/v850/v850-c.c:148
13256 msgid "junk at end of #pragma ghs section"
13257 msgstr ""
13258
13259 #: config/v850/v850-c.c:165
13260 #, c-format
13261 msgid "unrecognized section name \"%s\""
13262 msgstr "нераспазнаная назва сэкцыі \"%s\""
13263
13264 #: config/v850/v850-c.c:180
13265 msgid "malformed #pragma ghs section"
13266 msgstr ""
13267
13268 #: config/v850/v850-c.c:200
13269 msgid "junk at end of #pragma ghs interrupt"
13270 msgstr ""
13271
13272 #: config/v850/v850-c.c:212
13273 msgid "junk at end of #pragma ghs starttda"
13274 msgstr ""
13275
13276 #: config/v850/v850-c.c:224
13277 msgid "junk at end of #pragma ghs startsda"
13278 msgstr ""
13279
13280 #: config/v850/v850-c.c:236
13281 msgid "junk at end of #pragma ghs startzda"
13282 msgstr ""
13283
13284 #: config/v850/v850-c.c:248
13285 msgid "junk at end of #pragma ghs endtda"
13286 msgstr ""
13287
13288 #: config/v850/v850-c.c:260
13289 msgid "junk at end of #pragma ghs endsda"
13290 msgstr ""
13291
13292 #: config/v850/v850-c.c:272
13293 msgid "junk at end of #pragma ghs endzda"
13294 msgstr ""
13295
13296 #: config/v850/v850.c:129
13297 #, c-format
13298 msgid "%s=%s is not numeric"
13299 msgstr ""
13300
13301 #: config/v850/v850.c:136
13302 #, c-format
13303 msgid "%s=%s is too large"
13304 msgstr "%s=%s вельмі вялікі"
13305
13306 #: config/v850/v850.c:302
13307 msgid "const_double_split got a bad insn:"
13308 msgstr ""
13309
13310 #: config/v850/v850.c:837
13311 msgid "output_move_single:"
13312 msgstr ""
13313
13314 #: config/v850/v850.c:2217
13315 msgid "a data area attribute cannot be specified for local variables"
13316 msgstr ""
13317
13318 #: config/v850/v850.c:2228
13319 #, c-format
13320 msgid "data area of '%s' conflicts with previous declaration"
13321 msgstr ""
13322
13323 #: config/v850/v850.c:2447
13324 #, c-format
13325 msgid "bogus JR construction: %d\n"
13326 msgstr ""
13327
13328 #: config/v850/v850.c:2468 config/v850/v850.c:2670
13329 #, c-format
13330 msgid "bad amount of stack space removal: %d"
13331 msgstr ""
13332
13333 #: config/v850/v850.c:2646
13334 #, c-format
13335 msgid "bogus JARL construction: %d\n"
13336 msgstr ""
13337
13338 #: config/v850/v850.c:3026
13339 #, c-format
13340 msgid "Bogus DISPOSE construction: %d\n"
13341 msgstr ""
13342
13343 #: config/v850/v850.c:3048
13344 #, c-format
13345 msgid "Too much stack space to dispose of: %d"
13346 msgstr ""
13347
13348 #: config/v850/v850.c:3224
13349 #, c-format
13350 msgid "Bogus PREPEARE construction: %d\n"
13351 msgstr ""
13352
13353 #: config/v850/v850.c:3246
13354 #, c-format
13355 msgid "Too much stack space to prepare: %d"
13356 msgstr ""
13357
13358 #. Macro to define tables used to set the flags.
13359 #. This is a list in braces of pairs in braces,
13360 #. each pair being { "NAME", VALUE }
13361 #. where VALUE is the bits to set or minus the bits to clear.
13362 #. An empty string NAME is used to identify the default VALUE.
13363 #: config/v850/v850.h:158
13364 msgid "Support Green Hills ABI"
13365 msgstr ""
13366
13367 #: config/v850/v850.h:161
13368 msgid "Prohibit PC relative function calls"
13369 msgstr ""
13370
13371 #: config/v850/v850.h:164
13372 msgid "Reuse r30 on a per function basis"
13373 msgstr ""
13374
13375 #: config/v850/v850.h:167
13376 msgid "Use stubs for function prologues"
13377 msgstr ""
13378
13379 #: config/v850/v850.h:170
13380 msgid "Same as: -mep -mprolog-function"
13381 msgstr ""
13382
13383 #: config/v850/v850.h:171
13384 msgid "Enable backend debugging"
13385 msgstr ""
13386
13387 #: config/v850/v850.h:173
13388 msgid "Compile for the v850 processor"
13389 msgstr ""
13390
13391 #: config/v850/v850.h:175
13392 #, fuzzy
13393 msgid "Compile for v850e processor"
13394 msgstr "Аптымізацыя для F930 працэсараў"
13395
13396 #. Make sure that the other bits are cleared.
13397 #: config/v850/v850.h:177
13398 #, fuzzy
13399 msgid "Enable the use of the short load instructions"
13400 msgstr "Не генерыраваць сімвальныя інструкцыі"
13401
13402 #: config/v850/v850.h:180
13403 #, fuzzy
13404 msgid "Do not use the callt instruction"
13405 msgstr "Не генерыраваць сімвальныя інструкцыі"
13406
13407 #: config/v850/v850.h:187
13408 #, fuzzy
13409 msgid "Do not use registers r2 and r5"
13410 msgstr "Не выкарыстоўваць рэгістра sb"
13411
13412 #: config/v850/v850.h:189
13413 msgid "Enforce strict alignment"
13414 msgstr ""
13415
13416 #: config/v850/v850.h:192
13417 msgid "Use 4 byte entries in switch tables"
13418 msgstr ""
13419
13420 #: config/v850/v850.h:218
13421 msgid "Set the max size of data eligible for the TDA area"
13422 msgstr ""
13423
13424 #: config/v850/v850.h:221
13425 msgid "Set the max size of data eligible for the SDA area"
13426 msgstr ""
13427
13428 #: config/v850/v850.h:224
13429 msgid "Set the max size of data eligible for the ZDA area"
13430 msgstr ""
13431
13432 #: config/xtensa/xtensa.c:1062 config/xtensa/xtensa.c:1096
13433 #: config/xtensa/xtensa.c:1105
13434 msgid "bad test"
13435 msgstr ""
13436
13437 #: config/xtensa/xtensa.c:1824
13438 msgid "boolean registers required for the floating-point option"
13439 msgstr ""
13440
13441 #: config/xtensa/xtensa.c:1991
13442 msgid "invalid mask"
13443 msgstr "нерэчаісная маска"
13444
13445 #: config/xtensa/xtensa.c:2038
13446 msgid "invalid address"
13447 msgstr "нерэчаісны адрас"
13448
13449 #: config/xtensa/xtensa.c:2063
13450 #, fuzzy
13451 msgid "no register in address"
13452 msgstr "невядомая назва рэгістра: %s"
13453
13454 #: config/xtensa/xtensa.c:2071
13455 msgid "address offset not a constant"
13456 msgstr ""
13457
13458 #: config/xtensa/xtensa.c:2794
13459 msgid "only uninitialized variables can be placed in a .bss section"
13460 msgstr ""
13461
13462 #: config/xtensa/xtensa.h:114
13463 msgid "Use the Xtensa code density option"
13464 msgstr ""
13465
13466 #: config/xtensa/xtensa.h:116
13467 msgid "Do not use the Xtensa code density option"
13468 msgstr ""
13469
13470 #: config/xtensa/xtensa.h:118
13471 msgid "Use the Xtensa MAC16 option"
13472 msgstr ""
13473
13474 #: config/xtensa/xtensa.h:120
13475 msgid "Do not use the Xtensa MAC16 option"
13476 msgstr ""
13477
13478 #: config/xtensa/xtensa.h:122
13479 msgid "Use the Xtensa MUL16 option"
13480 msgstr ""
13481
13482 #: config/xtensa/xtensa.h:124
13483 msgid "Do not use the Xtensa MUL16 option"
13484 msgstr ""
13485
13486 #: config/xtensa/xtensa.h:126
13487 msgid "Use the Xtensa MUL32 option"
13488 msgstr ""
13489
13490 #: config/xtensa/xtensa.h:128
13491 msgid "Do not use the Xtensa MUL32 option"
13492 msgstr ""
13493
13494 #. undocumented
13495 #. undocumented
13496 #: config/xtensa/xtensa.h:134
13497 msgid "Use the Xtensa NSA option"
13498 msgstr ""
13499
13500 #: config/xtensa/xtensa.h:136
13501 msgid "Do not use the Xtensa NSA option"
13502 msgstr ""
13503
13504 #: config/xtensa/xtensa.h:138
13505 msgid "Use the Xtensa MIN/MAX option"
13506 msgstr ""
13507
13508 #: config/xtensa/xtensa.h:140
13509 msgid "Do not use the Xtensa MIN/MAX option"
13510 msgstr ""
13511
13512 #: config/xtensa/xtensa.h:142
13513 msgid "Use the Xtensa SEXT option"
13514 msgstr ""
13515
13516 #: config/xtensa/xtensa.h:144
13517 msgid "Do not use the Xtensa SEXT option"
13518 msgstr ""
13519
13520 #: config/xtensa/xtensa.h:146
13521 msgid "Use the Xtensa boolean register option"
13522 msgstr ""
13523
13524 #: config/xtensa/xtensa.h:148
13525 #, fuzzy
13526 msgid "Do not use the Xtensa boolean register option"
13527 msgstr "Не ўжываць сімвалічныя назва рэгістраў"
13528
13529 #: config/xtensa/xtensa.h:150
13530 #, fuzzy
13531 msgid "Use the Xtensa floating-point unit"
13532 msgstr "Выкарыстоўваць апаратную \"плаваючую кропку\""
13533
13534 #: config/xtensa/xtensa.h:152
13535 msgid "Do not use the Xtensa floating-point unit"
13536 msgstr ""
13537
13538 #. undocumented
13539 #. undocumented
13540 #. undocumented
13541 #. undocumented
13542 #. undocumented
13543 #. undocumented
13544 #. undocumented
13545 #. undocumented
13546 #: config/xtensa/xtensa.h:170
13547 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
13548 msgstr ""
13549
13550 #: config/xtensa/xtensa.h:172
13551 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
13552 msgstr ""
13553
13554 #: config/xtensa/xtensa.h:174
13555 msgid "Serialize volatile memory references with MEMW instructions"
13556 msgstr ""
13557
13558 #: config/xtensa/xtensa.h:176
13559 msgid "Do not serialize volatile memory references with MEMW instructions"
13560 msgstr ""
13561
13562 #: config/xtensa/xtensa.h:178
13563 msgid "Intersperse literal pools with code in the text section"
13564 msgstr ""
13565
13566 #: config/xtensa/xtensa.h:180
13567 msgid "Put literal pools in a separate literal section"
13568 msgstr ""
13569
13570 #: config/xtensa/xtensa.h:182
13571 msgid "Automatically align branch targets to reduce branch penalties"
13572 msgstr ""
13573
13574 #: config/xtensa/xtensa.h:184
13575 msgid "Do not automatically align branch targets"
13576 msgstr ""
13577
13578 #: config/xtensa/xtensa.h:186
13579 msgid "Use indirect CALLXn instructions for large programs"
13580 msgstr ""
13581
13582 #: config/xtensa/xtensa.h:188
13583 msgid "Use direct CALLn instructions for fast calls"
13584 msgstr ""
13585
13586 #: ada/misc.c:233
13587 msgid "`-gnat' misspelled as `-gant'"
13588 msgstr ""
13589
13590 #: cp/call.c:261 cp/init.c:1594
13591 msgid "qualified type `%T' does not match destructor name `~%T'"
13592 msgstr ""
13593
13594 #: cp/call.c:270
13595 msgid "type of `%E' does not match destructor type `%T' (type was `%T')"
13596 msgstr ""
13597
13598 #: cp/call.c:279
13599 msgid "`%D' is a namespace"
13600 msgstr ""
13601
13602 #: cp/call.c:287
13603 msgid "base object `%E' of scoped method call is of non-aggregate type `%T'"
13604 msgstr ""
13605
13606 #: cp/call.c:369
13607 msgid "unable to call pointer to member function here"
13608 msgstr ""
13609
13610 #: cp/call.c:518
13611 msgid "destructors take no parameters"
13612 msgstr ""
13613
13614 #: cp/call.c:522
13615 msgid "destructor name `~%T' does not match type `%T' of expression"
13616 msgstr ""
13617
13618 #: cp/call.c:543 cp/call.c:5000
13619 msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"
13620 msgstr ""
13621
13622 #: cp/call.c:567
13623 #, fuzzy
13624 msgid "request for member `%D' is ambiguous"
13625 msgstr "памер \"%s\" - %d байт"
13626
13627 #: cp/call.c:2537
13628 msgid "%s %D(%T, %T, %T) <built-in>"
13629 msgstr ""
13630
13631 #: cp/call.c:2542
13632 msgid "%s %D(%T, %T) <built-in>"
13633 msgstr ""
13634
13635 #: cp/call.c:2546
13636 msgid "%s %D(%T) <built-in>"
13637 msgstr ""
13638
13639 #: cp/call.c:2550
13640 msgid "%s %T <conversion>"
13641 msgstr ""
13642
13643 #: cp/call.c:2552
13644 msgid "%s %+#D%s"
13645 msgstr ""
13646
13647 #: cp/call.c:2726
13648 msgid "conversion from `%T' to `%T' is ambiguous"
13649 msgstr ""
13650
13651 #: cp/call.c:2803
13652 #, fuzzy
13653 msgid "`%T' is not a class type"
13654 msgstr "\"%s\" мае незавершаны тып"
13655
13656 #: cp/call.c:2811
13657 msgid "incomplete type '%T' cannot be used to name a scope"
13658 msgstr ""
13659
13660 #: cp/call.c:2831 cp/typeck.c:2188 cp/typeck.c:2217
13661 msgid "'%D' has no member named '%E'"
13662 msgstr ""
13663
13664 #: cp/call.c:2933
13665 msgid "no matching function for call to `%D(%A)'"
13666 msgstr ""
13667
13668 #: cp/call.c:2944 cp/call.c:5087
13669 msgid "call of overloaded `%D(%A)' is ambiguous"
13670 msgstr ""
13671
13672 #. It's no good looking for an overloaded operator() on a
13673 #. pointer-to-member-function.
13674 #: cp/call.c:2971
13675 #, c-format
13676 msgid "pointer-to-member function %E cannot be called without an object; consider using .* or ->*"
13677 msgstr ""
13678
13679 #: cp/call.c:3036
13680 msgid "no match for call to `(%T) (%A)'"
13681 msgstr ""
13682
13683 #: cp/call.c:3046
13684 msgid "call of `(%T) (%A)' is ambiguous"
13685 msgstr ""
13686
13687 #: cp/call.c:3081
13688 #, c-format
13689 msgid "%s for ternary 'operator?:' in '%E ? %E : %E'"
13690 msgstr ""
13691
13692 #: cp/call.c:3087
13693 #, fuzzy, c-format
13694 msgid "%s for 'operator%s' in '%E%s'"
13695 msgstr "%s перад знакам \"%s\""
13696
13697 #: cp/call.c:3091
13698 #, c-format
13699 msgid "%s for 'operator[]' in '%E[%E]'"
13700 msgstr ""
13701
13702 #: cp/call.c:3096
13703 #, c-format
13704 msgid "%s for 'operator%s' in '%E %s %E'"
13705 msgstr ""
13706
13707 #: cp/call.c:3099
13708 #, fuzzy, c-format
13709 msgid "%s for 'operator%s' in '%s%E'"
13710 msgstr "%s перад знакам \"%s\""
13711
13712 #: cp/call.c:3191
13713 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
13714 msgstr ""
13715
13716 #: cp/call.c:3250
13717 #, c-format
13718 msgid "`%E' has type `void' and is not a throw-expression"
13719 msgstr ""
13720
13721 #: cp/call.c:3283 cp/call.c:3475
13722 msgid "operands to ?: have different types"
13723 msgstr ""
13724
13725 #: cp/call.c:3428
13726 msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
13727 msgstr ""
13728
13729 #: cp/call.c:3435
13730 msgid "enumeral and non-enumeral type in conditional expression"
13731 msgstr ""
13732
13733 #: cp/call.c:3516
13734 msgid "`%D' must be declared before use"
13735 msgstr ""
13736
13737 #: cp/call.c:3706
13738 msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"
13739 msgstr ""
13740
13741 #: cp/call.c:3753
13742 msgid "using synthesized `%#D' for copy assignment"
13743 msgstr ""
13744
13745 #: cp/call.c:3755
13746 msgid " where cfront would use `%#D'"
13747 msgstr ""
13748
13749 #: cp/call.c:3782
13750 msgid "comparison between `%#T' and `%#T'"
13751 msgstr ""
13752
13753 #: cp/call.c:4021
13754 msgid "no suitable `operator delete' for `%T'"
13755 msgstr ""
13756
13757 #: cp/call.c:4040
13758 msgid "`%+#D' is private"
13759 msgstr ""
13760
13761 #: cp/call.c:4042
13762 msgid "`%+#D' is protected"
13763 msgstr ""
13764
13765 #: cp/call.c:4044
13766 msgid "`%+#D' is inaccessible"
13767 msgstr ""
13768
13769 #: cp/call.c:4045
13770 msgid "within this context"
13771 msgstr ""
13772
13773 #: cp/call.c:4088
13774 msgid "invalid conversion from `%T' to `%T'"
13775 msgstr ""
13776
13777 #: cp/call.c:4090 cp/call.c:4229 cp/call.c:4231
13778 msgid " initializing argument %P of `%D'"
13779 msgstr ""
13780
13781 #: cp/call.c:4152 cp/call.c:4156
13782 msgid " initializing argument %P of `%D' from result of `%D'"
13783 msgstr ""
13784
13785 #: cp/call.c:4162 cp/call.c:4165
13786 msgid " initializing temporary from result of `%D'"
13787 msgstr ""
13788
13789 #. Undefined behavior [expr.call] 5.2.2/7. We used to just warn
13790 #. here and do a bitwise copy, but now cp_expr_size will abort if we
13791 #. try to do that.
13792 #: cp/call.c:4316
13793 msgid "cannot pass objects of non-POD type `%#T' through `...'; call will abort at runtime"
13794 msgstr ""
13795
13796 #. Undefined behavior [expr.call] 5.2.2/7.
13797 #: cp/call.c:4343
13798 msgid "cannot receive objects of non-POD type `%#T' through `...'"
13799 msgstr ""
13800
13801 #: cp/call.c:4523
13802 msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
13803 msgstr ""
13804
13805 #: cp/call.c:4542
13806 msgid "`%T' is not an accessible base of `%T'"
13807 msgstr ""
13808
13809 #: cp/call.c:4786
13810 msgid "could not find class$ field in java interface type `%T'"
13811 msgstr ""
13812
13813 #: cp/call.c:4974
13814 #, fuzzy
13815 msgid "call to non-function `%D'"
13816 msgstr "у функцыі \"%s\":"
13817
13818 #: cp/call.c:5076
13819 msgid "no matching function for call to `%T::%D(%A)%#V'"
13820 msgstr ""
13821
13822 #: cp/call.c:5106
13823 msgid "cannot call member function `%D' without object"
13824 msgstr ""
13825
13826 #: cp/call.c:5704
13827 msgid "passing `%T' chooses `%T' over `%T'"
13828 msgstr ""
13829
13830 #: cp/call.c:5706 cp/decl2.c:4154
13831 msgid " in call to `%D'"
13832 msgstr ""
13833
13834 #: cp/call.c:5755
13835 msgid "choosing `%D' over `%D'"
13836 msgstr ""
13837
13838 #: cp/call.c:5756
13839 msgid " for conversion from `%T' to `%T'"
13840 msgstr ""
13841
13842 #: cp/call.c:5758
13843 msgid " because conversion sequence for the argument is better"
13844 msgstr ""
13845
13846 #: cp/call.c:5879
13847 msgid "ISO C++ says that `%D' and `%D' are ambiguous even though the worst conversion for the former is better than the worst conversion for the latter"
13848 msgstr ""
13849
13850 #: cp/call.c:5996
13851 msgid "could not convert `%E' to `%T'"
13852 msgstr ""
13853
13854 #: cp/call.c:6105
13855 msgid "invalid initialization of non-const reference of type '%T' from a temporary of type '%T'"
13856 msgstr ""
13857
13858 #: cp/call.c:6109
13859 msgid "invalid initialization of reference of type '%T' from expression of type '%T'"
13860 msgstr ""
13861
13862 #: cp/class.c:287
13863 msgid "cannot convert from base `%T' to derived type `%T' via virtual base `%T'"
13864 msgstr ""
13865
13866 #: cp/class.c:992
13867 msgid "`%#D' and `%#D' cannot be overloaded"
13868 msgstr ""
13869
13870 #: cp/class.c:1076
13871 #, fuzzy
13872 msgid "duplicate enum value `%D'"
13873 msgstr "паўтарэнне \"volatile\""
13874
13875 #: cp/class.c:1079
13876 msgid "duplicate field `%D' (as enum and non-enum)"
13877 msgstr ""
13878
13879 #: cp/class.c:1086
13880 #, fuzzy
13881 msgid "duplicate nested type `%D'"
13882 msgstr "паўтарэнне \"restrict\""
13883
13884 #: cp/class.c:1097
13885 msgid "duplicate field `%D' (as type and non-type)"
13886 msgstr ""
13887
13888 #: cp/class.c:1101
13889 #, fuzzy
13890 msgid "duplicate member `%D'"
13891 msgstr "паўтарэнне \"%s\""
13892
13893 #: cp/class.c:1144
13894 msgid "conflicting access specifications for method `%D', ignored"
13895 msgstr ""
13896
13897 #: cp/class.c:1146
13898 #, c-format
13899 msgid "conflicting access specifications for field `%s', ignored"
13900 msgstr ""
13901
13902 #: cp/class.c:1194
13903 msgid "`%D' names constructor"
13904 msgstr ""
13905
13906 #: cp/class.c:1199
13907 #, fuzzy
13908 msgid "`%D' invalid in `%T'"
13909 msgstr "Нерэчаісны выбар \"%s\""
13910
13911 #: cp/class.c:1207
13912 msgid "no members matching `%D' in `%#T'"
13913 msgstr ""
13914
13915 #: cp/class.c:1239 cp/class.c:1247
13916 #, fuzzy
13917 msgid "`%D' invalid in `%#T'"
13918 msgstr "Нерэчаісны выбар \"%s\""
13919
13920 #: cp/class.c:1240
13921 msgid " because of local method `%#D' with same name"
13922 msgstr ""
13923
13924 #: cp/class.c:1248
13925 msgid " because of local member `%#D' with same name"
13926 msgstr ""
13927
13928 #: cp/class.c:1320
13929 msgid "base class `%#T' has a non-virtual destructor"
13930 msgstr ""
13931
13932 #: cp/class.c:1340
13933 msgid "base `%T' with only non-default constructor in class without a constructor"
13934 msgstr ""
13935
13936 #: cp/class.c:1912
13937 msgid "all member functions in class `%T' are private"
13938 msgstr ""
13939
13940 #: cp/class.c:1926
13941 msgid "`%#T' only defines a private destructor and has no friends"
13942 msgstr ""
13943
13944 #: cp/class.c:1969
13945 msgid "`%#T' only defines private constructors and has no friends"
13946 msgstr ""
13947
13948 #: cp/class.c:2090 cp/class.c:5276
13949 msgid "redefinition of `%#T'"
13950 msgstr ""
13951
13952 #: cp/class.c:2091
13953 msgid "previous definition of `%#T'"
13954 msgstr "папярэдняе вызначэньне `%#T'"
13955
13956 #: cp/class.c:2365
13957 msgid "no unique final overrider for `%D' in `%T'"
13958 msgstr ""
13959
13960 #. Here we know it is a hider, and no overrider exists.
13961 #: cp/class.c:2712
13962 msgid "`%D' was hidden"
13963 msgstr ""
13964
13965 #: cp/class.c:2713
13966 msgid " by `%D'"
13967 msgstr ""
13968
13969 #: cp/class.c:2755
13970 msgid "ISO C++ forbids member `%D' with same name as enclosing class"
13971 msgstr ""
13972
13973 #: cp/class.c:2760 cp/decl2.c:1331
13974 msgid "`%#D' invalid; an anonymous union can only have non-static data members"
13975 msgstr ""
13976
13977 #: cp/class.c:2766 cp/decl2.c:1337
13978 msgid "private member `%#D' in anonymous union"
13979 msgstr ""
13980
13981 #: cp/class.c:2769 cp/decl2.c:1339
13982 msgid "protected member `%#D' in anonymous union"
13983 msgstr ""
13984
13985 #: cp/class.c:2894
13986 msgid "vtable layout for class `%T' may not be ABI-compliant and may change in a future version of GCC due to implicit virtual destructor"
13987 msgstr ""
13988
13989 #: cp/class.c:2958
13990 #, fuzzy
13991 msgid "bit-field `%#D' with non-integral type"
13992 msgstr "бітавае поле \"%s\" мае нерэчаісны тып"
13993
13994 #: cp/class.c:2978
13995 msgid "bit-field `%D' width not an integer constant"
13996 msgstr ""
13997
13998 #: cp/class.c:2984
13999 msgid "negative width in bit-field `%D'"
14000 msgstr ""
14001
14002 #: cp/class.c:2989
14003 msgid "zero width for bit-field `%D'"
14004 msgstr ""
14005
14006 #: cp/class.c:2995
14007 msgid "width of `%D' exceeds its type"
14008 msgstr ""
14009
14010 #: cp/class.c:3004
14011 msgid "`%D' is too small to hold all values of `%#T'"
14012 msgstr ""
14013
14014 #: cp/class.c:3088
14015 msgid "member `%#D' with constructor not allowed in union"
14016 msgstr ""
14017
14018 #: cp/class.c:3091
14019 msgid "member `%#D' with destructor not allowed in union"
14020 msgstr ""
14021
14022 #: cp/class.c:3094
14023 msgid "member `%#D' with copy assignment operator not allowed in union"
14024 msgstr ""
14025
14026 #: cp/class.c:3121
14027 msgid "multiple fields in union `%T' initialized"
14028 msgstr ""
14029
14030 #: cp/class.c:3234
14031 msgid "field `%D' in local class cannot be static"
14032 msgstr ""
14033
14034 #: cp/class.c:3240
14035 msgid "field `%D' invalidly declared function type"
14036 msgstr ""
14037
14038 #: cp/class.c:3247
14039 #, fuzzy
14040 msgid "field `%D' invalidly declared method type"
14041 msgstr "бітавае поле \"%s\" мае нерэчаісны тып"
14042
14043 #: cp/class.c:3253
14044 #, fuzzy
14045 msgid "field `%D' invalidly declared offset type"
14046 msgstr "бітавае поле \"%s\" мае нерэчаісны тып"
14047
14048 #. Unions cannot have static members.
14049 #: cp/class.c:3271
14050 #, fuzzy
14051 msgid "field `%D' declared static in union"
14052 msgstr "\"%s\" не абвешчан (першае выкарыстанне ў гэтай функцыі)"
14053
14054 #: cp/class.c:3298
14055 msgid "non-static reference `%#D' in class without a constructor"
14056 msgstr ""
14057
14058 #: cp/class.c:3333
14059 msgid "non-static const member `%#D' in class without a constructor"
14060 msgstr ""
14061
14062 #: cp/class.c:3349
14063 msgid "field `%#D' with same name as class"
14064 msgstr ""
14065
14066 #: cp/class.c:3367
14067 msgid "`%#T' has pointer data members"
14068 msgstr ""
14069
14070 #: cp/class.c:3371
14071 msgid " but does not override `%T(const %T&)'"
14072 msgstr ""
14073
14074 #: cp/class.c:3373
14075 msgid " or `operator=(const %T&)'"
14076 msgstr ""
14077
14078 #: cp/class.c:3376
14079 msgid " but does not override `operator=(const %T&)'"
14080 msgstr ""
14081
14082 #: cp/class.c:3826
14083 msgid "offset of empty base `%T' may not be ABI-compliant and maychange in a future version of GCC"
14084 msgstr ""
14085
14086 #: cp/class.c:3935
14087 msgid "class `%T' will be considered nearly empty in a future version of GCC"
14088 msgstr ""
14089
14090 #: cp/class.c:4025
14091 msgid "initializer specified for non-virtual method `%D'"
14092 msgstr ""
14093
14094 #: cp/class.c:4761
14095 msgid "offset of virtual base `%T' is not ABI-compliant and may change in a future version of GCC"
14096 msgstr ""
14097
14098 #: cp/class.c:4861
14099 msgid "direct base `%T' inaccessible in `%T' due to ambiguity"
14100 msgstr ""
14101
14102 #: cp/class.c:4874
14103 msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"
14104 msgstr ""
14105
14106 #: cp/class.c:5030
14107 msgid "size assigned to `%T' may not be ABI-compliant and may change in a future version of GCC"
14108 msgstr ""
14109
14110 #. Versions of G++ before G++ 3.4 did not reset the
14111 #. DECL_MODE.
14112 #: cp/class.c:5053
14113 msgid "the offset of `%D' may not be ABI-compliant and may change in a future version of GCC"
14114 msgstr ""
14115
14116 #: cp/class.c:5079
14117 msgid "offset of `%D' is not ABI-compliant and may change in a future version of GCC"
14118 msgstr ""
14119
14120 #: cp/class.c:5088
14121 msgid "`%D' contains empty classes which may cause base classes to be placed at different locations in a future version of GCC"
14122 msgstr ""
14123
14124 #: cp/class.c:5147
14125 msgid "layout of classes derived from empty class `%T' may change in a future version of GCC"
14126 msgstr ""
14127
14128 #: cp/class.c:5432
14129 msgid "`%#T' has virtual functions but non-virtual destructor"
14130 msgstr ""
14131
14132 #: cp/class.c:5516
14133 msgid "trying to finish struct, but kicked out due to previous parse errors"
14134 msgstr ""
14135
14136 #: cp/class.c:5982
14137 #, c-format
14138 msgid "language string `\"%s\"' not recognized"
14139 msgstr ""
14140
14141 #: cp/class.c:6078
14142 msgid "cannot resolve overloaded function `%D' based on conversion to type `%T'"
14143 msgstr ""
14144
14145 #: cp/class.c:6203
14146 msgid "no matches converting function `%D' to type `%#T'"
14147 msgstr ""
14148
14149 #: cp/class.c:6226
14150 msgid "converting overloaded function `%D' to type `%#T' is ambiguous"
14151 msgstr ""
14152
14153 #: cp/class.c:6252
14154 msgid "assuming pointer to member `%D'"
14155 msgstr ""
14156
14157 #: cp/class.c:6255
14158 #, c-format
14159 msgid "(a pointer to member can only be formed with `&%E')"
14160 msgstr ""
14161
14162 #: cp/class.c:6306 cp/class.c:6477 cp/class.c:6484
14163 msgid "not enough type information"
14164 msgstr ""
14165
14166 #: cp/class.c:6315
14167 msgid "argument of type `%T' does not match `%T'"
14168 msgstr ""
14169
14170 #: cp/class.c:6461
14171 msgid "invalid operation on uninstantiated type"
14172 msgstr ""
14173
14174 #. [basic.scope.class]
14175 #.
14176 #. A name N used in a class S shall refer to the same declaration
14177 #. in its context and when re-evaluated in the completed scope of
14178 #. S.
14179 #: cp/class.c:6745 cp/decl.c:1254 cp/decl.c:3379 cp/pt.c:2004
14180 msgid "declaration of `%#D'"
14181 msgstr "абвяшчэньне `%#D'"
14182
14183 #: cp/class.c:6746
14184 msgid "changes meaning of `%D' from `%+#D'"
14185 msgstr ""
14186
14187 #: cp/cvt.c:88
14188 msgid "can't convert from incomplete type `%T' to `%T'"
14189 msgstr ""
14190
14191 #: cp/cvt.c:97
14192 msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
14193 msgstr ""
14194
14195 #: cp/cvt.c:126
14196 msgid "converting from `%T' to `%T'"
14197 msgstr "пераўтварэньне з `%T' у `%T'"
14198
14199 #: cp/cvt.c:203 cp/cvt.c:207
14200 msgid "pointer to member cast from `%T' to `%T' is via virtual base"
14201 msgstr ""
14202
14203 #: cp/cvt.c:225 cp/cvt.c:236 cp/cvt.c:283
14204 msgid "cannot convert `%E' from type `%T' to type `%T'"
14205 msgstr ""
14206
14207 #: cp/cvt.c:262
14208 #, fuzzy
14209 msgid "invalid conversion from '%T' to '%T'"
14210 msgstr "пераўтварэньне з `%T' у `%T'"
14211
14212 #: cp/cvt.c:504
14213 msgid "conversion from `%T' to `%T' discards qualifiers"
14214 msgstr ""
14215
14216 #: cp/cvt.c:522
14217 msgid "casting `%T' to `%T' does not dereference pointer"
14218 msgstr ""
14219
14220 #: cp/cvt.c:551
14221 msgid "cannot convert type `%T' to type `%T'"
14222 msgstr ""
14223
14224 #: cp/cvt.c:683
14225 msgid "conversion from `%#T' to `%#T'"
14226 msgstr ""
14227
14228 #: cp/cvt.c:695
14229 msgid "`%#T' used where a `%T' was expected"
14230 msgstr ""
14231
14232 #: cp/cvt.c:712
14233 msgid "the address of `%D', will always be `true'"
14234 msgstr ""
14235
14236 #: cp/cvt.c:732
14237 msgid "`%#T' used where a floating point value was expected"
14238 msgstr ""
14239
14240 #: cp/cvt.c:779
14241 msgid "conversion from `%T' to non-scalar type `%T' requested"
14242 msgstr ""
14243
14244 #: cp/cvt.c:865
14245 msgid "object of incomplete type `%T' will not be accessed in %s"
14246 msgstr ""
14247
14248 #: cp/cvt.c:868
14249 msgid "object of type `%T' will not be accessed in %s"
14250 msgstr ""
14251
14252 #: cp/cvt.c:884
14253 msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
14254 msgstr ""
14255
14256 #. [over.over] enumerates the places where we can take the address
14257 #. of an overloaded function, and this is not one of them.
14258 #: cp/cvt.c:904
14259 #, c-format
14260 msgid "%s cannot resolve address of overloaded function"
14261 msgstr ""
14262
14263 #. Only warn when there is no &.
14264 #: cp/cvt.c:909
14265 #, c-format
14266 msgid "%s is a reference, not call, to function `%E'"
14267 msgstr ""
14268
14269 #: cp/cvt.c:1039
14270 msgid "converting NULL to non-pointer type"
14271 msgstr ""
14272
14273 #: cp/cvt.c:1115
14274 msgid "ambiguous default type conversion from `%T'"
14275 msgstr ""
14276
14277 #: cp/cvt.c:1117
14278 msgid " candidate conversions include `%D' and `%D'"
14279 msgstr ""
14280
14281 #: cp/decl.c:736
14282 #, c-format
14283 msgid "push %s level %p line %d\n"
14284 msgstr ""
14285
14286 #: cp/decl.c:770
14287 #, c-format
14288 msgid "pop %s level %p line %d\n"
14289 msgstr ""
14290
14291 #: cp/decl.c:776 cp/decl.c:814
14292 msgid "XXX is_class_level != (current_binding_level == class_binding_level)\n"
14293 msgstr ""
14294
14295 #: cp/decl.c:808
14296 #, c-format
14297 msgid "suspend %s level %p line %d\n"
14298 msgstr ""
14299
14300 #: cp/decl.c:837
14301 #, c-format
14302 msgid "resume %s level %p line %d\n"
14303 msgstr ""
14304
14305 #: cp/decl.c:1255 cp/decl.c:3490
14306 msgid "conflicts with previous declaration `%#D'"
14307 msgstr "канфлікт з папярэднім абвяшчэньнем `%#D'"
14308
14309 #: cp/decl.c:1467
14310 msgid "label `%D' used but not defined"
14311 msgstr "адмеціна `%D' выкарыстоўвываецца, але ня вызначана"
14312
14313 #: cp/decl.c:1472
14314 msgid "label `%D' defined but not used"
14315 msgstr "адмеціна `%D' вызначана, але не выкарыстоўваецца"
14316
14317 #: cp/decl.c:2489
14318 msgid "namespace alias `%D' not allowed here, assuming `%D'"
14319 msgstr ""
14320
14321 #: cp/decl.c:2825
14322 msgid "XXX entering pop_everything ()\n"
14323 msgstr ""
14324
14325 #: cp/decl.c:2834
14326 msgid "XXX leaving pop_everything ()\n"
14327 msgstr ""
14328
14329 #: cp/decl.c:3285 cp/decl.c:3700
14330 msgid "previous declaration of `%D'"
14331 msgstr "папярэдняе абвяшчэньне `%D'"
14332
14333 #: cp/decl.c:3366 cp/decl.c:3404
14334 #, fuzzy
14335 msgid "shadowing %s function `%#D'"
14336 msgstr "у функцыі \"%s\":"
14337
14338 #: cp/decl.c:3375
14339 msgid "library function `%#D' redeclared as non-function `%#D'"
14340 msgstr ""
14341
14342 #: cp/decl.c:3380
14343 #, fuzzy
14344 msgid "conflicts with built-in declaration `%#D'"
14345 msgstr "паўторнае абвяшчэнне меткі \"%s\""
14346
14347 #: cp/decl.c:3399 cp/decl.c:3504 cp/decl.c:3520
14348 msgid "new declaration `%#D'"
14349 msgstr "новае абвяшчэньне `%#D'"
14350
14351 #: cp/decl.c:3400
14352 #, fuzzy
14353 msgid "ambiguates built-in declaration `%#D'"
14354 msgstr "паўторнае абвяшчэнне меткі \"%s\""
14355
14356 #: cp/decl.c:3464
14357 msgid "`%#D' redeclared as different kind of symbol"
14358 msgstr ""
14359
14360 #: cp/decl.c:3467
14361 msgid "previous declaration of `%#D'"
14362 msgstr "папярэдняе абвяшчэньне `%#D'"
14363
14364 #: cp/decl.c:3489
14365 msgid "declaration of template `%#D'"
14366 msgstr "абвяшчэньне шаблёну `%#D'"
14367
14368 #: cp/decl.c:3505 cp/decl.c:3521
14369 #, fuzzy
14370 msgid "ambiguates old declaration `%#D'"
14371 msgstr "паўторнае абвяшчэнне меткі \"%s\""
14372
14373 #: cp/decl.c:3513
14374 msgid "declaration of C function `%#D' conflicts with"
14375 msgstr ""
14376
14377 #: cp/decl.c:3515
14378 #, fuzzy
14379 msgid "previous declaration `%#D' here"
14380 msgstr "няма папярэдняга аб'яўлення для \"%s\""
14381
14382 #: cp/decl.c:3533
14383 msgid "conflicting types for `%#D'"
14384 msgstr ""
14385
14386 #: cp/decl.c:3534
14387 #, fuzzy
14388 msgid "previous declaration as `%#D'"
14389 msgstr "няма папярэдняга аб'яўлення для \"%s\""
14390
14391 #: cp/decl.c:3577
14392 msgid "`%#D' previously defined here"
14393 msgstr ""
14394
14395 #: cp/decl.c:3578
14396 msgid "`%#D' previously declared here"
14397 msgstr ""
14398
14399 #. Prototype decl follows defn w/o prototype.
14400 #: cp/decl.c:3587
14401 #, fuzzy
14402 msgid "prototype for `%#D'"
14403 msgstr "няма папярэдняга прататыпа для \"%s\""
14404
14405 #: cp/decl.c:3588
14406 msgid "follows non-prototype definition here"
14407 msgstr ""
14408
14409 #: cp/decl.c:3600
14410 #, fuzzy
14411 msgid "previous declaration of `%#D' with %L linkage"
14412 msgstr "няма папярэдняга аб'яўлення для \"%s\""
14413
14414 #: cp/decl.c:3602
14415 msgid "conflicts with new declaration with %L linkage"
14416 msgstr ""
14417
14418 #: cp/decl.c:3625 cp/decl.c:3632
14419 msgid "default argument given for parameter %d of `%#D'"
14420 msgstr ""
14421
14422 #: cp/decl.c:3627 cp/decl.c:3634
14423 #, fuzzy
14424 msgid "after previous specification in `%#D'"
14425 msgstr "няма папярэдняга аб'яўлення для \"%s\""
14426
14427 #: cp/decl.c:3643
14428 msgid "`%#D' was used before it was declared inline"
14429 msgstr ""
14430
14431 #: cp/decl.c:3645
14432 #, fuzzy
14433 msgid "previous non-inline declaration here"
14434 msgstr "няма папярэдняга аб'яўлення для \"%s\""
14435
14436 #: cp/decl.c:3699
14437 msgid "redundant redeclaration of `%D' in same scope"
14438 msgstr ""
14439
14440 #: cp/decl.c:3780
14441 #, c-format
14442 msgid "declaration of `%F' throws different exceptions"
14443 msgstr ""
14444
14445 #: cp/decl.c:3782
14446 #, fuzzy, c-format
14447 msgid "than previous declaration `%F'"
14448 msgstr "няма папярэдняга аб'яўлення для \"%s\""
14449
14450 #. From [temp.expl.spec]:
14451 #.
14452 #. If a template, a member template or the member of a class
14453 #. template is explicitly specialized then that
14454 #. specialization shall be declared before the first use of
14455 #. that specialization that would cause an implicit
14456 #. instantiation to take place, in every translation unit in
14457 #. which such a use occurs.
14458 #: cp/decl.c:3922
14459 msgid "explicit specialization of %D after first use"
14460 msgstr ""
14461
14462 #: cp/decl.c:4187
14463 #, fuzzy
14464 msgid "`%#D' used prior to declaration"
14465 msgstr "\"%s\" - гэта не пачатак дэкларацыі"
14466
14467 #: cp/decl.c:4218
14468 #, fuzzy
14469 msgid "redeclaration of `wchar_t' as `%T'"
14470 msgstr "няма папярэдняга аб'яўлення для \"%s\""
14471
14472 #. A redeclaration of main, but not a duplicate of the
14473 #. previous one.
14474 #.
14475 #. [basic.start.main]
14476 #.
14477 #. This function shall not be overloaded.
14478 #: cp/decl.c:4246
14479 #, fuzzy
14480 msgid "invalid redeclaration of `%D'"
14481 msgstr "Нерэчаіснае абвяшчэнне"
14482
14483 #: cp/decl.c:4247
14484 msgid "as `%D'"
14485 msgstr "як `%D'"
14486
14487 #: cp/decl.c:4337
14488 #, fuzzy
14489 msgid "previous external decl of `%#D'"
14490 msgstr "няма папярэдняга аб'яўлення для \"%s\""
14491
14492 #: cp/decl.c:4378
14493 msgid "`%D' was previously implicitly declared to return `int'"
14494 msgstr ""
14495
14496 #: cp/decl.c:4438
14497 msgid "extern declaration of `%#D' doesn't match"
14498 msgstr ""
14499
14500 #: cp/decl.c:4439
14501 #, fuzzy
14502 msgid "global declaration `%#D'"
14503 msgstr "паўторнае абвяшчэнне меткі \"%s\""
14504
14505 #: cp/decl.c:4472
14506 msgid "declaration of `%#D' shadows a parameter"
14507 msgstr ""
14508
14509 #: cp/decl.c:4492
14510 #, c-format
14511 msgid "declaration of `%s' shadows a member of `this'"
14512 msgstr ""
14513
14514 #: cp/decl.c:4889
14515 #, fuzzy
14516 msgid "`%#D' hides constructor for `%#T'"
14517 msgstr "дэструктару неабходны \"%#D\""
14518
14519 #: cp/decl.c:4904
14520 #, fuzzy
14521 msgid "`%#D' conflicts with previous using declaration `%#D'"
14522 msgstr "секцыя \"%s\" канфліктуе з папярэдняй дэкларацыяй"
14523
14524 #: cp/decl.c:4916
14525 #, fuzzy
14526 msgid "previous non-function declaration `%#D'"
14527 msgstr "няма папярэдняга аб'яўлення для \"%s\""
14528
14529 #: cp/decl.c:4917
14530 #, fuzzy
14531 msgid "conflicts with function declaration `%#D'"
14532 msgstr "секцыя \"%s\" канфліктуе з папярэдняй дэкларацыяй"
14533
14534 #: cp/decl.c:5007
14535 #, fuzzy
14536 msgid "implicit declaration of function `%#D'"
14537 msgstr "няма папярэдняга аб'яўлення для \"%s\""
14538
14539 #: cp/decl.c:5167
14540 #, c-format
14541 msgid "label `%s' referenced outside of any function"
14542 msgstr ""
14543
14544 #: cp/decl.c:5270 cp/decl.c:5294 cp/decl.c:5387
14545 msgid "jump to label `%D'"
14546 msgstr ""
14547
14548 #: cp/decl.c:5272 cp/decl.c:5296
14549 msgid "jump to case label"
14550 msgstr ""
14551
14552 #: cp/decl.c:5280
14553 msgid " crosses initialization of `%#D'"
14554 msgstr ""
14555
14556 #: cp/decl.c:5283 cp/decl.c:5403
14557 msgid " enters scope of non-POD `%#D'"
14558 msgstr ""
14559
14560 #: cp/decl.c:5303 cp/decl.c:5407
14561 msgid " enters try block"
14562 msgstr ""
14563
14564 #. Can't skip init of __exception_info.
14565 #: cp/decl.c:5305 cp/decl.c:5399 cp/decl.c:5409
14566 msgid " enters catch block"
14567 msgstr ""
14568
14569 #: cp/decl.c:5388
14570 msgid " from here"
14571 msgstr " адсюль"
14572
14573 #: cp/decl.c:5401
14574 #, fuzzy
14575 msgid " skips initialization of `%#D'"
14576 msgstr "ініцыялізацыя"
14577
14578 #: cp/decl.c:5437
14579 msgid "label named wchar_t"
14580 msgstr ""
14581
14582 #: cp/decl.c:5440
14583 #, fuzzy
14584 msgid "duplicate label `%D'"
14585 msgstr "паўтарэнне \"%s\""
14586
14587 #: cp/decl.c:5525
14588 #, c-format
14589 msgid "case label `%E' not within a switch statement"
14590 msgstr ""
14591
14592 #. Definition isn't the kind we were looking for.
14593 #: cp/decl.c:5704 cp/decl.c:5723
14594 msgid "`%#D' redeclared as %C"
14595 msgstr ""
14596
14597 #. This happens for A::B where B is a template, and there are no
14598 #. template arguments.
14599 #: cp/decl.c:5811 cp/typeck.c:2069 cp/typeck.c:2229
14600 msgid "invalid use of `%D'"
14601 msgstr "нерэчаіснае выкарыстаньне `%D'"
14602
14603 #: cp/decl.c:5852
14604 msgid "`%D::%D' is not a template"
14605 msgstr ""
14606
14607 #: cp/decl.c:5869
14608 msgid "`%D' undeclared in namespace `%D'"
14609 msgstr ""
14610
14611 #: cp/decl.c:6002
14612 msgid "`%D' used without template parameters"
14613 msgstr ""
14614
14615 #: cp/decl.c:6013 cp/decl.c:6029 cp/decl.c:6139
14616 msgid "no class template named `%#T' in `%#T'"
14617 msgstr ""
14618
14619 #: cp/decl.c:6055 cp/decl.c:6065 cp/decl.c:6100
14620 msgid "no type named `%#T' in `%#T'"
14621 msgstr ""
14622
14623 #: cp/decl.c:6329
14624 msgid "lookup of `%D' finds `%#D'"
14625 msgstr ""
14626
14627 #: cp/decl.c:6331
14628 msgid " instead of `%D' from dependent base class"
14629 msgstr ""
14630
14631 #: cp/decl.c:6333
14632 msgid " (use `typename %T::%D' if that's what you meant)"
14633 msgstr ""
14634
14635 #: cp/decl.c:6364
14636 msgid "name lookup of `%D' changed"
14637 msgstr ""
14638
14639 #: cp/decl.c:6366
14640 msgid " matches this `%D' under ISO standard rules"
14641 msgstr ""
14642
14643 #: cp/decl.c:6368
14644 msgid " matches this `%D' under old rules"
14645 msgstr ""
14646
14647 #: cp/decl.c:6382 cp/decl.c:6389
14648 msgid "name lookup of `%D' changed for new ISO `for' scoping"
14649 msgstr ""
14650
14651 #: cp/decl.c:6384
14652 msgid " cannot use obsolete binding at `%D' because it has a destructor"
14653 msgstr ""
14654
14655 #: cp/decl.c:6391
14656 msgid " using obsolete binding at `%D'"
14657 msgstr ""
14658
14659 #: cp/decl.c:6609
14660 msgid "lookup of `%D' in the scope of `%#T' (`%#D') does not match lookup in the current scope (`%#D')"
14661 msgstr ""
14662
14663 #: cp/decl.c:7432
14664 msgid "an anonymous union cannot have function members"
14665 msgstr ""
14666
14667 #: cp/decl.c:7449
14668 msgid "member %#D' with constructor not allowed in anonymous aggregate"
14669 msgstr ""
14670
14671 #: cp/decl.c:7452
14672 msgid "member %#D' with destructor not allowed in anonymous aggregate"
14673 msgstr ""
14674
14675 #: cp/decl.c:7455
14676 msgid "member %#D' with copy assignment operator not allowed in anonymous aggregate"
14677 msgstr ""
14678
14679 #: cp/decl.c:7493
14680 msgid "redeclaration of C++ built-in type `%T'"
14681 msgstr ""
14682
14683 #: cp/decl.c:7529
14684 msgid "multiple types in one declaration"
14685 msgstr ""
14686
14687 #: cp/decl.c:7556
14688 msgid "missing type-name in typedef-declaration"
14689 msgstr ""
14690
14691 #: cp/decl.c:7563
14692 msgid "ISO C++ prohibits anonymous structs"
14693 msgstr ""
14694
14695 #: cp/decl.c:7570
14696 msgid "`%D' can only be specified for functions"
14697 msgstr ""
14698
14699 #: cp/decl.c:7572
14700 msgid "`%D' can only be specified inside a class"
14701 msgstr ""
14702
14703 #: cp/decl.c:7574
14704 msgid "`%D' can only be specified for constructors"
14705 msgstr ""
14706
14707 #: cp/decl.c:7577
14708 msgid "`%D' can only be specified for objects and functions"
14709 msgstr ""
14710
14711 #: cp/decl.c:7719 cp/decl2.c:936
14712 #, fuzzy
14713 msgid "typedef `%D' is initialized (use __typeof__ instead)"
14714 msgstr "параметр \"%s\" ініцыялізаваны"
14715
14716 #: cp/decl.c:7724
14717 msgid "function `%#D' is initialized like a variable"
14718 msgstr ""
14719
14720 #: cp/decl.c:7736
14721 msgid "declaration of `%#D' has `extern' and is initialized"
14722 msgstr ""
14723
14724 #: cp/decl.c:7770
14725 msgid "`%#D' is not a static member of `%#T'"
14726 msgstr ""
14727
14728 #: cp/decl.c:7775
14729 msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
14730 msgstr ""
14731
14732 #: cp/decl.c:7786
14733 msgid "duplicate initialization of %D"
14734 msgstr ""
14735
14736 #: cp/decl.c:7815
14737 msgid "declaration of `%#D' outside of class is not definition"
14738 msgstr ""
14739
14740 #: cp/decl.c:7865
14741 #, fuzzy
14742 msgid "variable `%#D' has initializer but incomplete type"
14743 msgstr "\"%s\" мае незавершаны тып"
14744
14745 #: cp/decl.c:7873 cp/decl.c:8432
14746 #, fuzzy
14747 msgid "elements of array `%#D' have incomplete type"
14748 msgstr "\"%s\" мае незавершаны тып"
14749
14750 #: cp/decl.c:7889
14751 msgid "aggregate `%#D' has incomplete type and cannot be defined"
14752 msgstr ""
14753
14754 #: cp/decl.c:7931
14755 msgid "`%D' declared as reference but not initialized"
14756 msgstr ""
14757
14758 #: cp/decl.c:7940
14759 msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"
14760 msgstr ""
14761
14762 #: cp/decl.c:7970
14763 #, fuzzy
14764 msgid "cannot initialize `%T' from `%T'"
14765 msgstr "не магу ініцыялізаваць сяброўскую функцыю \"%s\""
14766
14767 #: cp/decl.c:8004
14768 msgid "initializer fails to determine size of `%D'"
14769 msgstr ""
14770
14771 #: cp/decl.c:8009
14772 msgid "array size missing in `%D'"
14773 msgstr "прапушчан памер масіва ў `%D'"
14774
14775 #: cp/decl.c:8021
14776 msgid "zero-size array `%D'"
14777 msgstr "нулявы памер масіва `%D'"
14778
14779 #. An automatic variable with an incomplete type: that is an error.
14780 #. Don't talk about array types here, since we took care of that
14781 #. message in grokdeclarator.
14782 #: cp/decl.c:8059
14783 msgid "storage size of `%D' isn't known"
14784 msgstr ""
14785
14786 #: cp/decl.c:8081
14787 msgid "storage size of `%D' isn't constant"
14788 msgstr ""
14789
14790 #: cp/decl.c:8137
14791 msgid "sorry: semantics of inline function static data `%#D' are wrong (you'll wind up with multiple copies)"
14792 msgstr ""
14793
14794 #: cp/decl.c:8138
14795 msgid " you can work around this by removing the initializer"
14796 msgstr ""
14797
14798 #: cp/decl.c:8164
14799 #, fuzzy
14800 msgid "uninitialized const `%D'"
14801 msgstr "не магу ініцыялізаваць сяброўскую функцыю \"%s\""
14802
14803 #: cp/decl.c:8249
14804 #, fuzzy
14805 msgid "brace-enclosed initializer used to initialize `%T'"
14806 msgstr "не магу ініцыялізаваць сяброўскую функцыю \"%s\""
14807
14808 #: cp/decl.c:8313
14809 msgid "initializer for `%T' must be brace-enclosed"
14810 msgstr ""
14811
14812 #: cp/decl.c:8328
14813 msgid "ISO C++ does not allow designated initializers"
14814 msgstr ""
14815
14816 #: cp/decl.c:8332
14817 msgid "`%T' has no non-static data member named `%D'"
14818 msgstr ""
14819
14820 #: cp/decl.c:8389
14821 #, fuzzy
14822 msgid "too many initializers for `%T'"
14823 msgstr "не магу ініцыялізаваць сяброўскую функцыю \"%s\""
14824
14825 #: cp/decl.c:8426
14826 msgid "variable-sized object `%D' may not be initialized"
14827 msgstr ""
14828
14829 #: cp/decl.c:8437
14830 #, fuzzy
14831 msgid "`%D' has incomplete type"
14832 msgstr "\"%s\" мае незавершаны тып"
14833
14834 #: cp/decl.c:8486
14835 msgid "`%D' must be initialized by constructor, not by `{...}'"
14836 msgstr ""
14837
14838 #: cp/decl.c:8527
14839 msgid "structure `%D' with uninitialized const members"
14840 msgstr ""
14841
14842 #: cp/decl.c:8529
14843 msgid "structure `%D' with uninitialized reference members"
14844 msgstr ""
14845
14846 #: cp/decl.c:8770
14847 msgid "assignment (not initialization) in declaration"
14848 msgstr ""
14849
14850 #: cp/decl.c:8785
14851 #, fuzzy
14852 msgid "cannot initialize `%D' to namespace `%D'"
14853 msgstr "не магу ініцыялізаваць сяброўскую функцыю \"%s\""
14854
14855 #: cp/decl.c:8836
14856 #, fuzzy
14857 msgid "shadowing previous type declaration of `%#D'"
14858 msgstr "няма папярэдняга аб'яўлення для \"%s\""
14859
14860 #: cp/decl.c:8883
14861 msgid "`%D' cannot be thread-local because it has non-POD type `%T'"
14862 msgstr ""
14863
14864 #: cp/decl.c:8898
14865 msgid "`%D' is thread-local and so cannot be dynamically initialized"
14866 msgstr ""
14867
14868 #: cp/decl.c:9298 cp/init.c:562
14869 msgid "multiple initializations given for `%D'"
14870 msgstr ""
14871
14872 #: cp/decl.c:9390
14873 msgid "invalid catch parameter"
14874 msgstr ""
14875
14876 #: cp/decl.c:9508
14877 msgid "destructor for alien class `%T' cannot be a member"
14878 msgstr ""
14879
14880 #: cp/decl.c:9511
14881 msgid "constructor for alien class `%T' cannot be a member"
14882 msgstr ""
14883
14884 #: cp/decl.c:9530
14885 msgid "`%D' declared as a `virtual' %s"
14886 msgstr ""
14887
14888 #: cp/decl.c:9532
14889 msgid "`%D' declared as an `inline' %s"
14890 msgstr ""
14891
14892 #: cp/decl.c:9534
14893 msgid "`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
14894 msgstr ""
14895
14896 #: cp/decl.c:9537
14897 msgid "`%D' declared as a friend"
14898 msgstr ""
14899
14900 #: cp/decl.c:9543
14901 #, fuzzy
14902 msgid "`%D' declared with an exception specification"
14903 msgstr "\"%s\" не абвешчан (першае выкарыстанне ў гэтай функцыі)"
14904
14905 #: cp/decl.c:9618
14906 msgid "cannot declare `::main' to be a template"
14907 msgstr ""
14908
14909 #: cp/decl.c:9620
14910 msgid "cannot declare `::main' to be inline"
14911 msgstr ""
14912
14913 #: cp/decl.c:9622
14914 msgid "cannot declare `::main' to be static"
14915 msgstr ""
14916
14917 #: cp/decl.c:9625
14918 msgid "`main' must return `int'"
14919 msgstr "`main' павінна вяртаць `int'"
14920
14921 #: cp/decl.c:9653
14922 msgid "non-local function `%#D' uses anonymous type"
14923 msgstr ""
14924
14925 #: cp/decl.c:9656
14926 msgid "`%#D' does not refer to the unqualified type, so it is not used for linkage"
14927 msgstr ""
14928
14929 #: cp/decl.c:9662
14930 msgid "non-local function `%#D' uses local type `%T'"
14931 msgstr ""
14932
14933 #: cp/decl.c:9691
14934 msgid "%smember function `%D' cannot have `%T' method qualifier"
14935 msgstr ""
14936
14937 #: cp/decl.c:9715
14938 msgid "defining explicit specialization `%D' in friend declaration"
14939 msgstr ""
14940
14941 #. Something like `template <class T> friend void f<T>()'.
14942 #: cp/decl.c:9725
14943 msgid "invalid use of template-id `%D' in declaration of primary template"
14944 msgstr ""
14945
14946 #: cp/decl.c:9753
14947 msgid "default arguments are not allowed in declaration of friend template specialization `%D'"
14948 msgstr ""
14949
14950 #: cp/decl.c:9760
14951 msgid "`inline' is not allowed in declaration of friend template specialization `%D'"
14952 msgstr ""
14953
14954 #: cp/decl.c:9822
14955 msgid "definition of implicitly-declared `%D'"
14956 msgstr ""
14957
14958 #: cp/decl.c:9834 cp/decl2.c:785
14959 msgid "no `%#D' member function declared in class `%T'"
14960 msgstr ""
14961
14962 #: cp/decl.c:9967
14963 msgid "non-local variable `%#D' uses local type `%T'"
14964 msgstr ""
14965
14966 #: cp/decl.c:10064
14967 msgid "invalid in-class initialization of static data member of non-integral type `%T'"
14968 msgstr ""
14969
14970 #: cp/decl.c:10073
14971 msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"
14972 msgstr ""
14973
14974 #: cp/decl.c:10076
14975 msgid "ISO C++ forbids initialization of member constant `%D' of non-integral type `%T'"
14976 msgstr ""
14977
14978 #: cp/decl.c:10126
14979 msgid "size of array `%D' has non-integer type"
14980 msgstr "памер масіва `%D' не цэлалікавы тып"
14981
14982 #: cp/decl.c:10128
14983 #, fuzzy
14984 msgid "size of array has non-integer type"
14985 msgstr "памер масіва \"%s\" адмоўны"
14986
14987 #: cp/decl.c:10148
14988 msgid "size of array `%D' is negative"
14989 msgstr "памер масіва `%D' - адмоўны"
14990
14991 #: cp/decl.c:10150
14992 msgid "size of array is negative"
14993 msgstr "адмоўны памер масіва "
14994
14995 #: cp/decl.c:10159
14996 msgid "ISO C++ forbids zero-size array `%D'"
14997 msgstr ""
14998
14999 #: cp/decl.c:10161
15000 #, fuzzy
15001 msgid "ISO C++ forbids zero-size array"
15002 msgstr "ISO C не дазваляе дэкларацыі метак (label)"
15003
15004 #: cp/decl.c:10168
15005 #, fuzzy
15006 msgid "size of array `%D' is not an integral constant-expression"
15007 msgstr "памер масіва \"%s\" адмоўны"
15008
15009 #: cp/decl.c:10171
15010 msgid "size of array is not an integral constant-expression"
15011 msgstr ""
15012
15013 #: cp/decl.c:10189
15014 msgid "ISO C++ forbids variable-size array `%D'"
15015 msgstr ""
15016
15017 #: cp/decl.c:10192
15018 #, fuzzy
15019 msgid "ISO C++ forbids variable-size array"
15020 msgstr "ISO C не дазваляе дэкларацыі метак (label)"
15021
15022 #: cp/decl.c:10203
15023 msgid "overflow in array dimension"
15024 msgstr ""
15025
15026 #: cp/decl.c:10262
15027 msgid "declaration of `%D' as %s"
15028 msgstr ""
15029
15030 #: cp/decl.c:10264
15031 #, c-format
15032 msgid "creating %s"
15033 msgstr ""
15034
15035 #: cp/decl.c:10276
15036 msgid "declaration of `%D' as multidimensional array must have bounds for all dimensions except the first"
15037 msgstr ""
15038
15039 #: cp/decl.c:10279
15040 msgid "multidimensional array must have bounds for all dimensions except the first"
15041 msgstr ""
15042
15043 #: cp/decl.c:10308
15044 msgid "return type specification for constructor invalid"
15045 msgstr ""
15046
15047 #: cp/decl.c:10315
15048 msgid "return type specification for destructor invalid"
15049 msgstr ""
15050
15051 #: cp/decl.c:10321
15052 msgid "operator `%T' declared to return `%T'"
15053 msgstr ""
15054
15055 #: cp/decl.c:10323
15056 msgid "return type specified for `operator %T'"
15057 msgstr ""
15058
15059 #: cp/decl.c:10491
15060 msgid "destructors must be member functions"
15061 msgstr ""
15062
15063 #: cp/decl.c:10510
15064 msgid "destructor `%T' must match class name `%T'"
15065 msgstr ""
15066
15067 #: cp/decl.c:10539
15068 msgid "variable declaration is not allowed here"
15069 msgstr ""
15070
15071 #: cp/decl.c:10566
15072 msgid "invalid declarator"
15073 msgstr "нерэчаісны абвяшчальнік"
15074
15075 #: cp/decl.c:10617
15076 msgid "declarator-id missing; using reserved word `%D'"
15077 msgstr ""
15078
15079 #: cp/decl.c:10674
15080 msgid "type `%T' is not derived from type `%T'"
15081 msgstr ""
15082
15083 #. Parse error puts this typespec where
15084 #. a declarator should go.
15085 #: cp/decl.c:10726
15086 msgid "`%T' specified as declarator-id"
15087 msgstr ""
15088
15089 #: cp/decl.c:10728
15090 msgid " perhaps you want `%T' for a constructor"
15091 msgstr ""
15092
15093 #. Sometimes, we see a template-name used as part of a
15094 #. decl-specifier like in
15095 #. std::allocator alloc;
15096 #. Handle that gracefully.
15097 #: cp/decl.c:10750
15098 #, fuzzy, c-format
15099 msgid "invalid use of template-name '%E' in a declarator"
15100 msgstr "нявернае выкарыстанне \"restict\""
15101
15102 #: cp/decl.c:10770
15103 msgid "declaration of `%D' as non-function"
15104 msgstr ""
15105
15106 #: cp/decl.c:10847
15107 msgid "`bool' is now a keyword"
15108 msgstr ""
15109
15110 #: cp/decl.c:10849
15111 msgid "extraneous `%T' ignored"
15112 msgstr ""
15113
15114 #: cp/decl.c:10865 cp/decl.c:10910
15115 msgid "multiple declarations `%T' and `%T'"
15116 msgstr "неаднолькавае абвяшчэньне `%T' і `%T'"
15117
15118 #: cp/decl.c:10878
15119 msgid "ISO C++ does not support `long long'"
15120 msgstr "ISO C++ не падтрымлівае \"long long\""
15121
15122 #: cp/decl.c:10983 cp/decl.c:10986
15123 #, fuzzy, c-format
15124 msgid "ISO C++ forbids declaration of `%s' with no type"
15125 msgstr "ISO C не дазваляе дэкларацыі метак (label)"
15126
15127 #. The implicit typename extension is deprecated and will be
15128 #. removed. Warn about its use now.
15129 #: cp/decl.c:10996
15130 msgid "`%T' is implicitly a typename"
15131 msgstr ""
15132
15133 #: cp/decl.c:11032
15134 #, c-format
15135 msgid "short, signed or unsigned invalid for `%s'"
15136 msgstr ""
15137
15138 #: cp/decl.c:11037
15139 #, c-format
15140 msgid "long and short specified together for `%s'"
15141 msgstr ""
15142
15143 #: cp/decl.c:11048
15144 #, c-format
15145 msgid "signed and unsigned given together for `%s'"
15146 msgstr ""
15147
15148 #: cp/decl.c:11157
15149 msgid "qualifiers are not allowed on declaration of `operator %T'"
15150 msgstr ""
15151
15152 #: cp/decl.c:11179
15153 msgid "member `%D' cannot be declared both virtual and static"
15154 msgstr ""
15155
15156 #: cp/decl.c:11188
15157 #, fuzzy
15158 msgid "`%T::%D' is not a valid declarator"
15159 msgstr "\"%s\" - гэта не пачатак дэкларацыі"
15160
15161 #: cp/decl.c:11200
15162 msgid "storage class specifiers invalid in parameter declarations"
15163 msgstr ""
15164
15165 #: cp/decl.c:11204
15166 msgid "typedef declaration invalid in parameter declaration"
15167 msgstr ""
15168
15169 #: cp/decl.c:11217
15170 msgid "virtual outside class declaration"
15171 msgstr ""
15172
15173 #: cp/decl.c:11278
15174 #, c-format
15175 msgid "storage class specified for %s `%s'"
15176 msgstr ""
15177
15178 #: cp/decl.c:11325
15179 msgid "storage class specifiers invalid in friend function declarations"
15180 msgstr ""
15181
15182 #: cp/decl.c:11495
15183 msgid "destructor cannot be static member function"
15184 msgstr ""
15185
15186 #: cp/decl.c:11498
15187 #, c-format
15188 msgid "destructors may not be `%s'"
15189 msgstr ""
15190
15191 #: cp/decl.c:11519
15192 msgid "constructor cannot be static member function"
15193 msgstr ""
15194
15195 #: cp/decl.c:11522
15196 msgid "constructors cannot be declared virtual"
15197 msgstr ""
15198
15199 #: cp/decl.c:11527
15200 #, c-format
15201 msgid "constructors may not be `%s'"
15202 msgstr ""
15203
15204 #: cp/decl.c:11537
15205 msgid "return value type specifier for constructor ignored"
15206 msgstr ""
15207
15208 #: cp/decl.c:11556
15209 #, c-format
15210 msgid "can't initialize friend function `%s'"
15211 msgstr "не магу ініцыялізаваць сяброўскую функцыю \"%s\""
15212
15213 #. Cannot be both friend and virtual.
15214 #: cp/decl.c:11560
15215 msgid "virtual functions cannot be friends"
15216 msgstr "віртуальныя функцыі не могуць быць сяброўскімі"
15217
15218 #: cp/decl.c:11565
15219 msgid "friend declaration not in class definition"
15220 msgstr ""
15221
15222 #: cp/decl.c:11567
15223 #, fuzzy, c-format
15224 msgid "can't define friend function `%s' in a local class definition"
15225 msgstr "не магу ініцыялізаваць сяброўскую функцыю \"%s\""
15226
15227 #: cp/decl.c:11591
15228 msgid "destructors may not have parameters"
15229 msgstr ""
15230
15231 #: cp/decl.c:11622 cp/decl.c:11629
15232 #, fuzzy
15233 msgid "cannot declare reference to `%#T'"
15234 msgstr "Не магу знайсці файл для класа %s."
15235
15236 #: cp/decl.c:11623
15237 #, fuzzy
15238 msgid "cannot declare pointer to `%#T'"
15239 msgstr "\"%s\" мае незавершаны тып"
15240
15241 #: cp/decl.c:11628
15242 msgid "cannot declare pointer to `%#T' member"
15243 msgstr ""
15244
15245 #: cp/decl.c:11804
15246 msgid "extra qualification `%T::' on member `%s' ignored"
15247 msgstr ""
15248
15249 #: cp/decl.c:11814
15250 msgid "cannot declare member function `%T::%s' within `%T'"
15251 msgstr ""
15252
15253 #: cp/decl.c:11829
15254 msgid "cannot declare member `%T::%s' within `%T'"
15255 msgstr ""
15256
15257 #: cp/decl.c:11908
15258 msgid "data member may not have variably modified type `%T'"
15259 msgstr ""
15260
15261 #: cp/decl.c:11910
15262 msgid "parameter may not have variably modified type `%T'"
15263 msgstr ""
15264
15265 #. [dcl.fct.spec] The explicit specifier shall only be used in
15266 #. declarations of constructors within a class definition.
15267 #: cp/decl.c:11918
15268 msgid "only declarations of constructors can be `explicit'"
15269 msgstr ""
15270
15271 #: cp/decl.c:11926
15272 #, c-format
15273 msgid "non-member `%s' cannot be declared `mutable'"
15274 msgstr ""
15275
15276 #: cp/decl.c:11931
15277 #, c-format
15278 msgid "non-object member `%s' cannot be declared `mutable'"
15279 msgstr ""
15280
15281 #: cp/decl.c:11937
15282 #, c-format
15283 msgid "function `%s' cannot be declared `mutable'"
15284 msgstr ""
15285
15286 #: cp/decl.c:11942
15287 #, c-format
15288 msgid "static `%s' cannot be declared `mutable'"
15289 msgstr ""
15290
15291 #: cp/decl.c:11947
15292 #, c-format
15293 msgid "const `%s' cannot be declared `mutable'"
15294 msgstr ""
15295
15296 #: cp/decl.c:11960
15297 msgid "template-id `%D' used as a declarator"
15298 msgstr ""
15299
15300 #: cp/decl.c:11981
15301 msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"
15302 msgstr ""
15303
15304 #: cp/decl.c:12030
15305 msgid "typedef name may not be class-qualified"
15306 msgstr ""
15307
15308 #: cp/decl.c:12038
15309 msgid "invalid type qualifier for non-member function type"
15310 msgstr ""
15311
15312 #: cp/decl.c:12101
15313 msgid "type qualifiers specified for friend class declaration"
15314 msgstr ""
15315
15316 #: cp/decl.c:12106
15317 msgid "`inline' specified for friend class declaration"
15318 msgstr ""
15319
15320 #: cp/decl.c:12114
15321 #, fuzzy
15322 msgid "template parameters cannot be friends"
15323 msgstr "віртуальныя функцыі не могуць быць сяброўскімі"
15324
15325 #: cp/decl.c:12116
15326 msgid "friend declaration requires class-key, i.e. `friend class %T::%D'"
15327 msgstr ""
15328
15329 #: cp/decl.c:12120
15330 msgid "friend declaration requires class-key, i.e. `friend %#T'"
15331 msgstr ""
15332
15333 #: cp/decl.c:12134
15334 msgid "trying to make class `%T' a friend of global scope"
15335 msgstr ""
15336
15337 #: cp/decl.c:12145
15338 msgid "invalid qualifiers on non-member function type"
15339 msgstr ""
15340
15341 #: cp/decl.c:12164
15342 msgid "abstract declarator `%T' used as declaration"
15343 msgstr ""
15344
15345 #: cp/decl.c:12176
15346 msgid "unnamed variable or field declared void"
15347 msgstr ""
15348
15349 #: cp/decl.c:12185
15350 msgid "variable or field declared void"
15351 msgstr ""
15352
15353 #: cp/decl.c:12195
15354 msgid "cannot use `::' in parameter declaration"
15355 msgstr ""
15356
15357 #. Something like struct S { int N::j; };
15358 #: cp/decl.c:12234
15359 msgid "invalid use of `::'"
15360 msgstr "нерэчаіснае выкарыстаньне `::'"
15361
15362 #: cp/decl.c:12246
15363 #, fuzzy
15364 msgid "function `%D' cannot be declared friend"
15365 msgstr "віртуальныя функцыі не могуць быць сяброўскімі"
15366
15367 #: cp/decl.c:12258
15368 msgid "can't make `%D' into a method -- not in a class"
15369 msgstr ""
15370
15371 #: cp/decl.c:12267
15372 #, fuzzy
15373 msgid "function `%D' declared virtual inside a union"
15374 msgstr "\"%s\" не абвешчан (першае выкарыстанне ў гэтай функцыі)"
15375
15376 #: cp/decl.c:12279
15377 msgid "`%D' cannot be declared virtual, since it is always static"
15378 msgstr ""
15379
15380 #: cp/decl.c:12355
15381 #, fuzzy
15382 msgid "field `%D' has incomplete type"
15383 msgstr "\"%s\" мае незавершаны тып"
15384
15385 #: cp/decl.c:12357
15386 #, fuzzy
15387 msgid "name `%T' has incomplete type"
15388 msgstr "\"%s\" мае незавершаны тып"
15389
15390 #: cp/decl.c:12366
15391 msgid " in instantiation of template `%T'"
15392 msgstr ""
15393
15394 #: cp/decl.c:12376
15395 #, c-format
15396 msgid "`%s' is neither function nor member function; cannot be declared friend"
15397 msgstr ""
15398
15399 #: cp/decl.c:12387
15400 msgid "member functions are implicitly friends of their class"
15401 msgstr ""
15402
15403 #. An attempt is being made to initialize a non-static
15404 #. member. But, from [class.mem]:
15405 #.
15406 #. 4 A member-declarator can contain a
15407 #. constant-initializer only if it declares a static
15408 #. member (_class.static_) of integral or enumeration
15409 #. type, see _class.static.data_.
15410 #.
15411 #. This used to be relatively common practice, but
15412 #. the rest of the compiler does not correctly
15413 #. handle the initialization unless the member is
15414 #. static so we make it static below.
15415 #: cp/decl.c:12434
15416 msgid "ISO C++ forbids initialization of member `%D'"
15417 msgstr ""
15418
15419 #: cp/decl.c:12436
15420 msgid "making `%D' static"
15421 msgstr ""
15422
15423 #: cp/decl.c:12460
15424 msgid "ISO C++ forbids static data member `%D' with same name as enclosing class"
15425 msgstr ""
15426
15427 #: cp/decl.c:12501
15428 #, c-format
15429 msgid "storage class `auto' invalid for function `%s'"
15430 msgstr ""
15431
15432 #: cp/decl.c:12503
15433 #, c-format
15434 msgid "storage class `register' invalid for function `%s'"
15435 msgstr ""
15436
15437 #: cp/decl.c:12505
15438 #, c-format
15439 msgid "storage class `__thread' invalid for function `%s'"
15440 msgstr ""
15441
15442 #: cp/decl.c:12516
15443 #, c-format
15444 msgid "storage class `static' invalid for function `%s' declared out of global scope"
15445 msgstr ""
15446
15447 #: cp/decl.c:12518
15448 #, c-format
15449 msgid "storage class `inline' invalid for function `%s' declared out of global scope"
15450 msgstr ""
15451
15452 #: cp/decl.c:12525
15453 #, c-format
15454 msgid "virtual non-class function `%s'"
15455 msgstr ""
15456
15457 #: cp/decl.c:12554
15458 msgid "cannot declare member function `%D' to have static linkage"
15459 msgstr ""
15460
15461 #. FIXME need arm citation
15462 #: cp/decl.c:12560
15463 msgid "cannot declare static function inside another function"
15464 msgstr ""
15465
15466 #: cp/decl.c:12588
15467 msgid "`static' may not be used when defining (as opposed to declaring) a static data member"
15468 msgstr ""
15469
15470 #: cp/decl.c:12594
15471 msgid "static member `%D' declared `register'"
15472 msgstr ""
15473
15474 #: cp/decl.c:12599
15475 msgid "cannot explicitly declare member `%#D' to have extern linkage"
15476 msgstr ""
15477
15478 #: cp/decl.c:12774
15479 msgid "default argument for `%#D' has type `%T'"
15480 msgstr "звычайны аргумэнт для `%#D' мае тып `%T'"
15481
15482 #: cp/decl.c:12777
15483 msgid "default argument for parameter of type `%T' has type `%T'"
15484 msgstr ""
15485
15486 #: cp/decl.c:12794
15487 msgid "default argument `%E' uses local variable `%D'"
15488 msgstr ""
15489
15490 #: cp/decl.c:12839
15491 #, c-format
15492 msgid "invalid string constant `%E'"
15493 msgstr "`%E' - нерэчаісная нязьменная тыпу string"
15494
15495 #: cp/decl.c:12841
15496 msgid "invalid integer constant in parameter list, did you forget to give parameter name?"
15497 msgstr ""
15498
15499 #: cp/decl.c:12879
15500 #, fuzzy
15501 msgid "parameter `%D' invalidly declared method type"
15502 msgstr "тып параметра \"%s\" не аб'яўлены"
15503
15504 #: cp/decl.c:12885
15505 #, fuzzy
15506 msgid "parameter `%D' invalidly declared offset type"
15507 msgstr "тып параметра \"%s\" не аб'яўлены"
15508
15509 #: cp/decl.c:12909
15510 msgid "parameter `%D' includes %s to array of unknown bound `%T'"
15511 msgstr ""
15512
15513 #. [class.copy]
15514 #.
15515 #. A declaration of a constructor for a class X is ill-formed if
15516 #. its first parameter is of type (optionally cv-qualified) X
15517 #. and either there are no other parameters or else all other
15518 #. parameters have default arguments.
15519 #.
15520 #. We *don't* complain about member template instantiations that
15521 #. have this form, though; they can occur as we try to decide
15522 #. what constructor to use during overload resolution. Since
15523 #. overload resolution will never prefer such a constructor to
15524 #. the non-template copy constructor (which is either explicitly
15525 #. or implicitly defined), there's no need to worry about their
15526 #. existence. Theoretically, they should never even be
15527 #. instantiated, but that's hard to forestall.
15528 #: cp/decl.c:13071
15529 msgid "invalid constructor; you probably meant `%T (const %T&)'"
15530 msgstr ""
15531
15532 #: cp/decl.c:13222
15533 msgid "`%D' must be a nonstatic member function"
15534 msgstr ""
15535
15536 #: cp/decl.c:13228
15537 msgid "`%D' must be either a non-static member function or a non-member function"
15538 msgstr ""
15539
15540 #: cp/decl.c:13245
15541 msgid "`%D' must have an argument of class or enumerated type"
15542 msgstr ""
15543
15544 #: cp/decl.c:13277
15545 #, c-format
15546 msgid "conversion to %s%s will never use a type conversion operator"
15547 msgstr ""
15548
15549 #. 13.4.0.3
15550 #: cp/decl.c:13284
15551 msgid "ISO C++ prohibits overloading operator ?:"
15552 msgstr ""
15553
15554 #: cp/decl.c:13334
15555 msgid "postfix `%D' must take `int' as its argument"
15556 msgstr ""
15557
15558 #: cp/decl.c:13338
15559 msgid "postfix `%D' must take `int' as its second argument"
15560 msgstr ""
15561
15562 #: cp/decl.c:13345
15563 msgid "`%D' must take either zero or one argument"
15564 msgstr ""
15565
15566 #: cp/decl.c:13347
15567 msgid "`%D' must take either one or two arguments"
15568 msgstr ""
15569
15570 #: cp/decl.c:13368
15571 msgid "prefix `%D' should return `%T'"
15572 msgstr ""
15573
15574 #: cp/decl.c:13374
15575 msgid "postfix `%D' should return `%T'"
15576 msgstr ""
15577
15578 #: cp/decl.c:13383
15579 msgid "`%D' must take `void'"
15580 msgstr ""
15581
15582 #: cp/decl.c:13385 cp/decl.c:13393
15583 msgid "`%D' must take exactly one argument"
15584 msgstr ""
15585
15586 #: cp/decl.c:13395
15587 msgid "`%D' must take exactly two arguments"
15588 msgstr ""
15589
15590 #: cp/decl.c:13403
15591 msgid "user-defined `%D' always evaluates both arguments"
15592 msgstr ""
15593
15594 #: cp/decl.c:13417
15595 msgid "`%D' should return by value"
15596 msgstr ""
15597
15598 #: cp/decl.c:13429 cp/decl.c:13432
15599 msgid "`%D' cannot have default arguments"
15600 msgstr ""
15601
15602 #: cp/decl.c:13475
15603 msgid "using typedef-name `%D' after `%s'"
15604 msgstr ""
15605
15606 #: cp/decl.c:13481
15607 msgid "using template type parameter `%T' after `%s'"
15608 msgstr ""
15609
15610 #: cp/decl.c:13542
15611 msgid "`%s %T' declares a new type at namespace scope"
15612 msgstr ""
15613
15614 #: cp/decl.c:13545
15615 msgid " names from dependent base classes are not visible to unqualified name lookup - to refer to the inherited type, say `%s %T::%T'"
15616 msgstr ""
15617
15618 #: cp/decl.c:13663
15619 #, fuzzy
15620 msgid "use of enum `%#D' without previous declaration"
15621 msgstr "секцыя \"%s\" канфліктуе з папярэдняй дэкларацыяй"
15622
15623 #: cp/decl.c:13749
15624 msgid "derived union `%T' invalid"
15625 msgstr ""
15626
15627 #: cp/decl.c:13795
15628 msgid "base type `%T' fails to be a struct or class type"
15629 msgstr ""
15630
15631 #: cp/decl.c:13805
15632 msgid "base class `%T' has incomplete type"
15633 msgstr ""
15634
15635 #: cp/decl.c:13813
15636 msgid "recursive type `%T' undefined"
15637 msgstr ""
15638
15639 #: cp/decl.c:13815
15640 msgid "duplicate base type `%T' invalid"
15641 msgstr ""
15642
15643 #: cp/decl.c:13926
15644 msgid "multiple definition of `%#T'"
15645 msgstr ""
15646
15647 #: cp/decl.c:13927
15648 msgid "previous definition here"
15649 msgstr "папярэдняе вызначэньне"
15650
15651 #: cp/decl.c:14030
15652 msgid "no integral type can represent all of the enumerator values for `%T'"
15653 msgstr ""
15654
15655 #: cp/decl.c:14106
15656 msgid "enumerator value for `%D' not integer constant"
15657 msgstr ""
15658
15659 #: cp/decl.c:14126
15660 msgid "overflow in enumeration values at `%D'"
15661 msgstr ""
15662
15663 #: cp/decl.c:14195
15664 #, fuzzy
15665 msgid "return type `%#T' is incomplete"
15666 msgstr "вяртаемы тып \"%s\" не \"int\""
15667
15668 #: cp/decl.c:14309
15669 #, fuzzy
15670 msgid "semicolon missing after declaration of `%#T'"
15671 msgstr "Не магу знайсці дэкларацыю інтэрфейса для \"%s\""
15672
15673 #: cp/decl.c:14330
15674 msgid "return type for `main' changed to `int'"
15675 msgstr ""
15676
15677 #: cp/decl.c:14361
15678 #, fuzzy
15679 msgid "`%D' implicitly declared before its definition"
15680 msgstr "\"%s\" не абвешчан (першае выкарыстанне ў гэтай функцыі)"
15681
15682 #: cp/decl.c:14383 cp/typeck.c:6314
15683 msgid "`operator=' should return a reference to `*this'"
15684 msgstr ""
15685
15686 #: cp/decl.c:14643
15687 #, fuzzy
15688 msgid "parameter `%D' declared void"
15689 msgstr "тып параметра \"%s\" не аб'яўлены"
15690
15691 #: cp/decl.c:15130
15692 msgid "`%D' is already defined in class `%T'"
15693 msgstr ""
15694
15695 #: cp/decl.c:15348
15696 msgid "static member function `%#D' declared with type qualifiers"
15697 msgstr ""
15698
15699 #: cp/decl2.c:153
15700 #, fuzzy, c-format
15701 msgid "duplicate type qualifiers in %s declaration"
15702 msgstr "паўторнае абвяшчэнне меткі \"%s\""
15703
15704 #: cp/decl2.c:192
15705 msgid "template `%#D' instantiated in file without #pragma interface"
15706 msgstr ""
15707
15708 #: cp/decl2.c:198
15709 msgid "template `%#D' defined in file without #pragma interface"
15710 msgstr ""
15711
15712 #: cp/decl2.c:365
15713 msgid "name missing for member function"
15714 msgstr ""
15715
15716 #. Something has gone very wrong. Assume we are mistakenly reducing
15717 #. an expression instead of a declaration.
15718 #: cp/decl2.c:428
15719 msgid "parser may be lost: is there a '{' missing somewhere?"
15720 msgstr ""
15721
15722 #: cp/decl2.c:459 cp/decl2.c:473
15723 msgid "ambiguous conversion for array subscript"
15724 msgstr ""
15725
15726 #: cp/decl2.c:467
15727 msgid "invalid types `%T[%T]' for array subscript"
15728 msgstr ""
15729
15730 #: cp/decl2.c:515
15731 msgid "type `%#T' argument given to `delete', expected pointer"
15732 msgstr ""
15733
15734 #: cp/decl2.c:523
15735 msgid "anachronistic use of array size in vector delete"
15736 msgstr ""
15737
15738 #: cp/decl2.c:533
15739 msgid "cannot delete a function. Only pointer-to-objects are valid arguments to `delete'"
15740 msgstr ""
15741
15742 #: cp/decl2.c:540
15743 #, fuzzy
15744 msgid "deleting `%T' is undefined"
15745 msgstr "метка \"%s\" ужываецца, але не вызначана"
15746
15747 #: cp/decl2.c:548
15748 msgid "deleting array `%#D'"
15749 msgstr ""
15750
15751 #. 14.5.2.2 [temp.mem]
15752 #.
15753 #. A local class shall not have member templates.
15754 #: cp/decl2.c:582
15755 msgid "invalid declaration of member template `%#D' in local class"
15756 msgstr ""
15757
15758 #: cp/decl2.c:591
15759 msgid "invalid use of `virtual' in template declaration of `%#D'"
15760 msgstr ""
15761
15762 #: cp/decl2.c:601 cp/pt.c:2745
15763 #, fuzzy
15764 msgid "template declaration of `%#D'"
15765 msgstr "пустое абвяшчэнне"
15766
15767 #: cp/decl2.c:651
15768 msgid "Java method '%D' has non-Java return type `%T'"
15769 msgstr ""
15770
15771 #: cp/decl2.c:660
15772 msgid "Java method '%D' has non-Java parameter type `%T'"
15773 msgstr ""
15774
15775 #: cp/decl2.c:746
15776 msgid "prototype for `%#D' does not match any in class `%T'"
15777 msgstr ""
15778
15779 #: cp/decl2.c:828
15780 msgid "local class `%#T' shall not have static data member `%#D'"
15781 msgstr ""
15782
15783 #: cp/decl2.c:836
15784 msgid "initializer invalid for static member with constructor"
15785 msgstr ""
15786
15787 #: cp/decl2.c:839
15788 msgid "(an out of class initialization is required)"
15789 msgstr ""
15790
15791 #: cp/decl2.c:898
15792 #, fuzzy
15793 msgid "invalid data member initialization"
15794 msgstr "нерэчаісны ініцыялізатар"
15795
15796 #: cp/decl2.c:901
15797 msgid "(use `=' to initialize static data members)"
15798 msgstr ""
15799
15800 #: cp/decl2.c:947
15801 msgid "member `%D' conflicts with virtual function table field name"
15802 msgstr ""
15803
15804 #: cp/decl2.c:967
15805 msgid "`%D' is already defined in `%T'"
15806 msgstr ""
15807
15808 #: cp/decl2.c:1014
15809 msgid "field initializer is not constant"
15810 msgstr ""
15811
15812 #: cp/decl2.c:1038
15813 msgid "`asm' specifiers are not permitted on non-static data members"
15814 msgstr ""
15815
15816 #: cp/decl2.c:1090
15817 msgid "cannot declare `%D' to be a bit-field type"
15818 msgstr ""
15819
15820 #: cp/decl2.c:1100
15821 msgid "cannot declare bit-field `%D' with function type"
15822 msgstr ""
15823
15824 #: cp/decl2.c:1107
15825 msgid "`%D' is already defined in the class %T"
15826 msgstr ""
15827
15828 #: cp/decl2.c:1114
15829 msgid "static member `%D' cannot be a bit-field"
15830 msgstr ""
15831
15832 #: cp/decl2.c:1201
15833 #, fuzzy
15834 msgid "initializer specified for non-member function `%D'"
15835 msgstr "не магу ініцыялізаваць сяброўскую функцыю \"%s\""
15836
15837 #: cp/decl2.c:1205
15838 #, fuzzy
15839 msgid "invalid initializer for virtual method `%D'"
15840 msgstr "нерэчаісны ініцыялізатар"
15841
15842 #: cp/decl2.c:1319
15843 msgid "anonymous struct not inside named type"
15844 msgstr ""
15845
15846 #: cp/decl2.c:1415
15847 msgid "namespace-scope anonymous aggregates must be static"
15848 msgstr ""
15849
15850 #: cp/decl2.c:1428
15851 msgid "anonymous aggregate with no members"
15852 msgstr ""
15853
15854 #: cp/decl2.c:1497
15855 msgid "`operator new' must return type `%T'"
15856 msgstr ""
15857
15858 #: cp/decl2.c:1505
15859 msgid "`operator new' takes type `size_t' (`%T') as first parameter"
15860 msgstr ""
15861
15862 #: cp/decl2.c:1532
15863 msgid "`operator delete' must return type `%T'"
15864 msgstr ""
15865
15866 #: cp/decl2.c:1540
15867 msgid "`operator delete' takes type `%T' as first parameter"
15868 msgstr ""
15869
15870 #. Overflow occurred. That means there are at least 4 billion
15871 #. initialization functions.
15872 #: cp/decl2.c:2282
15873 msgid "too many initialization functions required"
15874 msgstr ""
15875
15876 #: cp/decl2.c:3006
15877 #, fuzzy
15878 msgid "inline function `%D' used but never defined"
15879 msgstr "адмеціна `%D' выкарыстоўвываецца, але ня вызначана"
15880
15881 #: cp/decl2.c:3135
15882 msgid "use of old-style cast"
15883 msgstr ""
15884
15885 #: cp/decl2.c:3860
15886 #, fuzzy
15887 msgid "use of `%D' is ambiguous"
15888 msgstr "памер \"%s\" - %d байт"
15889
15890 #: cp/decl2.c:3861
15891 msgid " first declared as `%#D' here"
15892 msgstr ""
15893
15894 #: cp/decl2.c:3864
15895 msgid " also declared as `%#D' here"
15896 msgstr ""
15897
15898 #: cp/decl2.c:3879
15899 msgid "`%D' denotes an ambiguous type"
15900 msgstr ""
15901
15902 #: cp/decl2.c:3880
15903 msgid " first type here"
15904 msgstr ""
15905
15906 #: cp/decl2.c:3881
15907 msgid " other type here"
15908 msgstr ""
15909
15910 #: cp/decl2.c:3982
15911 msgid "declaration of `%D' not in a namespace surrounding `%D'"
15912 msgstr ""
15913
15914 #: cp/decl2.c:4016
15915 msgid "`%D' should have been declared inside `%D'"
15916 msgstr ""
15917
15918 #: cp/decl2.c:4152
15919 msgid "`%D' is not a function,"
15920 msgstr "`%D' - гэта ня функцыя,"
15921
15922 #: cp/decl2.c:4153
15923 msgid " conflict with `%D'"
15924 msgstr ""
15925
15926 #. The parser did not find it, so it's not there.
15927 #: cp/decl2.c:4473
15928 #, fuzzy
15929 msgid "unknown namespace `%D'"
15930 msgstr "невядомы рэжым машыны \"%s\""
15931
15932 #: cp/decl2.c:4507 cp/decl2.c:4794
15933 msgid "`%T' is not a namespace"
15934 msgstr ""
15935
15936 #: cp/decl2.c:4509
15937 msgid "`%D' is not a namespace"
15938 msgstr ""
15939
15940 #: cp/decl2.c:4518
15941 msgid "a using-declaration cannot specify a template-id. Try `using %D'"
15942 msgstr ""
15943
15944 #: cp/decl2.c:4532
15945 #, fuzzy
15946 msgid "namespace `%D' not allowed in using-declaration"
15947 msgstr "\"%s\" - гэта не пачатак дэкларацыі"
15948
15949 #: cp/decl2.c:4561
15950 msgid "`%D' not declared"
15951 msgstr ""
15952
15953 #. If the OLD_FN was really declared, the
15954 #. declarations don't match.
15955 #: cp/decl2.c:4573 cp/decl2.c:4615 cp/decl2.c:4640
15956 msgid "`%D' is already declared in this scope"
15957 msgstr ""
15958
15959 #: cp/decl2.c:4646
15960 msgid "using declaration `%D' introduced ambiguous type `%T'"
15961 msgstr ""
15962
15963 #: cp/decl2.c:4740
15964 msgid "using-declaration for non-member at class scope"
15965 msgstr ""
15966
15967 #: cp/decl2.c:4746
15968 msgid "using-declaration for destructor"
15969 msgstr ""
15970
15971 #: cp/decl2.c:4752
15972 msgid "a using-declaration cannot specify a template-id. Try `using %T::%D'"
15973 msgstr ""
15974
15975 #: cp/decl2.c:4788
15976 msgid "namespace `%T' undeclared"
15977 msgstr ""
15978
15979 #: cp/decl2.c:4817
15980 msgid "default argument missing for parameter %P of `%+#D'"
15981 msgstr ""
15982
15983 #: cp/decl2.c:4941
15984 msgid "extra qualification `%T::' on member `%D' ignored"
15985 msgstr ""
15986
15987 #: cp/decl2.c:4945
15988 msgid "`%T' does not have a class or union named `%D'"
15989 msgstr ""
15990
15991 #: cp/decl2.c:4963
15992 msgid "`%T' is not a class or union type"
15993 msgstr ""
15994
15995 #: cp/decl2.c:4977
15996 #, fuzzy
15997 msgid "template argument is required for `%T'"
15998 msgstr "параметр \"%s\" ініцыялізаваны"
15999
16000 #: cp/decl2.c:4995
16001 msgid "declaration of `%D' in `%D' which does not enclose `%D'"
16002 msgstr ""
16003
16004 #: cp/error.c:35
16005 #, c-format
16006 msgid "`%s' not supported by %s"
16007 msgstr ""
16008
16009 #: cp/error.c:571
16010 #, c-format
16011 msgid "<anonymous %s>"
16012 msgstr ""
16013
16014 #: cp/error.c:810
16015 #, c-format
16016 msgid "(static %s for %s)"
16017 msgstr ""
16018
16019 #: cp/error.c:1503
16020 #, c-format
16021 msgid "\\x%x"
16022 msgstr ""
16023
16024 #: cp/error.c:2473
16025 #, c-format
16026 msgid "In %s `%s':"
16027 msgstr ""
16028
16029 #: cp/error.c:2530
16030 #, c-format
16031 msgid "%s: In instantiation of `%s':\n"
16032 msgstr ""
16033
16034 #: cp/error.c:2554
16035 #, c-format
16036 msgid "%s:%d: instantiated from `%s'\n"
16037 msgstr ""
16038
16039 #: cp/error.c:2559
16040 #, c-format
16041 msgid "%s:%d: instantiated from here\n"
16042 msgstr ""
16043
16044 #. damn ICE suppression
16045 #: cp/error.c:2713
16046 #, c-format
16047 msgid "unexpected letter `%c' in locate_error\n"
16048 msgstr ""
16049
16050 #. Can't throw a reference.
16051 #: cp/except.c:240
16052 msgid "type `%T' is disallowed in Java `throw' or `catch'"
16053 msgstr ""
16054
16055 #: cp/except.c:251
16056 msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
16057 msgstr ""
16058
16059 #. Thrown object must be a Throwable.
16060 #: cp/except.c:258
16061 msgid "type `%T' is not derived from `java::lang::Throwable'"
16062 msgstr ""
16063
16064 #: cp/except.c:322
16065 msgid "mixing C++ and Java catches in a single translation unit"
16066 msgstr ""
16067
16068 #: cp/except.c:639
16069 msgid "throwing NULL, which has integral, not pointer type"
16070 msgstr ""
16071
16072 #: cp/except.c:730
16073 msgid " in thrown expression"
16074 msgstr ""
16075
16076 #: cp/except.c:856
16077 msgid "expression '%E' of abstract class type '%T' cannot be used in throw-expression"
16078 msgstr ""
16079
16080 #: cp/except.c:944
16081 msgid "exception of type `%T' will be caught"
16082 msgstr ""
16083
16084 #: cp/except.c:947
16085 msgid " by earlier handler for `%T'"
16086 msgstr ""
16087
16088 #: cp/except.c:968
16089 msgid "`...' handler must be the last handler for its try block"
16090 msgstr ""
16091
16092 #: cp/friend.c:159
16093 #, fuzzy
16094 msgid "`%D' is already a friend of class `%T'"
16095 msgstr "не знойдзен клас \"%s\""
16096
16097 #: cp/friend.c:161
16098 #, fuzzy
16099 msgid "previous friend declaration of `%D'"
16100 msgstr "няма папярэдняга аб'яўлення для \"%s\""
16101
16102 #: cp/friend.c:206
16103 msgid "invalid type `%T' declared `friend'"
16104 msgstr ""
16105
16106 #. [temp.friend]
16107 #. Friend declarations shall not declare partial
16108 #. specializations.
16109 #: cp/friend.c:222
16110 msgid "partial specialization `%T' declared `friend'"
16111 msgstr ""
16112
16113 #: cp/friend.c:231
16114 msgid "class `%T' is implicitly friends with itself"
16115 msgstr ""
16116
16117 #. template <class T> friend typename S<T>::X;
16118 #: cp/friend.c:249
16119 msgid "typename type `%#T' declared `friend'"
16120 msgstr ""
16121
16122 #. template <class T> friend class T;
16123 #: cp/friend.c:255
16124 #, fuzzy
16125 msgid "template parameter type `%T' declared `friend'"
16126 msgstr "тып параметра \"%s\" не аб'яўлены"
16127
16128 #. template <class T> friend class A; where A is not a template
16129 #: cp/friend.c:261
16130 msgid "`%#T' is not a template"
16131 msgstr ""
16132
16133 #: cp/friend.c:276
16134 msgid "`%T' is already a friend of `%T'"
16135 msgstr ""
16136
16137 #: cp/friend.c:376
16138 msgid "member `%D' declared as friend before type `%T' defined"
16139 msgstr ""
16140
16141 #: cp/friend.c:431
16142 msgid "friend declaration `%#D' declares a non-template function"
16143 msgstr ""
16144
16145 #: cp/friend.c:434
16146 msgid "(if this is not what you intended, make sure the function template has already been declared and add <> after the function name here) -Wno-non-template-friend disables this warning"
16147 msgstr ""
16148
16149 #: cp/g++spec.c:211 java/jvspec.c:423
16150 #, c-format
16151 msgid "argument to `%s' missing\n"
16152 msgstr ""
16153
16154 #: cp/init.c:334
16155 msgid "`%D' should be initialized in the member initialization list"
16156 msgstr ""
16157
16158 #: cp/init.c:384
16159 msgid "default-initialization of `%#D', which has reference type"
16160 msgstr ""
16161
16162 #: cp/init.c:389
16163 msgid "uninitialized reference member `%D'"
16164 msgstr ""
16165
16166 #: cp/init.c:397
16167 msgid "initializer list treated as compound expression"
16168 msgstr ""
16169
16170 #: cp/init.c:538
16171 #, fuzzy
16172 msgid "`%D' will be initialized after"
16173 msgstr "параметр \"%s\" ініцыялізаваны"
16174
16175 #: cp/init.c:541
16176 #, fuzzy
16177 msgid "base `%T' will be initialized after"
16178 msgstr "Клас \"%s\" ужо існуе"
16179
16180 #: cp/init.c:544
16181 #, fuzzy
16182 msgid " `%#D'"
16183 msgstr "як `%D'"
16184
16185 #: cp/init.c:546
16186 #, fuzzy
16187 msgid " base `%T'"
16188 msgstr "як `%D'"
16189
16190 #: cp/init.c:564
16191 #, fuzzy
16192 msgid "multiple initializations given for base `%T'"
16193 msgstr "ініцыялізацыя"
16194
16195 #: cp/init.c:631
16196 msgid "initializations for multiple members of `%T'"
16197 msgstr ""
16198
16199 #: cp/init.c:688
16200 msgid "base class `%#T' should be explicitly initialized in the copy constructor"
16201 msgstr ""
16202
16203 #: cp/init.c:926
16204 msgid "class `%T' does not have any field named `%D'"
16205 msgstr ""
16206
16207 #: cp/init.c:932
16208 msgid "field `%#D' is static; the only point of initialization is its definition"
16209 msgstr ""
16210
16211 #: cp/init.c:965
16212 msgid "unnamed initializer for `%T', which has no base classes"
16213 msgstr ""
16214
16215 #: cp/init.c:972
16216 msgid "unnamed initializer for `%T', which uses multiple inheritance"
16217 msgstr ""
16218
16219 #: cp/init.c:1007
16220 msgid "type `%D' is not a direct or virtual base of `%T'"
16221 msgstr ""
16222
16223 #: cp/init.c:1010
16224 msgid "type `%D' is not a direct base of `%T'"
16225 msgstr ""
16226
16227 #. Handle bad initializers like:
16228 #. class COMPLEX {
16229 #. public:
16230 #. double re, im;
16231 #. COMPLEX(double r = 0.0, double i = 0.0) {re = r; im = i;};
16232 #. ~COMPLEX() {};
16233 #. };
16234 #.
16235 #. int main(int argc, char **argv) {
16236 #. COMPLEX zees(1.0, 0.0)[10];
16237 #. }
16238 #.
16239 #: cp/init.c:1104
16240 #, fuzzy
16241 msgid "bad array initializer"
16242 msgstr "нерэчаісны ініцыялізатар"
16243
16244 #: cp/init.c:1311
16245 #, fuzzy
16246 msgid "`%T' is not an aggregate type"
16247 msgstr "\"%s\" мае незавершаны тып"
16248
16249 #: cp/init.c:1334
16250 msgid "`%T' fails to be an aggregate typedef"
16251 msgstr ""
16252
16253 #: cp/init.c:1343
16254 msgid "type `%T' is of non-aggregate type"
16255 msgstr ""
16256
16257 #: cp/init.c:1446
16258 msgid "cannot call destructor `%T::~%T' without object"
16259 msgstr ""
16260
16261 #: cp/init.c:1490
16262 #, fuzzy
16263 msgid "invalid use of non-static field `%D'"
16264 msgstr "нявернае выкарыстанне \"restict\""
16265
16266 #. We can get here when processing a bad default
16267 #. argument, like:
16268 #. struct S { int a; void f(int i = a); }
16269 #: cp/init.c:1499 cp/method.c:160
16270 #, fuzzy
16271 msgid "invalid use of member `%D'"
16272 msgstr "нявернае выкарыстанне \"restict\""
16273
16274 #: cp/init.c:1509
16275 #, fuzzy
16276 msgid "no method `%T::%D'"
16277 msgstr "у метадзе \"%s\":"
16278
16279 #: cp/init.c:1602
16280 msgid "incomplete type `%T' does not have member `%D'"
16281 msgstr ""
16282
16283 #: cp/init.c:1676
16284 msgid "`%D' is not a member of type `%T'"
16285 msgstr ""
16286
16287 #: cp/init.c:1695
16288 #, fuzzy
16289 msgid "invalid pointer to bit-field `%D'"
16290 msgstr "нявернае выкарыстанне \"restict\""
16291
16292 #: cp/init.c:1734
16293 msgid "object missing in use of pointer-to-member construct"
16294 msgstr ""
16295
16296 #: cp/init.c:1774
16297 msgid "member `%D' is non-static but referenced as a static member"
16298 msgstr ""
16299
16300 #: cp/init.c:1776 cp/typeck.c:2826 cp/typeck.c:2930
16301 msgid "at this point in file"
16302 msgstr ""
16303
16304 #: cp/init.c:1813
16305 #, c-format
16306 msgid "object missing in `%E'"
16307 msgstr ""
16308
16309 #: cp/init.c:1944
16310 msgid "new of array type fails to specify size"
16311 msgstr ""
16312
16313 #: cp/init.c:1955
16314 msgid "size in array new must have integral type"
16315 msgstr ""
16316
16317 #: cp/init.c:1961
16318 msgid "zero size array reserves no space"
16319 msgstr ""
16320
16321 #: cp/init.c:2026
16322 msgid "new cannot be applied to a reference type"
16323 msgstr ""
16324
16325 #: cp/init.c:2032
16326 msgid "new cannot be applied to a function type"
16327 msgstr ""
16328
16329 #: cp/init.c:2079
16330 msgid "call to Java constructor, while `jclass' undefined"
16331 msgstr ""
16332
16333 #: cp/init.c:2095
16334 #, fuzzy
16335 msgid "can't find class$"
16336 msgstr "Не магу знайсці клас \"%s\""
16337
16338 #: cp/init.c:2209
16339 msgid "invalid type `void' for new"
16340 msgstr ""
16341
16342 #: cp/init.c:2261
16343 #, c-format
16344 msgid "call to Java constructor with `%s' undefined"
16345 msgstr ""
16346
16347 #: cp/init.c:2369
16348 msgid "ISO C++ forbids initialization in array new"
16349 msgstr ""
16350
16351 #: cp/init.c:2391 cp/typeck2.c:367 cp/typeck2.c:1208
16352 msgid "initializer list being treated as compound expression"
16353 msgstr ""
16354
16355 #: cp/init.c:2397
16356 msgid "ISO C++ forbids aggregate initializer to new"
16357 msgstr ""
16358
16359 #: cp/init.c:2485
16360 msgid "uninitialized const in `new' of `%#T'"
16361 msgstr ""
16362
16363 #: cp/init.c:2864
16364 msgid "initializer ends prematurely"
16365 msgstr ""
16366
16367 #: cp/init.c:2934
16368 msgid "cannot initialize multi-dimensional array with initializer"
16369 msgstr ""
16370
16371 #: cp/init.c:3124
16372 msgid "unknown array size in delete"
16373 msgstr ""
16374
16375 #: cp/init.c:3389
16376 msgid "type to vector delete is neither pointer or array type"
16377 msgstr ""
16378
16379 #: cp/lex.c:136
16380 msgid "type name expected before `*'"
16381 msgstr ""
16382
16383 #: cp/lex.c:158
16384 msgid "cannot declare references to references"
16385 msgstr ""
16386
16387 #: cp/lex.c:163
16388 msgid "cannot declare pointers to references"
16389 msgstr ""
16390
16391 #: cp/lex.c:167
16392 msgid "type name expected before `&'"
16393 msgstr ""
16394
16395 #: cp/lex.c:894
16396 #, c-format
16397 msgid "semicolon missing after %s declaration"
16398 msgstr ""
16399
16400 #: cp/lex.c:897
16401 #, fuzzy
16402 msgid "semicolon missing after declaration of `%T'"
16403 msgstr "Не магу знайсці дэкларацыю інтэрфейса для \"%s\""
16404
16405 #: cp/lex.c:945
16406 #, c-format
16407 msgid "junk at end of #pragma %s"
16408 msgstr ""
16409
16410 #: cp/lex.c:952
16411 #, c-format
16412 msgid "invalid #pragma %s"
16413 msgstr ""
16414
16415 #: cp/lex.c:961
16416 msgid "#pragma vtable no longer supported"
16417 msgstr ""
16418
16419 #: cp/lex.c:1038
16420 #, c-format
16421 msgid "#pragma implementation for %s appears after file is included"
16422 msgstr ""
16423
16424 #: cp/lex.c:1063
16425 msgid "junk at end of #pragma GCC java_exceptions"
16426 msgstr ""
16427
16428 #: cp/lex.c:1107
16429 #, fuzzy
16430 msgid "`%D' not defined"
16431 msgstr "YYDEBUG не вызначан."
16432
16433 #: cp/lex.c:1110
16434 #, fuzzy
16435 msgid "`%D' was not declared in this scope"
16436 msgstr "\"%s\" не абвешчан (першае выкарыстанне ў гэтай функцыі)"
16437
16438 #: cp/lex.c:1118
16439 #, fuzzy
16440 msgid "`%D' undeclared (first use this function)"
16441 msgstr "\"%s\" не абвешчан (першае выкарыстанне ў гэтай функцыі)"
16442
16443 #: cp/lex.c:1122
16444 msgid "(Each undeclared identifier is reported only once for each function it appears in.)"
16445 msgstr ""
16446
16447 #: cp/lex.c:1242
16448 #, fuzzy
16449 msgid "`::%D' undeclared (first use here)"
16450 msgstr "\"%s\" не абвешчан (першае выкарыстанне ў гэтай функцыі)"
16451
16452 #: cp/mangle.c:2051
16453 msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
16454 msgstr ""
16455
16456 #: cp/mangle.c:2363
16457 msgid "the mangled name of `%D' will change in a future version of GCC"
16458 msgstr ""
16459
16460 #: cp/method.c:154
16461 msgid "invalid use of member `%D' in static member function"
16462 msgstr ""
16463
16464 #: cp/method.c:216
16465 msgid "use of namespace `%D' as expression"
16466 msgstr ""
16467
16468 #: cp/method.c:221
16469 msgid "use of class template `%T' as expression"
16470 msgstr ""
16471
16472 #: cp/method.c:234
16473 #, c-format
16474 msgid "use of %s from containing function"
16475 msgstr ""
16476
16477 #: cp/method.c:237
16478 msgid " `%#D' declared here"
16479 msgstr ""
16480
16481 #: cp/method.c:255
16482 msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
16483 msgstr ""
16484
16485 #: cp/method.c:458
16486 msgid "generic thunk code fails for method `%#D' which uses `...'"
16487 msgstr ""
16488
16489 #: cp/method.c:697
16490 msgid "non-static const member `%#D', can't use default assignment operator"
16491 msgstr ""
16492
16493 #: cp/method.c:702
16494 msgid "non-static reference member `%#D', can't use default assignment operator"
16495 msgstr ""
16496
16497 #: parse.y:262
16498 msgid "`%s' tag used in naming `%#T'"
16499 msgstr ""
16500
16501 #: parse.y:542
16502 msgid "keyword `export' not implemented, and will be ignored"
16503 msgstr ""
16504
16505 #: parse.y:646
16506 msgid "use of linkage spec `%D' is different from previous spec `%D'"
16507 msgstr ""
16508
16509 #: parse.y:943
16510 msgid "no base or member initializers given following ':'"
16511 msgstr ""
16512
16513 #: parse.y:984
16514 msgid "anachronistic old style base class initializer"
16515 msgstr ""
16516
16517 #. Handle `Class<Class<Type>>' without space in the `>>'
16518 #: parse.y:1117
16519 msgid "`>>' should be `> >' in template class name"
16520 msgstr ""
16521
16522 #: parse.y:1164
16523 msgid "use of template qualifier outside template"
16524 msgstr ""
16525
16526 #: parse.y:1193 parse.y:1202
16527 #, c-format
16528 msgid "ISO C++ forbids an empty condition for `%s'"
16529 msgstr ""
16530
16531 #: parse.y:1225
16532 msgid "definition of class `%T' in condition"
16533 msgstr ""
16534
16535 #: parse.y:1227
16536 msgid "definition of enum `%T' in condition"
16537 msgstr ""
16538
16539 #: parse.y:1238
16540 msgid "definition of array `%#D' in condition"
16541 msgstr ""
16542
16543 #: parse.y:1351
16544 msgid "old style placement syntax, use () instead"
16545 msgstr ""
16546
16547 #: parse.y:1362
16548 msgid "`%T' is not a valid expression"
16549 msgstr ""
16550
16551 #. This was previously allowed as an extension, but
16552 #. was removed in G++ 3.3.
16553 #: parse.y:1369
16554 msgid "initialization of new expression with `='"
16555 msgstr ""
16556
16557 #: parse.y:1395
16558 msgid "ISO C++ forbids compound literals"
16559 msgstr ""
16560
16561 #: parse.y:1642
16562 msgid "ISO C++ forbids braced-groups within expressions"
16563 msgstr ""
16564
16565 #: parse.y:1721
16566 #, fuzzy
16567 msgid "invalid use of template `%D'"
16568 msgstr "нявернае выкарыстанне \"restict\""
16569
16570 #: parse.y:2053 parse.y:2068
16571 msgid "sigof type specifier"
16572 msgstr ""
16573
16574 #: parse.y:2058
16575 msgid "`sigof' applied to non-aggregate expression"
16576 msgstr ""
16577
16578 #: parse.y:2073
16579 msgid "`sigof' applied to non-aggregate type"
16580 msgstr ""
16581
16582 #: parse.y:2339
16583 msgid "using `typename' outside of template"
16584 msgstr ""
16585
16586 #: parse.y:2356
16587 msgid "qualified name does not name a class"
16588 msgstr ""
16589
16590 #: parse.y:2417
16591 #, c-format
16592 msgid "storage class specifier `%s' not allowed after struct or class"
16593 msgstr ""
16594
16595 #: parse.y:2419
16596 #, c-format
16597 msgid "type specifier `%s' not allowed after struct or class"
16598 msgstr ""
16599
16600 #: parse.y:2421
16601 #, c-format
16602 msgid "type qualifier `%s' not allowed after struct or class"
16603 msgstr ""
16604
16605 #: parse.y:2423
16606 msgid "no body nor ';' separates two class, struct or union declarations"
16607 msgstr ""
16608
16609 #: parse.y:2553
16610 msgid "no bases given following `:'"
16611 msgstr ""
16612
16613 #: parse.y:2584 parse.y:2599
16614 msgid "`%D' access"
16615 msgstr ""
16616
16617 #: parse.y:2589
16618 msgid "multiple access specifiers"
16619 msgstr ""
16620
16621 #: parse.y:2607
16622 msgid "multiple `virtual' specifiers"
16623 msgstr ""
16624
16625 #: parse.y:2644
16626 msgid "missing ';' before right brace"
16627 msgstr ""
16628
16629 #: parse.y:2865
16630 msgid "ISO C++ forbids array dimensions with parenthesized type in new"
16631 msgstr ""
16632
16633 #: parse.y:3152 parse.y:3172 parse.y:3181 parse.y:3210
16634 msgid "`%T' is not a class or namespace"
16635 msgstr ""
16636
16637 #: parse.y:3377
16638 msgid "ISO C++ forbids label declarations"
16639 msgstr ""
16640
16641 #: parse.y:3537
16642 msgid "ISO C++ forbids computed gotos"
16643 msgstr ""
16644
16645 #: parse.y:3545
16646 msgid "label must be followed by statement"
16647 msgstr ""
16648
16649 #: parse.y:3590
16650 msgid "must have at least one catch per try block"
16651 msgstr ""
16652
16653 #: parse.y:3650
16654 msgid "ISO C++ forbids compound statements inside for initializations"
16655 msgstr ""
16656
16657 #. This helps us recover from really nasty
16658 #. parse errors, for example, a missing right
16659 #. parenthesis.
16660 #: parse.y:3737 parse.y:3747
16661 msgid "possibly missing ')'"
16662 msgstr ""
16663
16664 #: parse.y:3840
16665 msgid "type specifier omitted for parameter"
16666 msgstr ""
16667
16668 #: parse.y:3849
16669 #, c-format
16670 msgid "`%E' is not a type, use `typename %E' to make it one"
16671 msgstr ""
16672
16673 #: parse.y:3851
16674 #, fuzzy
16675 msgid "no type `%D' in `%T'"
16676 msgstr "вяртаемы тып \"%s\" не \"int\""
16677
16678 #: parse.y:3854
16679 #, c-format
16680 msgid "type specifier omitted for parameter `%E'"
16681 msgstr ""
16682
16683 #: parse.y:3862
16684 msgid "'%D' is used as a type, but is not defined as a type."
16685 msgstr ""
16686
16687 #: cp/pt.c:284
16688 msgid "data member `%D' cannot be a member template"
16689 msgstr ""
16690
16691 #: cp/pt.c:296
16692 #, fuzzy
16693 msgid "invalid member template declaration `%D'"
16694 msgstr "паўторнае абвяшчэнне меткі \"%s\""
16695
16696 #: cp/pt.c:691
16697 msgid "explicit specialization in non-namespace scope `%D'"
16698 msgstr ""
16699
16700 #: cp/pt.c:703
16701 msgid "enclosing class templates are not explicitly specialized"
16702 msgstr ""
16703
16704 #: cp/pt.c:792 cp/pt.c:833
16705 msgid "specializing `%#T' in different namespace"
16706 msgstr ""
16707
16708 #: cp/pt.c:793 cp/pt.c:834
16709 msgid " from definition of `%#D'"
16710 msgstr ""
16711
16712 #: cp/pt.c:801
16713 msgid "specialization of `%T' after instantiation"
16714 msgstr ""
16715
16716 #: cp/pt.c:848
16717 #, fuzzy
16718 msgid "specialization `%T' after instantiation `%T'"
16719 msgstr "паўторнае абвяшчэнне меткі \"%s\""
16720
16721 #: cp/pt.c:860
16722 msgid "explicit specialization of non-template `%T'"
16723 msgstr ""
16724
16725 #: cp/pt.c:992
16726 msgid "specialization of %D after instantiation"
16727 msgstr ""
16728
16729 #: cp/pt.c:1096
16730 msgid "%s %+#D"
16731 msgstr ""
16732
16733 #: cp/pt.c:1147
16734 #, fuzzy
16735 msgid "`%D' is not a function template"
16736 msgstr "\"%s\" звычайна функцыя"
16737
16738 #: cp/pt.c:1286
16739 msgid "template-id `%D' for `%+D' does not match any template declaration"
16740 msgstr ""
16741
16742 #: cp/pt.c:1294
16743 msgid "ambiguous template specialization `%D' for `%+D'"
16744 msgstr ""
16745
16746 #. This case handles bogus declarations like template <>
16747 #. template <class T> void f<int>();
16748 #: cp/pt.c:1521 cp/pt.c:1595
16749 msgid "template-id `%D' in declaration of primary template"
16750 msgstr ""
16751
16752 #: cp/pt.c:1534
16753 msgid "template parameter list used in explicit instantiation"
16754 msgstr ""
16755
16756 #: cp/pt.c:1540
16757 msgid "definition provided for explicit instantiation"
16758 msgstr ""
16759
16760 #: cp/pt.c:1546
16761 msgid "too many template parameter lists in declaration of `%D'"
16762 msgstr ""
16763
16764 #: cp/pt.c:1562
16765 msgid "too few template parameter lists in declaration of `%D'"
16766 msgstr ""
16767
16768 #: cp/pt.c:1579
16769 msgid "explicit specialization not preceded by `template <>'"
16770 msgstr ""
16771
16772 #: cp/pt.c:1592
16773 msgid "partial specialization `%D' of function template"
16774 msgstr ""
16775
16776 #: cp/pt.c:1624
16777 msgid "default argument specified in explicit specialization"
16778 msgstr ""
16779
16780 #: cp/pt.c:1628
16781 msgid "template specialization with C linkage"
16782 msgstr ""
16783
16784 #. From [temp.expl.spec]:
16785 #.
16786 #. If such an explicit specialization for the member
16787 #. of a class template names an implicitly-declared
16788 #. special member function (clause _special_), the
16789 #. program is ill-formed.
16790 #.
16791 #. Similar language is found in [temp.explicit].
16792 #: cp/pt.c:1715
16793 msgid "specialization of implicitly-declared special member function"
16794 msgstr ""
16795
16796 #: cp/pt.c:1759
16797 msgid "no member function `%D' declared in `%T'"
16798 msgstr ""
16799
16800 #. There are two many template parameter lists.
16801 #: cp/pt.c:1909
16802 msgid "too many template parameter lists in declaration of `%T'"
16803 msgstr ""
16804
16805 #: cp/pt.c:2005
16806 msgid " shadows template parm `%#D'"
16807 msgstr ""
16808
16809 #: cp/pt.c:2409
16810 msgid "template parameters not used in partial specialization:"
16811 msgstr ""
16812
16813 #: cp/pt.c:2413
16814 msgid " `%D'"
16815 msgstr ""
16816
16817 #: cp/pt.c:2425
16818 msgid "partial specialization `%T' does not specialize any template arguments"
16819 msgstr ""
16820
16821 #: cp/pt.c:2450
16822 #, c-format
16823 msgid "template argument `%E' involves template parameter(s)"
16824 msgstr ""
16825
16826 #: cp/pt.c:2494
16827 msgid "type `%T' of template argument `%E' depends on template parameter(s)"
16828 msgstr ""
16829
16830 #: cp/pt.c:2582
16831 #, fuzzy
16832 msgid "no default argument for `%D'"
16833 msgstr "нехапае аргументаў у функцыі \"%s\""
16834
16835 #: cp/pt.c:2735
16836 msgid "template with C linkage"
16837 msgstr ""
16838
16839 #: cp/pt.c:2738
16840 msgid "template class without a name"
16841 msgstr ""
16842
16843 #: cp/pt.c:2815
16844 msgid "`%D' does not declare a template type"
16845 msgstr ""
16846
16847 #: cp/pt.c:2821
16848 msgid "template definition of non-template `%#D'"
16849 msgstr ""
16850
16851 #: cp/pt.c:2862
16852 msgid "expected %d levels of template parms for `%#D', got %d"
16853 msgstr ""
16854
16855 #: cp/pt.c:2874
16856 msgid "got %d template parameters for `%#D'"
16857 msgstr ""
16858
16859 #: cp/pt.c:2877
16860 msgid "got %d template parameters for `%#T'"
16861 msgstr ""
16862
16863 #: cp/pt.c:2879
16864 #, c-format
16865 msgid " but %d required"
16866 msgstr ""
16867
16868 #: cp/pt.c:2962
16869 #, fuzzy
16870 msgid "`%T' is not a template type"
16871 msgstr "\"%s\" мае незавершаны тып"
16872
16873 #: cp/pt.c:2978
16874 msgid "previous declaration `%D'"
16875 msgstr "папярэдняе абвяшчэньне `%D'"
16876
16877 #: cp/pt.c:2979
16878 #, c-format
16879 msgid "used %d template parameter%s instead of %d"
16880 msgstr ""
16881
16882 #: cp/pt.c:2995
16883 #, fuzzy
16884 msgid "template parameter `%#D'"
16885 msgstr "невыкарыстаемы параметр \"%s\""
16886
16887 #: cp/pt.c:2996
16888 msgid "redeclared here as `%#D'"
16889 msgstr ""
16890
16891 #. We have in [temp.param]:
16892 #.
16893 #. A template-parameter may not be given default arguments
16894 #. by two different declarations in the same scope.
16895 #: cp/pt.c:3006
16896 msgid "redefinition of default argument for `%#D'"
16897 msgstr ""
16898
16899 #: cp/pt.c:3007
16900 msgid " original definition appeared here"
16901 msgstr ""
16902
16903 #: cp/pt.c:3100
16904 #, c-format
16905 msgid "`%E' is not a valid template argument"
16906 msgstr ""
16907
16908 #: cp/pt.c:3104
16909 msgid "it must be the address of a function with external linkage"
16910 msgstr ""
16911
16912 #: cp/pt.c:3106
16913 msgid "it must be the address of an object with external linkage"
16914 msgstr ""
16915
16916 #: cp/pt.c:3110
16917 msgid "it must be a pointer-to-member of the form `&X::Y'"
16918 msgstr ""
16919
16920 #: cp/pt.c:3121
16921 #, c-format
16922 msgid "string literal %E is not a valid template argument because it is the address of an object with static linkage"
16923 msgstr ""
16924
16925 #: cp/pt.c:3133
16926 #, c-format
16927 msgid "address of non-extern `%E' cannot be used as template argument"
16928 msgstr ""
16929
16930 #: cp/pt.c:3144
16931 #, c-format
16932 msgid "non-constant `%E' cannot be used as template argument"
16933 msgstr ""
16934
16935 #: cp/pt.c:3151
16936 #, c-format
16937 msgid "object `%E' cannot be used as template argument"
16938 msgstr ""
16939
16940 #: cp/pt.c:3526
16941 #, c-format
16942 msgid "to refer to a type member of a template parameter, use `typename %E'"
16943 msgstr ""
16944
16945 #: cp/pt.c:3539 cp/pt.c:3555 cp/pt.c:3594
16946 msgid "type/value mismatch at argument %d in template parameter list for `%D'"
16947 msgstr ""
16948
16949 #: cp/pt.c:3542
16950 msgid " expected a constant of type `%T', got `%T'"
16951 msgstr ""
16952
16953 #: cp/pt.c:3546
16954 #, c-format
16955 msgid " expected a type, got `%E'"
16956 msgstr ""
16957
16958 #: cp/pt.c:3558
16959 msgid " expected a type, got `%T'"
16960 msgstr ""
16961
16962 #: cp/pt.c:3560
16963 msgid " expected a class template, got `%T'"
16964 msgstr ""
16965
16966 #: cp/pt.c:3596
16967 msgid " expected a template of type `%D', got `%D'"
16968 msgstr ""
16969
16970 #: cp/pt.c:3618
16971 msgid "template-argument `%T' uses anonymous type"
16972 msgstr ""
16973
16974 #: cp/pt.c:3621
16975 msgid "template-argument `%T' uses local type `%T'"
16976 msgstr ""
16977
16978 #: cp/pt.c:3631
16979 #, fuzzy
16980 msgid "template-argument `%T' is a variably modified type"
16981 msgstr "параметр \"%s\" ініцыялізаваны"
16982
16983 #: cp/pt.c:3666
16984 msgid "could not convert template argument `%E' to `%T'"
16985 msgstr ""
16986
16987 #: cp/pt.c:3710
16988 #, c-format
16989 msgid "wrong number of template arguments (%d, should be %d)"
16990 msgstr ""
16991
16992 #: cp/pt.c:3714
16993 #, fuzzy
16994 msgid "provided for `%D'"
16995 msgstr "дэструктару неабходны \"%#D\""
16996
16997 #: cp/pt.c:3761
16998 #, fuzzy, c-format
16999 msgid "template argument %d is invalid"
17000 msgstr "параметр \"%s\" ініцыялізаваны"
17001
17002 #: cp/pt.c:3997
17003 msgid "non-template used as template"
17004 msgstr ""
17005
17006 #: cp/pt.c:4139
17007 msgid "`%T' is not a template"
17008 msgstr ""
17009
17010 #: cp/pt.c:4152
17011 msgid "non-template type `%T' used as a template"
17012 msgstr ""
17013
17014 #: cp/pt.c:4154
17015 #, fuzzy
17016 msgid "for template declaration `%D'"
17017 msgstr "пустое абвяшчэнне"
17018
17019 #: cp/pt.c:4770
17020 msgid "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN to increase the maximum) instantiating `%D'"
17021 msgstr ""
17022
17023 #: cp/pt.c:5247
17024 msgid "ambiguous class template instantiation for `%#T'"
17025 msgstr ""
17026
17027 #: cp/pt.c:5254
17028 msgid "%s %+#T"
17029 msgstr ""
17030
17031 #: cp/pt.c:6284 cp/pt.c:6396
17032 msgid "instantiation of `%D' as type `%T'"
17033 msgstr ""
17034
17035 #: cp/pt.c:6440
17036 msgid "invalid parameter type `%T'"
17037 msgstr "нерэчаісны тып парамэтра `%T'"
17038
17039 #: cp/pt.c:6442
17040 msgid "in declaration `%D'"
17041 msgstr "у абвяшчэньні `%D'"
17042
17043 #: cp/pt.c:6517
17044 msgid "creating pointer to member function of non-class type `%T'"
17045 msgstr ""
17046
17047 #: cp/pt.c:6680
17048 msgid "creating array with size zero"
17049 msgstr ""
17050
17051 #: cp/pt.c:6694
17052 #, c-format
17053 msgid "creating array with size zero (`%E')"
17054 msgstr ""
17055
17056 #: cp/pt.c:6933
17057 msgid "forming reference to void"
17058 msgstr ""
17059
17060 #: cp/pt.c:6935
17061 msgid "forming %s to reference type `%T'"
17062 msgstr ""
17063
17064 #: cp/pt.c:6973
17065 msgid "creating pointer to member of non-class type `%T'"
17066 msgstr ""
17067
17068 #: cp/pt.c:6979
17069 msgid "creating pointer to member reference type `%T'"
17070 msgstr ""
17071
17072 #: cp/pt.c:7057
17073 msgid "creating array of `%T'"
17074 msgstr ""
17075
17076 #: cp/pt.c:7100
17077 msgid "`%T' is not a class, struct, or union type"
17078 msgstr ""
17079
17080 #: cp/pt.c:7213
17081 #, c-format
17082 msgid "use of `%s' in template"
17083 msgstr ""
17084
17085 #: cp/pt.c:7975
17086 msgid "type `%T' composed from a local class is not a valid template-argument"
17087 msgstr ""
17088
17089 #: cp/pt.c:7976
17090 msgid " trying to instantiate `%D'"
17091 msgstr ""
17092
17093 #: cp/pt.c:8421
17094 msgid "incomplete type unification"
17095 msgstr ""
17096
17097 #: cp/pt.c:9387
17098 #, c-format
17099 msgid "use of `%s' in template type unification"
17100 msgstr ""
17101
17102 #: cp/pt.c:9821 cp/pt.c:9893
17103 msgid "explicit instantiation of non-template `%#D'"
17104 msgstr ""
17105
17106 #: cp/pt.c:9837 cp/pt.c:9888
17107 msgid "no matching template for `%D' found"
17108 msgstr ""
17109
17110 #: cp/pt.c:9843
17111 msgid "explicit instantiation of `%#D'"
17112 msgstr ""
17113
17114 #: cp/pt.c:9880
17115 #, fuzzy
17116 msgid "duplicate explicit instantiation of `%#D'"
17117 msgstr "паўторнае абвяшчэнне меткі \"%s\""
17118
17119 #: cp/pt.c:9905
17120 msgid "ISO C++ forbids the use of `extern' on explicit instantiations"
17121 msgstr ""
17122
17123 #: cp/pt.c:9909 cp/pt.c:9999
17124 msgid "storage class `%D' applied to template instantiation"
17125 msgstr ""
17126
17127 #: cp/pt.c:9966
17128 msgid "explicit instantiation of non-template type `%T'"
17129 msgstr ""
17130
17131 #: cp/pt.c:9980
17132 msgid "explicit instantiation of `%#T' before definition of template"
17133 msgstr ""
17134
17135 #: cp/pt.c:9988
17136 #, c-format
17137 msgid "ISO C++ forbids the use of `%s' on explicit instantiations"
17138 msgstr ""
17139
17140 #: cp/pt.c:10032
17141 #, fuzzy
17142 msgid "duplicate explicit instantiation of `%#T'"
17143 msgstr "паўторнае абвяшчэнне меткі \"%s\""
17144
17145 #: cp/pt.c:10412
17146 msgid "explicit instantiation of `%D' but no definition available"
17147 msgstr ""
17148
17149 #: cp/pt.c:10815
17150 msgid "`%#T' is not a valid type for a template constant parameter"
17151 msgstr ""
17152
17153 #: cp/repo.c:271
17154 msgid "-frepo must be used with -c"
17155 msgstr ""
17156
17157 #: cp/repo.c:361
17158 #, c-format
17159 msgid "mysterious repository information in %s"
17160 msgstr ""
17161
17162 #: cp/repo.c:376
17163 #, c-format
17164 msgid "can't create repository information file `%s'"
17165 msgstr ""
17166
17167 #: cp/rtti.c:240
17168 msgid "cannot use typeid with -fno-rtti"
17169 msgstr ""
17170
17171 #: cp/rtti.c:246
17172 msgid "must #include <typeinfo> before using typeid"
17173 msgstr ""
17174
17175 #: cp/rtti.c:320
17176 msgid "cannot create type information for type `%T' because its size is variable"
17177 msgstr ""
17178
17179 #: cp/rtti.c:584 cp/rtti.c:598
17180 msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
17181 msgstr ""
17182
17183 #: cp/rtti.c:674
17184 msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
17185 msgstr ""
17186
17187 #: cp/search.c:332
17188 msgid "`%T' is an ambiguous base of `%T'"
17189 msgstr ""
17190
17191 #: cp/search.c:350
17192 msgid "`%T' is an inaccessible base of `%T'"
17193 msgstr ""
17194
17195 #. At parse time, we don't want to give this error, since
17196 #. we won't have enough state to make this kind of
17197 #. decision properly. But there are times (e.g., with
17198 #. enums in nested classes) when we do need to call
17199 #. this fn at parse time. So, in those cases, we pass
17200 #. complain as a 0 and just return a NULL_TREE.
17201 #: cp/search.c:1638
17202 msgid "assignment to non-static member `%D' of enclosing class `%T'"
17203 msgstr ""
17204
17205 #: cp/search.c:2050
17206 msgid "adjusting pointers for covariant returns"
17207 msgstr ""
17208
17209 #: cp/search.c:2054 cp/search.c:2061
17210 msgid "invalid covariant return type for `%#D'"
17211 msgstr ""
17212
17213 #: cp/search.c:2055
17214 msgid " overriding `%#D' (must be pointer or reference to class)"
17215 msgstr ""
17216
17217 #: cp/search.c:2062
17218 msgid " overriding `%#D' (must use pointer or reference)"
17219 msgstr ""
17220
17221 #: cp/search.c:2067
17222 msgid "conflicting return type specified for `%#D'"
17223 msgstr ""
17224
17225 #: cp/search.c:2068
17226 msgid " overriding `%#D'"
17227 msgstr ""
17228
17229 #: cp/search.c:2077
17230 #, c-format
17231 msgid "looser throw specifier for `%#F'"
17232 msgstr ""
17233
17234 #: cp/search.c:2078
17235 #, c-format
17236 msgid " overriding `%#F'"
17237 msgstr ""
17238
17239 #. A static member function cannot match an inherited
17240 #. virtual member function.
17241 #: cp/search.c:2167
17242 msgid "`%#D' cannot be declared"
17243 msgstr ""
17244
17245 #: cp/search.c:2168
17246 msgid " since `%#D' declared in base class"
17247 msgstr ""
17248
17249 #: cp/search.c:2309
17250 msgid "`%#D' needs a final overrider"
17251 msgstr ""
17252
17253 #: cp/semantics.c:919
17254 #, fuzzy, c-format
17255 msgid "type of asm operand `%E' could not be determined"
17256 msgstr "тып параметра \"%s\" не аб'яўлены"
17257
17258 #: cp/semantics.c:1051
17259 msgid "ISO C++ does not permit named return values"
17260 msgstr ""
17261
17262 #: cp/semantics.c:1060
17263 msgid "return identifier `%D' already in place"
17264 msgstr ""
17265
17266 #: cp/semantics.c:1068
17267 msgid "can't redefine default return value for constructors"
17268 msgstr ""
17269
17270 #: cp/semantics.c:1100
17271 msgid "only constructors take base initializers"
17272 msgstr ""
17273
17274 #: cp/semantics.c:1343
17275 msgid "`this' is unavailable for static member functions"
17276 msgstr ""
17277
17278 #: cp/semantics.c:1349
17279 msgid "invalid use of `this' in non-member function"
17280 msgstr ""
17281
17282 #: cp/semantics.c:1351
17283 msgid "invalid use of `this' at top level"
17284 msgstr ""
17285
17286 #: cp/semantics.c:1381
17287 msgid "calling type `%T' like a method"
17288 msgstr ""
17289
17290 #: cp/semantics.c:1419
17291 msgid "destructor specifier `%T::~%T()' must have matching names"
17292 msgstr ""
17293
17294 #: cp/semantics.c:1425
17295 msgid "`%E' is not of type `%T'"
17296 msgstr ""
17297
17298 #: cp/semantics.c:1613
17299 msgid "template type parameters must use the keyword `class' or `typename'"
17300 msgstr ""
17301
17302 #: cp/semantics.c:1652
17303 msgid "invalid default template argument"
17304 msgstr ""
17305
17306 #: cp/semantics.c:1694
17307 msgid "definition of `%#T' inside template parameter list"
17308 msgstr ""
17309
17310 #: cp/semantics.c:1710
17311 msgid "invalid definition of qualified type `%T'"
17312 msgstr ""
17313
17314 #: cp/semantics.c:2053
17315 #, fuzzy
17316 msgid "invalid base-class specification"
17317 msgstr "Нерэчаісная спецыфікацыя! Памылка ў cc."
17318
17319 #: cp/semantics.c:2062
17320 msgid "base class `%T' has cv qualifiers"
17321 msgstr ""
17322
17323 #: cp/semantics.c:2093
17324 msgid "multiple declarators in template declaration"
17325 msgstr ""
17326
17327 #: cp/semantics.c:2120
17328 #, fuzzy, c-format
17329 msgid "type of `%E' is unknown"
17330 msgstr "вяртаемы тып \"%s\" не \"int\""
17331
17332 #: cp/spew.c:225
17333 #, c-format
17334 msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"
17335 msgstr ""
17336
17337 #: cp/spew.c:1002 cp/spew.c:1340
17338 msgid "parse error at end of saved function text"
17339 msgstr ""
17340
17341 #: cp/spew.c:1090 cp/spew.c:1178
17342 msgid "%Hend of file read inside definition"
17343 msgstr ""
17344
17345 #: cp/spew.c:1121
17346 msgid "parse error in method specification"
17347 msgstr ""
17348
17349 #: cp/spew.c:1161
17350 msgid "function body for constructor missing"
17351 msgstr ""
17352
17353 #: cp/spew.c:1262
17354 msgid "%Hend of file read inside default argument"
17355 msgstr ""
17356
17357 #: cp/spew.c:1419
17358 msgid "circular dependency in default args of `%#D'"
17359 msgstr ""
17360
17361 #: cp/spew.c:1483
17362 msgid "invalid type `%T' for default argument to `%T'"
17363 msgstr ""
17364
17365 #: cp/spew.c:1548
17366 #, c-format
17367 msgid "%s before `%s'"
17368 msgstr "%s перад \"%s\""
17369
17370 #: cp/spew.c:1550
17371 #, c-format
17372 msgid "%s before `%c'"
17373 msgstr "%s перад '%c'"
17374
17375 #: cp/spew.c:1552
17376 #, c-format
17377 msgid "%s before `\\%o'"
17378 msgstr "%s перад \"\\%o\""
17379
17380 #: cp/spew.c:1555
17381 #, c-format
17382 msgid "%s before `%s' token"
17383 msgstr "%s перад знакам \"%s\""
17384
17385 #: cp/tree.c:263 cp/tree.c:275
17386 #, c-format
17387 msgid "non-lvalue in %s"
17388 msgstr ""
17389
17390 #: cp/tree.c:562
17391 msgid "`%V' qualifiers cannot be applied to `%T'"
17392 msgstr ""
17393
17394 #: cp/tree.c:1941
17395 #, c-format
17396 msgid "`%s' attribute can only be applied to Java class definitions"
17397 msgstr ""
17398
17399 #: cp/tree.c:1971
17400 #, c-format
17401 msgid "`%s' attribute can only be applied to class definitions"
17402 msgstr ""
17403
17404 #: cp/tree.c:1977
17405 #, c-format
17406 msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"
17407 msgstr ""
17408
17409 #: cp/tree.c:2002
17410 msgid "requested init_priority is not an integer constant"
17411 msgstr ""
17412
17413 #: cp/tree.c:2023
17414 #, c-format
17415 msgid "can only use `%s' attribute on file-scope definitions of objects of class type"
17416 msgstr ""
17417
17418 #: cp/tree.c:2031
17419 msgid "requested init_priority is out of range"
17420 msgstr ""
17421
17422 #: cp/tree.c:2041
17423 msgid "requested init_priority is reserved for internal use"
17424 msgstr ""
17425
17426 #: cp/tree.c:2051
17427 #, fuzzy, c-format
17428 msgid "`%s' attribute is not supported on this platform"
17429 msgstr "атрыбуты секцыі не падтрымліваюцца для гэтай мэты"
17430
17431 #: cp/tree.c:2588
17432 #, c-format
17433 msgid "lang_* check: failed in %s, at %s:%d"
17434 msgstr ""
17435
17436 #: cp/typeck.c:524
17437 #, c-format
17438 msgid "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
17439 msgstr ""
17440
17441 #: cp/typeck.c:545
17442 msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
17443 msgstr ""
17444
17445 #: cp/typeck.c:1436
17446 msgid "ISO C++ prohibits conversion from `%#T' to `(...)'"
17447 msgstr ""
17448
17449 #: cp/typeck.c:1514
17450 #, c-format
17451 msgid "invalid application of `%s' to a member function"
17452 msgstr ""
17453
17454 #: cp/typeck.c:1520
17455 #, c-format
17456 msgid "invalid application of `%s' to non-static member"
17457 msgstr ""
17458
17459 #: cp/typeck.c:1538
17460 msgid "sizeof applied to a bit-field"
17461 msgstr ""
17462
17463 #: cp/typeck.c:1541
17464 msgid "ISO C++ forbids applying `sizeof' to an expression of function type"
17465 msgstr ""
17466
17467 #: cp/typeck.c:1759
17468 msgid "deprecated conversion from string constant to `%T'"
17469 msgstr ""
17470
17471 #: cp/typeck.c:1890 cp/typeck.c:2122
17472 msgid "request for member `%D' in `%E', which is of non-class type `%T'"
17473 msgstr ""
17474
17475 #: cp/typeck.c:1916
17476 #, fuzzy
17477 msgid "`%D' is not a member of `%T'"
17478 msgstr "\"%s\" мае незавершаны тып"
17479
17480 #: cp/typeck.c:1957 cp/typeck.c:1978
17481 #, fuzzy
17482 msgid "invalid access to non-static data member `%D' of NULL object"
17483 msgstr "нявернае выкарыстанне \"restict\""
17484
17485 #: cp/typeck.c:1959 cp/typeck.c:1980
17486 msgid "(perhaps the `offsetof' macro was used incorrectly)"
17487 msgstr ""
17488
17489 #: cp/typeck.c:2168
17490 #, fuzzy
17491 msgid "`%D::%D' is not a member of `%T'"
17492 msgstr "\"%s\" - гэта не пачатак дэкларацыі"
17493
17494 #: cp/typeck.c:2179
17495 #, fuzzy
17496 msgid "`%T' is not a base of `%T'"
17497 msgstr "\"%s\" мае незавершаны тып"
17498
17499 #: cp/typeck.c:2199
17500 msgid "destructor specifier `%T::~%T' must have matching names"
17501 msgstr ""
17502
17503 #: cp/typeck.c:2205
17504 msgid "type `%T' has no destructor"
17505 msgstr ""
17506
17507 #: cp/typeck.c:2244
17508 #, fuzzy
17509 msgid "`%D' is not a member template function"
17510 msgstr "`%D' - гэта ня функцыя,"
17511
17512 #. A pointer to incomplete type (other than cv void) can be
17513 #. dereferenced [expr.unary.op]/1
17514 #: cp/typeck.c:2338
17515 msgid "`%T' is not a pointer-to-object type"
17516 msgstr ""
17517
17518 #: cp/typeck.c:2365
17519 #, c-format
17520 msgid "invalid use of `%s' on pointer to member"
17521 msgstr ""
17522
17523 #: cp/typeck.c:2371
17524 msgid "invalid type argument"
17525 msgstr ""
17526
17527 #: cp/typeck.c:2474
17528 msgid "ISO C++ forbids subscripting non-lvalue array"
17529 msgstr ""
17530
17531 #: cp/typeck.c:2485
17532 msgid "subscripting array declared `register'"
17533 msgstr ""
17534
17535 #: cp/typeck.c:2570
17536 #, c-format
17537 msgid "object missing in use of `%E'"
17538 msgstr ""
17539
17540 #: cp/typeck.c:2674
17541 msgid "ISO C++ forbids calling `::main' from within program"
17542 msgstr ""
17543
17544 #: cp/typeck.c:2699
17545 #, c-format
17546 msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
17547 msgstr ""
17548
17549 #: cp/typeck.c:2712
17550 #, fuzzy, c-format
17551 msgid "`%E' cannot be used as a function"
17552 msgstr "\"%s\" звычайна функцыя"
17553
17554 #: cp/typeck.c:2824
17555 #, fuzzy
17556 msgid "too many arguments to %s `%+#D'"
17557 msgstr "вельмі шмат аргументаў у функцыі \"%s\""
17558
17559 #: cp/typeck.c:2865
17560 msgid "parameter type of called function is incomplete"
17561 msgstr ""
17562
17563 #: cp/typeck.c:2928
17564 #, fuzzy
17565 msgid "too few arguments to %s `%+#D'"
17566 msgstr "нехапае аргументаў у функцыі \"%s\""
17567
17568 #: cp/typeck.c:3056 cp/typeck.c:3066
17569 msgid "assuming cast to type `%T' from overloaded function"
17570 msgstr ""
17571
17572 #: cp/typeck.c:3126
17573 #, c-format
17574 msgid "division by zero in `%E / 0'"
17575 msgstr ""
17576
17577 #: cp/typeck.c:3128
17578 #, c-format
17579 msgid "division by zero in `%E / 0.'"
17580 msgstr ""
17581
17582 #: cp/typeck.c:3158
17583 #, c-format
17584 msgid "division by zero in `%E %% 0'"
17585 msgstr ""
17586
17587 #: cp/typeck.c:3160
17588 #, c-format
17589 msgid "division by zero in `%E %% 0.'"
17590 msgstr ""
17591
17592 #: cp/typeck.c:3240
17593 #, c-format
17594 msgid "%s rotate count is negative"
17595 msgstr ""
17596
17597 #: cp/typeck.c:3243
17598 #, c-format
17599 msgid "%s rotate count >= width of type"
17600 msgstr ""
17601
17602 #: cp/typeck.c:3274 cp/typeck.c:3279 cp/typeck.c:3370 cp/typeck.c:3375
17603 msgid "ISO C++ forbids comparison between pointer and integer"
17604 msgstr ""
17605
17606 #: cp/typeck.c:3553
17607 msgid "comparison between types `%#T' and `%#T'"
17608 msgstr ""
17609
17610 #: cp/typeck.c:3589
17611 msgid "comparison between signed and unsigned integer expressions"
17612 msgstr ""
17613
17614 #: cp/typeck.c:3654
17615 msgid "invalid operands of types `%T' and `%T' to binary `%O'"
17616 msgstr ""
17617
17618 #. Some sort of arithmetic operation involving NULL was
17619 #. performed. Note that pointer-difference and pointer-addition
17620 #. have already been handled above, and so we don't end up here in
17621 #. that case.
17622 #: cp/typeck.c:3676
17623 msgid "NULL used in arithmetic"
17624 msgstr ""
17625
17626 #: cp/typeck.c:3743
17627 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
17628 msgstr ""
17629
17630 #: cp/typeck.c:3745
17631 msgid "ISO C++ forbids using pointer to a function in subtraction"
17632 msgstr ""
17633
17634 #: cp/typeck.c:3747
17635 msgid "ISO C++ forbids using pointer to a method in subtraction"
17636 msgstr ""
17637
17638 #: cp/typeck.c:3749
17639 msgid "ISO C++ forbids using pointer to a member in subtraction"
17640 msgstr ""
17641
17642 #: cp/typeck.c:3761
17643 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
17644 msgstr ""
17645
17646 #: cp/typeck.c:3821
17647 #, c-format
17648 msgid "invalid use of '%E' to form a pointer-to-member-function. Use a qualified-id."
17649 msgstr ""
17650
17651 #: cp/typeck.c:3827
17652 #, c-format
17653 msgid "parenthesis around '%E' cannot be used to form a pointer-to-member-function"
17654 msgstr ""
17655
17656 #: cp/typeck.c:3850
17657 msgid "taking address of temporary"
17658 msgstr ""
17659
17660 #: cp/typeck.c:4091
17661 #, c-format
17662 msgid "ISO C++ forbids %sing an enum"
17663 msgstr ""
17664
17665 #: cp/typeck.c:4103
17666 #, fuzzy
17667 msgid "cannot %s a pointer to incomplete type `%T'"
17668 msgstr "\"%s\" мае незавершаны тып"
17669
17670 #: cp/typeck.c:4110
17671 msgid "ISO C++ forbids %sing a pointer of type `%T'"
17672 msgstr ""
17673
17674 #: cp/typeck.c:4135
17675 msgid "cast to non-reference type used as lvalue"
17676 msgstr ""
17677
17678 #: cp/typeck.c:4169
17679 msgid "invalid use of `--' on bool variable `%D'"
17680 msgstr ""
17681
17682 #. ARM $3.4
17683 #: cp/typeck.c:4202
17684 msgid "ISO C++ forbids taking address of function `::main'"
17685 msgstr ""
17686
17687 #. An expression like &memfn.
17688 #: cp/typeck.c:4269
17689 msgid "ISO C++ forbids taking the address of an unqualified non-static member function to form a pointer to member function. Say `&%T::%D'"
17690 msgstr ""
17691
17692 #: cp/typeck.c:4271
17693 msgid "ISO C++ forbids taking the address of a bound member function to form a pointer to member function. Say `&%T::%D'"
17694 msgstr ""
17695
17696 #: cp/typeck.c:4295
17697 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
17698 msgstr ""
17699
17700 #: cp/typeck.c:4324
17701 #, fuzzy
17702 msgid "attempt to take address of bit-field structure member `%D'"
17703 msgstr "не магу атрымаць адрас бітавага поля \"%s\""
17704
17705 #: cp/typeck.c:4444
17706 msgid "taking address of destructor"
17707 msgstr ""
17708
17709 #: cp/typeck.c:4457
17710 msgid "taking address of bound pointer-to-member expression"
17711 msgstr ""
17712
17713 #: cp/typeck.c:4473
17714 msgid "cannot create pointer to reference member `%D'"
17715 msgstr ""
17716
17717 #: cp/typeck.c:4536
17718 msgid "cannot take the address of `this', which is an rvalue expression"
17719 msgstr ""
17720
17721 #: cp/typeck.c:4555
17722 msgid "address requested for `%D', which is declared `register'"
17723 msgstr ""
17724
17725 #: cp/typeck.c:4682
17726 msgid "static_cast from type `%T' to type `%T' casts away constness"
17727 msgstr ""
17728
17729 #: cp/typeck.c:4871
17730 msgid "invalid static_cast from type `%T' to type `%T'"
17731 msgstr ""
17732
17733 #: cp/typeck.c:4910
17734 msgid "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
17735 msgstr ""
17736
17737 #: cp/typeck.c:4930
17738 msgid "reinterpret_cast from `%T' to `%T' loses precision"
17739 msgstr ""
17740
17741 #: cp/typeck.c:4943
17742 msgid "reinterpret_cast from `%T' to `%T' casts away const (or volatile)"
17743 msgstr ""
17744
17745 #: cp/typeck.c:4952
17746 msgid "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
17747 msgstr ""
17748
17749 #: cp/typeck.c:4958
17750 msgid "invalid reinterpret_cast from type `%T' to type `%T'"
17751 msgstr ""
17752
17753 #: cp/typeck.c:4985
17754 msgid "invalid use of const_cast with type `%T', which is not a pointer, reference, nor a pointer-to-data-member type"
17755 msgstr ""
17756
17757 #: cp/typeck.c:4988
17758 msgid "invalid use of const_cast with type `%T', which is a pointer or reference to a function type"
17759 msgstr ""
17760
17761 #: cp/typeck.c:5011
17762 msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
17763 msgstr ""
17764
17765 #: cp/typeck.c:5027
17766 msgid "invalid const_cast from type `%T' to type `%T'"
17767 msgstr ""
17768
17769 #: cp/typeck.c:5069 cp/typeck.c:5074
17770 msgid "ISO C++ forbids casting to an array type `%T'"
17771 msgstr ""
17772
17773 #: cp/typeck.c:5082
17774 #, fuzzy
17775 msgid "invalid cast to function type `%T'"
17776 msgstr "Нерэчаісны выбар \"%s\""
17777
17778 #: cp/typeck.c:5138
17779 msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
17780 msgstr ""
17781
17782 #: cp/typeck.c:5184
17783 msgid "cast from `%T' to `%T' increases required alignment of target type"
17784 msgstr ""
17785
17786 #: cp/typeck.c:5357
17787 msgid " in evaluation of `%Q(%#T, %#T)'"
17788 msgstr ""
17789
17790 #: cp/typeck.c:5399
17791 msgid "ISO C++ forbids cast to non-reference type used as lvalue"
17792 msgstr ""
17793
17794 #: cp/typeck.c:5463
17795 msgid "incompatible types in assignment of `%T' to `%T'"
17796 msgstr ""
17797
17798 #: cp/typeck.c:5470
17799 msgid "ISO C++ forbids assignment of arrays"
17800 msgstr ""
17801
17802 #: cp/typeck.c:5577
17803 msgid " in pointer to member function conversion"
17804 msgstr ""
17805
17806 #: cp/typeck.c:5585
17807 msgid " in pointer to member conversion"
17808 msgstr ""
17809
17810 #. This is a reinterpret cast, we choose to do nothing.
17811 #: cp/typeck.c:5596 cp/typeck.c:5615
17812 msgid "pointer to member cast via virtual base `%T' of `%T'"
17813 msgstr ""
17814
17815 #: cp/typeck.c:5619
17816 msgid "pointer to member conversion via virtual base `%T' of `%T'"
17817 msgstr ""
17818
17819 #: cp/typeck.c:5695
17820 msgid "invalid conversion to type `%T' from type `%T'"
17821 msgstr ""
17822
17823 #: cp/typeck.c:5860
17824 msgid "passing NULL used for non-pointer %s %P of `%D'"
17825 msgstr ""
17826
17827 #: cp/typeck.c:5863
17828 msgid "%s to non-pointer type `%T' from NULL"
17829 msgstr ""
17830
17831 #: cp/typeck.c:5871
17832 msgid "passing `%T' for %s %P of `%D'"
17833 msgstr ""
17834
17835 #: cp/typeck.c:5874
17836 msgid "%s to `%T' from `%T'"
17837 msgstr ""
17838
17839 #: cp/typeck.c:5884
17840 msgid "passing negative value `%E' for %s %P of `%D'"
17841 msgstr ""
17842
17843 #: cp/typeck.c:5887
17844 msgid "%s of negative value `%E' to `%T'"
17845 msgstr ""
17846
17847 #: cp/typeck.c:5982
17848 msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
17849 msgstr ""
17850
17851 #: cp/typeck.c:5985
17852 msgid "cannot convert `%T' to `%T' in %s"
17853 msgstr ""
17854
17855 #: cp/typeck.c:6073 cp/typeck.c:6075
17856 msgid "in passing argument %P of `%+D'"
17857 msgstr ""
17858
17859 #: cp/typeck.c:6190
17860 msgid "returning reference to temporary"
17861 msgstr ""
17862
17863 #: cp/typeck.c:6197
17864 msgid "reference to non-lvalue returned"
17865 msgstr ""
17866
17867 #: cp/typeck.c:6209
17868 msgid "reference to local variable `%D' returned"
17869 msgstr ""
17870
17871 #: cp/typeck.c:6212
17872 msgid "address of local variable `%D' returned"
17873 msgstr ""
17874
17875 #: cp/typeck.c:6243
17876 msgid "returning a value from a destructor"
17877 msgstr ""
17878
17879 #. If a return statement appears in a handler of the
17880 #. function-try-block of a constructor, the program is ill-formed.
17881 #: cp/typeck.c:6251
17882 msgid "cannot return from a handler of a function-try-block of a constructor"
17883 msgstr ""
17884
17885 #. You can't return a value from a constructor.
17886 #: cp/typeck.c:6254
17887 msgid "returning a value from a constructor"
17888 msgstr ""
17889
17890 #: cp/typeck.c:6271
17891 msgid "return-statement with no value, in function declared with a non-void return type"
17892 msgstr ""
17893
17894 #: cp/typeck.c:6287
17895 msgid "return-statement with a value, in function declared with a void return type"
17896 msgstr ""
17897
17898 #: cp/typeck.c:6308
17899 msgid "`operator new' must not return NULL unless it is declared `throw()' (or -fcheck-new is in effect)"
17900 msgstr ""
17901
17902 #: cp/typeck2.c:54
17903 msgid "type `%T' is not a base type for type `%T'"
17904 msgstr ""
17905
17906 #: cp/typeck2.c:157
17907 msgid "cannot declare variable `%D' to be of type `%T'"
17908 msgstr ""
17909
17910 #: cp/typeck2.c:160
17911 msgid "cannot declare parameter `%D' to be of type `%T'"
17912 msgstr ""
17913
17914 #: cp/typeck2.c:163
17915 msgid "cannot declare field `%D' to be of type `%T'"
17916 msgstr ""
17917
17918 #: cp/typeck2.c:167
17919 msgid "invalid return type for member function `%#D'"
17920 msgstr ""
17921
17922 #: cp/typeck2.c:169
17923 msgid "invalid return type for function `%#D'"
17924 msgstr ""
17925
17926 #: cp/typeck2.c:172
17927 msgid "cannot allocate an object of type `%T'"
17928 msgstr ""
17929
17930 #: cp/typeck2.c:179
17931 msgid " because the following virtual functions are abstract:"
17932 msgstr ""
17933
17934 #: cp/typeck2.c:181
17935 msgid "\t%#D"
17936 msgstr ""
17937
17938 #: cp/typeck2.c:184
17939 msgid " since type `%T' has abstract virtual functions"
17940 msgstr ""
17941
17942 #: cp/typeck2.c:338
17943 msgid "constructor syntax used, but no constructor declared for type `%T'"
17944 msgstr ""
17945
17946 #: cp/typeck2.c:349
17947 msgid "comma expression used to initialize return value"
17948 msgstr ""
17949
17950 #: cp/typeck2.c:358
17951 msgid "cannot initialize arrays using this syntax"
17952 msgstr ""
17953
17954 #: cp/typeck2.c:473
17955 msgid "initializing array with parameter list"
17956 msgstr ""
17957
17958 #: cp/typeck2.c:529
17959 msgid "initializer for scalar variable requires one element"
17960 msgstr ""
17961
17962 #: cp/typeck2.c:536
17963 msgid "braces around scalar initializer for `%T'"
17964 msgstr ""
17965
17966 #: cp/typeck2.c:539
17967 msgid "ignoring extra initializers for `%T'"
17968 msgstr ""
17969
17970 #: cp/typeck2.c:551
17971 msgid "variable-sized object of type `%T' may not be initialized"
17972 msgstr ""
17973
17974 #: cp/typeck2.c:561
17975 msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
17976 msgstr ""
17977
17978 #: cp/typeck2.c:627
17979 msgid "aggregate has a partly bracketed initializer"
17980 msgstr ""
17981
17982 #: cp/typeck2.c:665 cp/typeck2.c:770
17983 msgid "non-trivial labeled initializers"
17984 msgstr ""
17985
17986 #: cp/typeck2.c:682
17987 msgid "non-empty initializer for array of empty elements"
17988 msgstr ""
17989
17990 #: cp/typeck2.c:736
17991 msgid "initializer list for object of class with virtual base classes"
17992 msgstr ""
17993
17994 #: cp/typeck2.c:742
17995 msgid "initializer list for object of class with base classes"
17996 msgstr ""
17997
17998 #: cp/typeck2.c:748
17999 msgid "initializer list for object using virtual functions"
18000 msgstr ""
18001
18002 #: cp/typeck2.c:811 cp/typeck2.c:827
18003 #, fuzzy
18004 msgid "missing initializer for member `%D'"
18005 msgstr "прапушчан ініцыялізатар"
18006
18007 #: cp/typeck2.c:816
18008 msgid "uninitialized const member `%D'"
18009 msgstr ""
18010
18011 #: cp/typeck2.c:818
18012 #, fuzzy
18013 msgid "member `%D' with uninitialized const fields"
18014 msgstr "параметр \"%s\" ініцыялізаваны"
18015
18016 #: cp/typeck2.c:821
18017 #, fuzzy
18018 msgid "member `%D' is uninitialized reference"
18019 msgstr "параметр \"%s\" ініцыялізаваны"
18020
18021 #: cp/typeck2.c:868
18022 msgid "index value instead of field name in union initializer"
18023 msgstr ""
18024
18025 #: cp/typeck2.c:880
18026 msgid "no field `%D' in union being initialized"
18027 msgstr ""
18028
18029 #: cp/typeck2.c:888
18030 msgid "union `%T' with no named members cannot be initialized"
18031 msgstr ""
18032
18033 #: cp/typeck2.c:924
18034 msgid "excess elements in aggregate initializer"
18035 msgstr ""
18036
18037 #: cp/typeck2.c:1038
18038 msgid "circular pointer delegation detected"
18039 msgstr ""
18040
18041 #: cp/typeck2.c:1051
18042 msgid "base operand of `->' has non-pointer type `%T'"
18043 msgstr ""
18044
18045 #: cp/typeck2.c:1065
18046 msgid "result of `operator->()' yields non-pointer result"
18047 msgstr ""
18048
18049 #: cp/typeck2.c:1067
18050 msgid "base operand of `->' is not a pointer"
18051 msgstr ""
18052
18053 #: cp/typeck2.c:1133
18054 msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
18055 msgstr ""
18056
18057 #: cp/typeck2.c:1140
18058 msgid "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
18059 msgstr ""
18060
18061 #: cp/typeck2.c:1149
18062 msgid "member type `%T::' incompatible with object type `%T'"
18063 msgstr ""
18064
18065 #: cp/typeck2.c:1186
18066 msgid "`%T' fails to be a typedef or built-in type"
18067 msgstr ""
18068
18069 #: cp/typeck2.c:1259
18070 #, c-format
18071 msgid "ISO C++ forbids defining types within %s"
18072 msgstr ""
18073
18074 #: cp/typeck2.c:1384
18075 #, fuzzy
18076 msgid "call to function `%D' which throws incomplete type `%#T'"
18077 msgstr "\"%s\" мае незавершаны тып"
18078
18079 #: cp/typeck2.c:1387
18080 #, fuzzy
18081 msgid "call to function which throws incomplete type `%#T'"
18082 msgstr "\"%s\" мае незавершаны тып"
18083
18084 #. XXX Not i18n clean.
18085 #: cp/cp-tree.h:3936
18086 #, c-format
18087 msgid "%s is deprecated, please see the documentation for details"
18088 msgstr ""
18089
18090 #: cp/lang-options.h:29
18091 msgid "Do not obey access control semantics"
18092 msgstr ""
18093
18094 #: cp/lang-options.h:31
18095 msgid "Change when template instances are emitted"
18096 msgstr ""
18097
18098 #: cp/lang-options.h:36
18099 msgid "Check the return value of new"
18100 msgstr ""
18101
18102 #: cp/lang-options.h:39
18103 msgid "Reduce size of object files"
18104 msgstr ""
18105
18106 #: cp/lang-options.h:43
18107 msgid "Make string literals `char[]' instead of `const char[]'"
18108 msgstr ""
18109
18110 #: cp/lang-options.h:46
18111 msgid "Dump the entire translation unit to a file"
18112 msgstr ""
18113
18114 #: cp/lang-options.h:48
18115 msgid "Do not inline member functions by default"
18116 msgstr ""
18117
18118 #: cp/lang-options.h:51
18119 msgid "Do not generate run time type descriptor information"
18120 msgstr ""
18121
18122 #: cp/lang-options.h:56
18123 msgid "Do not generate code to check exception specifications"
18124 msgstr ""
18125
18126 #: cp/lang-options.h:61
18127 msgid "Scope of for-init-statement vars extends outside"
18128 msgstr ""
18129
18130 #: cp/lang-options.h:64
18131 msgid "Do not recognize GNU defined keywords"
18132 msgstr ""
18133
18134 #: cp/lang-options.h:68
18135 msgid "Enable support for huge objects"
18136 msgstr ""
18137
18138 #: cp/lang-options.h:72
18139 msgid "Export functions even if they can be inlined"
18140 msgstr ""
18141
18142 #: cp/lang-options.h:75
18143 #, fuzzy
18144 msgid "Only emit explicit template instantiations"
18145 msgstr "паўторнае абвяшчэнне меткі \"%s\""
18146
18147 #: cp/lang-options.h:78
18148 #, fuzzy
18149 msgid "Only emit explicit instantiations of inline templates"
18150 msgstr "паўторнае абвяшчэнне меткі \"%s\""
18151
18152 #: cp/lang-options.h:84
18153 msgid "Don't pedwarn about uses of Microsoft extensions"
18154 msgstr ""
18155
18156 #: cp/lang-options.h:87
18157 msgid "Recognize and/bitand/bitor/compl/not/or/xor"
18158 msgstr ""
18159
18160 #: cp/lang-options.h:91
18161 msgid "Disable optional diagnostics"
18162 msgstr ""
18163
18164 #: cp/lang-options.h:93
18165 msgid "Downgrade conformance errors to warnings"
18166 msgstr ""
18167
18168 #: cp/lang-options.h:96
18169 msgid "Enable automatic template instantiation"
18170 msgstr ""
18171
18172 #: cp/lang-options.h:101
18173 msgid "Display statistics accumulated during compilation"
18174 msgstr ""
18175
18176 #: cp/lang-options.h:104
18177 msgid "Specify maximum template instantiation depth"
18178 msgstr ""
18179
18180 #: cp/lang-options.h:106
18181 msgid "Use __cxa_atexit to register destructors"
18182 msgstr ""
18183
18184 #: cp/lang-options.h:109
18185 msgid "Discard unused virtual functions"
18186 msgstr ""
18187
18188 #: cp/lang-options.h:112
18189 msgid "Implement vtables using thunks"
18190 msgstr ""
18191
18192 #: cp/lang-options.h:115
18193 msgid "Emit common-like symbols as weak symbols"
18194 msgstr ""
18195
18196 #: cp/lang-options.h:118
18197 msgid "Emit cross referencing information"
18198 msgstr ""
18199
18200 #: cp/lang-options.h:122
18201 msgid "Warn about inconsistent return types"
18202 msgstr ""
18203
18204 #: cp/lang-options.h:125
18205 msgid "Warn about overloaded virtual function names"
18206 msgstr ""
18207
18208 #: cp/lang-options.h:129
18209 msgid "Don't warn when all ctors/dtors are private"
18210 msgstr ""
18211
18212 #: cp/lang-options.h:131
18213 msgid "Warn about non virtual destructors"
18214 msgstr ""
18215
18216 #: cp/lang-options.h:134
18217 msgid "Warn when a function is declared extern, then inline"
18218 msgstr ""
18219
18220 #: cp/lang-options.h:137
18221 msgid "Warn when the compiler reorders code"
18222 msgstr ""
18223
18224 #: cp/lang-options.h:140
18225 msgid "Warn when synthesis behavior differs from Cfront"
18226 msgstr ""
18227
18228 #: cp/lang-options.h:144
18229 msgid "Don't warn when type converting pointers to member functions"
18230 msgstr ""
18231
18232 #: cp/lang-options.h:146
18233 msgid "Warn about violations of Effective C++ style rules"
18234 msgstr ""
18235
18236 #: cp/lang-options.h:149
18237 msgid "Warn when overload promotes from unsigned to signed"
18238 msgstr ""
18239
18240 #: cp/lang-options.h:152
18241 msgid "Warn if a C style cast is used in a program"
18242 msgstr ""
18243
18244 #: cp/lang-options.h:156
18245 msgid "Don't warn when non-templatized friend functions are declared within a template"
18246 msgstr ""
18247
18248 #: cp/lang-options.h:159
18249 msgid "Don't announce deprecation of compiler features"
18250 msgstr ""
18251
18252 #: f/bad.c:387
18253 msgid "note:"
18254 msgstr ""
18255
18256 #: f/bad.c:391
18257 msgid "warning:"
18258 msgstr "увага:"
18259
18260 #: f/bad.c:395
18261 msgid "fatal:"
18262 msgstr ""
18263
18264 #: f/bad.c:437
18265 msgid "(continued):"
18266 msgstr ""
18267
18268 #: f/bad.c:487 f/bad.c:505
18269 msgid "[REPORT BUG!!] %"
18270 msgstr ""
18271
18272 #: f/bad.c:494 f/bad.c:526
18273 msgid "[REPORT BUG!!]"
18274 msgstr ""
18275
18276 #: f/com.c:3132
18277 #, no-c-format
18278 msgid "ASSIGN'ed label cannot fit into `%A' at %0 -- using wider sibling"
18279 msgstr ""
18280
18281 #: f/com.c:11623
18282 msgid "no INTEGER type can hold a pointer on this configuration"
18283 msgstr ""
18284
18285 #: f/com.c:11844
18286 #, c-format
18287 msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
18288 msgstr ""
18289
18290 #: f/com.c:11846
18291 #, c-format
18292 msgid "and pointers are %d bits wide, but g77 doesn't yet work"
18293 msgstr ""
18294
18295 #: f/com.c:11848
18296 msgid "properly unless they all are 32 bits wide"
18297 msgstr ""
18298
18299 #: f/com.c:11849
18300 msgid "Please keep this in mind before you report bugs."
18301 msgstr ""
18302
18303 #. I/O will probably crash.
18304 #: f/com.c:11857
18305 #, c-format
18306 msgid "configuration: char * holds %d bits, but ftnlen only %d"
18307 msgstr ""
18308
18309 #. ASSIGN 10 TO I will crash.
18310 #: f/com.c:11866
18311 #, c-format
18312 msgid ""
18313 "configuration: char * holds %d bits, but INTEGER only %d --\n"
18314 " ASSIGN statement might fail"
18315 msgstr ""
18316
18317 #: f/com.c:13681
18318 #, fuzzy
18319 msgid "In statement function"
18320 msgstr "вельмі шмат аргументаў у функцыі"
18321
18322 #: f/com.c:13691
18323 msgid "Outside of any program unit:\n"
18324 msgstr ""
18325
18326 #: f/com.c:15320
18327 #, no-c-format
18328 msgid "%A from %B at %0%C"
18329 msgstr ""
18330
18331 #: f/com.c:15497
18332 msgid "directory name must immediately follow -I"
18333 msgstr ""
18334
18335 #: f/com.c:15640
18336 #, no-c-format
18337 msgid "At %0, INCLUDE file %A exists, but is not readable"
18338 msgstr ""
18339
18340 #: f/com.c:15675
18341 #, no-c-format
18342 msgid "At %0, INCLUDE nesting too deep"
18343 msgstr ""
18344
18345 #: f/expr.c:9614
18346 #, no-c-format
18347 msgid "Two arithmetic operators in a row at %0 and %1 -- use parentheses"
18348 msgstr ""
18349
18350 #: f/expr.c:9664
18351 #, no-c-format
18352 msgid "Operator at %0 has lower precedence than that at %1 -- use parentheses"
18353 msgstr ""
18354
18355 #: f/expr.c:10525
18356 #, no-c-format
18357 msgid "Use .EQV./.NEQV. instead of .EQ./.NE. at %0 for LOGICAL operands at %1 and %2"
18358 msgstr ""
18359
18360 #: f/expr.c:10896
18361 #, no-c-format
18362 msgid "Unsupported operand for ** at %1 -- converting to default INTEGER"
18363 msgstr ""
18364
18365 #: f/g77spec.c:234
18366 #, c-format
18367 msgid "overflowed output arg list for `%s'"
18368 msgstr ""
18369
18370 #: f/g77spec.c:373
18371 msgid "--driver no longer supported"
18372 msgstr ""
18373
18374 #: f/g77spec.c:386
18375 #, c-format
18376 msgid "argument to `%s' missing"
18377 msgstr "аргумент для \"%s\" прапушчан"
18378
18379 #: f/g77spec.c:390
18380 msgid "no input files; unwilling to write output files"
18381 msgstr ""
18382
18383 #: f/implic.c:203
18384 #, fuzzy, no-c-format
18385 msgid "Implicit declaration of `%A' at %0"
18386 msgstr "паўторнае абвяшчэнне меткі \"%s\""
18387
18388 #: f/lex.c:326
18389 #, no-c-format
18390 msgid "Non-ISO-C-standard escape sequence `\\%A' at %0"
18391 msgstr ""
18392
18393 #: f/lex.c:345
18394 #, no-c-format
18395 msgid "Unknown escape sequence `\\%A' at %0"
18396 msgstr "Невядомая ESC-паслядоўнасьць `\\%A' at %0"
18397
18398 #: f/lex.c:354
18399 #, fuzzy, no-c-format
18400 msgid "Unterminated escape sequence `\\' at %0"
18401 msgstr "невядомая ESC-паслядоўнасць '\\%c'"
18402
18403 #: f/lex.c:365
18404 #, no-c-format
18405 msgid "Unknown escape sequence `\\' followed by char code 0x%A at %0"
18406 msgstr ""
18407
18408 #: f/lex.c:393
18409 #, no-c-format
18410 msgid "\\x used at %0 with no following hex digits"
18411 msgstr ""
18412
18413 #: f/lex.c:407
18414 #, no-c-format
18415 msgid "Hex escape at %0 out of range"
18416 msgstr ""
18417
18418 #: f/lex.c:441
18419 #, no-c-format
18420 msgid "Escape sequence at %0 out of range for character"
18421 msgstr ""
18422
18423 #: f/lex.c:595
18424 msgid "hex escape out of range"
18425 msgstr ""
18426
18427 #: f/lex.c:648
18428 #, c-format
18429 msgid "non-ANSI-standard escape sequence, `\\%c'"
18430 msgstr ""
18431
18432 #: f/lex.c:661
18433 #, fuzzy, c-format
18434 msgid "non-ISO escape sequence `\\%c'"
18435 msgstr "невядомая ESC-паслядоўнасць '\\%c'"
18436
18437 #: f/lex.c:665
18438 #, c-format
18439 msgid "unknown escape sequence `\\%c'"
18440 msgstr ""
18441
18442 #: f/lex.c:667
18443 #, c-format
18444 msgid "unknown escape sequence: `\\' followed by char code 0x%x"
18445 msgstr ""
18446
18447 #: f/lex.c:744
18448 msgid "badly formed directive -- no closing quote"
18449 msgstr ""
18450
18451 #: f/lex.c:802
18452 msgid "#-lines for entering and leaving files don't match"
18453 msgstr ""
18454
18455 #: f/lex.c:964
18456 msgid "bad directive -- missing close-quote"
18457 msgstr ""
18458
18459 #: f/lex.c:1078
18460 #, c-format
18461 msgid "ignoring pragma: %s"
18462 msgstr ""
18463
18464 #: f/lex.c:1156
18465 msgid "invalid #ident"
18466 msgstr ""
18467
18468 #: f/lex.c:1173
18469 msgid "undefined or invalid # directive"
18470 msgstr ""
18471
18472 #: f/lex.c:1229
18473 msgid "invalid #line"
18474 msgstr ""
18475
18476 #: f/lex.c:1285 f/lex.c:1329
18477 msgid "use `#line ...' instead of `# ...' in first line"
18478 msgstr ""
18479
18480 #: f/lex.c:1339
18481 msgid "invalid #-line"
18482 msgstr ""
18483
18484 #: f/lex.c:1432
18485 #, no-c-format
18486 msgid "Null character at %0 -- line ignored"
18487 msgstr ""
18488
18489 #: f/stb.c:12078
18490 #, no-c-format
18491 msgid "INCLUDE at %0 not the only statement on the source line"
18492 msgstr ""
18493
18494 #: f/ste.c:1400 f/ste.c:1747
18495 msgid "ASSIGNed FORMAT specifier is too small"
18496 msgstr ""
18497
18498 #. ~~~Someday handle CHARACTER*1, CHARACTER*N
18499 #: f/ste.c:2624
18500 #, no-c-format
18501 msgid "SELECT CASE on CHARACTER type (at %0) not supported -- sorry"
18502 msgstr ""
18503
18504 #: f/ste.c:2729
18505 msgid "SELECT (at %0) has duplicate cases -- check integer overflow of CASE(s)"
18506 msgstr ""
18507
18508 #: f/ste.c:2959
18509 msgid "ASSIGN to variable that is too small"
18510 msgstr ""
18511
18512 #: f/ste.c:2987
18513 msgid "ASSIGNed GOTO target variable is too small"
18514 msgstr ""
18515
18516 #: f/stu.c:305
18517 #, no-c-format
18518 msgid "Local adjustable symbol `%A' at %0"
18519 msgstr ""
18520
18521 #: f/target.c:2550
18522 msgid "data initializer on host with different endianness"
18523 msgstr ""
18524
18525 #: f/top.c:237
18526 #, c-format
18527 msgid "%s no longer supported -- try -fvxt"
18528 msgstr ""
18529
18530 #: f/top.c:239
18531 #, c-format
18532 msgid "%s no longer supported -- try -fno-vxt -ff90"
18533 msgstr ""
18534
18535 #: f/top.c:307 f/top.c:309
18536 #, c-format
18537 msgid "%s disabled, use normal debugging flags"
18538 msgstr ""
18539
18540 #: f/lang-options.h:33
18541 msgid "Print g77-specific compiler version info, run internal tests"
18542 msgstr ""
18543
18544 #: f/lang-options.h:37
18545 msgid "Program is written in typical FORTRAN 66 dialect"
18546 msgstr ""
18547
18548 #: f/lang-options.h:40
18549 msgid "Program is written in typical Unix f77 dialect"
18550 msgstr ""
18551
18552 #: f/lang-options.h:42
18553 msgid "Program does not use Unix-f77 dialectal features"
18554 msgstr ""
18555
18556 #: f/lang-options.h:44
18557 msgid "Program is written in Fortran-90-ish dialect"
18558 msgstr ""
18559
18560 #: f/lang-options.h:48
18561 msgid "Treat local vars and COMMON blocks as if they were named in SAVE statements"
18562 msgstr ""
18563
18564 #: f/lang-options.h:50
18565 msgid "Allow $ in symbol names"
18566 msgstr ""
18567
18568 #: f/lang-options.h:54
18569 msgid "f2c-compatible code need not be generated"
18570 msgstr ""
18571
18572 #: f/lang-options.h:57
18573 msgid "Unsupported; do not generate libf2c-calling code"
18574 msgstr ""
18575
18576 #: f/lang-options.h:59
18577 msgid "Unsupported; affects code-generation of arrays"
18578 msgstr ""
18579
18580 #: f/lang-options.h:62
18581 msgid "Program is written in Fortran-90-ish free form"
18582 msgstr ""
18583
18584 #: f/lang-options.h:67
18585 msgid "Warn about use of (only a few for now) Fortran extensions"
18586 msgstr ""
18587
18588 #: f/lang-options.h:70
18589 msgid "Program is written in VXT (Digital-like) FORTRAN"
18590 msgstr ""
18591
18592 #: f/lang-options.h:73
18593 msgid "Disallow all ugly features"
18594 msgstr ""
18595
18596 #: f/lang-options.h:76
18597 msgid "Hollerith and typeless constants not passed as arguments"
18598 msgstr ""
18599
18600 #: f/lang-options.h:78
18601 msgid "Allow ordinary copying of ASSIGN'ed vars"
18602 msgstr ""
18603
18604 #: f/lang-options.h:81
18605 msgid "Dummy array dimensioned to (1) is assumed-size"
18606 msgstr ""
18607
18608 #: f/lang-options.h:84
18609 msgid "Trailing comma in procedure call denotes null argument"
18610 msgstr ""
18611
18612 #: f/lang-options.h:87
18613 msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
18614 msgstr ""
18615
18616 #: f/lang-options.h:91
18617 msgid "Initialization via DATA and PARAMETER is type-compatible"
18618 msgstr ""
18619
18620 #: f/lang-options.h:93
18621 msgid "Allow INTEGER and LOGICAL interchangeability"
18622 msgstr ""
18623
18624 #: f/lang-options.h:96
18625 msgid "Print internal debugging-related info"
18626 msgstr ""
18627
18628 #: f/lang-options.h:99
18629 msgid "Initialize local vars and arrays to zero"
18630 msgstr ""
18631
18632 #: f/lang-options.h:103
18633 msgid "Backslashes in character/hollerith constants not special (C-style)"
18634 msgstr ""
18635
18636 #: f/lang-options.h:105
18637 msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
18638 msgstr ""
18639
18640 #: f/lang-options.h:109
18641 msgid "Disable the appending of underscores to externals"
18642 msgstr ""
18643
18644 #: f/lang-options.h:112
18645 msgid "Never append a second underscore to externals"
18646 msgstr ""
18647
18648 #: f/lang-options.h:114
18649 msgid "Intrinsics spelled as e.g. SqRt"
18650 msgstr ""
18651
18652 #: f/lang-options.h:116
18653 msgid "Intrinsics in uppercase"
18654 msgstr ""
18655
18656 #: f/lang-options.h:119
18657 msgid "Intrinsics letters in arbitrary cases"
18658 msgstr ""
18659
18660 #: f/lang-options.h:121
18661 msgid "Language keywords spelled as e.g. IOStat"
18662 msgstr ""
18663
18664 #: f/lang-options.h:123
18665 msgid "Language keywords in uppercase"
18666 msgstr ""
18667
18668 #: f/lang-options.h:126
18669 msgid "Language keyword letters in arbitrary cases"
18670 msgstr ""
18671
18672 #: f/lang-options.h:128
18673 msgid "Internally convert most source to uppercase"
18674 msgstr ""
18675
18676 #: f/lang-options.h:131
18677 msgid "Internally preserve source case"
18678 msgstr ""
18679
18680 #: f/lang-options.h:133
18681 msgid "Symbol names spelled in mixed case"
18682 msgstr ""
18683
18684 #: f/lang-options.h:135
18685 msgid "Symbol names in uppercase"
18686 msgstr ""
18687
18688 #: f/lang-options.h:137
18689 msgid "Symbol names in lowercase"
18690 msgstr ""
18691
18692 #: f/lang-options.h:140
18693 msgid "Program written in uppercase"
18694 msgstr ""
18695
18696 #: f/lang-options.h:142
18697 msgid "Program written in lowercase"
18698 msgstr ""
18699
18700 #: f/lang-options.h:144
18701 msgid "Program written in strict mixed-case"
18702 msgstr ""
18703
18704 #: f/lang-options.h:146
18705 msgid "Compile as if program written in uppercase"
18706 msgstr ""
18707
18708 #: f/lang-options.h:148
18709 msgid "Compile as if program written in lowercase"
18710 msgstr ""
18711
18712 #: f/lang-options.h:150
18713 msgid "Preserve all spelling (case) used in program"
18714 msgstr ""
18715
18716 #: f/lang-options.h:152
18717 msgid "Delete libU77 intrinsics with bad interfaces"
18718 msgstr ""
18719
18720 #: f/lang-options.h:154
18721 msgid "Disable libU77 intrinsics with bad interfaces"
18722 msgstr ""
18723
18724 #: f/lang-options.h:157
18725 msgid "Hide libU77 intrinsics with bad interfaces"
18726 msgstr ""
18727
18728 #: f/lang-options.h:159
18729 msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
18730 msgstr ""
18731
18732 #: f/lang-options.h:161
18733 msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
18734 msgstr ""
18735
18736 #: f/lang-options.h:164
18737 msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
18738 msgstr ""
18739
18740 #: f/lang-options.h:166
18741 msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
18742 msgstr ""
18743
18744 #: f/lang-options.h:168
18745 msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
18746 msgstr ""
18747
18748 #: f/lang-options.h:171
18749 msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
18750 msgstr ""
18751
18752 #: f/lang-options.h:173
18753 msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
18754 msgstr ""
18755
18756 #: f/lang-options.h:175
18757 msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
18758 msgstr ""
18759
18760 #: f/lang-options.h:178
18761 msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
18762 msgstr ""
18763
18764 #: f/lang-options.h:180
18765 msgid "Delete MIL-STD 1753 intrinsics"
18766 msgstr ""
18767
18768 #: f/lang-options.h:182
18769 msgid "Disable MIL-STD 1753 intrinsics"
18770 msgstr ""
18771
18772 #: f/lang-options.h:185
18773 msgid "Hide MIL-STD 1753 intrinsics"
18774 msgstr ""
18775
18776 #: f/lang-options.h:187
18777 msgid "Delete libU77 intrinsics"
18778 msgstr ""
18779
18780 #: f/lang-options.h:189
18781 msgid "Disable libU77 intrinsics"
18782 msgstr ""
18783
18784 #: f/lang-options.h:192
18785 msgid "Hide libU77 intrinsics"
18786 msgstr ""
18787
18788 #: f/lang-options.h:194
18789 msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18790 msgstr ""
18791
18792 #: f/lang-options.h:196
18793 msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18794 msgstr ""
18795
18796 #: f/lang-options.h:199
18797 msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18798 msgstr ""
18799
18800 #: f/lang-options.h:201
18801 msgid "Treat initial values of 0 like non-zero values"
18802 msgstr ""
18803
18804 #: f/lang-options.h:204
18805 msgid "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
18806 msgstr ""
18807
18808 #: f/lang-options.h:207
18809 msgid "Take at least one trip through each iterative DO loop"
18810 msgstr ""
18811
18812 #: f/lang-options.h:211
18813 msgid "Print names of program units as they are compiled"
18814 msgstr ""
18815
18816 #: f/lang-options.h:214
18817 msgid "Disable fatal diagnostics about inter-procedural problems"
18818 msgstr ""
18819
18820 #: f/lang-options.h:216
18821 msgid "Make prefix-radix non-decimal constants be typeless"
18822 msgstr ""
18823
18824 #: f/lang-options.h:219
18825 msgid "Generate code to check subscript and substring bounds"
18826 msgstr ""
18827
18828 #: f/lang-options.h:222
18829 msgid "Fortran-specific form of -fbounds-check"
18830 msgstr ""
18831
18832 #: f/lang-options.h:226
18833 msgid "Disable warnings about inter-procedural problems"
18834 msgstr ""
18835
18836 #: f/lang-options.h:230
18837 msgid "Warn about constructs with surprising meanings"
18838 msgstr ""
18839
18840 #: f/lang-options.h:235
18841 msgid "Add a directory for INCLUDE searching"
18842 msgstr ""
18843
18844 #: f/lang-options.h:237
18845 msgid "Set the maximum line length"
18846 msgstr ""
18847
18848 #: f/bad.def:39
18849 #, no-c-format
18850 msgid "Missing first operand for binary operator at %0"
18851 msgstr ""
18852
18853 #: f/bad.def:42
18854 #, fuzzy, no-c-format
18855 msgid "Zero-length character constant at %0"
18856 msgstr "пустая сімвальная канстанта"
18857
18858 #: f/bad.def:45
18859 #, no-c-format
18860 msgid "Invalid token at %0 in expression or subexpression at %1"
18861 msgstr ""
18862
18863 #: f/bad.def:48
18864 #, no-c-format
18865 msgid "Missing operand for operator at %1 at end of expression at %0"
18866 msgstr ""
18867
18868 #: f/bad.def:51
18869 #, no-c-format
18870 msgid "Label %A already defined at %1 when redefined at %0"
18871 msgstr ""
18872
18873 #: f/bad.def:54
18874 #, no-c-format
18875 msgid "Unrecognized character at %0 [info -f g77 M LEX]"
18876 msgstr ""
18877
18878 #: f/bad.def:57
18879 #, no-c-format
18880 msgid "Label definition %A at %0 on empty statement (as of %1)"
18881 msgstr ""
18882
18883 #: f/bad.def:65
18884 #, no-c-format
18885 msgid "Invalid first character at %0 [info -f g77 M LEX]"
18886 msgstr ""
18887
18888 #: f/bad.def:68
18889 #, no-c-format
18890 msgid "Line too long as of %0 [info -f g77 M LEX]"
18891 msgstr ""
18892
18893 #: f/bad.def:71
18894 #, no-c-format
18895 msgid "Non-numeric character at %0 in label field [info -f g77 M LEX]"
18896 msgstr ""
18897
18898 #: f/bad.def:74
18899 #, no-c-format
18900 msgid "Label number at %0 not in range 1-99999"
18901 msgstr ""
18902
18903 #: f/bad.def:77
18904 #, no-c-format
18905 msgid "At %0, '!' and '/*' are not valid comment delimiters"
18906 msgstr ""
18907
18908 #: f/bad.def:80
18909 #, no-c-format
18910 msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
18911 msgstr ""
18912
18913 #: f/bad.def:83
18914 #, no-c-format
18915 msgid "Label at %0 invalid with continuation line indicator at %1 [info -f g77 M LEX]"
18916 msgstr ""
18917
18918 #: f/bad.def:91
18919 #, fuzzy, no-c-format
18920 msgid "Character constant at %0 has no closing apostrophe at %1"
18921 msgstr "сімвальная канстанта вельмі доўгая"
18922
18923 #: f/bad.def:94
18924 #, no-c-format
18925 msgid "Hollerith constant at %0 specified %A more characters than are present as of %1"
18926 msgstr ""
18927
18928 #: f/bad.def:97
18929 #, no-c-format
18930 msgid "Missing close parenthese at %0 needed to match open parenthese at %1"
18931 msgstr ""
18932
18933 #: f/bad.def:100
18934 #, no-c-format
18935 msgid "Integer at %0 too large"
18936 msgstr ""
18937
18938 #: f/bad.def:123
18939 #, no-c-format
18940 msgid "Period at %0 not followed by digits for floating-point number or by `NOT.', `TRUE.', or `FALSE.'"
18941 msgstr ""
18942
18943 #: f/bad.def:126
18944 #, no-c-format
18945 msgid "Missing close-period between `.%A' at %0 and %1"
18946 msgstr ""
18947
18948 #: f/bad.def:129
18949 #, no-c-format
18950 msgid "Invalid exponent at %0 for real constant at %1; nondigit `%A' in exponent field"
18951 msgstr ""
18952
18953 #: f/bad.def:132
18954 #, no-c-format
18955 msgid "Missing value at %1 for real-number exponent at %0"
18956 msgstr ""
18957
18958 #: f/bad.def:135
18959 #, no-c-format
18960 msgid "Expected binary operator between expressions at %0 and at %1"
18961 msgstr ""
18962
18963 #: f/bad.def:253
18964 #, no-c-format
18965 msgid "Semicolon at %0 is an invalid token"
18966 msgstr ""
18967
18968 #: f/bad.def:271
18969 #, no-c-format
18970 msgid "Extraneous comma in FORMAT statement at %0"
18971 msgstr ""
18972
18973 #: f/bad.def:274
18974 #, no-c-format
18975 msgid "Missing comma in FORMAT statement at %0"
18976 msgstr ""
18977
18978 #: f/bad.def:277
18979 #, no-c-format
18980 msgid "Spurious sign in FORMAT statement at %0"
18981 msgstr ""
18982
18983 #: f/bad.def:280
18984 #, no-c-format
18985 msgid "Spurious number in FORMAT statement at %0"
18986 msgstr ""
18987
18988 #: f/bad.def:283
18989 #, no-c-format
18990 msgid "Spurious text trailing number in FORMAT statement at %0"
18991 msgstr ""
18992
18993 #: f/bad.def:291
18994 #, no-c-format
18995 msgid "Unrecognized FORMAT specifier at %0"
18996 msgstr ""
18997
18998 #: f/bad.def:419
18999 #, no-c-format
19000 msgid "Missing close-parenthese(s) in FORMAT statement at %0"
19001 msgstr ""
19002
19003 #: f/bad.def:422
19004 #, no-c-format
19005 msgid "Missing number following period in FORMAT statement at %0"
19006 msgstr ""
19007
19008 #: f/bad.def:425
19009 #, no-c-format
19010 msgid "Missing number following `E' in FORMAT statement at %0"
19011 msgstr ""
19012
19013 #: f/bad.def:433
19014 #, no-c-format
19015 msgid "Spurious trailing comma preceding terminator at %0"
19016 msgstr ""
19017
19018 #: f/bad.def:436
19019 #, no-c-format
19020 msgid "At %0, specify OPERATOR instead of ASSIGNMENT for INTERFACE statement not specifying the assignment operator (=)"
19021 msgstr ""
19022
19023 #: f/bad.def:439
19024 #, no-c-format
19025 msgid "At %0, specify ASSIGNMENT instead of OPERATOR for INTERFACE statement specifying the assignment operator (=)"
19026 msgstr ""
19027
19028 #: f/bad.def:452
19029 #, no-c-format
19030 msgid "Cannot specify =initialization-expr at %0 unless `::' appears before list of objects"
19031 msgstr ""
19032
19033 #: f/bad.def:455
19034 #, no-c-format
19035 msgid "Reference to label at %1 inconsistent with its definition at %0"
19036 msgstr ""
19037
19038 #: f/bad.def:458
19039 #, no-c-format
19040 msgid "Reference to label at %1 inconsistent with earlier reference at %0"
19041 msgstr ""
19042
19043 #: f/bad.def:461
19044 #, no-c-format
19045 msgid "DO-statement reference to label at %1 follows its definition at %0"
19046 msgstr ""
19047
19048 #: f/bad.def:464
19049 #, no-c-format
19050 msgid "Reference to label at %1 is outside block containing definition at %0"
19051 msgstr ""
19052
19053 #: f/bad.def:467
19054 #, no-c-format
19055 msgid "DO-statement references to label at %0 and %2 separated by unterminated block starting at %1"
19056 msgstr ""
19057
19058 #: f/bad.def:470
19059 #, no-c-format
19060 msgid "DO-statement reference to label at %0 and label definition at %2 separated by unterminated block starting at %1"
19061 msgstr ""
19062
19063 #: f/bad.def:473
19064 #, no-c-format
19065 msgid "Label definition at %0 invalid on this kind of statement"
19066 msgstr ""
19067
19068 #: f/bad.def:476
19069 #, no-c-format
19070 msgid "Statement at %0 invalid in this context"
19071 msgstr ""
19072
19073 #: f/bad.def:479
19074 #, no-c-format
19075 msgid "Statement at %0 invalid in context established by statement at %1"
19076 msgstr ""
19077
19078 #: f/bad.def:482
19079 #, no-c-format
19080 msgid "Statement at %0 must specify construct name specified at %1"
19081 msgstr ""
19082
19083 #: f/bad.def:485
19084 #, no-c-format
19085 msgid "Construct name at %0 superfluous, no construct name specified at %1"
19086 msgstr ""
19087
19088 #: f/bad.def:488
19089 #, no-c-format
19090 msgid "Construct name at %0 not the same as construct name at %1"
19091 msgstr ""
19092
19093 #: f/bad.def:491
19094 #, no-c-format
19095 msgid "Construct name at %0 does not match construct name for any containing DO constructs"
19096 msgstr ""
19097
19098 #: f/bad.def:494
19099 #, no-c-format
19100 msgid "Label definition missing at %0 for DO construct specifying label at %1"
19101 msgstr ""
19102
19103 #: f/bad.def:497
19104 #, no-c-format
19105 msgid "Statement at %0 follows ELSE block for IF construct at %1"
19106 msgstr ""
19107
19108 #: f/bad.def:500
19109 #, no-c-format
19110 msgid "No label definition for FORMAT statement at %0"
19111 msgstr ""
19112
19113 #: f/bad.def:503
19114 #, no-c-format
19115 msgid "Second occurrence of ELSE WHERE at %0 within WHERE at %1"
19116 msgstr ""
19117
19118 #: f/bad.def:506
19119 #, no-c-format
19120 msgid "END statement at %0 missing `%A' keyword required for internal or module procedure(s) bounded by %1"
19121 msgstr ""
19122
19123 #: f/bad.def:509
19124 #, no-c-format
19125 msgid "MODULE PROCEDURE statement at %0 disallowed because INTERFACE at %1 specifies no generic name, operator, or assignment"
19126 msgstr ""
19127
19128 #: f/bad.def:512
19129 #, no-c-format
19130 msgid "BLOCK DATA name at %0 superfluous, no name specified at %1"
19131 msgstr ""
19132
19133 #: f/bad.def:515
19134 #, no-c-format
19135 msgid "Program name at %0 superfluous, no PROGRAM statement specified at %1"
19136 msgstr ""
19137
19138 #: f/bad.def:518
19139 #, no-c-format
19140 msgid "Program unit name at %0 not the same as name at %1"
19141 msgstr ""
19142
19143 #: f/bad.def:521
19144 #, no-c-format
19145 msgid "Type name at %0 not the same as name at %1"
19146 msgstr ""
19147
19148 #: f/bad.def:524
19149 #, no-c-format
19150 msgid "End of source file before end of block started at %0"
19151 msgstr ""
19152
19153 #: f/bad.def:527
19154 #, no-c-format
19155 msgid "Undefined label, first referenced at %0"
19156 msgstr ""
19157
19158 #: f/bad.def:530
19159 #, no-c-format
19160 msgid "SAVE statement or attribute at %1 cannot be specified along with SAVE statement or attribute at %0"
19161 msgstr ""
19162
19163 #: f/bad.def:533
19164 #, no-c-format
19165 msgid "PUBLIC or PRIVATE statement at %1 cannot be specified along with PUBLIC or PRIVATE statement at %0"
19166 msgstr ""
19167
19168 #: f/bad.def:536
19169 #, no-c-format
19170 msgid "RETURN statement at %0 invalid within a main program unit"
19171 msgstr ""
19172
19173 #: f/bad.def:539
19174 #, no-c-format
19175 msgid "Alternate return specifier at %0 invalid within a main program unit"
19176 msgstr ""
19177
19178 #: f/bad.def:542
19179 #, no-c-format
19180 msgid "Alternate return specifier at %0 invalid within a function"
19181 msgstr ""
19182
19183 #: f/bad.def:545
19184 #, no-c-format
19185 msgid "Access specifier or PRIVATE statement at %0 invalid for derived-type definition within other than the specification part of a module"
19186 msgstr ""
19187
19188 #: f/bad.def:548
19189 #, no-c-format
19190 msgid "Access specifier at %0 must immediately follow derived-type statement at %1 with no intervening statements"
19191 msgstr ""
19192
19193 #: f/bad.def:551
19194 #, no-c-format
19195 msgid "No components specified as of %0 for derived-type definition beginning at %1"
19196 msgstr ""
19197
19198 #: f/bad.def:554
19199 #, no-c-format
19200 msgid "No components specified as of %0 for structure definition beginning at %1"
19201 msgstr ""
19202
19203 #: f/bad.def:557
19204 #, no-c-format
19205 msgid "Missing structure name for outer structure definition at %0"
19206 msgstr ""
19207
19208 #: f/bad.def:560
19209 #, no-c-format
19210 msgid "Field names at %0 for outer structure definition -- specify them in a subsequent RECORD statement instead"
19211 msgstr ""
19212
19213 #: f/bad.def:563
19214 #, no-c-format
19215 msgid "Missing field name(s) for structure definition at %0 within structure definition at %1"
19216 msgstr ""
19217
19218 #: f/bad.def:566
19219 #, no-c-format
19220 msgid "No components specified as of %0 for map beginning at %1"
19221 msgstr ""
19222
19223 #: f/bad.def:569
19224 #, no-c-format
19225 msgid "Zero or one maps specified as of %0 for union beginning at %1 -- at least two are required"
19226 msgstr ""
19227
19228 #: f/bad.def:572
19229 #, no-c-format
19230 msgid "Missing %A specifier in statement at %0"
19231 msgstr ""
19232
19233 #: f/bad.def:575
19234 #, no-c-format
19235 msgid "Items in I/O list starting at %0 invalid for namelist-directed I/O"
19236 msgstr ""
19237
19238 #: f/bad.def:578
19239 #, no-c-format
19240 msgid "Conflicting I/O control specifications at %0 and %1"
19241 msgstr ""
19242
19243 #: f/bad.def:581
19244 #, no-c-format
19245 msgid "No UNIT= specifier in I/O control list at %0"
19246 msgstr ""
19247
19248 #: f/bad.def:584
19249 #, no-c-format
19250 msgid "Specification at %0 requires ADVANCE=`NO' specification in same I/O control list"
19251 msgstr ""
19252
19253 #: f/bad.def:587
19254 #, no-c-format
19255 msgid "Specification at %0 requires explicit FMT= specification in same I/O control list"
19256 msgstr ""
19257
19258 #: f/bad.def:595
19259 #, no-c-format
19260 msgid "Second occurrence of CASE DEFAULT at %0 within SELECT CASE at %1"
19261 msgstr ""
19262
19263 #: f/bad.def:598
19264 #, no-c-format
19265 msgid "Duplicate or overlapping case values/ranges at %0 and %1"
19266 msgstr ""
19267
19268 #: f/bad.def:601
19269 #, no-c-format
19270 msgid "Type and/or kind-type parameter disagreement between CASE value or value within range at %0 and SELECT CASE at %1"
19271 msgstr ""
19272
19273 #: f/bad.def:604
19274 #, no-c-format
19275 msgid "Range specification at %0 invalid for CASE statement within logical-type SELECT CASE statement"
19276 msgstr ""
19277
19278 #: f/bad.def:617
19279 #, no-c-format
19280 msgid "Fortran 90 feature at %0 unsupported"
19281 msgstr ""
19282
19283 #: f/bad.def:630
19284 #, no-c-format
19285 msgid "Invalid declaration of or reference to symbol `%A' at %0 [initially seen at %1]"
19286 msgstr ""
19287
19288 #: f/bad.def:638
19289 #, no-c-format
19290 msgid "Null element at %0 for array reference at %1"
19291 msgstr ""
19292
19293 #: f/bad.def:641
19294 #, no-c-format
19295 msgid "Too few elements (%A missing) as of %0 for array reference at %1"
19296 msgstr ""
19297
19298 #: f/bad.def:644
19299 #, no-c-format
19300 msgid "Too many elements as of %0 for array reference at %1"
19301 msgstr ""
19302
19303 #: f/bad.def:647
19304 #, no-c-format
19305 msgid "Missing colon as of %0 in substring reference for %1"
19306 msgstr ""
19307
19308 #: f/bad.def:650
19309 #, no-c-format
19310 msgid "Invalid use at %0 of substring operator on %1"
19311 msgstr ""
19312
19313 #: f/bad.def:653
19314 #, no-c-format
19315 msgid "Substring begin/end point at %0 out of defined range"
19316 msgstr ""
19317
19318 #: f/bad.def:656
19319 #, no-c-format
19320 msgid "Array element value at %0 out of defined range"
19321 msgstr ""
19322
19323 #: f/bad.def:659
19324 #, no-c-format
19325 msgid "Expression at %0 has incorrect data type or rank for its context"
19326 msgstr ""
19327
19328 #: f/bad.def:662
19329 #, no-c-format
19330 msgid "Division by 0 (zero) at %0 (IEEE not yet supported)"
19331 msgstr ""
19332
19333 #: f/bad.def:665
19334 #, no-c-format
19335 msgid "%A step count known to be 0 (zero) at %0"
19336 msgstr ""
19337
19338 #: f/bad.def:668
19339 #, no-c-format
19340 msgid "%A end value plus step count known to overflow at %0"
19341 msgstr ""
19342
19343 #: f/bad.def:671
19344 #, no-c-format
19345 msgid "%A begin, end, and step-count values known to result in implementation-dependent behavior due to overflow(s) in intermediate calculations at %0"
19346 msgstr ""
19347
19348 #: f/bad.def:674
19349 #, no-c-format
19350 msgid "%A begin, end, and step-count values known to result in no iterations at %0"
19351 msgstr ""
19352
19353 #: f/bad.def:677
19354 #, no-c-format
19355 msgid "Type disagreement between expressions at %0 and %1"
19356 msgstr ""
19357
19358 #: f/bad.def:690
19359 #, no-c-format
19360 msgid "No specification for implied-DO iterator `%A' at %0"
19361 msgstr ""
19362
19363 #: f/bad.def:693
19364 #, no-c-format
19365 msgid "Gratuitous parentheses surround implied-DO construct at %0"
19366 msgstr ""
19367
19368 #: f/bad.def:696
19369 #, no-c-format
19370 msgid "Zero-size specification invalid at %0"
19371 msgstr ""
19372
19373 #: f/bad.def:699
19374 #, no-c-format
19375 msgid "Zero-size array at %0"
19376 msgstr ""
19377
19378 #: f/bad.def:702
19379 #, no-c-format
19380 msgid "Target machine does not support complex entity of kind specified at %0"
19381 msgstr ""
19382
19383 #: f/bad.def:705
19384 #, no-c-format
19385 msgid "Target machine does not support DOUBLE COMPLEX, specified at %0"
19386 msgstr ""
19387
19388 #: f/bad.def:708
19389 #, no-c-format
19390 msgid "Attempt to raise constant zero to a power at %0"
19391 msgstr ""
19392
19393 #: f/bad.def:806
19394 #, no-c-format
19395 msgid "Reference to generic intrinsic `%A' at %0 could be to form %B or %C"
19396 msgstr ""
19397
19398 #: f/bad.def:809
19399 #, no-c-format
19400 msgid "Ambiguous use of intrinsic `%A' at %0 [info -f g77 M CMPAMBIG]"
19401 msgstr ""
19402
19403 #: f/bad.def:812
19404 #, no-c-format
19405 msgid "Intrinsic `%A' referenced %Bly at %0, %Cly at %1 [info -f g77 M EXPIMP]"
19406 msgstr ""
19407
19408 #: f/bad.def:815
19409 #, no-c-format
19410 msgid "Same name `%A' used for %B at %0 and %C at %1 [info -f g77 M INTGLOB]"
19411 msgstr ""
19412
19413 #: f/bad.def:818
19414 #, no-c-format
19415 msgid "Explicit type declaration for intrinsic `%A' disagrees with invocation at %0"
19416 msgstr ""
19417
19418 #: f/bad.def:821
19419 #, fuzzy, no-c-format
19420 msgid "Unable to open INCLUDE file `%A' at %0"
19421 msgstr "немагу адчыніць файл \"%s\""
19422
19423 #: f/bad.def:839
19424 #, no-c-format
19425 msgid "Null argument at %0 for statement function reference at %1"
19426 msgstr ""
19427
19428 #: f/bad.def:842
19429 #, no-c-format
19430 msgid "Null argument at %0 for procedure invocation at %1"
19431 msgstr ""
19432
19433 #: f/bad.def:845
19434 #, no-c-format
19435 msgid "%A too few arguments (starting with dummy argument `%B') as of %0 for statement function reference at %1"
19436 msgstr ""
19437
19438 #: f/bad.def:848
19439 #, no-c-format
19440 msgid "%A too many arguments as of %0 for statement function reference at %1"
19441 msgstr ""
19442
19443 #: f/bad.def:851
19444 #, no-c-format
19445 msgid "Array supplied at %1 for dummy argument `%A' in statement function reference at %0"
19446 msgstr ""
19447
19448 #: f/bad.def:854
19449 #, no-c-format
19450 msgid "Unsupported FORMAT specifier at %0"
19451 msgstr ""
19452
19453 #: f/bad.def:857
19454 #, no-c-format
19455 msgid "Variable-expression FORMAT specifier at %0 -- unsupported"
19456 msgstr ""
19457
19458 #: f/bad.def:880
19459 #, no-c-format
19460 msgid "Unsupported VXT statement at %0"
19461 msgstr ""
19462
19463 #: f/bad.def:883
19464 #, no-c-format
19465 msgid "Attempt to specify second initial value for `%A' at %0"
19466 msgstr ""
19467
19468 #: f/bad.def:886
19469 #, no-c-format
19470 msgid "Too few initial values in list of initializers for `%A' at %0"
19471 msgstr ""
19472
19473 #: f/bad.def:889
19474 #, no-c-format
19475 msgid "Too many initial values in list of initializers starting at %0"
19476 msgstr ""
19477
19478 #: f/bad.def:892
19479 #, no-c-format
19480 msgid "Array or substring specification for `%A' out of range in statement at %0"
19481 msgstr ""
19482
19483 #: f/bad.def:895
19484 #, no-c-format
19485 msgid "Array subscript #%B out of range for initialization of `%A' in statement at %0"
19486 msgstr ""
19487
19488 #: f/bad.def:898
19489 #, no-c-format
19490 msgid "Implied do-loop step count of 0 (zero) for iteration variable `%A' in statement at %0"
19491 msgstr ""
19492
19493 #: f/bad.def:901
19494 #, no-c-format
19495 msgid "Implied do-loop iteration count of 0 (zero) for iteration variable `%A' in statement at %0"
19496 msgstr ""
19497
19498 #: f/bad.def:904
19499 #, no-c-format
19500 msgid "Not an integer constant expression in implied do-loop in statement at %0"
19501 msgstr ""
19502
19503 #: f/bad.def:907
19504 #, no-c-format
19505 msgid "Attempt to specify second initial value for element of `%A' at %0"
19506 msgstr ""
19507
19508 #: f/bad.def:910
19509 #, no-c-format
19510 msgid "Attempt to EQUIVALENCE common areas `%A' and `%B' at %0"
19511 msgstr ""
19512
19513 #: f/bad.def:913
19514 #, no-c-format
19515 msgid "Can't place `%A' as directed by EQUIVALENCE due to alignment restrictions"
19516 msgstr ""
19517
19518 #: f/bad.def:916
19519 #, no-c-format
19520 msgid "Mismatched EQUIVALENCE requirements for placement of `%A' at both %C and %D bytes offset from `%B'"
19521 msgstr ""
19522
19523 #: f/bad.def:919
19524 #, no-c-format
19525 msgid "Array or substring specification for `%A' out of range in EQUIVALENCE statement"
19526 msgstr ""
19527
19528 #: f/bad.def:922
19529 #, no-c-format
19530 msgid "Substring of non-CHARACTER entity `%A' in EQUIVALENCE statement"
19531 msgstr ""
19532
19533 #: f/bad.def:925
19534 #, no-c-format
19535 msgid "Array reference to scalar variable `%A' in EQUIVALENCE statement"
19536 msgstr ""
19537
19538 #: f/bad.def:928
19539 #, no-c-format
19540 msgid "Array subscript #%B out of range for EQUIVALENCE of `%A'"
19541 msgstr ""
19542
19543 #: f/bad.def:936
19544 #, no-c-format
19545 msgid "Attempt to extend COMMON area beyond its starting point via EQUIVALENCE of `%A'"
19546 msgstr ""
19547
19548 #: f/bad.def:939
19549 #, no-c-format
19550 msgid "Too few elements in reference to array `%A' in EQUIVALENCE statement"
19551 msgstr ""
19552
19553 #: f/bad.def:942
19554 #, no-c-format
19555 msgid "Too many elements in reference to array `%A' in EQUIVALENCE statement"
19556 msgstr ""
19557
19558 #: f/bad.def:945
19559 #, no-c-format
19560 msgid "Mixed CHARACTER and non-CHARACTER types via COMMON/EQUIVALENCE -- for example, `%A' and `%B'"
19561 msgstr ""
19562
19563 #: f/bad.def:958
19564 #, no-c-format
19565 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
19566 msgstr ""
19567
19568 #: f/bad.def:976
19569 #, no-c-format
19570 msgid "Common block `%A' is SAVEd, explicitly or implicitly, at %0 but not SAVEd at %1"
19571 msgstr ""
19572
19573 #: f/bad.def:979
19574 #, no-c-format
19575 msgid "Common block `%A' is %B %D in length at %0 but %C %E at %1"
19576 msgstr ""
19577
19578 #: f/bad.def:987
19579 #, no-c-format
19580 msgid "Blank common initialized at %0"
19581 msgstr ""
19582
19583 #: f/bad.def:990
19584 #, no-c-format
19585 msgid "Intrinsic `%A' is passed as actual argument at %0 but not explicitly declared INTRINSIC"
19586 msgstr ""
19587
19588 #: f/bad.def:993
19589 #, no-c-format
19590 msgid "External procedure `%A' is passed as actual argument at %0 but not explicitly declared EXTERNAL"
19591 msgstr ""
19592
19593 #: f/bad.def:996
19594 #, no-c-format
19595 msgid "Character `%A' (for example) is upper-case in symbol name at %0"
19596 msgstr ""
19597
19598 #: f/bad.def:999
19599 #, no-c-format
19600 msgid "Character `%A' (for example) is lower-case in symbol name at %0"
19601 msgstr ""
19602
19603 #: f/bad.def:1002
19604 #, no-c-format
19605 msgid "Character `%A' not followed at some point by lower-case character in symbol name at %0"
19606 msgstr ""
19607
19608 #: f/bad.def:1005
19609 #, no-c-format
19610 msgid "Initial character `%A' is lower-case in symbol name at %0"
19611 msgstr ""
19612
19613 #: f/bad.def:1013
19614 #, no-c-format
19615 msgid "NAMELIST not adequately supported by run-time library for source files with case preserved"
19616 msgstr ""
19617
19618 #: f/bad.def:1016
19619 #, no-c-format
19620 msgid "Nested %% construct (%%VAL, %%REF, or %%DESCR) at %0"
19621 msgstr ""
19622
19623 #: f/bad.def:1034
19624 #, no-c-format
19625 msgid "Statement at %0 invalid in BLOCK DATA program unit at %1"
19626 msgstr ""
19627
19628 #: f/bad.def:1037
19629 #, fuzzy, no-c-format
19630 msgid "Truncating characters on right side of character constant at %0"
19631 msgstr "мнагасімвальная сімвальная канстанта"
19632
19633 #: f/bad.def:1040
19634 #, no-c-format
19635 msgid "Truncating characters on right side of hollerith constant at %0"
19636 msgstr ""
19637
19638 #: f/bad.def:1043
19639 #, no-c-format
19640 msgid "Truncating non-zero data on left side of numeric constant at %0"
19641 msgstr ""
19642
19643 #: f/bad.def:1046
19644 #, no-c-format
19645 msgid "Truncating non-zero data on left side of typeless constant at %0"
19646 msgstr ""
19647
19648 #: f/bad.def:1049
19649 #, no-c-format
19650 msgid "Typeless constant at %0 too large"
19651 msgstr ""
19652
19653 #: f/bad.def:1052
19654 #, no-c-format
19655 msgid "First-column ampersand continuation at %0"
19656 msgstr ""
19657
19658 #: f/bad.def:1055 f/bad.def:1058
19659 #, no-c-format
19660 msgid "Global name `%A' defined at %0 already defined at %1 [info -f g77 M GLOBALS]"
19661 msgstr ""
19662
19663 #: f/bad.def:1061 f/bad.def:1064
19664 #, no-c-format
19665 msgid "Global name `%A' is %B at %0 but is %C at %1 [info -f g77 M GLOBALS]"
19666 msgstr ""
19667
19668 #: f/bad.def:1067 f/bad.def:1070
19669 #, no-c-format
19670 msgid "Global name `%A' at %0 has different type at %1 [info -f g77 M GLOBALS]"
19671 msgstr ""
19672
19673 #: f/bad.def:1073
19674 #, no-c-format
19675 msgid "Too %B arguments passed to `%A' at %0 versus definition at %1 [info -f g77 M GLOBALS]"
19676 msgstr ""
19677
19678 #: f/bad.def:1076
19679 #, no-c-format
19680 msgid "Too %B arguments for `%A' at %0 versus invocation at %1 [info -f g77 M GLOBALS]"
19681 msgstr ""
19682
19683 #: f/bad.def:1079 f/bad.def:1082
19684 #, no-c-format
19685 msgid "Argument #%B of `%A' is %C at %0 but is %D at %1 [info -f g77 M GLOBALS]"
19686 msgstr ""
19687
19688 #: f/bad.def:1085
19689 #, fuzzy, no-c-format
19690 msgid "Array `%A' at %0 is too large to handle"
19691 msgstr "памер масіва \"%s\" вельмі вялікі"
19692
19693 #: f/bad.def:1088
19694 #, fuzzy, no-c-format
19695 msgid "Statement function `%A' defined at %0 is not used"
19696 msgstr "метка \"%s\" вызначана, але не выкарыстоўваецца"
19697
19698 #: f/bad.def:1091
19699 #, no-c-format
19700 msgid "Intrinsic `%A', invoked at %0, known to be non-Y2K-compliant [info -f g77 M Y2KBAD]"
19701 msgstr ""
19702
19703 #: f/bad.def:1094
19704 #, no-c-format
19705 msgid "Internal compiler error -- cannot perform operation"
19706 msgstr ""
19707
19708 #. Kind messages are used in diagnostic location reports of the
19709 #. form "<file>: In function `foo': <error message>".
19710 #: f/info-k.def:32
19711 msgid "In unknown kind"
19712 msgstr ""
19713
19714 #: f/info-k.def:33
19715 msgid "In entity"
19716 msgstr ""
19717
19718 #: f/info-k.def:34
19719 msgid "In function"
19720 msgstr "У функцыі"
19721
19722 #: f/info-k.def:35
19723 msgid "In subroutine"
19724 msgstr ""
19725
19726 #: f/info-k.def:36
19727 msgid "In program"
19728 msgstr "У праграме"
19729
19730 #: f/info-k.def:37
19731 msgid "In block-data unit"
19732 msgstr ""
19733
19734 #: f/info-k.def:38
19735 msgid "In common block"
19736 msgstr ""
19737
19738 #: f/info-k.def:39
19739 msgid "In construct"
19740 msgstr "У канструкцыі"
19741
19742 #: f/info-k.def:40
19743 msgid "In namelist"
19744 msgstr ""
19745
19746 #: f/info-k.def:41
19747 msgid "In anything"
19748 msgstr ""
19749
19750 #: java/check-init.c:917
19751 #, c-format
19752 msgid "internal error in check-init: tree code not implemented: %s"
19753 msgstr ""
19754
19755 #: java/check-init.c:990
19756 #, c-format
19757 msgid "final field '%s' may not have been initialized"
19758 msgstr ""
19759
19760 #: java/class.c:539 java/class.c:564
19761 msgid "internal error - too many interface type"
19762 msgstr ""
19763
19764 #: java/class.c:677
19765 msgid "bad method signature"
19766 msgstr ""
19767
19768 #: java/class.c:726
19769 msgid "misplaced ConstantValue attribute (not in any field)"
19770 msgstr ""
19771
19772 #: java/class.c:728
19773 #, c-format
19774 msgid "duplicate ConstantValue attribute for field '%s'"
19775 msgstr ""
19776
19777 #: java/class.c:739
19778 #, c-format
19779 msgid "ConstantValue attribute of field '%s' has wrong type"
19780 msgstr ""
19781
19782 #: java/class.c:1103
19783 #, c-format
19784 msgid "field '%s' not found in class"
19785 msgstr "поле \"%s\" не знойдзена ў класе"
19786
19787 #: java/class.c:1365
19788 msgid "abstract method in non-abstract class"
19789 msgstr "абстрактны метад у неабстрактным класе"
19790
19791 #: java/class.c:2078
19792 #, c-format
19793 msgid "non-static method '%s' overrides static method"
19794 msgstr ""
19795
19796 #: java/decl.c:1541
19797 #, c-format
19798 msgid "In %s: overlapped variable and exception ranges at %d"
19799 msgstr ""
19800
19801 #: java/decl.c:1622
19802 msgid "bad type in parameter debug info"
19803 msgstr ""
19804
19805 #: java/decl.c:1632
19806 #, c-format
19807 msgid "bad PC range for debug info for local `%s'"
19808 msgstr ""
19809
19810 #: java/expr.c:530
19811 msgid "stack underflow - dup* operation"
19812 msgstr ""
19813
19814 #: java/expr.c:1534
19815 #, c-format
19816 msgid "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
19817 msgstr ""
19818
19819 #: java/expr.c:1563
19820 #, c-format
19821 msgid "field `%s' not found"
19822 msgstr ""
19823
19824 #: java/expr.c:1715
19825 msgid "ret instruction not implemented"
19826 msgstr ""
19827
19828 #: java/expr.c:1857
19829 #, c-format
19830 msgid "method '%s' not found in class"
19831 msgstr "метад \"%s\" не знойдзен у класе"
19832
19833 #: java/expr.c:2060
19834 #, c-format
19835 msgid "failed to find class '%s'"
19836 msgstr "не знойдзен клас \"%s\""
19837
19838 #: java/expr.c:2070
19839 #, c-format
19840 msgid "class '%s' has no method named '%s' matching signature '%s'"
19841 msgstr ""
19842
19843 #: java/expr.c:2080
19844 msgid "invokestatic on non static method"
19845 msgstr ""
19846
19847 #: java/expr.c:2085
19848 msgid "invokestatic on abstract method"
19849 msgstr ""
19850
19851 #: java/expr.c:2093
19852 msgid "invoke[non-static] on static method"
19853 msgstr ""
19854
19855 #: java/expr.c:2396
19856 #, c-format
19857 msgid "missing field '%s' in '%s'"
19858 msgstr "прапушчана поле '%s' у '%s'"
19859
19860 #: java/expr.c:2402
19861 #, fuzzy, c-format
19862 msgid "mismatching signature for field '%s' in '%s'"
19863 msgstr "Прапушчана поле \"%s\" у \"%s\""
19864
19865 #: java/expr.c:2425
19866 #, c-format
19867 msgid "assignment to final field `%s' not in field's class"
19868 msgstr ""
19869
19870 #: java/expr.c:2430
19871 #, c-format
19872 msgid "assignment to final static field `%s' not in class initializer"
19873 msgstr ""
19874
19875 #: java/expr.c:2437
19876 #, c-format
19877 msgid "assignment to final field `%s' not in constructor"
19878 msgstr ""
19879
19880 #: java/expr.c:2684
19881 #, fuzzy, c-format
19882 msgid "can't expand %s"
19883 msgstr "не магу прачытаць з %s"
19884
19885 #: java/expr.c:2861
19886 msgid "invalid PC in line number table"
19887 msgstr ""
19888
19889 #. We've just reached the end of a region of dead code.
19890 #: java/expr.c:2906
19891 #, c-format
19892 msgid "unreachable bytecode from %d to before %d"
19893 msgstr ""
19894
19895 #. We've just reached the end of a region of dead code.
19896 #: java/expr.c:2943
19897 #, c-format
19898 msgid "unreachable bytecode from %d to the end of the method"
19899 msgstr ""
19900
19901 #. duplicate code from LOAD macro
19902 #: java/expr.c:3261
19903 msgid "unrecogized wide sub-instruction"
19904 msgstr ""
19905
19906 #: java/jcf-io.c:543
19907 #, c-format
19908 msgid "source file for class `%s' is newer than its matching class file. Source file `%s' used instead"
19909 msgstr ""
19910
19911 #: java/jcf-parse.c:338
19912 msgid "bad string constant"
19913 msgstr ""
19914
19915 #: java/jcf-parse.c:356
19916 #, c-format
19917 msgid "bad value constant type %d, index %d"
19918 msgstr ""
19919
19920 #: java/jcf-parse.c:528
19921 #, c-format
19922 msgid "can't reopen %s"
19923 msgstr ""
19924
19925 #: java/jcf-parse.c:533
19926 #, c-format
19927 msgid "can't close %s"
19928 msgstr "не магу зачыніць %s"
19929
19930 #: java/jcf-parse.c:619
19931 #, c-format
19932 msgid "cannot find file for class %s"
19933 msgstr "немагчыма знайсьці файл для кляса %s"
19934
19935 #: java/jcf-parse.c:631
19936 msgid "not a valid Java .class file"
19937 msgstr ""
19938
19939 #: java/jcf-parse.c:634
19940 msgid "error while parsing constant pool"
19941 msgstr ""
19942
19943 #: java/jcf-parse.c:637
19944 #, c-format
19945 msgid "error in constant pool entry #%d\n"
19946 msgstr ""
19947
19948 #. FIXME - where was first time
19949 #: java/jcf-parse.c:649
19950 #, c-format
19951 msgid "reading class %s for the second time from %s"
19952 msgstr ""
19953
19954 #: java/jcf-parse.c:667
19955 msgid "error while parsing fields"
19956 msgstr ""
19957
19958 #: java/jcf-parse.c:670
19959 msgid "error while parsing methods"
19960 msgstr ""
19961
19962 #: java/jcf-parse.c:673
19963 msgid "error while parsing final attributes"
19964 msgstr ""
19965
19966 #: java/jcf-parse.c:687
19967 #, c-format
19968 msgid "the `java.lang.Object' that was found in `%s' didn't have the special zero-length `gnu.gcj.gcj-compiled' attribute. This generally means that your classpath is incorrectly set. Use `info gcj \"Input Options\"' to see the info page describing how to set the classpath"
19969 msgstr ""
19970
19971 #: java/jcf-parse.c:777
19972 msgid "missing Code attribute"
19973 msgstr ""
19974
19975 #: java/jcf-parse.c:1014
19976 msgid "source file seen twice on command line and will be compiled only once"
19977 msgstr ""
19978
19979 #: java/jcf-parse.c:1030
19980 msgid "no input file specified"
19981 msgstr "не зададзены ўваходзячыя файлы"
19982
19983 #: java/jcf-parse.c:1059
19984 #, c-format
19985 msgid "can't close input file %s"
19986 msgstr "немагчыма зачыніць уваходзячы файл %s"
19987
19988 #: java/jcf-parse.c:1096
19989 #, c-format
19990 msgid "bad zip/jar file %s"
19991 msgstr "дрэнны zip/jar файл \"%s\""
19992
19993 #: java/jcf-write.c:2650
19994 #, c-format
19995 msgid "internal error in generate_bytecode_insn - tree code not implemented: %s"
19996 msgstr ""
19997
19998 #: java/jcf-write.c:2988
19999 #, fuzzy
20000 msgid "field initializer type mismatch"
20001 msgstr "нерэчаісны ініцыялізатар"
20002
20003 #: java/jcf-write.c:3419
20004 #, c-format
20005 msgid "can't create directory %s"
20006 msgstr "немагчыма стварыць дырэкторыю \"%s\""
20007
20008 #: java/jcf-write.c:3473
20009 #, fuzzy, c-format
20010 msgid "can't create %s"
20011 msgstr "не магу зачыніць %s"
20012
20013 #: java/jv-scan.c:187
20014 msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
20015 msgstr ""
20016
20017 #: java/jv-scan.c:190
20018 #, c-format
20019 msgid "can't open output file `%s'"
20020 msgstr "немагчыма адчыніць файл уводу `%s'"
20021
20022 #: java/jv-scan.c:224
20023 #, c-format
20024 msgid "file not found `%s'"
20025 msgstr "файл `%s' ня знойдзен"
20026
20027 #: java/jvspec.c:426
20028 msgid "can't specify `-D' without `--main'\n"
20029 msgstr ""
20030
20031 #: java/jvspec.c:429
20032 #, c-format
20033 msgid "`%s' is not a valid class name"
20034 msgstr ""
20035
20036 #: java/jvspec.c:435
20037 msgid "--resource requires -o"
20038 msgstr ""
20039
20040 #: java/jvspec.c:442
20041 msgid "warning: already-compiled .class files ignored with -C"
20042 msgstr ""
20043
20044 #: java/jvspec.c:449
20045 msgid "cannot specify both -C and -o"
20046 msgstr ""
20047
20048 #: java/jvspec.c:461
20049 msgid "cannot create temporary file"
20050 msgstr "немагчыма стварыць часовы файл"
20051
20052 #: java/jvspec.c:489
20053 msgid "using both @FILE with multiple files not implemented"
20054 msgstr ""
20055
20056 #: java/jvspec.c:538
20057 msgid "cannot specify `main' class when not linking"
20058 msgstr ""
20059
20060 #: java/lang.c:548
20061 msgid "can't do dependency tracking with input from stdin"
20062 msgstr ""
20063
20064 #: java/lang.c:564
20065 msgid "couldn't determine target name for dependency tracking"
20066 msgstr ""
20067
20068 #: java/lex.c:303
20069 #, c-format
20070 msgid ""
20071 "unknown encoding: `%s'\n"
20072 "This might mean that your locale's encoding is not supported\n"
20073 "by your system's iconv(3) implementation. If you aren't trying\n"
20074 "to use a particular encoding for your input file, try the\n"
20075 "`--encoding=UTF-8' option"
20076 msgstr ""
20077
20078 #: java/mangle.c:85
20079 #, fuzzy, c-format
20080 msgid "can't mangle %s"
20081 msgstr "не магу зачыніць %s"
20082
20083 #: java/mangle_name.c:144 java/mangle_name.c:216
20084 msgid "internal error - invalid Utf8 name"
20085 msgstr ""
20086
20087 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse-scan.y:881
20088 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:962
20089 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1303
20090 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1364
20091 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1574
20092 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1796
20093 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1805
20094 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1816
20095 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1827
20096 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1839
20097 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1854
20098 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1871
20099 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1873
20100 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1945
20101 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2116
20102 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2178
20103 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2330
20104 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2342
20105 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2349
20106 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2356
20107 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2367
20108 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2369
20109 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2407
20110 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2409
20111 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2411
20112 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2432
20113 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2434
20114 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2436
20115 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2452
20116 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2454
20117 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2475
20118 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2477
20119 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2479
20120 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2507
20121 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2509
20122 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2511
20123 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2513
20124 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2531
20125 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2533
20126 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2544
20127 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2555
20128 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2566
20129 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2577
20130 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2588
20131 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2601
20132 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2605
20133 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2607
20134 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2620
20135 msgid "Missing term"
20136 msgstr ""
20137
20138 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse-scan.y:883
20139 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:734
20140 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:772
20141 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:797
20142 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:983
20143 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1338
20144 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1550
20145 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1552
20146 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1781
20147 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1807
20148 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1818
20149 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1829
20150 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1841
20151 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1856
20152 msgid "';' expected"
20153 msgstr ""
20154
20155 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:732
20156 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:770
20157 msgid "Missing name"
20158 msgstr "Прапушчана назва"
20159
20160 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:795
20161 msgid "'*' expected"
20162 msgstr ""
20163
20164 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:809
20165 msgid "Class or interface declaration expected"
20166 msgstr ""
20167
20168 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:846
20169 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:848
20170 msgid "Missing class name"
20171 msgstr "Прапушчана назва класа"
20172
20173 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:851
20174 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:855
20175 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:863
20176 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1023
20177 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1284
20178 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1286
20179 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1616
20180 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1867
20181 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1899
20182 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1952
20183 msgid "'{' expected"
20184 msgstr ""
20185
20186 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:865
20187 msgid "Missing super class name"
20188 msgstr ""
20189
20190 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:875
20191 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:891
20192 msgid "Missing interface name"
20193 msgstr ""
20194
20195 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:977
20196 msgid "Missing variable initializer"
20197 msgstr ""
20198
20199 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:994
20200 msgid "Invalid declaration"
20201 msgstr "Нерэчаіснае абвяшчэнне"
20202
20203 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:997
20204 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1082
20205 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2153
20206 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2175
20207 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2179
20208 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2214
20209 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2291
20210 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2301
20211 msgid "']' expected"
20212 msgstr ""
20213
20214 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1001
20215 msgid "Unbalanced ']'"
20216 msgstr ""
20217
20218 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1037
20219 msgid "Invalid method declaration, method name required"
20220 msgstr ""
20221
20222 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1042
20223 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1047
20224 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1052
20225 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2036
20226 msgid "Identifier expected"
20227 msgstr ""
20228
20229 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1057
20230 msgid "Invalid method declaration, return type required"
20231 msgstr ""
20232
20233 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1080
20234 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1530
20235 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1537
20236 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1546
20237 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1548
20238 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1576
20239 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1684
20240 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1981
20241 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2034
20242 msgid "')' expected"
20243 msgstr ""
20244
20245 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1096
20246 msgid "Missing formal parameter term"
20247 msgstr ""
20248
20249 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1111
20250 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1116
20251 msgid "Missing identifier"
20252 msgstr "Прапушчан ідэнтыфікатар"
20253
20254 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1136
20255 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1145
20256 msgid "Missing class type term"
20257 msgstr ""
20258
20259 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1301
20260 msgid "Invalid interface type"
20261 msgstr ""
20262
20263 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1494
20264 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1663
20265 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1665
20266 msgid "':' expected"
20267 msgstr ""
20268
20269 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1516
20270 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1521
20271 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1526
20272 msgid "Invalid expression statement"
20273 msgstr ""
20274
20275 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1544
20276 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1572
20277 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1612
20278 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1680
20279 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1748
20280 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1869
20281 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1938
20282 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2028
20283 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2030
20284 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2038
20285 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2274
20286 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2276
20287 msgid "'(' expected"
20288 msgstr ""
20289
20290 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1614
20291 msgid "Missing term or ')'"
20292 msgstr ""
20293
20294 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1661
20295 msgid "Missing or invalid constant expression"
20296 msgstr ""
20297
20298 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1682
20299 msgid "Missing term and ')' expected"
20300 msgstr ""
20301
20302 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1721
20303 msgid "Invalid control expression"
20304 msgstr ""
20305
20306 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1723
20307 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1725
20308 msgid "Invalid update expression"
20309 msgstr ""
20310
20311 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1750
20312 msgid "Invalid init statement"
20313 msgstr ""
20314
20315 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1941
20316 msgid "Missing term or ')' expected"
20317 msgstr ""
20318
20319 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1983
20320 msgid "'class' or 'this' expected"
20321 msgstr ""
20322
20323 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1985
20324 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1987
20325 msgid "'class' expected"
20326 msgstr ""
20327
20328 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2032
20329 msgid "')' or term expected"
20330 msgstr ""
20331
20332 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2151
20333 msgid "'[' expected"
20334 msgstr ""
20335
20336 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2229
20337 msgid "Field expected"
20338 msgstr ""
20339
20340 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2286
20341 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2296
20342 msgid "Missing term and ']' expected"
20343 msgstr ""
20344
20345 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2400
20346 msgid "']' expected, invalid type expression"
20347 msgstr ""
20348
20349 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2403
20350 msgid "Invalid type expression"
20351 msgstr ""
20352
20353 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2515
20354 msgid "Invalid reference type"
20355 msgstr ""
20356
20357 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2993
20358 msgid "Constructor invocation must be first thing in a constructor"
20359 msgstr ""
20360
20361 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2995
20362 msgid "Only constructors can invoke constructors"
20363 msgstr ""
20364
20365 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:3004
20366 #, c-format
20367 msgid ": `%s' JDK1.1(TM) feature"
20368 msgstr ""
20369
20370 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:3064
20371 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:3066
20372 #, c-format
20373 msgid ""
20374 "%s.\n"
20375 "%s"
20376 msgstr ""
20377
20378 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:6879
20379 #, c-format
20380 msgid "malformed .zip archive in CLASSPATH: %s"
20381 msgstr ""
20382
20383 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:6950
20384 #, c-format
20385 msgid "Can't find default package `%s'. Check the CLASSPATH environment variable and the access to the archives"
20386 msgstr ""
20387
20388 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:12352
20389 #, c-format
20390 msgid "missing static field `%s'"
20391 msgstr ""
20392
20393 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:12357
20394 #, c-format
20395 msgid "not a static field `%s'"
20396 msgstr ""
20397
20398 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:12400
20399 #, c-format
20400 msgid "No case for %s"
20401 msgstr ""
20402
20403 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:13365
20404 #, c-format
20405 msgid "unregistered operator %s"
20406 msgstr "нераспазнаны аператар %s"
20407
20408 #: java/typeck.c:553
20409 msgid "junk at end of signature string"
20410 msgstr ""
20411
20412 #: java/verify.c:479
20413 msgid "bad pc in exception_table"
20414 msgstr ""
20415
20416 #: java/verify.c:485
20417 msgid "exception handler inside code that is being protected"
20418 msgstr ""
20419
20420 #: java/verify.c:1395
20421 #, c-format
20422 msgid "unknown opcode %d@pc=%d during verification"
20423 msgstr ""
20424
20425 #: java/verify.c:1465 java/verify.c:1478 java/verify.c:1482
20426 #, c-format
20427 msgid "verification error at PC=%d"
20428 msgstr ""
20429
20430 #: java/lang-options.h:32
20431 msgid "Disable automatic array bounds checking"
20432 msgstr ""
20433
20434 #: java/lang-options.h:34
20435 msgid "Disable assignability checks for stores into object arrays"
20436 msgstr ""
20437
20438 #: java/lang-options.h:36
20439 msgid "Assume native functions are implemented using JNI"
20440 msgstr ""
20441
20442 #: java/lang-options.h:38
20443 msgid "Replace system path"
20444 msgstr ""
20445
20446 #: java/lang-options.h:40
20447 msgid "Set class path"
20448 msgstr ""
20449
20450 #: java/lang-options.h:42
20451 msgid "Set class path (deprecated: use --classpath instead)"
20452 msgstr ""
20453
20454 #: java/lang-options.h:44
20455 msgid "Choose class whose main method should be used"
20456 msgstr ""
20457
20458 #: java/lang-options.h:46
20459 msgid "Choose input encoding (default comes from locale)"
20460 msgstr ""
20461
20462 #: java/lang-options.h:48
20463 msgid "Add directory to class path"
20464 msgstr ""
20465
20466 #: java/lang-options.h:50
20467 msgid "Directory where class files should be written"
20468 msgstr ""
20469
20470 #: java/lang-options.h:52
20471 msgid "Warn if modifiers are specified when not necessary"
20472 msgstr ""
20473
20474 #: java/lang-options.h:54
20475 msgid "Warn if deprecated empty statements are found"
20476 msgstr ""
20477
20478 #: java/lang-options.h:56
20479 msgid "Warn if .class files are out of date"
20480 msgstr ""
20481
20482 #: java/lang-options.h:58
20483 msgid "Always check for non gcj generated classes archives"
20484 msgstr ""
20485
20486 #: java/lang-options.h:60
20487 msgid "Never optimize static class initialization code"
20488 msgstr ""
20489
20490 #: java/lang-options.h:62
20491 msgid "Use offset tables for virtual method calls"
20492 msgstr ""
20493
20494 #: objc/objc-act.c:651
20495 #, c-format
20496 msgid "object does not conform to the `%s' protocol"
20497 msgstr ""
20498
20499 #: objc/objc-act.c:737 objc/objc-act.c:810
20500 #, c-format
20501 msgid "class `%s' does not implement the `%s' protocol"
20502 msgstr ""
20503
20504 #: objc/objc-act.c:914
20505 #, c-format
20506 msgid "`%s' cannot be statically allocated"
20507 msgstr ""
20508
20509 #: objc/objc-act.c:963
20510 #, c-format
20511 msgid "unexpected type for `id' (%s)"
20512 msgstr ""
20513
20514 #: objc/objc-act.c:968
20515 msgid "undefined type `id', please import <objc/objc.h>"
20516 msgstr ""
20517
20518 #: objc/objc-act.c:1019
20519 #, c-format
20520 msgid "protocol `%s' has circular dependency"
20521 msgstr ""
20522
20523 #: objc/objc-act.c:1041 objc/objc-act.c:5301
20524 #, fuzzy, c-format
20525 msgid "cannot find protocol declaration for `%s'"
20526 msgstr "Не магу знайсці дэкларацыю пратакола для \"%s\""
20527
20528 #: objc/objc-act.c:1289 objc/objc-act.c:5877 objc/objc-act.c:6195
20529 #: objc/objc-act.c:6244 objc/objc-act.c:6280 objc-parse.y:1799
20530 #, fuzzy, c-format
20531 msgid "cannot find interface declaration for `%s'"
20532 msgstr "Не магу знайсці дэкларацыю інтэрфейса для \"%s\""
20533
20534 #: objc/objc-act.c:1328
20535 #, fuzzy, c-format
20536 msgid "cannot find reference tag for class `%s'"
20537 msgstr "Не магу знайсці файл для класа %s."
20538
20539 #: objc/objc-act.c:2050
20540 #, c-format
20541 msgid "creating selector for non existant method %s"
20542 msgstr ""
20543
20544 #: objc/objc-act.c:2364
20545 #, c-format
20546 msgid "cannot find class `%s'"
20547 msgstr "немагчыма знайсьці кляс `%s'"
20548
20549 #: objc/objc-act.c:2366
20550 #, c-format
20551 msgid "class `%s' already exists"
20552 msgstr "кляс `%s' ужо існуе"
20553
20554 #. fatal did not work with 2 args...should fix
20555 #: objc/objc-act.c:2473
20556 #, fuzzy, c-format
20557 msgid "cannot find interface declaration for `%s', superclass of `%s'"
20558 msgstr "Не магу знайсці дэкларацыю інтэрфейса для \"%s\""
20559
20560 #: objc/objc-act.c:2480
20561 #, fuzzy, c-format
20562 msgid "circular inheritance in interface declaration for `%s'"
20563 msgstr "Не магу знайсці дэкларацыю інтэрфейса для \"%s\""
20564
20565 #: objc/objc-act.c:3566 objc/objc-act.c:3583
20566 msgid "inconsistent instance variable specification"
20567 msgstr ""
20568
20569 #: objc/objc-act.c:4580
20570 msgid "can not use an object as parameter to a method\n"
20571 msgstr ""
20572
20573 #: objc/objc-act.c:4780
20574 #, c-format
20575 msgid "multiple declarations for method `%s'"
20576 msgstr ""
20577
20578 #: objc/objc-act.c:4946
20579 #, c-format
20580 msgid "invalid receiver type `%s'"
20581 msgstr ""
20582
20583 #: objc/objc-act.c:4977 objc/objc-act.c:5003 objc/objc-act.c:5051
20584 #, c-format
20585 msgid "`%s' does not respond to `%s'"
20586 msgstr ""
20587
20588 #: objc/objc-act.c:4983 objc/objc-act.c:7318
20589 #, c-format
20590 msgid "no super class declared in interface for `%s'"
20591 msgstr ""
20592
20593 #: objc/objc-act.c:5081
20594 #, fuzzy
20595 msgid "cannot find class (factory) method"
20596 msgstr "не магу знайсці метад."
20597
20598 #: objc/objc-act.c:5082 objc/objc-act.c:5126
20599 #, c-format
20600 msgid "return type for `%s' defaults to id"
20601 msgstr ""
20602
20603 #: objc/objc-act.c:5099
20604 #, fuzzy, c-format
20605 msgid "method `%s' not implemented by protocol"
20606 msgstr "метад \"%s\" не знойдзен у класе"
20607
20608 #: objc/objc-act.c:5108
20609 msgid "return type defaults to id"
20610 msgstr ""
20611
20612 #: objc/objc-act.c:5125
20613 msgid "cannot find method"
20614 msgstr "немагчыма знайсьці мэтад"
20615
20616 #: objc/objc-act.c:5399
20617 #, fuzzy, c-format
20618 msgid "undeclared selector `%s'"
20619 msgstr "у абвяшчэньні `%D'"
20620
20621 #. Historically, a class method that produced objects (factory
20622 #. method) would assign `self' to the instance that it
20623 #. allocated. This would effectively turn the class method into
20624 #. an instance method. Following this assignment, the instance
20625 #. variables could be accessed. That practice, while safe,
20626 #. violates the simple rule that a class method should not refer
20627 #. to an instance variable. It's better to catch the cases
20628 #. where this is done unknowingly than to support the above
20629 #. paradigm.
20630 #: objc/objc-act.c:5443
20631 #, c-format
20632 msgid "instance variable `%s' accessed in class method"
20633 msgstr ""
20634
20635 #: objc/objc-act.c:5678
20636 #, fuzzy, c-format
20637 msgid "duplicate definition of class method `%s'"
20638 msgstr "паўторнае абвяшчэнне меткі \"%s\""
20639
20640 #: objc/objc-act.c:5684
20641 #, fuzzy, c-format
20642 msgid "duplicate declaration of class method `%s'"
20643 msgstr "паўторнае абвяшчэнне меткі \"%s\""
20644
20645 #: objc/objc-act.c:5720
20646 #, c-format
20647 msgid "duplicate definition of instance method `%s'"
20648 msgstr ""
20649
20650 #: objc/objc-act.c:5726
20651 #, fuzzy, c-format
20652 msgid "duplicate declaration of instance method `%s'"
20653 msgstr "паўторнае абвяшчэнне меткі \"%s\""
20654
20655 #: objc/objc-act.c:5766
20656 #, c-format
20657 msgid "duplicate interface declaration for category `%s(%s)'"
20658 msgstr ""
20659
20660 #: objc/objc-act.c:5852
20661 #, c-format
20662 msgid "instance variable `%s' is declared private"
20663 msgstr ""
20664
20665 #: objc/objc-act.c:5899
20666 #, c-format
20667 msgid "instance variable `%s' is declared %s"
20668 msgstr ""
20669
20670 #: objc/objc-act.c:5909
20671 msgid "static access to object of type `id'"
20672 msgstr ""
20673
20674 #: objc/objc-act.c:5934 objc/objc-act.c:6027
20675 #, c-format
20676 msgid "incomplete implementation of class `%s'"
20677 msgstr ""
20678
20679 #: objc/objc-act.c:5938 objc/objc-act.c:6032
20680 #, c-format
20681 msgid "incomplete implementation of category `%s'"
20682 msgstr ""
20683
20684 #: objc/objc-act.c:5943 objc/objc-act.c:6037
20685 #, c-format
20686 msgid "method definition for `%c%s' not found"
20687 msgstr ""
20688
20689 #: objc/objc-act.c:6081
20690 #, c-format
20691 msgid "%s `%s' does not fully implement the `%s' protocol"
20692 msgstr ""
20693
20694 #: objc/objc-act.c:6139 objc/objc-act.c:8249
20695 msgid "`@end' missing in implementation context"
20696 msgstr ""
20697
20698 #: objc/objc-act.c:6167
20699 #, c-format
20700 msgid "reimplementation of class `%s'"
20701 msgstr ""
20702
20703 #: objc/objc-act.c:6209
20704 #, c-format
20705 msgid "conflicting super class name `%s'"
20706 msgstr ""
20707
20708 #: objc/objc-act.c:6224
20709 #, c-format
20710 msgid "duplicate interface declaration for class `%s'"
20711 msgstr ""
20712
20713 #: objc/objc-act.c:6506
20714 #, c-format
20715 msgid "duplicate declaration for protocol `%s'"
20716 msgstr ""
20717
20718 #: objc/objc-act.c:7363
20719 msgid "[super ...] must appear in a method context"
20720 msgstr ""
20721
20722 #: objc/objc-act.c:8354 objc/objc-act.c:8370
20723 #, c-format
20724 msgid "potential selector conflict for method `%s'"
20725 msgstr ""
20726
20727 #: objc-parse.y:2655
20728 msgid "`@end' must appear in an implementation context"
20729 msgstr ""
20730
20731 #: objc-parse.y:2931
20732 msgid "method definition not in class context"
20733 msgstr ""
20734
20735 #: objc/lang-options.h:27
20736 msgid "Dump decls to a .decl file"
20737 msgstr ""
20738
20739 #: objc/lang-options.h:29
20740 msgid "Generate code for GNU runtime environment"
20741 msgstr ""
20742
20743 #: objc/lang-options.h:32
20744 msgid "Generate code for NeXT runtime environment"
20745 msgstr ""
20746
20747 #: objc/lang-options.h:35
20748 msgid "Warn if a selector has multiple methods"
20749 msgstr ""
20750
20751 #: objc/lang-options.h:39
20752 msgid "Do not warn if inherited methods are unimplemented"
20753 msgstr ""
20754
20755 #: objc/lang-options.h:41
20756 msgid "Generate C header of platform specific features"
20757 msgstr ""
20758
20759 #: objc/lang-options.h:43
20760 msgid "Specify the name of the class for constant strings"
20761 msgstr ""
20762
20763 #. This is the contribution to the `lang_options' array in gcc.c for
20764 #. treelang.
20765 #: treelang/lang-options.h:26
20766 msgid "(debug) trace parsing process"
20767 msgstr ""
20768
20769 #: treelang/lang-options.h:27
20770 msgid "(debug) trace lexical analysis"
20771 msgstr ""
20772
20773 #: config/rs6000/darwin.h:62
20774 msgid " conflicting code gen style switches are used"
20775 msgstr ""
20776
20777 #: config/i386/mingw32.h:85 config/i386/cygwin.h:171
20778 msgid "shared and mdll are not compatible"
20779 msgstr ""
20780
20781 #: java/lang-specs.h:33
20782 msgid "-fjni and -femit-class-files are incompatible"
20783 msgstr ""
20784
20785 #: java/lang-specs.h:34
20786 msgid "-fjni and -femit-class-file are incompatible"
20787 msgstr ""
20788
20789 #: java/lang-specs.h:35 java/lang-specs.h:36
20790 msgid "-femit-class-file should used along with -fsyntax-only"
20791 msgstr ""
20792
20793 #: ada/lang-specs.h:38 java/jvspec.c:77 gcc.c:716
20794 msgid "-pg and -fomit-frame-pointer are incompatible"
20795 msgstr ""
20796
20797 #: ada/lang-specs.h:41
20798 msgid "-c or -S required for Ada"
20799 msgstr ""
20800
20801 #: config/darwin.h:212
20802 msgid "-current_version only allowed with -dynamiclib"
20803 msgstr ""
20804
20805 #: config/darwin.h:215
20806 msgid "-install_name only allowed with -dynamiclib"
20807 msgstr ""
20808
20809 #: config/darwin.h:220
20810 msgid "-bundle not allowed with -dynamiclib"
20811 msgstr ""
20812
20813 #: config/darwin.h:221
20814 msgid "-bundle_loader not allowed with -dynamiclib"
20815 msgstr ""
20816
20817 #: config/darwin.h:222
20818 msgid "-client_name not allowed with -dynamiclib"
20819 msgstr ""
20820
20821 #: config/darwin.h:225
20822 msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
20823 msgstr ""
20824
20825 #: config/darwin.h:226
20826 msgid "-force_flat_namespace not allowed with -dynamiclib"
20827 msgstr ""
20828
20829 #: config/darwin.h:228
20830 msgid "-keep_private_externs not allowed with -dynamiclib"
20831 msgstr ""
20832
20833 #: config/darwin.h:229
20834 msgid "-private_bundle not allowed with -dynamiclib"
20835 msgstr ""
20836
20837 #: config/sparc/freebsd.h:34 config/ia64/freebsd.h:23
20838 #: config/alpha/freebsd.h:44 config/rs6000/sysv4.h:1107
20839 #: config/i386/freebsd-aout.h:213
20840 msgid "`-p' not supported; use `-pg' and gprof(1)"
20841 msgstr ""
20842
20843 #: config/sparc/linux64.h:197 config/sparc/linux64.h:208
20844 #: config/sparc/netbsd-elf.h:163 config/sparc/netbsd-elf.h:182
20845 #: config/sparc/sol2-bi.h:168 config/sparc/sol2-bi.h:178
20846 msgid "may not use both -m32 and -m64"
20847 msgstr ""
20848
20849 #: config/arm/arm.h:178
20850 msgid "-mapcs-26 and -mapcs-32 may not be used together"
20851 msgstr ""
20852
20853 #: config/arm/arm.h:180
20854 msgid "-msoft-float and -mhard_float may not be used together"
20855 msgstr ""
20856
20857 #: config/arm/arm.h:182
20858 msgid "-mbig-endian and -mlittle-endian may not be used together"
20859 msgstr ""
20860
20861 #: config/i386/sco5.h:195
20862 #, fuzzy
20863 msgid "-pg not supported on this platform"
20864 msgstr "атрыбуты секцыі не падтрымліваюцца для гэтай мэты"
20865
20866 #: config/i386/sco5.h:196
20867 msgid "-p and -pp specified - pick one"
20868 msgstr ""
20869
20870 #: config/i386/sco5.h:271
20871 msgid "-G and -static are mutually exclusive"
20872 msgstr ""
20873
20874 #: f/lang-specs.h:38 gcc.c:689
20875 msgid "GNU C does not support -C without using -E"
20876 msgstr ""
20877
20878 #: f/lang-specs.h:39 gcc.c:690
20879 #, fuzzy
20880 msgid "GNU C does not support -CC without using -E"
20881 msgstr "ISO C89 не падтрымлівае `long long'"
20882
20883 #: config/mcore/mcore.h:60
20884 msgid "choose either big or little endian, not both"
20885 msgstr ""
20886
20887 #: config/mcore/mcore.h:63
20888 msgid "choose either m340 or m210 not both"
20889 msgstr ""
20890
20891 #: config/mcore/mcore.h:64
20892 msgid "the m210 does not have little endian support"
20893 msgstr ""
20894
20895 #: config/i386/cygwin.h:115
20896 msgid "mno-cygwin and mno-win32 are not compatible"
20897 msgstr ""
20898
20899 #: config/vax/netbsd-elf.h:42
20900 msgid "The -shared option is not currently supported for VAX ELF."
20901 msgstr ""
20902
20903 #: treelang/lang-specs.h:52
20904 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
20905 msgstr ""
20906
20907 #: gcc.c:847
20908 msgid "-E required when input is from standard input"
20909 msgstr ""
20910
20911 #: gcc.c:851
20912 msgid "compilation of header file requested"
20913 msgstr ""
20914
20915 #: config/vax/vax.h:50 config/vax/vax.h:51
20916 msgid "profiling not supported with -mg\n"
20917 msgstr ""
20918
20919 #: config/mips/mips.h:954
20920 msgid "-pipe is not supported"
20921 msgstr "-pipe не падтрымліваецца"
20922
20923 #: config/mips/mips.h:1156 config/arc/arc.h:63
20924 msgid "may not use both -EB and -EL"
20925 msgstr ""
20926
20927 #: config/mips/r3900.h:35
20928 msgid "-mhard-float not supported"
20929 msgstr "-mhard-float не падтрымліваецца"
20930
20931 #: config/mips/r3900.h:37
20932 msgid "-msingle-float and -msoft-float can not both be specified"
20933 msgstr ""
20934
20935 #~ msgid "unknown C standard `%s'"
20936 #~ msgstr "невядомы C стандарт `%s'"
20937
20938 #, fuzzy
20939 #~ msgid "missing binary operator"
20940 #~ msgstr "прапушчан ініцыялізатар"
20941
20942 #, fuzzy
20943 #~ msgid "changing search order for system directory \"%s\""
20944 #~ msgstr "немагчыма стварыць дырэкторыю \"%s\""
20945
20946 #, fuzzy
20947 #~ msgid "argument missing after %s"
20948 #~ msgstr "аргумент для \"%s\" прапушчан"
20949
20950 #, fuzzy
20951 #~ msgid "invalid option %s"
20952 #~ msgstr "Нерэчаісны выбар %s"
20953
20954 #~ msgid "%s:%d: warning: "
20955 #~ msgstr "%s:%d: увага: "
20956
20957 #~ msgid "%s: warning: "
20958 #~ msgstr "%s: увага: "
20959
20960 #~ msgid "floating point overflow"
20961 #~ msgstr "перапаўненьне плаваючай кропкі"
20962
20963 #, fuzzy
20964 #~ msgid "internal error: %s"
20965 #~ msgstr "Унутраная памылка: %s"
20966
20967 #, fuzzy
20968 #~ msgid "invalid character constant in #if"
20969 #~ msgstr "сімвальная канстанта вельмі доўгая"
20970
20971 #~ msgid "usage: %s [switches] input output"
20972 #~ msgstr "выкарыстаньне: %s [выключальнікі] увод вывад"
20973
20974 #~ msgid "#error%.*s"
20975 #~ msgstr "#памылка%.*s"
20976
20977 #~ msgid "#warning%.*s"
20978 #~ msgstr "#увага%.*s"
20979
20980 #~ msgid "unbalanced #endif"
20981 #~ msgstr "незбалансаваны #endif"
20982
20983 #~ msgid "optimization turned on"
20984 #~ msgstr "аптымізацыя уключана"
20985
20986 #~ msgid "optimization turned off"
20987 #~ msgstr "аптымізацыя выключана"
20988
20989 #~ msgid "invalid %%V value"
20990 #~ msgstr "нерэчаіснае значэньне %%V"
20991
20992 #~ msgid "Use OSF PIC"
20993 #~ msgstr "Выкарыстоўваць OSF PIC"
20994
20995 #~ msgid "Don't use OSF PIC"
20996 #~ msgstr "Не выкарыстоўваць OSF PIC"
20997
20998 #~ msgid "Optimize for 3900"
20999 #~ msgstr "Аптымізаваць для 3900"
21000
21001 #~ msgid "Optimize for 4650"
21002 #~ msgstr "Аптымізаваць для 4650"
21003
21004 #, fuzzy
21005 #~ msgid "%s for `%T %s %T' operator"
21006 #~ msgstr "%s перад знакам \"%s\""
21007
21008 #, fuzzy
21009 #~ msgid "%s for `%s %T' operator"
21010 #~ msgstr "%s перад знакам \"%s\""
21011
21012 #, fuzzy
21013 #~ msgid "size of member `%D' is not constant"
21014 #~ msgstr "тып параметра \"%s\" не аб'яўлены"
21015
21016 #, fuzzy
21017 #~ msgid "member initializers for `%#D'"
21018 #~ msgstr "complex нерэчаісны для \"%s\""
21019
21020 #, fuzzy
21021 #~ msgid "explicit specialization here"
21022 #~ msgstr "ініцыялізацыя"
21023
21024 #, fuzzy
21025 #~ msgid "base initializer for `%T'"
21026 #~ msgstr "не магу ініцыялізаваць сяброўскую функцыю \"%s\""
21027
21028 #, fuzzy
21029 #~ msgid "`sizeof' applied to incomplete type `%T'"
21030 #~ msgstr "\"%s\" мае незавершаны тып"
21031
21032 #, fuzzy
21033 #~ msgid "invalid use of undefined type `%#T'"
21034 #~ msgstr "нявернае выкарыстанне \"restict\""
21035
21036 #, fuzzy
21037 #~ msgid "forward declaration of `%#T'"
21038 #~ msgstr "няма папярэдняга аб'яўлення для \"%s\""
21039
21040 #~ msgid "invalid use of `%T'"
21041 #~ msgstr "нерэчаіснае выкарыстаньне `%T'"