be.po, [...]: Update.
[platform/upstream/gcc.git] / gcc / po / el.po
1 # Greek translation of gcc.
2 # Copyright (C) 2001, 2002 Free Software Foundation, Inc.
3 # Simos Xenitellis <simos@hellug.gr>, 2001, 2002.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: gcc 3.2\n"
8 "POT-Creation-Date: 2003-10-24 13:20+0200\n"
9 "PO-Revision-Date: 2002-08-18 15:46+0100\n"
10 "Last-Translator: Simos Xenitellis <simos@hellug.gr>\n"
11 "Language-Team: Greek <nls@tux.hellug.gr>\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=iso-8859-7\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 #, fuzzy, c-format
23 msgid "wrong number of arguments specified for `%s' attribute"
24 msgstr "ëÜèïò áñéèìüò ïñéóìÜôùí"
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 ""
48
49 #: builtins.c:285
50 msgid "offset outside bounds of constant string"
51 msgstr ""
52
53 #: builtins.c:765
54 msgid "second arg to `__builtin_prefetch' must be a constant"
55 msgstr ""
56
57 #: builtins.c:772
58 msgid "invalid second arg to __builtin_prefetch; using zero"
59 msgstr ""
60
61 #: builtins.c:779
62 msgid "third arg to `__builtin_prefetch' must be a constant"
63 msgstr ""
64
65 #: builtins.c:786
66 msgid "invalid third arg to __builtin_prefetch; using zero"
67 msgstr ""
68
69 #. ??? We used to try and build up a call to the out of line function,
70 #. guessing about what registers needed saving etc.  This became much
71 #. harder with __builtin_va_start, since we don't have a tree for a
72 #. call to __builtin_saveregs to fall back on.  There was exactly one
73 #. port (i860) that used this code, and I'm unconvinced it could actually
74 #. handle the general case.  So we no longer try to handle anything
75 #. weird and make the backend absorb the evil.
76 #: builtins.c:2875
77 #, fuzzy
78 msgid "__builtin_saveregs not supported by this target"
79 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
80
81 #: builtins.c:2917
82 msgid "argument of `__builtin_args_info' must be constant"
83 msgstr ""
84
85 #: builtins.c:2923
86 msgid "argument of `__builtin_args_info' out of range"
87 msgstr ""
88
89 #: builtins.c:2929
90 #, fuzzy
91 msgid "missing argument in `__builtin_args_info'"
92 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
93
94 #: builtins.c:2960
95 msgid "`va_start' used in function with fixed args"
96 msgstr ""
97
98 #: builtins.c:2979
99 msgid "second parameter of `va_start' not last named argument"
100 msgstr ""
101
102 #. Evidently an out of date version of <stdarg.h>; can't validate
103 #. va_start's second argument, but can still work as intended.
104 #: builtins.c:2984
105 msgid "`__builtin_next_arg' called without an argument"
106 msgstr ""
107
108 #: builtins.c:3070
109 #, fuzzy
110 msgid "too many arguments to function `va_start'"
111 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
112
113 #: builtins.c:3172
114 msgid "first argument to `va_arg' not of type `va_list'"
115 msgstr ""
116
117 #. Unfortunately, this is merely undefined, rather than a constraint
118 #. violation, so we cannot make this an error.  If this call is never
119 #. executed, the program is still strictly conforming.
120 #: builtins.c:3204
121 #, c-format
122 msgid "`%s' is promoted to `%s' when passed through `...'"
123 msgstr ""
124
125 #: builtins.c:3209
126 #, c-format
127 msgid "(so you should pass `%s' not `%s' to `va_arg')"
128 msgstr ""
129
130 #: builtins.c:3340
131 msgid "invalid arg to `__builtin_frame_address'"
132 msgstr ""
133
134 #: builtins.c:3342
135 msgid "invalid arg to `__builtin_return_address'"
136 msgstr ""
137
138 #: builtins.c:3356
139 msgid "unsupported arg to `__builtin_frame_address'"
140 msgstr ""
141
142 #: builtins.c:3358
143 msgid "unsupported arg to `__builtin_return_address'"
144 msgstr ""
145
146 #: builtins.c:3530
147 msgid "second arg to `__builtin_expect' must be a constant"
148 msgstr ""
149
150 #: builtins.c:4028
151 msgid "__builtin_longjmp second argument must be 1"
152 msgstr ""
153
154 #. just do library call, if unknown builtin
155 #: builtins.c:4092 c-common.c:4459
156 #, c-format
157 msgid "built-in function `%s' not currently supported"
158 msgstr ""
159
160 #: builtins.c:4165
161 msgid "target format does not support infinity"
162 msgstr ""
163
164 #: c-common.c:1168
165 #, c-format
166 msgid "`%s' is not defined outside of function scope"
167 msgstr ""
168
169 #: c-common.c:1189
170 #, c-format
171 msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
172 msgstr ""
173
174 #: c-common.c:1247
175 msgid "concatenation of string literals with __FUNCTION__ is deprecated"
176 msgstr ""
177
178 #: c-common.c:1343
179 msgid "overflow in constant expression"
180 msgstr ""
181
182 #: c-common.c:1364
183 msgid "integer overflow in expression"
184 msgstr ""
185
186 #: c-common.c:1373
187 #, fuzzy
188 msgid "floating point overflow in expression"
189 msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
190
191 #: c-common.c:1379
192 #, fuzzy
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 #, fuzzy
224 msgid "invalid truth-value expression"
225 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
226
227 #: c-common.c:2279
228 #, fuzzy, c-format
229 msgid "invalid operands to binary %s"
230 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
231
232 #: c-common.c:2513
233 msgid "comparison is always false due to limited range of data type"
234 msgstr ""
235
236 #: c-common.c:2515
237 msgid "comparison is always true due to limited range of data type"
238 msgstr ""
239
240 #: c-common.c:2585
241 msgid "comparison of unsigned expression >= 0 is always true"
242 msgstr ""
243
244 #: c-common.c:2594
245 msgid "comparison of unsigned expression < 0 is always false"
246 msgstr ""
247
248 #: c-common.c:2641
249 msgid "pointer of type `void *' used in arithmetic"
250 msgstr ""
251
252 #: c-common.c:2647
253 msgid "pointer to a function used in arithmetic"
254 msgstr ""
255
256 #: c-common.c:2653
257 msgid "pointer to member function used in arithmetic"
258 msgstr ""
259
260 #: c-common.c:2659
261 msgid "pointer to a member used in arithmetic"
262 msgstr ""
263
264 #: c-common.c:2746 f/com.c:14762
265 msgid "struct type value used where scalar is required"
266 msgstr ""
267
268 #: c-common.c:2750 f/com.c:14766
269 msgid "union type value used where scalar is required"
270 msgstr ""
271
272 #: c-common.c:2754 f/com.c:14770
273 msgid "array type value used where scalar is required"
274 msgstr ""
275
276 #: c-common.c:2874 f/com.c:14903
277 msgid "suggest parentheses around assignment used as truth value"
278 msgstr ""
279
280 #: c-common.c:2918 c-common.c:2950
281 #, fuzzy
282 msgid "invalid use of `restrict'"
283 msgstr "ìç Ýãêõñïò áñéèìüò áðü ãñáììÝò"
284
285 #: c-common.c:3064
286 #, fuzzy
287 msgid "invalid application of `sizeof' to a function type"
288 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
289
290 #: c-common.c:3074
291 #, fuzzy, c-format
292 msgid "invalid application of `%s' to a void type"
293 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
294
295 #: c-common.c:3080
296 #, fuzzy, c-format
297 msgid "invalid application of `%s' to an incomplete type"
298 msgstr "ìç Ýãêõñïò äåýôåñïò ôåëåóôÞò óå êáôÜóôáóç óõìâáôüôçôáò `%s'"
299
300 #: c-common.c:3121
301 msgid "`__alignof' applied to a bit-field"
302 msgstr ""
303
304 #: c-common.c:3618
305 #, fuzzy, c-format
306 msgid "cannot disable built-in function `%s'"
307 msgstr "áäõíáìßá åêôÝëåóçò ioctl óôï `%s'"
308
309 #: c-common.c:3787 c-typeck.c:1748
310 #, fuzzy, c-format
311 msgid "too few arguments to function `%s'"
312 msgstr "Ðñïåéäïðïßçóç: Ðïëý ëßãá ïñßóìáôá óôï åóùäïìçìÝíï `%s'"
313
314 #: c-common.c:3793 c-typeck.c:1601
315 #, fuzzy, c-format
316 msgid "too many arguments to function `%s'"
317 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
318
319 #: c-common.c:3812
320 #, fuzzy, c-format
321 msgid "non-floating-point argument to function `%s'"
322 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
323
324 #: c-common.c:4081
325 msgid "pointers are not permitted as case values"
326 msgstr ""
327
328 #: c-common.c:4087
329 msgid "ISO C++ forbids range expressions in switch statements"
330 msgstr ""
331
332 #: c-common.c:4089
333 msgid "ISO C forbids range expressions in switch statements"
334 msgstr ""
335
336 #: c-common.c:4119
337 #, fuzzy
338 msgid "empty range specified"
339 msgstr "ìç ïñéóìÝíï"
340
341 #: c-common.c:4170
342 msgid "duplicate (or overlapping) case value"
343 msgstr ""
344
345 #: c-common.c:4172
346 #, fuzzy
347 msgid "this is the first entry overlapping that value"
348 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
349
350 #: c-common.c:4176
351 #, fuzzy
352 msgid "duplicate case value"
353 msgstr "äéðëüò áñéèìüò ìçíýìáôïò"
354
355 #: c-common.c:4177
356 msgid "previously used here"
357 msgstr ""
358
359 #: c-common.c:4181
360 msgid "multiple default labels in one switch"
361 msgstr ""
362
363 #: c-common.c:4182
364 #, fuzzy
365 msgid "this is the first default label"
366 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
367
368 #: c-common.c:4210
369 msgid "ISO C++ forbids taking the address of a label"
370 msgstr ""
371
372 #: c-common.c:4212
373 msgid "ISO C forbids taking the address of a label"
374 msgstr ""
375
376 #: c-common.c:5235
377 #, c-format
378 msgid "declaration of `%s' shadows %s"
379 msgstr ""
380
381 #: c-common.c:5654
382 #, fuzzy, c-format
383 msgid "unknown machine mode `%s'"
384 msgstr "Üãíùóôï óåô `%s'"
385
386 #: c-common.c:5657
387 #, fuzzy, c-format
388 msgid "no data type for mode `%s'"
389 msgstr "äåí ïñßóôçêå âáñýôçôá ãéá ôï óýìâïëï `%s'"
390
391 #: c-common.c:5666 c-common.c:6316
392 #, fuzzy, c-format
393 msgid "unable to emulate '%s'"
394 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
395
396 #: c-common.c:5702
397 msgid "section attribute cannot be specified for local variables"
398 msgstr ""
399
400 #: c-common.c:5713
401 #, c-format
402 msgid "section of `%s' conflicts with previous declaration"
403 msgstr ""
404
405 #: c-common.c:5722
406 #, c-format
407 msgid "section attribute not allowed for `%s'"
408 msgstr ""
409
410 #: c-common.c:5729
411 #, fuzzy
412 msgid "section attributes are not supported for this target"
413 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
414
415 #: c-common.c:5771
416 msgid "requested alignment is not a constant"
417 msgstr ""
418
419 #: c-common.c:5776
420 msgid "requested alignment is not a power of 2"
421 msgstr ""
422
423 #: c-common.c:5781
424 #, fuzzy
425 msgid "requested alignment is too large"
426 msgstr "ÊáêÞ áßôçóç ðáñáìÝôñùí"
427
428 #: c-common.c:5808
429 #, fuzzy, c-format
430 msgid "alignment may not be specified for `%s'"
431 msgstr "ìüíï Ýíá üñéóìá ìðïñåß íá äçëùèåß"
432
433 #: c-common.c:5853
434 #, c-format
435 msgid "`%s' defined both normally and as an alias"
436 msgstr ""
437
438 #: c-common.c:5863
439 msgid "alias arg not a string"
440 msgstr ""
441
442 #: c-common.c:5910
443 msgid "visibility arg not a string"
444 msgstr ""
445
446 #: c-common.c:5919
447 msgid "visibility arg must be one of \"default\", \"hidden\", \"protected\" or \"internal\""
448 msgstr ""
449
450 #: c-common.c:5953
451 msgid "tls_model arg not a string"
452 msgstr ""
453
454 #: c-common.c:5962
455 msgid "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""
456 msgstr ""
457
458 #: c-common.c:5987 c-common.c:6043
459 #, c-format
460 msgid "`%s' attribute applies only to functions"
461 msgstr ""
462
463 #: c-common.c:5994 c-common.c:6050
464 #, fuzzy, c-format
465 msgid "can't set `%s' attribute after definition"
466 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
467
468 #: c-common.c:6114
469 #, fuzzy
470 msgid "cleanup arg not an identifier"
471 msgstr "äéðëüò ðñïóäéïñéóôÞò ìçíýìáôïò"
472
473 #: c-common.c:6121
474 #, fuzzy
475 msgid "cleanup arg not a function"
476 msgstr "Ôï åðþíõìï áíôéêåßìåíï äåí åßíáé áíáæçôÞóéìï"
477
478 #: c-common.c:6183
479 #, fuzzy, c-format
480 msgid "`%s' attribute ignored for `%s'"
481 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
482
483 #: c-common.c:6248
484 #, fuzzy, c-format
485 msgid "invalid vector type for attribute `%s'"
486 msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
487
488 #: c-common.c:6272 c-common.c:6304
489 msgid "no vector mode with the size and type specified could be found"
490 msgstr ""
491
492 #: c-common.c:6403
493 msgid "nonnull attribute without arguments on a non-prototype"
494 msgstr ""
495
496 #: c-common.c:6418
497 #, c-format
498 msgid "nonnull argument has invalid operand number (arg %lu)"
499 msgstr ""
500
501 #: c-common.c:6437
502 #, c-format
503 msgid "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
504 msgstr ""
505
506 #: c-common.c:6445
507 #, c-format
508 msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
509 msgstr ""
510
511 #: c-common.c:6531
512 #, c-format
513 msgid "null argument where non-null required (arg %lu)"
514 msgstr ""
515
516 #: c-convert.c:80 c-typeck.c:988 c-typeck.c:4059 cp/typeck.c:1615
517 #: cp/typeck.c:5939
518 msgid "void value not ignored as it ought to be"
519 msgstr ""
520
521 #: c-convert.c:112 java/typeck.c:150
522 msgid "conversion to non-scalar type requested"
523 msgstr ""
524
525 #: c-decl.c:340
526 #, c-format
527 msgid "array `%s' assumed to have one element"
528 msgstr ""
529
530 #: c-decl.c:526
531 #, c-format
532 msgid "`struct %s' incomplete in scope ending here"
533 msgstr ""
534
535 #: c-decl.c:529
536 #, c-format
537 msgid "`union %s' incomplete in scope ending here"
538 msgstr ""
539
540 #: c-decl.c:532
541 #, c-format
542 msgid "`enum %s' incomplete in scope ending here"
543 msgstr ""
544
545 #: c-decl.c:646 c-decl.c:771 java/decl.c:1403
546 #, c-format
547 msgid "label `%s' used but not defined"
548 msgstr ""
549
550 #: c-decl.c:652 c-decl.c:778 java/decl.c:1409
551 #, c-format
552 msgid "label `%s' defined but not used"
553 msgstr ""
554
555 #: c-decl.c:893 cp/decl.c:3335
556 #, c-format
557 msgid "function `%s' redeclared as inline"
558 msgstr ""
559
560 #: c-decl.c:895 cp/decl.c:3337
561 #, c-format
562 msgid "previous declaration of function `%s' with attribute noinline"
563 msgstr ""
564
565 #: c-decl.c:902 cp/decl.c:3344
566 #, c-format
567 msgid "function `%s' redeclared with attribute noinline"
568 msgstr ""
569
570 #: c-decl.c:904 cp/decl.c:3346
571 #, c-format
572 msgid "previous declaration of function `%s' was inline"
573 msgstr ""
574
575 #: c-decl.c:933 c-decl.c:979
576 #, c-format
577 msgid "shadowing built-in function `%s'"
578 msgstr ""
579
580 #: c-decl.c:935
581 #, c-format
582 msgid "shadowing library function `%s'"
583 msgstr ""
584
585 #: c-decl.c:941
586 #, c-format
587 msgid "library function `%s' declared as non-function"
588 msgstr ""
589
590 #: c-decl.c:945 c-decl.c:948
591 #, c-format
592 msgid "built-in function `%s' declared as non-function"
593 msgstr ""
594
595 #: c-decl.c:952 objc/objc-act.c:2384 objc/objc-act.c:6154
596 #, c-format
597 msgid "`%s' redeclared as different kind of symbol"
598 msgstr ""
599
600 #: c-decl.c:953 c-decl.c:1144 c-decl.c:1158 c-decl.c:1165 c-decl.c:1310
601 #: objc/objc-act.c:2386 objc/objc-act.c:6156 objc/objc-act.c:6211
602 #, c-format
603 msgid "previous declaration of `%s'"
604 msgstr ""
605
606 #. If types don't match for a built-in, throw away the built-in.
607 #: c-decl.c:1048
608 #, c-format
609 msgid "conflicting types for built-in function `%s'"
610 msgstr ""
611
612 #: c-decl.c:1091 c-decl.c:1110
613 #, fuzzy, c-format
614 msgid "conflicting types for `%s'"
615 msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
616
617 #: c-decl.c:1133
618 msgid "a parameter list with an ellipsis can't match an empty parameter name list declaration"
619 msgstr ""
620
621 #: c-decl.c:1139
622 msgid "an argument type that has a default promotion can't match an empty parameter name list declaration"
623 msgstr ""
624
625 #: c-decl.c:1157
626 #, c-format
627 msgid "thread-local declaration of `%s' follows non thread-local declaration"
628 msgstr ""
629
630 #: c-decl.c:1164
631 #, c-format
632 msgid "non thread-local declaration of `%s' follows thread-local declaration"
633 msgstr ""
634
635 #: c-decl.c:1175 c-decl.c:1198
636 #, fuzzy, c-format
637 msgid "redefinition of `%s'"
638 msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
639
640 #: c-decl.c:1178
641 #, fuzzy, c-format
642 msgid "redeclaration of `%s'"
643 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
644
645 #: c-decl.c:1181
646 #, c-format
647 msgid "conflicting declarations of `%s'"
648 msgstr ""
649
650 #: c-decl.c:1225
651 #, c-format
652 msgid "prototype for `%s' follows"
653 msgstr ""
654
655 #: c-decl.c:1226 c-decl.c:1234 c-decl.c:1245
656 msgid "non-prototype definition here"
657 msgstr ""
658
659 #: c-decl.c:1233
660 #, c-format
661 msgid "prototype for `%s' follows and number of arguments doesn't match"
662 msgstr ""
663
664 #: c-decl.c:1243
665 #, c-format
666 msgid "prototype for `%s' follows and argument %d doesn't match"
667 msgstr ""
668
669 #: c-decl.c:1261
670 #, c-format
671 msgid "`%s' declared inline after being called"
672 msgstr ""
673
674 #: c-decl.c:1267
675 #, fuzzy, c-format
676 msgid "`%s' declared inline after its definition"
677 msgstr "%s: äéðëüò ïñéóìüò Ýêäïóçò êáôçãïñßáò"
678
679 #: c-decl.c:1274
680 #, c-format
681 msgid "static declaration for `%s' follows non-static"
682 msgstr ""
683
684 #: c-decl.c:1282
685 #, c-format
686 msgid "non-static declaration for `%s' follows static"
687 msgstr ""
688
689 #: c-decl.c:1289
690 #, c-format
691 msgid "const declaration for `%s' follows non-const"
692 msgstr ""
693
694 #: c-decl.c:1296
695 #, c-format
696 msgid "type qualifiers for `%s' conflict with previous decl"
697 msgstr ""
698
699 #: c-decl.c:1309
700 #, c-format
701 msgid "redundant redeclaration of `%s' in same scope"
702 msgstr ""
703
704 #: c-decl.c:1619 java/decl.c:1102
705 #, c-format
706 msgid "declaration of `%s' shadows a parameter"
707 msgstr ""
708
709 #: c-decl.c:1622 java/decl.c:1105
710 #, c-format
711 msgid "declaration of `%s' shadows a symbol from the parameter list"
712 msgstr ""
713
714 #: c-decl.c:1643 cp/decl.c:4479
715 #, fuzzy
716 msgid "a parameter"
717 msgstr "êáêü üñéóìá"
718
719 #: c-decl.c:1645 cp/decl.c:4496
720 msgid "a previous local"
721 msgstr ""
722
723 #. XXX shadow warnings in outer-more namespaces
724 #: c-decl.c:1649 cp/decl.c:4500
725 msgid "a global declaration"
726 msgstr ""
727
728 #: c-decl.c:1693
729 #, c-format
730 msgid "nested extern declaration of `%s'"
731 msgstr ""
732
733 #: c-decl.c:1712 java/decl.c:1055
734 #, c-format
735 msgid "`%s' used prior to declaration"
736 msgstr ""
737
738 #: c-decl.c:1726 c-decl.c:1901
739 #, c-format
740 msgid "`%s' was declared implicitly `extern' and later `static'"
741 msgstr ""
742
743 #: c-decl.c:1829 cp/decl.c:4336
744 msgid "type mismatch with previous external decl"
745 msgstr ""
746
747 #: c-decl.c:1830
748 #, c-format
749 msgid "previous external decl of `%s'"
750 msgstr ""
751
752 #: c-decl.c:1843
753 msgid "type mismatch with previous implicit declaration"
754 msgstr "óöÜëìá ôáéñéÜóìáôïò ôýðïõ ìå ðñïçãïýìåíç áõôïíüçôç äéáêýñçîç"
755
756 #: c-decl.c:1845
757 #, c-format
758 msgid "previous implicit declaration of `%s'"
759 msgstr "ðñïçãïýìåíç áõôïíüçôç äéáêýñçîç ôïõ `%s'"
760
761 #: c-decl.c:1880
762 #, c-format
763 msgid "`%s' was previously implicitly declared to return `int'"
764 msgstr ""
765
766 #: c-decl.c:1905
767 #, c-format
768 msgid "`%s' was declared `extern' and later `static'"
769 msgstr ""
770
771 #: c-decl.c:1929
772 #, c-format
773 msgid "extern declaration of `%s' doesn't match global one"
774 msgstr ""
775
776 #: c-decl.c:1971
777 #, c-format
778 msgid "`%s' locally external but globally static"
779 msgstr ""
780
781 #: c-decl.c:2095
782 #, c-format
783 msgid "function `%s' was previously declared within a block"
784 msgstr ""
785
786 #: c-decl.c:2115 c-decl.c:2117
787 #, c-format
788 msgid "implicit declaration of function `%s'"
789 msgstr "áõôïíüçôç äéáêýñçîç ôçò óõíÜñôçóçò `%s'"
790
791 #: c-decl.c:2196
792 #, c-format
793 msgid "label %s referenced outside of any function"
794 msgstr ""
795
796 #: c-decl.c:2253
797 #, fuzzy, c-format
798 msgid "duplicate label declaration `%s'"
799 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
800
801 #: c-decl.c:2256
802 #, fuzzy
803 msgid "this is a previous declaration"
804 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
805
806 #: c-decl.c:2679
807 msgid "unnamed struct/union that defines no instances"
808 msgstr ""
809
810 #: c-decl.c:2698
811 msgid "useless keyword or type name in empty declaration"
812 msgstr ""
813
814 #: c-decl.c:2705
815 msgid "two types specified in one empty declaration"
816 msgstr ""
817
818 #: c-decl.c:2710 c-parse.y:753 c-parse.y:755 parse.y:766 parse.y:1853
819 #: objc-parse.y:799 objc-parse.y:801 objc-parse.y:3042
820 #, fuzzy
821 msgid "empty declaration"
822 msgstr "êåíü áëöáñéèìçôéêü"
823
824 #: c-decl.c:2740
825 msgid "ISO C90 does not support `static' or type qualifiers in parameter array declarators"
826 msgstr ""
827
828 #: c-decl.c:2742
829 msgid "ISO C90 does not support `[*]' array declarators"
830 msgstr ""
831
832 #: c-decl.c:2745
833 msgid "GCC does not yet properly implement `[*]' array declarators"
834 msgstr ""
835
836 #: c-decl.c:2764
837 msgid "static or type qualifiers in abstract declarator"
838 msgstr ""
839
840 #: c-decl.c:2838
841 #, c-format
842 msgid "`%s' is usually a function"
843 msgstr ""
844
845 #: c-decl.c:2847
846 #, c-format
847 msgid "typedef `%s' is initialized (use __typeof__ instead)"
848 msgstr ""
849
850 #: c-decl.c:2853
851 #, c-format
852 msgid "function `%s' is initialized like a variable"
853 msgstr ""
854
855 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
856 #: c-decl.c:2860
857 #, c-format
858 msgid "parameter `%s' is initialized"
859 msgstr ""
860
861 #: c-decl.c:2880 c-typeck.c:4895
862 msgid "variable-sized object may not be initialized"
863 msgstr ""
864
865 #: c-decl.c:2886
866 #, c-format
867 msgid "variable `%s' has initializer but incomplete type"
868 msgstr ""
869
870 #: c-decl.c:2892
871 #, c-format
872 msgid "elements of array `%s' have incomplete type"
873 msgstr ""
874
875 #: c-decl.c:2905
876 #, c-format
877 msgid "declaration of `%s' has `extern' and is initialized"
878 msgstr ""
879
880 #: c-decl.c:2954 c-decl.c:5828 cp/decl.c:7760 cp/decl.c:14339
881 #, c-format
882 msgid "inline function `%s' given attribute noinline"
883 msgstr ""
884
885 #: c-decl.c:3028
886 #, c-format
887 msgid "initializer fails to determine size of `%s'"
888 msgstr ""
889
890 #: c-decl.c:3033
891 #, fuzzy, c-format
892 msgid "array size missing in `%s'"
893 msgstr "óöÜëìá êáôÜ ôï êëåßóéìï ôçò åéóüäïõ `%s'"
894
895 #: c-decl.c:3049
896 #, c-format
897 msgid "zero or negative size array `%s'"
898 msgstr ""
899
900 #: c-decl.c:3077
901 #, fuzzy, c-format
902 msgid "storage size of `%s' isn't known"
903 msgstr "Ôï üíïìá `%s' åßíáé Üãíùóôï\n"
904
905 #: c-decl.c:3087
906 #, c-format
907 msgid "storage size of `%s' isn't constant"
908 msgstr ""
909
910 #: c-decl.c:3147
911 #, c-format
912 msgid "ignoring asm-specifier for non-static local variable `%s'"
913 msgstr ""
914
915 #: c-decl.c:3247
916 #, c-format
917 msgid "ISO C forbids parameter `%s' shadowing typedef"
918 msgstr ""
919
920 #: c-decl.c:3592 cp/decl.c:10880
921 msgid "`long long long' is too long for GCC"
922 msgstr ""
923
924 #: c-decl.c:3597
925 #, fuzzy
926 msgid "ISO C90 does not support `long long'"
927 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
928
929 #: c-decl.c:3606 c-decl.c:3609 cp/decl.c:10885
930 #, fuzzy, c-format
931 msgid "duplicate `%s'"
932 msgstr "äéðëü êëåéäß"
933
934 #: c-decl.c:3619 cp/decl.c:10892
935 msgid "`__thread' before `extern'"
936 msgstr ""
937
938 #: c-decl.c:3621 cp/decl.c:10894
939 msgid "`__thread' before `static'"
940 msgstr ""
941
942 #: c-decl.c:3629 cp/decl.c:10921
943 #, c-format
944 msgid "two or more data types in declaration of `%s'"
945 msgstr ""
946
947 #: c-decl.c:3649 cp/decl.c:10926
948 #, c-format
949 msgid "`%s' fails to be a typedef or built in type"
950 msgstr ""
951
952 #: c-decl.c:3688
953 #, c-format
954 msgid "type defaults to `int' in declaration of `%s'"
955 msgstr ""
956
957 #: c-decl.c:3717
958 #, c-format
959 msgid "both long and short specified for `%s'"
960 msgstr ""
961
962 #: c-decl.c:3721 cp/decl.c:11041
963 #, c-format
964 msgid "long or short specified with char for `%s'"
965 msgstr ""
966
967 #: c-decl.c:3728 cp/decl.c:11045
968 #, c-format
969 msgid "long or short specified with floating type for `%s'"
970 msgstr ""
971
972 #: c-decl.c:3731
973 msgid "the only valid combination is `long double'"
974 msgstr ""
975
976 #: c-decl.c:3737
977 #, fuzzy, c-format
978 msgid "both signed and unsigned specified for `%s'"
979 msgstr "ìç Ýãêõñïò äçëùôÞò ðåäßïõ: `%s'"
980
981 #: c-decl.c:3739 cp/decl.c:11034
982 #, c-format
983 msgid "long, short, signed or unsigned invalid for `%s'"
984 msgstr ""
985
986 #: c-decl.c:3745 cp/decl.c:11054
987 #, c-format
988 msgid "long, short, signed or unsigned used invalidly for `%s'"
989 msgstr ""
990
991 #: c-decl.c:3763 cp/decl.c:11075
992 #, fuzzy, c-format
993 msgid "complex invalid for `%s'"
994 msgstr "Ìç Ýãêõñç ðñïôåñáéüôçôá `%s'"
995
996 #: c-decl.c:3805
997 #, fuzzy
998 msgid "ISO C90 does not support complex types"
999 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
1000
1001 #: c-decl.c:3817
1002 msgid "ISO C does not support plain `complex' meaning `double complex'"
1003 msgstr ""
1004
1005 #: c-decl.c:3823 c-decl.c:3835
1006 msgid "ISO C does not support complex integer types"
1007 msgstr ""
1008
1009 #: c-decl.c:3850 c-decl.c:4316 cp/decl.c:11688
1010 #, fuzzy
1011 msgid "duplicate `const'"
1012 msgstr "äéðëü êëåéäß"
1013
1014 #: c-decl.c:3852 c-decl.c:4320 cp/decl.c:11692
1015 #, fuzzy
1016 msgid "duplicate `restrict'"
1017 msgstr "äéðëü êëåéäß"
1018
1019 #: c-decl.c:3854 c-decl.c:4318 cp/decl.c:11690
1020 #, fuzzy
1021 msgid "duplicate `volatile'"
1022 msgstr "äéðëü êëåéäß"
1023
1024 #: c-decl.c:3882 cp/decl.c:11238
1025 #, c-format
1026 msgid "multiple storage classes in declaration of `%s'"
1027 msgstr ""
1028
1029 #: c-decl.c:3892
1030 msgid "function definition declared `auto'"
1031 msgstr ""
1032
1033 #: c-decl.c:3894
1034 msgid "function definition declared `register'"
1035 msgstr ""
1036
1037 #: c-decl.c:3896
1038 msgid "function definition declared `typedef'"
1039 msgstr ""
1040
1041 #: c-decl.c:3898
1042 msgid "function definition declared `__thread'"
1043 msgstr ""
1044
1045 #: c-decl.c:3911
1046 #, c-format
1047 msgid "storage class specified for structure field `%s'"
1048 msgstr ""
1049
1050 #: c-decl.c:3915 cp/decl.c:11285
1051 #, c-format
1052 msgid "storage class specified for parameter `%s'"
1053 msgstr ""
1054
1055 #: c-decl.c:3918 cp/decl.c:11287
1056 msgid "storage class specified for typename"
1057 msgstr ""
1058
1059 #: c-decl.c:3930 cp/decl.c:11302
1060 #, c-format
1061 msgid "`%s' initialized and declared `extern'"
1062 msgstr ""
1063
1064 #: c-decl.c:3932 cp/decl.c:11305
1065 #, c-format
1066 msgid "`%s' has both `extern' and initializer"
1067 msgstr ""
1068
1069 #: c-decl.c:3937 cp/decl.c:11313
1070 #, c-format
1071 msgid "top-level declaration of `%s' specifies `auto'"
1072 msgstr ""
1073
1074 #: c-decl.c:3942 cp/decl.c:11309
1075 #, c-format
1076 msgid "nested function `%s' declared `extern'"
1077 msgstr ""
1078
1079 #: c-decl.c:3948 cp/decl.c:11319
1080 #, c-format
1081 msgid "function-scope `%s' implicitly auto and declared `__thread'"
1082 msgstr ""
1083
1084 #. Only the innermost declarator (making a parameter be of
1085 #. array type which is converted to pointer type)
1086 #. may have static or type qualifiers.
1087 #: c-decl.c:3987 c-decl.c:4188
1088 msgid "static or type qualifiers in non-parameter array declarator"
1089 msgstr ""
1090
1091 #: c-decl.c:4031
1092 #, c-format
1093 msgid "declaration of `%s' as array of voids"
1094 msgstr ""
1095
1096 #: c-decl.c:4037
1097 #, c-format
1098 msgid "declaration of `%s' as array of functions"
1099 msgstr ""
1100
1101 #: c-decl.c:4042 c-decl.c:5332
1102 #, fuzzy
1103 msgid "invalid use of structure with flexible array member"
1104 msgstr "ìç Ýãêõñç þñá ôçò ìÝñáò"
1105
1106 #: c-decl.c:4061
1107 #, c-format
1108 msgid "size of array `%s' has non-integer type"
1109 msgstr ""
1110
1111 #: c-decl.c:4066
1112 #, c-format
1113 msgid "ISO C forbids zero-size array `%s'"
1114 msgstr ""
1115
1116 #: c-decl.c:4073
1117 #, c-format
1118 msgid "size of array `%s' is negative"
1119 msgstr ""
1120
1121 #: c-decl.c:4086
1122 #, c-format
1123 msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1124 msgstr ""
1125
1126 #: c-decl.c:4089
1127 #, c-format
1128 msgid "ISO C90 forbids variable-size array `%s'"
1129 msgstr ""
1130
1131 #: c-decl.c:4119 c-decl.c:4342 cp/decl.c:11897
1132 #, fuzzy, c-format
1133 msgid "size of array `%s' is too large"
1134 msgstr "Ï êáôÜëïãïò `%s' äåí åßíáé ðñïóéôüò."
1135
1136 #: c-decl.c:4145
1137 #, fuzzy
1138 msgid "ISO C90 does not support flexible array members"
1139 msgstr "ìç Ýãêõñç þñá ôçò ìÝñáò"
1140
1141 #: c-decl.c:4155
1142 msgid "array type has incomplete element type"
1143 msgstr ""
1144
1145 #: c-decl.c:4162 c-decl.c:4392
1146 msgid "ISO C forbids const or volatile function types"
1147 msgstr ""
1148
1149 #: c-decl.c:4208 cp/decl.c:11445
1150 #, c-format
1151 msgid "`%s' declared as function returning a function"
1152 msgstr ""
1153
1154 #: c-decl.c:4213 cp/decl.c:11450
1155 #, c-format
1156 msgid "`%s' declared as function returning an array"
1157 msgstr ""
1158
1159 #: c-decl.c:4241
1160 msgid "ISO C forbids qualified void function return type"
1161 msgstr ""
1162
1163 #: c-decl.c:4245
1164 msgid "type qualifiers ignored on function return type"
1165 msgstr ""
1166
1167 #: c-decl.c:4274 c-decl.c:4357 c-decl.c:4481 c-decl.c:4573
1168 msgid "ISO C forbids qualified function types"
1169 msgstr ""
1170
1171 #: c-decl.c:4314 cp/decl.c:11684
1172 msgid "invalid type modifier within pointer declarator"
1173 msgstr ""
1174
1175 #: c-decl.c:4412 cp/decl.c:12182
1176 #, c-format
1177 msgid "variable or field `%s' declared void"
1178 msgstr ""
1179
1180 #: c-decl.c:4445
1181 msgid "attributes in parameter array declarator ignored"
1182 msgstr ""
1183
1184 #: c-decl.c:4470
1185 msgid "invalid type modifier within array declarator"
1186 msgstr ""
1187
1188 #: c-decl.c:4515
1189 #, c-format
1190 msgid "field `%s' declared as a function"
1191 msgstr ""
1192
1193 #: c-decl.c:4521
1194 #, c-format
1195 msgid "field `%s' has incomplete type"
1196 msgstr ""
1197
1198 #: c-decl.c:4553 c-decl.c:4555 c-decl.c:4557 c-decl.c:4564
1199 #, fuzzy, c-format
1200 msgid "invalid storage class for function `%s'"
1201 msgstr "ìç Ýãêõñç ôÜîç ÷áñáêôÞñùí `%s'"
1202
1203 #: c-decl.c:4579
1204 msgid "`noreturn' function returns non-void value"
1205 msgstr ""
1206
1207 #: c-decl.c:4594
1208 #, fuzzy
1209 msgid "cannot inline function `main'"
1210 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï áñ÷åßï fifo `%s'"
1211
1212 #: c-decl.c:4649
1213 #, c-format
1214 msgid "variable `%s' declared `inline'"
1215 msgstr ""
1216
1217 #. A mere warning is sure to result in improper semantics
1218 #. at runtime.  Don't bother to allow this to compile.
1219 #: c-decl.c:4677 cp/decl.c:9951
1220 #, fuzzy
1221 msgid "thread-local storage not supported for this target"
1222 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
1223
1224 #: c-decl.c:4732 c-decl.c:5880
1225 msgid "function declaration isn't a prototype"
1226 msgstr ""
1227
1228 #: c-decl.c:4738
1229 msgid "parameter names (without types) in function declaration"
1230 msgstr ""
1231
1232 #: c-decl.c:4770 c-decl.c:6250
1233 #, c-format
1234 msgid "parameter `%s' has incomplete type"
1235 msgstr ""
1236
1237 #: c-decl.c:4773
1238 #, fuzzy
1239 msgid "parameter has incomplete type"
1240 msgstr "ìç ðëÞñçò åããñáöÞ"
1241
1242 #: c-decl.c:4794
1243 #, c-format
1244 msgid "parameter `%s' points to incomplete type"
1245 msgstr ""
1246
1247 #: c-decl.c:4797
1248 msgid "parameter points to incomplete type"
1249 msgstr ""
1250
1251 #: c-decl.c:4862
1252 #, c-format
1253 msgid "parameter `%s' has just a forward declaration"
1254 msgstr ""
1255
1256 #: c-decl.c:4903
1257 msgid "`void' in parameter list must be the entire list"
1258 msgstr ""
1259
1260 #: c-decl.c:4934
1261 #, c-format
1262 msgid "`struct %s' declared inside parameter list"
1263 msgstr ""
1264
1265 #: c-decl.c:4937
1266 #, c-format
1267 msgid "`union %s' declared inside parameter list"
1268 msgstr ""
1269
1270 #: c-decl.c:4940
1271 #, c-format
1272 msgid "`enum %s' declared inside parameter list"
1273 msgstr ""
1274
1275 #: c-decl.c:4947
1276 msgid "anonymous struct declared inside parameter list"
1277 msgstr ""
1278
1279 #: c-decl.c:4949
1280 msgid "anonymous union declared inside parameter list"
1281 msgstr ""
1282
1283 #: c-decl.c:4951
1284 msgid "anonymous enum declared inside parameter list"
1285 msgstr ""
1286
1287 #: c-decl.c:4955
1288 msgid "its scope is only this definition or declaration, which is probably not what you want"
1289 msgstr ""
1290
1291 #: c-decl.c:5032
1292 #, fuzzy, c-format
1293 msgid "redefinition of `union %s'"
1294 msgstr "Ïé ïñéóìïß ðçãÞ âñßóêïíôáé óôï ÁÑ×ÅÉÏ"
1295
1296 #: c-decl.c:5034
1297 #, c-format
1298 msgid "redefinition of `struct %s'"
1299 msgstr ""
1300
1301 #: c-decl.c:5105 cp/decl.c:7532
1302 msgid "declaration does not declare anything"
1303 msgstr ""
1304
1305 #: c-decl.c:5169 c-decl.c:5172
1306 #, fuzzy, c-format
1307 msgid "%s defined inside parms"
1308 msgstr "óõíå÷ßæåôáé óôï ôìÞìá"
1309
1310 #: c-decl.c:5170 c-decl.c:5173 c-decl.c:5184
1311 msgid "union"
1312 msgstr "Ýíùóç"
1313
1314 #: c-decl.c:5170 c-decl.c:5173
1315 msgid "structure"
1316 msgstr "äïìÞ"
1317
1318 # src/request.c:37
1319 #: c-decl.c:5183
1320 #, fuzzy, c-format
1321 msgid "%s has no %s"
1322 msgstr "%s óå %s"
1323
1324 #: c-decl.c:5184
1325 msgid "struct"
1326 msgstr "äïìÞ"
1327
1328 #: c-decl.c:5185
1329 msgid "named members"
1330 msgstr "åðþíõìá ìÝëç"
1331
1332 #: c-decl.c:5185
1333 msgid "members"
1334 msgstr "ìÝëç"
1335
1336 #: c-decl.c:5224
1337 #, fuzzy, c-format
1338 msgid "nested redefinition of `%s'"
1339 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
1340
1341 #: c-decl.c:5237
1342 #, c-format
1343 msgid "bit-field `%s' width not an integer constant"
1344 msgstr ""
1345
1346 #: c-decl.c:5248
1347 #, c-format
1348 msgid "bit-field `%s' has invalid type"
1349 msgstr ""
1350
1351 #: c-decl.c:5260
1352 #, c-format
1353 msgid "bit-field `%s' type invalid in ISO C"
1354 msgstr ""
1355
1356 #: c-decl.c:5271
1357 #, fuzzy, c-format
1358 msgid "negative width in bit-field `%s'"
1359 msgstr "Áñíçôéêü ðëÜôïò óôçí áðïôßìçóç"
1360
1361 #: c-decl.c:5273
1362 #, c-format
1363 msgid "width of `%s' exceeds its type"
1364 msgstr ""
1365
1366 #: c-decl.c:5275
1367 #, c-format
1368 msgid "zero width for bit-field `%s'"
1369 msgstr ""
1370
1371 #: c-decl.c:5289
1372 #, fuzzy, c-format
1373 msgid "`%s' is narrower than values of its type"
1374 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
1375
1376 #: c-decl.c:5323
1377 msgid "flexible array member in union"
1378 msgstr ""
1379
1380 #: c-decl.c:5325
1381 msgid "flexible array member not at end of struct"
1382 msgstr ""
1383
1384 #: c-decl.c:5327
1385 msgid "flexible array member in otherwise empty struct"
1386 msgstr ""
1387
1388 #: c-decl.c:5357
1389 #, fuzzy, c-format
1390 msgid "duplicate member `%s'"
1391 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
1392
1393 #: c-decl.c:5448
1394 msgid "union cannot be made transparent"
1395 msgstr ""
1396
1397 #. This enum is a named one that has been declared already.
1398 #: c-decl.c:5558
1399 #, c-format
1400 msgid "redeclaration of `enum %s'"
1401 msgstr ""
1402
1403 #: c-decl.c:5592
1404 #, fuzzy
1405 msgid "enum defined inside parms"
1406 msgstr "Ìç ïñéóìÝíï üíïìá %s"
1407
1408 #: c-decl.c:5625
1409 msgid "enumeration values exceed range of largest integer"
1410 msgstr ""
1411
1412 #: c-decl.c:5734
1413 #, c-format
1414 msgid "enumerator value for `%s' not integer constant"
1415 msgstr ""
1416
1417 #: c-decl.c:5747
1418 msgid "overflow in enumeration values"
1419 msgstr ""
1420
1421 #: c-decl.c:5752
1422 msgid "ISO C restricts enumerator values to range of `int'"
1423 msgstr ""
1424
1425 #: c-decl.c:5834
1426 msgid "return type is an incomplete type"
1427 msgstr ""
1428
1429 #: c-decl.c:5842
1430 msgid "return type defaults to `int'"
1431 msgstr "ï åðéóôñåöüìåíïò ôýðïò ðñïêáèïñßæåôáé óå `int'"
1432
1433 #: c-decl.c:5889
1434 #, c-format
1435 msgid "no previous prototype for `%s'"
1436 msgstr ""
1437
1438 #: c-decl.c:5896
1439 #, c-format
1440 msgid "`%s' was used with no prototype before its definition"
1441 msgstr ""
1442
1443 #: c-decl.c:5902
1444 #, c-format
1445 msgid "no previous declaration for `%s'"
1446 msgstr ""
1447
1448 #: c-decl.c:5909
1449 #, fuzzy, c-format
1450 msgid "`%s' was used with no declaration before its definition"
1451 msgstr "áõôÞ åßíáé ç èÝóç ôïõ ðñþôïõ ïñéóìïý"
1452
1453 #: c-decl.c:5933 c-decl.c:6486
1454 #, c-format
1455 msgid "return type of `%s' is not `int'"
1456 msgstr "ç åðéóôñåöüìåíç ôéìÞ ôçò `%s' äåí åßíáé `int'"
1457
1458 #: c-decl.c:5949
1459 #, c-format
1460 msgid "first argument of `%s' should be `int'"
1461 msgstr "ôï ðñþôï üñéóìá ôçò `%s' ðñÝðåé íá åßíáé `int'"
1462
1463 #: c-decl.c:5958
1464 #, c-format
1465 msgid "second argument of `%s' should be `char **'"
1466 msgstr "ôï äåýôåñï üñéóìá ôçò `%s' ðñÝðåé íá åßíáé `char **'"
1467
1468 #: c-decl.c:5967
1469 #, c-format
1470 msgid "third argument of `%s' should probably be `char **'"
1471 msgstr "ôï ôñßôï üñéóìá ôçò `%s' ðñÝðåé íá åßíáé `char **'"
1472
1473 #: c-decl.c:5976
1474 #, c-format
1475 msgid "`%s' takes only zero or two arguments"
1476 msgstr "ç `%s' ðáßñíåé åßôå êáíÝíá åßôå äýï ïñßóìáôá"
1477
1478 #: c-decl.c:5979
1479 #, c-format
1480 msgid "`%s' is normally a non-static function"
1481 msgstr "ç `%s' åßíáé óõíÞèùò ìç-óôáôéêÞ óõíÜñôçóç"
1482
1483 #: c-decl.c:6077
1484 msgid "parm types given both in parmlist and separately"
1485 msgstr ""
1486
1487 #: c-decl.c:6098
1488 msgid "parameter name omitted"
1489 msgstr "Ý÷åé ðáñáëçöèåß ôï üíïìá ôçò ðáñáìÝôñïõ"
1490
1491 #: c-decl.c:6102 c-decl.c:6204
1492 #, fuzzy, c-format
1493 msgid "parameter `%s' declared void"
1494 msgstr "ï ÷Üñôçò ÷áñáêôÞñùí `%s' ïñßóôçêå Þäç"
1495
1496 #: c-decl.c:6178
1497 msgid "parameter name missing from parameter list"
1498 msgstr ""
1499
1500 #: c-decl.c:6197
1501 #, fuzzy, c-format
1502 msgid "multiple parameters named `%s'"
1503 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
1504
1505 #: c-decl.c:6219 c-decl.c:6221
1506 #, c-format
1507 msgid "type of `%s' defaults to `int'"
1508 msgstr ""
1509
1510 #: c-decl.c:6257
1511 #, c-format
1512 msgid "declaration for parameter `%s' but no such parameter"
1513 msgstr ""
1514
1515 #: c-decl.c:6305
1516 msgid "number of arguments doesn't match prototype"
1517 msgstr ""
1518
1519 #: c-decl.c:6335
1520 #, c-format
1521 msgid "promoted argument `%s' doesn't match prototype"
1522 msgstr ""
1523
1524 #: c-decl.c:6345
1525 #, c-format
1526 msgid "argument `%s' doesn't match prototype"
1527 msgstr ""
1528
1529 #: c-decl.c:6518 cp/decl.c:15049
1530 #, fuzzy
1531 msgid "no return statement in function returning non-void"
1532 msgstr "`return' ÷ùñßò ôéìÞ, óå óõíÜñôçóç ðïõ åðéóôñÝöåé ìç-êåíü"
1533
1534 #: c-decl.c:6525
1535 msgid "this function may return with or without a value"
1536 msgstr ""
1537
1538 #: c-decl.c:6729
1539 #, c-format
1540 msgid "size of return value of `%s' is %u bytes"
1541 msgstr ""
1542
1543 #: c-decl.c:6733
1544 #, fuzzy, c-format
1545 msgid "size of return value of `%s' is larger than %d bytes"
1546 msgstr "%s: ïé ôéìÝò ôïõ ðåäßïõ `%s' äåí ðñÝðåé íá åßíáé ìåãáëýôåñåò áðü %d"
1547
1548 #. If we get here, declarations have been used in a for loop without
1549 #. the C99 for loop scope.  This doesn't make much sense, so don't
1550 #. allow it.
1551 #: c-decl.c:6791
1552 msgid "`for' loop initial declaration used outside C99 mode"
1553 msgstr ""
1554
1555 #: c-decl.c:6815
1556 #, c-format
1557 msgid "`struct %s' declared in `for' loop initial declaration"
1558 msgstr ""
1559
1560 #: c-decl.c:6818
1561 #, c-format
1562 msgid "`union %s' declared in `for' loop initial declaration"
1563 msgstr ""
1564
1565 #: c-decl.c:6821
1566 #, c-format
1567 msgid "`enum %s' declared in `for' loop initial declaration"
1568 msgstr ""
1569
1570 #: c-decl.c:6829
1571 #, c-format
1572 msgid "declaration of non-variable `%s' in `for' loop initial declaration"
1573 msgstr ""
1574
1575 #: c-decl.c:6831
1576 #, c-format
1577 msgid "declaration of static variable `%s' in `for' loop initial declaration"
1578 msgstr ""
1579
1580 #: c-decl.c:6833
1581 #, c-format
1582 msgid "declaration of `extern' variable `%s' in `for' loop initial declaration"
1583 msgstr ""
1584
1585 #: c-format.c:109 c-format.c:191
1586 msgid "format string arg not a string type"
1587 msgstr ""
1588
1589 #: c-format.c:124
1590 msgid "args to be formatted is not '...'"
1591 msgstr ""
1592
1593 #: c-format.c:133
1594 msgid "strftime formats cannot format arguments"
1595 msgstr ""
1596
1597 #: c-format.c:168 c-format.c:270
1598 msgid "format string has invalid operand number"
1599 msgstr ""
1600
1601 #: c-format.c:202
1602 msgid "function does not return string type"
1603 msgstr ""
1604
1605 #: c-format.c:233
1606 #, fuzzy
1607 msgid "unrecognized format specifier"
1608 msgstr "Üãíùóôï ðñüèåìá: %s"
1609
1610 #: c-format.c:246
1611 #, c-format
1612 msgid "`%s' is an unrecognized format function type"
1613 msgstr ""
1614
1615 #: c-format.c:280
1616 msgid "format string arg follows the args to be formatted"
1617 msgstr ""
1618
1619 #: c-format.c:601
1620 msgid "` ' flag"
1621 msgstr ""
1622
1623 #: c-format.c:601
1624 msgid "the ` ' printf flag"
1625 msgstr ""
1626
1627 #: c-format.c:602 c-format.c:673
1628 msgid "`+' flag"
1629 msgstr ""
1630
1631 #: c-format.c:602
1632 msgid "the `+' printf flag"
1633 msgstr ""
1634
1635 #: c-format.c:603 c-format.c:649
1636 msgid "`#' flag"
1637 msgstr ""
1638
1639 #: c-format.c:603
1640 msgid "the `#' printf flag"
1641 msgstr ""
1642
1643 #: c-format.c:604 c-format.c:647
1644 msgid "`0' flag"
1645 msgstr ""
1646
1647 #: c-format.c:604
1648 msgid "the `0' printf flag"
1649 msgstr ""
1650
1651 #: c-format.c:605 c-format.c:646 c-format.c:676
1652 msgid "`-' flag"
1653 msgstr ""
1654
1655 #: c-format.c:605
1656 msgid "the `-' printf flag"
1657 msgstr ""
1658
1659 #: c-format.c:606 c-format.c:630
1660 msgid "`'' flag"
1661 msgstr ""
1662
1663 #: c-format.c:606
1664 msgid "the `'' printf flag"
1665 msgstr ""
1666
1667 #: c-format.c:607 c-format.c:631
1668 msgid "`I' flag"
1669 msgstr ""
1670
1671 #: c-format.c:607
1672 msgid "the `I' printf flag"
1673 msgstr ""
1674
1675 #: c-format.c:608 c-format.c:628 c-format.c:650 c-format.c:677 c-format.c:1702
1676 msgid "field width"
1677 msgstr "ìÝãåèïò ðåäßïõ"
1678
1679 #: c-format.c:608
1680 msgid "field width in printf format"
1681 msgstr ""
1682
1683 #: c-format.c:609
1684 msgid "precision"
1685 msgstr "áêñßâåéá"
1686
1687 #: c-format.c:609
1688 msgid "precision in printf format"
1689 msgstr ""
1690
1691 #: c-format.c:610 c-format.c:629 c-format.c:680
1692 msgid "length modifier"
1693 msgstr ""
1694
1695 #: c-format.c:610
1696 msgid "length modifier in printf format"
1697 msgstr ""
1698
1699 #: c-format.c:626
1700 msgid "assignment suppression"
1701 msgstr ""
1702
1703 #: c-format.c:626
1704 msgid "the assignment suppression scanf feature"
1705 msgstr ""
1706
1707 #: c-format.c:627
1708 msgid "`a' flag"
1709 msgstr ""
1710
1711 #: c-format.c:627
1712 msgid "the `a' scanf flag"
1713 msgstr ""
1714
1715 #: c-format.c:628
1716 msgid "field width in scanf format"
1717 msgstr ""
1718
1719 #: c-format.c:629
1720 msgid "length modifier in scanf format"
1721 msgstr ""
1722
1723 #: c-format.c:630
1724 msgid "the `'' scanf flag"
1725 msgstr ""
1726
1727 #: c-format.c:631
1728 msgid "the `I' scanf flag"
1729 msgstr ""
1730
1731 #: c-format.c:645
1732 msgid "`_' flag"
1733 msgstr ""
1734
1735 #: c-format.c:645
1736 msgid "the `_' strftime flag"
1737 msgstr ""
1738
1739 #: c-format.c:646
1740 msgid "the `-' strftime flag"
1741 msgstr ""
1742
1743 #: c-format.c:647
1744 msgid "the `0' strftime flag"
1745 msgstr ""
1746
1747 #: c-format.c:648 c-format.c:672
1748 msgid "`^' flag"
1749 msgstr ""
1750
1751 #: c-format.c:648
1752 msgid "the `^' strftime flag"
1753 msgstr ""
1754
1755 #: c-format.c:649
1756 msgid "the `#' strftime flag"
1757 msgstr ""
1758
1759 #: c-format.c:650
1760 msgid "field width in strftime format"
1761 msgstr ""
1762
1763 #: c-format.c:651
1764 msgid "`E' modifier"
1765 msgstr ""
1766
1767 #: c-format.c:651
1768 msgid "the `E' strftime modifier"
1769 msgstr ""
1770
1771 #: c-format.c:652
1772 msgid "`O' modifier"
1773 msgstr ""
1774
1775 #: c-format.c:652
1776 msgid "the `O' strftime modifier"
1777 msgstr ""
1778
1779 #: c-format.c:653
1780 msgid "the `O' modifier"
1781 msgstr ""
1782
1783 #: c-format.c:671
1784 #, fuzzy
1785 msgid "fill character"
1786 msgstr "Ìç Ýãêõñïò ÷áñáêôÞñáò ðáñáâïëÞò"
1787
1788 #: c-format.c:671
1789 #, fuzzy
1790 msgid "fill character in strfmon format"
1791 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò óôï áñ÷åßï: "
1792
1793 #: c-format.c:672
1794 msgid "the `^' strfmon flag"
1795 msgstr ""
1796
1797 #: c-format.c:673
1798 msgid "the `+' strfmon flag"
1799 msgstr ""
1800
1801 #: c-format.c:674
1802 msgid "`(' flag"
1803 msgstr ""
1804
1805 #: c-format.c:674
1806 msgid "the `(' strfmon flag"
1807 msgstr ""
1808
1809 #: c-format.c:675
1810 msgid "`!' flag"
1811 msgstr ""
1812
1813 #: c-format.c:675
1814 msgid "the `!' strfmon flag"
1815 msgstr ""
1816
1817 #: c-format.c:676
1818 msgid "the `-' strfmon flag"
1819 msgstr ""
1820
1821 #: c-format.c:677
1822 msgid "field width in strfmon format"
1823 msgstr ""
1824
1825 #: c-format.c:678
1826 msgid "left precision"
1827 msgstr ""
1828
1829 #: c-format.c:678
1830 msgid "left precision in strfmon format"
1831 msgstr ""
1832
1833 #: c-format.c:679
1834 #, fuzzy
1835 msgid "right precision"
1836 msgstr "ÅìöÜíéóç Ýêäïóçò ðñïãñÜììáôïò"
1837
1838 #: c-format.c:679
1839 msgid "right precision in strfmon format"
1840 msgstr ""
1841
1842 #: c-format.c:680
1843 msgid "length modifier in strfmon format"
1844 msgstr ""
1845
1846 #: c-format.c:983
1847 #, c-format
1848 msgid "function might be possible candidate for `%s' format attribute"
1849 msgstr ""
1850
1851 #: c-format.c:1107 c-format.c:1128 c-format.c:2112
1852 #, fuzzy
1853 msgid "missing $ operand number in format"
1854 msgstr "Ëåßðåé ï äåêáåîáäéêüò áñéèìüò óôïí ÷áñáêôÞñá äéáöõãÞò."
1855
1856 #: c-format.c:1138
1857 #, c-format
1858 msgid "%s does not support %%n$ operand number formats"
1859 msgstr ""
1860
1861 #: c-format.c:1145
1862 #, fuzzy
1863 msgid "operand number out of range in format"
1864 msgstr "Ï áñéèìüò óýíäåóìïõ åßíáé Ýîù áðü ôï üñéï"
1865
1866 #: c-format.c:1168
1867 #, c-format
1868 msgid "format argument %d used more than once in %s format"
1869 msgstr ""
1870
1871 #: c-format.c:1218
1872 #, c-format
1873 msgid "format argument %d unused before used argument %d in $-style format"
1874 msgstr ""
1875
1876 #: c-format.c:1322
1877 msgid "format not a string literal, format string not checked"
1878 msgstr ""
1879
1880 #: c-format.c:1336
1881 msgid "format not a string literal and no format arguments"
1882 msgstr ""
1883
1884 #: c-format.c:1338
1885 msgid "format not a string literal, argument types not checked"
1886 msgstr ""
1887
1888 #: c-format.c:1351
1889 #, fuzzy
1890 msgid "too many arguments for format"
1891 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
1892
1893 #: c-format.c:1354
1894 msgid "unused arguments in $-style format"
1895 msgstr ""
1896
1897 #: c-format.c:1357
1898 #, fuzzy, c-format
1899 msgid "zero-length %s format string"
1900 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
1901
1902 #: c-format.c:1361
1903 #, fuzzy
1904 msgid "format is a wide character string"
1905 msgstr "ëßóôá ìå üëá ôá ãíùóôÜ óýíïëá ÷áñáêôÞñùí"
1906
1907 #: c-format.c:1364
1908 #, fuzzy
1909 msgid "unterminated format string"
1910 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
1911
1912 #: c-format.c:1581
1913 msgid "embedded `\\0' in format"
1914 msgstr ""
1915
1916 #: c-format.c:1596
1917 #, c-format
1918 msgid "spurious trailing `%%' in format"
1919 msgstr ""
1920
1921 #: c-format.c:1635 c-format.c:1872
1922 #, fuzzy, c-format
1923 msgid "repeated %s in format"
1924 msgstr "repeated leap second moment"
1925
1926 #: c-format.c:1648
1927 msgid "missing fill character at end of strfmon format"
1928 msgstr ""
1929
1930 #: c-format.c:1687 c-format.c:1786 c-format.c:2066 c-format.c:2119
1931 #, fuzzy
1932 msgid "too few arguments for format"
1933 msgstr "ðïëý ëßãá ïñßóìáôá"
1934
1935 #: c-format.c:1728
1936 #, fuzzy, c-format
1937 msgid "zero width in %s format"
1938 msgstr "óöÜëìá åããñáöÞò %s"
1939
1940 #: c-format.c:1747
1941 #, c-format
1942 msgid "empty left precision in %s format"
1943 msgstr ""
1944
1945 #: c-format.c:1801
1946 msgid "field precision"
1947 msgstr ""
1948
1949 #: c-format.c:1816
1950 #, c-format
1951 msgid "empty precision in %s format"
1952 msgstr ""
1953
1954 #: c-format.c:1856
1955 #, c-format
1956 msgid "%s does not support the `%s' %s length modifier"
1957 msgstr ""
1958
1959 #: c-format.c:1906
1960 msgid "conversion lacks type at end of format"
1961 msgstr ""
1962
1963 #: c-format.c:1917
1964 #, fuzzy, c-format
1965 msgid "unknown conversion type character `%c' in format"
1966 msgstr "Üãíùóôïò ÷áñáêôÞñáò `%s'"
1967
1968 #: c-format.c:1920
1969 #, c-format
1970 msgid "unknown conversion type character 0x%x in format"
1971 msgstr ""
1972
1973 #: c-format.c:1927
1974 #, c-format
1975 msgid "%s does not support the `%%%c' %s format"
1976 msgstr ""
1977
1978 #: c-format.c:1943
1979 #, c-format
1980 msgid "%s used with `%%%c' %s format"
1981 msgstr ""
1982
1983 #: c-format.c:1952
1984 #, fuzzy, c-format
1985 msgid "%s does not support %s"
1986 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
1987
1988 #: c-format.c:1961
1989 #, c-format
1990 msgid "%s does not support %s with the `%%%c' %s format"
1991 msgstr ""
1992
1993 #: c-format.c:1994
1994 #, c-format
1995 msgid "%s ignored with %s and `%%%c' %s format"
1996 msgstr ""
1997
1998 #: c-format.c:1998
1999 #, c-format
2000 msgid "%s ignored with %s in %s format"
2001 msgstr ""
2002
2003 #: c-format.c:2004
2004 #, c-format
2005 msgid "use of %s and %s together with `%%%c' %s format"
2006 msgstr ""
2007
2008 #: c-format.c:2008
2009 #, c-format
2010 msgid "use of %s and %s together in %s format"
2011 msgstr ""
2012
2013 #: c-format.c:2027
2014 #, c-format
2015 msgid "`%%%c' yields only last 2 digits of year in some locales"
2016 msgstr ""
2017
2018 #: c-format.c:2030
2019 #, c-format
2020 msgid "`%%%c' yields only last 2 digits of year"
2021 msgstr ""
2022
2023 #. The end of the format string was reached.
2024 #: c-format.c:2046
2025 #, c-format
2026 msgid "no closing `]' for `%%[' format"
2027 msgstr ""
2028
2029 #: c-format.c:2059
2030 #, c-format
2031 msgid "use of `%s' length modifier with `%c' type character"
2032 msgstr ""
2033
2034 #: c-format.c:2080
2035 #, c-format
2036 msgid "%s does not support the `%%%s%c' %s format"
2037 msgstr ""
2038
2039 #: c-format.c:2095
2040 msgid "operand number specified with suppressed assignment"
2041 msgstr ""
2042
2043 #: c-format.c:2097
2044 msgid "operand number specified for format taking no argument"
2045 msgstr ""
2046
2047 #: c-format.c:2211
2048 #, c-format
2049 msgid "writing through null pointer (arg %d)"
2050 msgstr ""
2051
2052 #: c-format.c:2220
2053 #, c-format
2054 msgid "reading through null pointer (arg %d)"
2055 msgstr ""
2056
2057 #: c-format.c:2240
2058 #, c-format
2059 msgid "writing into constant object (arg %d)"
2060 msgstr ""
2061
2062 #: c-format.c:2250
2063 #, c-format
2064 msgid "extra type qualifiers in format argument (arg %d)"
2065 msgstr ""
2066
2067 #: c-format.c:2257
2068 #, c-format
2069 msgid "format argument is not a pointer (arg %d)"
2070 msgstr ""
2071
2072 #: c-format.c:2259
2073 #, c-format
2074 msgid "format argument is not a pointer to a pointer (arg %d)"
2075 msgstr ""
2076
2077 #: c-format.c:2330
2078 msgid "pointer"
2079 msgstr ""
2080
2081 #: c-format.c:2332
2082 #, fuzzy
2083 msgid "different type"
2084 msgstr "åßäïò ìïñöÞò"
2085
2086 #: c-format.c:2353
2087 #, c-format
2088 msgid "%s is not type %s (arg %d)"
2089 msgstr ""
2090
2091 #: c-format.c:2356
2092 #, c-format
2093 msgid "%s format, %s arg (arg %d)"
2094 msgstr ""
2095
2096 #: c-lex.c:153
2097 msgid "YYDEBUG not defined"
2098 msgstr ""
2099
2100 #: c-lex.c:293
2101 msgid "badly nested C headers from preprocessor"
2102 msgstr ""
2103
2104 #: c-lex.c:336
2105 #, c-format
2106 msgid "ignoring #pragma %s %s"
2107 msgstr ""
2108
2109 #: c-lex.c:386
2110 #, c-format
2111 msgid "universal-character-name '\\U%08x' not valid in identifier"
2112 msgstr ""
2113
2114 #: c-lex.c:632
2115 #, c-format
2116 msgid "universal-character-name '\\u%04x' not valid in identifier"
2117 msgstr ""
2118
2119 #: c-lex.c:695
2120 #, c-format
2121 msgid "stray '%c' in program"
2122 msgstr ""
2123
2124 #: c-lex.c:697
2125 #, c-format
2126 msgid "stray '\\%o' in program"
2127 msgstr ""
2128
2129 #: c-lex.c:854
2130 msgid "this decimal constant is unsigned only in ISO C90"
2131 msgstr ""
2132
2133 #: c-lex.c:857
2134 msgid "this decimal constant would be unsigned in ISO C90"
2135 msgstr ""
2136
2137 #: c-lex.c:873
2138 #, fuzzy, c-format
2139 msgid "integer constant is too large for \"%s\" type"
2140 msgstr "%s: ôï %s åßíáé ôüóï ìåãÜëï ðïõ äå ìðïñåß íá áíáðáñáóôáèåß"
2141
2142 #: c-lex.c:941
2143 #, fuzzy, c-format
2144 msgid "floating constant exceeds range of \"%s\""
2145 msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
2146
2147 #: c-lex.c:977 cpplex.c:330 cpplex.c:668 cpplex.c:1942
2148 #, fuzzy
2149 msgid "ignoring invalid multibyte character"
2150 msgstr "Ìç Ýãêõñï Þ áóõìðëÞñùôï multibyte Þ ðëáôýò ÷áñáêôÞñáò"
2151
2152 #: c-opts.c:355
2153 #, fuzzy, c-format
2154 msgid "missing argument to \"-%s\""
2155 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
2156
2157 #: c-opts.c:359
2158 #, c-format
2159 msgid "no class name specified with \"-%s\""
2160 msgstr ""
2161
2162 #: c-opts.c:366
2163 #, fuzzy, c-format
2164 msgid "missing filename after \"-%s\""
2165 msgstr "ðáñÜëçøç ïñßóìáôïò áñ÷åßïõ"
2166
2167 #: c-opts.c:371
2168 #, fuzzy, c-format
2169 msgid "missing target after \"-%s\""
2170 msgstr "Ý÷åé ðáñáëçöèåß ç ëßóôá ìå ôá ðåäßá"
2171
2172 #: c-opts.c:505
2173 #, c-format
2174 msgid "options array incorrectly sorted: %s is before %s"
2175 msgstr ""
2176
2177 #: c-opts.c:550
2178 #, c-format
2179 msgid "too many filenames given.  Type %s --help for usage"
2180 msgstr ""
2181
2182 #: c-opts.c:937
2183 msgid "-Wno-strict-prototypes is not supported in C++"
2184 msgstr ""
2185
2186 #: c-opts.c:1017
2187 #, fuzzy, c-format
2188 msgid "switch \"%s\" is no longer supported"
2189 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
2190
2191 #: c-opts.c:1033
2192 #, c-format
2193 msgid "switch \"%s\" is deprecated, please see documentation for details"
2194 msgstr ""
2195
2196 #: c-opts.c:1153
2197 msgid "-fhandle-exceptions has been renamed to -fexceptions (and is now on by default)"
2198 msgstr ""
2199
2200 #: c-opts.c:1273
2201 msgid "output filename specified twice"
2202 msgstr ""
2203
2204 #: c-opts.c:1387
2205 msgid "-Wformat-y2k ignored without -Wformat"
2206 msgstr ""
2207
2208 #: c-opts.c:1389
2209 msgid "-Wformat-extra-args ignored without -Wformat"
2210 msgstr ""
2211
2212 #: c-opts.c:1391
2213 msgid "-Wformat-zero-length ignored without -Wformat"
2214 msgstr ""
2215
2216 #: c-opts.c:1393
2217 msgid "-Wformat-nonliteral ignored without -Wformat"
2218 msgstr ""
2219
2220 #: c-opts.c:1395
2221 msgid "-Wformat-security ignored without -Wformat"
2222 msgstr ""
2223
2224 #: c-opts.c:1397
2225 msgid "-Wmissing-format-attribute ignored without -Wformat"
2226 msgstr ""
2227
2228 #: c-opts.c:1419
2229 #, fuzzy, c-format
2230 msgid "opening output file %s"
2231 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ `%s'"
2232
2233 #: c-opts.c:1474
2234 #, fuzzy, c-format
2235 msgid "opening dependency file %s"
2236 msgstr "äõíáìéêÝò åîáñôÞóåéò.\n"
2237
2238 #: c-opts.c:1484
2239 #, fuzzy, c-format
2240 msgid "closing dependency file %s"
2241 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
2242
2243 #: c-opts.c:1487
2244 #, fuzzy, c-format
2245 msgid "when writing output to %s"
2246 msgstr "óöÜëìá åããñáöÞò %s"
2247
2248 #: c-opts.c:1567
2249 msgid "to generate dependencies you must specify either -M or -MM"
2250 msgstr ""
2251
2252 #: c-opts.c:1715
2253 #, c-format
2254 msgid "\"-%c%s%s\" is valid for %s but not for %s"
2255 msgstr ""
2256
2257 #. To keep the lines from getting too long for some compilers, limit
2258 #. to about 500 characters (6 lines) per chunk.
2259 #: c-opts.c:1726
2260 msgid ""
2261 "Switches:\n"
2262 "  -include <file>           Include the contents of <file> before other files\n"
2263 "  -imacros <file>           Accept definition of macros in <file>\n"
2264 "  -iprefix <path>           Specify <path> as a prefix for next two options\n"
2265 "  -iwithprefix <dir>        Add <dir> to the end of the system include path\n"
2266 "  -iwithprefixbefore <dir>  Add <dir> to the end of the main include path\n"
2267 "  -isystem <dir>            Add <dir> to the start of the system include path\n"
2268 msgstr ""
2269
2270 #: c-opts.c:1735
2271 msgid ""
2272 "  -idirafter <dir>          Add <dir> to the end of the system include path\n"
2273 "  -I <dir>                  Add <dir> to the end of the main include path\n"
2274 "  -I-                       Fine-grained include path control; see info docs\n"
2275 "  -nostdinc                 Do not search system include directories\n"
2276 "                             (dirs specified with -isystem will still be used)\n"
2277 "  -nostdinc++               Do not search system include directories for C++\n"
2278 "  -o <file>                 Put output into <file>\n"
2279 msgstr ""
2280
2281 #: c-opts.c:1744
2282 msgid ""
2283 "  -trigraphs                Support ISO C trigraphs\n"
2284 "  -std=<std name>           Specify the conformance standard; one of:\n"
2285 "                            gnu89, gnu99, c89, c99, iso9899:1990,\n"
2286 "                            iso9899:199409, iso9899:1999, c++98\n"
2287 "  -w                        Inhibit warning messages\n"
2288 "  -W[no-]trigraphs          Warn if trigraphs are encountered\n"
2289 "  -W[no-]comment{s}         Warn if one comment starts inside another\n"
2290 msgstr ""
2291
2292 #: c-opts.c:1753
2293 msgid ""
2294 "  -W[no-]traditional        Warn about features not present in traditional C\n"
2295 "  -W[no-]undef              Warn if an undefined macro is used by #if\n"
2296 "  -W[no-]import             Warn about the use of the #import directive\n"
2297 msgstr ""
2298
2299 #: c-opts.c:1758
2300 msgid ""
2301 "  -W[no-]error              Treat all warnings as errors\n"
2302 "  -W[no-]system-headers     Do not suppress warnings from system headers\n"
2303 "  -W[no-]all                Enable most preprocessor warnings\n"
2304 msgstr ""
2305
2306 #: c-opts.c:1763
2307 msgid ""
2308 "  -M                        Generate make dependencies\n"
2309 "  -MM                       As -M, but ignore system header files\n"
2310 "  -MD                       Generate make dependencies and compile\n"
2311 "  -MMD                      As -MD, but ignore system header files\n"
2312 "  -MF <file>                Write dependency output to the given file\n"
2313 "  -MG                       Treat missing header file as generated files\n"
2314 msgstr ""
2315
2316 #: c-opts.c:1771
2317 msgid ""
2318 "  -MP\t\t\t    Generate phony targets for all headers\n"
2319 "  -MQ <target>              Add a MAKE-quoted target\n"
2320 "  -MT <target>              Add an unquoted target\n"
2321 msgstr ""
2322
2323 #: c-opts.c:1776
2324 msgid ""
2325 "  -D<macro>                 Define a <macro> with string '1' as its value\n"
2326 "  -D<macro>=<val>           Define a <macro> with <val> as its value\n"
2327 "  -A<question>=<answer>     Assert the <answer> to <question>\n"
2328 "  -A-<question>=<answer>    Disable the <answer> to <question>\n"
2329 "  -U<macro>                 Undefine <macro> \n"
2330 "  -v                        Display the version number\n"
2331 msgstr ""
2332
2333 #: c-opts.c:1784
2334 msgid ""
2335 "  -H                        Print the name of header files as they are used\n"
2336 "  -C                        Do not discard comments\n"
2337 "  -dM                       Display a list of macro definitions active at end\n"
2338 "  -dD                       Preserve macro definitions in output\n"
2339 "  -dN                       As -dD except that only the names are preserved\n"
2340 "  -dI                       Include #include directives in the output\n"
2341 msgstr ""
2342
2343 #: c-opts.c:1792
2344 msgid ""
2345 "  -f[no-]preprocessed       Treat the input file as already preprocessed\n"
2346 "  -ftabstop=<number>        Distance between tab stops for column reporting\n"
2347 "  -P                        Do not generate #line directives\n"
2348 "  -remap                    Remap file names when including files\n"
2349 "  --help                    Display this information\n"
2350 msgstr ""
2351
2352 #. Like YYERROR but do call yyerror.
2353 #: c-parse.y:55 parse.y:48 objc-parse.y:55
2354 msgid "syntax error"
2355 msgstr "óöÜëìá óýíôáîçò"
2356
2357 #: /usr/share/bison/bison.simple:179
2358 #, fuzzy
2359 msgid "syntax error: cannot back up"
2360 msgstr "ï äéá÷ùñéóôÞò äå ìðïñåß íá åßíáé êåíüò"
2361
2362 #: c-parse.y:325 objc-parse.y:346
2363 msgid "ISO C forbids an empty source file"
2364 msgstr ""
2365
2366 #: c-parse.y:366 c-typeck.c:6916 objc-parse.y:388
2367 msgid "argument of `asm' is not a constant string"
2368 msgstr ""
2369
2370 #: c-parse.y:374 objc-parse.y:396
2371 msgid "ISO C forbids data definition with no type or storage class"
2372 msgstr ""
2373
2374 #: c-parse.y:376 objc-parse.y:398
2375 msgid "data definition has no type or storage class"
2376 msgstr ""
2377
2378 #: c-parse.y:389 objc-parse.y:411
2379 msgid "ISO C does not allow extra `;' outside of a function"
2380 msgstr ""
2381
2382 #: c-parse.y:449 cppexp.c:1312
2383 msgid "traditional C rejects the unary plus operator"
2384 msgstr ""
2385
2386 #: c-parse.y:496 objc-parse.y:518
2387 msgid "`sizeof' applied to a bit-field"
2388 msgstr ""
2389
2390 #: c-parse.y:583 objc-parse.y:605
2391 msgid "ISO C forbids omitting the middle term of a ?: expression"
2392 msgstr ""
2393
2394 #: c-parse.y:632 objc-parse.y:654
2395 msgid "ISO C89 forbids compound literals"
2396 msgstr ""
2397
2398 #: c-parse.y:646 objc-parse.y:668
2399 msgid "ISO C forbids braced-groups within expressions"
2400 msgstr ""
2401
2402 #: c-parse.y:677 objc-parse.y:699
2403 msgid "first argument to __builtin_choose_expr not a constant"
2404 msgstr ""
2405
2406 #: c-parse.y:721 objc-parse.y:767
2407 msgid "traditional C rejects ISO C style function definitions"
2408 msgstr ""
2409
2410 #: c-parse.y:985 c-parse.y:991 c-parse.y:997 c-parse.y:1003 c-parse.y:1024
2411 #: c-parse.y:1030 c-parse.y:1036 c-parse.y:1042 c-parse.y:1075 c-parse.y:1081
2412 #: c-parse.y:1087 c-parse.y:1093 c-parse.y:1138 c-parse.y:1144 c-parse.y:1150
2413 #: c-parse.y:1156 parse.y:1933 parse.y:1940 parse.y:1975 objc-parse.y:1031
2414 #: objc-parse.y:1037 objc-parse.y:1043 objc-parse.y:1049 objc-parse.y:1070
2415 #: objc-parse.y:1076 objc-parse.y:1082 objc-parse.y:1088 objc-parse.y:1121
2416 #: objc-parse.y:1127 objc-parse.y:1133 objc-parse.y:1139 objc-parse.y:1184
2417 #: objc-parse.y:1190 objc-parse.y:1196 objc-parse.y:1202
2418 #, fuzzy, c-format
2419 msgid "`%s' is not at beginning of declaration"
2420 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
2421
2422 #: c-parse.y:1441 objc-parse.y:1496
2423 msgid "ISO C forbids empty initializer braces"
2424 msgstr ""
2425
2426 #: c-parse.y:1455 objc-parse.y:1510
2427 msgid "ISO C89 forbids specifying subobject to initialize"
2428 msgstr ""
2429
2430 #: c-parse.y:1458 objc-parse.y:1513
2431 msgid "obsolete use of designated initializer without `='"
2432 msgstr ""
2433
2434 #: c-parse.y:1462 objc-parse.y:1517
2435 msgid "obsolete use of designated initializer with `:'"
2436 msgstr ""
2437
2438 #: c-parse.y:1489 objc-parse.y:1544
2439 msgid "ISO C forbids specifying range of elements to initialize"
2440 msgstr ""
2441
2442 #: c-parse.y:1497 c-parse.y:1528 objc-parse.y:1552 objc-parse.y:1583
2443 msgid "ISO C forbids nested functions"
2444 msgstr ""
2445
2446 #: c-parse.y:1703 objc-parse.y:1760
2447 msgid "ISO C forbids forward references to `enum' types"
2448 msgstr ""
2449
2450 #: c-parse.y:1715 parse.y:2411 objc-parse.y:1772
2451 #, fuzzy
2452 msgid "comma at end of enumerator list"
2453 msgstr "óêïõðßäéá óôï ôÝëïò ôïõ áñéèìïý"
2454
2455 #: c-parse.y:1723 objc-parse.y:1780
2456 msgid "no semicolon at end of struct or union"
2457 msgstr ""
2458
2459 #: c-parse.y:1732 objc-parse.y:1789 objc-parse.y:2864
2460 msgid "extra semicolon in struct or union specified"
2461 msgstr ""
2462
2463 #: c-parse.y:1745 objc-parse.y:1816
2464 msgid "ISO C doesn't support unnamed structs/unions"
2465 msgstr ""
2466
2467 #: c-parse.y:1754 objc-parse.y:1825
2468 msgid "ISO C forbids member declarations with no members"
2469 msgstr ""
2470
2471 #: c-parse.y:1913 objc-parse.y:1984
2472 msgid "deprecated use of label at end of compound statement"
2473 msgstr ""
2474
2475 #: c-parse.y:1930 objc-parse.y:2001
2476 msgid "ISO C89 forbids mixed declarations and code"
2477 msgstr ""
2478
2479 #: c-parse.y:2005 objc-parse.y:2080
2480 msgid "ISO C forbids label declarations"
2481 msgstr ""
2482
2483 #: c-parse.y:2055 parse.y:1638 objc-parse.y:2130
2484 msgid "braced-group within expression allowed only inside a function"
2485 msgstr ""
2486
2487 #: c-parse.y:2182 objc-parse.y:2257
2488 msgid "empty body in an else-statement"
2489 msgstr ""
2490
2491 #: c-parse.y:2303 objc-parse.y:2378
2492 msgid "ISO C forbids `goto *expr;'"
2493 msgstr ""
2494
2495 #: c-parse.y:2403 objc-parse.y:2478
2496 msgid "ISO C forbids forward parameter declarations"
2497 msgstr ""
2498
2499 #. Gcc used to allow this as an extension.  However, it does
2500 #. not work for all targets, and thus has been disabled.
2501 #. Also, since func (...) and func () are indistinguishable,
2502 #. it caused problems with the code in expand_builtin which
2503 #. tries to verify that BUILT_IN_NEXT_ARG is being used
2504 #. correctly.
2505 #: c-parse.y:2429 objc-parse.y:2504
2506 msgid "ISO C requires a named argument before `...'"
2507 msgstr ""
2508
2509 #: c-parse.y:2526 objc-parse.y:2601
2510 msgid "`...' in old-style identifier list"
2511 msgstr ""
2512
2513 #: /usr/share/bison/bison.simple:795
2514 #, fuzzy
2515 msgid "parse error; also virtual memory exhausted"
2516 msgstr "óöÜëìá åðåîåñãáóßáò· åðßóçò ç ìíÞìç åîáíôëÞèçêå"
2517
2518 #: /usr/share/bison/bison.simple:799 cp/spew.c:364
2519 msgid "parse error"
2520 msgstr "óöÜëìá åðåîåñãáóßáò"
2521
2522 #: /usr/share/bison/bison.simple:924
2523 #, fuzzy
2524 msgid "parser stack overflow"
2525 msgstr "Õðåñ÷åßëéóç ðßíáêá áñ÷åßïõ"
2526
2527 #: c-parse.y:2838 cp/spew.c:1525 objc-parse.y:3537
2528 #, c-format
2529 msgid "%s at end of input"
2530 msgstr "%s óôï ôÝëïò ôçò åéóüäïõ"
2531
2532 #: c-parse.y:2844 cp/spew.c:1533 objc-parse.y:3543
2533 #, c-format
2534 msgid "%s before %s'%c'"
2535 msgstr "%s ðñéí áðü %s'%c'"
2536
2537 #: c-parse.y:2846 cp/spew.c:1535 objc-parse.y:3545
2538 #, c-format
2539 msgid "%s before %s'\\x%x'"
2540 msgstr "%s ðñéí áðü %s'\\x%x'"
2541
2542 #: c-parse.y:2850 cp/spew.c:1542 objc-parse.y:3549
2543 #, fuzzy, c-format
2544 msgid "%s before string constant"
2545 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
2546
2547 #: c-parse.y:2852 cp/spew.c:1544 objc-parse.y:3551
2548 #, c-format
2549 msgid "%s before numeric constant"
2550 msgstr "%s ðñéí áðü áñéèìçôéêÞ óôáèåñÜ"
2551
2552 # src/request.c:37
2553 #: c-parse.y:2854 objc-parse.y:3553
2554 #, c-format
2555 msgid "%s before \"%s\""
2556 msgstr "%s ðñéí áðü \"%s\""
2557
2558 #: c-parse.y:2856 objc-parse.y:3555
2559 #, c-format
2560 msgid "%s before '%s' token"
2561 msgstr "%s ðñéí áðü ôï óýìâïëï '%s'"
2562
2563 #: c-parse.y:2921
2564 msgid "traditional C rejects string concatenation"
2565 msgstr ""
2566
2567 #: c-parse.y:3047 objc-parse.y:3779
2568 #, c-format
2569 msgid "syntax error at '%s' token"
2570 msgstr "óõíôáêôéêü óöÜëìá óôï óýìâïëï '%s'"
2571
2572 #: c-pragma.c:107
2573 msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2574 msgstr ""
2575
2576 #: c-pragma.c:125
2577 #, c-format
2578 msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
2579 msgstr ""
2580
2581 #: c-pragma.c:145
2582 #, fuzzy
2583 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2584 msgstr "ðñïåéäïðïßçóç: ôï --pid=PID äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
2585
2586 #: c-pragma.c:147
2587 #, fuzzy
2588 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2589 msgstr "ðñïåéäïðïßçóç: ôï --pid=PID äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
2590
2591 #: c-pragma.c:167
2592 msgid "missing '(' after '#pragma pack' - ignored"
2593 msgstr ""
2594
2595 #: c-pragma.c:180 c-pragma.c:230
2596 #, fuzzy
2597 msgid "malformed '#pragma pack' - ignored"
2598 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
2599
2600 #: c-pragma.c:185
2601 msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2602 msgstr ""
2603
2604 #: c-pragma.c:187
2605 msgid "malformed '#pragma pack(pop[, id])' - ignored"
2606 msgstr ""
2607
2608 #: c-pragma.c:196
2609 #, c-format
2610 msgid "unknown action '%s' for '#pragma pack' - ignored"
2611 msgstr ""
2612
2613 #: c-pragma.c:233
2614 msgid "junk at end of '#pragma pack'"
2615 msgstr ""
2616
2617 #: c-pragma.c:247
2618 #, c-format
2619 msgid "alignment must be a small power of two, not %d"
2620 msgstr ""
2621
2622 #: c-pragma.c:280
2623 #, c-format
2624 msgid "applying #pragma weak `%s' after first use results in unspecified behavior"
2625 msgstr ""
2626
2627 #: c-pragma.c:328 c-pragma.c:333
2628 #, fuzzy
2629 msgid "malformed #pragma weak, ignored"
2630 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
2631
2632 #: c-pragma.c:337
2633 msgid "junk at end of #pragma weak"
2634 msgstr ""
2635
2636 #: c-pragma.c:372 c-pragma.c:377
2637 #, fuzzy
2638 msgid "malformed #pragma redefine_extname, ignored"
2639 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
2640
2641 #: c-pragma.c:382
2642 #, fuzzy
2643 msgid "junk at end of #pragma redefine_extname"
2644 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
2645
2646 #: c-pragma.c:389 c-pragma.c:470
2647 msgid "#pragma redefine_extname conflicts with declaration"
2648 msgstr ""
2649
2650 #: c-pragma.c:420
2651 #, fuzzy
2652 msgid "malformed #pragma extern_prefix, ignored"
2653 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
2654
2655 #: c-pragma.c:425
2656 #, fuzzy
2657 msgid "junk at end of #pragma extern_prefix"
2658 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
2659
2660 #: c-pragma.c:457
2661 msgid "asm declaration conflicts with previous rename"
2662 msgstr ""
2663
2664 #: c-semantics.c:565
2665 msgid "break statement not within loop or switch"
2666 msgstr ""
2667
2668 #: c-semantics.c:583
2669 msgid "continue statement not within a loop"
2670 msgstr ""
2671
2672 #: c-semantics.c:678
2673 msgid "destructor needed for `%#D'"
2674 msgstr ""
2675
2676 #: c-semantics.c:679
2677 msgid "where case label appears here"
2678 msgstr ""
2679
2680 #: c-semantics.c:682
2681 msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
2682 msgstr ""
2683
2684 #: c-semantics.c:725 c-typeck.c:6942 cp/semantics.c:897
2685 #, c-format
2686 msgid "%s qualifier ignored on asm"
2687 msgstr ""
2688
2689 #: c-typeck.c:123
2690 #, c-format
2691 msgid "`%s' has an incomplete type"
2692 msgstr ""
2693
2694 #: c-typeck.c:145 cp/call.c:2865
2695 #, fuzzy
2696 msgid "invalid use of void expression"
2697 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
2698
2699 #: c-typeck.c:153
2700 #, fuzzy
2701 msgid "invalid use of flexible array member"
2702 msgstr "ìç Ýãêõñç þñá ôçò ìÝñáò"
2703
2704 #: c-typeck.c:159
2705 msgid "invalid use of array with unspecified bounds"
2706 msgstr ""
2707
2708 #: c-typeck.c:167
2709 #, fuzzy, c-format
2710 msgid "invalid use of undefined type `%s %s'"
2711 msgstr "ìç Ýãêõñïò áñéèìüò áðü êåíÝò ãñáììÝò: `%s'"
2712
2713 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2714 #: c-typeck.c:171
2715 #, fuzzy, c-format
2716 msgid "invalid use of incomplete typedef `%s'"
2717 msgstr "ìç Ýãêõñïò äåýôåñïò ôåëåóôÞò óå êáôÜóôáóç óõìâáôüôçôáò `%s'"
2718
2719 #: c-typeck.c:424 c-typeck.c:438
2720 msgid "function types not truly compatible in ISO C"
2721 msgstr ""
2722
2723 #: c-typeck.c:603
2724 msgid "types are not quite compatible"
2725 msgstr ""
2726
2727 #: c-typeck.c:757 c-typeck.c:2687
2728 msgid "arithmetic on pointer to an incomplete type"
2729 msgstr ""
2730
2731 #: c-typeck.c:1136
2732 #, c-format
2733 msgid "%s has no member named `%s'"
2734 msgstr ""
2735
2736 #: c-typeck.c:1172
2737 #, c-format
2738 msgid "request for member `%s' in something not a structure or union"
2739 msgstr ""
2740
2741 #: c-typeck.c:1204
2742 msgid "dereferencing pointer to incomplete type"
2743 msgstr ""
2744
2745 #: c-typeck.c:1208
2746 msgid "dereferencing `void *' pointer"
2747 msgstr ""
2748
2749 #: c-typeck.c:1225 cp/typeck.c:2369
2750 #, fuzzy, c-format
2751 msgid "invalid type argument of `%s'"
2752 msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
2753
2754 #: c-typeck.c:1244 cp/typeck.c:2395
2755 msgid "subscript missing in array reference"
2756 msgstr ""
2757
2758 #: c-typeck.c:1265 cp/typeck.c:2437
2759 msgid "array subscript has type `char'"
2760 msgstr ""
2761
2762 #: c-typeck.c:1273 c-typeck.c:1362 cp/typeck.c:2444 cp/typeck.c:2523
2763 msgid "array subscript is not an integer"
2764 msgstr ""
2765
2766 #: c-typeck.c:1306
2767 msgid "ISO C forbids subscripting `register' array"
2768 msgstr ""
2769
2770 #: c-typeck.c:1308
2771 msgid "ISO C90 forbids subscripting non-lvalue array"
2772 msgstr ""
2773
2774 #: c-typeck.c:1341
2775 msgid "subscript has type `char'"
2776 msgstr ""
2777
2778 #: c-typeck.c:1357 cp/typeck.c:2518
2779 msgid "subscripted value is neither array nor pointer"
2780 msgstr ""
2781
2782 #: c-typeck.c:1411
2783 #, c-format
2784 msgid "`%s' undeclared here (not in a function)"
2785 msgstr ""
2786
2787 #: c-typeck.c:1418
2788 #, c-format
2789 msgid "`%s' undeclared (first use in this function)"
2790 msgstr ""
2791
2792 #: c-typeck.c:1423
2793 msgid "(Each undeclared identifier is reported only once"
2794 msgstr ""
2795
2796 #: c-typeck.c:1424
2797 msgid "for each function it appears in.)"
2798 msgstr ""
2799
2800 #: c-typeck.c:1441
2801 #, c-format
2802 msgid "local declaration of `%s' hides instance variable"
2803 msgstr ""
2804
2805 #: c-typeck.c:1518
2806 #, fuzzy
2807 msgid "called object is not a function"
2808 msgstr "Ôï åðþíõìï áíôéêåßìåíï äåí åßíáé áíáæçôÞóéìï"
2809
2810 #: c-typeck.c:1604 cp/typeck.c:2829
2811 #, fuzzy
2812 msgid "too many arguments to function"
2813 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
2814
2815 #: c-typeck.c:1625
2816 #, c-format
2817 msgid "type of formal parameter %d is incomplete"
2818 msgstr ""
2819
2820 #: c-typeck.c:1638
2821 #, c-format
2822 msgid "%s as integer rather than floating due to prototype"
2823 msgstr ""
2824
2825 #: c-typeck.c:1641
2826 #, c-format
2827 msgid "%s as integer rather than complex due to prototype"
2828 msgstr ""
2829
2830 #: c-typeck.c:1644
2831 #, c-format
2832 msgid "%s as complex rather than floating due to prototype"
2833 msgstr ""
2834
2835 #: c-typeck.c:1647
2836 #, c-format
2837 msgid "%s as floating rather than integer due to prototype"
2838 msgstr ""
2839
2840 #: c-typeck.c:1650
2841 #, c-format
2842 msgid "%s as complex rather than integer due to prototype"
2843 msgstr ""
2844
2845 #: c-typeck.c:1653
2846 #, c-format
2847 msgid "%s as floating rather than complex due to prototype"
2848 msgstr ""
2849
2850 #: c-typeck.c:1663
2851 #, c-format
2852 msgid "%s as `float' rather than `double' due to prototype"
2853 msgstr ""
2854
2855 #: c-typeck.c:1681
2856 #, c-format
2857 msgid "%s with different width due to prototype"
2858 msgstr ""
2859
2860 #: c-typeck.c:1715
2861 #, c-format
2862 msgid "%s as unsigned due to prototype"
2863 msgstr ""
2864
2865 #: c-typeck.c:1717
2866 #, c-format
2867 msgid "%s as signed due to prototype"
2868 msgstr ""
2869
2870 #: c-typeck.c:1751 cp/typeck.c:2933
2871 #, fuzzy
2872 msgid "too few arguments to function"
2873 msgstr "ðïëý ëßãá ïñßóìáôá"
2874
2875 #: c-typeck.c:1793
2876 msgid "suggest parentheses around + or - inside shift"
2877 msgstr ""
2878
2879 #: c-typeck.c:1800
2880 msgid "suggest parentheses around && within ||"
2881 msgstr ""
2882
2883 #: c-typeck.c:1809
2884 msgid "suggest parentheses around arithmetic in operand of |"
2885 msgstr ""
2886
2887 #: c-typeck.c:1812
2888 msgid "suggest parentheses around comparison in operand of |"
2889 msgstr ""
2890
2891 #: c-typeck.c:1821
2892 msgid "suggest parentheses around arithmetic in operand of ^"
2893 msgstr ""
2894
2895 #: c-typeck.c:1824
2896 msgid "suggest parentheses around comparison in operand of ^"
2897 msgstr ""
2898
2899 #: c-typeck.c:1831
2900 msgid "suggest parentheses around + or - in operand of &"
2901 msgstr ""
2902
2903 #: c-typeck.c:1834
2904 msgid "suggest parentheses around comparison in operand of &"
2905 msgstr ""
2906
2907 #: c-typeck.c:1841
2908 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2909 msgstr ""
2910
2911 #: c-typeck.c:2001 c-typeck.c:2036
2912 msgid "division by zero"
2913 msgstr "äéáßñåóç ìå ìçäÝí"
2914
2915 #: c-typeck.c:2081 cp/typeck.c:3194
2916 msgid "right shift count is negative"
2917 msgstr ""
2918
2919 #: c-typeck.c:2088 cp/typeck.c:3200
2920 msgid "right shift count >= width of type"
2921 msgstr ""
2922
2923 #: c-typeck.c:2109 cp/typeck.c:3219
2924 msgid "left shift count is negative"
2925 msgstr ""
2926
2927 #: c-typeck.c:2112 cp/typeck.c:3221
2928 msgid "left shift count >= width of type"
2929 msgstr ""
2930
2931 #: c-typeck.c:2133
2932 msgid "shift count is negative"
2933 msgstr ""
2934
2935 #: c-typeck.c:2135
2936 msgid "shift count >= width of type"
2937 msgstr ""
2938
2939 #: c-typeck.c:2152 cp/typeck.c:3256
2940 msgid "comparing floating point with == or != is unsafe"
2941 msgstr ""
2942
2943 #: c-typeck.c:2178 c-typeck.c:2184
2944 msgid "ISO C forbids comparison of `void *' with function pointer"
2945 msgstr ""
2946
2947 #: c-typeck.c:2187 c-typeck.c:2227 c-typeck.c:2255
2948 msgid "comparison of distinct pointer types lacks a cast"
2949 msgstr ""
2950
2951 #: c-typeck.c:2201 c-typeck.c:2206 c-typeck.c:2275 c-typeck.c:2280
2952 msgid "comparison between pointer and integer"
2953 msgstr ""
2954
2955 #: c-typeck.c:2222 c-typeck.c:2250
2956 msgid "ISO C forbids ordered comparisons of pointers to functions"
2957 msgstr ""
2958
2959 #: c-typeck.c:2247
2960 msgid "comparison of complete and incomplete pointers"
2961 msgstr ""
2962
2963 #: c-typeck.c:2263 c-typeck.c:2270
2964 msgid "ordered comparison of pointer with integer zero"
2965 msgstr ""
2966
2967 #: c-typeck.c:2294 cp/typeck.c:3389
2968 #, fuzzy
2969 msgid "unordered comparison on non-floating point argument"
2970 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
2971
2972 #: c-typeck.c:2505
2973 msgid "comparison between signed and unsigned"
2974 msgstr ""
2975
2976 #: c-typeck.c:2551 cp/typeck.c:3633
2977 msgid "comparison of promoted ~unsigned with constant"
2978 msgstr ""
2979
2980 #: c-typeck.c:2559 cp/typeck.c:3641
2981 msgid "comparison of promoted ~unsigned with unsigned"
2982 msgstr ""
2983
2984 #: c-typeck.c:2639
2985 msgid "pointer of type `void *' used in subtraction"
2986 msgstr ""
2987
2988 #: c-typeck.c:2641
2989 msgid "pointer to a function used in subtraction"
2990 msgstr ""
2991
2992 #: c-typeck.c:2738
2993 msgid "wrong type argument to unary plus"
2994 msgstr ""
2995
2996 #: c-typeck.c:2751
2997 msgid "wrong type argument to unary minus"
2998 msgstr ""
2999
3000 #: c-typeck.c:2768
3001 msgid "ISO C does not support `~' for complex conjugation"
3002 msgstr ""
3003
3004 #: c-typeck.c:2774
3005 msgid "wrong type argument to bit-complement"
3006 msgstr ""
3007
3008 #: c-typeck.c:2783
3009 #, fuzzy
3010 msgid "wrong type argument to abs"
3011 msgstr "ëÜèïò áñéèìüò ïñéóìÜôùí"
3012
3013 #: c-typeck.c:2795
3014 msgid "wrong type argument to conjugation"
3015 msgstr ""
3016
3017 #: c-typeck.c:2809
3018 msgid "wrong type argument to unary exclamation mark"
3019 msgstr ""
3020
3021 #: c-typeck.c:2852
3022 msgid "ISO C does not support `++' and `--' on complex types"
3023 msgstr ""
3024
3025 #: c-typeck.c:2867 c-typeck.c:2899
3026 msgid "wrong type argument to increment"
3027 msgstr ""
3028
3029 #: c-typeck.c:2869 c-typeck.c:2901
3030 msgid "wrong type argument to decrement"
3031 msgstr ""
3032
3033 #: c-typeck.c:2890
3034 msgid "increment of pointer to unknown structure"
3035 msgstr ""
3036
3037 #: c-typeck.c:2892
3038 msgid "decrement of pointer to unknown structure"
3039 msgstr ""
3040
3041 #: c-typeck.c:3029
3042 msgid "ISO C forbids the address of a cast expression"
3043 msgstr ""
3044
3045 #: c-typeck.c:3039
3046 #, fuzzy
3047 msgid "invalid lvalue in unary `&'"
3048 msgstr "ìç Ýãêõñïò ÷ñüíïò áíáðÞäçò"
3049
3050 #: c-typeck.c:3071
3051 #, c-format
3052 msgid "attempt to take address of bit-field structure member `%s'"
3053 msgstr ""
3054
3055 #: c-typeck.c:3180 c-typeck.c:4651 c-typeck.c:4667 c-typeck.c:4683
3056 #: final.c:3146 final.c:3148 gcc.c:4381 rtl-error.c:122 toplev.c:1694
3057 #: config/cris/cris.c:545 cp/spew.c:1538 cp/typeck.c:4367 java/expr.c:364
3058 #: java/verify.c:1467 java/verify.c:1468 java/verify.c:1483
3059 #, c-format
3060 msgid "%s"
3061 msgstr "%s"
3062
3063 #: c-typeck.c:3241
3064 msgid "ISO C forbids use of conditional expressions as lvalues"
3065 msgstr ""
3066
3067 #: c-typeck.c:3244
3068 msgid "ISO C forbids use of compound expressions as lvalues"
3069 msgstr ""
3070
3071 #: c-typeck.c:3247
3072 msgid "ISO C forbids use of cast expressions as lvalues"
3073 msgstr ""
3074
3075 #: c-typeck.c:3264
3076 #, c-format
3077 msgid "%s of read-only member `%s'"
3078 msgstr ""
3079
3080 #: c-typeck.c:3268
3081 #, fuzzy, c-format
3082 msgid "%s of read-only variable `%s'"
3083 msgstr "Ìç áíáãíùñßóéìç ìåôáâëçôÞ `%s'"
3084
3085 #: c-typeck.c:3271
3086 #, c-format
3087 msgid "%s of read-only location"
3088 msgstr ""
3089
3090 #: c-typeck.c:3290
3091 #, fuzzy, c-format
3092 msgid "cannot take address of bit-field `%s'"
3093 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï áñ÷åßï fifo `%s'"
3094
3095 #: c-typeck.c:3318
3096 #, c-format
3097 msgid "global register variable `%s' used in nested function"
3098 msgstr ""
3099
3100 #: c-typeck.c:3322
3101 #, c-format
3102 msgid "register variable `%s' used in nested function"
3103 msgstr ""
3104
3105 #: c-typeck.c:3329
3106 #, c-format
3107 msgid "address of global register variable `%s' requested"
3108 msgstr ""
3109
3110 #: c-typeck.c:3341
3111 msgid "cannot put object with volatile field into register"
3112 msgstr ""
3113
3114 #: c-typeck.c:3345
3115 #, c-format
3116 msgid "address of register variable `%s' requested"
3117 msgstr ""
3118
3119 #: c-typeck.c:3453
3120 msgid "signed and unsigned type in conditional expression"
3121 msgstr ""
3122
3123 #: c-typeck.c:3460
3124 msgid "ISO C forbids conditional expr with only one void side"
3125 msgstr ""
3126
3127 #: c-typeck.c:3476 c-typeck.c:3483
3128 msgid "ISO C forbids conditional expr between `void *' and function pointer"
3129 msgstr ""
3130
3131 #: c-typeck.c:3489
3132 msgid "pointer type mismatch in conditional expression"
3133 msgstr ""
3134
3135 #: c-typeck.c:3496 c-typeck.c:3506
3136 msgid "pointer/integer type mismatch in conditional expression"
3137 msgstr ""
3138
3139 #: c-typeck.c:3520
3140 msgid "type mismatch in conditional expression"
3141 msgstr ""
3142
3143 #: c-typeck.c:3591 cp/typeck.c:4623
3144 msgid "left-hand operand of comma expression has no effect"
3145 msgstr ""
3146
3147 #: c-typeck.c:3635
3148 msgid "cast specifies array type"
3149 msgstr ""
3150
3151 #: c-typeck.c:3641
3152 msgid "cast specifies function type"
3153 msgstr ""
3154
3155 #: c-typeck.c:3651
3156 msgid "ISO C forbids casting nonscalar to the same type"
3157 msgstr ""
3158
3159 #: c-typeck.c:3670
3160 msgid "ISO C forbids casts to union type"
3161 msgstr ""
3162
3163 #: c-typeck.c:3685
3164 msgid "cast to union type from type not present in union"
3165 msgstr ""
3166
3167 #: c-typeck.c:3736
3168 msgid "cast adds new qualifiers to function type"
3169 msgstr ""
3170
3171 #. There are qualifiers present in IN_OTYPE that are not
3172 #. present in IN_TYPE.
3173 #: c-typeck.c:3741
3174 msgid "cast discards qualifiers from pointer target type"
3175 msgstr ""
3176
3177 #: c-typeck.c:3756
3178 msgid "cast increases required alignment of target type"
3179 msgstr ""
3180
3181 #: c-typeck.c:3762 cp/typeck.c:5144
3182 msgid "cast from pointer to integer of different size"
3183 msgstr ""
3184
3185 #: c-typeck.c:3767
3186 msgid "cast does not match function type"
3187 msgstr ""
3188
3189 #: c-typeck.c:3774 cp/typeck.c:5151
3190 msgid "cast to pointer from integer of different size"
3191 msgstr ""
3192
3193 #: c-typeck.c:3786
3194 msgid "type-punning to incomplete type might break strict-aliasing rules"
3195 msgstr ""
3196
3197 #: c-typeck.c:3790
3198 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3199 msgstr ""
3200
3201 #. Now we have handled acceptable kinds of LHS that are not truly lvalues.
3202 #. Reject anything strange now.
3203 #: c-typeck.c:3949
3204 #, fuzzy
3205 msgid "invalid lvalue in assignment"
3206 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
3207
3208 #. Convert new value to destination type.
3209 #: c-typeck.c:3958 c-typeck.c:3983 c-typeck.c:4000 cp/typeck.c:5266
3210 #: cp/typeck.c:5416
3211 #, fuzzy
3212 msgid "assignment"
3213 msgstr "ðñïóðÝñáóìá ïñßóìáôïò"
3214
3215 #: c-typeck.c:4070
3216 #, fuzzy
3217 msgid "cannot pass rvalue to reference parameter"
3218 msgstr "äåí åßíáé äõíáôüí íá ãßíåé `stat' ôï locale áñ÷åßï `%s'"
3219
3220 #: c-typeck.c:4174 c-typeck.c:4241
3221 #, c-format
3222 msgid "%s makes qualified function pointer from unqualified"
3223 msgstr ""
3224
3225 #: c-typeck.c:4178 c-typeck.c:4221
3226 #, c-format
3227 msgid "%s discards qualifiers from pointer target type"
3228 msgstr ""
3229
3230 #: c-typeck.c:4184
3231 msgid "ISO C prohibits argument conversion to union type"
3232 msgstr ""
3233
3234 #: c-typeck.c:4213
3235 #, c-format
3236 msgid "ISO C forbids %s between function pointer and `void *'"
3237 msgstr ""
3238
3239 #: c-typeck.c:4230
3240 #, c-format
3241 msgid "pointer targets in %s differ in signedness"
3242 msgstr ""
3243
3244 #: c-typeck.c:4246
3245 #, c-format
3246 msgid "%s from incompatible pointer type"
3247 msgstr ""
3248
3249 #: c-typeck.c:4252 c-typeck.c:4804 cp/typeck.c:1653
3250 #, fuzzy
3251 msgid "invalid use of non-lvalue array"
3252 msgstr "ìç Ýãêõñç þñá ôçò ìÝñáò"
3253
3254 #: c-typeck.c:4267
3255 #, c-format
3256 msgid "%s makes pointer from integer without a cast"
3257 msgstr "%s ìåôáôñÝðåé áêÝñáéï óå äåßêôç ÷ùñßò ìåôáôñïðÝá"
3258
3259 #: c-typeck.c:4275
3260 #, c-format
3261 msgid "%s makes integer from pointer without a cast"
3262 msgstr ""
3263
3264 #: c-typeck.c:4289 c-typeck.c:4292
3265 #, fuzzy, c-format
3266 msgid "incompatible type for argument %d of `%s'"
3267 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
3268
3269 #: c-typeck.c:4296
3270 #, c-format
3271 msgid "incompatible type for argument %d of indirect function call"
3272 msgstr ""
3273
3274 #: c-typeck.c:4300
3275 #, fuzzy, c-format
3276 msgid "incompatible types in %s"
3277 msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
3278
3279 #. Function name is known; supply it.
3280 #: c-typeck.c:4358
3281 #, fuzzy, c-format
3282 msgid "passing arg of `%s'"
3283 msgstr "ôï ðÝñáóìá ôïõ ïñßóìáôïò %d áðü `%s'"
3284
3285 #. Function name unknown (call through ptr).
3286 #: c-typeck.c:4368
3287 #, fuzzy
3288 msgid "passing arg of pointer to function"
3289 msgstr "ôï ðÝñáóìá ôïõ ïñßóìáôïò %d ôïõ äåßêôç óôç óõíÜñôçóç"
3290
3291 #. Function name is known; supply it.
3292 #: c-typeck.c:4376
3293 #, c-format
3294 msgid "passing arg %d of `%s'"
3295 msgstr "ôï ðÝñáóìá ôïõ ïñßóìáôïò %d áðü `%s'"
3296
3297 #. Function name unknown (call through ptr); just give arg number.
3298 #: c-typeck.c:4386
3299 #, c-format
3300 msgid "passing arg %d of pointer to function"
3301 msgstr "ôï ðÝñáóìá ôïõ ïñßóìáôïò %d ôïõ äåßêôç óôç óõíÜñôçóç"
3302
3303 #: c-typeck.c:4452
3304 msgid "initializer for static variable is not constant"
3305 msgstr ""
3306
3307 #: c-typeck.c:4458
3308 msgid "initializer for static variable uses complicated arithmetic"
3309 msgstr ""
3310
3311 #: c-typeck.c:4466
3312 msgid "aggregate initializer is not constant"
3313 msgstr ""
3314
3315 #: c-typeck.c:4468
3316 msgid "aggregate initializer uses complicated arithmetic"
3317 msgstr ""
3318
3319 #: c-typeck.c:4475
3320 msgid "traditional C rejects automatic aggregate initialization"
3321 msgstr ""
3322
3323 # src/request.c:263
3324 #: c-typeck.c:4654 c-typeck.c:4670 c-typeck.c:4686
3325 #, fuzzy, c-format
3326 msgid "(near initialization for `%s')"
3327 msgstr "Ôï âÞìá áñ÷éêïðïßçóçò áðÝôõ÷å"
3328
3329 #: c-typeck.c:4737 cp/typeck2.c:488
3330 msgid "char-array initialized from wide string"
3331 msgstr ""
3332
3333 #: c-typeck.c:4744 cp/typeck2.c:495
3334 msgid "int-array initialized from non-wide string"
3335 msgstr ""
3336
3337 #: c-typeck.c:4762 cp/typeck2.c:511
3338 msgid "initializer-string for array of chars is too long"
3339 msgstr ""
3340
3341 #: c-typeck.c:4822
3342 msgid "array initialized from non-constant array expression"
3343 msgstr ""
3344
3345 #: c-typeck.c:4839 c-typeck.c:4841 c-typeck.c:4857 c-typeck.c:4878
3346 #: c-typeck.c:6281
3347 #, fuzzy
3348 msgid "initializer element is not constant"
3349 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
3350
3351 # src/request.c:263
3352 #: c-typeck.c:4873
3353 msgid "initialization"
3354 msgstr "áñ÷éêïðïßçóç"
3355
3356 #: c-typeck.c:4884 c-typeck.c:6286
3357 msgid "initializer element is not computable at load time"
3358 msgstr ""
3359
3360 #: c-typeck.c:4899 cp/typeck2.c:588
3361 #, fuzzy
3362 msgid "invalid initializer"
3363 msgstr "ìç Ýãêõñï ìÝãåèïò ïñéæüíôéïõ óôçëïèÝôç: %s"
3364
3365 #: c-typeck.c:5393
3366 #, fuzzy
3367 msgid "extra brace group at end of initializer"
3368 msgstr "áêïëïõèïýí óêïõðßäéá óôï ôÝëïò ôçò ãñáììÞò"
3369
3370 #: c-typeck.c:5413
3371 msgid "missing braces around initializer"
3372 msgstr ""
3373
3374 #: c-typeck.c:5473
3375 msgid "braces around scalar initializer"
3376 msgstr ""
3377
3378 #: c-typeck.c:5521
3379 msgid "initialization of flexible array member in a nested context"
3380 msgstr ""
3381
3382 #: c-typeck.c:5523
3383 msgid "initialization of a flexible array member"
3384 msgstr ""
3385
3386 #: c-typeck.c:5554
3387 #, fuzzy
3388 msgid "missing initializer"
3389 msgstr "Ý÷åé ðáñáëçöèåß ôï áñ÷åßï ðñïïñéóìïý"
3390
3391 #: c-typeck.c:5580
3392 msgid "empty scalar initializer"
3393 msgstr ""
3394
3395 #: c-typeck.c:5585
3396 msgid "extra elements in scalar initializer"
3397 msgstr ""
3398
3399 #: c-typeck.c:5671
3400 msgid "initialization designators may not nest"
3401 msgstr ""
3402
3403 #: c-typeck.c:5692 c-typeck.c:5763
3404 msgid "array index in non-array initializer"
3405 msgstr ""
3406
3407 #: c-typeck.c:5697 c-typeck.c:5817
3408 msgid "field name not in record or union initializer"
3409 msgstr ""
3410
3411 #: c-typeck.c:5759 c-typeck.c:5761
3412 msgid "nonconstant array index in initializer"
3413 msgstr ""
3414
3415 #: c-typeck.c:5765 c-typeck.c:5768
3416 msgid "array index in initializer exceeds array bounds"
3417 msgstr ""
3418
3419 #: c-typeck.c:5779
3420 msgid "empty index range in initializer"
3421 msgstr ""
3422
3423 #: c-typeck.c:5788
3424 msgid "array index range in initializer exceeds array bounds"
3425 msgstr ""
3426
3427 #: c-typeck.c:5829
3428 #, c-format
3429 msgid "unknown field `%s' specified in initializer"
3430 msgstr ""
3431
3432 #: c-typeck.c:5866 c-typeck.c:5887 c-typeck.c:6348
3433 msgid "initialized field with side-effects overwritten"
3434 msgstr ""
3435
3436 #: c-typeck.c:6558
3437 msgid "excess elements in char array initializer"
3438 msgstr ""
3439
3440 #: c-typeck.c:6565 c-typeck.c:6611
3441 msgid "excess elements in struct initializer"
3442 msgstr ""
3443
3444 #: c-typeck.c:6626
3445 msgid "non-static initialization of a flexible array member"
3446 msgstr ""
3447
3448 #: c-typeck.c:6693
3449 msgid "excess elements in union initializer"
3450 msgstr ""
3451
3452 #: c-typeck.c:6714
3453 msgid "traditional C rejects initialization of unions"
3454 msgstr ""
3455
3456 #: c-typeck.c:6777
3457 msgid "excess elements in array initializer"
3458 msgstr ""
3459
3460 #: c-typeck.c:6806
3461 msgid "excess elements in vector initializer"
3462 msgstr ""
3463
3464 #: c-typeck.c:6828
3465 msgid "excess elements in scalar initializer"
3466 msgstr ""
3467
3468 #: c-typeck.c:6935
3469 #, fuzzy
3470 msgid "asm template is not a string constant"
3471 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
3472
3473 #: c-typeck.c:6967
3474 msgid "invalid lvalue in asm statement"
3475 msgstr ""
3476
3477 #: c-typeck.c:7042
3478 #, fuzzy
3479 msgid "modification by `asm'"
3480 msgstr "Ç ôñïðïðïßçóç áðÝôõ÷å"
3481
3482 #: c-typeck.c:7061 cp/typeck.c:6237
3483 msgid "function declared `noreturn' has a `return' statement"
3484 msgstr ""
3485
3486 #: c-typeck.c:7068
3487 msgid "`return' with no value, in function returning non-void"
3488 msgstr "`return' ÷ùñßò ôéìÞ, óå óõíÜñôçóç ðïõ åðéóôñÝöåé ìç-êåíü"
3489
3490 #: c-typeck.c:7074
3491 msgid "`return' with a value, in function returning void"
3492 msgstr ""
3493
3494 #: c-typeck.c:7078
3495 msgid "return"
3496 msgstr "åðéóôñïöÞ"
3497
3498 #: c-typeck.c:7130
3499 msgid "function returns address of local variable"
3500 msgstr ""
3501
3502 #: c-typeck.c:7186 cp/semantics.c:555
3503 msgid "switch quantity not an integer"
3504 msgstr ""
3505
3506 #: c-typeck.c:7196
3507 msgid "`long' switch expression not converted to `int' in ISO C"
3508 msgstr ""
3509
3510 #: c-typeck.c:7231 cp/decl.c:5523
3511 msgid "case label not within a switch statement"
3512 msgstr ""
3513
3514 #: c-typeck.c:7233 cp/decl.c:5528
3515 msgid "`default' label not within a switch statement"
3516 msgstr ""
3517
3518 #: calls.c:1934 tree-inline.c:1177
3519 #, c-format
3520 msgid "inlining failed in call to `%s'"
3521 msgstr ""
3522
3523 #: calls.c:1935 calls.c:2271 tree-inline.c:1178
3524 msgid "called from here"
3525 msgstr ""
3526
3527 #: calls.c:2270
3528 #, fuzzy, c-format
3529 msgid "can't inline call to `%s'"
3530 msgstr "áäõíáìßá åêôÝëåóçò ioctl óôï `%s'"
3531
3532 #: calls.c:2300
3533 msgid "function call has aggregate value"
3534 msgstr ""
3535
3536 #: cfgloop.c:1107
3537 #, c-format
3538 msgid "Size of loop %d should be %d, not %d."
3539 msgstr ""
3540
3541 #: cfgloop.c:1126
3542 #, c-format
3543 msgid "Bb %d do not belong to loop %d."
3544 msgstr ""
3545
3546 #: cfgloop.c:1144
3547 #, c-format
3548 msgid "Loop %d's header does not have exactly 2 entries."
3549 msgstr ""
3550
3551 #: cfgloop.c:1152
3552 #, c-format
3553 msgid "Loop %d's latch does not have exactly 1 successor."
3554 msgstr ""
3555
3556 #: cfgloop.c:1157
3557 #, c-format
3558 msgid "Loop %d's latch does not have header as successor."
3559 msgstr ""
3560
3561 #: cfgloop.c:1162
3562 #, c-format
3563 msgid "Loop %d's latch does not belong directly to it."
3564 msgstr ""
3565
3566 #: cfgloop.c:1168
3567 #, c-format
3568 msgid "Loop %d's header does not belong directly to it."
3569 msgstr ""
3570
3571 #: cfgrtl.c:1774
3572 #, c-format
3573 msgid "bb %d on wrong place"
3574 msgstr ""
3575
3576 #: cfgrtl.c:1780
3577 #, c-format
3578 msgid "prev_bb of %d should be %d, not %d"
3579 msgstr ""
3580
3581 #: cfgrtl.c:1800
3582 #, c-format
3583 msgid "end insn %d for block %d not found in the insn stream"
3584 msgstr ""
3585
3586 #: cfgrtl.c:1814
3587 #, c-format
3588 msgid "insn %d is in multiple basic blocks (%d and %d)"
3589 msgstr ""
3590
3591 #: cfgrtl.c:1826
3592 #, c-format
3593 msgid "head insn %d for block %d not found in the insn stream"
3594 msgstr ""
3595
3596 #: cfgrtl.c:1848
3597 #, c-format
3598 msgid "verify_flow_info: REG_BR_PROB does not match cfg %i %i"
3599 msgstr ""
3600
3601 #: cfgrtl.c:1855
3602 #, c-format
3603 msgid "verify_flow_info: Wrong count of block %i %i"
3604 msgstr ""
3605
3606 #: cfgrtl.c:1861
3607 #, c-format
3608 msgid "verify_flow_info: Wrong frequency of block %i %i"
3609 msgstr ""
3610
3611 #: cfgrtl.c:1869
3612 #, c-format
3613 msgid "verify_flow_info: Duplicate edge %i->%i"
3614 msgstr ""
3615
3616 #: cfgrtl.c:1875
3617 #, c-format
3618 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3619 msgstr ""
3620
3621 #: cfgrtl.c:1881
3622 #, c-format
3623 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3624 msgstr ""
3625
3626 #: cfgrtl.c:1911
3627 #, c-format
3628 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3629 msgstr ""
3630
3631 #: cfgrtl.c:1926
3632 #, c-format
3633 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3634 msgstr ""
3635
3636 #: cfgrtl.c:1928
3637 msgid "wrong insn in the fallthru edge"
3638 msgstr ""
3639
3640 #: cfgrtl.c:1935
3641 #, c-format
3642 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3643 msgstr ""
3644
3645 #: cfgrtl.c:1951
3646 #, c-format
3647 msgid "Missing REG_EH_REGION note in the end of bb %i"
3648 msgstr ""
3649
3650 #: cfgrtl.c:1959
3651 #, c-format
3652 msgid "Too many outgoing branch edges from bb %i"
3653 msgstr ""
3654
3655 #: cfgrtl.c:1964
3656 #, c-format
3657 msgid "Fallthru edge after unconditional jump %i"
3658 msgstr ""
3659
3660 #: cfgrtl.c:1969
3661 #, c-format
3662 msgid "Wrong amount of branch edges after unconditional jump %i"
3663 msgstr ""
3664
3665 #: cfgrtl.c:1975
3666 #, c-format
3667 msgid "Wrong amount of branch edges after conditional jump %i"
3668 msgstr ""
3669
3670 #: cfgrtl.c:1980
3671 #, c-format
3672 msgid "Call edges for non-call insn in bb %i"
3673 msgstr ""
3674
3675 #: cfgrtl.c:1989
3676 #, c-format
3677 msgid "Abnormal edges for no purpose in bb %i"
3678 msgstr ""
3679
3680 #: cfgrtl.c:2004
3681 #, c-format
3682 msgid "missing barrier after block %i"
3683 msgstr ""
3684
3685 #: cfgrtl.c:2014
3686 #, c-format
3687 msgid "basic block %d pred edge is corrupted"
3688 msgstr ""
3689
3690 #: cfgrtl.c:2031
3691 #, c-format
3692 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3693 msgstr ""
3694
3695 #: cfgrtl.c:2035
3696 #, c-format
3697 msgid "insn %d inside basic block %d but block_for_insn is %i"
3698 msgstr ""
3699
3700 #: cfgrtl.c:2049 cfgrtl.c:2059
3701 #, c-format
3702 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3703 msgstr ""
3704
3705 #: cfgrtl.c:2072
3706 #, c-format
3707 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3708 msgstr ""
3709
3710 #: cfgrtl.c:2084
3711 #, c-format
3712 msgid "in basic block %d:"
3713 msgstr ""
3714
3715 #: cfgrtl.c:2085
3716 msgid "flow control insn inside a basic block"
3717 msgstr ""
3718
3719 #: cfgrtl.c:2104
3720 #, c-format
3721 msgid "basic block %i edge lists are corrupted"
3722 msgstr ""
3723
3724 #: cfgrtl.c:2119
3725 msgid "basic blocks not numbered consecutively"
3726 msgstr ""
3727
3728 #: cfgrtl.c:2144
3729 msgid "insn outside basic block"
3730 msgstr ""
3731
3732 #: cfgrtl.c:2152
3733 msgid "return not followed by barrier"
3734 msgstr ""
3735
3736 #: cfgrtl.c:2157
3737 #, c-format
3738 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3739 msgstr ""
3740
3741 #: cfgrtl.c:2161
3742 msgid "verify_flow_info failed"
3743 msgstr ""
3744
3745 #: collect2.c:425
3746 msgid "internal error"
3747 msgstr "åóùôåñéêü óöÜëìá"
3748
3749 #: collect2.c:934
3750 msgid "no arguments"
3751 msgstr "÷ùñßò ïñßóìáôá"
3752
3753 # src/getopt1.c:132
3754 # src/getopt1.c:132
3755 #: collect2.c:1263 collect2.c:1411 collect2.c:1444
3756 #, c-format
3757 msgid "fopen %s"
3758 msgstr "fopen %s"
3759
3760 #: collect2.c:1266 collect2.c:1416 collect2.c:1447
3761 #, c-format
3762 msgid "fclose %s"
3763 msgstr "fclose %s"
3764
3765 #: collect2.c:1275
3766 #, c-format
3767 msgid "collect2 version %s"
3768 msgstr ""
3769
3770 #: collect2.c:1365
3771 #, c-format
3772 msgid "%d constructor(s) found\n"
3773 msgstr ""
3774
3775 #: collect2.c:1366
3776 #, c-format
3777 msgid "%d destructor(s)  found\n"
3778 msgstr ""
3779
3780 #: collect2.c:1367
3781 #, c-format
3782 msgid "%d frame table(s) found\n"
3783 msgstr ""
3784
3785 #: collect2.c:1508
3786 #, fuzzy, c-format
3787 msgid "%s terminated with signal %d [%s]%s"
3788 msgstr "%s: Ï ðñïåðåîåñãáóôÞò C áðÝôõ÷å ìå óÞìá %d\n"
3789
3790 #: collect2.c:1527
3791 #, c-format
3792 msgid "%s returned %d exit status"
3793 msgstr ""
3794
3795 #: collect2.c:1555
3796 #, fuzzy, c-format
3797 msgid "[cannot find %s]"
3798 msgstr "Äåí åßíáé äõíáôüí íá åêôåëåóôåß ôï %s"
3799
3800 #: collect2.c:1570
3801 #, fuzzy, c-format
3802 msgid "cannot find `%s'"
3803 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
3804
3805 #: collect2.c:1581 collect2.c:1584
3806 #, c-format
3807 msgid "redirecting stdout: %s"
3808 msgstr ""
3809
3810 #: collect2.c:1627
3811 #, fuzzy, c-format
3812 msgid "[Leaving %s]\n"
3813 msgstr "äéáãñáöÞ êáôáëüãïõ %s\n"
3814
3815 #: collect2.c:1870
3816 #, c-format
3817 msgid ""
3818 "\n"
3819 "write_c_file - output name is %s, prefix is %s\n"
3820 msgstr ""
3821
3822 #: collect2.c:2082
3823 #, fuzzy
3824 msgid "cannot find `nm'"
3825 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
3826
3827 #: collect2.c:2092 collect2.c:2533
3828 msgid "pipe"
3829 msgstr "óùëÞíùóç"
3830
3831 #: collect2.c:2096 collect2.c:2537
3832 msgid "fdopen"
3833 msgstr "fdopen"
3834
3835 #: collect2.c:2122 collect2.c:2563
3836 #, c-format
3837 msgid "dup2 %d 1"
3838 msgstr "dup2 %d 1"
3839
3840 #: collect2.c:2125 collect2.c:2128 collect2.c:2141 collect2.c:2566
3841 #: collect2.c:2569 collect2.c:2582
3842 #, c-format
3843 msgid "close %d"
3844 msgstr "close %d"
3845
3846 #: collect2.c:2131 collect2.c:2572
3847 #, c-format
3848 msgid "execv %s"
3849 msgstr "execv %s"
3850
3851 #: collect2.c:2185
3852 #, c-format
3853 msgid "init function found in object %s"
3854 msgstr ""
3855
3856 #: collect2.c:2193
3857 #, c-format
3858 msgid "fini function found in object %s"
3859 msgstr ""
3860
3861 #: collect2.c:2216 collect2.c:2621
3862 msgid "fclose"
3863 msgstr "fclose"
3864
3865 #: collect2.c:2261
3866 #, fuzzy, c-format
3867 msgid "unable to open file '%s'"
3868 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
3869
3870 #: collect2.c:2263
3871 #, fuzzy, c-format
3872 msgid "unable to stat file '%s'"
3873 msgstr "áäõíáìßá ðñïóðÝëáóçò(stat()) áñ÷åßïõ `%s': %s"
3874
3875 #: collect2.c:2269
3876 #, fuzzy, c-format
3877 msgid "unable to mmap file '%s'"
3878 msgstr "Áäõíáìßá ìåôáöïñÜò óôç ìíÞìç (mmap) ôïõ áñ÷åßïõ %s.\n"
3879
3880 #: collect2.c:2422
3881 msgid "not found\n"
3882 msgstr "äå âñÝèçêå\n"
3883
3884 #: collect2.c:2424 collect2.c:2600
3885 #, c-format
3886 msgid "dynamic dependency %s not found"
3887 msgstr ""
3888
3889 #: collect2.c:2444
3890 #, fuzzy, c-format
3891 msgid "bad magic number in file '%s'"
3892 msgstr "ìç Ýãêõñïò áñéèìüò áñ÷åßïõ óôç äÞëùóç ðåäßïõ: `%s'"
3893
3894 #: collect2.c:2466
3895 msgid "dynamic dependencies.\n"
3896 msgstr "äõíáìéêÝò åîáñôÞóåéò.\n"
3897
3898 #: collect2.c:2524
3899 #, fuzzy
3900 msgid "cannot find `ldd'"
3901 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
3902
3903 #: collect2.c:2585
3904 msgid ""
3905 "\n"
3906 "ldd output with constructors/destructors.\n"
3907 msgstr ""
3908
3909 #: collect2.c:2612
3910 #, c-format
3911 msgid "unable to open dynamic dependency '%s'"
3912 msgstr ""
3913
3914 #: collect2.c:2726
3915 #, fuzzy, c-format
3916 msgid "%s: not a COFF file"
3917 msgstr "%s: Äåí åßíáé êáíïíéêü áñ÷åßï"
3918
3919 #: collect2.c:2845
3920 #, fuzzy, c-format
3921 msgid "%s: cannot open as COFF file"
3922 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ"
3923
3924 #: collect2.c:2901
3925 #, fuzzy, c-format
3926 msgid "library lib%s not found"
3927 msgstr "Ðéèáíüí äå âñÝèçêå"
3928
3929 # src/getopt1.c:132
3930 # src/getopt1.c:132
3931 #: collect2.c:3028
3932 #, c-format
3933 msgid "open %s"
3934 msgstr "open %s"
3935
3936 #: collect2.c:3051
3937 msgid "incompatibilities between object file & expected values"
3938 msgstr ""
3939
3940 #: collect2.c:3124
3941 #, c-format
3942 msgid ""
3943 "\n"
3944 "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
3945 msgstr ""
3946
3947 #: collect2.c:3133
3948 msgid "string section missing"
3949 msgstr ""
3950
3951 #: collect2.c:3136
3952 #, fuzzy
3953 msgid "section pointer missing"
3954 msgstr "ïñéóìüò äéêáéùìÜôùí óôï %s"
3955
3956 #: collect2.c:3184
3957 #, fuzzy
3958 msgid "no symbol table found"
3959 msgstr "äåí äþèçêå óõìâïëéêü üíïìá"
3960
3961 #: collect2.c:3197
3962 #, fuzzy
3963 msgid "no cmd_strings found"
3964 msgstr "Äåí âñÝèçêå ìÝóï"
3965
3966 #: collect2.c:3209
3967 msgid ""
3968 "\n"
3969 "Updating header and load commands.\n"
3970 "\n"
3971 msgstr ""
3972
3973 #: collect2.c:3216
3974 #, c-format
3975 msgid "load command map, %d cmds, new size %ld.\n"
3976 msgstr ""
3977
3978 #: collect2.c:3247
3979 #, fuzzy
3980 msgid ""
3981 "writing load commands.\n"
3982 "\n"
3983 msgstr "¸÷åé ðáñáëçöèåß åíôïëÞ"
3984
3985 #: collect2.c:3267
3986 #, c-format
3987 msgid "close %s"
3988 msgstr "close %s"
3989
3990 #: collect2.c:3341
3991 msgid "could not convert 0x%l.8x into a region"
3992 msgstr ""
3993
3994 #: collect2.c:3345
3995 #, c-format
3996 msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
3997 msgstr ""
3998
3999 #: collect2.c:3472
4000 #, fuzzy
4001 msgid "bad magic number"
4002 msgstr "ÅóöáëìÝíïò áñéèìüò áñ÷åßïõ"
4003
4004 #: collect2.c:3473
4005 msgid "bad header version"
4006 msgstr "åóöáëìÝíç Ýêäïóç êåöáëßäáò"
4007
4008 #: collect2.c:3474
4009 msgid "bad raw header version"
4010 msgstr ""
4011
4012 #: collect2.c:3475
4013 msgid "raw header buffer too small"
4014 msgstr ""
4015
4016 #: collect2.c:3476
4017 #, fuzzy
4018 msgid "old raw header file"
4019 msgstr "Äåí åßíáé åðþíõìï áñ÷åßï"
4020
4021 #: collect2.c:3477
4022 #, fuzzy
4023 msgid "unsupported version"
4024 msgstr "ÅìöÜíéóç Ýêäïóçò ðñïãñÜììáôïò"
4025
4026 #: collect2.c:3479
4027 #, c-format
4028 msgid "unknown {de,en}code_mach_o_hdr return value %d"
4029 msgstr ""
4030
4031 # src/request.c:37
4032 #: collect2.c:3499
4033 #, c-format
4034 msgid "fstat %s"
4035 msgstr "fstat %s"
4036
4037 #: collect2.c:3536 collect2.c:3584
4038 #, c-format
4039 msgid "lseek %s 0"
4040 msgstr "lseek %s 0"
4041
4042 #: collect2.c:3540
4043 #, c-format
4044 msgid "read %s"
4045 msgstr "read %s"
4046
4047 #: collect2.c:3543
4048 #, c-format
4049 msgid "read %ld bytes, expected %ld, from %s"
4050 msgstr ""
4051
4052 #: collect2.c:3564
4053 #, c-format
4054 msgid "msync %s"
4055 msgstr "msync %s"
4056
4057 #: collect2.c:3571
4058 #, c-format
4059 msgid "munmap %s"
4060 msgstr "munmap %s"
4061
4062 #: collect2.c:3588
4063 #, c-format
4064 msgid "write %s"
4065 msgstr "write %s"
4066
4067 #: collect2.c:3591
4068 #, c-format
4069 msgid "wrote %ld bytes, expected %ld, to %s"
4070 msgstr ""
4071
4072 #: combine.c:13222
4073 #, c-format
4074 msgid ""
4075 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
4076 ";; %d successes.\n"
4077 "\n"
4078 msgstr ""
4079
4080 #: combine.c:13232
4081 #, c-format
4082 msgid ""
4083 "\n"
4084 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4085 ";; %d successes.\n"
4086 msgstr ""
4087
4088 #: convert.c:69
4089 #, fuzzy
4090 msgid "cannot convert to a pointer type"
4091 msgstr "Äåí åßíáé äõíáôüí íá âñåèåß ï ôýðïò ôïõ åðåîåñãáóôÞ."
4092
4093 #: convert.c:102
4094 msgid "pointer value used where a floating point value was expected"
4095 msgstr ""
4096
4097 #: convert.c:106
4098 msgid "aggregate value used where a float was expected"
4099 msgstr ""
4100
4101 #: convert.c:132
4102 #, fuzzy
4103 msgid "conversion to incomplete type"
4104 msgstr "ìç ðëÞñçò åããñáöÞ"
4105
4106 #: convert.c:414 convert.c:494
4107 msgid "can't convert between vector values of different size"
4108 msgstr ""
4109
4110 #: convert.c:420
4111 msgid "aggregate value used where an integer was expected"
4112 msgstr ""
4113
4114 #: convert.c:472 f/com.c:1100
4115 msgid "pointer value used where a complex was expected"
4116 msgstr ""
4117
4118 #: convert.c:476 f/com.c:1102
4119 msgid "aggregate value used where a complex was expected"
4120 msgstr ""
4121
4122 #: convert.c:500
4123 msgid "can't convert value to a vector"
4124 msgstr ""
4125
4126 #: cpperror.c:113
4127 msgid "warning: "
4128 msgstr "ðñïåéäïðïßçóç: "
4129
4130 #: cpperror.c:115
4131 msgid "internal error: "
4132 msgstr "åóùôåñéêü óöÜëìá: "
4133
4134 #: cpperror.c:189
4135 #, fuzzy
4136 msgid "stdout"
4137 msgstr "äïìÞ"
4138
4139 # src/request.c:37
4140 #: cpperror.c:191 gcc.c:6428
4141 #, c-format
4142 msgid "%s: %s"
4143 msgstr "%s: %s"
4144
4145 #: cppexp.c:199
4146 #, fuzzy
4147 msgid "too many decimal points in number"
4148 msgstr "Õðåñâïëéêá ðïëëÜ áíïéêôÜ áñ÷åßá óôï óýóôçìá"
4149
4150 #: cppexp.c:219
4151 #, fuzzy, c-format
4152 msgid "invalid digit \"%c\" in octal constant"
4153 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
4154
4155 #: cppexp.c:225
4156 msgid "use of C99 hexadecimal floating constant"
4157 msgstr ""
4158
4159 #: cppexp.c:234
4160 msgid "exponent has no digits"
4161 msgstr ""
4162
4163 #: cppexp.c:241
4164 msgid "hexadecimal floating constants require an exponent"
4165 msgstr ""
4166
4167 #: cppexp.c:247
4168 #, fuzzy, c-format
4169 msgid "invalid suffix \"%.*s\" on floating constant"
4170 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
4171
4172 #: cppexp.c:257 cppexp.c:282
4173 #, c-format
4174 msgid "traditional C rejects the \"%.*s\" suffix"
4175 msgstr ""
4176
4177 #: cppexp.c:268
4178 #, fuzzy, c-format
4179 msgid "invalid suffix \"%.*s\" on integer constant"
4180 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
4181
4182 #: cppexp.c:289
4183 #, fuzzy
4184 msgid "use of C99 long long integer constant"
4185 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
4186
4187 #: cppexp.c:295
4188 msgid "imaginary constants are a GCC extension"
4189 msgstr ""
4190
4191 #: cppexp.c:383
4192 #, fuzzy
4193 msgid "integer constant is too large for its type"
4194 msgstr "%s: ôï %s åßíáé ôüóï ìåãÜëï ðïõ äå ìðïñåß íá áíáðáñáóôáèåß"
4195
4196 #: cppexp.c:395
4197 #, fuzzy
4198 msgid "integer constant is so large that it is unsigned"
4199 msgstr "%s: ôï %s åßíáé ôüóï ìåãÜëï ðïõ äå ìðïñåß íá áíáðáñáóôáèåß"
4200
4201 #: cppexp.c:482
4202 #, fuzzy
4203 msgid "missing ')' after \"defined\""
4204 msgstr "Ý÷åé ðáñáëçöèåß ç ëßóôá ìå ôá ðåäßá"
4205
4206 #: cppexp.c:489
4207 msgid "operator \"defined\" requires an identifier"
4208 msgstr ""
4209
4210 #: cppexp.c:497
4211 #, c-format
4212 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
4213 msgstr ""
4214
4215 #: cppexp.c:507
4216 msgid "this use of \"defined\" may not be portable"
4217 msgstr ""
4218
4219 #: cppexp.c:545
4220 #, fuzzy
4221 msgid "floating constant in preprocessor expression"
4222 msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
4223
4224 #: cppexp.c:551
4225 #, fuzzy
4226 msgid "imaginary number in preprocessor expression"
4227 msgstr "ìç Ýãêõñïò áñéèìüò áðü ãñáììÝò"
4228
4229 #: cppexp.c:596
4230 #, c-format
4231 msgid "ISO C++ does not permit \"%s\" in #if"
4232 msgstr ""
4233
4234 #: cppexp.c:604
4235 #, fuzzy, c-format
4236 msgid "\"%s\" is not defined"
4237 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
4238
4239 #: cppexp.c:737 cppexp.c:772
4240 #, fuzzy, c-format
4241 msgid "missing binary operator before token \"%s\""
4242 msgstr "%s: Áíáìåíüôáí äõáäéêüò ÷åéñéóôÞò.\n"
4243
4244 #: cppexp.c:756
4245 #, fuzzy, c-format
4246 msgid "invalid character '%c' in #if"
4247 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
4248
4249 #: cppexp.c:758
4250 #, fuzzy, c-format
4251 msgid "invalid character '\\%03o' in #if"
4252 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
4253
4254 #: cppexp.c:763
4255 #, fuzzy, c-format
4256 msgid "token \"%s\" is not valid in preprocessor expressions"
4257 msgstr "%s: ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç: %s"
4258
4259 #: cppexp.c:782
4260 msgid "void expression between '(' and ')'"
4261 msgstr ""
4262
4263 #: cppexp.c:785
4264 msgid "#if with no expression"
4265 msgstr ""
4266
4267 #: cppexp.c:787
4268 #, c-format
4269 msgid "operator '%s' has no right operand"
4270 msgstr ""
4271
4272 #: cppexp.c:813
4273 msgid " ':' without preceding '?'"
4274 msgstr ""
4275
4276 #: cppexp.c:840
4277 msgid "unbalanced stack in #if"
4278 msgstr ""
4279
4280 #: cppexp.c:862
4281 #, fuzzy, c-format
4282 msgid "impossible operator '%u'"
4283 msgstr "RPC: Ìç óõìâáôÝò åêäüóåéò ôïõ RPC"
4284
4285 #: cppexp.c:954
4286 #, fuzzy
4287 msgid "missing ')' in expression"
4288 msgstr "Ý÷åé ðáñáëçöèåß ç ëßóôá ìå ôéò èÝóåéò"
4289
4290 #: cppexp.c:975
4291 #, fuzzy
4292 msgid "'?' without following ':'"
4293 msgstr "óõíôáêôéêü óöÜëìá óôïí ðñüëïãï: %s"
4294
4295 #: cppexp.c:985
4296 msgid "integer overflow in preprocessor expression"
4297 msgstr ""
4298
4299 #: cppexp.c:990
4300 #, fuzzy
4301 msgid "missing '(' in expression"
4302 msgstr "Ý÷åé ðáñáëçöèåß ç ëßóôá ìå ôéò èÝóåéò"
4303
4304 #: cppexp.c:1026
4305 #, c-format
4306 msgid "the left operand of \"%s\" changes sign when promoted"
4307 msgstr ""
4308
4309 #: cppexp.c:1031
4310 #, c-format
4311 msgid "the right operand of \"%s\" changes sign when promoted"
4312 msgstr ""
4313
4314 #: cppexp.c:1414
4315 msgid "comma operator in operand of #if"
4316 msgstr ""
4317
4318 #: cppexp.c:1551
4319 #, fuzzy
4320 msgid "division by zero in #if"
4321 msgstr "Äéáßñåóç ìå ìçäÝí óôçí áðïôßìçóç: %s"
4322
4323 # src/shred.c:1134
4324 #: cppfiles.c:411
4325 #, fuzzy, c-format
4326 msgid "%s is too large"
4327 msgstr "%s: ôï áñ÷åßï åßíáé ðïëý ìåãÜëï"
4328
4329 #: cppfiles.c:447
4330 #, fuzzy, c-format
4331 msgid "%s is shorter than expected"
4332 msgstr "%s: Áíáìåíüôáí äõáäéêüò ÷åéñéóôÞò.\n"
4333
4334 #: cppfiles.c:461
4335 #, fuzzy, c-format
4336 msgid "%s is a block device"
4337 msgstr "Äåí Ýìåéíå êáèüëïõ ÷þñïò óôç óõóêåõÞ"
4338
4339 #: cppfiles.c:594
4340 #, c-format
4341 msgid "no include path in which to find %s"
4342 msgstr ""
4343
4344 #: cppfiles.c:668
4345 msgid "Multiple include guards may be useful for:\n"
4346 msgstr ""
4347
4348 #: cppfiles.c:1014
4349 msgid "absolute file name in remap_filename"
4350 msgstr ""
4351
4352 #: cppinit.c:224
4353 #, fuzzy, c-format
4354 msgid "ignoring nonexistent directory \"%s\"\n"
4355 msgstr "äéáãñáöÞ ìç-êáôáëüãïõ `%s'\n"
4356
4357 #: cppinit.c:231
4358 #, fuzzy, c-format
4359 msgid "%s: Not a directory"
4360 msgstr "Äåí åßíáé êáôÜëïãïò"
4361
4362 #: cppinit.c:287
4363 #, fuzzy, c-format
4364 msgid "ignoring duplicate directory \"%s\"\n"
4365 msgstr "áäõíáìßá áëëáãÞò óôï êáôÜëïãï \"%s\""
4366
4367 #: cppinit.c:325
4368 msgid "  as it is a non-system directory that duplicates a system directory\n"
4369 msgstr ""
4370
4371 #: cppinit.c:891
4372 #, fuzzy
4373 msgid "cppchar_t must be an unsigned type"
4374 msgstr "äéðëüò ðñïóäéïñéóôÞò ìçíýìáôïò"
4375
4376 #: cppinit.c:895
4377 #, c-format
4378 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
4379 msgstr ""
4380
4381 #: cppinit.c:901
4382 msgid "CPP arithmetic must be at least as precise as a target int"
4383 msgstr ""
4384
4385 #: cppinit.c:904
4386 msgid "target char is less than 8 bits wide"
4387 msgstr ""
4388
4389 #: cppinit.c:908
4390 msgid "target wchar_t is narrower than target char"
4391 msgstr ""
4392
4393 #: cppinit.c:912
4394 msgid "target int is narrower than target char"
4395 msgstr ""
4396
4397 #: cppinit.c:916
4398 msgid "CPP half-integer narrower than CPP character"
4399 msgstr ""
4400
4401 #: cppinit.c:920
4402 #, c-format
4403 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
4404 msgstr ""
4405
4406 #: cppinit.c:972
4407 msgid "#include \"...\" search starts here:\n"
4408 msgstr ""
4409
4410 #: cppinit.c:976
4411 msgid "#include <...> search starts here:\n"
4412 msgstr ""
4413
4414 #: cppinit.c:979
4415 #, fuzzy
4416 msgid "End of search list.\n"
4417 msgstr "ÔÝëïò ôìÞìáôïò"
4418
4419 #: cppinit.c:1057
4420 msgid "<built-in>"
4421 msgstr ""
4422
4423 #: cppinit.c:1059
4424 msgid "<command line>"
4425 msgstr ""
4426
4427 #. Irix6 "cc -n32" and OSF4 cc have problems with char foo[] = ("string");
4428 #. I.e. a const string initializer with parens around it.  That is
4429 #. what N_("string") resolves to, so we make no_* be macros instead.
4430 #: cppinit.c:1164
4431 #, fuzzy, c-format
4432 msgid "assertion missing after %s"
4433 msgstr "ïñéóìüò äéêáéùìÜôùí óôï %s"
4434
4435 #: cppinit.c:1165
4436 #, c-format
4437 msgid "directory name missing after %s"
4438 msgstr ""
4439
4440 #: cppinit.c:1166
4441 #, fuzzy, c-format
4442 msgid "file name missing after %s"
4443 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
4444
4445 #: cppinit.c:1167
4446 #, c-format
4447 msgid "macro name missing after %s"
4448 msgstr ""
4449
4450 #: cppinit.c:1168
4451 #, c-format
4452 msgid "path name missing after %s"
4453 msgstr ""
4454
4455 #: cppinit.c:1353
4456 #, fuzzy
4457 msgid "-I- specified twice"
4458 msgstr "ìç ïñéóìÝíï"
4459
4460 #: cpplex.c:149
4461 #, c-format
4462 msgid "trigraph ??%c converted to %c"
4463 msgstr ""
4464
4465 #: cpplex.c:157
4466 #, c-format
4467 msgid "trigraph ??%c ignored"
4468 msgstr ""
4469
4470 #: cpplex.c:214
4471 msgid "backslash and newline separated by space"
4472 msgstr ""
4473
4474 #: cpplex.c:221 cpptrad.c:158
4475 #, fuzzy
4476 msgid "backslash-newline at end of file"
4477 msgstr "ìç Ýãêõñç äéáöõãÞ ìå ðéóùêÜèåôï óôï ôÝëïò ôïõ áëöáñéèìçôéêïý"
4478
4479 #: cpplex.c:287 cpptrad.c:199
4480 msgid "\"/*\" within comment"
4481 msgstr ""
4482
4483 #: cpplex.c:395
4484 #, fuzzy
4485 msgid "null character(s) ignored"
4486 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò óôï áñ÷åßï: "
4487
4488 #: cpplex.c:402
4489 #, c-format
4490 msgid "%s in preprocessing directive"
4491 msgstr ""
4492
4493 #: cpplex.c:475
4494 #, c-format
4495 msgid "attempt to use poisoned \"%s\""
4496 msgstr ""
4497
4498 #: cpplex.c:483
4499 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
4500 msgstr ""
4501
4502 #: cpplex.c:555
4503 msgid "'$' character(s) in identifier or number"
4504 msgstr ""
4505
4506 #: cpplex.c:698
4507 #, c-format
4508 msgid "missing terminating %c character"
4509 msgstr "Ý÷åé ðáñáëçöèåß ôåñìáôéêüò ÷áñáêôÞñáò %c"
4510
4511 #: cpplex.c:711
4512 msgid "null character(s) preserved in literal"
4513 msgstr ""
4514
4515 #: cpplex.c:915 cpptrad.c:487
4516 #, fuzzy
4517 msgid "no newline at end of file"
4518 msgstr "%s: ðñüùñï ôÝëïò áñ÷åßïõ"
4519
4520 #: cpplex.c:1092 cpptrad.c:213
4521 #, fuzzy
4522 msgid "unterminated comment"
4523 msgstr "Ìç ôåñìáôéóìÝíç åíôïëÞ `s'"
4524
4525 #: cpplex.c:1103
4526 msgid "C++ style comments are not allowed in ISO C90"
4527 msgstr ""
4528
4529 #: cpplex.c:1105
4530 msgid "(this will be reported only once per input file)"
4531 msgstr ""
4532
4533 #: cpplex.c:1110
4534 msgid "multi-line comment"
4535 msgstr ""
4536
4537 #: cpplex.c:1425
4538 #, fuzzy, c-format
4539 msgid "unknown string token %s\n"
4540 msgstr "¶ãíùóôÞ åðéëïãÞ ãéá ôï `s'"
4541
4542 #: cpplex.c:1438
4543 #, fuzzy, c-format
4544 msgid "unspellable token %s"
4545 msgstr "%s: áäýíáôï ôï Üíïéãìá ôïõ %s: %m\n"
4546
4547 #: cpplex.c:1695
4548 #, c-format
4549 msgid "the meaning of '\\%c' is different in traditional C"
4550 msgstr ""
4551
4552 #: cpplex.c:1701
4553 msgid "incomplete universal-character-name"
4554 msgstr ""
4555
4556 #: cpplex.c:1715
4557 #, c-format
4558 msgid "non-hex digit '%c' in universal-character-name"
4559 msgstr ""
4560
4561 #: cpplex.c:1723
4562 msgid "universal-character-name on EBCDIC target"
4563 msgstr ""
4564
4565 #: cpplex.c:1737
4566 #, fuzzy
4567 msgid "universal-character-name out of range"
4568 msgstr "U+%04X: åêôüò ïñßùí ÷áñáêôÞñáò"
4569
4570 #: cpplex.c:1791
4571 msgid "the meaning of '\\a' is different in traditional C"
4572 msgstr ""
4573
4574 #: cpplex.c:1798
4575 #, c-format
4576 msgid "non-ISO-standard escape sequence, '\\%c'"
4577 msgstr ""
4578
4579 #: cpplex.c:1809
4580 msgid "the meaning of '\\x' is different in traditional C"
4581 msgstr ""
4582
4583 #: cpplex.c:1828 f/lex.c:585
4584 msgid "\\x used with no following hex digits"
4585 msgstr ""
4586
4587 #: cpplex.c:1833
4588 #, fuzzy
4589 msgid "hex escape sequence out of range"
4590 msgstr "ìç Ýãêõñç äéáäéêáóßá äéáöõãÞò óôï ôÝëïò ôïõ áëöáñéèìéôéêïý"
4591
4592 #: cpplex.c:1858
4593 #, fuzzy
4594 msgid "octal escape sequence out of range"
4595 msgstr "ìç Ýãêõñç äéáäéêáóßá äéáöõãÞò óôï ôÝëïò ôïõ áëöáñéèìéôéêïý"
4596
4597 # src/main.c:663
4598 #: cpplex.c:1874
4599 #, fuzzy, c-format
4600 msgid "unknown escape sequence '\\%c'"
4601 msgstr "¶ãíùóôç óõìâïëïóåéñÜ `%s'"
4602
4603 # src/main.c:663
4604 #: cpplex.c:1877
4605 #, fuzzy, c-format
4606 msgid "unknown escape sequence: '\\%03o'"
4607 msgstr "¶ãíùóôç óõìâïëïóåéñÜ `%s'"
4608
4609 #: cpplex.c:1882
4610 #, fuzzy
4611 msgid "escape sequence out of range for its type"
4612 msgstr "ìç Ýãêõñç äéáäéêáóßá äéáöõãÞò óôï ôÝëïò ôïõ áëöáñéèìéôéêïý"
4613
4614 #: cpplex.c:1973
4615 #, fuzzy
4616 msgid "empty character constant"
4617 msgstr "êåíü áëöáñéèìçôéêü"
4618
4619 #: cpplex.c:1983
4620 #, fuzzy
4621 msgid "character constant too long for its type"
4622 msgstr "ìç Ýãêõñïò óôáèåñüò ÷áñáêôÞñáò óôï áëöáñéèìéôéêü"
4623
4624 #: cpplex.c:1986
4625 #, fuzzy
4626 msgid "multi-character character constant"
4627 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
4628
4629 #: cpplib.c:225
4630 #, c-format
4631 msgid "extra tokens at end of #%s directive"
4632 msgstr ""
4633
4634 #: cpplib.c:315
4635 #, c-format
4636 msgid "#%s is a GCC extension"
4637 msgstr ""
4638
4639 #: cpplib.c:327
4640 msgid "suggest not using #elif in traditional C"
4641 msgstr ""
4642
4643 #: cpplib.c:330
4644 #, c-format
4645 msgid "traditional C ignores #%s with the # indented"
4646 msgstr ""
4647
4648 #: cpplib.c:334
4649 #, c-format
4650 msgid "suggest hiding #%s from traditional C with an indented #"
4651 msgstr ""
4652
4653 #: cpplib.c:358
4654 msgid "embedding a directive within macro arguments is not portable"
4655 msgstr ""
4656
4657 #: cpplib.c:378
4658 msgid "style of line directive is a GCC extension"
4659 msgstr ""
4660
4661 #: cpplib.c:428
4662 #, c-format
4663 msgid "invalid preprocessing directive #%s"
4664 msgstr ""
4665
4666 #: cpplib.c:500
4667 msgid "\"defined\" cannot be used as a macro name"
4668 msgstr ""
4669
4670 #: cpplib.c:506
4671 #, c-format
4672 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
4673 msgstr ""
4674
4675 #: cpplib.c:509
4676 #, c-format
4677 msgid "no macro name given in #%s directive"
4678 msgstr ""
4679
4680 #: cpplib.c:512
4681 #, fuzzy
4682 msgid "macro names must be identifiers"
4683 msgstr "äéðëüò ðñïóäéïñéóôÞò ìçíýìáôïò"
4684
4685 #: cpplib.c:552
4686 #, fuzzy, c-format
4687 msgid "undefining \"%s\""
4688 msgstr "Ìç ïñéóìÝíï üíïìá %s"
4689
4690 #: cpplib.c:598
4691 #, fuzzy
4692 msgid "missing terminating > character"
4693 msgstr "Ý÷åé ðáñáëçöèåß ôï áñ÷åßï ðñïïñéóìïý"
4694
4695 #: cpplib.c:637
4696 #, c-format
4697 msgid "#%s expects \"FILENAME\" or <FILENAME>"
4698 msgstr ""
4699
4700 #: cpplib.c:648
4701 #, fuzzy, c-format
4702 msgid "empty file name in #%s"
4703 msgstr "Ìç ïñéóìÝíï üíïìá %s"
4704
4705 #: cpplib.c:667
4706 msgid "#include_next in primary source file"
4707 msgstr ""
4708
4709 #: cpplib.c:674
4710 msgid "#import is obsolete, use an #ifndef wrapper in the header file"
4711 msgstr ""
4712
4713 #: cpplib.c:682
4714 msgid "#include nested too deeply"
4715 msgstr ""
4716
4717 #: cpplib.c:739
4718 #, c-format
4719 msgid "invalid flag \"%s\" in line directive"
4720 msgstr ""
4721
4722 #: cpplib.c:814
4723 #, fuzzy, c-format
4724 msgid "\"%s\" after #line is not a positive integer"
4725 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
4726
4727 #: cpplib.c:820
4728 #, fuzzy
4729 msgid "line number out of range"
4730 msgstr "%s: áñéèìüò ãñáììÞò Ýîù áðü ôá üñéá"
4731
4732 #: cpplib.c:831 cpplib.c:902
4733 #, fuzzy, c-format
4734 msgid "\"%s\" is not a valid filename"
4735 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
4736
4737 #: cpplib.c:866
4738 #, fuzzy, c-format
4739 msgid "\"%s\" after # is not a positive integer"
4740 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
4741
4742 #: cpplib.c:973
4743 #, fuzzy
4744 msgid "invalid #ident directive"
4745 msgstr "%%%c: êáôåõèõíôÞñéïò ãñáììÞ ìç Ýãêõñç."
4746
4747 #: cpplib.c:1061
4748 #, c-format
4749 msgid "registering \"%s\" as both a pragma and a pragma namespace"
4750 msgstr ""
4751
4752 #: cpplib.c:1064
4753 #, c-format
4754 msgid "#pragma %s %s is already registered"
4755 msgstr ""
4756
4757 #: cpplib.c:1067
4758 #, fuzzy, c-format
4759 msgid "#pragma %s is already registered"
4760 msgstr "ï ÷Üñôçò ÷áñáêôÞñùí `%s' ïñßóôçêå Þäç"
4761
4762 #: cpplib.c:1143
4763 msgid "#pragma once is obsolete"
4764 msgstr ""
4765
4766 #: cpplib.c:1146
4767 msgid "#pragma once in main file"
4768 msgstr ""
4769
4770 #: cpplib.c:1170
4771 msgid "invalid #pragma GCC poison directive"
4772 msgstr ""
4773
4774 #: cpplib.c:1179
4775 #, c-format
4776 msgid "poisoning existing macro \"%s\""
4777 msgstr ""
4778
4779 #: cpplib.c:1201
4780 msgid "#pragma system_header ignored outside include file"
4781 msgstr ""
4782
4783 #: cpplib.c:1226
4784 #, fuzzy, c-format
4785 msgid "cannot find source %s"
4786 msgstr "áäõíáìßá áíïßãìáôïò õðïäï÷Þò: %s"
4787
4788 #: cpplib.c:1230
4789 #, c-format
4790 msgid "current file is older than %s"
4791 msgstr ""
4792
4793 #: cpplib.c:1346
4794 msgid "_Pragma takes a parenthesized string literal"
4795 msgstr ""
4796
4797 #: cpplib.c:1429
4798 msgid "#else without #if"
4799 msgstr ""
4800
4801 #: cpplib.c:1434
4802 msgid "#else after #else"
4803 msgstr "#else ìåôÜ áðü #else"
4804
4805 #: cpplib.c:1436 cpplib.c:1470
4806 msgid "the conditional began here"
4807 msgstr ""
4808
4809 #: cpplib.c:1463
4810 msgid "#elif without #if"
4811 msgstr ""
4812
4813 #: cpplib.c:1468
4814 msgid "#elif after #else"
4815 msgstr "#elif ìåôÜ áðü #else"
4816
4817 #: cpplib.c:1499
4818 msgid "#endif without #if"
4819 msgstr ""
4820
4821 #: cpplib.c:1582
4822 msgid "missing '(' after predicate"
4823 msgstr ""
4824
4825 #: cpplib.c:1597
4826 msgid "missing ')' to complete answer"
4827 msgstr ""
4828
4829 #: cpplib.c:1617
4830 msgid "predicate's answer is empty"
4831 msgstr ""
4832
4833 #: cpplib.c:1647
4834 #, fuzzy
4835 msgid "assertion without predicate"
4836 msgstr "Ç ëåéôïõñãßá äåí åðéôñÝðåôáé"
4837
4838 #: cpplib.c:1649
4839 #, fuzzy
4840 msgid "predicate must be an identifier"
4841 msgstr "äéðëüò ðñïóäéïñéóôÞò ìçíýìáôïò"
4842
4843 #: cpplib.c:1738
4844 #, c-format
4845 msgid "\"%s\" re-asserted"
4846 msgstr ""
4847
4848 #: cpplib.c:1968
4849 #, fuzzy, c-format
4850 msgid "unterminated #%s"
4851 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
4852
4853 #: cppmacro.c:94
4854 #, fuzzy, c-format
4855 msgid "macro \"%s\" is not used"
4856 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
4857
4858 #: cppmacro.c:139 cppmacro.c:294
4859 #, fuzzy, c-format
4860 msgid "invalid built-in macro \"%s\""
4861 msgstr "ìç Ýãêõñï ìÞêïò ãñáììÞò: %s"
4862
4863 #: cppmacro.c:234
4864 #, fuzzy
4865 msgid "could not determine date and time"
4866 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
4867
4868 #: cppmacro.c:407
4869 #, fuzzy
4870 msgid "invalid string literal, ignoring final '\\'"
4871 msgstr "ìç Ýãêõñïò áñ÷éêüò áñéèìüò ãñáììÞò: `%s'"
4872
4873 #: cppmacro.c:504
4874 #, c-format
4875 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
4876 msgstr ""
4877
4878 #: cppmacro.c:546
4879 #, fuzzy
4880 msgid "ISO C99 requires rest arguments to be used"
4881 msgstr "ÊáêÞ áßôçóç ðáñáìÝôñùí"
4882
4883 #: cppmacro.c:551
4884 #, c-format
4885 msgid "macro \"%s\" requires %u arguments, but only %u given"
4886 msgstr ""
4887
4888 #: cppmacro.c:556
4889 #, c-format
4890 msgid "macro \"%s\" passed %u arguments, but takes just %u"
4891 msgstr ""
4892
4893 #: cppmacro.c:669 cpptrad.c:774
4894 #, c-format
4895 msgid "unterminated argument list invoking macro \"%s\""
4896 msgstr ""
4897
4898 #: cppmacro.c:776
4899 #, c-format
4900 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
4901 msgstr ""
4902
4903 #: cppmacro.c:1314
4904 #, fuzzy, c-format
4905 msgid "duplicate macro parameter \"%s\""
4906 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
4907
4908 #: cppmacro.c:1351
4909 #, c-format
4910 msgid "\"%s\" may not appear in macro parameter list"
4911 msgstr ""
4912
4913 #: cppmacro.c:1359
4914 msgid "macro parameters must be comma-separated"
4915 msgstr ""
4916
4917 #: cppmacro.c:1376
4918 msgid "parameter name missing"
4919 msgstr ""
4920
4921 #: cppmacro.c:1391
4922 msgid "anonymous variadic macros were introduced in C99"
4923 msgstr ""
4924
4925 #: cppmacro.c:1395
4926 msgid "ISO C does not permit named variadic macros"
4927 msgstr ""
4928
4929 #: cppmacro.c:1404
4930 msgid "missing ')' in macro parameter list"
4931 msgstr ""
4932
4933 #: cppmacro.c:1472
4934 msgid "ISO C requires whitespace after the macro name"
4935 msgstr ""
4936
4937 #: cppmacro.c:1500
4938 msgid "'#' is not followed by a macro parameter"
4939 msgstr ""
4940
4941 #: cppmacro.c:1519
4942 msgid "'##' cannot appear at either end of a macro expansion"
4943 msgstr ""
4944
4945 #: cppmacro.c:1601
4946 #, fuzzy, c-format
4947 msgid "\"%s\" redefined"
4948 msgstr "áüñéóôï"
4949
4950 #: cppmacro.c:1606
4951 #, fuzzy
4952 msgid "this is the location of the previous definition"
4953 msgstr "áõôÞ åßíáé ç èÝóç ôïõ ðñþôïõ ïñéóìïý"
4954
4955 #: cppmacro.c:1657
4956 #, c-format
4957 msgid "macro argument \"%s\" would be stringified in traditional C"
4958 msgstr ""
4959
4960 #: cppmacro.c:1682
4961 #, c-format
4962 msgid "invalid hash type %d in cpp_macro_definition"
4963 msgstr ""
4964
4965 #: cppspec.c:109
4966 #, fuzzy, c-format
4967 msgid "\"%s\" is not a valid option to the preprocessor"
4968 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
4969
4970 #: cppspec.c:133
4971 msgid "too many input files"
4972 msgstr "õðåñâïëéêÜ ðïëëÜ áñ÷åßá åéóüäïõ"
4973
4974 #: cpptrad.c:841
4975 #, c-format
4976 msgid "detected recursion whilst expanding macro \"%s\""
4977 msgstr ""
4978
4979 #: cse.c:7195
4980 #, c-format
4981 msgid ";; Processing block from %d to %d, %d sets.\n"
4982 msgstr ""
4983
4984 #: diagnostic.c:714
4985 msgid "((anonymous))"
4986 msgstr "((áíþíõìï))"
4987
4988 #: diagnostic.c:928
4989 #, c-format
4990 msgid "%s: warnings being treated as errors\n"
4991 msgstr ""
4992
4993 # src/request.c:37
4994 #: diagnostic.c:963
4995 #, c-format
4996 msgid "%s: %s: "
4997 msgstr "%s: %s: "
4998
4999 #: diagnostic.c:1054
5000 #, c-format
5001 msgid "%s "
5002 msgstr "%s "
5003
5004 #: diagnostic.c:1056
5005 #, c-format
5006 msgid " %s"
5007 msgstr " %s"
5008
5009 #: diagnostic.c:1078
5010 msgid "At top level:"
5011 msgstr ""
5012
5013 #: diagnostic.c:1083
5014 #, c-format
5015 msgid "In member function `%s':"
5016 msgstr "Óôç óõíÜñôçóç ìÝëïò `%s':"
5017
5018 #: diagnostic.c:1087
5019 #, c-format
5020 msgid "In function `%s':"
5021 msgstr "Óôç óõíÜñôçóç `%s':"
5022
5023 #: diagnostic.c:1175
5024 #, fuzzy
5025 msgid "compilation terminated.\n"
5026 msgstr "Ç ëåéôïõñãßá äåí åðéôñÝðåôáé"
5027
5028 #: diagnostic.c:1193
5029 #, c-format
5030 msgid "%s:%d: confused by earlier errors, bailing out\n"
5031 msgstr ""
5032
5033 #: diagnostic.c:1208 diagnostic.c:1316
5034 #, c-format
5035 msgid ""
5036 "Please submit a full bug report,\n"
5037 "with preprocessed source if appropriate.\n"
5038 "See %s for instructions.\n"
5039 msgstr ""
5040
5041 #: diagnostic.c:1314
5042 msgid "Internal compiler error: Error reporting routines re-entered.\n"
5043 msgstr ""
5044
5045 #: diagnostic.c:1376
5046 #, c-format
5047 msgid "in %s, at %s:%d"
5048 msgstr ""
5049
5050 #: diagnostic.c:1397
5051 #, c-format
5052 msgid "In file included from %s:%d"
5053 msgstr ""
5054
5055 #: diagnostic.c:1400
5056 #, c-format
5057 msgid ""
5058 ",\n"
5059 "                 from %s:%d"
5060 msgstr ""
5061
5062 #: diagnostic.c:1401
5063 msgid ":\n"
5064 msgstr ":\n"
5065
5066 #: diagnostic.c:1445 diagnostic.c:1462
5067 #, c-format
5068 msgid "`%s' is deprecated (declared at %s:%d)"
5069 msgstr ""
5070
5071 #: diagnostic.c:1465
5072 #, fuzzy, c-format
5073 msgid "`%s' is deprecated"
5074 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
5075
5076 #: diagnostic.c:1468
5077 #, c-format
5078 msgid "type is deprecated (declared at %s:%d)"
5079 msgstr ""
5080
5081 #: diagnostic.c:1471
5082 msgid "type is deprecated"
5083 msgstr ""
5084
5085 #: dominance.c:728
5086 #, c-format
5087 msgid "dominator of %d should be %d, not %d"
5088 msgstr ""
5089
5090 #: dwarf2out.c:3135
5091 #, fuzzy, c-format
5092 msgid "DW_LOC_OP %s not implemented\n"
5093 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
5094
5095 #: dwarfout.c:2066
5096 #, c-format
5097 msgid "internal regno botch: `%s' has regno = %d\n"
5098 msgstr ""
5099
5100 #: dwarfout.c:6181
5101 msgid "support for the DWARF1 debugging format is deprecated"
5102 msgstr ""
5103
5104 #: dwarfout.c:6278
5105 #, fuzzy
5106 msgid "can't get current directory"
5107 msgstr "Äåí åßíáé äõíáôüí íá ëçöèåß ï ôñÝ÷ùí êáôÜëïãïò."
5108
5109 #: emit-rtl.c:1155
5110 msgid "can't access real part of complex value in hard register"
5111 msgstr ""
5112
5113 #: emit-rtl.c:1177
5114 msgid "can't access imaginary part of complex value in hard register"
5115 msgstr ""
5116
5117 #: emit-rtl.c:3402
5118 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
5119 msgstr ""
5120
5121 #: errors.c:136
5122 #, c-format
5123 msgid "abort in %s, at %s:%d"
5124 msgstr ""
5125
5126 #: except.c:369
5127 msgid "exception handling disabled, use -fexceptions to enable"
5128 msgstr ""
5129
5130 #: except.c:2994
5131 msgid "argument of `__builtin_eh_return_regno' must be constant"
5132 msgstr ""
5133
5134 #: except.c:3137
5135 #, fuzzy
5136 msgid "__builtin_eh_return not supported on this target"
5137 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
5138
5139 #: explow.c:1408
5140 #, fuzzy
5141 msgid "stack limits not supported on this target"
5142 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
5143
5144 #: expr.c:3355
5145 msgid "function using short complex types cannot be inline"
5146 msgstr ""
5147
5148 #: expr.c:6272 expr.c:6281 expr.c:6290 expr.c:6295 expr.c:6604 expr.c:6620
5149 msgid "unsupported wide integer operation"
5150 msgstr ""
5151
5152 #: expr.c:6669
5153 #, c-format
5154 msgid "prior parameter's size depends on `%s'"
5155 msgstr ""
5156
5157 #: expr.c:7005
5158 msgid "returned value in block_exit_expr"
5159 msgstr ""
5160
5161 #. We can't make a bitwise copy of this object, so fail.
5162 #: expr.c:9202
5163 #, fuzzy
5164 msgid "cannot take the address of an unaligned member"
5165 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï áñ÷åßï fifo `%s'"
5166
5167 #: final.c:1342
5168 msgid "negative insn length"
5169 msgstr ""
5170
5171 #: final.c:2793
5172 #, fuzzy
5173 msgid "could not split insn"
5174 msgstr "áäõíáìßá åýñåóçò âñü÷ïõ"
5175
5176 #: final.c:3141
5177 #, fuzzy
5178 msgid "invalid `asm': "
5179 msgstr "ìç Ýãêõñï ìÝãåèïò ïñéæüíôéïõ óôçëïèÝôç: %s"
5180
5181 #: final.c:3328
5182 msgid "nested assembly dialect alternatives"
5183 msgstr ""
5184
5185 #: final.c:3345 final.c:3357
5186 #, fuzzy
5187 msgid "unterminated assembly dialect alternative"
5188 msgstr "ìç ôåñìáôéæüìåíï óõìâïëéêü üíïìá"
5189
5190 #: final.c:3401
5191 #, fuzzy, c-format
5192 msgid "operand number missing after %%-letter"
5193 msgstr "ïñéóìüò äéêáéùìÜôùí óôï %s"
5194
5195 #: final.c:3404 final.c:3443
5196 #, fuzzy
5197 msgid "operand number out of range"
5198 msgstr "Ï áñéèìüò óýíäåóìïõ åßíáé Ýîù áðü ôï üñéï"
5199
5200 #: final.c:3462
5201 #, fuzzy, c-format
5202 msgid "invalid %%-code"
5203 msgstr "ìç Ýãêõñï äéêáßùìá"
5204
5205 #: final.c:3493
5206 #, c-format
5207 msgid "`%%l' operand isn't a label"
5208 msgstr ""
5209
5210 #. We can't handle floating point constants;
5211 #. PRINT_OPERAND must handle them.
5212 #: final.c:3600 vmsdbgout.c:466 config/i386/i386.c:6314
5213 #: config/pdp11/pdp11.c:1573
5214 msgid "floating constant misused"
5215 msgstr ""
5216
5217 #: final.c:3656 vmsdbgout.c:523 config/i386/i386.c:6392
5218 #: config/pdp11/pdp11.c:1620
5219 #, fuzzy
5220 msgid "invalid expression as operand"
5221 msgstr "%s: ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç: %s"
5222
5223 #: flow.c:352
5224 msgid "function might be possible candidate for attribute `noreturn'"
5225 msgstr ""
5226
5227 #: flow.c:357
5228 msgid "`noreturn' function does return"
5229 msgstr ""
5230
5231 #: flow.c:378
5232 msgid "control reaches end of non-void function"
5233 msgstr "ï Ýëåã÷ïò öèÜíåé óôï ôÝëïò ìç-êåíÞò óõíÜñôçóçò"
5234
5235 #: flow.c:1642
5236 msgid "Attempt to delete prologue/epilogue insn:"
5237 msgstr ""
5238
5239 #: fold-const.c:2546 fold-const.c:2559
5240 #, c-format
5241 msgid "comparison is always %d due to width of bit-field"
5242 msgstr ""
5243
5244 #: fold-const.c:3753 fold-const.c:3770
5245 #, c-format
5246 msgid "comparison is always %d"
5247 msgstr ""
5248
5249 #: fold-const.c:3901
5250 msgid "`or' of unmatched not-equal tests is always 1"
5251 msgstr ""
5252
5253 #: fold-const.c:3906
5254 msgid "`and' of mutually exclusive equal-tests is always 0"
5255 msgstr ""
5256
5257 # src/shred.c:1134
5258 #: function.c:884 varasm.c:1503
5259 #, fuzzy, c-format
5260 msgid "size of variable `%s' is too large"
5261 msgstr "%s: ôï áñ÷åßï åßíáé ðïëý ìåãÜëï"
5262
5263 #: function.c:3772
5264 msgid "impossible constraint in `asm'"
5265 msgstr ""
5266
5267 #: function.c:5527
5268 #, c-format
5269 msgid "`%s' might be used uninitialized in this function"
5270 msgstr ""
5271
5272 #: function.c:5534
5273 #, c-format
5274 msgid "variable `%s' might be clobbered by `longjmp' or `vfork'"
5275 msgstr ""
5276
5277 #: function.c:5553
5278 #, c-format
5279 msgid "argument `%s' might be clobbered by `longjmp' or `vfork'"
5280 msgstr ""
5281
5282 #: function.c:6420
5283 msgid "function returns an aggregate"
5284 msgstr ""
5285
5286 #: function.c:6925
5287 #, fuzzy, c-format
5288 msgid "unused parameter `%s'"
5289 msgstr "Üãíùóôïò ÷áñáêôÞñáò `%s'"
5290
5291 # src/main.c:785
5292 #: gcc.c:1107
5293 #, fuzzy, c-format
5294 msgid "ambiguous abbreviation %s"
5295 msgstr "ÁóáöÞò ìïñöÞ `%s'"
5296
5297 #: gcc.c:1134
5298 #, c-format
5299 msgid "incomplete `%s' option"
5300 msgstr ""
5301
5302 #: gcc.c:1145
5303 #, fuzzy, c-format
5304 msgid "missing argument to `%s' option"
5305 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
5306
5307 #: gcc.c:1158
5308 #, fuzzy, c-format
5309 msgid "extraneous argument to `%s' option"
5310 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
5311
5312 #: gcc.c:1486
5313 msgid "Using built-in specs.\n"
5314 msgstr ""
5315
5316 #: gcc.c:1667
5317 #, fuzzy, c-format
5318 msgid ""
5319 "Setting spec %s to '%s'\n"
5320 "\n"
5321 msgstr "äçìéïõñãßá %s %s óôï %s"
5322
5323 #: gcc.c:1774
5324 #, c-format
5325 msgid "Reading specs from %s\n"
5326 msgstr ""
5327
5328 #: gcc.c:1872 gcc.c:1891
5329 #, c-format
5330 msgid "specs %%include syntax malformed after %ld characters"
5331 msgstr ""
5332
5333 #: gcc.c:1899
5334 #, fuzzy, c-format
5335 msgid "could not find specs file %s\n"
5336 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
5337
5338 #: gcc.c:1916 gcc.c:1924 gcc.c:1933 gcc.c:1942
5339 #, c-format
5340 msgid "specs %%rename syntax malformed after %ld characters"
5341 msgstr ""
5342
5343 #: gcc.c:1951
5344 #, c-format
5345 msgid "specs %s spec was not found to be renamed"
5346 msgstr ""
5347
5348 #: gcc.c:1958
5349 #, c-format
5350 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
5351 msgstr ""
5352
5353 #: gcc.c:1963
5354 #, fuzzy, c-format
5355 msgid "rename spec %s to %s\n"
5356 msgstr "äçìéïõñãßá %s %s óôï %s"
5357
5358 #: gcc.c:1965
5359 #, c-format
5360 msgid ""
5361 "spec is '%s'\n"
5362 "\n"
5363 msgstr ""
5364
5365 #: gcc.c:1978
5366 #, fuzzy, c-format
5367 msgid "specs unknown %% command after %ld characters"
5368 msgstr "ëßóôá ìå üëá ôá ãíùóôÜ óýíïëá ÷áñáêôÞñùí"
5369
5370 #: gcc.c:1989 gcc.c:2002
5371 #, c-format
5372 msgid "specs file malformed after %ld characters"
5373 msgstr ""
5374
5375 #: gcc.c:2056
5376 msgid "spec file has no spec for linking"
5377 msgstr ""
5378
5379 #: gcc.c:2554
5380 msgid "-pipe not supported"
5381 msgstr "ôï -pipe äåí õðïóôçñßæåôáé"
5382
5383 #: gcc.c:2609
5384 msgid ""
5385 "\n"
5386 "Go ahead? (y or n) "
5387 msgstr ""
5388 "\n"
5389 "Íá óõíå÷ßóåôå; (y Þ n) "
5390
5391 #: gcc.c:2735
5392 #, c-format
5393 msgid ""
5394 "Internal error: %s (program %s)\n"
5395 "Please submit a full bug report.\n"
5396 "See %s for instructions."
5397 msgstr ""
5398
5399 #: gcc.c:2753
5400 #, c-format
5401 msgid "# %s %.2f %.2f\n"
5402 msgstr "# %s %.2f %.2f\n"
5403
5404 #: gcc.c:2883
5405 #, c-format
5406 msgid "Usage: %s [options] file...\n"
5407 msgstr "÷ñÞóç: %s [åðéëïãÝò] áñ÷åßï...\n"
5408
5409 #: gcc.c:2884
5410 msgid "Options:\n"
5411 msgstr "ÅðéëïãÝò:\n"
5412
5413 #: gcc.c:2886
5414 msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
5415 msgstr "  -pass-exit-codes         ¸îïäïò ìå ôï õøçëüôåñï êùäéêü óöÜëìáôïò ôçò öÜóçò\n"
5416
5417 #: gcc.c:2887
5418 msgid "  --help                   Display this information\n"
5419 msgstr "  --help                   ÅìöÜíéóç áõôþí ôùí ðëçñïöïñéþí\n"
5420
5421 #: gcc.c:2888
5422 msgid "  --target-help            Display target specific command line options\n"
5423 msgstr "  --target-help            ÅìöÜíéóç åðéëïãÝò ãñáììþí åíôïëÞò ó÷åôéêÝò ìå ôï óôü÷ï\n"
5424
5425 #: gcc.c:2890
5426 msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
5427 msgstr "  (×ñÞóç '-v --help' ãéá ôçí åìöÜíéóç åðéëïãþí ãñáììÞò åíôïëÞò õðïäéåñãáóéþí)\n"
5428
5429 #: gcc.c:2891
5430 msgid "  -dumpspecs               Display all of the built in spec strings\n"
5431 msgstr "  -dumpspecs               ÅìöÜíéóç üëùí ôùí ðñïêáèïñéóìÝíùí áëöáñéèìçôéêþí ôùí ðñïóäéïñéóìþí\n"
5432
5433 #: gcc.c:2892
5434 msgid "  -dumpversion             Display the version of the compiler\n"
5435 msgstr "  -dumpversion             ÅìöÜíéóç ôçò Ýêäïóçò ôïõ ìåôáãëùôôéóôÞ\n"
5436
5437 #: gcc.c:2893
5438 msgid "  -dumpmachine             Display the compiler's target processor\n"
5439 msgstr "  -dumpmachine             ÅìöÜíéóç ôïõ åðåîåñãáóôÞ óôü÷ïõ ôïõ ìåôáãëùôôéóôÞ\n"
5440
5441 #: gcc.c:2894
5442 msgid "  -print-search-dirs       Display the directories in the compiler's search path\n"
5443 msgstr "  -print-search-dirs       ÅìöÜíéóç ôùí êáôáëüãùí óôéò äéáäñïìÝò áíáæÞôçóçò ôïõ ìåôáãëùôôéóôÞ\n"
5444
5445 #: gcc.c:2895
5446 msgid "  -print-libgcc-file-name  Display the name of the compiler's companion library\n"
5447 msgstr "  -print-libgcc-file-name  ÅìöÜíéóç ôïõ ïíüìáôïò ôçò óõíïäåõôéêÞò âéâëéïèÞêçò ôïõ ìåôáãëùôôéóôÞ\n"
5448
5449 #: gcc.c:2896
5450 msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
5451 msgstr "  -print-file-name=<âéâëéïè> ÅìöÜíéóç ôçò ðëÞñçò äéáäñïìÞò óôç âéâëéïèÞêç <âéâëéïè>\n"
5452
5453 #: gcc.c:2897
5454 msgid "  -print-prog-name=<prog>  Display the full path to compiler component <prog>\n"
5455 msgstr "  -print-prog-name=<ðñüãñ> ÅìöÜíéóç ôçò ðëÞñçò äéáäñïìÞò óôï óõóôáôéêü ìåôáãëùôôéóôÞ <ðñüãñ>\n"
5456
5457 #: gcc.c:2898
5458 msgid "  -print-multi-directory   Display the root directory for versions of libgcc\n"
5459 msgstr "  -print-multi-directory   ÅìöÜíéóç ôïõ ñéæéêïý êáôáëüãïõ ãéá åêäüóåéò ôçò libgcc\n"
5460
5461 #: gcc.c:2899
5462 msgid ""
5463 "  -print-multi-lib         Display the mapping between command line options and\n"
5464 "                           multiple library search directories\n"
5465 msgstr ""
5466 "  -print-multi-lib         ÅìöÜíéóç ôçò áíôéóôïß÷éóçò ìåôáîý åðéëïãþí ãñáììÞò\n"
5467 "                           åíôïëÞò êáé êáôáëüãùí áíáæÞôçóçò ðïëëáðëþí\n"
5468 "                           âéâëéïèçêþí\n"
5469
5470 #: gcc.c:2902
5471 #, fuzzy
5472 msgid "  -print-multi-os-directory Display the relative path to OS libraries\n"
5473 msgstr "  -print-multi-directory   ÅìöÜíéóç ôïõ ñéæéêïý êáôáëüãïõ ãéá åêäüóåéò ôçò libgcc\n"
5474
5475 #: gcc.c:2903
5476 msgid "  -Wa,<options>            Pass comma-separated <options> on to the assembler\n"
5477 msgstr "  -Wa,<åðéëïãÝò>            ÐÝñáóìá <åðéëïãþí> äéá÷ùñéóìÝíùí ìå êüììá óôï óõíáñìïëïãçôÞ\n"
5478
5479 #: gcc.c:2904
5480 msgid "  -Wp,<options>            Pass comma-separated <options> on to the preprocessor\n"
5481 msgstr "  -Wp,<åðéëïãÝò>            ÐÝñáóìá <åðéëïãþí> äéá÷ùñéóìÝíùí ìå êüììá óôïí ðñï-åðåîåñãáóôÞ\n"
5482
5483 #: gcc.c:2905
5484 msgid "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
5485 msgstr "  -Wl,<åðéëïãÝò>            ÐÝñáóìá <åðéëïãþí> äéá÷ùñéóìÝíùí ìå êüììá óôï óõíäÝôç\n"
5486
5487 #: gcc.c:2906
5488 msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
5489 msgstr "  -Xlinker <üñéóìá>        ÐÝñáóìá <ïñßóìáôïò> óôï óõíäÝôç\n"
5490
5491 #: gcc.c:2907
5492 msgid "  -save-temps              Do not delete intermediate files\n"
5493 msgstr "  -save-temps              Íá ìç äéáãñáöïýí ôá åíäéÜìåóá áñ÷åßá\n"
5494
5495 #: gcc.c:2908
5496 msgid "  -pipe                    Use pipes rather than intermediate files\n"
5497 msgstr "  -pipe                    ×ñÞóç óùëçíþóåùí áíôß åíäéÜìåóùí áñ÷åßùí\n"
5498
5499 #: gcc.c:2909
5500 msgid "  -time                    Time the execution of each subprocess\n"
5501 msgstr "  -time                    ÌÝôñçóç ôïõ ÷ñüíïõ åêôÝëåóçò êÜèå õðïäéåñãáóßáò\n"
5502
5503 #: gcc.c:2910
5504 msgid "  -specs=<file>            Override built-in specs with the contents of <file>\n"
5505 msgstr "  -specs=<áñ÷åßï>           ×ñÞóç ôïõ ðåñéå÷ïìÝíïõ ôïõ <áñ÷åßïõ> áíôß ôùí ðñïêáèïñéóìÝíùí ðñïóäéïñéóìþí\n"
5506
5507 #: gcc.c:2911
5508 msgid "  -std=<standard>          Assume that the input sources are for <standard>\n"
5509 msgstr ""
5510 "  -std=<ðñüôõðï>           Èåþñçóå üôé ïé ðçãÝò êþäéêá åßíáé ãéá ôï <ðñüôõðï>\n"
5511 "\n"
5512
5513 #: gcc.c:2912
5514 msgid "  -B <directory>           Add <directory> to the compiler's search paths\n"
5515 msgstr "  -B <êáôÜëïãïò>           ÐñïóèÞêç ôïõ <êáôáëüãïõ> óôéò äéáäñïìÝò áíáæÞôçóçò ôïõ ìåôáãëùôôéóôÞ\n"
5516
5517 #: gcc.c:2913
5518 msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
5519 msgstr "  -b <ìç÷áíÞ>              ÅêôÝëåóç ôïõ gcc ãéá ôï óôü÷ï <ìç÷áíÞ>, áí åßíáé åãêáôåóôçìÝíïò\n"
5520
5521 #: gcc.c:2914
5522 msgid "  -V <version>             Run gcc version number <version>, if installed\n"
5523 msgstr "  -V <Ýêäïóç>              ÅêôÝëåóç ôçò Ýêäïóçò <Ýêäïóç> ôïõ gcc, áí åßíáé åãêáôåóôçìÝíç\n"
5524
5525 #: gcc.c:2915
5526 msgid "  -v                       Display the programs invoked by the compiler\n"
5527 msgstr "  -v                       ÅìöÜíéóç ôùí ðñïãñáììÜôùí ðïõ êáëåß ï ìåôáãëùôôéóôÞò\n"
5528
5529 #: gcc.c:2916
5530 msgid "  -###                     Like -v but options quoted and commands not executed\n"
5531 msgstr ""
5532
5533 #: gcc.c:2917
5534 msgid "  -E                       Preprocess only; do not compile, assemble or link\n"
5535 msgstr "  -E                       Ðñïåðåîåñãáóßá ìüíï· ü÷é ìåôáãëþôôéóç, óõíáñìïëüãçóç Þ óýíäåóç\n"
5536
5537 #: gcc.c:2918
5538 msgid "  -S                       Compile only; do not assemble or link\n"
5539 msgstr "  -S                       Ìåôáãëþôôéóç ìüíï· ü÷é óõíáñìïëüãçóç Þóýíäåóç\n"
5540
5541 #: gcc.c:2919
5542 msgid "  -c                       Compile and assemble, but do not link\n"
5543 msgstr "  -c                       Ìåôáãëþôôéóç êáé óõíáñìïëüãçóç, ü÷éüìùò óýíäåóç\n"
5544
5545 #: gcc.c:2920
5546 msgid "  -o <file>                Place the output into <file>\n"
5547 msgstr "  -o <áñ÷åßï>              ÔïðïèÝôçóç ôçò åîüäïõ óôï <áñ÷åßï>\n"
5548
5549 #: gcc.c:2921
5550 #, fuzzy
5551 msgid ""
5552 "  -x <language>            Specify the language of the following input files\n"
5553 "                           Permissible languages include: c c++ assembler none\n"
5554 "                           'none' means revert to the default behavior of\n"
5555 "                           guessing the language based on the file's extension\n"
5556 msgstr ""
5557 "  -x <ãëþóóá>              Êáèïñéóìüò ôçò ãëþóóáò ôùí åðüìåíùí áñ÷Ýéùí åéóüäïõ\n"
5558 "                           ÁðïäåêôÝò ãëþóóåò åßíáé: c c++ assembler none\n"
5559 "                           Ôï 'none' óçìáßíåé åðáíáöïñÜ óôçí åî ïñéóìïý\n"
5560 "                           óõìðåñéöïñÜ åýñåóçò ôçò ãëþóóáò âÜóåé ôçò åðÝêôáóçò\n"
5561 "                           ôïõ áñ÷åßïõ\n"
5562
5563 #: gcc.c:2928
5564 #, c-format
5565 msgid ""
5566 "\n"
5567 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
5568 " passed on to the various sub-processes invoked by %s.  In order to pass\n"
5569 " other options on to these processes the -W<letter> options must be used.\n"
5570 msgstr ""
5571 "\n"
5572 "Ïé åðéëïãÝò ðïõ îåêéíïýí ìå -g, -f, -m, -O, -W Þ --param ðåñíïýí áõôüìáôá\n"
5573 " óôéò äéÜöïñåò õðïäéåñãáóßåò ðïõ êáëåß ôï %s.  Ãéá íá ðåñÜóåôå Üëëåò\n"
5574 " åðéëïãÝò óå áõôÝò ôéò äéåñãáóßåò, ðñÝðåé íá ÷ñçóéìïðïéÞóåôå ôéò åðéëïãÝò\n"
5575 " -W<ãñÜììá>.\n"
5576
5577 #: gcc.c:3063
5578 #, fuzzy, c-format
5579 msgid "`-%c' option must have argument"
5580 msgstr "ðáñÜëçøç ïñßóìáôïò áñ÷åßïõ"
5581
5582 #: gcc.c:3085
5583 #, c-format
5584 msgid "couldn't run `%s': %s"
5585 msgstr ""
5586
5587 #. translate_options () has turned --version into -fversion.
5588 #: gcc.c:3262
5589 #, c-format
5590 msgid "%s (GCC) %s\n"
5591 msgstr "%s (GCC) %s\n"
5592
5593 #: gcc.c:3263
5594 #, fuzzy
5595 msgid "Copyright (C) 2003 Free Software Foundation, Inc.\n"
5596 msgstr "ÐíåõìáôéêÜ Äéêáéþìáôá (C) 2001 Free Software Foundation, Inc.\n"
5597
5598 # src/main.c:850
5599 #: gcc.c:3265 gcov.c:364
5600 #, fuzzy
5601 msgid ""
5602 "This is free software; see the source for copying conditions.  There is NO\n"
5603 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5604 "\n"
5605 msgstr ""
5606 "Áõôü åßíáé åëåýèåñï ëïãéóìéêü· äåßôå ôïí ðçãáßï êþäéêá ãéá ôïõò êáíïíéóìïýò\n"
5607 "áíôéãñáöÞò. Äåí õðÜñ÷åé ÊÁÌÉÁ åããýçóç· ïýôå áêüìá ãéá ËÅÉÔÏÕÑÃÉÊÏÔÇÔÁ Þ \n"
5608 "ÊÁÔÁËËÇËÏÔÇÔÁ ÃÉÁ ÅÍÁ ÓÕÃÊÅÊÑÉÌÅÍÏ ÓÊÏÐÏ.\n"
5609
5610 #: gcc.c:3366
5611 #, fuzzy
5612 msgid "argument to `-Xlinker' is missing"
5613 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5614
5615 #: gcc.c:3374
5616 #, fuzzy
5617 msgid "argument to `-l' is missing"
5618 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5619
5620 #: gcc.c:3391
5621 #, fuzzy
5622 msgid "argument to `-specs' is missing"
5623 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5624
5625 #: gcc.c:3406
5626 #, fuzzy
5627 msgid "argument to `-specs=' is missing"
5628 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5629
5630 #: gcc.c:3436
5631 #, c-format
5632 msgid "`-%c' must come at the start of the command line"
5633 msgstr ""
5634
5635 #: gcc.c:3445
5636 #, fuzzy
5637 msgid "argument to `-B' is missing"
5638 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5639
5640 #: gcc.c:3618
5641 msgid "cannot specify -o with -c or -S and multiple compilations"
5642 msgstr ""
5643
5644 #: gcc.c:3791
5645 msgid "warning: -pipe ignored because -save-temps specified"
5646 msgstr ""
5647
5648 #: gcc.c:3795
5649 msgid "warning: -pipe ignored because -time specified"
5650 msgstr ""
5651
5652 #: gcc.c:3807
5653 #, fuzzy
5654 msgid "argument to `-x' is missing"
5655 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5656
5657 #: gcc.c:3835
5658 #, fuzzy, c-format
5659 msgid "argument to `-%s' is missing"
5660 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5661
5662 #: gcc.c:3896
5663 #, c-format
5664 msgid "warning: `-x %s' after last input file has no effect"
5665 msgstr ""
5666
5667 #: gcc.c:4241
5668 #, fuzzy
5669 msgid "invalid specification!  Bug in cc"
5670 msgstr "Ìç Ýãêõñç ñýèìéóç èýñáò (port)"
5671
5672 #: gcc.c:4395
5673 #, c-format
5674 msgid "%s\n"
5675 msgstr ""
5676
5677 #. Catch the case where a spec string contains something like
5678 #. '%{foo:%*}'.  ie there is no * in the pattern on the left
5679 #. hand side of the :.
5680 #: gcc.c:4955
5681 #, c-format
5682 msgid "spec failure: '%%*' has not been initialized by pattern match"
5683 msgstr ""
5684
5685 #: gcc.c:4964
5686 #, c-format
5687 msgid "warning: use of obsolete %%[ operator in specs"
5688 msgstr ""
5689
5690 #: gcc.c:4982
5691 #, c-format
5692 msgid "Processing spec %c%s%c, which is '%s'\n"
5693 msgstr ""
5694
5695 #: gcc.c:5107
5696 #, fuzzy, c-format
5697 msgid "spec failure: unrecognized spec option '%c'"
5698 msgstr "%s: ìç áíáãíùñßóéìç åðéëïãÞ `-%c'\n"
5699
5700 #: gcc.c:5188
5701 #, fuzzy, c-format
5702 msgid "unknown spec function `%s'"
5703 msgstr "Óôç óõíÜñôçóç `%s':"
5704
5705 #: gcc.c:5207
5706 #, fuzzy, c-format
5707 msgid "error in args to spec function `%s'"
5708 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
5709
5710 #: gcc.c:5256
5711 msgid "malformed spec function name"
5712 msgstr ""
5713
5714 #. )
5715 #: gcc.c:5259
5716 #, fuzzy
5717 msgid "no arguments for spec function"
5718 msgstr "ðïëý ëßãá ïñßóìáôá"
5719
5720 #: gcc.c:5278
5721 msgid "malformed spec function arguments"
5722 msgstr ""
5723
5724 #: gcc.c:5386
5725 msgid "mismatched braces in specs"
5726 msgstr ""
5727
5728 #: gcc.c:6081
5729 #, c-format
5730 msgid "unrecognized option `-%s'"
5731 msgstr "ìç áíáãíùñßóçìç åðéëïãÞ `-%s'"
5732
5733 #: gcc.c:6087
5734 #, c-format
5735 msgid "install: %s%s\n"
5736 msgstr "åãêáôÜóôáóç: %s%s\n"
5737
5738 #: gcc.c:6088
5739 #, c-format
5740 msgid "programs: %s\n"
5741 msgstr "ðñïãñÜììáôá: %s\n"
5742
5743 #: gcc.c:6089
5744 #, c-format
5745 msgid "libraries: %s\n"
5746 msgstr "âéâëéïèÞêåò: %s\n"
5747
5748 #: gcc.c:6146
5749 msgid ""
5750 "\n"
5751 "For bug reporting instructions, please see:\n"
5752 msgstr ""
5753 "\n"
5754 "Ãéá ïäçãßåò ãéá áíáöïñÝò óöáëìÜôùí. ðáñáêáëþ äåßôå:\n"
5755
5756 #: gcc.c:6162
5757 #, c-format
5758 msgid "Configured with: %s\n"
5759 msgstr "¸÷åé ñõèìéóôåß ìå: %s\n"
5760
5761 #: gcc.c:6176
5762 #, c-format
5763 msgid "Thread model: %s\n"
5764 msgstr "ÌïíôÝëï íçìÜôùí: %s\n"
5765
5766 #: gcc.c:6187
5767 #, c-format
5768 msgid "gcc version %s\n"
5769 msgstr "Ýêäïóç gcc %s\n"
5770
5771 #: gcc.c:6189
5772 #, c-format
5773 msgid "gcc driver version %s executing gcc version %s\n"
5774 msgstr "Ýêäïóç ïäçãïý gcc %s åêôåëåß ôçí Ýêäïóç gcc %s\n"
5775
5776 #: gcc.c:6197
5777 msgid "no input files"
5778 msgstr "äåí õðÜñ÷ïõí áñ÷åßá åéóüäïõ"
5779
5780 #: gcc.c:6235
5781 #, c-format
5782 msgid "%s: %s compiler not installed on this system"
5783 msgstr "%s: ï ìåôáãëùôôéóôÞò %s äåí Ý÷åé åãêáôáóôáèåß óôï óýóôçìá áõôü"
5784
5785 #: gcc.c:6310
5786 #, c-format
5787 msgid "%s: linker input file unused because linking not done"
5788 msgstr ""
5789
5790 #: gcc.c:6353
5791 #, c-format
5792 msgid "language %s not recognized"
5793 msgstr ""
5794
5795 #: gcc.c:6456
5796 msgid "internal gcc abort"
5797 msgstr "åóùôåñéêü óöÜëìá gcc"
5798
5799 # src/main.c:178
5800 #: gcov.c:325
5801 #, fuzzy
5802 msgid "Internal gcov abort.\n"
5803 msgstr "Åóùôåñéêü óöÜëìá (recoding)"
5804
5805 #: gcov.c:338
5806 msgid ""
5807 "Usage: gcov [OPTION]... SOURCEFILE\n"
5808 "\n"
5809 msgstr ""
5810 "×ñÞóç: gcov [ÅÐÉËÏÃÇ]... [ÁÑןÏÐÇÃÇÓ]\n"
5811 "\n"
5812
5813 #: gcov.c:339
5814 msgid ""
5815 "Print code coverage information.\n"
5816 "\n"
5817 msgstr ""
5818 "EìöÜíéóç ðëçñïöïñéþí êÜëõøçò êþäéêá.\n"
5819 "\n"
5820
5821 #: gcov.c:340
5822 msgid "  -h, --help                      Print this help, then exit\n"
5823 msgstr "  -h, --help                      ÅìöÜíéóç áõôÞò ôçò âïÞèåéáò, ìåôÜ Ýîïäïò\n"
5824
5825 #: gcov.c:341
5826 msgid "  -v, --version                   Print version number, then exit\n"
5827 msgstr "  -v, --version                   ÅìöÜíéóç áñéèìïý Ýêäïóçò, ìåôÜ Ýîïäïò\n"
5828
5829 #: gcov.c:342
5830 msgid "  -b, --branch-probabilities      Include branch probabilities in output\n"
5831 msgstr ""
5832
5833 #: gcov.c:343
5834 msgid ""
5835 "  -c, --branch-counts             Given counts of branches taken\n"
5836 "                                    rather than percentages\n"
5837 msgstr ""
5838
5839 #: gcov.c:345
5840 msgid "  -n, --no-output                 Do not create an output file\n"
5841 msgstr ""
5842
5843 #: gcov.c:346
5844 msgid ""
5845 "  -l, --long-file-names           Use long output file names for included\n"
5846 "                                    source files\n"
5847 msgstr ""
5848
5849 #: gcov.c:348
5850 msgid "  -f, --function-summaries        Output summaries for each function\n"
5851 msgstr ""
5852
5853 #: gcov.c:349
5854 msgid "  -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n"
5855 msgstr ""
5856
5857 #: gcov.c:350
5858 msgid "  -p, --preserve-paths            Preserve all pathname components\n"
5859 msgstr ""
5860
5861 #: gcov.c:351
5862 #, c-format
5863 msgid ""
5864 "\n"
5865 "For bug reporting instructions, please see:\n"
5866 "%s.\n"
5867 msgstr ""
5868 "\n"
5869 "Ãéá ïäçãßåò óôéò áíáöïñÝò óöáëìÜôùí, ðáñáêáëþ äåßôå:\n"
5870 "%s.\n"
5871
5872 #: gcov.c:361
5873 #, c-format
5874 msgid "gcov (GCC) %s\n"
5875 msgstr "gcov (GCC) %s\n"
5876
5877 #: gcov.c:362
5878 msgid "Copyright (C) 2001 Free Software Foundation, Inc.\n"
5879 msgstr "ÐíåõìáôéêÜ Äéêáéþìáôá (C) 2001 Free Software Foundation, Inc.\n"
5880
5881 #: gcov.c:500
5882 #, fuzzy, c-format
5883 msgid "Could not open basic block file %s.\n"
5884 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
5885
5886 #: gcov.c:507
5887 #, fuzzy, c-format
5888 msgid "Could not open program flow graph file %s.\n"
5889 msgstr "Áäýíáôç ç äçìéïõñãßá áñ÷åßïõ êáôáãñáöþí \"%s\""
5890
5891 #: gcov.c:524
5892 #, fuzzy, c-format
5893 msgid "Could not open data file %s.\n"
5894 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
5895
5896 #: gcov.c:525
5897 msgid "Assuming that all execution counts are zero.\n"
5898 msgstr ""
5899
5900 #: gcov.c:534
5901 #, fuzzy, c-format
5902 msgid "No executable code associated with file %s.\n"
5903 msgstr "ÊáìéÜ äéåýèõíóç äåí óõíäÝåôáé ìå ôï üíïìá"
5904
5905 #: gcov.c:1186
5906 #, c-format
5907 msgid "%s of %d lines executed in %s %s\n"
5908 msgstr ""
5909
5910 #: gcov.c:1191
5911 #, fuzzy, c-format
5912 msgid "No executable lines in %s %s\n"
5913 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
5914
5915 #: gcov.c:1198
5916 #, fuzzy, c-format
5917 msgid "%s of %d branches executed in %s %s\n"
5918 msgstr ""
5919 "Äåí õðÜñ÷åé áñ÷åßï `%s'.\n"
5920 "\n"
5921
5922 #: gcov.c:1203
5923 #, c-format
5924 msgid "%s of %d branches taken at least once in %s %s\n"
5925 msgstr ""
5926
5927 #: gcov.c:1209
5928 #, fuzzy, c-format
5929 msgid "No branches in %s %s\n"
5930 msgstr ""
5931 "Äåí õðÜñ÷åé áñ÷åßï `%s'.\n"
5932 "\n"
5933
5934 #: gcov.c:1211
5935 #, c-format
5936 msgid "%s of %d calls executed in %s %s\n"
5937 msgstr ""
5938
5939 #: gcov.c:1216
5940 #, fuzzy, c-format
5941 msgid "No calls in %s %s\n"
5942 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
5943
5944 #: gcov.c:1351
5945 #, fuzzy, c-format
5946 msgid "didn't use all bb entries of graph, function %s\n"
5947 msgstr "äéáãñáöÞ üëùí ôùí åããñáöþí ôïõ êáôáëüãïõ %s\n"
5948
5949 #: gcov.c:1353
5950 #, c-format
5951 msgid "block_num = %ld, num_blocks = %d\n"
5952 msgstr ""
5953
5954 #: gcov.c:1367
5955 #, c-format
5956 msgid "ERROR: unexpected line number %ld\n"
5957 msgstr ""
5958
5959 #: gcov.c:1383
5960 #, fuzzy, c-format
5961 msgid "ERROR: too many basic blocks in function %s\n"
5962 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
5963
5964 #: gcov.c:1398
5965 #, c-format
5966 msgid "ERROR: out of range line number in function %s\n"
5967 msgstr ""
5968
5969 #: gcov.c:1470
5970 #, fuzzy, c-format
5971 msgid "Could not open source file %s.\n"
5972 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
5973
5974 #: gcov.c:1480
5975 #, c-format
5976 msgid "Warning: source file %s is newer than %s\n"
5977 msgstr ""
5978
5979 #: gcov.c:1510
5980 #, c-format
5981 msgid "Unexpected EOF while reading source file %s.\n"
5982 msgstr ""
5983
5984 #: gcov.c:1532
5985 #, c-format
5986 msgid "call   %2d never executed\n"
5987 msgstr ""
5988
5989 #: gcov.c:1535
5990 #, c-format
5991 msgid "call   %2d returns %s\n"
5992 msgstr ""
5993
5994 #: gcov.c:1543
5995 #, c-format
5996 msgid "branch %2d never executed\n"
5997 msgstr ""
5998
5999 #: gcov.c:1546
6000 #, fuzzy, c-format
6001 msgid "branch %2d taken %s\n"
6002 msgstr ""
6003 "Äåí õðÜñ÷åé áñ÷åßï `%s'.\n"
6004 "\n"
6005
6006 #: gcov.c:1610
6007 #, c-format
6008 msgid "Creating %s.\n"
6009 msgstr "Äçìéïõñãßá ôïõ %s.\n"
6010
6011 #: gcov.c:1613
6012 #, fuzzy, c-format
6013 msgid "Error writing output file %s.\n"
6014 msgstr "óöÜëìá åããñáöÞò %s"
6015
6016 #: gcov.c:1618
6017 #, fuzzy, c-format
6018 msgid "Could not open output file %s.\n"
6019 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ `%s'"
6020
6021 #: gcse.c:763
6022 #, c-format
6023 msgid "GCSE disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
6024 msgstr ""
6025
6026 #: gcse.c:775
6027 #, c-format
6028 msgid "GCSE disabled: %d basic blocks and %d registers"
6029 msgstr ""
6030
6031 #: genautomata.c:1490
6032 #, c-format
6033 msgid "Name `%s' contains quotes"
6034 msgstr ""
6035
6036 #: genautomata.c:1621
6037 #, fuzzy, c-format
6038 msgid "invalid string `%s' in define_cpu_unit"
6039 msgstr "ìç Ýãêõñç ìÝôñçóç åðáíÜëçøçò `%s' óôç êáôáóêåõÞ [c*n]"
6040
6041 #: genautomata.c:1650
6042 #, c-format
6043 msgid "invalid string `%s' in define_query_cpu_unit"
6044 msgstr ""
6045
6046 #: genautomata.c:1682 genautomata.c:1685
6047 #, fuzzy, c-format
6048 msgid "invalid string `%s' in define_bypass"
6049 msgstr "ìç Ýãêõñïò áñéèìüò áðü êåíÝò ãñáììÝò: `%s'"
6050
6051 #: genautomata.c:1720
6052 #, fuzzy, c-format
6053 msgid "invalid first string `%s' in exclusion_set"
6054 msgstr "ìç Ýãêõñç ìÝôñçóç åðáíÜëçøçò `%s' óôç êáôáóêåõÞ [c*n]"
6055
6056 #: genautomata.c:1724
6057 #, fuzzy, c-format
6058 msgid "invalid second string `%s' in exclusion_set"
6059 msgstr "ìç Ýãêõñç ìÝôñçóç åðáíÜëçøçò `%s' óôç êáôáóêåõÞ [c*n]"
6060
6061 #: genautomata.c:1760
6062 #, c-format
6063 msgid "invalid first string `%s' in presence_set"
6064 msgstr ""
6065
6066 #: genautomata.c:1764
6067 #, fuzzy, c-format
6068 msgid "invalid second string `%s' in presence_set"
6069 msgstr "ìç Ýãêõñï üíïìá ìÞíá"
6070
6071 #: genautomata.c:1800
6072 #, c-format
6073 msgid "invalid first string `%s' in absence_set"
6074 msgstr ""
6075
6076 #: genautomata.c:1804
6077 #, c-format
6078 msgid "invalid second string `%s' in absence_set"
6079 msgstr ""
6080
6081 #: genautomata.c:1837
6082 #, c-format
6083 msgid "invalid string `%s' in define_automaton"
6084 msgstr ""
6085
6086 #: genautomata.c:1868
6087 #, fuzzy, c-format
6088 msgid "invalid option `%s' in automata_option"
6089 msgstr "ìç Ýãêõñç ìÝôñçóç åðáíÜëçøçò `%s' óôç êáôáóêåõÞ [c*n]"
6090
6091 #: genautomata.c:1890
6092 #, c-format
6093 msgid "garbage after ) in reservation `%s'"
6094 msgstr ""
6095
6096 #: genautomata.c:1921 genautomata.c:1954 genautomata.c:1981
6097 #, fuzzy, c-format
6098 msgid "invalid `%s' in reservation `%s'"
6099 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
6100
6101 #: genautomata.c:1932
6102 #, c-format
6103 msgid "repetition `%s' <= 1 in reservation `%s'"
6104 msgstr ""
6105
6106 #: genautomata.c:2425
6107 #, c-format
6108 msgid "unit `%s' in exclusion is not declared"
6109 msgstr ""
6110
6111 #: genautomata.c:2427
6112 #, c-format
6113 msgid "`%s' in exclusion is not unit"
6114 msgstr ""
6115
6116 #: genautomata.c:2465
6117 #, c-format
6118 msgid "unit `%s' excludes itself"
6119 msgstr ""
6120
6121 #: genautomata.c:2473
6122 #, c-format
6123 msgid "units `%s' and `%s' in exclusion set belong to different automata"
6124 msgstr ""
6125
6126 #: genautomata.c:2603 genautomata.c:2609
6127 #, c-format
6128 msgid "unit `%s' excludes and requires presence of `%s'"
6129 msgstr ""
6130
6131 #: genautomata.c:2623 genautomata.c:2629
6132 #, c-format
6133 msgid "unit `%s' requires absence and presence of `%s'"
6134 msgstr ""
6135
6136 #: genautomata.c:2692 genautomata.c:2695
6137 #, fuzzy, c-format
6138 msgid "repeated declaration of automaton `%s'"
6139 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
6140
6141 #: genautomata.c:2711
6142 #, c-format
6143 msgid "define_insn_reservation `%s' has negative latency time"
6144 msgstr ""
6145
6146 #: genautomata.c:2717
6147 #, c-format
6148 msgid "`%s' is already used as insn reservation name"
6149 msgstr ""
6150
6151 #: genautomata.c:2723
6152 #, c-format
6153 msgid "define_bypass `%s - %s' has negative latency time"
6154 msgstr ""
6155
6156 #: genautomata.c:2737
6157 #, fuzzy, c-format
6158 msgid "automaton `%s' is not declared"
6159 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
6160
6161 #: genautomata.c:2747
6162 #, c-format
6163 msgid "define_unit `%s' without automaton when one defined"
6164 msgstr ""
6165
6166 #: genautomata.c:2753
6167 #, fuzzy, c-format
6168 msgid "`%s' is declared as cpu unit"
6169 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
6170
6171 #: genautomata.c:2762
6172 #, fuzzy, c-format
6173 msgid "`%s' is declared as cpu reservation"
6174 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
6175
6176 #: genautomata.c:2772
6177 #, fuzzy, c-format
6178 msgid "repeated declaration of unit `%s'"
6179 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
6180
6181 #: genautomata.c:2775
6182 #, fuzzy, c-format
6183 msgid "repeated declaration of reservation `%s'"
6184 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
6185
6186 #: genautomata.c:2790 genautomata.c:2793
6187 #, c-format
6188 msgid "there is no insn reservation `%s'"
6189 msgstr ""
6190
6191 #: genautomata.c:2810 genautomata.c:2815
6192 #, c-format
6193 msgid "the same bypass `%s - %s' is already defined"
6194 msgstr ""
6195
6196 #: genautomata.c:2820
6197 #, fuzzy, c-format
6198 msgid "bypass `%s - %s' is already defined"
6199 msgstr "(ôï áñ÷åßï Þäç õðÜñ÷åé)"
6200
6201 #: genautomata.c:2925 genautomata.c:2927
6202 #, fuzzy, c-format
6203 msgid "automaton `%s' is not used"
6204 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
6205
6206 #: genautomata.c:2950
6207 #, fuzzy, c-format
6208 msgid "undeclared unit or reservation `%s'"
6209 msgstr "ìç Ýãêõñïò äçëùôÞò ðåäßïõ: `%s'"
6210
6211 #: genautomata.c:3028 genautomata.c:3030
6212 #, fuzzy, c-format
6213 msgid "unit `%s' is not used"
6214 msgstr "ôï áñ÷åßï ÷Üñôç ÷áñáêôÞñùí `%s' äåí âñÝèçêå"
6215
6216 #: genautomata.c:3035 genautomata.c:3037
6217 #, fuzzy, c-format
6218 msgid "reservation `%s' is not used"
6219 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
6220
6221 #: genautomata.c:3134
6222 #, fuzzy, c-format
6223 msgid "cycle in definition of reservation `%s'"
6224 msgstr "Ïé ïñéóìïß ðçãÞ âñßóêïíôáé óôï ÁÑ×ÅÉÏ"
6225
6226 #: genautomata.c:5333
6227 #, c-format
6228 msgid "Units `%s' and `%s' should be in the same automaton"
6229 msgstr ""
6230
6231 #: genautomata.c:9441
6232 #, fuzzy
6233 msgid "-split has no argument."
6234 msgstr "÷ùñßò ïñßóìáôá"
6235
6236 #: genautomata.c:9442
6237 #, fuzzy
6238 msgid "option `-split' has not been implemented yet\n"
6239 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
6240
6241 #: genautomata.c:9486 genautomata.c:9491
6242 #, c-format
6243 msgid "Automaton `%s': Insn `%s' will never be issued"
6244 msgstr ""
6245
6246 #: genautomata.c:9498 genautomata.c:9501
6247 #, c-format
6248 msgid "Insn `%s' will never be issued"
6249 msgstr ""
6250
6251 #: genautomata.c:9649
6252 #, fuzzy
6253 msgid "Errors in DFA description"
6254 msgstr "(÷ùñßò ðåñéãñáöÞ)"
6255
6256 #: genautomata.c:9732
6257 #, fuzzy, c-format
6258 msgid "Error in writing DFA description file %s"
6259 msgstr "óöÜëìá åããñáöÞò %s"
6260
6261 #: genconditions.c:196
6262 #, fuzzy
6263 msgid "No input file name."
6264 msgstr "äåí õðÜñ÷ïõí áñ÷åßá åéóüäïõ"
6265
6266 #: ggc-page.c:1265
6267 msgid "open /dev/zero"
6268 msgstr ""
6269
6270 #: graph.c:420 profile.c:1204 profile.c:1211 toplev.c:1836 toplev.c:5168
6271 #: f/com.c:14210 java/jcf-parse.c:917 java/jcf-parse.c:1063 java/lex.c:1776
6272 #: objc/objc-act.c:449
6273 #, fuzzy, c-format
6274 msgid "can't open %s"
6275 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
6276
6277 #: haifa-sched.c:196
6278 #, c-format
6279 msgid "fix_sched_param: unknown param: %s"
6280 msgstr ""
6281
6282 #: integrate.c:174
6283 #, fuzzy
6284 msgid "function cannot be inline"
6285 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
6286
6287 #: integrate.c:178
6288 msgid "varargs function cannot be inline"
6289 msgstr ""
6290
6291 #: integrate.c:181
6292 msgid "function using alloca cannot be inline"
6293 msgstr ""
6294
6295 #: integrate.c:184
6296 msgid "function using setjmp cannot be inline"
6297 msgstr ""
6298
6299 #: integrate.c:187
6300 msgid "function uses __builtin_eh_return"
6301 msgstr ""
6302
6303 #: integrate.c:190
6304 msgid "function with nested functions cannot be inline"
6305 msgstr ""
6306
6307 #: integrate.c:194
6308 msgid "function with label addresses used in initializers cannot inline"
6309 msgstr ""
6310
6311 #: integrate.c:201 integrate.c:245
6312 msgid "function too large to be inline"
6313 msgstr ""
6314
6315 #: integrate.c:211
6316 msgid "no prototype, and parameter address used; cannot be inline"
6317 msgstr ""
6318
6319 #: integrate.c:218 integrate.c:263
6320 msgid "inline functions not supported for this return value type"
6321 msgstr ""
6322
6323 #: integrate.c:223
6324 msgid "function with varying-size return value cannot be inline"
6325 msgstr ""
6326
6327 #: integrate.c:230
6328 msgid "function with varying-size parameter cannot be inline"
6329 msgstr ""
6330
6331 #: integrate.c:233
6332 msgid "function with transparent unit parameter cannot be inline"
6333 msgstr ""
6334
6335 #: integrate.c:252
6336 msgid "function with computed jump cannot inline"
6337 msgstr ""
6338
6339 #: integrate.c:256
6340 msgid "function with nonlocal goto cannot be inline"
6341 msgstr ""
6342
6343 #: integrate.c:270
6344 msgid "function with target specific attribute(s) cannot be inlined"
6345 msgstr ""
6346
6347 #: line-map.c:198
6348 #, c-format
6349 msgid "In file included from %s:%u"
6350 msgstr ""
6351
6352 #. Translators note: this message is used in conjunction
6353 #. with "In file included from %s:%ld" and some other
6354 #. tricks.  We want something like this:
6355 #.
6356 #. | In file included from sys/select.h:123,
6357 #. |                  from sys/types.h:234,
6358 #. |                  from userfile.c:31:
6359 #. | bits/select.h:45: <error message here>
6360 #.
6361 #. with all the "from"s lined up.
6362 #. The trailing comma is at the beginning of this message,
6363 #. and the trailing colon is not translated.
6364 #: line-map.c:216
6365 #, c-format
6366 msgid ""
6367 ",\n"
6368 "                 from %s:%u"
6369 msgstr ""
6370
6371 #. If we didn't find this parameter, issue an error message.
6372 #: params.c:80
6373 #, fuzzy, c-format
6374 msgid "invalid parameter `%s'"
6375 msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
6376
6377 #: profile.c:397
6378 #, c-format
6379 msgid "Profile does not match flowgraph of function %s (out of date?)"
6380 msgstr ""
6381
6382 #: profile.c:400
6383 msgid ".da file corrupted"
6384 msgstr ""
6385
6386 #: profile.c:634
6387 #, c-format
6388 msgid "corrupted profile info: prob for %d-%d thought to be %d"
6389 msgstr ""
6390
6391 #: profile.c:1226
6392 #, c-format
6393 msgid "file %s not found, execution counts assumed to be zero"
6394 msgstr ""
6395
6396 #: protoize.c:542
6397 #, fuzzy, c-format
6398 msgid "%s: internal abort\n"
6399 msgstr "Åóùôåñéêü óöÜëìá ôïõ áíáëõôÞ äéåõèýíóåùí"
6400
6401 #: protoize.c:633
6402 #, fuzzy, c-format
6403 msgid "%s: error writing file `%s': %s\n"
6404 msgstr "%s: ÓöÜëìá êáôÜ ôçí åããñáöÞ ôïõ %s\n"
6405
6406 #: protoize.c:678
6407 #, fuzzy, c-format
6408 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
6409 msgstr "%s: ç ÷ñÞóç åßíáé %s [ -v ] [ -c äéáêïðÞ ] ïíïìáóßá æþíçò ...\n"
6410
6411 #: protoize.c:681
6412 #, fuzzy, c-format
6413 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
6414 msgstr "%s: ç ÷ñÞóç åßíáé %s [ -v ] [ -c äéáêïðÞ ] ïíïìáóßá æþíçò ...\n"
6415
6416 #: protoize.c:788
6417 #, fuzzy, c-format
6418 msgid "%s: warning: no read access for file `%s'\n"
6419 msgstr "%s: Ðñïåéäïðïßçóç: ç uname áðÝôõ÷å: %s\n"
6420
6421 #: protoize.c:796
6422 #, fuzzy, c-format
6423 msgid "%s: warning: no write access for file `%s'\n"
6424 msgstr "%s: Ðñïåéäïðïßçóç: ç uname áðÝôõ÷å: %s\n"
6425
6426 #: protoize.c:804
6427 #, c-format
6428 msgid "%s: warning: no write access for dir containing `%s'\n"
6429 msgstr ""
6430
6431 #. Catch cases like /.. where we try to backup to a
6432 #. point above the absolute root of the logical file
6433 #. system.
6434 #: protoize.c:1222
6435 #, fuzzy, c-format
6436 msgid "%s: invalid file name: %s\n"
6437 msgstr "%s: ìç Ýãêõñï åßäïò áñ÷åßïõ"
6438
6439 #: protoize.c:1374
6440 #, fuzzy, c-format
6441 msgid "%s: %s: can't get status: %s\n"
6442 msgstr "%s: áäõíáìßá ðñüóâáóçò óôï %s: %s\n"
6443
6444 #: protoize.c:1395
6445 #, c-format
6446 msgid ""
6447 "\n"
6448 "%s: fatal error: aux info file corrupted at line %d\n"
6449 msgstr ""
6450
6451 #: protoize.c:1731
6452 #, c-format
6453 msgid "%s:%d: declaration of function `%s' takes different forms\n"
6454 msgstr ""
6455
6456 #: protoize.c:1989
6457 #, fuzzy, c-format
6458 msgid "%s: compiling `%s'\n"
6459 msgstr "%s: ÓöÜëìá êáôÜ ôçí åããñáöÞ ôïõ %s\n"
6460
6461 # src/request.c:37
6462 #: protoize.c:2012
6463 #, fuzzy, c-format
6464 msgid "%s: wait: %s\n"
6465 msgstr "%s óå %s"
6466
6467 #: protoize.c:2017
6468 #, fuzzy, c-format
6469 msgid "%s: subprocess got fatal signal %d\n"
6470 msgstr "%s: Ï ðñïåðåîåñãáóôÞò C áðÝôõ÷å ìå óÞìá %d\n"
6471
6472 #: protoize.c:2025
6473 #, fuzzy, c-format
6474 msgid "%s: %s exited with status %d\n"
6475 msgstr "%s: Ï ðñïåðåîåñãáóôÞò C áðÝôõ÷å ìå óÞìá %d\n"
6476
6477 #: protoize.c:2077
6478 #, fuzzy, c-format
6479 msgid "%s: warning: missing SYSCALLS file `%s'\n"
6480 msgstr "%s: Ðñïåéäïðïßçóç: ç uname áðÝôõ÷å: %s\n"
6481
6482 #: protoize.c:2086 protoize.c:2115
6483 #, fuzzy, c-format
6484 msgid "%s: can't read aux info file `%s': %s\n"
6485 msgstr "%s: áäõíáìßá óôçí áíÜãíùóç %s: %s\n"
6486
6487 #: protoize.c:2131 protoize.c:2159
6488 #, fuzzy, c-format
6489 msgid "%s: can't get status of aux info file `%s': %s\n"
6490 msgstr "áäõíáìßá ðñïóðÝëáóçò(stat()) áñ÷åßïõ `%s': %s"
6491
6492 #: protoize.c:2187
6493 #, fuzzy, c-format
6494 msgid "%s: can't open aux info file `%s' for reading: %s\n"
6495 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäï `%s' ãéá ôçí êáôçãïñßá `%s'"
6496
6497 # src/shred.c:1103
6498 #: protoize.c:2205
6499 #, fuzzy, c-format
6500 msgid "%s: error reading aux info file `%s': %s\n"
6501 msgstr "%s: óöÜëìá åããñáöÞò óôç èÝóç %s"
6502
6503 #: protoize.c:2218
6504 #, fuzzy, c-format
6505 msgid "%s: error closing aux info file `%s': %s\n"
6506 msgstr "%s: ÓöÜëìá êáôÜ ôï êëåßóéìï ôïõ %s: %s\n"
6507
6508 #: protoize.c:2234
6509 #, fuzzy, c-format
6510 msgid "%s: can't delete aux info file `%s': %s\n"
6511 msgstr "%s: Äå ìðïñåß íá äéáãñáöåß ôï %s: %s\n"
6512
6513 #: protoize.c:2316 protoize.c:4318
6514 #, fuzzy, c-format
6515 msgid "%s: can't delete file `%s': %s\n"
6516 msgstr "%s: Äåí åßíáé äõíáôüí íá äçìéïõñãçèåß %s: %s\n"
6517
6518 #: protoize.c:2395
6519 #, fuzzy, c-format
6520 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
6521 msgstr "%s: Ðñïåéäïðïßçóç: ç uname áðÝôõ÷å: %s\n"
6522
6523 #: protoize.c:2520
6524 #, c-format
6525 msgid "%s: conflicting extern definitions of '%s'\n"
6526 msgstr ""
6527
6528 #: protoize.c:2524
6529 #, c-format
6530 msgid "%s: declarations of '%s' will not be converted\n"
6531 msgstr ""
6532
6533 #: protoize.c:2526
6534 #, c-format
6535 msgid "%s: conflict list for '%s' follows:\n"
6536 msgstr ""
6537
6538 #: protoize.c:2559
6539 #, c-format
6540 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
6541 msgstr ""
6542
6543 #: protoize.c:2599
6544 #, c-format
6545 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
6546 msgstr ""
6547
6548 #: protoize.c:2605
6549 #, fuzzy, c-format
6550 msgid "%s: %d: warning: no extern definition for `%s'\n"
6551 msgstr "%s: ðñïåéäïðïßçóç: äå âñÝèçêå áñ÷Þ êåöáëßäáò"
6552
6553 #: protoize.c:2636
6554 #, c-format
6555 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
6556 msgstr ""
6557
6558 #: protoize.c:2642
6559 #, c-format
6560 msgid "%s: multiple static defs of `%s' in file `%s'\n"
6561 msgstr ""
6562
6563 #: protoize.c:2815 protoize.c:2818
6564 #, c-format
6565 msgid "%s: %d: warning: source too confusing\n"
6566 msgstr ""
6567
6568 #: protoize.c:3024
6569 #, c-format
6570 msgid "%s: %d: warning: varargs function declaration not converted\n"
6571 msgstr ""
6572
6573 #: protoize.c:3039
6574 #, c-format
6575 msgid "%s: declaration of function `%s' not converted\n"
6576 msgstr ""
6577
6578 #: protoize.c:3162
6579 #, c-format
6580 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
6581 msgstr ""
6582
6583 #: protoize.c:3183
6584 #, fuzzy, c-format
6585 msgid ""
6586 "\n"
6587 "%s: warning: too few parameter lists in declaration of `%s'\n"
6588 msgstr "Ðñïåéäïðïßçóç: Ðïëý ëßãá ïñßóìáôá óôï åóùäïìçìÝíï `%s'"
6589
6590 #: protoize.c:3281
6591 #, c-format
6592 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
6593 msgstr ""
6594
6595 #: protoize.c:3459
6596 #, c-format
6597 msgid "%s: local declaration for function `%s' not inserted\n"
6598 msgstr ""
6599
6600 #: protoize.c:3486
6601 #, c-format
6602 msgid ""
6603 "\n"
6604 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
6605 msgstr ""
6606
6607 #: protoize.c:3560
6608 #, c-format
6609 msgid "%s: global declarations for file `%s' not inserted\n"
6610 msgstr ""
6611
6612 #: protoize.c:3651 protoize.c:3681
6613 #, c-format
6614 msgid "%s: definition of function `%s' not converted\n"
6615 msgstr ""
6616
6617 #: protoize.c:3670
6618 #, c-format
6619 msgid "%s: %d: warning: definition of %s not converted\n"
6620 msgstr ""
6621
6622 #: protoize.c:4000
6623 #, c-format
6624 msgid "%s: found definition of `%s' at %s(%d)\n"
6625 msgstr ""
6626
6627 #. If we make it here, then we did not know about this
6628 #. function definition.
6629 #: protoize.c:4016
6630 #, c-format
6631 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
6632 msgstr ""
6633
6634 #: protoize.c:4019
6635 #, c-format
6636 msgid "%s: function definition not converted\n"
6637 msgstr ""
6638
6639 #: protoize.c:4078
6640 #, fuzzy, c-format
6641 msgid "%s: `%s' not converted\n"
6642 msgstr "%s: `%s': äåí âñÝèçêå ôáßñéáóìá"
6643
6644 #: protoize.c:4086
6645 #, fuzzy, c-format
6646 msgid "%s: would convert file `%s'\n"
6647 msgstr "%s: ç Ýîïäïò èá åðéêáëýøåé ôï %s\n"
6648
6649 #: protoize.c:4089
6650 #, fuzzy, c-format
6651 msgid "%s: converting file `%s'\n"
6652 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
6653
6654 #: protoize.c:4099
6655 #, fuzzy, c-format
6656 msgid "%s: can't get status for file `%s': %s\n"
6657 msgstr "áäõíáìßá ðñïóðÝëáóçò(stat()) áñ÷åßïõ `%s': %s"
6658
6659 #: protoize.c:4141
6660 #, fuzzy, c-format
6661 msgid "%s: can't open file `%s' for reading: %s\n"
6662 msgstr "%s: Äåí åßíáé äõíáôüí íá áíïé÷ôåß ôï %s: %s\n"
6663
6664 #: protoize.c:4156
6665 #, fuzzy, c-format
6666 msgid ""
6667 "\n"
6668 "%s: error reading input file `%s': %s\n"
6669 msgstr "%s: ÓöÜëìá êáôÜ ôçí áíÜãíùóç ôïõ %s\n"
6670
6671 #: protoize.c:4190
6672 #, fuzzy, c-format
6673 msgid "%s: can't create/open clean file `%s': %s\n"
6674 msgstr "%s: Äåí åßíáé äõíáôüí íá äçìéïõñãçèåß %s: %s\n"
6675
6676 #: protoize.c:4295
6677 #, c-format
6678 msgid "%s: warning: file `%s' already saved in `%s'\n"
6679 msgstr ""
6680
6681 #: protoize.c:4303
6682 #, fuzzy, c-format
6683 msgid "%s: can't link file `%s' to `%s': %s\n"
6684 msgstr "%s: Äåí åßíáé äõíáôüí íá óõíäåèåß ôï %s ìå ôï %s: %s\n"
6685
6686 #: protoize.c:4333
6687 #, fuzzy, c-format
6688 msgid "%s: can't create/open output file `%s': %s\n"
6689 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ `%s'"
6690
6691 #: protoize.c:4366
6692 #, fuzzy, c-format
6693 msgid "%s: can't change mode of file `%s': %s\n"
6694 msgstr "%s: Äåí åßíáé äõíáôüí íá áöáéñåèåß ôï %s: %s\n"
6695
6696 #: protoize.c:4541
6697 #, fuzzy, c-format
6698 msgid "%s: cannot get working directory: %s\n"
6699 msgstr "%s: äåí åßíáé äõíáôü íá ãñáöôåß ðÜíù óå êáôÜëïãï"
6700
6701 #: protoize.c:4639
6702 #, fuzzy, c-format
6703 msgid "%s: input file names must have .c suffixes: %s\n"
6704 msgstr "%s: ôï áñ÷åßï åéóüäïõ åßíáé ôï áñ÷åßï åîüäïõ"
6705
6706 #: ra.c:750
6707 msgid "Didn't find a coloring.\n"
6708 msgstr ""
6709
6710 #: reg-stack.c:673
6711 #, c-format
6712 msgid "output constraint %d must specify a single register"
6713 msgstr ""
6714
6715 #: reg-stack.c:683
6716 #, c-format
6717 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6718 msgstr ""
6719
6720 #: reg-stack.c:706
6721 msgid "output regs must be grouped at top of stack"
6722 msgstr ""
6723
6724 #: reg-stack.c:743
6725 msgid "implicitly popped regs must be grouped at top of stack"
6726 msgstr ""
6727
6728 #: reg-stack.c:762
6729 #, c-format
6730 msgid "output operand %d must use `&' constraint"
6731 msgstr ""
6732
6733 #: regclass.c:756
6734 #, c-format
6735 msgid "can't use '%s' as a %s register"
6736 msgstr ""
6737
6738 #: regclass.c:771 config/ia64/ia64.c:4304 config/ia64/ia64.c:4311
6739 #, fuzzy, c-format
6740 msgid "unknown register name: %s"
6741 msgstr "Üãíùóôïò ÷áñáêôÞñáò `%s'"
6742
6743 #: regclass.c:782
6744 msgid "global register variable follows a function definition"
6745 msgstr ""
6746
6747 #: regclass.c:786
6748 msgid "register used for two global register variables"
6749 msgstr ""
6750
6751 #: regclass.c:791
6752 msgid "call-clobbered register used for global register variable"
6753 msgstr ""
6754
6755 #: regrename.c:1899
6756 #, c-format
6757 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6758 msgstr ""
6759
6760 #: regrename.c:1911
6761 #, c-format
6762 msgid "validate_value_data: Loop in regno chain (%u)"
6763 msgstr ""
6764
6765 #: regrename.c:1914
6766 #, c-format
6767 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6768 msgstr ""
6769
6770 #: regrename.c:1926
6771 #, c-format
6772 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6773 msgstr ""
6774
6775 #: reload.c:1229
6776 msgid "cannot reload integer constant operand in `asm'"
6777 msgstr ""
6778
6779 #: reload.c:1251
6780 msgid "impossible register constraint in `asm'"
6781 msgstr ""
6782
6783 #: reload.c:3461
6784 msgid "`&' constraint used with no register class"
6785 msgstr ""
6786
6787 #: reload.c:3629
6788 #, fuzzy
6789 msgid "unable to generate reloads for:"
6790 msgstr "Áäýíáôç ç äçìéïõñãßá äéåñãáóßáò óôïí åîõðçñåôçôÞ"
6791
6792 #: reload.c:3630 reload.c:3844
6793 msgid "inconsistent operand constraints in an `asm'"
6794 msgstr ""
6795
6796 #: reload1.c:1250
6797 msgid "frame size too large for reliable stack checking"
6798 msgstr ""
6799
6800 #: reload1.c:1253
6801 msgid "try reducing the number of local variables"
6802 msgstr ""
6803
6804 #: reload1.c:1909
6805 #, c-format
6806 msgid "can't find a register in class `%s' while reloading `asm'"
6807 msgstr ""
6808
6809 #: reload1.c:1913
6810 #, c-format
6811 msgid "unable to find a register to spill in class `%s'"
6812 msgstr ""
6813
6814 #: reload1.c:1915
6815 #, fuzzy
6816 msgid "this is the insn:"
6817 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
6818
6819 #: reload1.c:3938
6820 msgid "`asm' operand requires impossible reload"
6821 msgstr ""
6822
6823 #. It's the compiler's fault.
6824 #: reload1.c:5052
6825 #, fuzzy
6826 msgid "could not find a spill register"
6827 msgstr "áäõíáìßá åýñåóçò âñü÷ïõ"
6828
6829 #: reload1.c:5057
6830 msgid "`asm' operand constraint incompatible with operand size"
6831 msgstr ""
6832
6833 #. It's the compiler's fault.
6834 #: reload1.c:6679
6835 msgid "VOIDmode on an output"
6836 msgstr ""
6837
6838 #: reload1.c:6680
6839 msgid "output operand is constant in `asm'"
6840 msgstr ""
6841
6842 #: rtl-error.c:140
6843 #, fuzzy
6844 msgid "unrecognizable insn:"
6845 msgstr "Ìç áíáãíùñßóéìç ìåôáâëçôÞ `%s'"
6846
6847 #: rtl-error.c:142
6848 msgid "insn does not satisfy its constraints:"
6849 msgstr ""
6850
6851 #: rtl.c:535
6852 #, c-format
6853 msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
6854 msgstr ""
6855
6856 #: rtl.c:550
6857 #, c-format
6858 msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6859 msgstr ""
6860
6861 #: rtl.c:566
6862 #, c-format
6863 msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
6864 msgstr ""
6865
6866 #: rtl.c:579
6867 #, c-format
6868 msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
6869 msgstr ""
6870
6871 #: rtl.c:593
6872 #, c-format
6873 msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
6874 msgstr ""
6875
6876 #: rtl.c:608
6877 #, c-format
6878 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6879 msgstr ""
6880
6881 #: rtl.c:623
6882 #, c-format
6883 msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6884 msgstr ""
6885
6886 #: stmt.c:766
6887 #, c-format
6888 msgid "jump to `%s' invalidly jumps into binding contour"
6889 msgstr ""
6890
6891 #: stmt.c:1002 stmt.c:3766
6892 #, c-format
6893 msgid "label `%s' used before containing binding contour"
6894 msgstr ""
6895
6896 #: stmt.c:1190
6897 msgid "output operand constraint lacks `='"
6898 msgstr ""
6899
6900 #: stmt.c:1205
6901 #, c-format
6902 msgid "output constraint `%c' for operand %d is not at the beginning"
6903 msgstr ""
6904
6905 #: stmt.c:1227
6906 msgid "operand constraint contains incorrectly positioned '+' or '='"
6907 msgstr ""
6908
6909 #: stmt.c:1233 stmt.c:1337
6910 #, c-format
6911 msgid "`%%' constraint used with last operand"
6912 msgstr ""
6913
6914 #: stmt.c:1252
6915 msgid "matching constraint not valid in output operand"
6916 msgstr ""
6917
6918 #: stmt.c:1328
6919 #, c-format
6920 msgid "input operand constraint contains `%c'"
6921 msgstr ""
6922
6923 #: stmt.c:1368
6924 msgid "matching constraint references invalid operand number"
6925 msgstr ""
6926
6927 #: stmt.c:1400
6928 #, fuzzy, c-format
6929 msgid "invalid punctuation `%c' in constraint"
6930 msgstr "ìç Ýãêõñç ìÝôñçóç åðáíÜëçøçò `%s' óôç êáôáóêåõÞ [c*n]"
6931
6932 #: stmt.c:1450
6933 #, c-format
6934 msgid "asm-specifier for variable `%s' conflicts with asm clobber list"
6935 msgstr ""
6936
6937 #: stmt.c:1540
6938 #, fuzzy, c-format
6939 msgid "unknown register name `%s' in `asm'"
6940 msgstr "Üãíùóôïò ÷áñáêôÞñáò óôï ðåäßï `%s' ôçò êáôçãïñßáò `%s'"
6941
6942 #: stmt.c:1588
6943 #, c-format
6944 msgid "more than %d operands in `asm'"
6945 msgstr ""
6946
6947 #: stmt.c:1650
6948 #, c-format
6949 msgid "output number %d not directly addressable"
6950 msgstr ""
6951
6952 #: stmt.c:1728
6953 #, c-format
6954 msgid "asm operand %d probably doesn't match constraints"
6955 msgstr ""
6956
6957 #: stmt.c:1738
6958 #, c-format
6959 msgid "use of memory input without lvalue in asm operand %d is deprecated"
6960 msgstr ""
6961
6962 #: stmt.c:1889
6963 msgid "asm clobber conflict with output operand"
6964 msgstr ""
6965
6966 #: stmt.c:1894
6967 msgid "asm clobber conflict with input operand"
6968 msgstr ""
6969
6970 #: stmt.c:1929
6971 #, fuzzy
6972 msgid "too many alternatives in `asm'"
6973 msgstr "Õðåñâïëéêá ðïëëÜ áíïéêôÜ áñ÷åßá óôï óýóôçìá"
6974
6975 #: stmt.c:1941
6976 msgid "operand constraints for `asm' differ in number of alternatives"
6977 msgstr ""
6978
6979 #: stmt.c:1994
6980 #, fuzzy, c-format
6981 msgid "duplicate asm operand name '%s'"
6982 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
6983
6984 #: stmt.c:2081
6985 msgid "missing close brace for named operand"
6986 msgstr ""
6987
6988 #: stmt.c:2109
6989 #, fuzzy, c-format
6990 msgid "undefined named operand '%s'"
6991 msgstr "Ìç ïñéóìÝíï üíïìá %s"
6992
6993 #: stmt.c:3703
6994 #, c-format
6995 msgid "unused variable `%s'"
6996 msgstr "á÷ñçóéìïðïßçôç ìåôáâëçôÞ `%s'"
6997
6998 #: stmt.c:5189
6999 #, c-format
7000 msgid "enumeration value `%s' not handled in switch"
7001 msgstr ""
7002
7003 #: stmt.c:5214 stmt.c:5234
7004 #, c-format
7005 msgid "case value `%ld' not in enumerated type"
7006 msgstr ""
7007
7008 #: stmt.c:5217 stmt.c:5237
7009 #, c-format
7010 msgid "case value `%ld' not in enumerated type `%s'"
7011 msgstr ""
7012
7013 #: stmt.c:5310
7014 #, fuzzy
7015 msgid "switch missing default case"
7016 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
7017
7018 #: stor-layout.c:178
7019 msgid "type size can't be explicitly evaluated"
7020 msgstr ""
7021
7022 #: stor-layout.c:180
7023 msgid "variable-size type declared outside of any function"
7024 msgstr ""
7025
7026 #: stor-layout.c:487
7027 #, c-format
7028 msgid "size of `%s' is %d bytes"
7029 msgstr ""
7030
7031 #: stor-layout.c:489
7032 #, fuzzy, c-format
7033 msgid "size of `%s' is larger than %d bytes"
7034 msgstr "%s: ïé ôéìÝò ôïõ ðåäßïõ `%s' äåí ðñÝðåé íá åßíáé ìåãáëýôåñåò áðü %d"
7035
7036 #: stor-layout.c:909 stor-layout.c:1325
7037 #, c-format
7038 msgid "packed attribute causes inefficient alignment for `%s'"
7039 msgstr ""
7040
7041 #: stor-layout.c:911 stor-layout.c:1327
7042 #, c-format
7043 msgid "packed attribute is unnecessary for `%s'"
7044 msgstr ""
7045
7046 #: stor-layout.c:926
7047 #, c-format
7048 msgid "padding struct to align `%s'"
7049 msgstr ""
7050
7051 #: stor-layout.c:1289
7052 msgid "padding struct size to alignment boundary"
7053 msgstr ""
7054
7055 #: stor-layout.c:1332
7056 msgid "packed attribute causes inefficient alignment"
7057 msgstr ""
7058
7059 #: stor-layout.c:1334
7060 msgid "packed attribute is unnecessary"
7061 msgstr ""
7062
7063 #: timevar.c:322
7064 #, c-format
7065 msgid "cannot timevar_pop '%s' when top of timevars stack is '%s'"
7066 msgstr ""
7067
7068 #: timevar.c:453
7069 msgid ""
7070 "\n"
7071 "Execution times (seconds)\n"
7072 msgstr ""
7073
7074 #. Print total time.
7075 #: timevar.c:503
7076 msgid " TOTAL                 :"
7077 msgstr " ÓÕÍÏËÉÊÁ              :"
7078
7079 #: timevar.c:539
7080 #, c-format
7081 msgid "time in %s: %ld.%06ld (%ld%%)\n"
7082 msgstr ""
7083
7084 #: tlink.c:399
7085 #, fuzzy, c-format
7086 msgid "collect: reading %s\n"
7087 msgstr "óöÜëìá áíÜãíùóçò %s"
7088
7089 #: tlink.c:502
7090 #, c-format
7091 msgid "collect: recompiling %s\n"
7092 msgstr ""
7093
7094 #: tlink.c:674
7095 #, c-format
7096 msgid "collect: tweaking %s in %s\n"
7097 msgstr ""
7098
7099 #: tlink.c:721
7100 msgid "collect: relinking\n"
7101 msgstr ""
7102
7103 #: tlink.c:730
7104 #, c-format
7105 msgid "ld returned %d exit status"
7106 msgstr "ç ld åðÝóôñåøå êáôÜóôáóç åîüäïõ %d"
7107
7108 #: toplev.c:920
7109 msgid "Generate debugging info in default format"
7110 msgstr ""
7111
7112 #: toplev.c:921
7113 msgid "Generate debugging info in default extended format"
7114 msgstr ""
7115
7116 #: toplev.c:923
7117 msgid "Generate STABS format debug info"
7118 msgstr ""
7119
7120 #: toplev.c:924
7121 msgid "Generate extended STABS format debug info"
7122 msgstr ""
7123
7124 #: toplev.c:927
7125 msgid "Generate DWARF-1 format debug info"
7126 msgstr ""
7127
7128 #: toplev.c:929
7129 msgid "Generate extended DWARF-1 format debug info"
7130 msgstr ""
7131
7132 #: toplev.c:932
7133 msgid "Generate DWARF-2 debug info"
7134 msgstr ""
7135
7136 #: toplev.c:935
7137 msgid "Generate XCOFF format debug info"
7138 msgstr ""
7139
7140 #: toplev.c:936
7141 msgid "Generate extended XCOFF format debug info"
7142 msgstr ""
7143
7144 #: toplev.c:939
7145 msgid "Generate COFF format debug info"
7146 msgstr ""
7147
7148 #: toplev.c:942
7149 msgid "Generate VMS format debug info"
7150 msgstr ""
7151
7152 #: toplev.c:981
7153 msgid "Perform DWARF2 duplicate elimination"
7154 msgstr ""
7155
7156 #: toplev.c:983
7157 msgid "Do not store floats in registers"
7158 msgstr ""
7159
7160 #: toplev.c:985
7161 msgid "Consider all mem refs through pointers as volatile"
7162 msgstr ""
7163
7164 #: toplev.c:987
7165 msgid "Consider all mem refs to global data to be volatile"
7166 msgstr ""
7167
7168 #: toplev.c:989
7169 msgid "Consider all mem refs to static data to be volatile"
7170 msgstr ""
7171
7172 #: toplev.c:991
7173 msgid "Defer popping functions args from stack until later"
7174 msgstr ""
7175
7176 #: toplev.c:993
7177 msgid "When possible do not generate stack frames"
7178 msgstr ""
7179
7180 #: toplev.c:995
7181 msgid "Optimize sibling and tail recursive calls"
7182 msgstr ""
7183
7184 #: toplev.c:997
7185 msgid "Perform superblock formation via tail duplication"
7186 msgstr ""
7187
7188 #: toplev.c:999
7189 msgid "When running CSE, follow jumps to their targets"
7190 msgstr ""
7191
7192 #: toplev.c:1001
7193 msgid "When running CSE, follow conditional jumps"
7194 msgstr ""
7195
7196 #: toplev.c:1003
7197 msgid "Perform a number of minor, expensive optimizations"
7198 msgstr ""
7199
7200 #: toplev.c:1005
7201 msgid "Perform jump threading optimizations"
7202 msgstr ""
7203
7204 #: toplev.c:1007
7205 msgid "Perform strength reduction optimizations"
7206 msgstr ""
7207
7208 #: toplev.c:1009
7209 msgid "Perform loop unrolling when iteration count is known"
7210 msgstr ""
7211
7212 #: toplev.c:1011
7213 msgid "Perform loop unrolling for all loops"
7214 msgstr ""
7215
7216 #: toplev.c:1013
7217 msgid "Generate prefetch instructions, if available, for arrays in loops"
7218 msgstr ""
7219
7220 #: toplev.c:1015
7221 msgid "Force all loop invariant computations out of loops"
7222 msgstr ""
7223
7224 #: toplev.c:1017
7225 msgid "Strength reduce all loop general induction variables"
7226 msgstr ""
7227
7228 #: toplev.c:1019
7229 msgid "Store strings in writable data section"
7230 msgstr ""
7231
7232 #: toplev.c:1021
7233 msgid "Enable machine specific peephole optimizations"
7234 msgstr ""
7235
7236 #: toplev.c:1023
7237 msgid "Copy memory operands into registers before using"
7238 msgstr ""
7239
7240 #: toplev.c:1025
7241 msgid "Copy memory address constants into regs before using"
7242 msgstr ""
7243
7244 #: toplev.c:1027
7245 msgid "Allow function addresses to be held in registers"
7246 msgstr ""
7247
7248 #: toplev.c:1029
7249 msgid "Integrate simple functions into their callers"
7250 msgstr ""
7251
7252 #: toplev.c:1031
7253 msgid "Generate code for funcs even if they are fully inlined"
7254 msgstr ""
7255
7256 #: toplev.c:1033
7257 msgid "Pay attention to the 'inline' keyword"
7258 msgstr ""
7259
7260 #: toplev.c:1035
7261 msgid "Emit static const variables even if they are not used"
7262 msgstr ""
7263
7264 #: toplev.c:1037
7265 msgid "Check for syntax errors, then stop"
7266 msgstr ""
7267
7268 #: toplev.c:1039
7269 msgid "Mark data as shared rather than private"
7270 msgstr ""
7271
7272 #: toplev.c:1041
7273 msgid "Enable saving registers around function calls"
7274 msgstr ""
7275
7276 #: toplev.c:1043
7277 msgid "Return 'short' aggregates in memory, not registers"
7278 msgstr ""
7279
7280 #: toplev.c:1045
7281 msgid "Return 'short' aggregates in registers"
7282 msgstr ""
7283
7284 #: toplev.c:1047
7285 msgid "Attempt to fill delay slots of branch instructions"
7286 msgstr ""
7287
7288 #: toplev.c:1049
7289 msgid "Perform the global common subexpression elimination"
7290 msgstr ""
7291
7292 #: toplev.c:1051
7293 msgid "Perform enhanced load motion during global subexpression elimination"
7294 msgstr ""
7295
7296 #: toplev.c:1053
7297 msgid "Perform store motion after global subexpression elimination"
7298 msgstr ""
7299
7300 #: toplev.c:1055
7301 msgid "Perform the loop optimizations"
7302 msgstr ""
7303
7304 #: toplev.c:1057
7305 msgid "Perform cross-jumping optimization"
7306 msgstr ""
7307
7308 #: toplev.c:1059
7309 msgid "Perform conversion of conditional jumps to branchless equivalents"
7310 msgstr ""
7311
7312 #: toplev.c:1061
7313 msgid "Perform conversion of conditional jumps to conditional execution"
7314 msgstr ""
7315
7316 #: toplev.c:1063
7317 msgid "Run CSE pass after loop optimizations"
7318 msgstr ""
7319
7320 #: toplev.c:1065
7321 msgid "Run the loop optimizer twice"
7322 msgstr ""
7323
7324 #: toplev.c:1067
7325 msgid "Delete useless null pointer checks"
7326 msgstr ""
7327
7328 #: toplev.c:1069
7329 msgid "Reschedule instructions before register allocation"
7330 msgstr ""
7331
7332 #: toplev.c:1071
7333 msgid "Reschedule instructions after register allocation"
7334 msgstr ""
7335
7336 #: toplev.c:1073
7337 msgid "Enable scheduling across basic blocks"
7338 msgstr ""
7339
7340 #: toplev.c:1075
7341 msgid "Allow speculative motion of non-loads"
7342 msgstr ""
7343
7344 #: toplev.c:1077
7345 msgid "Allow speculative motion of some loads"
7346 msgstr ""
7347
7348 #: toplev.c:1079
7349 msgid "Allow speculative motion of more loads"
7350 msgstr ""
7351
7352 #: toplev.c:1081
7353 msgid "Replace add,compare,branch with branch on count reg"
7354 msgstr ""
7355
7356 #: toplev.c:1083
7357 msgid "Generate position independent code, if possible"
7358 msgstr ""
7359
7360 #: toplev.c:1086
7361 msgid "Enable exception handling"
7362 msgstr ""
7363
7364 #: toplev.c:1088
7365 msgid "Just generate unwind tables for exception handling"
7366 msgstr ""
7367
7368 #: toplev.c:1090
7369 msgid "Generate unwind tables exact at each instruction boundary"
7370 msgstr ""
7371
7372 #: toplev.c:1092
7373 msgid "Support synchronous non-call exceptions"
7374 msgstr ""
7375
7376 #: toplev.c:1094
7377 msgid "Insert arc based program profiling code"
7378 msgstr ""
7379
7380 #: toplev.c:1096
7381 msgid "Create data files needed by gcov"
7382 msgstr ""
7383
7384 #: toplev.c:1098
7385 msgid "Use profiling information for branch probabilities"
7386 msgstr ""
7387
7388 #: toplev.c:1100
7389 msgid "Enable basic program profiling code"
7390 msgstr ""
7391
7392 #: toplev.c:1102
7393 msgid "Reorder basic blocks to improve code placement"
7394 msgstr ""
7395
7396 #: toplev.c:1104
7397 msgid "Reorder functions to improve code placement"
7398 msgstr ""
7399
7400 #: toplev.c:1106
7401 msgid "Do the register renaming optimization pass"
7402 msgstr ""
7403
7404 #: toplev.c:1108
7405 msgid "Do the register copy-propagation optimization pass"
7406 msgstr ""
7407
7408 #: toplev.c:1110
7409 msgid "Do not put uninitialized globals in the common section"
7410 msgstr ""
7411
7412 #: toplev.c:1112
7413 msgid "Do not generate .size directives"
7414 msgstr ""
7415
7416 #: toplev.c:1114
7417 msgid "place each function into its own section"
7418 msgstr ""
7419
7420 #: toplev.c:1116
7421 msgid "place data items into their own section"
7422 msgstr ""
7423
7424 #: toplev.c:1118
7425 msgid "Add extra commentary to assembler output"
7426 msgstr ""
7427
7428 #: toplev.c:1120
7429 msgid "Output GNU ld formatted global initializers"
7430 msgstr ""
7431
7432 #: toplev.c:1122
7433 msgid "Enables a register move optimization"
7434 msgstr ""
7435
7436 #: toplev.c:1124
7437 msgid "Do the full regmove optimization pass"
7438 msgstr ""
7439
7440 #: toplev.c:1126
7441 msgid "Pack structure members together without holes"
7442 msgstr ""
7443
7444 #: toplev.c:1128
7445 msgid "Insert stack checking code into the program"
7446 msgstr ""
7447
7448 #: toplev.c:1130
7449 msgid "Specify that arguments may alias each other & globals"
7450 msgstr ""
7451
7452 #: toplev.c:1132
7453 msgid "Assume arguments may alias globals but not each other"
7454 msgstr ""
7455
7456 #: toplev.c:1134
7457 msgid "Assume arguments do not alias each other or globals"
7458 msgstr ""
7459
7460 #: toplev.c:1136
7461 msgid "Assume strict aliasing rules apply"
7462 msgstr ""
7463
7464 #: toplev.c:1138
7465 msgid "Align the start of loops"
7466 msgstr ""
7467
7468 #: toplev.c:1140
7469 msgid "Align labels which are only reached by jumping"
7470 msgstr ""
7471
7472 #: toplev.c:1142
7473 msgid "Align all labels"
7474 msgstr ""
7475
7476 #: toplev.c:1144
7477 msgid "Align the start of functions"
7478 msgstr ""
7479
7480 #: toplev.c:1146
7481 msgid "Attempt to merge identical constants across compilation units"
7482 msgstr ""
7483
7484 #: toplev.c:1148
7485 msgid "Attempt to merge identical constants and constant variables"
7486 msgstr ""
7487
7488 #: toplev.c:1150
7489 msgid "Suppress output of instruction numbers and line number notes in debugging dumps"
7490 msgstr ""
7491
7492 #: toplev.c:1152
7493 msgid "Instrument function entry/exit with profiling calls"
7494 msgstr ""
7495
7496 #: toplev.c:1154
7497 msgid "Put zero initialized data in the bss section"
7498 msgstr ""
7499
7500 #: toplev.c:1156
7501 msgid "Enable SSA optimizations"
7502 msgstr ""
7503
7504 #: toplev.c:1158
7505 msgid "Enable SSA conditional constant propagation"
7506 msgstr ""
7507
7508 #: toplev.c:1160
7509 msgid "Enable aggressive SSA dead code elimination"
7510 msgstr ""
7511
7512 #: toplev.c:1162
7513 msgid "External symbols have a leading underscore"
7514 msgstr ""
7515
7516 #: toplev.c:1164
7517 msgid "Process #ident directives"
7518 msgstr ""
7519
7520 #: toplev.c:1166
7521 msgid "Enables an rtl peephole pass run before sched2"
7522 msgstr ""
7523
7524 #: toplev.c:1168
7525 msgid "Assume no NaNs or +-Infs are generated"
7526 msgstr ""
7527
7528 #: toplev.c:1170
7529 msgid "Enables guessing of branch probabilities"
7530 msgstr ""
7531
7532 #: toplev.c:1172
7533 msgid "Set errno after built-in math functions"
7534 msgstr ""
7535
7536 #: toplev.c:1174
7537 #, fuzzy
7538 msgid "Floating-point operations can trap"
7539 msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
7540
7541 #: toplev.c:1176
7542 msgid "Allow math optimizations that may violate IEEE or ANSI standards"
7543 msgstr ""
7544
7545 #: toplev.c:1178
7546 msgid "Disable optimizations observable by IEEE signaling NaNs"
7547 msgstr ""
7548
7549 #: toplev.c:1180
7550 #, fuzzy
7551 msgid "Generate code to check bounds before indexing arrays"
7552 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
7553
7554 #: toplev.c:1182
7555 msgid "Convert floating point constant to single precision constant"
7556 msgstr ""
7557
7558 #: toplev.c:1184
7559 msgid "Report time taken by each compiler pass at end of run"
7560 msgstr ""
7561
7562 #: toplev.c:1186
7563 msgid "Report on permanent memory allocation at end of run"
7564 msgstr ""
7565
7566 #: toplev.c:1188
7567 msgid "Trap for signed overflow in addition / subtraction / multiplication"
7568 msgstr ""
7569
7570 #: toplev.c:1190
7571 #, fuzzy
7572 msgid "Use graph coloring register allocation."
7573 msgstr "ìç ôåñìáôéæüìåíï üíïìá âÜñïõò"
7574
7575 #: toplev.c:1207
7576 msgid "Compile just for ISO C90"
7577 msgstr ""
7578
7579 #: toplev.c:1209
7580 msgid "Determine language standard"
7581 msgstr ""
7582
7583 #: toplev.c:1213
7584 msgid "Make bit-fields by unsigned by default"
7585 msgstr ""
7586
7587 #: toplev.c:1217
7588 msgid "Make 'char' be signed by default"
7589 msgstr ""
7590
7591 #: toplev.c:1219
7592 msgid "Make 'char' be unsigned by default"
7593 msgstr ""
7594
7595 #: toplev.c:1225
7596 msgid "Do not recognize the 'asm' keyword"
7597 msgstr ""
7598
7599 #: toplev.c:1228
7600 msgid "Do not recognize any built in functions"
7601 msgstr ""
7602
7603 #: toplev.c:1230
7604 msgid "Assume normal C execution environment"
7605 msgstr ""
7606
7607 #: toplev.c:1233
7608 msgid "Assume that standard libraries & main might not exist"
7609 msgstr ""
7610
7611 #: toplev.c:1236
7612 msgid "Allow different types as args of ? operator"
7613 msgstr ""
7614
7615 #: toplev.c:1239
7616 msgid "Allow the use of $ inside identifiers"
7617 msgstr ""
7618
7619 #: toplev.c:1244
7620 msgid "Use the same size for double as for float"
7621 msgstr ""
7622
7623 #: toplev.c:1247
7624 msgid "Use the smallest fitting integer to hold enums"
7625 msgstr ""
7626
7627 #: toplev.c:1250
7628 msgid "Override the underlying type for wchar_t to `unsigned short'"
7629 msgstr ""
7630
7631 #: toplev.c:1254
7632 msgid "Enable most warning messages"
7633 msgstr ""
7634
7635 #: toplev.c:1256
7636 msgid "Warn about casting functions to incompatible types"
7637 msgstr ""
7638
7639 #: toplev.c:1259
7640 msgid "Warn about functions which might be candidates for format attributes"
7641 msgstr ""
7642
7643 #: toplev.c:1262
7644 msgid "Warn about casts which discard qualifiers"
7645 msgstr ""
7646
7647 #: toplev.c:1265
7648 msgid "Warn about subscripts whose type is 'char'"
7649 msgstr ""
7650
7651 #: toplev.c:1268 toplev.c:1271
7652 msgid "Warn if nested comments are detected"
7653 msgstr ""
7654
7655 #: toplev.c:1274
7656 msgid "Warn about possibly confusing type conversions"
7657 msgstr ""
7658
7659 #: toplev.c:1278
7660 msgid "Do not warn about compile-time integer division by zero"
7661 msgstr ""
7662
7663 #: toplev.c:1280
7664 msgid "Warn about testing equality of floating point numbers"
7665 msgstr ""
7666
7667 #: toplev.c:1283
7668 msgid "Warn about printf/scanf/strftime/strfmon format anomalies"
7669 msgstr ""
7670
7671 #: toplev.c:1287
7672 msgid "Don't warn about too many arguments to format functions"
7673 msgstr ""
7674
7675 #: toplev.c:1289
7676 msgid "Warn about non-string-literal format strings"
7677 msgstr ""
7678
7679 #: toplev.c:1292
7680 msgid "Warn about possible security problems with format functions"
7681 msgstr ""
7682
7683 #: toplev.c:1296
7684 msgid "Don't warn about strftime formats yielding 2 digit years"
7685 msgstr ""
7686
7687 #: toplev.c:1298
7688 msgid "Warn about implicit function declarations"
7689 msgstr ""
7690
7691 #: toplev.c:1302
7692 msgid "Warn when a declaration does not specify a type"
7693 msgstr ""
7694
7695 #: toplev.c:1307
7696 msgid "Warn about the use of the #import directive"
7697 msgstr ""
7698
7699 #: toplev.c:1311
7700 msgid "Do not warn about using 'long long' when -pedantic"
7701 msgstr ""
7702
7703 #: toplev.c:1313
7704 msgid "Warn about suspicious declarations of main"
7705 msgstr ""
7706
7707 #: toplev.c:1316
7708 msgid "Warn about possibly missing braces around initializers"
7709 msgstr ""
7710
7711 #: toplev.c:1319
7712 msgid "Warn about global funcs without previous declarations"
7713 msgstr ""
7714
7715 #: toplev.c:1322
7716 msgid "Warn about global funcs without prototypes"
7717 msgstr ""
7718
7719 #: toplev.c:1325
7720 msgid "Warn about use of multicharacter literals"
7721 msgstr ""
7722
7723 #: toplev.c:1328
7724 msgid "Warn about externs not at file scope level"
7725 msgstr ""
7726
7727 #: toplev.c:1331
7728 msgid "Warn about possible missing parentheses"
7729 msgstr ""
7730
7731 #: toplev.c:1334
7732 msgid "Warn about function pointer arithmetic"
7733 msgstr ""
7734
7735 #: toplev.c:1337
7736 msgid "Warn about multiple declarations of the same object"
7737 msgstr ""
7738
7739 #: toplev.c:1340
7740 #, fuzzy
7741 msgid "Warn whenever a function's return-type defaults to int"
7742 msgstr "ï åðéóôñåöüìåíïò ôýðïò ðñïêáèïñßæåôáé óå `int'"
7743
7744 #: toplev.c:1343
7745 msgid "Warn about possible violations of sequence point rules"
7746 msgstr ""
7747
7748 #: toplev.c:1346
7749 msgid "Warn about signed/unsigned comparisons"
7750 msgstr ""
7751
7752 #: toplev.c:1349
7753 msgid "Warn about non-prototyped function decls"
7754 msgstr ""
7755
7756 #: toplev.c:1352
7757 msgid "Warn about constructs whose meanings change in ISO C"
7758 msgstr ""
7759
7760 #: toplev.c:1355
7761 msgid "Warn when trigraphs are encountered"
7762 msgstr ""
7763
7764 #: toplev.c:1360
7765 msgid "Warn about unrecognized pragmas"
7766 msgstr ""
7767
7768 #: toplev.c:1363
7769 msgid "Mark strings as 'const char *'"
7770 msgstr ""
7771
7772 #: toplev.c:1508
7773 msgid "Warn when a function is unused"
7774 msgstr ""
7775
7776 #: toplev.c:1510
7777 msgid "Warn when a label is unused"
7778 msgstr ""
7779
7780 #: toplev.c:1512
7781 msgid "Warn when a function parameter is unused"
7782 msgstr ""
7783
7784 #: toplev.c:1514
7785 msgid "Warn when a variable is unused"
7786 msgstr ""
7787
7788 #: toplev.c:1516
7789 msgid "Warn when an expression value is unused"
7790 msgstr ""
7791
7792 #: toplev.c:1518
7793 #, fuzzy
7794 msgid "Do not suppress warnings from system headers"
7795 msgstr "Áðïóéþðçóç ðñïçäïðïéÞóåùí êáé ìçíõìÜôùí ðëçñïöüñçóçò"
7796
7797 #: toplev.c:1520
7798 msgid "Treat all warnings as errors"
7799 msgstr ""
7800
7801 #: toplev.c:1522
7802 msgid "Warn when one local variable shadows another"
7803 msgstr ""
7804
7805 #: toplev.c:1524
7806 msgid "Warn about enumerated switches, with no default, missing a case"
7807 msgstr ""
7808
7809 #: toplev.c:1526
7810 msgid "Warn about enumerated switches missing a default case"
7811 msgstr ""
7812
7813 #: toplev.c:1528
7814 msgid "Warn about all enumerated switches missing a specific case"
7815 msgstr ""
7816
7817 #: toplev.c:1530
7818 msgid "Warn about returning structures, unions or arrays"
7819 msgstr ""
7820
7821 #: toplev.c:1532
7822 msgid "Warn about pointer casts which increase alignment"
7823 msgstr ""
7824
7825 #: toplev.c:1534
7826 msgid "Warn about code that will never be executed"
7827 msgstr ""
7828
7829 #: toplev.c:1536
7830 msgid "Warn about uninitialized automatic variables"
7831 msgstr ""
7832
7833 #: toplev.c:1538
7834 msgid "Warn when an inlined function cannot be inlined"
7835 msgstr ""
7836
7837 #: toplev.c:1540
7838 msgid "Warn when the packed attribute has no effect on struct layout"
7839 msgstr ""
7840
7841 #: toplev.c:1542
7842 msgid "Warn when padding is required to align struct members"
7843 msgstr ""
7844
7845 #: toplev.c:1544
7846 msgid "Warn when an optimization pass is disabled"
7847 msgstr ""
7848
7849 #: toplev.c:1546
7850 msgid "Warn about uses of __attribute__((deprecated)) declarations"
7851 msgstr ""
7852
7853 #: toplev.c:1548
7854 msgid "Warn about functions which might be candidates for attribute noreturn"
7855 msgstr ""
7856
7857 #: toplev.c:1550
7858 msgid "Warn about code which might break the strict aliasing rules"
7859 msgstr ""
7860
7861 #: toplev.c:1627 toplev.c:4548 config/rs6000/rs6000.c:680
7862 #, c-format
7863 msgid "invalid option `%s'"
7864 msgstr "ìç Ýãêõñç åðéëïãÞ `%s'"
7865
7866 #: toplev.c:2031
7867 #, c-format
7868 msgid "`%s' used but never defined"
7869 msgstr ""
7870
7871 #: toplev.c:2034
7872 #, c-format
7873 msgid "`%s' declared `static' but never defined"
7874 msgstr ""
7875
7876 #: toplev.c:2057
7877 #, c-format
7878 msgid "`%s' defined but not used"
7879 msgstr ""
7880
7881 #: toplev.c:2280
7882 #, c-format
7883 msgid "invalid register name `%s' for register variable"
7884 msgstr ""
7885
7886 #: toplev.c:3697
7887 msgid "  -ffixed-<register>      Mark <register> as being unavailable to the compiler\n"
7888 msgstr ""
7889
7890 #: toplev.c:3698
7891 msgid "  -fcall-used-<register>  Mark <register> as being corrupted by function calls\n"
7892 msgstr ""
7893
7894 #: toplev.c:3699
7895 msgid "  -fcall-saved-<register> Mark <register> as being preserved across functions\n"
7896 msgstr ""
7897
7898 #: toplev.c:3700
7899 msgid "  -finline-limit=<number> Limits the size of inlined functions to <number>\n"
7900 msgstr ""
7901
7902 #: toplev.c:3701
7903 msgid "  -fmessage-length=<number> Limits diagnostics messages lengths to <number> characters per line.  0 suppresses line-wrapping\n"
7904 msgstr ""
7905
7906 #: toplev.c:3702
7907 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"
7908 msgstr ""
7909
7910 #: toplev.c:3703
7911 msgid "  -ftls-model=[global-dynamic | local-dynamic | initial-exec | local-exec] Indicates the default thread-local storage code generation model\n"
7912 msgstr ""
7913
7914 #: toplev.c:3704
7915 msgid "  -fstack-limit-register=<register>  Trap if the stack goes past <register>\n"
7916 msgstr ""
7917
7918 #: toplev.c:3705
7919 msgid "  -fstack-limit-symbol=<name>  Trap if the stack goes past symbol <name>\n"
7920 msgstr ""
7921
7922 #: toplev.c:3706
7923 msgid "  -frandom-seed=<string>  Make compile reproducible using <string>\n"
7924 msgstr ""
7925
7926 #: toplev.c:3718
7927 msgid "  -O[number]              Set optimization level to [number]\n"
7928 msgstr ""
7929
7930 #: toplev.c:3719
7931 msgid "  -Os                     Optimize for space rather than speed\n"
7932 msgstr ""
7933
7934 #: toplev.c:3731
7935 msgid "  -pedantic               Issue warnings needed by strict compliance to ISO C\n"
7936 msgstr ""
7937
7938 #: toplev.c:3732
7939 msgid "  -pedantic-errors        Like -pedantic except that errors are produced\n"
7940 msgstr ""
7941
7942 #: toplev.c:3733
7943 msgid "  -w                      Suppress warnings\n"
7944 msgstr ""
7945
7946 #: toplev.c:3734
7947 msgid "  -W                      Enable extra warnings\n"
7948 msgstr ""
7949
7950 #: toplev.c:3745
7951 msgid "  -Wunused                Enable unused warnings\n"
7952 msgstr ""
7953
7954 #: toplev.c:3746
7955 msgid "  -Wlarger-than-<number>  Warn if an object is larger than <number> bytes\n"
7956 msgstr ""
7957
7958 #: toplev.c:3747
7959 msgid "  -p                      Enable function profiling\n"
7960 msgstr ""
7961
7962 #: toplev.c:3748
7963 msgid "  -o <file>               Place output into <file> \n"
7964 msgstr ""
7965
7966 #: toplev.c:3749
7967 msgid ""
7968 "  -G <number>             Put global and static data smaller than <number>\n"
7969 "                          bytes into a special section (on some targets)\n"
7970 msgstr ""
7971
7972 #: toplev.c:3760
7973 msgid "  -aux-info <file>        Emit declaration info into <file>\n"
7974 msgstr ""
7975
7976 #: toplev.c:3761
7977 msgid "  -quiet                  Do not display functions compiled or elapsed time\n"
7978 msgstr ""
7979
7980 #: toplev.c:3762
7981 msgid "  -version                Display the compiler's version\n"
7982 msgstr ""
7983
7984 #: toplev.c:3763
7985 msgid "  -d[letters]             Enable dumps from specific passes of the compiler\n"
7986 msgstr ""
7987
7988 #: toplev.c:3764
7989 msgid "  -dumpbase <file>        Base name to be used for dumps from specific passes\n"
7990 msgstr ""
7991
7992 #: toplev.c:3766
7993 msgid "  -fsched-verbose=<number> Set the verbosity level of the scheduler\n"
7994 msgstr ""
7995
7996 #: toplev.c:3768
7997 msgid "  --help                  Display this information\n"
7998 msgstr ""
7999
8000 #: toplev.c:3783
8001 msgid ""
8002 "\n"
8003 "Language specific options:\n"
8004 msgstr ""
8005
8006 #: toplev.c:3795
8007 #, c-format
8008 msgid "  %-23.23s [undocumented]\n"
8009 msgstr ""
8010
8011 #: toplev.c:3803 toplev.c:3817
8012 #, c-format
8013 msgid ""
8014 "\n"
8015 "There are undocumented %s specific options as well.\n"
8016 msgstr ""
8017
8018 #: toplev.c:3807
8019 #, c-format
8020 msgid ""
8021 "\n"
8022 " Options for %s:\n"
8023 msgstr ""
8024
8025 #: toplev.c:3844
8026 #, fuzzy
8027 msgid ""
8028 "\n"
8029 "Target specific options:\n"
8030 msgstr "äÞëùóç ðëÜôïõò"
8031
8032 #: toplev.c:3858 toplev.c:3877
8033 #, c-format
8034 msgid "  -m%-23.23s [undocumented]\n"
8035 msgstr ""
8036
8037 #: toplev.c:3886
8038 msgid ""
8039 "\n"
8040 "There are undocumented target specific options as well.\n"
8041 msgstr ""
8042
8043 #: toplev.c:3888
8044 msgid "  They exist, but they are not documented.\n"
8045 msgstr ""
8046
8047 #: toplev.c:3941
8048 #, fuzzy, c-format
8049 msgid "unrecognized gcc debugging option: %c"
8050 msgstr "ìç áíáãíùñßóçìç åðéëïãÞ `-%c'"
8051
8052 #: toplev.c:4007
8053 #, fuzzy, c-format
8054 msgid "`%s': unknown tls-model option"
8055 msgstr "%s: Üãíùóôï/ìç õðïóôçñéæüìåíï åßäïò áñ÷åßïõ.\n"
8056
8057 # src/request.c:806 src/request.c:912
8058 #: toplev.c:4034
8059 #, fuzzy, c-format
8060 msgid "unrecognized register name `%s'"
8061 msgstr "Ìç áíáãíùñßóçìï üíïìá åðéöÜíåéáò `%s'"
8062
8063 #: toplev.c:4059 toplev.c:5012
8064 #, fuzzy, c-format
8065 msgid "unrecognized option `%s'"
8066 msgstr "ìç áíáãíùñßóçìç åðéëïãÞ `-%c'"
8067
8068 #: toplev.c:4107
8069 msgid "-Wid-clash-LEN is no longer supported"
8070 msgstr ""
8071
8072 #: toplev.c:4184
8073 #, c-format
8074 msgid "use -gdwarf -g%d for DWARF v1, level %d"
8075 msgstr ""
8076
8077 #: toplev.c:4187
8078 msgid "use -gdwarf-2   for DWARF v2"
8079 msgstr ""
8080
8081 #: toplev.c:4192
8082 #, c-format
8083 msgid "ignoring option `%s' due to invalid debug level specification"
8084 msgstr ""
8085
8086 #: toplev.c:4215 toplev.c:5010
8087 #, fuzzy, c-format
8088 msgid "`%s': unknown or unsupported -g option"
8089 msgstr "%s: Üãíùóôï/ìç õðïóôçñéæüìåíï åßäïò áñ÷åßïõ.\n"
8090
8091 #: toplev.c:4222
8092 #, c-format
8093 msgid "`%s' ignored, conflicts with `-g%s'"
8094 msgstr ""
8095
8096 #: toplev.c:4304
8097 #, fuzzy
8098 msgid "-param option missing argument"
8099 msgstr "ðáñÜëçøç ïñßóìáôïò áñ÷åßïõ"
8100
8101 #: toplev.c:4313
8102 #, fuzzy, c-format
8103 msgid "invalid --param option: %s"
8104 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8105
8106 #: toplev.c:4325
8107 #, fuzzy, c-format
8108 msgid "invalid parameter value `%s'"
8109 msgstr "Ìç Ýãêõñï äéÜóôçìá ÷ñüíïõ `%s'"
8110
8111 #: toplev.c:4565
8112 #, c-format
8113 msgid ""
8114 "%s%s%s version %s (%s)\n"
8115 "%s\tcompiled by GNU C version %s.\n"
8116 "%s%s%s version %s (%s) compiled by CC.\n"
8117 msgstr ""
8118
8119 #: toplev.c:4572
8120 #, c-format
8121 msgid "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
8122 msgstr ""
8123
8124 # src/getopt1.c:132
8125 # src/getopt1.c:132
8126 #: toplev.c:4630
8127 #, fuzzy
8128 msgid "options passed: "
8129 msgstr "åðéëïãÞ %s"
8130
8131 # src/getopt1.c:155
8132 # src/getopt1.c:155
8133 #: toplev.c:4659
8134 #, fuzzy
8135 msgid "options enabled: "
8136 msgstr "åðéëïãÞ á\n"
8137
8138 #: toplev.c:4718 java/jcf-write.c:3453
8139 #, fuzzy, c-format
8140 msgid "can't open %s for writing"
8141 msgstr "%s: ÓöÜëìá åããñáöÞò "
8142
8143 #: toplev.c:5002
8144 #, fuzzy, c-format
8145 msgid "ignoring command line option '%s'"
8146 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8147
8148 #: toplev.c:5005
8149 #, c-format
8150 msgid "(it is valid for %s but not the selected language)"
8151 msgstr ""
8152
8153 #: toplev.c:5039
8154 msgid "-Wuninitialized is not supported without -O"
8155 msgstr ""
8156
8157 #: toplev.c:5094
8158 #, fuzzy
8159 msgid "instruction scheduling not supported on this target machine"
8160 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
8161
8162 #: toplev.c:5098
8163 msgid "this target machine does not have delayed branches"
8164 msgstr ""
8165
8166 #: toplev.c:5112
8167 #, fuzzy, c-format
8168 msgid "-f%sleading-underscore not supported on this target machine"
8169 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
8170
8171 #: toplev.c:5175
8172 #, fuzzy
8173 msgid "-ffunction-sections not supported for this target"
8174 msgstr "ôï --no-dereference (-h) äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
8175
8176 #: toplev.c:5180
8177 #, fuzzy
8178 msgid "-fdata-sections not supported for this target"
8179 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
8180
8181 #: toplev.c:5187
8182 msgid "-ffunction-sections disabled; it makes profiling impossible"
8183 msgstr ""
8184
8185 #: toplev.c:5194
8186 #, fuzzy
8187 msgid "-fprefetch-loop-arrays not supported for this target"
8188 msgstr "ôï --no-dereference (-h) äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
8189
8190 #: toplev.c:5200
8191 msgid "-fprefetch-loop-arrays not supported for this target (try -march switches)"
8192 msgstr ""
8193
8194 #: toplev.c:5209
8195 #, fuzzy
8196 msgid "-fprefetch-loop-arrays is not supported with -Os"
8197 msgstr "ôï --no-dereference (-h) äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
8198
8199 #: toplev.c:5215
8200 msgid "-ffunction-sections may affect debugging on some targets"
8201 msgstr ""
8202
8203 #: toplev.c:5327
8204 #, fuzzy, c-format
8205 msgid "error writing to %s"
8206 msgstr "óöÜëìá åããñáöÞò %s"
8207
8208 #: toplev.c:5329 java/jcf-parse.c:936 java/jcf-write.c:3460
8209 #, fuzzy, c-format
8210 msgid "error closing %s"
8211 msgstr "óöÜëìá áíÜãíùóçò %s"
8212
8213 #: tree-dump.c:702
8214 #, fuzzy, c-format
8215 msgid "could not open dump file `%s'"
8216 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ `%s'"
8217
8218 #: tree-dump.c:778
8219 #, fuzzy, c-format
8220 msgid "ignoring unknown option `%.*s' in `-f%s'"
8221 msgstr "¶ãíùóôç åðéëïãÞ: %s %s %s"
8222
8223 #: tree.c:3645
8224 msgid "arrays of functions are not meaningful"
8225 msgstr ""
8226
8227 #: tree.c:3702
8228 msgid "function return type cannot be function"
8229 msgstr ""
8230
8231 #: tree.c:4557
8232 #, fuzzy
8233 msgid "invalid initializer for bit string"
8234 msgstr "Ç áëõóßäá ìïñöÞò äåí åßíáé Ýãêõñç: `%s'"
8235
8236 #: tree.c:4616
8237 #, c-format
8238 msgid "tree check: expected %s, have %s in %s, at %s:%d"
8239 msgstr ""
8240
8241 #: tree.c:4633
8242 #, c-format
8243 msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
8244 msgstr ""
8245
8246 #: tree.c:4650
8247 #, c-format
8248 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
8249 msgstr ""
8250
8251 #: varasm.c:455 config/i386/winnt.c:611
8252 #, c-format
8253 msgid "%s causes a section type conflict"
8254 msgstr ""
8255
8256 #: varasm.c:841
8257 #, fuzzy, c-format
8258 msgid "register name not specified for `%s'"
8259 msgstr "ÅããñáöÞ ïíïìÜôùí ôùí åðéëåãìÝíùí ëÝîåùí-êëåéäéþí"
8260
8261 #: varasm.c:843
8262 #, fuzzy, c-format
8263 msgid "invalid register name for `%s'"
8264 msgstr "ìç Ýãêõñïò áñéèìüò ðåäßïõ: `%s'"
8265
8266 #: varasm.c:846
8267 #, c-format
8268 msgid "data type of `%s' isn't suitable for a register"
8269 msgstr ""
8270
8271 #: varasm.c:849
8272 #, c-format
8273 msgid "register specified for `%s' isn't suitable for data type"
8274 msgstr ""
8275
8276 #: varasm.c:858
8277 msgid "global register variable has initial value"
8278 msgstr ""
8279
8280 #: varasm.c:861
8281 msgid "volatile register variables don't work as you might wish"
8282 msgstr ""
8283
8284 #: varasm.c:894
8285 #, c-format
8286 msgid "register name given for non-register variable `%s'"
8287 msgstr ""
8288
8289 #: varasm.c:1542
8290 #, c-format
8291 msgid "alignment of `%s' is greater than maximum object file alignment. Using %d"
8292 msgstr ""
8293
8294 #: varasm.c:1584
8295 msgid "thread-local COMMON data not implemented"
8296 msgstr ""
8297
8298 #: varasm.c:1610
8299 #, c-format
8300 msgid "requested alignment for %s is greater than implemented alignment of %d"
8301 msgstr ""
8302
8303 #: varasm.c:4048
8304 msgid "initializer for integer value is too complicated"
8305 msgstr ""
8306
8307 #: varasm.c:4053
8308 msgid "initializer for floating value is not a floating constant"
8309 msgstr ""
8310
8311 #: varasm.c:4120
8312 #, fuzzy
8313 msgid "unknown set constructor type"
8314 msgstr "Äåí åßíáé äõíáôüí íá âñåèåß ï ôýðïò ôïõ åðåîåñãáóôÞ."
8315
8316 #: varasm.c:4334
8317 #, fuzzy, c-format
8318 msgid "invalid initial value for member `%s'"
8319 msgstr "ìç Ýãêõñïò áñéèìüò ðåäßïõ: `%s'"
8320
8321 #: varasm.c:4525 varasm.c:4568
8322 #, c-format
8323 msgid "weak declaration of `%s' must precede definition"
8324 msgstr ""
8325
8326 #: varasm.c:4532
8327 #, fuzzy, c-format
8328 msgid "weak declaration of `%s' after first use results in unspecified behavior"
8329 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
8330
8331 #: varasm.c:4566
8332 #, c-format
8333 msgid "weak declaration of `%s' must be public"
8334 msgstr ""
8335
8336 #: varasm.c:4575
8337 #, fuzzy, c-format
8338 msgid "weak declaration of `%s' not supported"
8339 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
8340
8341 #: varasm.c:4602 varasm.c:4677
8342 msgid "only weak aliases are supported in this configuration"
8343 msgstr ""
8344
8345 #: varasm.c:4685
8346 msgid "alias definitions not supported in this configuration; ignored"
8347 msgstr ""
8348
8349 #: varasm.c:4716
8350 #, fuzzy
8351 msgid "visibility attribute not supported in this configuration; ignored"
8352 msgstr "Ç ïéêïãÝíåéá äéåõèýíóåùí äåí õðïóôçñßæåôáé áðü ôçí ïéêïãÝíåéá ðñùôïêüëëïõ"
8353
8354 #: varray.c:134
8355 #, c-format
8356 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
8357 msgstr ""
8358
8359 #. Print an error message for unrecognized stab codes.
8360 #: xcoffout.c:175
8361 #, c-format
8362 msgid "no sclass for %s stab (0x%x)\n"
8363 msgstr ""
8364
8365 #: pretty-print.h:97
8366 #, fuzzy, c-format
8367 msgid "#`%s' not supported by %s#"
8368 msgstr "Äåí õðïóôçñßæåôáé"
8369
8370 #: params.def:53
8371 msgid "The maximum number of instructions in a single function eligible for inlining"
8372 msgstr ""
8373
8374 #: params.def:65
8375 msgid "The maximum number of instructions when automatically inlining"
8376 msgstr ""
8377
8378 #: params.def:84
8379 msgid "The maximum number of instructions by repeated inlining before gcc starts to throttle inlining"
8380 msgstr ""
8381
8382 #: params.def:97
8383 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"
8384 msgstr ""
8385
8386 #: params.def:110
8387 msgid "The number of instructions in a single functions still eligible to inlining after a lot recursive inlining"
8388 msgstr ""
8389
8390 #: params.def:120
8391 msgid "The maximum number of instructions for the RTL inliner"
8392 msgstr ""
8393
8394 #: params.def:131
8395 msgid "The maximum number of instructions to consider to fill a delay slot"
8396 msgstr ""
8397
8398 #: params.def:142
8399 msgid "The maximum number of instructions to consider to find accurate live register information"
8400 msgstr ""
8401
8402 #: params.def:152
8403 msgid "The maximum length of scheduling's pending operations list"
8404 msgstr ""
8405
8406 #: params.def:159
8407 msgid "The maximum amount of memory to be allocated by GCSE"
8408 msgstr ""
8409
8410 #: params.def:164
8411 msgid "The maximum number of passes to make when doing GCSE"
8412 msgstr ""
8413
8414 #: params.def:171
8415 msgid "The maximum number of instructions to consider to unroll in a loop"
8416 msgstr ""
8417
8418 #: params.def:176
8419 msgid "Select fraction of the maximal count of repetitions of basic block in program given basic block needs to have to be considered hot"
8420 msgstr ""
8421
8422 #: params.def:181
8423 msgid "Select fraction of the maximal frequency of executions of basic block in function given basic block needs to have to be considered hot"
8424 msgstr ""
8425
8426 #: params.def:186
8427 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available"
8428 msgstr ""
8429
8430 #: params.def:191
8431 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available"
8432 msgstr ""
8433
8434 #: params.def:196
8435 msgid "Maximal code growth caused by tail duplication (in percents)"
8436 msgstr ""
8437
8438 #: params.def:200
8439 msgid "Stop reverse growth if the reverse probability of best edge is less than this threshold (in percents)"
8440 msgstr ""
8441
8442 #: params.def:205
8443 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percents). Used when profile feedback is available"
8444 msgstr ""
8445
8446 #: params.def:210
8447 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percents). Used when profile feedback is not available"
8448 msgstr ""
8449
8450 #: params.def:217
8451 msgid "The maximum number of incoming edges to consider for crossjumping"
8452 msgstr ""
8453
8454 #: params.def:230
8455 msgid "Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap."
8456 msgstr ""
8457
8458 #: params.def:236
8459 msgid "Minimum heap size before we start collecting garbage, in kilobytes."
8460 msgstr ""
8461
8462 #: config/darwin-c.c:75
8463 #, fuzzy
8464 msgid "too many #pragma options align=reset"
8465 msgstr "ÕðåñâïëéêÝò ðáñÜìåôñïé ðïõ äåí åßíáé åðéëïãÝò."
8466
8467 #: config/darwin-c.c:97 config/darwin-c.c:100 config/darwin-c.c:102
8468 #: config/darwin-c.c:104
8469 #, fuzzy
8470 msgid "malformed '#pragma options', ignoring"
8471 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
8472
8473 #: config/darwin-c.c:107
8474 msgid "junk at end of '#pragma options'"
8475 msgstr ""
8476
8477 #: config/darwin-c.c:117
8478 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
8479 msgstr ""
8480
8481 #: config/darwin-c.c:130
8482 msgid "missing '(' after '#pragma unused', ignoring"
8483 msgstr ""
8484
8485 #: config/darwin-c.c:148
8486 msgid "missing ')' after '#pragma unused', ignoring"
8487 msgstr ""
8488
8489 #: config/darwin-c.c:151
8490 msgid "junk at end of '#pragma unused'"
8491 msgstr ""
8492
8493 #: config/lynx-ng.h:97 config/lynx.h:121 config/rs6000/lynx.h:100
8494 msgid "-msystem-v and -p are incompatible"
8495 msgstr ""
8496
8497 #: config/lynx-ng.h:99 config/lynx.h:123 config/rs6000/lynx.h:102
8498 msgid "-msystem-v and -mthreads are incompatible"
8499 msgstr ""
8500
8501 #: config/alpha/alpha.c:342
8502 #, fuzzy, c-format
8503 msgid "-f%s ignored for Unicos/Mk (not supported)"
8504 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
8505
8506 #: config/alpha/alpha.c:366
8507 #, fuzzy
8508 msgid "-mieee not supported on Unicos/Mk"
8509 msgstr "Ôï servname äåí õðïóôçñßæåôáé áðü ôï ai_socktype"
8510
8511 #: config/alpha/alpha.c:377
8512 msgid "-mieee-with-inexact not supported on Unicos/Mk"
8513 msgstr ""
8514
8515 #: config/alpha/alpha.c:394
8516 #, c-format
8517 msgid "bad value `%s' for -mtrap-precision switch"
8518 msgstr ""
8519
8520 #: config/alpha/alpha.c:408
8521 #, c-format
8522 msgid "bad value `%s' for -mfp-rounding-mode switch"
8523 msgstr ""
8524
8525 #: config/alpha/alpha.c:423
8526 #, c-format
8527 msgid "bad value `%s' for -mfp-trap-mode switch"
8528 msgstr ""
8529
8530 #: config/alpha/alpha.c:435
8531 #, fuzzy, c-format
8532 msgid "bad value `%s' for -mtls-size switch"
8533 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
8534
8535 #: config/alpha/alpha.c:454 config/alpha/alpha.c:466
8536 #, c-format
8537 msgid "bad value `%s' for -mcpu switch"
8538 msgstr ""
8539
8540 #: config/alpha/alpha.c:473
8541 #, fuzzy
8542 msgid "trap mode not supported on Unicos/Mk"
8543 msgstr "Ôï servname äåí õðïóôçñßæåôáé áðü ôï ai_socktype"
8544
8545 #: config/alpha/alpha.c:480
8546 msgid "fp software completion requires -mtrap-precision=i"
8547 msgstr ""
8548
8549 #: config/alpha/alpha.c:496
8550 #, fuzzy
8551 msgid "rounding mode not supported for VAX floats"
8552 msgstr "Ôï servname äåí õðïóôçñßæåôáé áðü ôï ai_socktype"
8553
8554 #: config/alpha/alpha.c:501
8555 #, fuzzy
8556 msgid "trap mode not supported for VAX floats"
8557 msgstr "Ôï servname äåí õðïóôçñßæåôáé áðü ôï ai_socktype"
8558
8559 #: config/alpha/alpha.c:530
8560 #, c-format
8561 msgid "L%d cache latency unknown for %s"
8562 msgstr ""
8563
8564 #: config/alpha/alpha.c:545
8565 #, c-format
8566 msgid "bad value `%s' for -mmemory-latency"
8567 msgstr ""
8568
8569 #: config/alpha/alpha.c:5604 config/m88k/m88k.c:2889 config/romp/romp.c:754
8570 #: config/romp/romp.c:761
8571 #, fuzzy, c-format
8572 msgid "invalid %%H value"
8573 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8574
8575 #: config/alpha/alpha.c:5625
8576 #, fuzzy, c-format
8577 msgid "invalid %%J value"
8578 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8579
8580 #: config/alpha/alpha.c:5641 config/ia64/ia64.c:3970 config/m88k/m88k.c:3034
8581 #, fuzzy, c-format
8582 msgid "invalid %%r value"
8583 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8584
8585 #: config/alpha/alpha.c:5651 config/rs6000/rs6000.c:7737
8586 #, fuzzy, c-format
8587 msgid "invalid %%R value"
8588 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8589
8590 #: config/alpha/alpha.c:5657 config/rs6000/rs6000.c:7663
8591 #, fuzzy, c-format
8592 msgid "invalid %%N value"
8593 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8594
8595 #: config/alpha/alpha.c:5665 config/rs6000/rs6000.c:7691
8596 #, fuzzy, c-format
8597 msgid "invalid %%P value"
8598 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8599
8600 #: config/alpha/alpha.c:5673 config/m88k/m88k.c:2895 config/romp/romp.c:740
8601 #: config/romp/romp.c:747
8602 #, fuzzy, c-format
8603 msgid "invalid %%h value"
8604 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8605
8606 #: config/alpha/alpha.c:5681 config/romp/romp.c:698
8607 #, fuzzy, c-format
8608 msgid "invalid %%L value"
8609 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8610
8611 #: config/alpha/alpha.c:5720 config/rs6000/rs6000.c:7645
8612 #, fuzzy, c-format
8613 msgid "invalid %%m value"
8614 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8615
8616 #: config/alpha/alpha.c:5728 config/rs6000/rs6000.c:7653
8617 #, fuzzy, c-format
8618 msgid "invalid %%M value"
8619 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8620
8621 #: config/alpha/alpha.c:5772
8622 #, fuzzy, c-format
8623 msgid "invalid %%U value"
8624 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8625
8626 #: config/alpha/alpha.c:5784 config/alpha/alpha.c:5798 config/romp/romp.c:706
8627 #: config/rs6000/rs6000.c:7745
8628 #, fuzzy, c-format
8629 msgid "invalid %%s value"
8630 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8631
8632 #: config/alpha/alpha.c:5821 config/m88k/m88k.c:2997
8633 #, fuzzy, c-format
8634 msgid "invalid %%C value"
8635 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8636
8637 #: config/alpha/alpha.c:5858 config/m88k/m88k.c:3018
8638 #: config/rs6000/rs6000.c:7502
8639 #, fuzzy, c-format
8640 msgid "invalid %%E value"
8641 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8642
8643 #: config/alpha/alpha.c:5883 config/alpha/alpha.c:5933
8644 #, fuzzy
8645 msgid "unknown relocation unspec"
8646 msgstr "Äåí åßíáé äõíáôüí íá âñåèåß ï ôýðïò ôïõ åðåîåñãáóôÞ."
8647
8648 #: config/alpha/alpha.c:5892 config/romp/romp.c:981
8649 #: config/rs6000/rs6000.c:8052
8650 #, fuzzy, c-format
8651 msgid "invalid %%xn code"
8652 msgstr "ìç Ýãêõñï äéêáßùìá"
8653
8654 #: config/alpha/alpha.c:6618 config/alpha/alpha.c:6621 config/s390/s390.c:6069
8655 #: config/s390/s390.c:6072
8656 msgid "bad builtin fcode"
8657 msgstr ""
8658
8659 #. Macro to define tables used to set the flags.
8660 #. This is a list in braces of pairs in braces,
8661 #. each pair being { "NAME", VALUE }
8662 #. where VALUE is the bits to set or minus the bits to clear.
8663 #. An empty string NAME is used to identify the default VALUE.
8664 #: config/alpha/alpha.h:279 config/i386/i386.h:294 config/i386/i386.h:296
8665 #: config/i386/i386.h:298 config/ns32k/ns32k.h:140 config/rs6000/rs6000.h:292
8666 #: config/s390/s390.h:68 config/sparc/sparc.h:522 config/sparc/sparc.h:527
8667 msgid "Use hardware fp"
8668 msgstr ""
8669
8670 #: config/alpha/alpha.h:280 config/i386/i386.h:295 config/i386/i386.h:297
8671 #: config/rs6000/rs6000.h:294 config/sparc/sparc.h:524
8672 #: config/sparc/sparc.h:529
8673 msgid "Do not use hardware fp"
8674 msgstr ""
8675
8676 #: config/alpha/alpha.h:281
8677 msgid "Use fp registers"
8678 msgstr ""
8679
8680 #: config/alpha/alpha.h:283
8681 msgid "Do not use fp registers"
8682 msgstr ""
8683
8684 #: config/alpha/alpha.h:284
8685 msgid "Do not assume GAS"
8686 msgstr ""
8687
8688 #: config/alpha/alpha.h:285
8689 msgid "Assume GAS"
8690 msgstr ""
8691
8692 #: config/alpha/alpha.h:287
8693 msgid "Request IEEE-conformant math library routines (OSF/1)"
8694 msgstr ""
8695
8696 #: config/alpha/alpha.h:289
8697 msgid "Emit IEEE-conformant code, without inexact exceptions"
8698 msgstr ""
8699
8700 #: config/alpha/alpha.h:291
8701 msgid "Emit IEEE-conformant code, with inexact exceptions"
8702 msgstr ""
8703
8704 #: config/alpha/alpha.h:293
8705 msgid "Do not emit complex integer constants to read-only memory"
8706 msgstr ""
8707
8708 #: config/alpha/alpha.h:294
8709 msgid "Use VAX fp"
8710 msgstr ""
8711
8712 #: config/alpha/alpha.h:295
8713 msgid "Do not use VAX fp"
8714 msgstr ""
8715
8716 #: config/alpha/alpha.h:296
8717 msgid "Emit code for the byte/word ISA extension"
8718 msgstr ""
8719
8720 #: config/alpha/alpha.h:299
8721 msgid "Emit code for the motion video ISA extension"
8722 msgstr ""
8723
8724 #: config/alpha/alpha.h:302
8725 msgid "Emit code for the fp move and sqrt ISA extension"
8726 msgstr ""
8727
8728 #: config/alpha/alpha.h:304
8729 msgid "Emit code for the counting ISA extension"
8730 msgstr ""
8731
8732 #: config/alpha/alpha.h:307
8733 msgid "Emit code using explicit relocation directives"
8734 msgstr ""
8735
8736 #: config/alpha/alpha.h:310
8737 msgid "Emit 16-bit relocations to the small data areas"
8738 msgstr ""
8739
8740 #: config/alpha/alpha.h:312
8741 msgid "Emit 32-bit relocations to the small data areas"
8742 msgstr ""
8743
8744 #: config/alpha/alpha.h:314
8745 msgid "Emit rdval instead of rduniq for thread pointer"
8746 msgstr ""
8747
8748 #. For -mcpu=
8749 #. For -mtune=
8750 #. For -mfp-rounding-mode=[n|m|c|d]
8751 #. For -mfp-trap-mode=[n|u|su|sui]
8752 #. For -mtrap-precision=[p|f|i]
8753 #. For -mmemory-latency=
8754 #. For -mtls-size=
8755 #: config/alpha/alpha.h:343
8756 msgid "Use features of and schedule given CPU"
8757 msgstr ""
8758
8759 #: config/alpha/alpha.h:345
8760 msgid "Schedule given CPU"
8761 msgstr ""
8762
8763 #: config/alpha/alpha.h:347
8764 msgid "Control the generated fp rounding mode"
8765 msgstr ""
8766
8767 #: config/alpha/alpha.h:349
8768 msgid "Control the IEEE trap mode"
8769 msgstr ""
8770
8771 #: config/alpha/alpha.h:351
8772 msgid "Control the precision given to fp exceptions"
8773 msgstr ""
8774
8775 #: config/alpha/alpha.h:353
8776 msgid "Tune expected memory latency"
8777 msgstr ""
8778
8779 #: config/alpha/alpha.h:355 config/ia64/ia64.h:225
8780 msgid "Specify bit size of immediate TLS offsets"
8781 msgstr ""
8782
8783 #: config/arc/arc.c:135
8784 #, c-format
8785 msgid "bad value (%s) for -mcpu switch"
8786 msgstr ""
8787
8788 #: config/arc/arc.c:362
8789 #, fuzzy, c-format
8790 msgid "argument of `%s' attribute is not a string constant"
8791 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
8792
8793 #: config/arc/arc.c:369
8794 #, c-format
8795 msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
8796 msgstr ""
8797
8798 #: config/arc/arc.c:1708 config/m32r/m32r.c:2286
8799 #, fuzzy, c-format
8800 msgid "invalid operand to %%R code"
8801 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8802
8803 #: config/arc/arc.c:1740 config/m32r/m32r.c:2309
8804 #, fuzzy, c-format
8805 msgid "invalid operand to %%H/%%L code"
8806 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8807
8808 #: config/arc/arc.c:1763 config/m32r/m32r.c:2385
8809 #, fuzzy, c-format
8810 msgid "invalid operand to %%U code"
8811 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8812
8813 #: config/arc/arc.c:1774
8814 #, fuzzy, c-format
8815 msgid "invalid operand to %%V code"
8816 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8817
8818 #. Unknown flag.
8819 #: config/arc/arc.c:1781 config/m32r/m32r.c:2424 config/sparc/sparc.c:6533
8820 #, fuzzy
8821 msgid "invalid operand output code"
8822 msgstr "Ìç Ýãêõñïò êþäéêáò áßôçóçò"
8823
8824 #: config/arm/arm.c:458
8825 #, c-format
8826 msgid "switch -mcpu=%s conflicts with -march= switch"
8827 msgstr ""
8828
8829 #: config/arm/arm.c:468 config/rs6000/rs6000.c:558 config/sparc/sparc.c:393
8830 #, c-format
8831 msgid "bad value (%s) for %s switch"
8832 msgstr ""
8833
8834 #: config/arm/arm.c:604
8835 msgid "target CPU does not support APCS-32"
8836 msgstr ""
8837
8838 #: config/arm/arm.c:609
8839 msgid "target CPU does not support APCS-26"
8840 msgstr ""
8841
8842 #: config/arm/arm.c:615
8843 msgid "target CPU does not support interworking"
8844 msgstr ""
8845
8846 #: config/arm/arm.c:621
8847 msgid "target CPU does not support THUMB instructions"
8848 msgstr ""
8849
8850 #: config/arm/arm.c:635
8851 msgid "enabling backtrace support is only meaningful when compiling for the Thumb"
8852 msgstr ""
8853
8854 #: config/arm/arm.c:638
8855 msgid "enabling callee interworking support is only meaningful when compiling for the Thumb"
8856 msgstr ""
8857
8858 #: config/arm/arm.c:641
8859 msgid "enabling caller interworking support is only meaningful when compiling for the Thumb"
8860 msgstr ""
8861
8862 #: config/arm/arm.c:647
8863 msgid "interworking forces APCS-32 to be used"
8864 msgstr ""
8865
8866 #: config/arm/arm.c:653
8867 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8868 msgstr ""
8869
8870 #: config/arm/arm.c:661
8871 msgid "-fpic and -mapcs-reent are incompatible"
8872 msgstr ""
8873
8874 #: config/arm/arm.c:664
8875 msgid "APCS reentrant code not supported.  Ignored"
8876 msgstr ""
8877
8878 #: config/arm/arm.c:672
8879 msgid "-g with -mno-apcs-frame may not give sensible debugging"
8880 msgstr ""
8881
8882 #: config/arm/arm.c:680
8883 msgid "passing floating point arguments in fp regs not yet supported"
8884 msgstr ""
8885
8886 #: config/arm/arm.c:709
8887 #, fuzzy, c-format
8888 msgid "invalid floating point emulation option: -mfpe-%s"
8889 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
8890
8891 #: config/arm/arm.c:733
8892 msgid "structure size boundary can only be set to 8 or 32"
8893 msgstr ""
8894
8895 #: config/arm/arm.c:741
8896 msgid "-mpic-register= is useless without -fpic"
8897 msgstr ""
8898
8899 #: config/arm/arm.c:748
8900 #, c-format
8901 msgid "unable to use '%s' for PIC register"
8902 msgstr ""
8903
8904 #: config/arm/arm.c:2064 config/arm/arm.c:2087 config/avr/avr.c:4794
8905 #: config/c4x/c4x.c:4644 config/h8300/h8300.c:3667 config/i386/i386.c:1396
8906 #: config/i386/i386.c:1425 config/ip2k/ip2k.c:3224
8907 #: config/m68hc11/m68hc11.c:1267 config/mcore/mcore.c:3510
8908 #: config/ns32k/ns32k.c:1047 config/rs6000/rs6000.c:12538 config/sh/sh.c:5681
8909 #: config/sh/sh.c:5706 config/sh/sh.c:5745 config/stormy16/stormy16.c:2026
8910 #: config/v850/v850.c:2180
8911 #, c-format
8912 msgid "`%s' attribute only applies to functions"
8913 msgstr ""
8914
8915 #: config/arm/arm.c:9459
8916 msgid "unable to compute real location of stacked parameter"
8917 msgstr ""
8918
8919 #: config/arm/arm.c:10138
8920 msgid "no low registers available for popping high registers"
8921 msgstr ""
8922
8923 #: config/arm/arm.c:10389
8924 msgid "interrupt Service Routines cannot be coded in Thumb mode"
8925 msgstr ""
8926
8927 #: config/arm/pe.c:168 config/mcore/mcore.c:3358
8928 #, c-format
8929 msgid "initialized variable `%s' is marked dllimport"
8930 msgstr ""
8931
8932 #: config/arm/pe.c:177
8933 #, c-format
8934 msgid "static variable `%s' is marked dllimport"
8935 msgstr ""
8936
8937 #: config/arm/arm.h:416
8938 msgid "Generate APCS conformant stack frames"
8939 msgstr ""
8940
8941 #: config/arm/arm.h:419
8942 msgid "Store function names in object code"
8943 msgstr ""
8944
8945 #: config/arm/arm.h:423
8946 msgid "Use the 32-bit version of the APCS"
8947 msgstr ""
8948
8949 #: config/arm/arm.h:425
8950 msgid "Use the 26-bit version of the APCS"
8951 msgstr ""
8952
8953 #: config/arm/arm.h:429
8954 msgid "Pass FP arguments in FP registers"
8955 msgstr ""
8956
8957 #: config/arm/arm.h:432
8958 msgid "Generate re-entrant, PIC code"
8959 msgstr ""
8960
8961 #: config/arm/arm.h:435
8962 msgid "The MMU will trap on unaligned accesses"
8963 msgstr ""
8964
8965 #: config/arm/arm.h:442
8966 msgid "Use library calls to perform FP operations"
8967 msgstr ""
8968
8969 #: config/arm/arm.h:444 config/i960/i960.h:281
8970 msgid "Use hardware floating point instructions"
8971 msgstr ""
8972
8973 #: config/arm/arm.h:446
8974 msgid "Assume target CPU is configured as big endian"
8975 msgstr ""
8976
8977 #: config/arm/arm.h:448
8978 msgid "Assume target CPU is configured as little endian"
8979 msgstr ""
8980
8981 #: config/arm/arm.h:450
8982 msgid "Assume big endian bytes, little endian words"
8983 msgstr ""
8984
8985 #: config/arm/arm.h:452
8986 msgid "Support calls between Thumb and ARM instruction sets"
8987 msgstr ""
8988
8989 #: config/arm/arm.h:455
8990 msgid "Generate a call to abort if a noreturn function returns"
8991 msgstr ""
8992
8993 #: config/arm/arm.h:458
8994 msgid "Do not move instructions into a function's prologue"
8995 msgstr ""
8996
8997 #: config/arm/arm.h:461
8998 msgid "Do not load the PIC register in function prologues"
8999 msgstr ""
9000
9001 #: config/arm/arm.h:464
9002 msgid "Generate call insns as indirect calls, if necessary"
9003 msgstr ""
9004
9005 #: config/arm/arm.h:467
9006 msgid "Compile for the Thumb not the ARM"
9007 msgstr ""
9008
9009 #: config/arm/arm.h:471
9010 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
9011 msgstr ""
9012
9013 #: config/arm/arm.h:474
9014 msgid "Thumb: Generate (leaf) stack frames even if not needed"
9015 msgstr ""
9016
9017 #: config/arm/arm.h:477
9018 msgid "Thumb: Assume non-static functions may be called from ARM code"
9019 msgstr ""
9020
9021 #: config/arm/arm.h:481
9022 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
9023 msgstr ""
9024
9025 #: config/arm/arm.h:491
9026 msgid "Specify the name of the target CPU"
9027 msgstr ""
9028
9029 #: config/arm/arm.h:493
9030 msgid "Specify the name of the target architecture"
9031 msgstr ""
9032
9033 #: config/arm/arm.h:497
9034 msgid "Specify the version of the floating point emulator"
9035 msgstr ""
9036
9037 #: config/arm/arm.h:499
9038 msgid "Specify the minimum bit alignment of structures"
9039 msgstr ""
9040
9041 #: config/arm/arm.h:501
9042 msgid "Specify the register to be used for PIC addressing"
9043 msgstr ""
9044
9045 #: config/arm/pe.h:65
9046 msgid "Ignore dllimport attribute for functions"
9047 msgstr ""
9048
9049 #: config/avr/avr.c:528
9050 #, c-format
9051 msgid "large frame pointer change (%d) with -mtiny-stack"
9052 msgstr ""
9053
9054 #: config/avr/avr.c:1135
9055 msgid "bad address, not (reg+disp):"
9056 msgstr ""
9057
9058 #: config/avr/avr.c:1143
9059 msgid "internal compiler error.  Bad address:"
9060 msgstr ""
9061
9062 #: config/avr/avr.c:1156
9063 msgid "internal compiler error.  Unknown mode:"
9064 msgstr ""
9065
9066 #: config/avr/avr.c:1864 config/avr/avr.c:2576
9067 #, fuzzy
9068 msgid "invalid insn:"
9069 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
9070
9071 #: config/avr/avr.c:1901 config/avr/avr.c:1987 config/avr/avr.c:2036
9072 #: config/avr/avr.c:2045 config/avr/avr.c:2143 config/avr/avr.c:2315
9073 #: config/avr/avr.c:2613 config/avr/avr.c:2724
9074 #, fuzzy
9075 msgid "incorrect insn:"
9076 msgstr "ëÜèïò óõíèçìáôéêü"
9077
9078 #: config/avr/avr.c:2064 config/avr/avr.c:2228 config/avr/avr.c:2386
9079 #: config/avr/avr.c:2768
9080 #, fuzzy
9081 msgid "unknown move insn:"
9082 msgstr "Üãíùóôï óåô `%s'"
9083
9084 #: config/avr/avr.c:3003
9085 msgid "bad shift insn:"
9086 msgstr ""
9087
9088 #: config/avr/avr.c:3119 config/avr/avr.c:3549 config/avr/avr.c:3929
9089 msgid "internal compiler error.  Incorrect shift:"
9090 msgstr ""
9091
9092 #: config/avr/avr.c:4767 config/ip2k/ip2k.c:3197
9093 msgid "only initialized variables can be placed into program memory area"
9094 msgstr ""
9095
9096 #: config/avr/avr.c:4866
9097 msgid "only uninitialized variables can be placed in the .noinit section"
9098 msgstr ""
9099
9100 #: config/avr/avr.c:4881
9101 #, fuzzy, c-format
9102 msgid "MCU `%s' supported for assembler only"
9103 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
9104
9105 #: config/avr/avr.h:78
9106 msgid "Assume int to be 8 bit integer"
9107 msgstr ""
9108
9109 #: config/avr/avr.h:80
9110 msgid "Change the stack pointer without disabling interrupts"
9111 msgstr ""
9112
9113 #: config/avr/avr.h:82
9114 msgid "Use subroutines for function prologue/epilogue"
9115 msgstr ""
9116
9117 #: config/avr/avr.h:84
9118 msgid "Change only the low 8 bits of the stack pointer"
9119 msgstr ""
9120
9121 #: config/avr/avr.h:86
9122 msgid "Do not generate tablejump insns"
9123 msgstr ""
9124
9125 #: config/avr/avr.h:88
9126 msgid "Use rjmp/rcall (limited range) on >8K devices"
9127 msgstr ""
9128
9129 #: config/avr/avr.h:91
9130 msgid "Output instruction sizes to the asm file"
9131 msgstr ""
9132
9133 #: config/avr/avr.h:108
9134 msgid "Specify the initial stack address"
9135 msgstr ""
9136
9137 #: config/avr/avr.h:109
9138 #, fuzzy
9139 msgid "Specify the MCU name"
9140 msgstr "Ïñéóìüò ïíüìáôïò ðñïãñÜììáôïò"
9141
9142 #. `GIV_SORT_CRITERION(GIV1, GIV2)'
9143 #. In some cases, the strength reduction optimization pass can
9144 #. produce better code if this is defined.  This macro controls the
9145 #. order that induction variables are combined.  This macro is
9146 #. particularly useful if the target has limited addressing modes.
9147 #. For instance, the SH target has only positive offsets in
9148 #. addresses.  Thus sorting to put the smallest address first allows
9149 #. the most combinations to be found.
9150 #: config/avr/avr.h:2450
9151 #, fuzzy
9152 msgid "trampolines not supported"
9153 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
9154
9155 #: config/c4x/c4x-c.c:69
9156 #, c-format
9157 msgid "missing '(' after '#pragma %s' - ignored"
9158 msgstr ""
9159
9160 #: config/c4x/c4x-c.c:72
9161 #, c-format
9162 msgid "missing function name in '#pragma %s' - ignored"
9163 msgstr ""
9164
9165 #: config/c4x/c4x-c.c:77
9166 #, fuzzy, c-format
9167 msgid "malformed '#pragma %s' - ignored"
9168 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
9169
9170 #: config/c4x/c4x-c.c:79
9171 #, c-format
9172 msgid "missing section name in '#pragma %s' - ignored"
9173 msgstr ""
9174
9175 #: config/c4x/c4x-c.c:84
9176 #, c-format
9177 msgid "missing ')' for '#pragma %s' - ignored"
9178 msgstr ""
9179
9180 #: config/c4x/c4x-c.c:87
9181 #, c-format
9182 msgid "junk at end of '#pragma %s'"
9183 msgstr ""
9184
9185 #: config/c4x/c4x.c:280
9186 #, c-format
9187 msgid "unknown CPU version %d, using 40.\n"
9188 msgstr ""
9189
9190 #: config/c4x/c4x.c:853
9191 #, c-format
9192 msgid "ISR %s requires %d words of local vars, max is 32767"
9193 msgstr ""
9194
9195 #: config/c4x/c4x.c:1602
9196 msgid "using CONST_DOUBLE for address"
9197 msgstr ""
9198
9199 #: config/c4x/c4x.c:1742
9200 msgid "c4x_address_cost: Invalid addressing mode"
9201 msgstr ""
9202
9203 #: config/c4x/c4x.c:1884
9204 #, c-format
9205 msgid "c4x_print_operand: %%L inconsistency"
9206 msgstr ""
9207
9208 #: config/c4x/c4x.c:1890
9209 #, c-format
9210 msgid "c4x_print_operand: %%N inconsistency"
9211 msgstr ""
9212
9213 #: config/c4x/c4x.c:1931
9214 #, c-format
9215 msgid "c4x_print_operand: %%O inconsistency"
9216 msgstr ""
9217
9218 #: config/c4x/c4x.c:2026
9219 msgid "c4x_print_operand: Bad operand case"
9220 msgstr ""
9221
9222 #: config/c4x/c4x.c:2069
9223 msgid "c4x_print_operand_address: Bad post_modify"
9224 msgstr ""
9225
9226 #: config/c4x/c4x.c:2091
9227 msgid "c4x_print_operand_address: Bad pre_modify"
9228 msgstr ""
9229
9230 #: config/c4x/c4x.c:2139 config/c4x/c4x.c:2151 config/c4x/c4x.c:2166
9231 msgid "c4x_print_operand_address: Bad operand case"
9232 msgstr ""
9233
9234 #: config/c4x/c4x.c:2422
9235 msgid "c4x_rptb_insert: Cannot find start label"
9236 msgstr ""
9237
9238 #: config/c4x/c4x.c:3409 config/c4x/c4x.c:3429
9239 #, fuzzy
9240 msgid "mode not QImode"
9241 msgstr "íåá_êáôÜóôáóç: êáôÜóôáóç ëåéôïõñãßáò\n"
9242
9243 #: config/c4x/c4x.c:3514
9244 #, fuzzy
9245 msgid "invalid indirect memory address"
9246 msgstr "ìç Ýãêõñïò ÷ñüíïò ëÞîçò"
9247
9248 #: config/c4x/c4x.c:3603
9249 msgid "invalid indirect (S) memory address"
9250 msgstr ""
9251
9252 #: config/c4x/c4x.c:3944
9253 msgid "c4x_valid_operands: Internal error"
9254 msgstr ""
9255
9256 #: config/c4x/c4x.c:4424
9257 msgid "c4x_operand_subword: invalid mode"
9258 msgstr ""
9259
9260 #: config/c4x/c4x.c:4427
9261 msgid "c4x_operand_subword: invalid operand"
9262 msgstr ""
9263
9264 #. We could handle these with some difficulty.
9265 #. e.g., *p-- => *(p-=2); *(p+1).
9266 #: config/c4x/c4x.c:4453
9267 msgid "c4x_operand_subword: invalid autoincrement"
9268 msgstr ""
9269
9270 #: config/c4x/c4x.c:4459
9271 msgid "c4x_operand_subword: invalid address"
9272 msgstr ""
9273
9274 #: config/c4x/c4x.c:4470
9275 msgid "c4x_operand_subword: address not offsettable"
9276 msgstr ""
9277
9278 #: config/c4x/c4x.c:4670
9279 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
9280 msgstr ""
9281
9282 #. Name of the c4x assembler.
9283 #. Name of the c4x linker.
9284 #. Define assembler options.
9285 #. Define linker options.
9286 #. Specify the end file to link with.
9287 #. Target compilation option flags.
9288 #. Small memory model.
9289 #. Use 24-bit MPYI for C3x.
9290 #. Fast fixing of floats.
9291 #. Allow use of RPTS.
9292 #. Emit C3x code.
9293 #. Be compatible with TI assembler.
9294 #. Be paranoid about DP reg. in ISRs.
9295 #. Pass arguments on stack.
9296 #. Enable features under development.
9297 #. Enable repeat block.
9298 #. Use BK as general register.
9299 #. Use decrement and branch for C3x.
9300 #. Enable debugging of GCC.
9301 #. Force constants into registers.
9302 #. Allow unsigned loop counters.
9303 #. Force op0 and op1 to be same.
9304 #. Save all 40 bits for floats.
9305 #. Allow parallel insns.
9306 #. Allow MPY||ADD, MPY||SUB insns.
9307 #. Assume mem refs possibly aliased.
9308 #. Emit C30 code.
9309 #. Emit C31 code.
9310 #. Emit C32 code.
9311 #. Emit C33 code.
9312 #. Emit C40 code.
9313 #. Emit C44 code.
9314 #. Run-time compilation parameters selecting different hardware subsets.
9315 #.
9316 #. Macro to define tables used to set the flags.
9317 #. This is a list in braces of triplets in braces,
9318 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
9319 #. where VALUE is the bits to set or minus the bits to clear.
9320 #. An empty string NAME is used to identify the default VALUE.
9321 #: config/c4x/c4x.h:168
9322 msgid "Small memory model"
9323 msgstr ""
9324
9325 #: config/c4x/c4x.h:170
9326 msgid "Big memory model"
9327 msgstr ""
9328
9329 #: config/c4x/c4x.h:172
9330 msgid "Use MPYI instruction for C3x"
9331 msgstr ""
9332
9333 #: config/c4x/c4x.h:174
9334 msgid "Do not use MPYI instruction for C3x"
9335 msgstr ""
9336
9337 #: config/c4x/c4x.h:176
9338 msgid "Use fast but approximate float to integer conversion"
9339 msgstr ""
9340
9341 #: config/c4x/c4x.h:178
9342 msgid "Use slow but accurate float to integer conversion"
9343 msgstr ""
9344
9345 #: config/c4x/c4x.h:180
9346 msgid "Enable use of RTPS instruction"
9347 msgstr ""
9348
9349 #: config/c4x/c4x.h:182
9350 msgid "Disable use of RTPS instruction"
9351 msgstr ""
9352
9353 #: config/c4x/c4x.h:184
9354 msgid "Enable use of RTPB instruction"
9355 msgstr ""
9356
9357 #: config/c4x/c4x.h:186
9358 msgid "Disable use of RTPB instruction"
9359 msgstr ""
9360
9361 #: config/c4x/c4x.h:188
9362 msgid "Generate code for C30 CPU"
9363 msgstr ""
9364
9365 #: config/c4x/c4x.h:190
9366 msgid "Generate code for C31 CPU"
9367 msgstr ""
9368
9369 #: config/c4x/c4x.h:192
9370 msgid "Generate code for C32 CPU"
9371 msgstr ""
9372
9373 #: config/c4x/c4x.h:194
9374 msgid "Generate code for C33 CPU"
9375 msgstr ""
9376
9377 #: config/c4x/c4x.h:196
9378 msgid "Generate code for C40 CPU"
9379 msgstr ""
9380
9381 #: config/c4x/c4x.h:198
9382 msgid "Generate code for C44 CPU"
9383 msgstr ""
9384
9385 #: config/c4x/c4x.h:200
9386 msgid "Emit code compatible with TI tools"
9387 msgstr ""
9388
9389 #: config/c4x/c4x.h:202
9390 msgid "Emit code to use GAS extensions"
9391 msgstr ""
9392
9393 #: config/c4x/c4x.h:204 config/c4x/c4x.h:208
9394 msgid "Save DP across ISR in small memory model"
9395 msgstr ""
9396
9397 #: config/c4x/c4x.h:206 config/c4x/c4x.h:210
9398 msgid "Don't save DP across ISR in small memory model"
9399 msgstr ""
9400
9401 #: config/c4x/c4x.h:212
9402 msgid "Pass arguments on the stack"
9403 msgstr ""
9404
9405 #: config/c4x/c4x.h:214
9406 msgid "Pass arguments in registers"
9407 msgstr ""
9408
9409 #: config/c4x/c4x.h:216
9410 msgid "Enable new features under development"
9411 msgstr ""
9412
9413 #: config/c4x/c4x.h:218
9414 msgid "Disable new features under development"
9415 msgstr ""
9416
9417 #: config/c4x/c4x.h:220
9418 msgid "Use the BK register as a general purpose register"
9419 msgstr ""
9420
9421 #: config/c4x/c4x.h:222
9422 #, fuzzy
9423 msgid "Do not allocate BK register"
9424 msgstr "Äåí åßíáé äõíáôü íá äåóìåõôåß ìíÞìç"
9425
9426 #: config/c4x/c4x.h:224
9427 msgid "Enable use of DB instruction"
9428 msgstr ""
9429
9430 #: config/c4x/c4x.h:226
9431 msgid "Disable use of DB instruction"
9432 msgstr ""
9433
9434 #: config/c4x/c4x.h:228
9435 msgid "Enable debugging"
9436 msgstr ""
9437
9438 #: config/c4x/c4x.h:230
9439 msgid "Disable debugging"
9440 msgstr ""
9441
9442 #: config/c4x/c4x.h:232
9443 msgid "Force constants into registers to improve hoisting"
9444 msgstr ""
9445
9446 #: config/c4x/c4x.h:234
9447 msgid "Don't force constants into registers"
9448 msgstr ""
9449
9450 #: config/c4x/c4x.h:236
9451 msgid "Force RTL generation to emit valid 3 operand insns"
9452 msgstr ""
9453
9454 #: config/c4x/c4x.h:238
9455 msgid "Allow RTL generation to emit invalid 3 operand insns"
9456 msgstr ""
9457
9458 #: config/c4x/c4x.h:240
9459 msgid "Allow unsigned iteration counts for RPTB/DB"
9460 msgstr ""
9461
9462 #: config/c4x/c4x.h:242
9463 msgid "Disallow unsigned iteration counts for RPTB/DB"
9464 msgstr ""
9465
9466 #: config/c4x/c4x.h:244
9467 msgid "Preserve all 40 bits of FP reg across call"
9468 msgstr ""
9469
9470 #: config/c4x/c4x.h:246
9471 msgid "Only preserve 32 bits of FP reg across call"
9472 msgstr ""
9473
9474 #: config/c4x/c4x.h:248
9475 #, fuzzy
9476 msgid "Enable parallel instructions"
9477 msgstr "ÁêáôÜëëçëç åíôïëÞ"
9478
9479 #: config/c4x/c4x.h:250
9480 #, fuzzy
9481 msgid "Disable parallel instructions"
9482 msgstr "ÁêáôÜëëçëç åíôïëÞ"
9483
9484 #: config/c4x/c4x.h:252
9485 msgid "Enable MPY||ADD and MPY||SUB instructions"
9486 msgstr ""
9487
9488 #: config/c4x/c4x.h:254
9489 msgid "Disable MPY||ADD and MPY||SUB instructions"
9490 msgstr ""
9491
9492 #: config/c4x/c4x.h:256
9493 msgid "Assume that pointers may be aliased"
9494 msgstr ""
9495
9496 #: config/c4x/c4x.h:258
9497 msgid "Assume that pointers not aliased"
9498 msgstr ""
9499
9500 #: config/c4x/c4x.h:331
9501 msgid "Specify maximum number of iterations for RPTS"
9502 msgstr ""
9503
9504 #: config/c4x/c4x.h:333
9505 msgid "Select CPU to generate code for"
9506 msgstr ""
9507
9508 #: config/cris/cris.c:599
9509 msgid "unexpected index-type in cris_print_index"
9510 msgstr ""
9511
9512 #: config/cris/cris.c:615
9513 msgid "unexpected base-type in cris_print_base"
9514 msgstr ""
9515
9516 #: config/cris/cris.c:908
9517 #, c-format
9518 msgid "stackframe too big: %d bytes"
9519 msgstr ""
9520
9521 #: config/cris/cris.c:1223
9522 msgid "allocated but unused delay list in epilogue"
9523 msgstr ""
9524
9525 #: config/cris/cris.c:1233
9526 msgid "unexpected function type needing stack adjustment for __builtin_eh_return"
9527 msgstr ""
9528
9529 #: config/cris/cris.c:1312
9530 #, fuzzy
9531 msgid "invalid operand for 'b' modifier"
9532 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9533
9534 #: config/cris/cris.c:1324
9535 #, fuzzy
9536 msgid "invalid operand for 'v' modifier"
9537 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9538
9539 #: config/cris/cris.c:1334
9540 #, fuzzy
9541 msgid "invalid operand for 'P' modifier"
9542 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9543
9544 #: config/cris/cris.c:1341
9545 #, fuzzy
9546 msgid "invalid operand for 'p' modifier"
9547 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9548
9549 #: config/cris/cris.c:1380
9550 #, fuzzy
9551 msgid "invalid operand for 'z' modifier"
9552 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9553
9554 #: config/cris/cris.c:1411 config/cris/cris.c:1441
9555 #, fuzzy
9556 msgid "invalid operand for 'H' modifier"
9557 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9558
9559 #: config/cris/cris.c:1417
9560 #, fuzzy
9561 msgid "bad register"
9562 msgstr "Äåí åßíáé äõíáôÞ ç êáôá÷þñçóç ôçò õðçñåóßáò"
9563
9564 #: config/cris/cris.c:1455
9565 #, fuzzy
9566 msgid "invalid operand for 'e' modifier"
9567 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9568
9569 #: config/cris/cris.c:1472
9570 #, fuzzy
9571 msgid "invalid operand for 'm' modifier"
9572 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9573
9574 #: config/cris/cris.c:1497
9575 #, fuzzy
9576 msgid "invalid operand for 'A' modifier"
9577 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9578
9579 #: config/cris/cris.c:1505
9580 #, fuzzy
9581 msgid "invalid operand for 'D' modifier"
9582 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9583
9584 #: config/cris/cris.c:1519
9585 #, fuzzy
9586 msgid "invalid operand for 'T' modifier"
9587 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9588
9589 #: config/cris/cris.c:1528
9590 #, fuzzy
9591 msgid "invalid operand modifier letter"
9592 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9593
9594 #: config/cris/cris.c:1536
9595 #, fuzzy, c-format
9596 msgid "internal error: bad register: %d"
9597 msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
9598
9599 #: config/cris/cris.c:1584
9600 msgid "unexpected multiplicative operand"
9601 msgstr ""
9602
9603 #: config/cris/cris.c:1604
9604 #, fuzzy
9605 msgid "unexpected operand"
9606 msgstr "Ìç ïñéóìÝíï üíïìá %s"
9607
9608 # src/request.c:806 src/request.c:912
9609 #: config/cris/cris.c:1639 config/cris/cris.c:1649
9610 #, fuzzy
9611 msgid "unrecognized address"
9612 msgstr "Ìç áíáãíùñßóçìï üíïìá åðéöÜíåéáò `%s'"
9613
9614 #: config/cris/cris.c:2005
9615 msgid "internal error: sideeffect-insn affecting main effect"
9616 msgstr ""
9617
9618 #. If we get here, the caller got its initial tests wrong.
9619 #: config/cris/cris.c:2292
9620 msgid "internal error: cris_side_effect_mode_ok with bad operands"
9621 msgstr ""
9622
9623 #: config/cris/cris.c:2374 config/cris/cris.c:2432
9624 #, fuzzy
9625 msgid "unrecognized supposed constant"
9626 msgstr "Üãíùóôï ðñüèåìá: %s"
9627
9628 #: config/cris/cris.c:2473
9629 msgid "unrecognized supposed constant in cris_global_pic_symbol"
9630 msgstr ""
9631
9632 #: config/cris/cris.c:2492
9633 #, c-format
9634 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
9635 msgstr ""
9636
9637 #: config/cris/cris.c:2520
9638 #, c-format
9639 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
9640 msgstr ""
9641
9642 #: config/cris/cris.c:2556
9643 #, fuzzy, c-format
9644 msgid "unknown CRIS cpu version specification in -mtune= : %s"
9645 msgstr "ðÜñá ðïëëÝò äçëþóåéò ìåôáôñïðÞò óôçí êáôÜëçîç"
9646
9647 #: config/cris/cris.c:2574
9648 #, fuzzy
9649 msgid "-fPIC and -fpic are not supported in this configuration"
9650 msgstr "Ç ïéêïãÝíåéá äéåõèýíóåùí äåí õðïóôçñßæåôáé áðü ôçí ïéêïãÝíåéá ðñùôïêüëëïõ"
9651
9652 #: config/cris/cris.c:2590
9653 msgid "that particular -g option is invalid with -maout and -melinux"
9654 msgstr ""
9655
9656 #: config/cris/cris.c:2824 config/cris/cris.c:2869
9657 msgid "unexpected side-effects in address"
9658 msgstr ""
9659
9660 #. Labels are never marked as global symbols.
9661 #: config/cris/cris.c:2966 config/cris/cris.c:2997
9662 msgid "unexpected PIC symbol"
9663 msgstr ""
9664
9665 #: config/cris/cris.c:2970
9666 msgid "PIC register isn't set up"
9667 msgstr ""
9668
9669 #: config/cris/cris.c:2983 config/cris/cris.c:3066
9670 #, fuzzy
9671 msgid "unexpected address expression"
9672 msgstr "Ìç Ýãêõñç ðñïðïñåõüìåíç êáíïíéêÞ Ýêöñáóç"
9673
9674 #: config/cris/cris.c:3001
9675 msgid "emitting PIC operand, but PIC register isn't set up"
9676 msgstr ""
9677
9678 #: config/cris/cris.c:3010
9679 msgid "unexpected NOTE as addr_const:"
9680 msgstr ""
9681
9682 #: config/cris/aout.h:108
9683 msgid "Compile for the MMU-less Etrax 100-based elinux system"
9684 msgstr ""
9685
9686 #: config/cris/aout.h:115
9687 msgid "For elinux, request a specified stack-size for this program"
9688 msgstr ""
9689
9690 #. 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.
9691 #: config/cris/cris.h:340
9692 msgid "Compile for ETRAX 4 (CRIS v3)"
9693 msgstr ""
9694
9695 #: config/cris/cris.h:345
9696 msgid "Compile for ETRAX 100 (CRIS v8)"
9697 msgstr ""
9698
9699 #: config/cris/cris.h:349
9700 msgid "Emit verbose debug information in assembly code"
9701 msgstr ""
9702
9703 #: config/cris/cris.h:352
9704 msgid "Do not use condition codes from normal instructions"
9705 msgstr ""
9706
9707 #: config/cris/cris.h:356
9708 msgid "Do not emit addressing modes with side-effect assignment"
9709 msgstr ""
9710
9711 #: config/cris/cris.h:359
9712 msgid "Do not tune stack alignment"
9713 msgstr ""
9714
9715 #: config/cris/cris.h:362
9716 msgid "Do not tune writable data alignment"
9717 msgstr ""
9718
9719 #: config/cris/cris.h:365
9720 msgid "Do not tune code and read-only data alignment"
9721 msgstr ""
9722
9723 #: config/cris/cris.h:374
9724 msgid "Align code and data to 32 bits"
9725 msgstr ""
9726
9727 #: config/cris/cris.h:387
9728 msgid "Don't align items in code or data"
9729 msgstr ""
9730
9731 #: config/cris/cris.h:390
9732 msgid "Do not emit function prologue or epilogue"
9733 msgstr ""
9734
9735 #. We have to handle this m-option here since we can't wash it off in      both CC1_SPEC and CC1PLUS_SPEC.
9736 #: config/cris/cris.h:394
9737 msgid "Use the most feature-enabling options allowed by other options"
9738 msgstr ""
9739
9740 #. 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.
9741 #: config/cris/cris.h:400
9742 msgid "Override -mbest-lib-options"
9743 msgstr ""
9744
9745 #: config/cris/cris.h:432
9746 msgid "Generate code for the specified chip or CPU version"
9747 msgstr ""
9748
9749 #: config/cris/cris.h:434
9750 msgid "Tune alignment for the specified chip or CPU version"
9751 msgstr ""
9752
9753 #: config/cris/cris.h:436
9754 msgid "Warn when a stackframe is larger than the specified size"
9755 msgstr ""
9756
9757 #. Node: Profiling
9758 #: config/cris/cris.h:1022
9759 msgid "no FUNCTION_PROFILER for CRIS"
9760 msgstr ""
9761
9762 #: config/cris/linux.h:71
9763 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
9764 msgstr ""
9765
9766 #: config/d30v/d30v.c:207
9767 #, c-format
9768 msgid "bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
9769 msgstr ""
9770
9771 #: config/d30v/d30v.c:2666
9772 msgid "bad insn to d30v_print_operand_address:"
9773 msgstr ""
9774
9775 #: config/d30v/d30v.c:2683 config/d30v/d30v.c:2744 config/d30v/d30v.c:2765
9776 #: config/d30v/d30v.c:2783
9777 msgid "bad insn to d30v_print_operand_memory_reference:"
9778 msgstr ""
9779
9780 #: config/d30v/d30v.c:2851
9781 msgid "bad insn to d30v_print_operand, 'f' modifier:"
9782 msgstr ""
9783
9784 #: config/d30v/d30v.c:2860
9785 msgid "bad insn to d30v_print_operand, 'A' modifier:"
9786 msgstr ""
9787
9788 #: config/d30v/d30v.c:2867
9789 msgid "bad insn to d30v_print_operand, 'M' modifier:"
9790 msgstr ""
9791
9792 #: config/d30v/d30v.c:2921
9793 msgid "bad insn to print_operand, 'F' or 'T' modifier:"
9794 msgstr ""
9795
9796 #: config/d30v/d30v.c:2932
9797 msgid "bad insn to print_operand, 'B' modifier:"
9798 msgstr ""
9799
9800 #: config/d30v/d30v.c:2939
9801 msgid "bad insn to print_operand, 'E' modifier:"
9802 msgstr ""
9803
9804 #: config/d30v/d30v.c:2957
9805 msgid "bad insn to print_operand, 'R' modifier:"
9806 msgstr ""
9807
9808 #: config/d30v/d30v.c:2966 config/d30v/d30v.c:2974
9809 msgid "bad insn to print_operand, 's' modifier:"
9810 msgstr ""
9811
9812 #: config/d30v/d30v.c:3003
9813 msgid "bad insn in d30v_print_operand, 0 case"
9814 msgstr ""
9815
9816 #: config/d30v/d30v.c:3301
9817 msgid "d30v_emit_comparison"
9818 msgstr ""
9819
9820 #: config/d30v/d30v.c:3345
9821 msgid "bad call to d30v_move_2words"
9822 msgstr ""
9823
9824 #: config/d30v/d30v.h:114
9825 msgid "Enable use of conditional move instructions"
9826 msgstr ""
9827
9828 #: config/d30v/d30v.h:117
9829 msgid "Disable use of conditional move instructions"
9830 msgstr ""
9831
9832 #: config/d30v/d30v.h:120
9833 #, fuzzy
9834 msgid "Debug argument support in compiler"
9835 msgstr "%s: ç õðïóôÞñéîç åêóöáëìÜôùóçò äåí Ý÷åé óõìðåñéëçöèåß óôç ìåôáãëþôôéóç.\n"
9836
9837 #: config/d30v/d30v.h:123
9838 #, fuzzy
9839 msgid "Debug stack support in compiler"
9840 msgstr "%s: ç õðïóôÞñéîç åêóöáëìÜôùóçò äåí Ý÷åé óõìðåñéëçöèåß óôç ìåôáãëþôôéóç.\n"
9841
9842 #: config/d30v/d30v.h:126
9843 msgid "Debug memory address support in compiler"
9844 msgstr ""
9845
9846 #: config/d30v/d30v.h:129
9847 msgid "Make adjacent short instructions parallel if possible"
9848 msgstr ""
9849
9850 #: config/d30v/d30v.h:132
9851 msgid "Do not make adjacent short instructions parallel"
9852 msgstr ""
9853
9854 #: config/d30v/d30v.h:135 config/d30v/d30v.h:138
9855 msgid "Link programs/data to be in external memory by default"
9856 msgstr ""
9857
9858 #: config/d30v/d30v.h:141
9859 msgid "Link programs/data to be in onchip memory by default"
9860 msgstr ""
9861
9862 #: config/d30v/d30v.h:149
9863 msgid "Change the branch costs within the compiler"
9864 msgstr ""
9865
9866 #: config/d30v/d30v.h:152
9867 msgid "Change the threshold for conversion to conditional execution"
9868 msgstr ""
9869
9870 #: config/dsp16xx/dsp16xx.c:1446 config/dsp16xx/dsp16xx.c:1469
9871 msgid "stack size > 32k"
9872 msgstr ""
9873
9874 #: config/dsp16xx/dsp16xx.c:1678
9875 #, fuzzy
9876 msgid "invalid addressing mode"
9877 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
9878
9879 #: config/dsp16xx/dsp16xx.c:1821
9880 #, fuzzy
9881 msgid "bad register extension code"
9882 msgstr "Äåí åßíáé äõíáôÞ ç êáôá÷þñçóç ôçò õðçñåóßáò"
9883
9884 #: config/dsp16xx/dsp16xx.c:1921
9885 #, fuzzy
9886 msgid "invalid offset in ybase addressing"
9887 msgstr "ìç Ýãêõñïò ÷ñüíïò Ýíáñîçò"
9888
9889 #: config/dsp16xx/dsp16xx.c:1924
9890 #, fuzzy
9891 msgid "invalid register in ybase addressing"
9892 msgstr "ìç Ýãêõñïò ÷ñüíïò Ýíáñîçò"
9893
9894 #: config/dsp16xx/dsp16xx.c:2099
9895 msgid "invalid shift operator in emit_1600_core_shift"
9896 msgstr ""
9897
9898 #: config/dsp16xx/dsp16xx.c:2428
9899 #, fuzzy
9900 msgid "invalid mode for gen_tst_reg"
9901 msgstr "ìç Ýãêõñç êáôÜóôáóç ãéá ôçí dlopen()"
9902
9903 #: config/dsp16xx/dsp16xx.c:2500
9904 msgid "invalid mode for integer comparison in gen_compare_reg"
9905 msgstr ""
9906
9907 #. Macro to define tables used to set the flags.
9908 #. This is a list in braces of pairs in braces,
9909 #. each pair being { "NAME", VALUE }
9910 #. where VALUE is the bits to set or minus the bits to clear.
9911 #. An empty string NAME is used to identify the default VALUE.
9912 #: config/dsp16xx/dsp16xx.h:230
9913 msgid "Pass parameters in registers (default)"
9914 msgstr ""
9915
9916 #: config/dsp16xx/dsp16xx.h:232
9917 msgid "Don't pass parameters in registers"
9918 msgstr ""
9919
9920 #: config/dsp16xx/dsp16xx.h:234
9921 #, fuzzy
9922 msgid "Generate code for near calls"
9923 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
9924
9925 #: config/dsp16xx/dsp16xx.h:236
9926 msgid "Don't generate code for near calls"
9927 msgstr ""
9928
9929 #: config/dsp16xx/dsp16xx.h:238
9930 #, fuzzy
9931 msgid "Generate code for near jumps"
9932 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
9933
9934 #: config/dsp16xx/dsp16xx.h:240
9935 msgid "Don't generate code for near jumps"
9936 msgstr ""
9937
9938 #: config/dsp16xx/dsp16xx.h:242
9939 msgid "Generate code for a bit-manipulation unit"
9940 msgstr ""
9941
9942 #: config/dsp16xx/dsp16xx.h:244
9943 msgid "Don't generate code for a bit-manipulation unit"
9944 msgstr ""
9945
9946 #: config/dsp16xx/dsp16xx.h:246
9947 msgid "Generate code for memory map1"
9948 msgstr ""
9949
9950 #: config/dsp16xx/dsp16xx.h:248
9951 msgid "Generate code for memory map2"
9952 msgstr ""
9953
9954 #: config/dsp16xx/dsp16xx.h:250
9955 msgid "Generate code for memory map3"
9956 msgstr ""
9957
9958 #: config/dsp16xx/dsp16xx.h:252
9959 msgid "Generate code for memory map4"
9960 msgstr ""
9961
9962 #: config/dsp16xx/dsp16xx.h:254
9963 msgid "Ouput extra code for initialized data"
9964 msgstr ""
9965
9966 #: config/dsp16xx/dsp16xx.h:256
9967 msgid "Don't let reg. allocator use ybase registers"
9968 msgstr ""
9969
9970 #: config/dsp16xx/dsp16xx.h:258
9971 msgid "Output extra debug info in Luxworks environment"
9972 msgstr ""
9973
9974 #: config/dsp16xx/dsp16xx.h:260
9975 msgid "Save temp. files in Luxworks environment"
9976 msgstr ""
9977
9978 #: config/dsp16xx/dsp16xx.h:272
9979 msgid "Specify alternate name for text section"
9980 msgstr ""
9981
9982 #: config/dsp16xx/dsp16xx.h:274
9983 msgid "Specify alternate name for data section"
9984 msgstr ""
9985
9986 #: config/dsp16xx/dsp16xx.h:276
9987 msgid "Specify alternate name for bss section"
9988 msgstr ""
9989
9990 #: config/dsp16xx/dsp16xx.h:278
9991 msgid "Specify alternate name for constant section"
9992 msgstr ""
9993
9994 #: config/dsp16xx/dsp16xx.h:280
9995 msgid "Specify alternate name for dsp16xx chip"
9996 msgstr ""
9997
9998 #. Output assembler code to FILE to increment profiler label # LABELNO
9999 #. for profiling a function entry.
10000 #: config/dsp16xx/dsp16xx.h:1218 config/dsp16xx/dsp16xx.h:1772
10001 #: config/dsp16xx/dsp16xx.h:1777
10002 #, fuzzy
10003 msgid "profiling not implemented yet"
10004 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
10005
10006 #. Emit RTL insns to initialize the variable parts of a trampoline.
10007 #. FNADDR is an RTX for the address of the function's pure code.
10008 #. CXT is an RTX for the static chain value for the function.
10009 #: config/dsp16xx/dsp16xx.h:1228 config/dsp16xx/dsp16xx.h:1240
10010 #, fuzzy
10011 msgid "trampolines not yet implemented"
10012 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
10013
10014 #: config/fr30/fr30.c:453
10015 msgid "fr30_print_operand_address: unhandled address"
10016 msgstr ""
10017
10018 #: config/fr30/fr30.c:480
10019 #, c-format
10020 msgid "fr30_print_operand: unrecognized %%p code"
10021 msgstr ""
10022
10023 #: config/fr30/fr30.c:500
10024 #, c-format
10025 msgid "fr30_print_operand: unrecognized %%b code"
10026 msgstr ""
10027
10028 #: config/fr30/fr30.c:521
10029 #, c-format
10030 msgid "fr30_print_operand: unrecognized %%B code"
10031 msgstr ""
10032
10033 #: config/fr30/fr30.c:529
10034 #, fuzzy, c-format
10035 msgid "fr30_print_operand: invalid operand to %%A code"
10036 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10037
10038 #: config/fr30/fr30.c:546
10039 #, fuzzy, c-format
10040 msgid "fr30_print_operand: invalid %%x code"
10041 msgstr "ìç Ýãêõñï äéêáßùìá"
10042
10043 #: config/fr30/fr30.c:553
10044 #, c-format
10045 msgid "fr30_print_operand: invalid %%F code"
10046 msgstr ""
10047
10048 #: config/fr30/fr30.c:570
10049 msgid "fr30_print_operand: unknown code"
10050 msgstr ""
10051
10052 #: config/fr30/fr30.c:599 config/fr30/fr30.c:608 config/fr30/fr30.c:619
10053 #: config/fr30/fr30.c:632
10054 msgid "fr30_print_operand: unhandled MEM"
10055 msgstr ""
10056
10057 #: config/fr30/fr30.h:63
10058 msgid "Assume small address space"
10059 msgstr ""
10060
10061 #: config/frv/frv.c:410 config/frv/frv.c:428
10062 #, c-format
10063 msgid "Unknown cpu: -mcpu=%s"
10064 msgstr ""
10065
10066 #: config/frv/frv.c:451
10067 msgid "-fpic and -gdwarf are incompatible (-fpic and -g/-gdwarf-2 are fine)"
10068 msgstr ""
10069
10070 #: config/frv/frv.c:2520
10071 msgid "Bad insn to frv_print_operand_address:"
10072 msgstr ""
10073
10074 #: config/frv/frv.c:2533
10075 msgid "Bad register to frv_print_operand_memory_reference_reg:"
10076 msgstr ""
10077
10078 #: config/frv/frv.c:2574 config/frv/frv.c:2584 config/frv/frv.c:2593
10079 #: config/frv/frv.c:2621 config/frv/frv.c:2633 config/frv/frv.c:2637
10080 msgid "Bad insn to frv_print_operand_memory_reference:"
10081 msgstr ""
10082
10083 #: config/frv/frv.c:2779
10084 msgid "Bad insn in frv_print_operand, bad const_double"
10085 msgstr ""
10086
10087 #: config/frv/frv.c:2824
10088 #, fuzzy
10089 msgid "Bad insn to frv_print_operand, 'C' modifier:"
10090 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10091
10092 #: config/frv/frv.c:2847
10093 #, fuzzy
10094 msgid "Bad insn to frv_print_operand, 'c' modifier:"
10095 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10096
10097 #: config/frv/frv.c:2872
10098 #, fuzzy
10099 msgid "Bad insn to frv_print_operand, 'e' modifier:"
10100 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10101
10102 #: config/frv/frv.c:2880
10103 #, fuzzy
10104 msgid "Bad insn to frv_print_operand, 'F' modifier:"
10105 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10106
10107 #: config/frv/frv.c:2896
10108 #, fuzzy
10109 msgid "Bad insn to frv_print_operand, 'f' modifier:"
10110 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10111
10112 #: config/frv/frv.c:2949
10113 #, fuzzy
10114 msgid "Bad insn to frv_print_operand, 'L' modifier:"
10115 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10116
10117 #: config/frv/frv.c:2962
10118 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
10119 msgstr ""
10120
10121 #: config/frv/frv.c:2983
10122 #, fuzzy
10123 msgid "Bad insn to frv_print_operand, 'O' modifier:"
10124 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10125
10126 #: config/frv/frv.c:3001
10127 msgid "Bad insn to frv_print_operand, P modifier:"
10128 msgstr ""
10129
10130 #: config/frv/frv.c:3021
10131 msgid "Bad insn in frv_print_operand, z case"
10132 msgstr ""
10133
10134 #: config/frv/frv.c:3049
10135 msgid "Bad insn in frv_print_operand, 0 case"
10136 msgstr ""
10137
10138 #: config/frv/frv.c:3054
10139 #, fuzzy
10140 msgid "frv_print_operand: unknown code"
10141 msgstr "ìç Ýãêõñï äéêáßùìá"
10142
10143 #: config/frv/frv.c:5737
10144 #, fuzzy
10145 msgid "Bad output_move_single operand"
10146 msgstr "áñ÷åßï åîüäïõ"
10147
10148 #: config/frv/frv.c:5866
10149 msgid "Bad output_move_double operand"
10150 msgstr ""
10151
10152 #: config/frv/frv.c:6010
10153 #, fuzzy
10154 msgid "Bad output_condmove_single operand"
10155 msgstr "áñ÷åßï åîüäïõ"
10156
10157 #: config/frv/frv.c:8315
10158 msgid "frv_registers_update"
10159 msgstr ""
10160
10161 #: config/frv/frv.c:8475
10162 msgid "frv_registers_used_p"
10163 msgstr ""
10164
10165 #: config/frv/frv.c:8604
10166 msgid "frv_registers_set_p"
10167 msgstr ""
10168
10169 #: config/frv/frv.c:9171
10170 #, fuzzy
10171 msgid "accumulator is not a constant integer"
10172 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
10173
10174 #: config/frv/frv.c:9176
10175 msgid "accumulator number is out of bounds"
10176 msgstr ""
10177
10178 #: config/frv/frv.c:9187
10179 #, c-format
10180 msgid "inappropriate accumulator for `%s'"
10181 msgstr ""
10182
10183 #: config/frv/frv.c:9253
10184 #, c-format
10185 msgid "`%s' expects a constant argument"
10186 msgstr ""
10187
10188 #: config/frv/frv.c:9258
10189 #, fuzzy, c-format
10190 msgid "constant argument out of range for `%s'"
10191 msgstr "ðÜñá ðïëëÜ ïñßóìáôá óôç ñïõôßíá `%s'"
10192
10193 #: config/frv/frv.c:9638
10194 msgid "media functions are not available unless -mmedia is used"
10195 msgstr ""
10196
10197 #: config/frv/frv.c:9650
10198 msgid "this media function is only available on the fr500"
10199 msgstr ""
10200
10201 #: config/frv/frv.c:9678
10202 msgid "this media function is only available on the fr400"
10203 msgstr ""
10204
10205 #. This macro is a C statement to print on `stderr' a string describing the
10206 #. particular machine description choice.  Every machine description should
10207 #. define `TARGET_VERSION'.  For example:
10208 #.
10209 #. #ifdef MOTOROLA
10210 #. #define TARGET_VERSION           fprintf (stderr, " (68k, Motorola syntax)");
10211 #. #else
10212 #. #define TARGET_VERSION           fprintf (stderr, " (68k, MIT syntax)");
10213 #. #endif
10214 #: config/frv/frv.h:512
10215 msgid " (frv)"
10216 msgstr ""
10217
10218 #: config/h8300/h8300.c:314
10219 msgid "-ms2600 is used without -ms"
10220 msgstr ""
10221
10222 #: config/h8300/h8300.c:320
10223 msgid "-mn is used without -mh or -ms"
10224 msgstr ""
10225
10226 #. Macro to define tables used to set the flags.
10227 #. This is a list in braces of pairs in braces,
10228 #. each pair being { "NAME", VALUE }
10229 #. where VALUE is the bits to set or minus the bits to clear.
10230 #. An empty string NAME is used to identify the default VALUE.
10231 #: config/h8300/h8300.h:150
10232 msgid "Generate H8S code"
10233 msgstr ""
10234
10235 #: config/h8300/h8300.h:151
10236 msgid "Do not generate H8S code"
10237 msgstr ""
10238
10239 #: config/h8300/h8300.h:152
10240 msgid "Generate H8S/2600 code"
10241 msgstr ""
10242
10243 #: config/h8300/h8300.h:153
10244 msgid "Do not generate H8S/2600 code"
10245 msgstr ""
10246
10247 #: config/h8300/h8300.h:154
10248 msgid "Make integers 32 bits wide"
10249 msgstr ""
10250
10251 #: config/h8300/h8300.h:157
10252 #, fuzzy
10253 msgid "Use registers for argument passing"
10254 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
10255
10256 #: config/h8300/h8300.h:159
10257 msgid "Do not use registers for argument passing"
10258 msgstr ""
10259
10260 #: config/h8300/h8300.h:161
10261 msgid "Consider access to byte sized memory slow"
10262 msgstr ""
10263
10264 #: config/h8300/h8300.h:162
10265 msgid "Enable linker relaxing"
10266 msgstr ""
10267
10268 #: config/h8300/h8300.h:164
10269 msgid "Generate H8/300H code"
10270 msgstr ""
10271
10272 #: config/h8300/h8300.h:165
10273 #, fuzzy
10274 msgid "Enable the normal mode"
10275 msgstr "ìçäåíéóìÝíç åããñáöÞ êáé ãñÜøéìï ðÜíù óå áõôÞ (truncated)"
10276
10277 #: config/h8300/h8300.h:166
10278 msgid "Do not generate H8/300H code"
10279 msgstr ""
10280
10281 #: config/h8300/h8300.h:167
10282 msgid "Use H8/300 alignment rules"
10283 msgstr ""
10284
10285 #: config/i370/i370-c.c:53
10286 msgid "junk at end of #pragma map"
10287 msgstr ""
10288
10289 #: config/i370/i370-c.c:59
10290 #, fuzzy
10291 msgid "malformed #pragma map, ignored"
10292 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
10293
10294 #: config/i370/i370.c:915
10295 msgid "real name is too long - alias ignored"
10296 msgstr ""
10297
10298 #: config/i370/i370.c:920
10299 msgid "alias name is too long - alias ignored"
10300 msgstr ""
10301
10302 #: config/i370/i370.c:1191
10303 msgid "internal error--no jump follows compare:"
10304 msgstr ""
10305
10306 #. Macro to define tables used to set the flags.  This is a list in braces
10307 #. of pairs in braces, each pair being { "NAME", VALUE }
10308 #. where VALUE is the bits to set or minus the bits to clear.
10309 #. An empty string NAME is used to identify the default VALUE.
10310 #: config/i370/i370.h:75
10311 #, fuzzy
10312 msgid "Generate char instructions"
10313 msgstr "ÁêáôÜëëçëç åíôïëÞ"
10314
10315 #: config/i370/i370.h:76
10316 msgid "Do not generate char instructions"
10317 msgstr ""
10318
10319 #: config/i386/i386.c:1050
10320 #, c-format
10321 msgid "code model %s not supported in PIC mode"
10322 msgstr ""
10323
10324 #: config/i386/i386.c:1060 config/sparc/sparc.c:356
10325 #, c-format
10326 msgid "bad value (%s) for -mcmodel= switch"
10327 msgstr ""
10328
10329 #: config/i386/i386.c:1075
10330 #, c-format
10331 msgid "bad value (%s) for -masm= switch"
10332 msgstr ""
10333
10334 #: config/i386/i386.c:1078
10335 #, c-format
10336 msgid "code model `%s' not supported in the %s bit mode"
10337 msgstr ""
10338
10339 #: config/i386/i386.c:1081
10340 #, fuzzy
10341 msgid "code model `large' not supported yet"
10342 msgstr "åéäéêÜ áñ÷åßá ìðëïê äåí õðïóôçñßæïíôáé"
10343
10344 #: config/i386/i386.c:1083
10345 #, fuzzy, c-format
10346 msgid "%i-bit mode not compiled in"
10347 msgstr "%s: ç õðïóôÞñéîç åêóöáëìÜôùóçò äåí Ý÷åé óõìðåñéëçöèåß óôç ìåôáãëþôôéóç.\n"
10348
10349 #: config/i386/i386.c:1113
10350 #, c-format
10351 msgid "bad value (%s) for -march= switch"
10352 msgstr ""
10353
10354 #: config/i386/i386.c:1124
10355 #, c-format
10356 msgid "bad value (%s) for -mcpu= switch"
10357 msgstr ""
10358
10359 #: config/i386/i386.c:1141
10360 #, c-format
10361 msgid "-mregparm=%d is not between 0 and %d"
10362 msgstr ""
10363
10364 #: config/i386/i386.c:1154
10365 msgid "-malign-loops is obsolete, use -falign-loops"
10366 msgstr ""
10367
10368 #: config/i386/i386.c:1159 config/i386/i386.c:1172 config/i386/i386.c:1185
10369 #, c-format
10370 msgid "-malign-loops=%d is not between 0 and %d"
10371 msgstr ""
10372
10373 #: config/i386/i386.c:1167
10374 msgid "-malign-jumps is obsolete, use -falign-jumps"
10375 msgstr ""
10376
10377 #: config/i386/i386.c:1180
10378 msgid "-malign-functions is obsolete, use -falign-functions"
10379 msgstr ""
10380
10381 #: config/i386/i386.c:1218
10382 #, c-format
10383 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
10384 msgstr ""
10385
10386 #: config/i386/i386.c:1230
10387 #, c-format
10388 msgid "-mbranch-cost=%d is not between 0 and 5"
10389 msgstr ""
10390
10391 #: config/i386/i386.c:1242
10392 #, fuzzy, c-format
10393 msgid "bad value (%s) for -mtls-dialect= switch"
10394 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
10395
10396 #: config/i386/i386.c:1263
10397 msgid "-malign-double makes no sense in the 64bit mode"
10398 msgstr ""
10399
10400 #: config/i386/i386.c:1265
10401 msgid "-mrtd calling convention not supported in the 64bit mode"
10402 msgstr ""
10403
10404 #: config/i386/i386.c:1281 config/i386/i386.c:1292
10405 msgid "SSE instruction set disabled, using 387 arithmetics"
10406 msgstr ""
10407
10408 #: config/i386/i386.c:1297
10409 msgid "387 instruction set disabled, using SSE arithmetics"
10410 msgstr ""
10411
10412 #: config/i386/i386.c:1304
10413 #, c-format
10414 msgid "bad value (%s) for -mfpmath= switch"
10415 msgstr ""
10416
10417 #: config/i386/i386.c:1436
10418 #, c-format
10419 msgid "`%s' attribute requires an integer constant argument"
10420 msgstr ""
10421
10422 #: config/i386/i386.c:1442
10423 #, fuzzy, c-format
10424 msgid "argument to `%s' attribute larger than %d"
10425 msgstr "%s: ïé ôéìÝò ôïõ ðåäßïõ `%s' äåí ðñÝðåé íá åßíáé ìåãáëýôåñåò áðü %d"
10426
10427 #: config/i386/i386.c:2504
10428 msgid "SSE vector return without SSE enabled changes the ABI"
10429 msgstr ""
10430
10431 #: config/i386/i386.c:6386
10432 #, fuzzy
10433 msgid "invalid UNSPEC as operand"
10434 msgstr "ìç Ýãêõñç ìåôáôüðéóç UTC"
10435
10436 #: config/i386/i386.c:6648
10437 msgid "extended registers have no high halves"
10438 msgstr ""
10439
10440 #: config/i386/i386.c:6663
10441 msgid "unsupported operand size for extended register"
10442 msgstr ""
10443
10444 #: config/i386/i386.c:6978
10445 msgid "operand is neither a constant nor a condition code, invalid operand code 'c'"
10446 msgstr ""
10447
10448 #: config/i386/i386.c:7024
10449 #, fuzzy, c-format
10450 msgid "invalid operand code `%c'"
10451 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10452
10453 #: config/i386/i386.c:7071
10454 #, fuzzy
10455 msgid "invalid constraints for operand"
10456 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
10457
10458 # src/grep.c:1133
10459 #: config/i386/i386.c:11271
10460 #, fuzzy
10461 msgid "unknown insn mode"
10462 msgstr "Üãíùóôç ìÝèïäïò êáôáëüãùí"
10463
10464 #. @@@ better error message
10465 #: config/i386/i386.c:13391 config/i386/i386.c:13427
10466 #, fuzzy
10467 msgid "selector must be an immediate"
10468 msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
10469
10470 #. @@@ better error message
10471 #: config/i386/i386.c:13588 config/i386/i386.c:13622
10472 #, fuzzy
10473 msgid "mask must be an immediate"
10474 msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
10475
10476 #: config/i386/i386.c:13654
10477 #, fuzzy
10478 msgid "shift must be an immediate"
10479 msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
10480
10481 #: config/i386/winnt.c:96
10482 #, c-format
10483 msgid "function `%s' definition is marked dllimport."
10484 msgstr ""
10485
10486 #: config/i386/winnt.c:104
10487 #, c-format
10488 msgid "variable `%s' definition is marked dllimport."
10489 msgstr ""
10490
10491 #: config/i386/winnt.c:123
10492 #, c-format
10493 msgid "external linkage required for symbol '%s' because of '%s' attribute."
10494 msgstr ""
10495
10496 #: config/i386/winnt.c:143
10497 #, c-format
10498 msgid "`%s' attribute only applies to variables"
10499 msgstr ""
10500
10501 #: config/i386/winnt.c:242
10502 #, c-format
10503 msgid "function '%s' is defined after prior declaration as dllimport: attribute ignored."
10504 msgstr ""
10505
10506 #: config/i386/winnt.c:252
10507 #, c-format
10508 msgid "inline function '%s' is declared as dllimport: attribute ignored."
10509 msgstr ""
10510
10511 #: config/i386/winnt.c:263
10512 #, c-format
10513 msgid "definition of static data member '%s' of dllimport'd class."
10514 msgstr ""
10515
10516 #: config/i386/winnt.c:322
10517 #, c-format
10518 msgid "inconsistent dll linkage for '%s': dllexport assumed."
10519 msgstr ""
10520
10521 #: config/i386/winnt.c:364
10522 #, c-format
10523 msgid "`%s' declared as both exported to and imported from a DLL"
10524 msgstr ""
10525
10526 #: config/i386/winnt.c:373
10527 #, c-format
10528 msgid "failure in redeclaration of '%s': dllimport'd symbol lacks external linkage."
10529 msgstr ""
10530
10531 #: config/i386/winnt.c:479
10532 #, c-format
10533 msgid "'%s' %s after being referenced with dllimport linkage."
10534 msgstr ""
10535
10536 #: config/i386/cygwin.h:45
10537 msgid "Use the Cygwin interface"
10538 msgstr ""
10539
10540 #: config/i386/cygwin.h:46
10541 msgid "Use the Mingw32 interface"
10542 msgstr ""
10543
10544 #: config/i386/cygwin.h:47
10545 msgid "Create GUI application"
10546 msgstr ""
10547
10548 #: config/i386/cygwin.h:48
10549 msgid "Don't set Windows defines"
10550 msgstr ""
10551
10552 #: config/i386/cygwin.h:49
10553 msgid "Set Windows defines"
10554 msgstr ""
10555
10556 #: config/i386/cygwin.h:50
10557 msgid "Create console application"
10558 msgstr ""
10559
10560 #: config/i386/cygwin.h:51 config/i386/win32.h:59
10561 msgid "Generate code for a DLL"
10562 msgstr ""
10563
10564 #: config/i386/cygwin.h:53 config/i386/win32.h:61
10565 msgid "Ignore dllimport for functions"
10566 msgstr ""
10567
10568 #: config/i386/cygwin.h:55
10569 msgid "Use Mingw-specific thread support"
10570 msgstr ""
10571
10572 #: config/i386/cygwin.h:245
10573 #, c-format
10574 msgid "-f%s ignored for target (all code is position independent)"
10575 msgstr ""
10576
10577 #: config/i386/djgpp.h:206
10578 msgid "-mbnu210 is ignored (option is obsolete)"
10579 msgstr ""
10580
10581 #. Deprecated.
10582 #. Deprecated.
10583 #. Deprecated.
10584 #. Deprecated.
10585 #. Deprecated.
10586 #. Deprecated.
10587 #: config/i386/i386.h:306
10588 #, fuzzy
10589 msgid "Alternate calling convention"
10590 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
10591
10592 #: config/i386/i386.h:308 config/m68k/m68k.h:180 config/ns32k/ns32k.h:144
10593 msgid "Use normal calling convention"
10594 msgstr ""
10595
10596 #: config/i386/i386.h:310
10597 msgid "Align some doubles on dword boundary"
10598 msgstr ""
10599
10600 #: config/i386/i386.h:312
10601 msgid "Align doubles on word boundary"
10602 msgstr ""
10603
10604 #: config/i386/i386.h:314
10605 msgid "Uninitialized locals in .bss"
10606 msgstr ""
10607
10608 #: config/i386/i386.h:316
10609 msgid "Uninitialized locals in .data"
10610 msgstr ""
10611
10612 #: config/i386/i386.h:318 config/m68k/linux-aout.h:45 config/m68k/linux.h:50
10613 #: config/ns32k/ns32k.h:167
10614 msgid "Use IEEE math for fp comparisons"
10615 msgstr ""
10616
10617 #: config/i386/i386.h:320 config/ns32k/ns32k.h:169
10618 msgid "Do not use IEEE math for fp comparisons"
10619 msgstr ""
10620
10621 #: config/i386/i386.h:322
10622 msgid "Return values of functions in FPU registers"
10623 msgstr ""
10624
10625 #: config/i386/i386.h:324
10626 msgid "Do not return values of functions in FPU registers"
10627 msgstr ""
10628
10629 #: config/i386/i386.h:326
10630 msgid "Do not generate sin, cos, sqrt for FPU"
10631 msgstr ""
10632
10633 #: config/i386/i386.h:328
10634 msgid "Generate sin, cos, sqrt for FPU"
10635 msgstr ""
10636
10637 #: config/i386/i386.h:330
10638 msgid "Omit the frame pointer in leaf functions"
10639 msgstr ""
10640
10641 #: config/i386/i386.h:333
10642 msgid "Enable stack probing"
10643 msgstr ""
10644
10645 #. undocumented
10646 #. undocumented
10647 #: config/i386/i386.h:338
10648 msgid "Align destination of the string operations"
10649 msgstr ""
10650
10651 #: config/i386/i386.h:340
10652 msgid "Do not align destination of the string operations"
10653 msgstr ""
10654
10655 #: config/i386/i386.h:342
10656 msgid "Inline all known string operations"
10657 msgstr ""
10658
10659 #: config/i386/i386.h:344
10660 msgid "Do not inline all known string operations"
10661 msgstr ""
10662
10663 #: config/i386/i386.h:346 config/i386/i386.h:350
10664 msgid "Use push instructions to save outgoing arguments"
10665 msgstr ""
10666
10667 #: config/i386/i386.h:348 config/i386/i386.h:352
10668 msgid "Do not use push instructions to save outgoing arguments"
10669 msgstr ""
10670
10671 #: config/i386/i386.h:354
10672 msgid "Support MMX built-in functions"
10673 msgstr ""
10674
10675 #: config/i386/i386.h:356
10676 msgid "Do not support MMX built-in functions"
10677 msgstr ""
10678
10679 #: config/i386/i386.h:358
10680 msgid "Support 3DNow! built-in functions"
10681 msgstr ""
10682
10683 #: config/i386/i386.h:360
10684 msgid "Do not support 3DNow! built-in functions"
10685 msgstr ""
10686
10687 #: config/i386/i386.h:362
10688 msgid "Support MMX and SSE built-in functions and code generation"
10689 msgstr ""
10690
10691 #: config/i386/i386.h:364
10692 msgid "Do not support MMX and SSE built-in functions and code generation"
10693 msgstr ""
10694
10695 #: config/i386/i386.h:366
10696 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
10697 msgstr ""
10698
10699 #: config/i386/i386.h:368
10700 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
10701 msgstr ""
10702
10703 #: config/i386/i386.h:370
10704 msgid "sizeof(long double) is 16"
10705 msgstr ""
10706
10707 #: config/i386/i386.h:372
10708 msgid "sizeof(long double) is 12"
10709 msgstr ""
10710
10711 #: config/i386/i386.h:374
10712 msgid "Generate 64bit x86-64 code"
10713 msgstr ""
10714
10715 #: config/i386/i386.h:376
10716 msgid "Generate 32bit i386 code"
10717 msgstr ""
10718
10719 #: config/i386/i386.h:378
10720 msgid "Use red-zone in the x86-64 code"
10721 msgstr ""
10722
10723 #: config/i386/i386.h:380
10724 msgid "Do not use red-zone in the x86-64 code"
10725 msgstr ""
10726
10727 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10728 #. command options that have values.  Its definition is an
10729 #. initializer with a subgrouping for each command option.
10730 #.
10731 #. Each subgrouping contains a string constant, that defines the
10732 #. fixed part of the option name, and the address of a variable.  The
10733 #. variable, type `char *', is set to the variable part of the given
10734 #. option if the fixed part matches.  The actual option name is made
10735 #. by appending `-m' to the specified name.
10736 #: config/i386/i386.h:409 config/rs6000/rs6000.h:393 config/sparc/sparc.h:635
10737 msgid "Schedule code for given CPU"
10738 msgstr ""
10739
10740 #: config/i386/i386.h:411
10741 msgid "Generate floating point mathematics using given instruction set"
10742 msgstr ""
10743
10744 #: config/i386/i386.h:413
10745 msgid "Generate code for given CPU"
10746 msgstr ""
10747
10748 #: config/i386/i386.h:415
10749 msgid "Number of registers used to pass integer arguments"
10750 msgstr ""
10751
10752 #. TARGET_DEFAULT is defined in sun*.h and isi.h, etc.
10753 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10754 #. command options that have values.  Its definition is an
10755 #. initializer with a subgrouping for each command option.
10756 #.
10757 #. Each subgrouping contains a string constant, that defines the
10758 #. fixed part of the option name, and the address of a variable.  The
10759 #. variable, type `char *', is set to the variable part of the given
10760 #. option if the fixed part matches.  The actual option name is made
10761 #. by appending `-m' to the specified name.
10762 #: config/i386/i386.h:417 config/m68k/m68k.h:263
10763 msgid "Loop code aligned to this power of 2"
10764 msgstr ""
10765
10766 #: config/i386/i386.h:419 config/m68k/m68k.h:265
10767 msgid "Jump targets are aligned to this power of 2"
10768 msgstr ""
10769
10770 #: config/i386/i386.h:421 config/m68k/m68k.h:267
10771 msgid "Function starts are aligned to this power of 2"
10772 msgstr ""
10773
10774 #: config/i386/i386.h:424
10775 msgid "Attempt to keep stack aligned to this power of 2"
10776 msgstr ""
10777
10778 #: config/i386/i386.h:426
10779 msgid "Branches are this expensive (1-5, arbitrary units)"
10780 msgstr ""
10781
10782 #: config/i386/i386.h:428
10783 msgid "Use given x86-64 code model"
10784 msgstr ""
10785
10786 #. Undocumented.
10787 #. Undocumented.
10788 #: config/i386/i386.h:434
10789 msgid "Use given assembler dialect"
10790 msgstr ""
10791
10792 #: config/i386/i386.h:436
10793 msgid "Use given thread-local storage dialect"
10794 msgstr ""
10795
10796 #: config/i386/sco5.h:297
10797 msgid "Generate ELF output"
10798 msgstr ""
10799
10800 #: config/i386/win32.h:53
10801 msgid "Use Mingw32 interface"
10802 msgstr ""
10803
10804 #: config/i386/win32.h:55
10805 msgid "Use Cygwin interface"
10806 msgstr ""
10807
10808 #: config/i386/win32.h:57
10809 msgid "Use bare Windows interface"
10810 msgstr ""
10811
10812 #. 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.
10813 #. 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.
10814 #: config/i386/xm-djgpp.h:71
10815 msgid "environment variable DJGPP not defined"
10816 msgstr ""
10817
10818 #: config/i386/xm-djgpp.h:73
10819 #, c-format
10820 msgid "environment variable DJGPP points to missing file '%s'"
10821 msgstr ""
10822
10823 #: config/i386/xm-djgpp.h:76
10824 #, c-format
10825 msgid "environment variable DJGPP points to corrupt file '%s'"
10826 msgstr ""
10827
10828 #: config/i960/i960-c.c:66
10829 msgid "sorry, not implemented: #pragma align NAME=SIZE"
10830 msgstr ""
10831
10832 #: config/i960/i960-c.c:71
10833 #, fuzzy
10834 msgid "malformed #pragma align - ignored"
10835 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
10836
10837 #: config/i960/i960-c.c:109
10838 msgid "sorry, not implemented: #pragma noalign NAME"
10839 msgstr ""
10840
10841 #: config/i960/i960.c:121 config/i960/i960.c:131
10842 msgid "conflicting architectures defined - using C series"
10843 msgstr ""
10844
10845 #: config/i960/i960.c:126
10846 msgid "conflicting architectures defined - using K series"
10847 msgstr ""
10848
10849 #: config/i960/i960.c:141
10850 msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
10851 msgstr ""
10852
10853 #: config/i960/i960.c:1448 config/m68k/m68k.c:559 config/rs6000/rs6000.c:9976
10854 #, fuzzy
10855 msgid "stack limit expression is not supported"
10856 msgstr "åéäéêÜ áñ÷åßá ìðëïê äåí õðïóôçñßæïíôáé"
10857
10858 #. Macro to define tables used to set the flags.
10859 #. This is a list in braces of pairs in braces,
10860 #. each pair being { "NAME", VALUE }
10861 #. where VALUE is the bits to set or minus the bits to clear.
10862 #. An empty string NAME is used to identify the default VALUE.
10863 #. ??? Not all ten of these architecture variations actually exist, but I
10864 #. am not sure which are real and which aren't.
10865 #: config/i960/i960.h:240
10866 msgid "Generate SA code"
10867 msgstr ""
10868
10869 #: config/i960/i960.h:243
10870 msgid "Generate SB code"
10871 msgstr ""
10872
10873 #. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|                                          TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR),              N_("Generate SC code")},
10874 #: config/i960/i960.h:248
10875 msgid "Generate KA code"
10876 msgstr ""
10877
10878 #: config/i960/i960.h:251
10879 msgid "Generate KB code"
10880 msgstr ""
10881
10882 #. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|                                          TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR),              N_("Generate KC code")},
10883 #: config/i960/i960.h:256
10884 msgid "Generate JA code"
10885 msgstr ""
10886
10887 #: config/i960/i960.h:258
10888 msgid "Generate JD code"
10889 msgstr ""
10890
10891 #: config/i960/i960.h:261
10892 msgid "Generate JF code"
10893 msgstr ""
10894
10895 #: config/i960/i960.h:263
10896 msgid "generate RP code"
10897 msgstr ""
10898
10899 #: config/i960/i960.h:266
10900 msgid "Generate MC code"
10901 msgstr ""
10902
10903 #: config/i960/i960.h:269
10904 msgid "Generate CA code"
10905 msgstr ""
10906
10907 #. {"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")},
10908 #: config/i960/i960.h:279
10909 msgid "Generate CF code"
10910 msgstr ""
10911
10912 #: config/i960/i960.h:283 config/mips/mips.h:568 config/pa/pa.h:266
10913 msgid "Use software floating point"
10914 msgstr ""
10915
10916 #: config/i960/i960.h:285
10917 msgid "Use alternate leaf function entries"
10918 msgstr ""
10919
10920 #: config/i960/i960.h:287
10921 msgid "Do not use alternate leaf function entries"
10922 msgstr ""
10923
10924 #: config/i960/i960.h:289
10925 msgid "Perform tail call optimization"
10926 msgstr ""
10927
10928 #: config/i960/i960.h:291
10929 msgid "Do not perform tail call optimization"
10930 msgstr ""
10931
10932 #: config/i960/i960.h:293
10933 msgid "Use complex addressing modes"
10934 msgstr ""
10935
10936 #: config/i960/i960.h:295
10937 #, fuzzy
10938 msgid "Do not use complex addressing modes"
10939 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
10940
10941 #: config/i960/i960.h:297
10942 msgid "Align code to 8 byte boundary"
10943 msgstr ""
10944
10945 #: config/i960/i960.h:299
10946 msgid "Do not align code to 8 byte boundary"
10947 msgstr ""
10948
10949 #. {"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")},
10950 #: config/i960/i960.h:305 config/i960/i960.h:307
10951 msgid "Enable compatibility with iC960 v2.0"
10952 msgstr ""
10953
10954 #: config/i960/i960.h:309
10955 msgid "Enable compatibility with iC960 v3.0"
10956 msgstr ""
10957
10958 #: config/i960/i960.h:311 config/i960/i960.h:313
10959 msgid "Enable compatibility with ic960 assembler"
10960 msgstr ""
10961
10962 #: config/i960/i960.h:315
10963 msgid "Do not permit unaligned accesses"
10964 msgstr ""
10965
10966 #: config/i960/i960.h:317
10967 msgid "Permit unaligned accesses"
10968 msgstr ""
10969
10970 #: config/i960/i960.h:319
10971 msgid "Layout types like Intel's v1.3 gcc"
10972 msgstr ""
10973
10974 #: config/i960/i960.h:321
10975 msgid "Do not layout types like Intel's v1.3 gcc"
10976 msgstr ""
10977
10978 #: config/i960/i960.h:323 config/sparc/freebsd.h:80 config/sparc/linux.h:86
10979 #: config/sparc/linux64.h:88 config/sparc/netbsd-elf.h:238
10980 msgid "Use 64 bit long doubles"
10981 msgstr ""
10982
10983 #: config/i960/i960.h:325
10984 msgid "Enable linker relaxation"
10985 msgstr ""
10986
10987 #: config/i960/i960.h:327
10988 msgid "Do not enable linker relaxation"
10989 msgstr ""
10990
10991 # src/dfa.c:569 src/dfa.c:583 src/dfa.c:587
10992 # src/dfa.c:577 src/dfa.c:591 src/dfa.c:595
10993 #: config/ia64/ia64-c.c:51
10994 #, fuzzy
10995 msgid "malformed #pragma builtin"
10996 msgstr "êáêïó÷çìáôéóìÝíïò ìåôñçôÞò åðáíÜëçøçò"
10997
10998 #: config/ia64/ia64.c:4015
10999 msgid "ia64_print_operand: unknown code"
11000 msgstr ""
11001
11002 #: config/ia64/ia64.c:4292
11003 msgid "value of -mfixed-range must have form REG1-REG2"
11004 msgstr ""
11005
11006 #: config/ia64/ia64.c:4319
11007 #, c-format
11008 msgid "%s-%s is an empty range"
11009 msgstr ""
11010
11011 #: config/ia64/ia64.c:4350
11012 msgid "cannot optimize floating point division for both latency and throughput"
11013 msgstr ""
11014
11015 #: config/ia64/ia64.c:4356
11016 msgid "cannot optimize integer division for both latency and throughput"
11017 msgstr ""
11018
11019 #: config/ia64/ia64.c:4368
11020 #, fuzzy, c-format
11021 msgid "bad value (%s) for -mtls-size= switch"
11022 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
11023
11024 #. This macro defines names of command options to set and clear bits in
11025 #. `target_flags'.  Its definition is an initializer with a subgrouping for
11026 #. each command option.
11027 #: config/ia64/ia64.h:154
11028 msgid "Generate big endian code"
11029 msgstr ""
11030
11031 #: config/ia64/ia64.h:156 config/mcore/mcore.h:159
11032 msgid "Generate little endian code"
11033 msgstr ""
11034
11035 #: config/ia64/ia64.h:158
11036 msgid "Generate code for GNU as"
11037 msgstr ""
11038
11039 #: config/ia64/ia64.h:160
11040 msgid "Generate code for Intel as"
11041 msgstr ""
11042
11043 #: config/ia64/ia64.h:162
11044 msgid "Generate code for GNU ld"
11045 msgstr ""
11046
11047 #: config/ia64/ia64.h:164
11048 msgid "Generate code for Intel ld"
11049 msgstr ""
11050
11051 #: config/ia64/ia64.h:166
11052 msgid "Generate code without GP reg"
11053 msgstr ""
11054
11055 #: config/ia64/ia64.h:168
11056 msgid "Emit stop bits before and after volatile extended asms"
11057 msgstr ""
11058
11059 #: config/ia64/ia64.h:170
11060 msgid "Don't emit stop bits before and after volatile extended asms"
11061 msgstr ""
11062
11063 #: config/ia64/ia64.h:172
11064 msgid "Emit code for Itanium (TM) processor B step"
11065 msgstr ""
11066
11067 #: config/ia64/ia64.h:174
11068 msgid "Use in/loc/out register names"
11069 msgstr ""
11070
11071 #: config/ia64/ia64.h:176
11072 msgid "Disable use of sdata/scommon/sbss"
11073 msgstr ""
11074
11075 #: config/ia64/ia64.h:178
11076 msgid "Enable use of sdata/scommon/sbss"
11077 msgstr ""
11078
11079 #: config/ia64/ia64.h:180
11080 msgid "gp is constant (but save/restore gp on indirect calls)"
11081 msgstr ""
11082
11083 #: config/ia64/ia64.h:182
11084 msgid "Generate self-relocatable code"
11085 msgstr ""
11086
11087 #: config/ia64/ia64.h:184
11088 msgid "Generate inline floating point division, optimize for latency"
11089 msgstr ""
11090
11091 #: config/ia64/ia64.h:186
11092 msgid "Generate inline floating point division, optimize for throughput"
11093 msgstr ""
11094
11095 #: config/ia64/ia64.h:188
11096 msgid "Generate inline integer division, optimize for latency"
11097 msgstr ""
11098
11099 #: config/ia64/ia64.h:190
11100 msgid "Generate inline integer division, optimize for throughput"
11101 msgstr ""
11102
11103 #: config/ia64/ia64.h:192
11104 msgid "Enable Dwarf 2 line debug info via GNU as"
11105 msgstr ""
11106
11107 #: config/ia64/ia64.h:194
11108 msgid "Disable Dwarf 2 line debug info via GNU as"
11109 msgstr ""
11110
11111 #: config/ia64/ia64.h:223
11112 msgid "Specify range of registers to make fixed"
11113 msgstr ""
11114
11115 #: config/ip2k/ip2k.c:1090
11116 #, fuzzy
11117 msgid "bad operand"
11118 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11119
11120 #: config/m32r/m32r.c:139
11121 #, c-format
11122 msgid "bad value (%s) for -mmodel switch"
11123 msgstr ""
11124
11125 #: config/m32r/m32r.c:148
11126 #, c-format
11127 msgid "bad value (%s) for -msdata switch"
11128 msgstr ""
11129
11130 #: config/m32r/m32r.c:319
11131 #, fuzzy, c-format
11132 msgid "invalid argument of `%s' attribute"
11133 msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
11134
11135 #: config/m32r/m32r.c:422
11136 msgid "const objects cannot go in .sdata/.sbss"
11137 msgstr ""
11138
11139 #: config/m32r/m32r.c:2256
11140 #, fuzzy, c-format
11141 msgid "invalid operand to %%s code"
11142 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
11143
11144 #: config/m32r/m32r.c:2263
11145 #, fuzzy, c-format
11146 msgid "invalid operand to %%p code"
11147 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
11148
11149 #: config/m32r/m32r.c:2318
11150 msgid "bad insn for 'A'"
11151 msgstr ""
11152
11153 #: config/m32r/m32r.c:2370
11154 #, fuzzy, c-format
11155 msgid "invalid operand to %%T/%%B code"
11156 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
11157
11158 #: config/m32r/m32r.c:2393
11159 #, fuzzy, c-format
11160 msgid "invalid operand to %%N code"
11161 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
11162
11163 #: config/m32r/m32r.c:2438
11164 msgid "pre-increment address is not a register"
11165 msgstr ""
11166
11167 #: config/m32r/m32r.c:2445
11168 msgid "pre-decrement address is not a register"
11169 msgstr ""
11170
11171 #: config/m32r/m32r.c:2452
11172 msgid "post-increment address is not a register"
11173 msgstr ""
11174
11175 #: config/m32r/m32r.c:2530 config/m32r/m32r.c:2546
11176 #: config/rs6000/rs6000.c:12802
11177 #, fuzzy
11178 msgid "bad address"
11179 msgstr "ÅóöáëìÝíç äéåýèõíóç"
11180
11181 #: config/m32r/m32r.c:2551
11182 #, fuzzy
11183 msgid "lo_sum not of register"
11184 msgstr "RPC: Ôï ðñüãñáììá äåí Ý÷åé êáôá÷ùñçèåß"
11185
11186 #. { "relax",                   TARGET_RELAX_MASK, "" },                    { "no-relax",               -TARGET_RELAX_MASK, "" },
11187 #: config/m32r/m32r.h:241
11188 msgid "Display compile time statistics"
11189 msgstr ""
11190
11191 #: config/m32r/m32r.h:243
11192 msgid "Align all loops to 32 byte boundary"
11193 msgstr ""
11194
11195 #: config/m32r/m32r.h:246
11196 msgid "Only issue one instruction per cycle"
11197 msgstr ""
11198
11199 #: config/m32r/m32r.h:249
11200 msgid "Prefer branches over conditional execution"
11201 msgstr ""
11202
11203 #: config/m32r/m32r.h:265
11204 msgid "Code size: small, medium or large"
11205 msgstr ""
11206
11207 #: config/m32r/m32r.h:267
11208 msgid "Small data area: none, sdata, use"
11209 msgstr ""
11210
11211 #: config/m68hc11/m68hc11.c:242
11212 #, c-format
11213 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
11214 msgstr ""
11215
11216 #: config/m68hc11/m68hc11.c:1305
11217 msgid "`trap' and `far' attributes are not compatible, ignoring `far'"
11218 msgstr ""
11219
11220 #: config/m68hc11/m68hc11.c:1311
11221 #, fuzzy
11222 msgid "`trap' attribute is already used"
11223 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
11224
11225 #. !!!! SCz wrong here.
11226 #: config/m68hc11/m68hc11.c:3327 config/m68hc11/m68hc11.c:3733
11227 msgid "move insn not handled"
11228 msgstr ""
11229
11230 #: config/m68hc11/m68hc11.c:3579 config/m68hc11/m68hc11.c:3663
11231 #: config/m68hc11/m68hc11.c:3946
11232 msgid "invalid register in the move instruction"
11233 msgstr ""
11234
11235 #: config/m68hc11/m68hc11.c:3613
11236 #, fuzzy
11237 msgid "invalid operand in the instruction"
11238 msgstr "ìç Ýãêõñç ìÝôñçóç åðáíÜëçøçò `%s' óôç êáôáóêåõÞ [c*n]"
11239
11240 #: config/m68hc11/m68hc11.c:3920
11241 #, fuzzy
11242 msgid "invalid register in the instruction"
11243 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
11244
11245 #: config/m68hc11/m68hc11.c:3953
11246 msgid "operand 1 must be a hard register"
11247 msgstr ""
11248
11249 #: config/m68hc11/m68hc11.c:3970
11250 #, fuzzy
11251 msgid "invalid rotate insn"
11252 msgstr "Ìç Ýãêõñç çìåñïìçíßá `%s'."
11253
11254 #: config/m68hc11/m68hc11.c:4391
11255 msgid "registers IX, IY and Z used in the same INSN"
11256 msgstr ""
11257
11258 #: config/m68hc11/m68hc11.c:4728 config/m68hc11/m68hc11.c:5031
11259 #, fuzzy
11260 msgid "cannot do z-register replacement"
11261 msgstr "Äåí åßíáé äõíáôÞ ç êáôá÷þñçóç ôçò õðçñåóßáò"
11262
11263 #: config/m68hc11/m68hc11.c:5094
11264 msgid "invalid Z register replacement for insn"
11265 msgstr ""
11266
11267 #. Macro to define tables used to set the flags. This is a list in braces of
11268 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
11269 #. to set or minus the bits to clear. An empty string NAME is used to
11270 #. identify the default VALUE.
11271 #: config/m68hc11/m68hc11.h:172
11272 msgid "Compile with 16-bit integer mode"
11273 msgstr ""
11274
11275 #: config/m68hc11/m68hc11.h:174
11276 msgid "Compile with 32-bit integer mode"
11277 msgstr ""
11278
11279 #: config/m68hc11/m68hc11.h:176
11280 msgid "Auto pre/post decrement increment allowed"
11281 msgstr ""
11282
11283 #: config/m68hc11/m68hc11.h:178
11284 msgid "Auto pre/post decrement increment not allowed"
11285 msgstr ""
11286
11287 #: config/m68hc11/m68hc11.h:180
11288 msgid "Min/max instructions allowed"
11289 msgstr ""
11290
11291 #: config/m68hc11/m68hc11.h:182
11292 #, fuzzy
11293 msgid "Min/max instructions not allowed"
11294 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
11295
11296 #: config/m68hc11/m68hc11.h:184
11297 msgid "Use call and rtc for function calls and returns"
11298 msgstr ""
11299
11300 #: config/m68hc11/m68hc11.h:186
11301 msgid "Use jsr and rts for function calls and returns"
11302 msgstr ""
11303
11304 #: config/m68hc11/m68hc11.h:188
11305 #, fuzzy
11306 msgid "Do not use direct addressing mode for soft registers"
11307 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
11308
11309 #: config/m68hc11/m68hc11.h:190
11310 #, fuzzy
11311 msgid "Use direct addressing mode for soft registers"
11312 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
11313
11314 #: config/m68hc11/m68hc11.h:192 config/m68hc11/m68hc11.h:198
11315 msgid "Compile for a 68HC11"
11316 msgstr ""
11317
11318 #: config/m68hc11/m68hc11.h:194 config/m68hc11/m68hc11.h:200
11319 msgid "Compile for a 68HC12"
11320 msgstr ""
11321
11322 #: config/m68hc11/m68hc11.h:196 config/m68hc11/m68hc11.h:202
11323 msgid "Compile for a 68HCS12"
11324 msgstr ""
11325
11326 #. This macro is similar to `TARGET_SWITCHES' but defines names of
11327 #. command options that have values.  Its definition is an
11328 #. initializer with a subgrouping for each command option.
11329 #.
11330 #. Each subgrouping contains a string constant, that defines the
11331 #. fixed part of the option name, and the address of a variable.  The
11332 #. variable, type `char *', is set to the variable part of the given
11333 #. option if the fixed part matches.  The actual option name is made
11334 #. by appending `-m' to the specified name.
11335 #: config/m68hc11/m68hc11.h:216
11336 #, fuzzy
11337 msgid "Specify the register allocation order"
11338 msgstr "Áðïôõ÷ßá äÝóìåõóçò ðüñùí óõóôÞìáôïò"
11339
11340 #: config/m68hc11/m68hc11.h:218
11341 msgid "Indicate the number of soft registers available"
11342 msgstr ""
11343
11344 #: config/m68k/m68k.c:158
11345 #, c-format
11346 msgid "-malign-loops=%d is not between 1 and %d"
11347 msgstr ""
11348
11349 #: config/m68k/m68k.c:169
11350 #, c-format
11351 msgid "-malign-jumps=%d is not between 1 and %d"
11352 msgstr ""
11353
11354 #: config/m68k/m68k.c:180
11355 #, c-format
11356 msgid "-malign-functions=%d is not between 1 and %d"
11357 msgstr ""
11358
11359 #: config/m68k/m68k.c:189
11360 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
11361 msgstr ""
11362
11363 #. Macro to define tables used to set the flags.
11364 #. This is a list in braces of pairs in braces,
11365 #. each pair being { "NAME", VALUE }
11366 #. where VALUE is the bits to set or minus the bits to clear.
11367 #. An empty string NAME is used to identify the default VALUE.
11368 #: config/m68k/m68k.h:162 config/m68k/m68k.h:164
11369 msgid "Generate code for a 68020"
11370 msgstr ""
11371
11372 #: config/m68k/m68k.h:169 config/m68k/m68k.h:172
11373 msgid "Generate code for a 68000"
11374 msgstr ""
11375
11376 #: config/m68k/m68k.h:174
11377 msgid "Use the bit-field instructions"
11378 msgstr ""
11379
11380 #: config/m68k/m68k.h:176
11381 msgid "Do not use the bit-field instructions"
11382 msgstr ""
11383
11384 #: config/m68k/m68k.h:178
11385 msgid "Use different calling convention using 'rtd'"
11386 msgstr ""
11387
11388 #: config/m68k/m68k.h:182
11389 msgid "Consider type `int' to be 16 bits wide"
11390 msgstr ""
11391
11392 #: config/m68k/m68k.h:184
11393 msgid "Consider type `int' to be 32 bits wide"
11394 msgstr ""
11395
11396 #: config/m68k/m68k.h:186
11397 msgid "Generate code for a Sun FPA"
11398 msgstr ""
11399
11400 #: config/m68k/m68k.h:189
11401 msgid "Do not generate code for a Sun FPA"
11402 msgstr ""
11403
11404 #: config/m68k/m68k.h:191 config/m68k/m68k.h:193
11405 msgid "Generate code for a Sun Sky board"
11406 msgstr ""
11407
11408 #: config/m68k/m68k.h:195
11409 msgid "Do not use Sky linkage convention"
11410 msgstr ""
11411
11412 #: config/m68k/m68k.h:197
11413 msgid "Generate code for a 68881"
11414 msgstr ""
11415
11416 #: config/m68k/m68k.h:200
11417 msgid "Generate code with library calls for floating point"
11418 msgstr ""
11419
11420 #: config/m68k/m68k.h:202
11421 msgid "Generate code for a 68040, without any new instructions"
11422 msgstr ""
11423
11424 #: config/m68k/m68k.h:205
11425 msgid "Generate code for a 68060, without any new instructions"
11426 msgstr ""
11427
11428 #: config/m68k/m68k.h:209
11429 msgid "Generate code for a 68030"
11430 msgstr ""
11431
11432 #: config/m68k/m68k.h:212
11433 msgid "Generate code for a 68040"
11434 msgstr ""
11435
11436 #: config/m68k/m68k.h:216
11437 msgid "Generate code for a 68060"
11438 msgstr ""
11439
11440 #: config/m68k/m68k.h:221
11441 msgid "Generate code for a 520X"
11442 msgstr ""
11443
11444 #: config/m68k/m68k.h:224
11445 msgid "Generate code for a 68851"
11446 msgstr ""
11447
11448 #: config/m68k/m68k.h:226
11449 msgid "Do no generate code for a 68851"
11450 msgstr ""
11451
11452 #: config/m68k/m68k.h:229
11453 msgid "Generate code for a 68302"
11454 msgstr ""
11455
11456 #: config/m68k/m68k.h:232
11457 msgid "Generate code for a 68332"
11458 msgstr ""
11459
11460 #: config/m68k/m68k.h:236
11461 msgid "Generate code for a cpu32"
11462 msgstr ""
11463
11464 #: config/m68k/m68k.h:239
11465 msgid "Align variables on a 32-bit boundary"
11466 msgstr ""
11467
11468 #: config/m68k/m68k.h:241
11469 msgid "Align variables on a 16-bit boundary"
11470 msgstr ""
11471
11472 #: config/m68k/m68k.h:243
11473 msgid "Generate pc-relative code"
11474 msgstr ""
11475
11476 #: config/m68k/m68k.h:245
11477 msgid "Do not use unaligned memory references"
11478 msgstr ""
11479
11480 #: config/m68k/m68k.h:247
11481 #, fuzzy
11482 msgid "Use unaligned memory references"
11483 msgstr "Ìç Ýãêõñç ðéóù-ðáñáðïìðÞ"
11484
11485 #: config/m88k/m88k.c:903
11486 #, c-format
11487 msgid "internal gcc monitor: short-branch(%x)"
11488 msgstr ""
11489
11490 #: config/m88k/m88k.c:2302
11491 msgid "internal gcc error: Can't express symbolic location"
11492 msgstr ""
11493
11494 #: config/m88k/m88k.c:2517
11495 #, c-format
11496 msgid "argument #%d is a structure"
11497 msgstr ""
11498
11499 #: config/m88k/m88k.c:2816
11500 #, c-format
11501 msgid "%%R not followed by %%B/C/D/E"
11502 msgstr ""
11503
11504 #: config/m88k/m88k.c:2884
11505 #, fuzzy, c-format
11506 msgid "invalid %%x/X value"
11507 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11508
11509 #: config/m88k/m88k.c:2901
11510 #, fuzzy, c-format
11511 msgid "invalid %%Q value"
11512 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11513
11514 #: config/m88k/m88k.c:2907 config/rs6000/rs6000.c:7718
11515 #, fuzzy, c-format
11516 msgid "invalid %%q value"
11517 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11518
11519 #: config/m88k/m88k.c:2913
11520 #, fuzzy, c-format
11521 msgid "invalid %%o value"
11522 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11523
11524 #: config/m88k/m88k.c:2920 config/rs6000/rs6000.c:7681
11525 #, fuzzy, c-format
11526 msgid "invalid %%p value"
11527 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11528
11529 #: config/m88k/m88k.c:2933 config/m88k/m88k.c:2938
11530 #, fuzzy, c-format
11531 msgid "invalid %%s/S value"
11532 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11533
11534 #: config/m88k/m88k.c:2949
11535 #, fuzzy, c-format
11536 msgid "invalid %%P operand"
11537 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11538
11539 #: config/m88k/m88k.c:2980 config/romp/romp.c:690
11540 #, fuzzy, c-format
11541 msgid "invalid %%B value"
11542 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11543
11544 #: config/m88k/m88k.c:3010
11545 #, fuzzy, c-format
11546 msgid "invalid %%D value"
11547 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11548
11549 #: config/m88k/m88k.c:3023
11550 #, c-format
11551 msgid "`%%d' operand isn't a register"
11552 msgstr ""
11553
11554 #: config/m88k/m88k.c:3041
11555 msgid "operand is r0"
11556 msgstr ""
11557
11558 #: config/m88k/m88k.c:3055
11559 msgid "operand is const_double"
11560 msgstr ""
11561
11562 #: config/m88k/m88k.c:3074
11563 #, fuzzy
11564 msgid "invalid code"
11565 msgstr "ìç Ýãêõñï äéêáßùìá"
11566
11567 #. Do any checking or such that is needed after processing the -m switches.
11568 #: config/m88k/m88k.h:277
11569 msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
11570 msgstr ""
11571
11572 #: config/m88k/m88k.h:299
11573 #, fuzzy, c-format
11574 msgid "invalid option `-mshort-data-%s'"
11575 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
11576
11577 #: config/m88k/m88k.h:304
11578 #, c-format
11579 msgid "-mshort-data-%s is too large "
11580 msgstr ""
11581
11582 #: config/m88k/m88k.h:306
11583 #, c-format
11584 msgid "-mshort-data-%s and PIC are incompatible"
11585 msgstr ""
11586
11587 #: config/mcore/mcore.c:3078
11588 #, fuzzy, c-format
11589 msgid "invalid option `-mstack-increment=%s'"
11590 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
11591
11592 #: config/mcore/mcore.h:126
11593 msgid "Inline constants if it can be done in 2 insns or less"
11594 msgstr ""
11595
11596 #: config/mcore/mcore.h:128
11597 msgid "Inline constants if it only takes 1 instruction"
11598 msgstr ""
11599
11600 #: config/mcore/mcore.h:130
11601 msgid "Set maximum alignment to 4"
11602 msgstr ""
11603
11604 #: config/mcore/mcore.h:132
11605 msgid "Set maximum alignment to 8"
11606 msgstr ""
11607
11608 #: config/mcore/mcore.h:136
11609 msgid "Do not use the divide instruction"
11610 msgstr ""
11611
11612 #: config/mcore/mcore.h:140
11613 msgid "Do not arbitrary sized immediates in bit operations"
11614 msgstr ""
11615
11616 #: config/mcore/mcore.h:142
11617 msgid "Always treat bit-field as int-sized"
11618 msgstr ""
11619
11620 #: config/mcore/mcore.h:146
11621 msgid "Force functions to be aligned to a 4 byte boundary"
11622 msgstr ""
11623
11624 #: config/mcore/mcore.h:148
11625 msgid "Force functions to be aligned to a 2 byte boundary"
11626 msgstr ""
11627
11628 #: config/mcore/mcore.h:150
11629 #, fuzzy
11630 msgid "Emit call graph information"
11631 msgstr "åìöÜíéóç ðëçñïöïñéþí ðñïüäïõ"
11632
11633 #: config/mcore/mcore.h:154
11634 msgid "Prefer word accesses over byte accesses"
11635 msgstr ""
11636
11637 #: config/mcore/mcore.h:165
11638 msgid "Generate code for the M*Core M340"
11639 msgstr ""
11640
11641 #: config/mcore/mcore.h:178
11642 msgid "Maximum amount for a single stack increment operation"
11643 msgstr ""
11644
11645 #: config/mips/mips.c:5128
11646 #, c-format
11647 msgid "bad value (%s) for -mabi= switch"
11648 msgstr ""
11649
11650 #: config/mips/mips.c:5158
11651 #, c-format
11652 msgid "-mips%d conflicts with the other architecture options, which specify a MIPS%d processor"
11653 msgstr ""
11654
11655 #: config/mips/mips.c:5165
11656 #, c-format
11657 msgid "bad value (%s) for -mips switch"
11658 msgstr ""
11659
11660 #: config/mips/mips.c:5180
11661 #, c-format
11662 msgid "-march=%s is not compatible with the selected ABI"
11663 msgstr ""
11664
11665 #: config/mips/mips.c:5192
11666 msgid "-mgp64 used with a 32-bit processor"
11667 msgstr ""
11668
11669 #: config/mips/mips.c:5194
11670 #, fuzzy
11671 msgid "-mgp32 used with a 64-bit ABI"
11672 msgstr "×ñÞóç ABI 64-bit"
11673
11674 #: config/mips/mips.c:5196
11675 #, fuzzy
11676 msgid "-mgp64 used with a 32-bit ABI"
11677 msgstr "×ñÞóç ABI 32-bit"
11678
11679 #: config/mips/mips.c:5214 config/mips/mips.c:5216 config/mips/mips.c:5218
11680 #, fuzzy, c-format
11681 msgid "unsupported combination: %s"
11682 msgstr "ÅìöÜíéóç Ýêäïóçò ðñïãñÜììáôïò"
11683
11684 #: config/mips/mips.c:5288
11685 msgid "generation of Branch Likely instructions enabled, but not supported by architecture"
11686 msgstr ""
11687
11688 #: config/mips/mips.c:5299
11689 msgid "-G is incompatible with PIC code which is the default"
11690 msgstr ""
11691
11692 #: config/mips/mips.c:5315
11693 msgid "-membedded-pic and -mabicalls are incompatible"
11694 msgstr ""
11695
11696 #: config/mips/mips.c:5318
11697 msgid "-G and -membedded-pic are incompatible"
11698 msgstr ""
11699
11700 #: config/mips/mips.c:5369
11701 #, fuzzy, c-format
11702 msgid "invalid option `entry%s'"
11703 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
11704
11705 #: config/mips/mips.c:5372
11706 msgid "-mentry is only meaningful with -mips-16"
11707 msgstr ""
11708
11709 #: config/mips/mips.c:5781
11710 #, c-format
11711 msgid "internal error: %%) found without a %%( in assembler pattern"
11712 msgstr ""
11713
11714 #: config/mips/mips.c:5795
11715 #, c-format
11716 msgid "internal error: %%] found without a %%[ in assembler pattern"
11717 msgstr ""
11718
11719 #: config/mips/mips.c:5808
11720 #, c-format
11721 msgid "internal error: %%> found without a %%< in assembler pattern"
11722 msgstr ""
11723
11724 #: config/mips/mips.c:5821
11725 #, c-format
11726 msgid "internal error: %%} found without a %%{ in assembler pattern"
11727 msgstr ""
11728
11729 #: config/mips/mips.c:5835
11730 #, c-format
11731 msgid "PRINT_OPERAND: unknown punctuation '%c'"
11732 msgstr ""
11733
11734 #: config/mips/mips.c:5844 config/xtensa/xtensa.c:1939
11735 msgid "PRINT_OPERAND null pointer"
11736 msgstr ""
11737
11738 #: config/mips/mips.c:5975
11739 #, c-format
11740 msgid "invalid use of %%d, %%x, or %%X"
11741 msgstr ""
11742
11743 #: config/mips/mips.c:6013 config/xtensa/xtensa.c:2033
11744 msgid "PRINT_OPERAND_ADDRESS, null pointer"
11745 msgstr ""
11746
11747 #: config/mips/mips.c:6242
11748 msgid "MIPS ECOFF format does not allow changing filenames within functions with #line"
11749 msgstr ""
11750
11751 #: config/mips/mips.c:6552
11752 #, fuzzy
11753 msgid "can't rewind temp file"
11754 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ"
11755
11756 #: config/mips/mips.c:6556
11757 #, fuzzy
11758 msgid "can't write to output file"
11759 msgstr "áäõíáìßá åããñáöÞò áñ÷åßùí åîüäïõ óôï `%s'"
11760
11761 #: config/mips/mips.c:6559
11762 #, fuzzy
11763 msgid "can't read from temp file"
11764 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ"
11765
11766 #: config/mips/mips.c:6562
11767 #, fuzzy
11768 msgid "can't close temp file"
11769 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ"
11770
11771 #: config/mips/mips.c:7003
11772 #, c-format
11773 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero"
11774 msgstr ""
11775
11776 #: config/mips/mips.c:7112
11777 #, c-format
11778 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero"
11779 msgstr ""
11780
11781 #: config/mips/mips.c:9335
11782 #, fuzzy, c-format
11783 msgid "can not handle inconsistent calls to `%s'"
11784 msgstr "áäõíáìßá åêôÝëåóçò ioctl óôï `%s'"
11785
11786 #: config/mips/mips.c:10467
11787 msgid "the cpu name must be lower case"
11788 msgstr ""
11789
11790 #: config/mips/mips.c:10489
11791 #, fuzzy, c-format
11792 msgid "bad value (%s) for %s"
11793 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
11794
11795 #. Target CPU builtins.
11796 #. We do this here because __mips is defined below               and so we can't use builtin_define_std.
11797 #. Treat _R3000 and _R4000 like register-size defines,           which is how they've historically been used.
11798 #. Macros dependent on the C dialect.
11799 #. Bizzare, but needed at least for Irix.
11800 #. Macro to define tables used to set the flags.
11801 #. This is a list in braces of pairs in braces,
11802 #. each pair being { "NAME", VALUE }
11803 #. where VALUE is the bits to set or minus the bits to clear.
11804 #. An empty string NAME is used to identify the default VALUE.
11805 #: config/mips/mips.h:528 config/mn10300/mn10300.h:64
11806 msgid "No default crt0.o"
11807 msgstr ""
11808
11809 #: config/mips/mips.h:530
11810 msgid "Use 64-bit int type"
11811 msgstr ""
11812
11813 #: config/mips/mips.h:532
11814 msgid "Use 64-bit long type"
11815 msgstr ""
11816
11817 #: config/mips/mips.h:534
11818 msgid "Use 32-bit long type"
11819 msgstr ""
11820
11821 #: config/mips/mips.h:536
11822 msgid "Optimize lui/addiu address loads"
11823 msgstr ""
11824
11825 #: config/mips/mips.h:538
11826 msgid "Don't optimize lui/addiu address loads"
11827 msgstr ""
11828
11829 #: config/mips/mips.h:540
11830 msgid "Use MIPS as"
11831 msgstr ""
11832
11833 #: config/mips/mips.h:542
11834 msgid "Use GNU as"
11835 msgstr ""
11836
11837 #: config/mips/mips.h:544
11838 #, fuzzy
11839 msgid "Use symbolic register names"
11840 msgstr "äåí äþèçêå óõìâïëéêü üíïìá"
11841
11842 #: config/mips/mips.h:546
11843 msgid "Don't use symbolic register names"
11844 msgstr ""
11845
11846 #: config/mips/mips.h:548 config/mips/mips.h:550
11847 msgid "Use GP relative sdata/sbss sections"
11848 msgstr ""
11849
11850 #: config/mips/mips.h:552 config/mips/mips.h:554
11851 msgid "Don't use GP relative sdata/sbss sections"
11852 msgstr ""
11853
11854 #: config/mips/mips.h:556
11855 msgid "Output compiler statistics"
11856 msgstr ""
11857
11858 #: config/mips/mips.h:558
11859 msgid "Don't output compiler statistics"
11860 msgstr ""
11861
11862 #: config/mips/mips.h:560
11863 msgid "Don't optimize block moves"
11864 msgstr ""
11865
11866 #: config/mips/mips.h:562
11867 msgid "Optimize block moves"
11868 msgstr ""
11869
11870 #: config/mips/mips.h:564
11871 msgid "Use mips-tfile asm postpass"
11872 msgstr ""
11873
11874 #: config/mips/mips.h:566
11875 msgid "Don't use mips-tfile asm postpass"
11876 msgstr ""
11877
11878 #. Macro to define tables used to set the flags.
11879 #. This is a list in braces of triplets in braces,
11880 #. each triplet being { "NAME", VALUE, DOC }
11881 #. where VALUE is the bits to set or minus the bits to clear and DOC
11882 #. is the documentation for --help (NULL if intentionally undocumented).
11883 #. An empty string NAME is used to identify the default VALUE.
11884 #: config/mips/mips.h:570 config/pdp11/pdp11.h:56
11885 msgid "Use hardware floating point"
11886 msgstr ""
11887
11888 #: config/mips/mips.h:572
11889 msgid "Use 64-bit FP registers"
11890 msgstr ""
11891
11892 #: config/mips/mips.h:574
11893 msgid "Use 32-bit FP registers"
11894 msgstr ""
11895
11896 #: config/mips/mips.h:576
11897 msgid "Use 64-bit general registers"
11898 msgstr ""
11899
11900 #: config/mips/mips.h:578
11901 msgid "Use 32-bit general registers"
11902 msgstr ""
11903
11904 #: config/mips/mips.h:580
11905 msgid "Use Irix PIC"
11906 msgstr ""
11907
11908 #: config/mips/mips.h:582
11909 msgid "Don't use Irix PIC"
11910 msgstr ""
11911
11912 #: config/mips/mips.h:584
11913 msgid "Use indirect calls"
11914 msgstr ""
11915
11916 #: config/mips/mips.h:586
11917 msgid "Don't use indirect calls"
11918 msgstr ""
11919
11920 #: config/mips/mips.h:588
11921 msgid "Use embedded PIC"
11922 msgstr ""
11923
11924 #: config/mips/mips.h:590
11925 msgid "Don't use embedded PIC"
11926 msgstr ""
11927
11928 #: config/mips/mips.h:592
11929 msgid "Use ROM instead of RAM"
11930 msgstr ""
11931
11932 #: config/mips/mips.h:594
11933 msgid "Don't use ROM instead of RAM"
11934 msgstr ""
11935
11936 #: config/mips/mips.h:596
11937 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
11938 msgstr ""
11939
11940 #: config/mips/mips.h:598
11941 msgid "Don't put uninitialized constants in ROM"
11942 msgstr ""
11943
11944 #. Macro to define tables used to set the flags.
11945 #: config/mips/mips.h:600 config/xtensa/xtensa.h:110
11946 msgid "Use big-endian byte order"
11947 msgstr ""
11948
11949 #: config/mips/mips.h:602 config/xtensa/xtensa.h:112
11950 msgid "Use little-endian byte order"
11951 msgstr ""
11952
11953 #: config/mips/mips.h:604
11954 msgid "Use single (32-bit) FP only"
11955 msgstr ""
11956
11957 #: config/mips/mips.h:606
11958 msgid "Don't use single (32-bit) FP only"
11959 msgstr ""
11960
11961 #: config/mips/mips.h:608
11962 msgid "Use multiply accumulate"
11963 msgstr ""
11964
11965 #: config/mips/mips.h:610
11966 msgid "Don't use multiply accumulate"
11967 msgstr ""
11968
11969 #: config/mips/mips.h:612 config/rs6000/rs6000.h:314
11970 msgid "Don't generate fused multiply/add instructions"
11971 msgstr ""
11972
11973 #: config/mips/mips.h:614 config/rs6000/rs6000.h:312
11974 msgid "Generate fused multiply/add instructions"
11975 msgstr ""
11976
11977 #: config/mips/mips.h:616
11978 msgid "Work around early 4300 hardware bug"
11979 msgstr ""
11980
11981 #: config/mips/mips.h:618
11982 msgid "Don't work around early 4300 hardware bug"
11983 msgstr ""
11984
11985 #: config/mips/mips.h:620
11986 msgid "Trap on integer divide by zero"
11987 msgstr ""
11988
11989 #: config/mips/mips.h:622
11990 msgid "Don't trap on integer divide by zero"
11991 msgstr ""
11992
11993 #: config/mips/mips.h:624
11994 msgid "Trap on integer divide overflow"
11995 msgstr ""
11996
11997 #: config/mips/mips.h:626
11998 msgid "Don't trap on integer divide overflow"
11999 msgstr ""
12000
12001 #: config/mips/mips.h:628
12002 msgid "Use Branch Likely instructions, overriding default for arch"
12003 msgstr ""
12004
12005 #: config/mips/mips.h:630
12006 msgid "Don't use Branch Likely instructions, overriding default for arch"
12007 msgstr ""
12008
12009 #: config/mips/mips.h:744 config/pa/pa.h:310
12010 msgid "Specify CPU for scheduling purposes"
12011 msgstr ""
12012
12013 #: config/mips/mips.h:746
12014 msgid "Specify CPU for code generation purposes"
12015 msgstr ""
12016
12017 #: config/mips/mips.h:748
12018 msgid "Specify an ABI"
12019 msgstr ""
12020
12021 #: config/mips/mips.h:750
12022 msgid "Specify a Standard MIPS ISA"
12023 msgstr ""
12024
12025 #: config/mips/mips.h:752
12026 msgid "Use mips16 entry/exit psuedo ops"
12027 msgstr ""
12028
12029 #: config/mips/mips.h:754
12030 msgid "Don't use MIPS16 instructions"
12031 msgstr ""
12032
12033 #: config/mips/mips.h:756
12034 msgid "Don't call any cache flush functions"
12035 msgstr ""
12036
12037 #: config/mips/mips.h:758
12038 msgid "Specify cache flush function"
12039 msgstr ""
12040
12041 #. Output assembler code to FILE to increment profiler label # LABELNO
12042 #. for profiling a function entry.
12043 #: config/mips/mips.h:2900
12044 msgid "mips16 function profiling"
12045 msgstr ""
12046
12047 #: config/mmix/mmix.c:189
12048 #, fuzzy, c-format
12049 msgid "-f%s not supported: ignored"
12050 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
12051
12052 #: config/mmix/mmix.c:644
12053 #, c-format
12054 msgid "too large function value type, needs %d registers, have only %d registers for this"
12055 msgstr ""
12056
12057 #: config/mmix/mmix.c:826
12058 msgid "function_profiler support for MMIX"
12059 msgstr ""
12060
12061 #: config/mmix/mmix.c:848
12062 msgid "MMIX Internal: Last named vararg would not fit in a register"
12063 msgstr ""
12064
12065 #: config/mmix/mmix.c:1639 config/mmix/mmix.c:1769
12066 msgid "MMIX Internal: Expected a CONST_INT, not this"
12067 msgstr ""
12068
12069 #: config/mmix/mmix.c:1647 config/mmix/mmix.c:1671 config/mmix/mmix.c:1787
12070 #, c-format
12071 msgid "MMIX Internal: Bad register: %d"
12072 msgstr ""
12073
12074 #: config/mmix/mmix.c:1718
12075 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
12076 msgstr ""
12077
12078 #: config/mmix/mmix.c:1737
12079 msgid "MMIX Internal: Expected a register, not this"
12080 msgstr ""
12081
12082 #: config/mmix/mmix.c:1747
12083 msgid "MMIX Internal: Expected a constant, not this"
12084 msgstr ""
12085
12086 #. Presumably there's a missing case above if we get here.
12087 #: config/mmix/mmix.c:1779
12088 #, c-format
12089 msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
12090 msgstr ""
12091
12092 #. We need the original here.
12093 #: config/mmix/mmix.c:1831
12094 msgid "MMIX Internal: Cannot decode this operand"
12095 msgstr ""
12096
12097 #: config/mmix/mmix.c:1891
12098 msgid "MMIX Internal: This is not a recognized address"
12099 msgstr ""
12100
12101 #: config/mmix/mmix.c:2082
12102 #, fuzzy, c-format
12103 msgid "stack frame not a multiple of 8 bytes: %d"
12104 msgstr "ï ßäéïò êáíüíáò óå ðïëëáðëÜ áñ÷åßá"
12105
12106 #: config/mmix/mmix.c:2321
12107 #, c-format
12108 msgid "stack frame not a multiple of octabyte: %d"
12109 msgstr ""
12110
12111 #: config/mmix/mmix.c:2818 config/mmix/mmix.c:2887
12112 #, c-format
12113 msgid "MMIX Internal: %s is not a shiftable int"
12114 msgstr ""
12115
12116 #: config/mmix/mmix.c:3006
12117 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
12118 msgstr ""
12119
12120 #: config/mmix/mmix.c:3013
12121 msgid "MMIX Internal: What's the CC of this?"
12122 msgstr ""
12123
12124 #: config/mmix/mmix.c:3017
12125 msgid "MMIX Internal: What is the CC of this?"
12126 msgstr ""
12127
12128 #: config/mmix/mmix.c:3088
12129 msgid "MMIX Internal: This is not a constant:"
12130 msgstr ""
12131
12132 #. For these target macros, there is no generic documentation here.  You
12133 #. should read `Using and Porting GCC' for that.  Only comments specific
12134 #. to the MMIX target are here.
12135 #.
12136 #. There are however references to the specific texinfo node (comments
12137 #. with "Node:"), so there should be little or nothing amiss.  Probably
12138 #. the opposite, since we don't have to care about old littering and
12139 #. soon outdated generic comments.
12140 #. Node: Driver
12141 #. User symbols are in the same name-space as built-in symbols, but we
12142 #. don't need the built-in symbols, so remove those and instead apply
12143 #. stricter operand checking.  Don't warn when expanding insns.
12144 #. Pass on -mset-program-start=N and -mset-data-start=M to the linker.
12145 #. Provide default program start 0x100 unless -mno-set-program-start.
12146 #. Don't do this if linking relocatably, with -r.  For a final link,
12147 #. produce mmo, unless ELF is requested or when linking relocatably.
12148 #. Put unused option values here.
12149 #: config/mmix/mmix.h:132
12150 msgid "Set start-address of the program"
12151 msgstr ""
12152
12153 #: config/mmix/mmix.h:134
12154 msgid "Set start-address of data"
12155 msgstr ""
12156
12157 #. FIXME: Provide a way to *load* the epsilon register.
12158 #: config/mmix/mmix.h:198
12159 msgid "For intrinsics library: pass all parameters in registers"
12160 msgstr ""
12161
12162 #: config/mmix/mmix.h:201
12163 msgid "Use register stack for parameters and return value"
12164 msgstr ""
12165
12166 #: config/mmix/mmix.h:203
12167 msgid "Use call-clobbered registers for parameters and return value"
12168 msgstr ""
12169
12170 #: config/mmix/mmix.h:205
12171 msgid "Use epsilon-respecting floating point compare instructions"
12172 msgstr ""
12173
12174 #: config/mmix/mmix.h:208
12175 msgid "Use zero-extending memory loads, not sign-extending ones"
12176 msgstr ""
12177
12178 #: config/mmix/mmix.h:211
12179 msgid "Generate divide results with reminder having the same sign as the divisor (not the dividend)"
12180 msgstr ""
12181
12182 #: config/mmix/mmix.h:215
12183 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
12184 msgstr ""
12185
12186 #: config/mmix/mmix.h:217
12187 msgid "Do not provide a default start-address 0x100 of the program"
12188 msgstr ""
12189
12190 #: config/mmix/mmix.h:219
12191 msgid "Link to emit program in ELF format (rather than mmo)"
12192 msgstr ""
12193
12194 #: config/mmix/mmix.h:221
12195 msgid "Use P-mnemonics for branches statically predicted as taken"
12196 msgstr ""
12197
12198 #: config/mmix/mmix.h:223
12199 msgid "Don't use P-mnemonics for branches"
12200 msgstr ""
12201
12202 #: config/mmix/mmix.h:225
12203 msgid "Use addresses that allocate global registers"
12204 msgstr ""
12205
12206 #: config/mmix/mmix.h:227
12207 #, fuzzy
12208 msgid "Do not use addresses that allocate global registers"
12209 msgstr "Äåí åßíáé äõíáôü íá äåóìåõôåß ìíÞìç"
12210
12211 #: config/mmix/mmix.h:229
12212 msgid "Generate a single exit point for each function"
12213 msgstr ""
12214
12215 #: config/mmix/mmix.h:231
12216 msgid "Do not generate a single exit point for each function"
12217 msgstr ""
12218
12219 #: config/mn10300/mn10300.h:59
12220 msgid "Work around hardware multiply bug"
12221 msgstr ""
12222
12223 #: config/mn10300/mn10300.h:60
12224 msgid "Do not work around hardware multiply bug"
12225 msgstr ""
12226
12227 #: config/mn10300/mn10300.h:61
12228 msgid "Target the AM33 processor"
12229 msgstr ""
12230
12231 #: config/mn10300/mn10300.h:65
12232 msgid "Enable linker relaxations"
12233 msgstr ""
12234
12235 #: config/ns32k/ns32k.h:142 config/s390/s390.h:69
12236 msgid "Don't use hardware fp"
12237 msgstr ""
12238
12239 #: config/ns32k/ns32k.h:143
12240 msgid "Alternative calling convention"
12241 msgstr ""
12242
12243 #: config/ns32k/ns32k.h:145
12244 msgid "Pass some arguments in registers"
12245 msgstr ""
12246
12247 #: config/ns32k/ns32k.h:146
12248 msgid "Pass all arguments on stack"
12249 msgstr ""
12250
12251 #: config/ns32k/ns32k.h:147
12252 msgid "Optimize for 32532 cpu"
12253 msgstr ""
12254
12255 #: config/ns32k/ns32k.h:148
12256 msgid "Optimize for 32332 cpu"
12257 msgstr ""
12258
12259 #: config/ns32k/ns32k.h:150
12260 msgid "Optimize for 32032"
12261 msgstr ""
12262
12263 #: config/ns32k/ns32k.h:152
12264 msgid "Register sb is zero. Use for absolute addressing"
12265 msgstr ""
12266
12267 #: config/ns32k/ns32k.h:153
12268 #, fuzzy
12269 msgid "Do not use register sb"
12270 msgstr "Äåí åßíáé äõíáôÞ ç êáôá÷þñçóç ôçò õðçñåóßáò"
12271
12272 #: config/ns32k/ns32k.h:155
12273 #, fuzzy
12274 msgid "Use bit-field instructions"
12275 msgstr "ÁêáôÜëëçëç åíôïëÞ"
12276
12277 #: config/ns32k/ns32k.h:157
12278 msgid "Do not use bit-field instructions"
12279 msgstr ""
12280
12281 #: config/ns32k/ns32k.h:158
12282 msgid "Generate code for high memory"
12283 msgstr ""
12284
12285 #: config/ns32k/ns32k.h:159
12286 msgid "Generate code for low memory"
12287 msgstr ""
12288
12289 #: config/ns32k/ns32k.h:160
12290 msgid "32381 fpu"
12291 msgstr ""
12292
12293 #: config/ns32k/ns32k.h:162
12294 msgid "Use multiply-accumulate fp instructions"
12295 msgstr ""
12296
12297 #: config/ns32k/ns32k.h:164
12298 msgid "Do not use multiply-accumulate fp instructions"
12299 msgstr ""
12300
12301 #: config/ns32k/ns32k.h:165
12302 msgid "\"Small register classes\" kludge"
12303 msgstr ""
12304
12305 #: config/ns32k/ns32k.h:166
12306 msgid "No \"Small register classes\" kludge"
12307 msgstr ""
12308
12309 #: config/pa/pa.c:261
12310 #, c-format
12311 msgid ""
12312 "unknown -mschedule= option (%s).\n"
12313 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
12314 msgstr ""
12315
12316 #: config/pa/pa.c:286
12317 #, c-format
12318 msgid ""
12319 "unknown -march= option (%s).\n"
12320 "Valid options are 1.0, 1.1, and 2.0\n"
12321 msgstr ""
12322
12323 #: config/pa/pa.c:299
12324 msgid "PIC code generation is not supported in the portable runtime model\n"
12325 msgstr ""
12326
12327 #: config/pa/pa.c:304
12328 msgid "PIC code generation is not compatible with fast indirect calls\n"
12329 msgstr ""
12330
12331 #: config/pa/pa.c:309
12332 msgid "-g is only supported when using GAS on this processor,"
12333 msgstr ""
12334
12335 #: config/pa/pa.c:310
12336 #, fuzzy
12337 msgid "-g option disabled"
12338 msgstr "Ç ëåéôïõñãßá NIS+ áðÝôõ÷å"
12339
12340 #: config/pa/pa-hiux.h:75 config/pa/pa-hpux.h:87 config/pa/pa-hpux7.h:81
12341 #: config/pa/pa64-hpux.h:25
12342 #, fuzzy
12343 msgid "Generate cpp defines for server IO"
12344 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
12345
12346 #: config/pa/pa-hiux.h:76 config/pa/pa-hpux.h:88 config/pa/pa-hpux7.h:82
12347 #: config/pa/pa64-hpux.h:27
12348 msgid "Generate cpp defines for workstation IO"
12349 msgstr ""
12350
12351 #. Macro to define tables used to set the flags.  This is a
12352 #. list in braces of target switches with each switch being
12353 #. { "NAME", VALUE, "HELP_STRING" }.  VALUE is the bits to set,
12354 #. or minus the bits to clear.  An empty string NAME is used to
12355 #. identify the default VALUE.  Do not mark empty strings for
12356 #. translation.
12357 #: config/pa/pa.h:232 config/pa/pa.h:238
12358 msgid "Generate PA1.1 code"
12359 msgstr ""
12360
12361 #: config/pa/pa.h:234 config/pa/pa.h:236
12362 msgid "Generate PA1.0 code"
12363 msgstr ""
12364
12365 #: config/pa/pa.h:240
12366 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
12367 msgstr ""
12368
12369 #: config/pa/pa.h:242
12370 msgid "Disable FP regs"
12371 msgstr ""
12372
12373 #: config/pa/pa.h:244
12374 #, fuzzy
12375 msgid "Do not disable FP regs"
12376 msgstr "Äåí åßíáé äõíáôü íá äåóìåõôåß ìíÞìç"
12377
12378 #: config/pa/pa.h:246
12379 msgid "Disable space regs"
12380 msgstr ""
12381
12382 #: config/pa/pa.h:248
12383 #, fuzzy
12384 msgid "Do not disable space regs"
12385 msgstr "Äåí åßíáé äõíáôü íá äåóìåõôåß ìíÞìç"
12386
12387 #: config/pa/pa.h:250
12388 msgid "Put jumps in call delay slots"
12389 msgstr ""
12390
12391 #: config/pa/pa.h:252
12392 msgid "Do not put jumps in call delay slots"
12393 msgstr ""
12394
12395 #: config/pa/pa.h:254
12396 #, fuzzy
12397 msgid "Disable indexed addressing"
12398 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
12399
12400 #: config/pa/pa.h:256
12401 #, fuzzy
12402 msgid "Do not disable indexed addressing"
12403 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
12404
12405 #: config/pa/pa.h:258
12406 #, fuzzy
12407 msgid "Use portable calling conventions"
12408 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
12409
12410 #: config/pa/pa.h:260
12411 #, fuzzy
12412 msgid "Do not use portable calling conventions"
12413 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
12414
12415 #: config/pa/pa.h:262
12416 msgid "Assume code will be assembled by GAS"
12417 msgstr ""
12418
12419 #: config/pa/pa.h:264
12420 msgid "Do not assume code will be assembled by GAS"
12421 msgstr ""
12422
12423 #: config/pa/pa.h:268
12424 msgid "Do not use software floating point"
12425 msgstr ""
12426
12427 #: config/pa/pa.h:270
12428 msgid "Emit long load/store sequences"
12429 msgstr ""
12430
12431 #: config/pa/pa.h:272
12432 msgid "Do not emit long load/store sequences"
12433 msgstr ""
12434
12435 #: config/pa/pa.h:274
12436 #, fuzzy
12437 msgid "Generate fast indirect calls"
12438 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
12439
12440 #: config/pa/pa.h:276
12441 msgid "Do not generate fast indirect calls"
12442 msgstr ""
12443
12444 #: config/pa/pa.h:278
12445 #, fuzzy
12446 msgid "Generate code for huge switch statements"
12447 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
12448
12449 #: config/pa/pa.h:280
12450 msgid "Do not generate code for huge switch statements"
12451 msgstr ""
12452
12453 #: config/pa/pa.h:282
12454 msgid "Always generate long calls"
12455 msgstr ""
12456
12457 #: config/pa/pa.h:284
12458 msgid "Generate long calls only when needed"
12459 msgstr ""
12460
12461 #: config/pa/pa.h:286
12462 msgid "Enable linker optimizations"
12463 msgstr ""
12464
12465 #: config/pa/pa.h:312
12466 msgid "Specify architecture for code generation.  Values are 1.0, 1.1, and 2.0.  2.0 requires gas snapshot 19990413 or later."
12467 msgstr ""
12468
12469 #: config/pa/pa64-hpux.h:29
12470 msgid "Assume code will be linked by GNU ld"
12471 msgstr ""
12472
12473 #: config/pa/pa64-hpux.h:31
12474 msgid "Assume code will be linked by HP ld"
12475 msgstr ""
12476
12477 #: config/pdp11/pdp11.h:57
12478 msgid "Do not use hardware floating point"
12479 msgstr ""
12480
12481 #. return float result in ac0
12482 #: config/pdp11/pdp11.h:59
12483 #, fuzzy
12484 msgid "Return floating point results in ac0"
12485 msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
12486
12487 #: config/pdp11/pdp11.h:60
12488 msgid "Return floating point results in memory"
12489 msgstr ""
12490
12491 #. is 11/40
12492 #: config/pdp11/pdp11.h:62
12493 msgid "Generate code for an 11/40"
12494 msgstr ""
12495
12496 #. is 11/45
12497 #: config/pdp11/pdp11.h:65
12498 msgid "Generate code for an 11/45"
12499 msgstr ""
12500
12501 #. is 11/10
12502 #: config/pdp11/pdp11.h:68
12503 msgid "Generate code for an 11/10"
12504 msgstr ""
12505
12506 #. use movstrhi for bcopy
12507 #. use 32 bit for int
12508 #: config/pdp11/pdp11.h:73 config/pdp11/pdp11.h:74
12509 msgid "Use 32 bit int"
12510 msgstr ""
12511
12512 #: config/pdp11/pdp11.h:75 config/pdp11/pdp11.h:76
12513 msgid "Use 16 bit int"
12514 msgstr ""
12515
12516 #. use 32 bit for float
12517 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
12518 msgid "Use 32 bit float"
12519 msgstr ""
12520
12521 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
12522 msgid "Use 64 bit float"
12523 msgstr ""
12524
12525 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
12526 #. is branching expensive - on a PDP, it's actually really cheap
12527 #. this is just to play around and check what code gcc generates
12528 #. split instruction and data memory?
12529 #: config/pdp11/pdp11.h:90
12530 msgid "Target has split I&D"
12531 msgstr ""
12532
12533 #: config/pdp11/pdp11.h:91
12534 #, fuzzy
12535 msgid "Target does not have split I&D"
12536 msgstr "-nt äåí äÝ÷åôáé -l\n"
12537
12538 #. UNIX assembler syntax?
12539 #: config/pdp11/pdp11.h:93
12540 msgid "Use UNIX assembler syntax"
12541 msgstr ""
12542
12543 #: config/pdp11/pdp11.h:94
12544 msgid "Use DEC assembler syntax"
12545 msgstr ""
12546
12547 #: config/romp/romp.c:717 config/rs6000/rs6000.c:7755
12548 #, fuzzy, c-format
12549 msgid "invalid %%S value"
12550 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12551
12552 #: config/romp/romp.c:726 config/romp/romp.c:733
12553 #, fuzzy, c-format
12554 msgid "invalid %%b value"
12555 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12556
12557 #: config/romp/romp.c:773 config/romp/romp.c:784
12558 #, fuzzy, c-format
12559 msgid "invalid %%z value"
12560 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12561
12562 #: config/romp/romp.c:792 config/romp/romp.c:800
12563 #, fuzzy, c-format
12564 msgid "invalid %%Z value"
12565 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12566
12567 #: config/romp/romp.c:807 config/romp/romp.c:816 config/romp/romp.c:823
12568 #: config/rs6000/rs6000.c:7584
12569 #, fuzzy, c-format
12570 msgid "invalid %%k value"
12571 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12572
12573 #: config/romp/romp.c:908 config/romp/romp.c:951
12574 #, fuzzy, c-format
12575 msgid "invalid %%j value"
12576 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12577
12578 #. Perform any needed actions needed for a function that is receiving a
12579 #. variable number of arguments.
12580 #.
12581 #. CUM is as above.
12582 #.
12583 #. MODE and TYPE are the mode and type of the current parameter.
12584 #.
12585 #. PRETEND_SIZE is a variable that should be set to the amount of stack
12586 #. that must be pushed by the prolog to pretend that our caller pushed
12587 #. it.
12588 #.
12589 #. Normally, this macro will push all remaining incoming registers on the
12590 #. stack and set PRETEND_SIZE to the length of the registers pushed.
12591 #: config/romp/romp.h:648
12592 msgid "can't have varargs with -mfp-arg-in-fp-regs"
12593 msgstr ""
12594
12595 #. Handle the machine specific pragma longcall.  Its syntax is
12596 #.
12597 #. # pragma longcall ( TOGGLE )
12598 #.
12599 #. where TOGGLE is either 0 or 1.
12600 #.
12601 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
12602 #. whether or not new function declarations receive a longcall
12603 #. attribute by default.
12604 #: config/rs6000/rs6000-c.c:44
12605 #, fuzzy
12606 msgid "ignoring malformed #pragma longcall"
12607 msgstr "áãíïïýíôáé üëá ôá ïñßóìáôá"
12608
12609 #: config/rs6000/rs6000-c.c:58
12610 #, fuzzy
12611 msgid "missing open paren"
12612 msgstr "ÅëëéðÞò Þ êáêïó÷çìáôéóìÝíç éäéüôçôá"
12613
12614 #: config/rs6000/rs6000-c.c:60
12615 #, fuzzy
12616 msgid "missing number"
12617 msgstr "¸÷åé ðáñáëçöèåß åíôïëÞ"
12618
12619 #: config/rs6000/rs6000-c.c:62
12620 #, fuzzy
12621 msgid "missing close paren"
12622 msgstr "¸÷åé ðáñáëçöèåß åíôïëÞ"
12623
12624 #: config/rs6000/rs6000-c.c:65
12625 msgid "number must be 0 or 1"
12626 msgstr ""
12627
12628 #: config/rs6000/rs6000-c.c:68
12629 #, fuzzy
12630 msgid "junk at end of #pragma longcall"
12631 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
12632
12633 #: config/rs6000/rs6000.c:592
12634 #, fuzzy
12635 msgid "-mmultiple is not supported on little endian systems"
12636 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
12637
12638 #: config/rs6000/rs6000.c:599
12639 #, fuzzy
12640 msgid "-mstring is not supported on little endian systems"
12641 msgstr "ðñïåéäïðïßçóç: ôï --pid=PID äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
12642
12643 #: config/rs6000/rs6000.c:623
12644 #, c-format
12645 msgid "unknown -mdebug-%s switch"
12646 msgstr ""
12647
12648 #: config/rs6000/rs6000.c:635
12649 #, c-format
12650 msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
12651 msgstr ""
12652
12653 #: config/rs6000/rs6000.c:646
12654 #, c-format
12655 msgid "Unknown switch -mlong-double-%s"
12656 msgstr ""
12657
12658 #: config/rs6000/rs6000.c:738
12659 #, fuzzy, c-format
12660 msgid "unknown -misel= option specified: '%s'"
12661 msgstr "Üãíùóôï óåô `%s'"
12662
12663 #: config/rs6000/rs6000.c:753
12664 #, fuzzy, c-format
12665 msgid "unknown -mvrsave= option specified: '%s'"
12666 msgstr "Üãíùóôï óåô `%s'"
12667
12668 #: config/rs6000/rs6000.c:772
12669 #, fuzzy, c-format
12670 msgid "unknown ABI specified: '%s'"
12671 msgstr "Üãíùóôï óåô `%s'"
12672
12673 #: config/rs6000/rs6000.c:4206
12674 #, fuzzy
12675 msgid "argument 1 must be a 5-bit signed literal"
12676 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
12677
12678 #: config/rs6000/rs6000.c:4313 config/rs6000/rs6000.c:4903
12679 #, fuzzy
12680 msgid "argument 2 must be a 5-bit unsigned literal"
12681 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
12682
12683 #: config/rs6000/rs6000.c:4356
12684 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
12685 msgstr ""
12686
12687 #: config/rs6000/rs6000.c:4410
12688 msgid "argument 1 of __builtin_altivec_predicate is out of range"
12689 msgstr ""
12690
12691 #: config/rs6000/rs6000.c:4489
12692 #, fuzzy
12693 msgid "argument 3 must be a 4-bit unsigned literal"
12694 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
12695
12696 #: config/rs6000/rs6000.c:4666
12697 #, fuzzy, c-format
12698 msgid "argument to `%s' must be a 2-bit unsigned literal"
12699 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
12700
12701 #: config/rs6000/rs6000.c:4782
12702 #, fuzzy
12703 msgid "argument to dss must be a 2-bit unsigned literal"
12704 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
12705
12706 #: config/rs6000/rs6000.c:5013
12707 #, fuzzy
12708 msgid "argument 1 of __builtin_spe_predicate must be a constant"
12709 msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
12710
12711 #: config/rs6000/rs6000.c:5086
12712 msgid "argument 1 of __builtin_spe_predicate is out of range"
12713 msgstr ""
12714
12715 #: config/rs6000/rs6000.c:7511
12716 #, fuzzy, c-format
12717 msgid "invalid %%f value"
12718 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12719
12720 #: config/rs6000/rs6000.c:7520
12721 #, fuzzy, c-format
12722 msgid "invalid %%F value"
12723 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12724
12725 #: config/rs6000/rs6000.c:7529
12726 #, fuzzy, c-format
12727 msgid "invalid %%G value"
12728 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12729
12730 #: config/rs6000/rs6000.c:7564
12731 #, fuzzy, c-format
12732 msgid "invalid %%j code"
12733 msgstr "ìç Ýãêõñï äéêáßùìá"
12734
12735 #: config/rs6000/rs6000.c:7574
12736 #, fuzzy, c-format
12737 msgid "invalid %%J code"
12738 msgstr "ìç Ýãêõñï äéêáßùìá"
12739
12740 #: config/rs6000/rs6000.c:7604
12741 #, fuzzy, c-format
12742 msgid "invalid %%K value"
12743 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12744
12745 #: config/rs6000/rs6000.c:7671
12746 #, fuzzy, c-format
12747 msgid "invalid %%O value"
12748 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12749
12750 #: config/rs6000/rs6000.c:7793
12751 #, fuzzy, c-format
12752 msgid "invalid %%T value"
12753 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12754
12755 #: config/rs6000/rs6000.c:7803
12756 #, fuzzy, c-format
12757 msgid "invalid %%u value"
12758 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12759
12760 #: config/rs6000/rs6000.c:7812
12761 #, fuzzy, c-format
12762 msgid "invalid %%v value"
12763 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12764
12765 #: config/rs6000/rs6000.c:12242
12766 msgid "no profiling of 64-bit code for this ABI"
12767 msgstr ""
12768
12769 #: config/rs6000/aix.h:160 config/rs6000/beos.h:32
12770 #, fuzzy
12771 msgid "Always pass floating-point arguments in memory"
12772 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
12773
12774 #: config/rs6000/aix.h:162 config/rs6000/beos.h:34
12775 #, fuzzy
12776 msgid "Don't always pass floating-point arguments in memory"
12777 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
12778
12779 #: config/rs6000/aix41.h:28 config/rs6000/aix43.h:32 config/rs6000/aix51.h:32
12780 #: config/rs6000/aix52.h:32
12781 msgid "Support message passing with the Parallel Environment"
12782 msgstr ""
12783
12784 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:28 config/rs6000/aix52.h:28
12785 msgid "Compile for 64-bit pointers"
12786 msgstr ""
12787
12788 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:30 config/rs6000/aix52.h:30
12789 msgid "Compile for 32-bit pointers"
12790 msgstr ""
12791
12792 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:49 config/rs6000/aix52.h:49
12793 msgid "-maix64 and POWER architecture are incompatible"
12794 msgstr ""
12795
12796 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:54 config/rs6000/aix52.h:54
12797 msgid "-maix64 requires PowerPC64 architecture remain enabled"
12798 msgstr ""
12799
12800 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:58 config/rs6000/aix52.h:58
12801 msgid "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
12802 msgstr ""
12803
12804 #. Run-time compilation parameters selecting different hardware subsets.
12805 #.
12806 #. Macro to define tables used to set the flags.
12807 #. This is a list in braces of pairs in braces,
12808 #. each pair being { "NAME", VALUE }
12809 #. where VALUE is the bits to set or minus the bits to clear.
12810 #. An empty string NAME is used to identify the default VALUE.
12811 #: config/rs6000/rs6000.h:240
12812 msgid "Use POWER instruction set"
12813 msgstr ""
12814
12815 #: config/rs6000/rs6000.h:243
12816 msgid "Use POWER2 instruction set"
12817 msgstr ""
12818
12819 #: config/rs6000/rs6000.h:245
12820 msgid "Do not use POWER2 instruction set"
12821 msgstr ""
12822
12823 #: config/rs6000/rs6000.h:248
12824 msgid "Do not use POWER instruction set"
12825 msgstr ""
12826
12827 #: config/rs6000/rs6000.h:250
12828 msgid "Use PowerPC instruction set"
12829 msgstr ""
12830
12831 #: config/rs6000/rs6000.h:253
12832 msgid "Do not use PowerPC instruction set"
12833 msgstr ""
12834
12835 #: config/rs6000/rs6000.h:255
12836 msgid "Use PowerPC General Purpose group optional instructions"
12837 msgstr ""
12838
12839 #: config/rs6000/rs6000.h:257
12840 msgid "Don't use PowerPC General Purpose group optional instructions"
12841 msgstr ""
12842
12843 #: config/rs6000/rs6000.h:259
12844 msgid "Use PowerPC Graphics group optional instructions"
12845 msgstr ""
12846
12847 #: config/rs6000/rs6000.h:261
12848 msgid "Don't use PowerPC Graphics group optional instructions"
12849 msgstr ""
12850
12851 #: config/rs6000/rs6000.h:263
12852 msgid "Use PowerPC-64 instruction set"
12853 msgstr ""
12854
12855 #: config/rs6000/rs6000.h:265
12856 msgid "Don't use PowerPC-64 instruction set"
12857 msgstr ""
12858
12859 #: config/rs6000/rs6000.h:267
12860 #, fuzzy
12861 msgid "Use AltiVec instructions"
12862 msgstr "ÁêáôÜëëçëç åíôïëÞ"
12863
12864 #: config/rs6000/rs6000.h:269
12865 msgid "Don't use AltiVec instructions"
12866 msgstr ""
12867
12868 #: config/rs6000/rs6000.h:271
12869 msgid "Use new mnemonics for PowerPC architecture"
12870 msgstr ""
12871
12872 #: config/rs6000/rs6000.h:273
12873 msgid "Use old mnemonics for PowerPC architecture"
12874 msgstr ""
12875
12876 #: config/rs6000/rs6000.h:276
12877 msgid "Put everything in the regular TOC"
12878 msgstr ""
12879
12880 #: config/rs6000/rs6000.h:278
12881 msgid "Place floating point constants in TOC"
12882 msgstr ""
12883
12884 #: config/rs6000/rs6000.h:280
12885 msgid "Don't place floating point constants in TOC"
12886 msgstr ""
12887
12888 #: config/rs6000/rs6000.h:282
12889 msgid "Place symbol+offset constants in TOC"
12890 msgstr ""
12891
12892 #: config/rs6000/rs6000.h:284
12893 msgid "Don't place symbol+offset constants in TOC"
12894 msgstr ""
12895
12896 #: config/rs6000/rs6000.h:290
12897 msgid "Place variable addresses in the regular TOC"
12898 msgstr ""
12899
12900 #: config/rs6000/rs6000.h:296
12901 msgid "Generate load/store multiple instructions"
12902 msgstr ""
12903
12904 #: config/rs6000/rs6000.h:298
12905 msgid "Do not generate load/store multiple instructions"
12906 msgstr ""
12907
12908 #: config/rs6000/rs6000.h:302
12909 msgid "Generate string instructions for block moves"
12910 msgstr ""
12911
12912 #: config/rs6000/rs6000.h:304
12913 msgid "Do not generate string instructions for block moves"
12914 msgstr ""
12915
12916 #: config/rs6000/rs6000.h:308
12917 msgid "Generate load/store with update instructions"
12918 msgstr ""
12919
12920 #: config/rs6000/rs6000.h:310
12921 msgid "Do not generate load/store with update instructions"
12922 msgstr ""
12923
12924 #: config/rs6000/rs6000.h:318
12925 msgid "Don't schedule the start and end of the procedure"
12926 msgstr ""
12927
12928 #: config/rs6000/rs6000.h:324
12929 msgid "Return all structures in memory (AIX default)"
12930 msgstr ""
12931
12932 #: config/rs6000/rs6000.h:326
12933 msgid "Return small structures in registers (SVR4 default)"
12934 msgstr ""
12935
12936 #: config/rs6000/rs6000.h:391 config/sparc/sparc.h:633
12937 msgid "Use features of and schedule code for given CPU"
12938 msgstr ""
12939
12940 #: config/rs6000/rs6000.h:394
12941 msgid "Enable debug output"
12942 msgstr ""
12943
12944 #: config/rs6000/rs6000.h:396
12945 msgid "Select full, part, or no traceback table"
12946 msgstr ""
12947
12948 #: config/rs6000/rs6000.h:397
12949 msgid "Specify ABI to use"
12950 msgstr ""
12951
12952 #: config/rs6000/rs6000.h:399
12953 msgid "Specify size of long double (64 or 128 bits)"
12954 msgstr ""
12955
12956 #: config/rs6000/rs6000.h:401
12957 msgid "Specify yes/no if isel instructions should be generated"
12958 msgstr ""
12959
12960 #: config/rs6000/rs6000.h:403
12961 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
12962 msgstr ""
12963
12964 #: config/rs6000/rs6000.h:405
12965 #, fuzzy
12966 msgid "Avoid all range limits on call instructions"
12967 msgstr "ÁêáôÜëëçëç åíôïëÞ"
12968
12969 #. Definitions for __builtin_return_address and __builtin_frame_address.
12970 #. __builtin_return_address (0) should give link register (65), enable
12971 #. this.
12972 #. This should be uncommented, so that the link register is used, but
12973 #. currently this would result in unmatched insns and spilling fixed
12974 #. registers so we'll leave it for another day.  When these problems are
12975 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
12976 #. (mrs)
12977 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
12978 #. Number of bytes into the frame return addresses can be found.  See
12979 #. rs6000_stack_info in rs6000.c for more information on how the different
12980 #. abi's store the return address.
12981 #: config/rs6000/rs6000.h:1884
12982 msgid "RETURN_ADDRESS_OFFSET not supported"
12983 msgstr ""
12984
12985 #: config/rs6000/sysv4.h:87
12986 msgid "Select ABI calling convention"
12987 msgstr ""
12988
12989 #: config/rs6000/sysv4.h:88
12990 msgid "Select method for sdata handling"
12991 msgstr ""
12992
12993 #: config/rs6000/sysv4.h:103
12994 msgid "Align to the base type of the bit-field"
12995 msgstr ""
12996
12997 #: config/rs6000/sysv4.h:105
12998 msgid "Don't align to the base type of the bit-field"
12999 msgstr ""
13000
13001 #: config/rs6000/sysv4.h:107
13002 msgid "Don't assume that unaligned accesses are handled by the system"
13003 msgstr ""
13004
13005 #: config/rs6000/sysv4.h:109
13006 msgid "Assume that unaligned accesses are handled by the system"
13007 msgstr ""
13008
13009 #: config/rs6000/sysv4.h:111 config/rs6000/sysv4.h:115
13010 msgid "Produce code relocatable at runtime"
13011 msgstr ""
13012
13013 #: config/rs6000/sysv4.h:113 config/rs6000/sysv4.h:117
13014 msgid "Don't produce code relocatable at runtime"
13015 msgstr ""
13016
13017 #: config/rs6000/sysv4.h:119 config/rs6000/sysv4.h:121
13018 msgid "Produce little endian code"
13019 msgstr ""
13020
13021 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:125
13022 msgid "Produce big endian code"
13023 msgstr ""
13024
13025 #: config/rs6000/sysv4.h:126 config/rs6000/sysv4.h:127
13026 #: config/rs6000/sysv4.h:128 config/rs6000/sysv4.h:129
13027 #: config/rs6000/sysv4.h:130 config/rs6000/sysv4.h:131
13028 #: config/rs6000/sysv4.h:141 config/rs6000/sysv4.h:142
13029 #: config/rs6000/sysv4.h:153 config/rs6000/sysv4.h:155
13030 #: config/rs6000/sysv4.h:157
13031 #, fuzzy
13032 msgid "no description yet"
13033 msgstr "(÷ùñßò ðåñéãñáöÞ)"
13034
13035 #: config/rs6000/sysv4.h:132
13036 msgid "Use EABI"
13037 msgstr ""
13038
13039 #: config/rs6000/sysv4.h:133
13040 msgid "Don't use EABI"
13041 msgstr ""
13042
13043 #: config/rs6000/sysv4.h:136
13044 msgid "Do not allow bit-fields to cross word boundaries"
13045 msgstr ""
13046
13047 #: config/rs6000/sysv4.h:138
13048 #, fuzzy
13049 msgid "Use alternate register names"
13050 msgstr "ìç ôåñìáôéæüìåíï üíïìá âÜñïõò"
13051
13052 #: config/rs6000/sysv4.h:140
13053 msgid "Don't use alternate register names"
13054 msgstr ""
13055
13056 #: config/rs6000/sysv4.h:144
13057 msgid "Link with libsim.a, libc.a and sim-crt0.o"
13058 msgstr ""
13059
13060 #: config/rs6000/sysv4.h:146
13061 msgid "Link with libads.a, libc.a and crt0.o"
13062 msgstr ""
13063
13064 #: config/rs6000/sysv4.h:148
13065 msgid "Link with libyk.a, libc.a and crt0.o"
13066 msgstr ""
13067
13068 #: config/rs6000/sysv4.h:150
13069 msgid "Link with libmvme.a, libc.a and crt0.o"
13070 msgstr ""
13071
13072 #: config/rs6000/sysv4.h:152
13073 msgid "Set the PPC_EMB bit in the ELF flags header"
13074 msgstr ""
13075
13076 #: config/rs6000/sysv4.h:154
13077 msgid "Use the WindISS simulator"
13078 msgstr ""
13079
13080 #. Sometimes certain combinations of command options do not make sense
13081 #. on a particular target machine.  You can define a macro
13082 #. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
13083 #. defined, is executed once just after all the command options have
13084 #. been parsed.
13085 #.
13086 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
13087 #. get control.
13088 #: config/rs6000/sysv4.h:214
13089 #, fuzzy, c-format
13090 msgid "bad value for -mcall-%s"
13091 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
13092
13093 #: config/rs6000/sysv4.h:230
13094 #, fuzzy, c-format
13095 msgid "bad value for -msdata=%s"
13096 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
13097
13098 #: config/rs6000/sysv4.h:247
13099 #, c-format
13100 msgid "-mrelocatable and -msdata=%s are incompatible"
13101 msgstr ""
13102
13103 #: config/rs6000/sysv4.h:255
13104 #, c-format
13105 msgid "-f%s and -msdata=%s are incompatible"
13106 msgstr ""
13107
13108 #: config/rs6000/sysv4.h:264
13109 #, c-format
13110 msgid "-msdata=%s and -mcall-%s are incompatible"
13111 msgstr ""
13112
13113 #: config/rs6000/sysv4.h:273
13114 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
13115 msgstr ""
13116
13117 #: config/rs6000/sysv4.h:279
13118 #, c-format
13119 msgid "-mrelocatable and -mcall-%s are incompatible"
13120 msgstr ""
13121
13122 #: config/rs6000/sysv4.h:286
13123 #, c-format
13124 msgid "-fPIC and -mcall-%s are incompatible"
13125 msgstr ""
13126
13127 #: config/rs6000/sysv4.h:293
13128 #, fuzzy
13129 msgid "-mcall-aixdesc must be big endian"
13130 msgstr "ôá ìåãÝèç ôïõ óôçëïãíþìïíá ðñÝðåé íá åßíáé êáôÜ áýîïõóá óåéñÜ"
13131
13132 #: config/s390/s390.c:3063
13133 msgid "invalid UNSPEC as operand (1)"
13134 msgstr ""
13135
13136 #: config/s390/s390.c:3123
13137 msgid "invalid UNSPEC as operand (2)"
13138 msgstr ""
13139
13140 #: config/s390/s390.c:3129
13141 msgid "UNKNOWN in s390_output_symbolic_const !?"
13142 msgstr ""
13143
13144 #: config/s390/s390.c:3147
13145 #, fuzzy
13146 msgid "Cannot decompose address."
13147 msgstr "Äåí åßíáé äõíáôÞ ç åê÷þñçóç ôçò æçôçèÞóáò äéåýèõíóçò"
13148
13149 #: config/s390/s390.c:3308
13150 msgid "UNKNOWN in print_operand !?"
13151 msgstr ""
13152
13153 #: config/s390/s390.c:4961
13154 msgid "Total size of local variables exceeds architecture limit."
13155 msgstr ""
13156
13157 #: config/s390/s390.h:70
13158 msgid "Set backchain"
13159 msgstr ""
13160
13161 #: config/s390/s390.h:71
13162 msgid "Don't set backchain (faster, but debug harder"
13163 msgstr ""
13164
13165 #: config/s390/s390.h:72
13166 msgid "Use bras for executable < 64k"
13167 msgstr ""
13168
13169 #: config/s390/s390.h:73
13170 msgid "Don't use bras"
13171 msgstr ""
13172
13173 #: config/s390/s390.h:74
13174 msgid "Additional debug prints"
13175 msgstr ""
13176
13177 #: config/s390/s390.h:75
13178 msgid "Don't print additional debug prints"
13179 msgstr ""
13180
13181 #: config/s390/s390.h:76
13182 msgid "64 bit mode"
13183 msgstr "êáôÜóôáóç 64 bit"
13184
13185 #: config/s390/s390.h:77
13186 msgid "31 bit mode"
13187 msgstr "êáôÜóôáóç 31 bit"
13188
13189 #: config/s390/s390.h:78
13190 #, fuzzy
13191 msgid "mvcle use"
13192 msgstr "Ç óõóêåõÞ åßíáé áðáó÷ïëçìÝíç"
13193
13194 #: config/s390/s390.h:79
13195 msgid "mvc&ex"
13196 msgstr ""
13197
13198 #: config/sh/sh.c:5137
13199 #, fuzzy
13200 msgid "__builtin_saveregs not supported by this subtarget"
13201 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
13202
13203 #: config/sh/sh.c:5687
13204 msgid "attribute interrupt_handler is not compatible with -m5-compact"
13205 msgstr ""
13206
13207 #. The sp_switch attribute only has meaning for interrupt functions.
13208 #: config/sh/sh.c:5713 config/sh/sh.c:5752
13209 #, c-format
13210 msgid "`%s' attribute only applies to interrupt functions"
13211 msgstr ""
13212
13213 #. The argument must be a constant string.
13214 #: config/sh/sh.c:5720
13215 #, fuzzy, c-format
13216 msgid "`%s' attribute argument not a string constant"
13217 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
13218
13219 #. The argument must be a constant integer.
13220 #: config/sh/sh.c:5759
13221 #, c-format
13222 msgid "`%s' attribute argument not an integer constant"
13223 msgstr ""
13224
13225 #. There are no delay slots on SHmedia.
13226 #. Relaxation isn't yet supported for SHmedia
13227 #: config/sh/sh.h:437
13228 #, fuzzy
13229 msgid "Profiling is not supported on this target."
13230 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
13231
13232 #: config/sparc/sparc.c:329
13233 #, fuzzy, c-format
13234 msgid "%s is not supported by this configuration"
13235 msgstr "Ç ïéêïãÝíåéá äéåõèýíóåùí äåí õðïóôçñßæåôáé áðü ôçí ïéêïãÝíåéá ðñùôïêüëëïõ"
13236
13237 #: config/sparc/sparc.c:336
13238 msgid "-mlong-double-64 not allowed with -m64"
13239 msgstr ""
13240
13241 #: config/sparc/sparc.c:361
13242 #, fuzzy
13243 msgid "-mcmodel= is not supported on 32 bit systems"
13244 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
13245
13246 #: config/sparc/sparc.c:6341 config/sparc/sparc.c:6347
13247 #, fuzzy, c-format
13248 msgid "invalid %%Y operand"
13249 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13250
13251 #: config/sparc/sparc.c:6417
13252 #, fuzzy, c-format
13253 msgid "invalid %%A operand"
13254 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13255
13256 #: config/sparc/sparc.c:6427
13257 #, fuzzy, c-format
13258 msgid "invalid %%B operand"
13259 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13260
13261 #: config/sparc/sparc.c:6466
13262 #, fuzzy, c-format
13263 msgid "invalid %%c operand"
13264 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13265
13266 #: config/sparc/sparc.c:6467
13267 #, fuzzy, c-format
13268 msgid "invalid %%C operand"
13269 msgstr "ìç Ýãêõñç ìåôáôüðéóç UTC"
13270
13271 #: config/sparc/sparc.c:6488
13272 #, fuzzy, c-format
13273 msgid "invalid %%d operand"
13274 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13275
13276 #: config/sparc/sparc.c:6489
13277 #, fuzzy, c-format
13278 msgid "invalid %%D operand"
13279 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13280
13281 #: config/sparc/sparc.c:6505
13282 #, fuzzy, c-format
13283 msgid "invalid %%f operand"
13284 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13285
13286 #: config/sparc/sparc.c:6519
13287 #, fuzzy, c-format
13288 msgid "invalid %%s operand"
13289 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13290
13291 #: config/sparc/sparc.c:6573
13292 msgid "long long constant not a valid immediate operand"
13293 msgstr ""
13294
13295 #: config/sparc/sparc.c:6576
13296 msgid "floating point constant not a valid immediate operand"
13297 msgstr ""
13298
13299 #: config/sparc/freebsd.h:81 config/sparc/linux.h:87 config/sparc/linux64.h:89
13300 #: config/sparc/netbsd-elf.h:239
13301 msgid "Use 128 bit long doubles"
13302 msgstr ""
13303
13304 #: config/sparc/sp64-elf.h:84 config/sparc/splet.h:29
13305 msgid "Generate code for big endian"
13306 msgstr ""
13307
13308 #: config/sparc/sp64-elf.h:85 config/sparc/splet.h:30
13309 msgid "Generate code for little endian"
13310 msgstr ""
13311
13312 #: config/sparc/sp86x-aout.h:51 config/sparc/sp86x-elf.h:65
13313 msgid "Use little-endian byte order for data"
13314 msgstr ""
13315
13316 #: config/sparc/sparc.h:532
13317 msgid "Assume possible double misalignment"
13318 msgstr ""
13319
13320 #: config/sparc/sparc.h:534
13321 msgid "Assume all doubles are aligned"
13322 msgstr ""
13323
13324 #: config/sparc/sparc.h:536
13325 msgid "Pass -assert pure-text to linker"
13326 msgstr ""
13327
13328 #: config/sparc/sparc.h:538
13329 msgid "Do not pass -assert pure-text to linker"
13330 msgstr ""
13331
13332 #: config/sparc/sparc.h:540
13333 msgid "Use flat register window model"
13334 msgstr ""
13335
13336 #: config/sparc/sparc.h:542
13337 msgid "Do not use flat register window model"
13338 msgstr ""
13339
13340 #: config/sparc/sparc.h:544
13341 msgid "Use ABI reserved registers"
13342 msgstr ""
13343
13344 #: config/sparc/sparc.h:546
13345 msgid "Do not use ABI reserved registers"
13346 msgstr ""
13347
13348 #: config/sparc/sparc.h:548
13349 msgid "Use hardware quad fp instructions"
13350 msgstr ""
13351
13352 #: config/sparc/sparc.h:550
13353 msgid "Do not use hardware quad fp instructions"
13354 msgstr ""
13355
13356 #: config/sparc/sparc.h:552
13357 msgid "Compile for v8plus ABI"
13358 msgstr ""
13359
13360 #: config/sparc/sparc.h:554
13361 msgid "Do not compile for v8plus ABI"
13362 msgstr ""
13363
13364 #: config/sparc/sparc.h:556
13365 #, fuzzy
13366 msgid "Utilize Visual Instruction Set"
13367 msgstr "ÐáñÜíïìç ÅíôïëÞ"
13368
13369 #: config/sparc/sparc.h:558
13370 msgid "Do not utilize Visual Instruction Set"
13371 msgstr ""
13372
13373 #. ??? These are deprecated, coerced to -mcpu=.  Delete in 2.9.
13374 #: config/sparc/sparc.h:561
13375 msgid "Optimize for Cypress processors"
13376 msgstr ""
13377
13378 #: config/sparc/sparc.h:563
13379 msgid "Optimize for SPARCLite processors"
13380 msgstr ""
13381
13382 #: config/sparc/sparc.h:565
13383 msgid "Optimize for F930 processors"
13384 msgstr ""
13385
13386 #: config/sparc/sparc.h:567
13387 msgid "Optimize for F934 processors"
13388 msgstr ""
13389
13390 #: config/sparc/sparc.h:569
13391 msgid "Use V8 SPARC ISA"
13392 msgstr ""
13393
13394 #: config/sparc/sparc.h:571
13395 msgid "Optimize for SuperSPARC processors"
13396 msgstr ""
13397
13398 #. End of deprecated options.
13399 #: config/sparc/sparc.h:574
13400 msgid "Pointers are 64-bit"
13401 msgstr ""
13402
13403 #: config/sparc/sparc.h:576
13404 msgid "Pointers are 32-bit"
13405 msgstr ""
13406
13407 #: config/sparc/sparc.h:578
13408 msgid "Use 32-bit ABI"
13409 msgstr "×ñÞóç ABI 32-bit"
13410
13411 #: config/sparc/sparc.h:580
13412 msgid "Use 64-bit ABI"
13413 msgstr "×ñÞóç ABI 64-bit"
13414
13415 #: config/sparc/sparc.h:582
13416 msgid "Use stack bias"
13417 msgstr ""
13418
13419 #: config/sparc/sparc.h:584
13420 msgid "Do not use stack bias"
13421 msgstr ""
13422
13423 #: config/sparc/sparc.h:586
13424 msgid "Use structs on stronger alignment for double-word copies"
13425 msgstr ""
13426
13427 #: config/sparc/sparc.h:588
13428 msgid "Do not use structs on stronger alignment for double-word copies"
13429 msgstr ""
13430
13431 #: config/sparc/sparc.h:590
13432 msgid "Optimize tail call instructions in assembler and linker"
13433 msgstr ""
13434
13435 #: config/sparc/sparc.h:592
13436 msgid "Do not optimize tail call instructions in assembler or linker"
13437 msgstr ""
13438
13439 #: config/sparc/sparc.h:637
13440 msgid "Use given SPARC code model"
13441 msgstr ""
13442
13443 #: config/stormy16/stormy16.c:1192
13444 msgid "cannot use va_start in interrupt function"
13445 msgstr ""
13446
13447 #: config/stormy16/stormy16.c:1552
13448 msgid "`B' operand is not constant"
13449 msgstr ""
13450
13451 #: config/stormy16/stormy16.c:1558
13452 msgid "`B' operand has multiple bits set"
13453 msgstr ""
13454
13455 #: config/stormy16/stormy16.c:1585
13456 msgid "`o' operand is not constant"
13457 msgstr ""
13458
13459 #: config/stormy16/stormy16.c:1600
13460 msgid "xstormy16_print_operand: unknown code"
13461 msgstr ""
13462
13463 #: config/stormy16/stormy16.c:1650
13464 #, c-format
13465 msgid "switch statement of size %lu entries too large"
13466 msgstr ""
13467
13468 #: config/v850/v850-c.c:67
13469 msgid "#pragma GHS endXXXX found without previous startXXX"
13470 msgstr ""
13471
13472 #: config/v850/v850-c.c:69
13473 msgid "#pragma GHS endXXX does not match previous startXXX"
13474 msgstr ""
13475
13476 #: config/v850/v850-c.c:94
13477 msgid "cannot set interrupt attribute: no current function"
13478 msgstr ""
13479
13480 #: config/v850/v850-c.c:102
13481 msgid "cannot set interrupt attribute: no such identifier"
13482 msgstr ""
13483
13484 #: config/v850/v850-c.c:148
13485 msgid "junk at end of #pragma ghs section"
13486 msgstr ""
13487
13488 # src/request.c:806 src/request.c:912
13489 #: config/v850/v850-c.c:165
13490 #, fuzzy, c-format
13491 msgid "unrecognized section name \"%s\""
13492 msgstr "Ìç áíáãíùñßóçìï üíïìá åðéöÜíåéáò `%s'"
13493
13494 # src/dfa.c:569 src/dfa.c:583 src/dfa.c:587
13495 # src/dfa.c:577 src/dfa.c:591 src/dfa.c:595
13496 #: config/v850/v850-c.c:180
13497 #, fuzzy
13498 msgid "malformed #pragma ghs section"
13499 msgstr "êáêïó÷çìáôéóìÝíïò ìåôñçôÞò åðáíÜëçøçò"
13500
13501 #: config/v850/v850-c.c:200
13502 msgid "junk at end of #pragma ghs interrupt"
13503 msgstr ""
13504
13505 #: config/v850/v850-c.c:212
13506 msgid "junk at end of #pragma ghs starttda"
13507 msgstr ""
13508
13509 #: config/v850/v850-c.c:224
13510 msgid "junk at end of #pragma ghs startsda"
13511 msgstr ""
13512
13513 #: config/v850/v850-c.c:236
13514 msgid "junk at end of #pragma ghs startzda"
13515 msgstr ""
13516
13517 #: config/v850/v850-c.c:248
13518 msgid "junk at end of #pragma ghs endtda"
13519 msgstr ""
13520
13521 #: config/v850/v850-c.c:260
13522 msgid "junk at end of #pragma ghs endsda"
13523 msgstr ""
13524
13525 #: config/v850/v850-c.c:272
13526 msgid "junk at end of #pragma ghs endzda"
13527 msgstr ""
13528
13529 #: config/v850/v850.c:129
13530 #, c-format
13531 msgid "%s=%s is not numeric"
13532 msgstr ""
13533
13534 # src/shred.c:1134
13535 #: config/v850/v850.c:136
13536 #, fuzzy, c-format
13537 msgid "%s=%s is too large"
13538 msgstr "%s: ôï áñ÷åßï åßíáé ðïëý ìåãÜëï"
13539
13540 #: config/v850/v850.c:302
13541 msgid "const_double_split got a bad insn:"
13542 msgstr ""
13543
13544 #: config/v850/v850.c:837
13545 #, fuzzy
13546 msgid "output_move_single:"
13547 msgstr "áñ÷åßï åîüäïõ"
13548
13549 #: config/v850/v850.c:2217
13550 msgid "a data area attribute cannot be specified for local variables"
13551 msgstr ""
13552
13553 #: config/v850/v850.c:2228
13554 #, c-format
13555 msgid "data area of '%s' conflicts with previous declaration"
13556 msgstr ""
13557
13558 #: config/v850/v850.c:2447
13559 #, c-format
13560 msgid "bogus JR construction: %d\n"
13561 msgstr ""
13562
13563 #: config/v850/v850.c:2468 config/v850/v850.c:2670
13564 #, c-format
13565 msgid "bad amount of stack space removal: %d"
13566 msgstr ""
13567
13568 #: config/v850/v850.c:2646
13569 #, c-format
13570 msgid "bogus JARL construction: %d\n"
13571 msgstr ""
13572
13573 #: config/v850/v850.c:3026
13574 #, c-format
13575 msgid "Bogus DISPOSE construction: %d\n"
13576 msgstr ""
13577
13578 #: config/v850/v850.c:3048
13579 #, c-format
13580 msgid "Too much stack space to dispose of: %d"
13581 msgstr ""
13582
13583 #: config/v850/v850.c:3224
13584 #, c-format
13585 msgid "Bogus PREPEARE construction: %d\n"
13586 msgstr ""
13587
13588 #: config/v850/v850.c:3246
13589 #, c-format
13590 msgid "Too much stack space to prepare: %d"
13591 msgstr ""
13592
13593 #. Macro to define tables used to set the flags.
13594 #. This is a list in braces of pairs in braces,
13595 #. each pair being { "NAME", VALUE }
13596 #. where VALUE is the bits to set or minus the bits to clear.
13597 #. An empty string NAME is used to identify the default VALUE.
13598 #: config/v850/v850.h:158
13599 msgid "Support Green Hills ABI"
13600 msgstr ""
13601
13602 #: config/v850/v850.h:161
13603 msgid "Prohibit PC relative function calls"
13604 msgstr ""
13605
13606 #: config/v850/v850.h:164
13607 msgid "Reuse r30 on a per function basis"
13608 msgstr ""
13609
13610 #: config/v850/v850.h:167
13611 msgid "Use stubs for function prologues"
13612 msgstr ""
13613
13614 #: config/v850/v850.h:170
13615 msgid "Same as: -mep -mprolog-function"
13616 msgstr ""
13617
13618 #: config/v850/v850.h:171
13619 msgid "Enable backend debugging"
13620 msgstr ""
13621
13622 #: config/v850/v850.h:173
13623 msgid "Compile for the v850 processor"
13624 msgstr ""
13625
13626 #: config/v850/v850.h:175
13627 msgid "Compile for v850e processor"
13628 msgstr ""
13629
13630 #. Make sure that the other bits are cleared.
13631 #: config/v850/v850.h:177
13632 #, fuzzy
13633 msgid "Enable the use of the short load instructions"
13634 msgstr "ÁêáôÜëëçëç åíôïëÞ"
13635
13636 #: config/v850/v850.h:180
13637 #, fuzzy
13638 msgid "Do not use the callt instruction"
13639 msgstr "ÁêáôÜëëçëç åíôïëÞ"
13640
13641 #: config/v850/v850.h:187
13642 #, fuzzy
13643 msgid "Do not use registers r2 and r5"
13644 msgstr "Äåí åßíáé äõíáôÞ ç êáôá÷þñçóç ôçò õðçñåóßáò"
13645
13646 #: config/v850/v850.h:189
13647 msgid "Enforce strict alignment"
13648 msgstr ""
13649
13650 #: config/v850/v850.h:192
13651 msgid "Use 4 byte entries in switch tables"
13652 msgstr ""
13653
13654 #: config/v850/v850.h:218
13655 msgid "Set the max size of data eligible for the TDA area"
13656 msgstr ""
13657
13658 #: config/v850/v850.h:221
13659 msgid "Set the max size of data eligible for the SDA area"
13660 msgstr ""
13661
13662 #: config/v850/v850.h:224
13663 msgid "Set the max size of data eligible for the ZDA area"
13664 msgstr ""
13665
13666 #: config/xtensa/xtensa.c:1062 config/xtensa/xtensa.c:1096
13667 #: config/xtensa/xtensa.c:1105
13668 #, fuzzy
13669 msgid "bad test"
13670 msgstr "ÅóöáëìÝíç äéåýèõíóç"
13671
13672 #: config/xtensa/xtensa.c:1824
13673 msgid "boolean registers required for the floating-point option"
13674 msgstr ""
13675
13676 #: config/xtensa/xtensa.c:1991
13677 #, fuzzy
13678 msgid "invalid mask"
13679 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13680
13681 #: config/xtensa/xtensa.c:2038
13682 #, fuzzy
13683 msgid "invalid address"
13684 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
13685
13686 #: config/xtensa/xtensa.c:2063
13687 #, fuzzy
13688 msgid "no register in address"
13689 msgstr "ìç Ýãêõñïò ÷ñüíïò Ýíáñîçò"
13690
13691 #: config/xtensa/xtensa.c:2071
13692 #, fuzzy
13693 msgid "address offset not a constant"
13694 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
13695
13696 #: config/xtensa/xtensa.c:2794
13697 msgid "only uninitialized variables can be placed in a .bss section"
13698 msgstr ""
13699
13700 #: config/xtensa/xtensa.h:114
13701 msgid "Use the Xtensa code density option"
13702 msgstr ""
13703
13704 #: config/xtensa/xtensa.h:116
13705 msgid "Do not use the Xtensa code density option"
13706 msgstr ""
13707
13708 #: config/xtensa/xtensa.h:118
13709 msgid "Use the Xtensa MAC16 option"
13710 msgstr ""
13711
13712 #: config/xtensa/xtensa.h:120
13713 msgid "Do not use the Xtensa MAC16 option"
13714 msgstr ""
13715
13716 #: config/xtensa/xtensa.h:122
13717 msgid "Use the Xtensa MUL16 option"
13718 msgstr ""
13719
13720 #: config/xtensa/xtensa.h:124
13721 msgid "Do not use the Xtensa MUL16 option"
13722 msgstr ""
13723
13724 #: config/xtensa/xtensa.h:126
13725 msgid "Use the Xtensa MUL32 option"
13726 msgstr ""
13727
13728 #: config/xtensa/xtensa.h:128
13729 msgid "Do not use the Xtensa MUL32 option"
13730 msgstr ""
13731
13732 #. undocumented
13733 #. undocumented
13734 #: config/xtensa/xtensa.h:134
13735 msgid "Use the Xtensa NSA option"
13736 msgstr ""
13737
13738 #: config/xtensa/xtensa.h:136
13739 msgid "Do not use the Xtensa NSA option"
13740 msgstr ""
13741
13742 #: config/xtensa/xtensa.h:138
13743 msgid "Use the Xtensa MIN/MAX option"
13744 msgstr ""
13745
13746 #: config/xtensa/xtensa.h:140
13747 msgid "Do not use the Xtensa MIN/MAX option"
13748 msgstr ""
13749
13750 #: config/xtensa/xtensa.h:142
13751 msgid "Use the Xtensa SEXT option"
13752 msgstr ""
13753
13754 #: config/xtensa/xtensa.h:144
13755 msgid "Do not use the Xtensa SEXT option"
13756 msgstr ""
13757
13758 #: config/xtensa/xtensa.h:146
13759 #, fuzzy
13760 msgid "Use the Xtensa boolean register option"
13761 msgstr "ìç ôåñìáôéæüìåíï üíïìá âÜñïõò"
13762
13763 #: config/xtensa/xtensa.h:148
13764 msgid "Do not use the Xtensa boolean register option"
13765 msgstr ""
13766
13767 #: config/xtensa/xtensa.h:150
13768 msgid "Use the Xtensa floating-point unit"
13769 msgstr ""
13770
13771 #: config/xtensa/xtensa.h:152
13772 msgid "Do not use the Xtensa floating-point unit"
13773 msgstr ""
13774
13775 #. undocumented
13776 #. undocumented
13777 #. undocumented
13778 #. undocumented
13779 #. undocumented
13780 #. undocumented
13781 #. undocumented
13782 #. undocumented
13783 #: config/xtensa/xtensa.h:170
13784 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
13785 msgstr ""
13786
13787 #: config/xtensa/xtensa.h:172
13788 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
13789 msgstr ""
13790
13791 #: config/xtensa/xtensa.h:174
13792 msgid "Serialize volatile memory references with MEMW instructions"
13793 msgstr ""
13794
13795 #: config/xtensa/xtensa.h:176
13796 msgid "Do not serialize volatile memory references with MEMW instructions"
13797 msgstr ""
13798
13799 #: config/xtensa/xtensa.h:178
13800 msgid "Intersperse literal pools with code in the text section"
13801 msgstr ""
13802
13803 #: config/xtensa/xtensa.h:180
13804 msgid "Put literal pools in a separate literal section"
13805 msgstr ""
13806
13807 #: config/xtensa/xtensa.h:182
13808 msgid "Automatically align branch targets to reduce branch penalties"
13809 msgstr ""
13810
13811 #: config/xtensa/xtensa.h:184
13812 msgid "Do not automatically align branch targets"
13813 msgstr ""
13814
13815 #: config/xtensa/xtensa.h:186
13816 msgid "Use indirect CALLXn instructions for large programs"
13817 msgstr ""
13818
13819 #: config/xtensa/xtensa.h:188
13820 msgid "Use direct CALLn instructions for fast calls"
13821 msgstr ""
13822
13823 #: ada/misc.c:233
13824 msgid "`-gnat' misspelled as `-gant'"
13825 msgstr ""
13826
13827 #: cp/call.c:261 cp/init.c:1594
13828 msgid "qualified type `%T' does not match destructor name `~%T'"
13829 msgstr ""
13830
13831 #: cp/call.c:270
13832 msgid "type of `%E' does not match destructor type `%T' (type was `%T')"
13833 msgstr ""
13834
13835 #: cp/call.c:279
13836 msgid "`%D' is a namespace"
13837 msgstr ""
13838
13839 #: cp/call.c:287
13840 msgid "base object `%E' of scoped method call is of non-aggregate type `%T'"
13841 msgstr ""
13842
13843 #: cp/call.c:369
13844 msgid "unable to call pointer to member function here"
13845 msgstr ""
13846
13847 #: cp/call.c:518
13848 msgid "destructors take no parameters"
13849 msgstr ""
13850
13851 #: cp/call.c:522
13852 msgid "destructor name `~%T' does not match type `%T' of expression"
13853 msgstr ""
13854
13855 #: cp/call.c:543 cp/call.c:5000
13856 msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"
13857 msgstr ""
13858
13859 # src/getopt.c:628
13860 # src/getopt.c:628
13861 #: cp/call.c:567
13862 #, fuzzy
13863 msgid "request for member `%D' is ambiguous"
13864 msgstr "%s: ç åðéëïãÞ `%s' åßíáé áóáöÞò\n"
13865
13866 #: cp/call.c:2537
13867 msgid "%s %D(%T, %T, %T) <built-in>"
13868 msgstr ""
13869
13870 #: cp/call.c:2542
13871 msgid "%s %D(%T, %T) <built-in>"
13872 msgstr ""
13873
13874 #: cp/call.c:2546
13875 msgid "%s %D(%T) <built-in>"
13876 msgstr ""
13877
13878 #: cp/call.c:2550
13879 msgid "%s %T <conversion>"
13880 msgstr ""
13881
13882 #: cp/call.c:2552
13883 msgid "%s %+#D%s"
13884 msgstr ""
13885
13886 #: cp/call.c:2726
13887 #, fuzzy
13888 msgid "conversion from `%T' to `%T' is ambiguous"
13889 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
13890
13891 #: cp/call.c:2803
13892 #, fuzzy
13893 msgid "`%T' is not a class type"
13894 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
13895
13896 #: cp/call.c:2811
13897 msgid "incomplete type '%T' cannot be used to name a scope"
13898 msgstr ""
13899
13900 #: cp/call.c:2831 cp/typeck.c:2188 cp/typeck.c:2217
13901 #, fuzzy
13902 msgid "'%D' has no member named '%E'"
13903 msgstr "äåí åßóôå ìÝëïò ôçò ïìÜäáò `%s'"
13904
13905 #: cp/call.c:2933
13906 msgid "no matching function for call to `%D(%A)'"
13907 msgstr ""
13908
13909 #: cp/call.c:2944 cp/call.c:5087
13910 msgid "call of overloaded `%D(%A)' is ambiguous"
13911 msgstr ""
13912
13913 #. It's no good looking for an overloaded operator() on a
13914 #. pointer-to-member-function.
13915 #: cp/call.c:2971
13916 #, c-format
13917 msgid "pointer-to-member function %E cannot be called without an object; consider using .* or ->*"
13918 msgstr ""
13919
13920 #: cp/call.c:3036
13921 msgid "no match for call to `(%T) (%A)'"
13922 msgstr ""
13923
13924 # src/getopt.c:813
13925 # src/getopt.c:813
13926 #: cp/call.c:3046
13927 #, fuzzy
13928 msgid "call of `(%T) (%A)' is ambiguous"
13929 msgstr "%s: ç åðéëïãÞ `-W %s' åßíáé äéöïñïýìåíç\n"
13930
13931 #: cp/call.c:3081
13932 #, c-format
13933 msgid "%s for ternary 'operator?:' in '%E ? %E : %E'"
13934 msgstr ""
13935
13936 #: cp/call.c:3087
13937 #, c-format
13938 msgid "%s for 'operator%s' in '%E%s'"
13939 msgstr ""
13940
13941 #: cp/call.c:3091
13942 #, c-format
13943 msgid "%s for 'operator[]' in '%E[%E]'"
13944 msgstr ""
13945
13946 #: cp/call.c:3096
13947 #, c-format
13948 msgid "%s for 'operator%s' in '%E %s %E'"
13949 msgstr ""
13950
13951 #: cp/call.c:3099
13952 #, c-format
13953 msgid "%s for 'operator%s' in '%s%E'"
13954 msgstr ""
13955
13956 #: cp/call.c:3191
13957 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
13958 msgstr ""
13959
13960 #: cp/call.c:3250
13961 #, c-format
13962 msgid "`%E' has type `void' and is not a throw-expression"
13963 msgstr ""
13964
13965 #: cp/call.c:3283 cp/call.c:3475
13966 msgid "operands to ?: have different types"
13967 msgstr ""
13968
13969 #: cp/call.c:3428
13970 msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
13971 msgstr ""
13972
13973 #: cp/call.c:3435
13974 msgid "enumeral and non-enumeral type in conditional expression"
13975 msgstr ""
13976
13977 #: cp/call.c:3516
13978 msgid "`%D' must be declared before use"
13979 msgstr ""
13980
13981 #: cp/call.c:3706
13982 msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"
13983 msgstr ""
13984
13985 #: cp/call.c:3753
13986 msgid "using synthesized `%#D' for copy assignment"
13987 msgstr ""
13988
13989 #: cp/call.c:3755
13990 msgid "  where cfront would use `%#D'"
13991 msgstr ""
13992
13993 #: cp/call.c:3782
13994 msgid "comparison between `%#T' and `%#T'"
13995 msgstr ""
13996
13997 #: cp/call.c:4021
13998 msgid "no suitable `operator delete' for `%T'"
13999 msgstr ""
14000
14001 #: cp/call.c:4040
14002 msgid "`%+#D' is private"
14003 msgstr ""
14004
14005 #: cp/call.c:4042
14006 msgid "`%+#D' is protected"
14007 msgstr ""
14008
14009 #: cp/call.c:4044
14010 #, fuzzy
14011 msgid "`%+#D' is inaccessible"
14012 msgstr "ôï `%s' åßíáé ìç-ðñïóðåëÜóéìï"
14013
14014 #: cp/call.c:4045
14015 msgid "within this context"
14016 msgstr ""
14017
14018 #: cp/call.c:4088
14019 #, fuzzy
14020 msgid "invalid conversion from `%T' to `%T'"
14021 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
14022
14023 #: cp/call.c:4090 cp/call.c:4229 cp/call.c:4231
14024 #, fuzzy
14025 msgid "  initializing argument %P of `%D'"
14026 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
14027
14028 #: cp/call.c:4152 cp/call.c:4156
14029 msgid "  initializing argument %P of `%D' from result of `%D'"
14030 msgstr ""
14031
14032 #: cp/call.c:4162 cp/call.c:4165
14033 msgid "  initializing temporary from result of `%D'"
14034 msgstr ""
14035
14036 #. Undefined behavior [expr.call] 5.2.2/7.  We used to just warn
14037 #. here and do a bitwise copy, but now cp_expr_size will abort if we
14038 #. try to do that.
14039 #: cp/call.c:4316
14040 msgid "cannot pass objects of non-POD type `%#T' through `...'; call will abort at runtime"
14041 msgstr ""
14042
14043 #. Undefined behavior [expr.call] 5.2.2/7.
14044 #: cp/call.c:4343
14045 msgid "cannot receive objects of non-POD type `%#T' through `...'"
14046 msgstr ""
14047
14048 #: cp/call.c:4523
14049 msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
14050 msgstr ""
14051
14052 #: cp/call.c:4542
14053 #, fuzzy
14054 msgid "`%T' is not an accessible base of `%T'"
14055 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
14056
14057 #: cp/call.c:4786
14058 msgid "could not find class$ field in java interface type `%T'"
14059 msgstr ""
14060
14061 #: cp/call.c:4974
14062 #, fuzzy
14063 msgid "call to non-function `%D'"
14064 msgstr "Äåí âñÝèçêáí URL óôï %s.\n"
14065
14066 #: cp/call.c:5076
14067 msgid "no matching function for call to `%T::%D(%A)%#V'"
14068 msgstr ""
14069
14070 #: cp/call.c:5106
14071 msgid "cannot call member function `%D' without object"
14072 msgstr ""
14073
14074 #: cp/call.c:5704
14075 msgid "passing `%T' chooses `%T' over `%T'"
14076 msgstr ""
14077
14078 #: cp/call.c:5706 cp/decl2.c:4154
14079 #, fuzzy
14080 msgid "  in call to `%D'"
14081 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
14082
14083 #: cp/call.c:5755
14084 msgid "choosing `%D' over `%D'"
14085 msgstr ""
14086
14087 #: cp/call.c:5756
14088 #, fuzzy
14089 msgid "  for conversion from `%T' to `%T'"
14090 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
14091
14092 #: cp/call.c:5758
14093 msgid "  because conversion sequence for the argument is better"
14094 msgstr ""
14095
14096 #: cp/call.c:5879
14097 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"
14098 msgstr ""
14099
14100 #: cp/call.c:5996
14101 #, fuzzy
14102 msgid "could not convert `%E' to `%T'"
14103 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
14104
14105 #: cp/call.c:6105
14106 msgid "invalid initialization of non-const reference of type '%T' from a temporary of type '%T'"
14107 msgstr ""
14108
14109 #: cp/call.c:6109
14110 msgid "invalid initialization of reference of type '%T' from expression of type '%T'"
14111 msgstr ""
14112
14113 #: cp/class.c:287
14114 msgid "cannot convert from base `%T' to derived type `%T' via virtual base `%T'"
14115 msgstr ""
14116
14117 #: cp/class.c:992
14118 msgid "`%#D' and `%#D' cannot be overloaded"
14119 msgstr ""
14120
14121 #: cp/class.c:1076
14122 #, fuzzy
14123 msgid "duplicate enum value `%D'"
14124 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
14125
14126 #: cp/class.c:1079
14127 msgid "duplicate field `%D' (as enum and non-enum)"
14128 msgstr ""
14129
14130 #: cp/class.c:1086
14131 #, fuzzy
14132 msgid "duplicate nested type `%D'"
14133 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
14134
14135 #: cp/class.c:1097
14136 msgid "duplicate field `%D' (as type and non-type)"
14137 msgstr ""
14138
14139 #: cp/class.c:1101
14140 #, fuzzy
14141 msgid "duplicate member `%D'"
14142 msgstr "äéðëüò áñéèìüò ìçíýìáôïò"
14143
14144 #: cp/class.c:1144
14145 msgid "conflicting access specifications for method `%D', ignored"
14146 msgstr ""
14147
14148 #: cp/class.c:1146
14149 #, c-format
14150 msgid "conflicting access specifications for field `%s', ignored"
14151 msgstr ""
14152
14153 #: cp/class.c:1194
14154 msgid "`%D' names constructor"
14155 msgstr ""
14156
14157 #: cp/class.c:1199
14158 #, fuzzy
14159 msgid "`%D' invalid in `%T'"
14160 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
14161
14162 #: cp/class.c:1207
14163 msgid "no members matching `%D' in `%#T'"
14164 msgstr ""
14165
14166 #: cp/class.c:1239 cp/class.c:1247
14167 #, fuzzy
14168 msgid "`%D' invalid in `%#T'"
14169 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
14170
14171 #: cp/class.c:1240
14172 msgid "  because of local method `%#D' with same name"
14173 msgstr ""
14174
14175 #: cp/class.c:1248
14176 msgid "  because of local member `%#D' with same name"
14177 msgstr ""
14178
14179 #: cp/class.c:1320
14180 msgid "base class `%#T' has a non-virtual destructor"
14181 msgstr ""
14182
14183 #: cp/class.c:1340
14184 msgid "base `%T' with only non-default constructor in class without a constructor"
14185 msgstr ""
14186
14187 #: cp/class.c:1912
14188 msgid "all member functions in class `%T' are private"
14189 msgstr ""
14190
14191 #: cp/class.c:1926
14192 msgid "`%#T' only defines a private destructor and has no friends"
14193 msgstr ""
14194
14195 #: cp/class.c:1969
14196 msgid "`%#T' only defines private constructors and has no friends"
14197 msgstr ""
14198
14199 #: cp/class.c:2090 cp/class.c:5276
14200 #, fuzzy
14201 msgid "redefinition of `%#T'"
14202 msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
14203
14204 #: cp/class.c:2091
14205 #, fuzzy
14206 msgid "previous definition of `%#T'"
14207 msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
14208
14209 #: cp/class.c:2365
14210 msgid "no unique final overrider for `%D' in `%T'"
14211 msgstr ""
14212
14213 #. Here we know it is a hider, and no overrider exists.
14214 #: cp/class.c:2712
14215 msgid "`%D' was hidden"
14216 msgstr ""
14217
14218 #: cp/class.c:2713
14219 msgid "  by `%D'"
14220 msgstr "  êáôÜ `%D'"
14221
14222 #: cp/class.c:2755
14223 msgid "ISO C++ forbids member `%D' with same name as enclosing class"
14224 msgstr ""
14225
14226 #: cp/class.c:2760 cp/decl2.c:1331
14227 msgid "`%#D' invalid; an anonymous union can only have non-static data members"
14228 msgstr ""
14229
14230 #: cp/class.c:2766 cp/decl2.c:1337
14231 msgid "private member `%#D' in anonymous union"
14232 msgstr ""
14233
14234 #: cp/class.c:2769 cp/decl2.c:1339
14235 msgid "protected member `%#D' in anonymous union"
14236 msgstr ""
14237
14238 #: cp/class.c:2894
14239 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"
14240 msgstr ""
14241
14242 #: cp/class.c:2958
14243 msgid "bit-field `%#D' with non-integral type"
14244 msgstr ""
14245
14246 #: cp/class.c:2978
14247 msgid "bit-field `%D' width not an integer constant"
14248 msgstr ""
14249
14250 #: cp/class.c:2984
14251 #, fuzzy
14252 msgid "negative width in bit-field `%D'"
14253 msgstr "Áñíçôéêü ðëÜôïò óôçí áðïôßìçóç"
14254
14255 #: cp/class.c:2989
14256 msgid "zero width for bit-field `%D'"
14257 msgstr ""
14258
14259 #: cp/class.c:2995
14260 msgid "width of `%D' exceeds its type"
14261 msgstr ""
14262
14263 #: cp/class.c:3004
14264 msgid "`%D' is too small to hold all values of `%#T'"
14265 msgstr ""
14266
14267 #: cp/class.c:3088
14268 msgid "member `%#D' with constructor not allowed in union"
14269 msgstr ""
14270
14271 #: cp/class.c:3091
14272 msgid "member `%#D' with destructor not allowed in union"
14273 msgstr ""
14274
14275 #: cp/class.c:3094
14276 msgid "member `%#D' with copy assignment operator not allowed in union"
14277 msgstr ""
14278
14279 #: cp/class.c:3121
14280 msgid "multiple fields in union `%T' initialized"
14281 msgstr ""
14282
14283 #: cp/class.c:3234
14284 msgid "field `%D' in local class cannot be static"
14285 msgstr ""
14286
14287 #: cp/class.c:3240
14288 msgid "field `%D' invalidly declared function type"
14289 msgstr ""
14290
14291 #: cp/class.c:3247
14292 msgid "field `%D' invalidly declared method type"
14293 msgstr ""
14294
14295 #: cp/class.c:3253
14296 msgid "field `%D' invalidly declared offset type"
14297 msgstr ""
14298
14299 #. Unions cannot have static members.
14300 #: cp/class.c:3271
14301 msgid "field `%D' declared static in union"
14302 msgstr ""
14303
14304 #: cp/class.c:3298
14305 msgid "non-static reference `%#D' in class without a constructor"
14306 msgstr ""
14307
14308 #: cp/class.c:3333
14309 msgid "non-static const member `%#D' in class without a constructor"
14310 msgstr ""
14311
14312 #: cp/class.c:3349
14313 #, fuzzy
14314 msgid "field `%#D' with same name as class"
14315 msgstr "ÕðÜñ÷åé áíôéêåßìåíï ìå ôï ßäéï üíïìá"
14316
14317 #: cp/class.c:3367
14318 msgid "`%#T' has pointer data members"
14319 msgstr ""
14320
14321 #: cp/class.c:3371
14322 msgid "  but does not override `%T(const %T&)'"
14323 msgstr ""
14324
14325 #: cp/class.c:3373
14326 msgid "  or `operator=(const %T&)'"
14327 msgstr ""
14328
14329 #: cp/class.c:3376
14330 msgid "  but does not override `operator=(const %T&)'"
14331 msgstr ""
14332
14333 #: cp/class.c:3826
14334 msgid "offset of empty base `%T' may not be ABI-compliant and maychange in a future version of GCC"
14335 msgstr ""
14336
14337 #: cp/class.c:3935
14338 msgid "class `%T' will be considered nearly empty in a future version of GCC"
14339 msgstr ""
14340
14341 #: cp/class.c:4025
14342 msgid "initializer specified for non-virtual method `%D'"
14343 msgstr ""
14344
14345 #: cp/class.c:4761
14346 msgid "offset of virtual base `%T' is not ABI-compliant and may change in a future version of GCC"
14347 msgstr ""
14348
14349 #: cp/class.c:4861
14350 msgid "direct base `%T' inaccessible in `%T' due to ambiguity"
14351 msgstr ""
14352
14353 #: cp/class.c:4874
14354 msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"
14355 msgstr ""
14356
14357 #: cp/class.c:5030
14358 msgid "size assigned to `%T' may not be ABI-compliant and may change in a future version of GCC"
14359 msgstr ""
14360
14361 #. Versions of G++ before G++ 3.4 did not reset the
14362 #. DECL_MODE.
14363 #: cp/class.c:5053
14364 msgid "the offset of `%D' may not be ABI-compliant and may change in a future version of GCC"
14365 msgstr ""
14366
14367 #: cp/class.c:5079
14368 msgid "offset of `%D' is not ABI-compliant and may change in a future version of GCC"
14369 msgstr ""
14370
14371 #: cp/class.c:5088
14372 msgid "`%D' contains empty classes which may cause base classes to be placed at different locations in a future version of GCC"
14373 msgstr ""
14374
14375 #: cp/class.c:5147
14376 msgid "layout of classes derived from empty class `%T' may change in a future version of GCC"
14377 msgstr ""
14378
14379 #: cp/class.c:5432
14380 msgid "`%#T' has virtual functions but non-virtual destructor"
14381 msgstr ""
14382
14383 #: cp/class.c:5516
14384 msgid "trying to finish struct, but kicked out due to previous parse errors"
14385 msgstr ""
14386
14387 #: cp/class.c:5982
14388 #, c-format
14389 msgid "language string `\"%s\"' not recognized"
14390 msgstr ""
14391
14392 #: cp/class.c:6078
14393 msgid "cannot resolve overloaded function `%D' based on conversion to type `%T'"
14394 msgstr ""
14395
14396 #: cp/class.c:6203
14397 msgid "no matches converting function `%D' to type `%#T'"
14398 msgstr ""
14399
14400 #: cp/class.c:6226
14401 msgid "converting overloaded function `%D' to type `%#T' is ambiguous"
14402 msgstr ""
14403
14404 #: cp/class.c:6252
14405 msgid "assuming pointer to member `%D'"
14406 msgstr ""
14407
14408 #: cp/class.c:6255
14409 #, c-format
14410 msgid "(a pointer to member can only be formed with `&%E')"
14411 msgstr ""
14412
14413 #: cp/class.c:6306 cp/class.c:6477 cp/class.c:6484
14414 #, fuzzy
14415 msgid "not enough type information"
14416 msgstr "åìöÜíéóç ðëçñïöïñéþí ðñïüäïõ"
14417
14418 #: cp/class.c:6315
14419 msgid "argument of type `%T' does not match `%T'"
14420 msgstr ""
14421
14422 #: cp/class.c:6461
14423 msgid "invalid operation on uninstantiated type"
14424 msgstr ""
14425
14426 #. [basic.scope.class]
14427 #.
14428 #. A name N used in a class S shall refer to the same declaration
14429 #. in its context and when re-evaluated in the completed scope of
14430 #. S.
14431 #: cp/class.c:6745 cp/decl.c:1254 cp/decl.c:3379 cp/pt.c:2004
14432 #, fuzzy
14433 msgid "declaration of `%#D'"
14434 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
14435
14436 #: cp/class.c:6746
14437 msgid "changes meaning of `%D' from `%+#D'"
14438 msgstr ""
14439
14440 #: cp/cvt.c:88
14441 msgid "can't convert from incomplete type `%T' to `%T'"
14442 msgstr ""
14443
14444 #: cp/cvt.c:97
14445 #, fuzzy
14446 msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
14447 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
14448
14449 #: cp/cvt.c:126
14450 #, fuzzy
14451 msgid "converting from `%T' to `%T'"
14452 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
14453
14454 #: cp/cvt.c:203 cp/cvt.c:207
14455 msgid "pointer to member cast from `%T' to `%T' is via virtual base"
14456 msgstr ""
14457
14458 #: cp/cvt.c:225 cp/cvt.c:236 cp/cvt.c:283
14459 #, fuzzy
14460 msgid "cannot convert `%E' from type `%T' to type `%T'"
14461 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
14462
14463 #: cp/cvt.c:262
14464 #, fuzzy
14465 msgid "invalid conversion from '%T' to '%T'"
14466 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
14467
14468 #: cp/cvt.c:504
14469 #, fuzzy
14470 msgid "conversion from `%T' to `%T' discards qualifiers"
14471 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
14472
14473 #: cp/cvt.c:522
14474 msgid "casting `%T' to `%T' does not dereference pointer"
14475 msgstr ""
14476
14477 #: cp/cvt.c:551
14478 #, fuzzy
14479 msgid "cannot convert type `%T' to type `%T'"
14480 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
14481
14482 #: cp/cvt.c:683
14483 #, fuzzy
14484 msgid "conversion from `%#T' to `%#T'"
14485 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
14486
14487 #: cp/cvt.c:695
14488 msgid "`%#T' used where a `%T' was expected"
14489 msgstr ""
14490
14491 #: cp/cvt.c:712
14492 msgid "the address of `%D', will always be `true'"
14493 msgstr ""
14494
14495 #: cp/cvt.c:732
14496 msgid "`%#T' used where a floating point value was expected"
14497 msgstr ""
14498
14499 #: cp/cvt.c:779
14500 #, fuzzy
14501 msgid "conversion from `%T' to non-scalar type `%T' requested"
14502 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
14503
14504 #: cp/cvt.c:865
14505 msgid "object of incomplete type `%T' will not be accessed in %s"
14506 msgstr ""
14507
14508 #: cp/cvt.c:868
14509 msgid "object of type `%T' will not be accessed in %s"
14510 msgstr ""
14511
14512 #: cp/cvt.c:884
14513 msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
14514 msgstr ""
14515
14516 #. [over.over] enumerates the places where we can take the address
14517 #. of an overloaded function, and this is not one of them.
14518 #: cp/cvt.c:904
14519 #, c-format
14520 msgid "%s cannot resolve address of overloaded function"
14521 msgstr ""
14522
14523 #. Only warn when there is no &.
14524 #: cp/cvt.c:909
14525 #, c-format
14526 msgid "%s is a reference, not call, to function `%E'"
14527 msgstr ""
14528
14529 #: cp/cvt.c:1039
14530 msgid "converting NULL to non-pointer type"
14531 msgstr ""
14532
14533 #: cp/cvt.c:1115
14534 msgid "ambiguous default type conversion from `%T'"
14535 msgstr ""
14536
14537 #: cp/cvt.c:1117
14538 msgid "  candidate conversions include `%D' and `%D'"
14539 msgstr ""
14540
14541 #: cp/decl.c:736
14542 #, c-format
14543 msgid "push %s level %p line %d\n"
14544 msgstr ""
14545
14546 #: cp/decl.c:770
14547 #, c-format
14548 msgid "pop  %s level %p line %d\n"
14549 msgstr ""
14550
14551 #: cp/decl.c:776 cp/decl.c:814
14552 msgid "XXX is_class_level != (current_binding_level == class_binding_level)\n"
14553 msgstr ""
14554
14555 #: cp/decl.c:808
14556 #, c-format
14557 msgid "suspend  %s level %p line %d\n"
14558 msgstr ""
14559
14560 #: cp/decl.c:837
14561 #, c-format
14562 msgid "resume %s level %p line %d\n"
14563 msgstr ""
14564
14565 #: cp/decl.c:1255 cp/decl.c:3490
14566 msgid "conflicts with previous declaration `%#D'"
14567 msgstr ""
14568
14569 #: cp/decl.c:1467
14570 msgid "label `%D' used but not defined"
14571 msgstr ""
14572
14573 #: cp/decl.c:1472
14574 msgid "label `%D' defined but not used"
14575 msgstr ""
14576
14577 #: cp/decl.c:2489
14578 msgid "namespace alias `%D' not allowed here, assuming `%D'"
14579 msgstr ""
14580
14581 #: cp/decl.c:2825
14582 msgid "XXX entering pop_everything ()\n"
14583 msgstr ""
14584
14585 #: cp/decl.c:2834
14586 msgid "XXX leaving pop_everything ()\n"
14587 msgstr ""
14588
14589 #: cp/decl.c:3285 cp/decl.c:3700
14590 msgid "previous declaration of `%D'"
14591 msgstr ""
14592
14593 #: cp/decl.c:3366 cp/decl.c:3404
14594 msgid "shadowing %s function `%#D'"
14595 msgstr ""
14596
14597 #: cp/decl.c:3375
14598 msgid "library function `%#D' redeclared as non-function `%#D'"
14599 msgstr ""
14600
14601 #: cp/decl.c:3380
14602 msgid "conflicts with built-in declaration `%#D'"
14603 msgstr ""
14604
14605 #: cp/decl.c:3399 cp/decl.c:3504 cp/decl.c:3520
14606 msgid "new declaration `%#D'"
14607 msgstr ""
14608
14609 #: cp/decl.c:3400
14610 msgid "ambiguates built-in declaration `%#D'"
14611 msgstr ""
14612
14613 #: cp/decl.c:3464
14614 msgid "`%#D' redeclared as different kind of symbol"
14615 msgstr ""
14616
14617 #: cp/decl.c:3467
14618 msgid "previous declaration of `%#D'"
14619 msgstr ""
14620
14621 #: cp/decl.c:3489
14622 msgid "declaration of template `%#D'"
14623 msgstr ""
14624
14625 #: cp/decl.c:3505 cp/decl.c:3521
14626 msgid "ambiguates old declaration `%#D'"
14627 msgstr ""
14628
14629 #: cp/decl.c:3513
14630 msgid "declaration of C function `%#D' conflicts with"
14631 msgstr ""
14632
14633 #: cp/decl.c:3515
14634 msgid "previous declaration `%#D' here"
14635 msgstr ""
14636
14637 #: cp/decl.c:3533
14638 msgid "conflicting types for `%#D'"
14639 msgstr ""
14640
14641 #: cp/decl.c:3534
14642 msgid "previous declaration as `%#D'"
14643 msgstr ""
14644
14645 #: cp/decl.c:3577
14646 msgid "`%#D' previously defined here"
14647 msgstr ""
14648
14649 #: cp/decl.c:3578
14650 #, fuzzy
14651 msgid "`%#D' previously declared here"
14652 msgstr "Äåí õðÜñ÷åé ðñïçãïýìåíç êáíïíéêÞ Ýêöñáóç"
14653
14654 #. Prototype decl follows defn w/o prototype.
14655 #: cp/decl.c:3587
14656 msgid "prototype for `%#D'"
14657 msgstr ""
14658
14659 #: cp/decl.c:3588
14660 msgid "follows non-prototype definition here"
14661 msgstr ""
14662
14663 #: cp/decl.c:3600
14664 msgid "previous declaration of `%#D' with %L linkage"
14665 msgstr ""
14666
14667 #: cp/decl.c:3602
14668 msgid "conflicts with new declaration with %L linkage"
14669 msgstr ""
14670
14671 #: cp/decl.c:3625 cp/decl.c:3632
14672 msgid "default argument given for parameter %d of `%#D'"
14673 msgstr ""
14674
14675 #: cp/decl.c:3627 cp/decl.c:3634
14676 #, fuzzy
14677 msgid "after previous specification in `%#D'"
14678 msgstr "%s: Ìç Ýãêõñç ñýèìéóç `%s'.\n"
14679
14680 #: cp/decl.c:3643
14681 msgid "`%#D' was used before it was declared inline"
14682 msgstr ""
14683
14684 #: cp/decl.c:3645
14685 msgid "previous non-inline declaration here"
14686 msgstr ""
14687
14688 #: cp/decl.c:3699
14689 msgid "redundant redeclaration of `%D' in same scope"
14690 msgstr ""
14691
14692 #: cp/decl.c:3780
14693 #, c-format
14694 msgid "declaration of `%F' throws different exceptions"
14695 msgstr ""
14696
14697 #: cp/decl.c:3782
14698 #, c-format
14699 msgid "than previous declaration `%F'"
14700 msgstr ""
14701
14702 #. From [temp.expl.spec]:
14703 #.
14704 #. If a template, a member template or the member of a class
14705 #. template is explicitly specialized then that
14706 #. specialization shall be declared before the first use of
14707 #. that specialization that would cause an implicit
14708 #. instantiation to take place, in every translation unit in
14709 #. which such a use occurs.
14710 #: cp/decl.c:3922
14711 msgid "explicit specialization of %D after first use"
14712 msgstr ""
14713
14714 #: cp/decl.c:4187
14715 msgid "`%#D' used prior to declaration"
14716 msgstr ""
14717
14718 #: cp/decl.c:4218
14719 msgid "redeclaration of `wchar_t' as `%T'"
14720 msgstr ""
14721
14722 #. A redeclaration of main, but not a duplicate of the
14723 #. previous one.
14724 #.
14725 #. [basic.start.main]
14726 #.
14727 #. This function shall not be overloaded.
14728 #: cp/decl.c:4246
14729 #, fuzzy
14730 msgid "invalid redeclaration of `%D'"
14731 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
14732
14733 #: cp/decl.c:4247
14734 msgid "as `%D'"
14735 msgstr ""
14736
14737 #: cp/decl.c:4337
14738 msgid "previous external decl of `%#D'"
14739 msgstr ""
14740
14741 #: cp/decl.c:4378
14742 msgid "`%D' was previously implicitly declared to return `int'"
14743 msgstr ""
14744
14745 #: cp/decl.c:4438
14746 msgid "extern declaration of `%#D' doesn't match"
14747 msgstr ""
14748
14749 #: cp/decl.c:4439
14750 msgid "global declaration `%#D'"
14751 msgstr ""
14752
14753 #: cp/decl.c:4472
14754 msgid "declaration of `%#D' shadows a parameter"
14755 msgstr ""
14756
14757 #: cp/decl.c:4492
14758 #, c-format
14759 msgid "declaration of `%s' shadows a member of `this'"
14760 msgstr ""
14761
14762 #: cp/decl.c:4889
14763 #, fuzzy
14764 msgid "`%#D' hides constructor for `%#T'"
14765 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
14766
14767 #: cp/decl.c:4904
14768 msgid "`%#D' conflicts with previous using declaration `%#D'"
14769 msgstr ""
14770
14771 #: cp/decl.c:4916
14772 msgid "previous non-function declaration `%#D'"
14773 msgstr ""
14774
14775 #: cp/decl.c:4917
14776 msgid "conflicts with function declaration `%#D'"
14777 msgstr ""
14778
14779 #: cp/decl.c:5007
14780 msgid "implicit declaration of function `%#D'"
14781 msgstr "áõôïíüçôç äéáêýñçîç ôçò óõíÜñôçóçò `%#D'"
14782
14783 #: cp/decl.c:5167
14784 #, c-format
14785 msgid "label `%s' referenced outside of any function"
14786 msgstr ""
14787
14788 #: cp/decl.c:5270 cp/decl.c:5294 cp/decl.c:5387
14789 msgid "jump to label `%D'"
14790 msgstr ""
14791
14792 #: cp/decl.c:5272 cp/decl.c:5296
14793 msgid "jump to case label"
14794 msgstr ""
14795
14796 #: cp/decl.c:5280
14797 msgid "  crosses initialization of `%#D'"
14798 msgstr ""
14799
14800 #: cp/decl.c:5283 cp/decl.c:5403
14801 msgid "  enters scope of non-POD `%#D'"
14802 msgstr ""
14803
14804 #: cp/decl.c:5303 cp/decl.c:5407
14805 msgid "  enters try block"
14806 msgstr ""
14807
14808 #. Can't skip init of __exception_info.
14809 #: cp/decl.c:5305 cp/decl.c:5399 cp/decl.c:5409
14810 msgid "  enters catch block"
14811 msgstr ""
14812
14813 #: cp/decl.c:5388
14814 msgid "  from here"
14815 msgstr ""
14816
14817 #: cp/decl.c:5401
14818 msgid "  skips initialization of `%#D'"
14819 msgstr ""
14820
14821 #: cp/decl.c:5437
14822 msgid "label named wchar_t"
14823 msgstr ""
14824
14825 #: cp/decl.c:5440
14826 #, fuzzy
14827 msgid "duplicate label `%D'"
14828 msgstr "äéðëü êëåéäß"
14829
14830 #: cp/decl.c:5525
14831 #, c-format
14832 msgid "case label `%E' not within a switch statement"
14833 msgstr ""
14834
14835 #. Definition isn't the kind we were looking for.
14836 #: cp/decl.c:5704 cp/decl.c:5723
14837 msgid "`%#D' redeclared as %C"
14838 msgstr ""
14839
14840 #. This happens for A::B where B is a template, and there are no
14841 #. template arguments.
14842 #: cp/decl.c:5811 cp/typeck.c:2069 cp/typeck.c:2229
14843 #, fuzzy
14844 msgid "invalid use of `%D'"
14845 msgstr "Ìç Ýãêõñç çìåñïìçíßá `%s'."
14846
14847 #: cp/decl.c:5852
14848 #, fuzzy
14849 msgid "`%D::%D' is not a template"
14850 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
14851
14852 #: cp/decl.c:5869
14853 msgid "`%D' undeclared in namespace `%D'"
14854 msgstr ""
14855
14856 #: cp/decl.c:6002
14857 msgid "`%D' used without template parameters"
14858 msgstr ""
14859
14860 #: cp/decl.c:6013 cp/decl.c:6029 cp/decl.c:6139
14861 msgid "no class template named `%#T' in `%#T'"
14862 msgstr ""
14863
14864 #: cp/decl.c:6055 cp/decl.c:6065 cp/decl.c:6100
14865 msgid "no type named `%#T' in `%#T'"
14866 msgstr ""
14867
14868 #: cp/decl.c:6329
14869 msgid "lookup of `%D' finds `%#D'"
14870 msgstr ""
14871
14872 #: cp/decl.c:6331
14873 msgid "  instead of `%D' from dependent base class"
14874 msgstr ""
14875
14876 #: cp/decl.c:6333
14877 msgid "  (use `typename %T::%D' if that's what you meant)"
14878 msgstr ""
14879
14880 #: cp/decl.c:6364
14881 #, fuzzy
14882 msgid "name lookup of `%D' changed"
14883 msgstr "ç ïìÜäá ôïõ %s Üëëáîå óå %s\n"
14884
14885 #: cp/decl.c:6366
14886 msgid "  matches this `%D' under ISO standard rules"
14887 msgstr ""
14888
14889 #: cp/decl.c:6368
14890 msgid "  matches this `%D' under old rules"
14891 msgstr ""
14892
14893 #: cp/decl.c:6382 cp/decl.c:6389
14894 #, fuzzy
14895 msgid "name lookup of `%D' changed for new ISO `for' scoping"
14896 msgstr "ç ïìÜäá ôïõ %s Üëëáîå óå %s\n"
14897
14898 #: cp/decl.c:6384
14899 msgid "  cannot use obsolete binding at `%D' because it has a destructor"
14900 msgstr ""
14901
14902 #: cp/decl.c:6391
14903 msgid "  using obsolete binding at `%D'"
14904 msgstr ""
14905
14906 #: cp/decl.c:6609
14907 msgid "lookup of `%D' in the scope of `%#T' (`%#D') does not match lookup in the current scope (`%#D')"
14908 msgstr ""
14909
14910 #: cp/decl.c:7432
14911 msgid "an anonymous union cannot have function members"
14912 msgstr ""
14913
14914 #: cp/decl.c:7449
14915 msgid "member %#D' with constructor not allowed in anonymous aggregate"
14916 msgstr ""
14917
14918 #: cp/decl.c:7452
14919 msgid "member %#D' with destructor not allowed in anonymous aggregate"
14920 msgstr ""
14921
14922 #: cp/decl.c:7455
14923 msgid "member %#D' with copy assignment operator not allowed in anonymous aggregate"
14924 msgstr ""
14925
14926 #: cp/decl.c:7493
14927 msgid "redeclaration of C++ built-in type `%T'"
14928 msgstr ""
14929
14930 #: cp/decl.c:7529
14931 msgid "multiple types in one declaration"
14932 msgstr ""
14933
14934 #: cp/decl.c:7556
14935 msgid "missing type-name in typedef-declaration"
14936 msgstr ""
14937
14938 #: cp/decl.c:7563
14939 msgid "ISO C++ prohibits anonymous structs"
14940 msgstr ""
14941
14942 #: cp/decl.c:7570
14943 msgid "`%D' can only be specified for functions"
14944 msgstr ""
14945
14946 #: cp/decl.c:7572
14947 msgid "`%D' can only be specified inside a class"
14948 msgstr ""
14949
14950 #: cp/decl.c:7574
14951 msgid "`%D' can only be specified for constructors"
14952 msgstr ""
14953
14954 #: cp/decl.c:7577
14955 msgid "`%D' can only be specified for objects and functions"
14956 msgstr ""
14957
14958 #: cp/decl.c:7719 cp/decl2.c:936
14959 msgid "typedef `%D' is initialized (use __typeof__ instead)"
14960 msgstr ""
14961
14962 #: cp/decl.c:7724
14963 msgid "function `%#D' is initialized like a variable"
14964 msgstr ""
14965
14966 #: cp/decl.c:7736
14967 msgid "declaration of `%#D' has `extern' and is initialized"
14968 msgstr ""
14969
14970 #: cp/decl.c:7770
14971 #, fuzzy
14972 msgid "`%#D' is not a static member of `%#T'"
14973 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
14974
14975 #: cp/decl.c:7775
14976 msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
14977 msgstr ""
14978
14979 # src/request.c:263
14980 #: cp/decl.c:7786
14981 #, fuzzy
14982 msgid "duplicate initialization of %D"
14983 msgstr "Ôï âÞìá áñ÷éêïðïßçóçò áðÝôõ÷å"
14984
14985 #: cp/decl.c:7815
14986 msgid "declaration of `%#D' outside of class is not definition"
14987 msgstr ""
14988
14989 #: cp/decl.c:7865
14990 msgid "variable `%#D' has initializer but incomplete type"
14991 msgstr ""
14992
14993 #: cp/decl.c:7873 cp/decl.c:8432
14994 msgid "elements of array `%#D' have incomplete type"
14995 msgstr ""
14996
14997 #: cp/decl.c:7889
14998 msgid "aggregate `%#D' has incomplete type and cannot be defined"
14999 msgstr ""
15000
15001 #: cp/decl.c:7931
15002 msgid "`%D' declared as reference but not initialized"
15003 msgstr ""
15004
15005 #: cp/decl.c:7940
15006 msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"
15007 msgstr ""
15008
15009 #: cp/decl.c:7970
15010 #, fuzzy
15011 msgid "cannot initialize `%T' from `%T'"
15012 msgstr "äåí åßíáé äõíáôü íá ìåôáíïìáóôåß ôï `.' Þ ôï `..'"
15013
15014 #: cp/decl.c:8004
15015 msgid "initializer fails to determine size of `%D'"
15016 msgstr ""
15017
15018 #: cp/decl.c:8009
15019 #, fuzzy
15020 msgid "array size missing in `%D'"
15021 msgstr "óöÜëìá êáôÜ ôï êëåßóéìï ôçò åéóüäïõ `%s'"
15022
15023 #: cp/decl.c:8021
15024 msgid "zero-size array `%D'"
15025 msgstr ""
15026
15027 #. An automatic variable with an incomplete type: that is an error.
15028 #. Don't talk about array types here, since we took care of that
15029 #. message in grokdeclarator.
15030 #: cp/decl.c:8059
15031 msgid "storage size of `%D' isn't known"
15032 msgstr ""
15033
15034 #: cp/decl.c:8081
15035 msgid "storage size of `%D' isn't constant"
15036 msgstr ""
15037
15038 #: cp/decl.c:8137
15039 msgid "sorry: semantics of inline function static data `%#D' are wrong (you'll wind up with multiple copies)"
15040 msgstr ""
15041
15042 #: cp/decl.c:8138
15043 msgid "  you can work around this by removing the initializer"
15044 msgstr ""
15045
15046 #: cp/decl.c:8164
15047 #, fuzzy
15048 msgid "uninitialized const `%D'"
15049 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
15050
15051 #: cp/decl.c:8249
15052 #, fuzzy
15053 msgid "brace-enclosed initializer used to initialize `%T'"
15054 msgstr "ìç Ýãêõñï byte Þ ëßóôá ðåäßùí"
15055
15056 #: cp/decl.c:8313
15057 msgid "initializer for `%T' must be brace-enclosed"
15058 msgstr ""
15059
15060 #: cp/decl.c:8328
15061 msgid "ISO C++ does not allow designated initializers"
15062 msgstr ""
15063
15064 #: cp/decl.c:8332
15065 #, fuzzy
15066 msgid "`%T' has no non-static data member named `%D'"
15067 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
15068
15069 #: cp/decl.c:8389
15070 #, fuzzy
15071 msgid "too many initializers for `%T'"
15072 msgstr "ìç Ýãêõñï byte Þ ëßóôá ðåäßùí"
15073
15074 #: cp/decl.c:8426
15075 msgid "variable-sized object `%D' may not be initialized"
15076 msgstr ""
15077
15078 #: cp/decl.c:8437
15079 msgid "`%D' has incomplete type"
15080 msgstr ""
15081
15082 #: cp/decl.c:8486
15083 msgid "`%D' must be initialized by constructor, not by `{...}'"
15084 msgstr ""
15085
15086 #: cp/decl.c:8527
15087 msgid "structure `%D' with uninitialized const members"
15088 msgstr ""
15089
15090 #: cp/decl.c:8529
15091 msgid "structure `%D' with uninitialized reference members"
15092 msgstr ""
15093
15094 #: cp/decl.c:8770
15095 msgid "assignment (not initialization) in declaration"
15096 msgstr ""
15097
15098 #: cp/decl.c:8785
15099 msgid "cannot initialize `%D' to namespace `%D'"
15100 msgstr ""
15101
15102 #: cp/decl.c:8836
15103 msgid "shadowing previous type declaration of `%#D'"
15104 msgstr ""
15105
15106 #: cp/decl.c:8883
15107 msgid "`%D' cannot be thread-local because it has non-POD type `%T'"
15108 msgstr ""
15109
15110 #: cp/decl.c:8898
15111 msgid "`%D' is thread-local and so cannot be dynamically initialized"
15112 msgstr ""
15113
15114 #: cp/decl.c:9298 cp/init.c:562
15115 msgid "multiple initializations given for `%D'"
15116 msgstr ""
15117
15118 #: cp/decl.c:9390
15119 #, fuzzy
15120 msgid "invalid catch parameter"
15121 msgstr "Ìç Ýãêõñïò ÷áñáêôÞñáò ðáñáâïëÞò"
15122
15123 #: cp/decl.c:9508
15124 msgid "destructor for alien class `%T' cannot be a member"
15125 msgstr ""
15126
15127 #: cp/decl.c:9511
15128 msgid "constructor for alien class `%T' cannot be a member"
15129 msgstr ""
15130
15131 #: cp/decl.c:9530
15132 msgid "`%D' declared as a `virtual' %s"
15133 msgstr ""
15134
15135 #: cp/decl.c:9532
15136 msgid "`%D' declared as an `inline' %s"
15137 msgstr ""
15138
15139 #: cp/decl.c:9534
15140 msgid "`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
15141 msgstr ""
15142
15143 #: cp/decl.c:9537
15144 msgid "`%D' declared as a friend"
15145 msgstr ""
15146
15147 #: cp/decl.c:9543
15148 msgid "`%D' declared with an exception specification"
15149 msgstr ""
15150
15151 #: cp/decl.c:9618
15152 msgid "cannot declare `::main' to be a template"
15153 msgstr ""
15154
15155 #: cp/decl.c:9620
15156 msgid "cannot declare `::main' to be inline"
15157 msgstr ""
15158
15159 #: cp/decl.c:9622
15160 msgid "cannot declare `::main' to be static"
15161 msgstr ""
15162
15163 #: cp/decl.c:9625
15164 msgid "`main' must return `int'"
15165 msgstr ""
15166
15167 #: cp/decl.c:9653
15168 msgid "non-local function `%#D' uses anonymous type"
15169 msgstr ""
15170
15171 #: cp/decl.c:9656
15172 msgid "`%#D' does not refer to the unqualified type, so it is not used for linkage"
15173 msgstr ""
15174
15175 #: cp/decl.c:9662
15176 msgid "non-local function `%#D' uses local type `%T'"
15177 msgstr ""
15178
15179 #: cp/decl.c:9691
15180 msgid "%smember function `%D' cannot have `%T' method qualifier"
15181 msgstr ""
15182
15183 #: cp/decl.c:9715
15184 msgid "defining explicit specialization `%D' in friend declaration"
15185 msgstr ""
15186
15187 #. Something like `template <class T> friend void f<T>()'.
15188 #: cp/decl.c:9725
15189 msgid "invalid use of template-id `%D' in declaration of primary template"
15190 msgstr ""
15191
15192 #: cp/decl.c:9753
15193 msgid "default arguments are not allowed in declaration of friend template specialization `%D'"
15194 msgstr ""
15195
15196 #: cp/decl.c:9760
15197 msgid "`inline' is not allowed in declaration of friend template specialization `%D'"
15198 msgstr ""
15199
15200 #: cp/decl.c:9822
15201 msgid "definition of implicitly-declared `%D'"
15202 msgstr ""
15203
15204 #: cp/decl.c:9834 cp/decl2.c:785
15205 msgid "no `%#D' member function declared in class `%T'"
15206 msgstr ""
15207
15208 #: cp/decl.c:9967
15209 msgid "non-local variable `%#D' uses local type `%T'"
15210 msgstr ""
15211
15212 #: cp/decl.c:10064
15213 msgid "invalid in-class initialization of static data member of non-integral type `%T'"
15214 msgstr ""
15215
15216 #: cp/decl.c:10073
15217 msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"
15218 msgstr ""
15219
15220 #: cp/decl.c:10076
15221 msgid "ISO C++ forbids initialization of member constant `%D' of non-integral type `%T'"
15222 msgstr ""
15223
15224 #: cp/decl.c:10126
15225 msgid "size of array `%D' has non-integer type"
15226 msgstr ""
15227
15228 #: cp/decl.c:10128
15229 msgid "size of array has non-integer type"
15230 msgstr ""
15231
15232 #: cp/decl.c:10148
15233 msgid "size of array `%D' is negative"
15234 msgstr ""
15235
15236 #: cp/decl.c:10150
15237 msgid "size of array is negative"
15238 msgstr ""
15239
15240 #: cp/decl.c:10159
15241 msgid "ISO C++ forbids zero-size array `%D'"
15242 msgstr ""
15243
15244 #: cp/decl.c:10161
15245 msgid "ISO C++ forbids zero-size array"
15246 msgstr ""
15247
15248 #: cp/decl.c:10168
15249 msgid "size of array `%D' is not an integral constant-expression"
15250 msgstr ""
15251
15252 #: cp/decl.c:10171
15253 msgid "size of array is not an integral constant-expression"
15254 msgstr ""
15255
15256 #: cp/decl.c:10189
15257 msgid "ISO C++ forbids variable-size array `%D'"
15258 msgstr ""
15259
15260 #: cp/decl.c:10192
15261 msgid "ISO C++ forbids variable-size array"
15262 msgstr ""
15263
15264 #: cp/decl.c:10203
15265 msgid "overflow in array dimension"
15266 msgstr ""
15267
15268 #: cp/decl.c:10262
15269 msgid "declaration of `%D' as %s"
15270 msgstr ""
15271
15272 #: cp/decl.c:10264
15273 #, fuzzy, c-format
15274 msgid "creating %s"
15275 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
15276
15277 #: cp/decl.c:10276
15278 msgid "declaration of `%D' as multidimensional array must have bounds for all dimensions except the first"
15279 msgstr ""
15280
15281 #: cp/decl.c:10279
15282 msgid "multidimensional array must have bounds for all dimensions except the first"
15283 msgstr ""
15284
15285 #: cp/decl.c:10308
15286 msgid "return type specification for constructor invalid"
15287 msgstr ""
15288
15289 #: cp/decl.c:10315
15290 msgid "return type specification for destructor invalid"
15291 msgstr ""
15292
15293 #: cp/decl.c:10321
15294 msgid "operator `%T' declared to return `%T'"
15295 msgstr ""
15296
15297 #: cp/decl.c:10323
15298 msgid "return type specified for `operator %T'"
15299 msgstr ""
15300
15301 #: cp/decl.c:10491
15302 msgid "destructors must be member functions"
15303 msgstr ""
15304
15305 #: cp/decl.c:10510
15306 msgid "destructor `%T' must match class name `%T'"
15307 msgstr ""
15308
15309 #: cp/decl.c:10539
15310 msgid "variable declaration is not allowed here"
15311 msgstr ""
15312
15313 #: cp/decl.c:10566
15314 #, fuzzy
15315 msgid "invalid declarator"
15316 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
15317
15318 #: cp/decl.c:10617
15319 msgid "declarator-id missing; using reserved word `%D'"
15320 msgstr ""
15321
15322 #: cp/decl.c:10674
15323 msgid "type `%T' is not derived from type `%T'"
15324 msgstr ""
15325
15326 #. Parse error puts this typespec where
15327 #. a declarator should go.
15328 #: cp/decl.c:10726
15329 msgid "`%T' specified as declarator-id"
15330 msgstr ""
15331
15332 #: cp/decl.c:10728
15333 msgid "  perhaps you want `%T' for a constructor"
15334 msgstr ""
15335
15336 #. Sometimes, we see a template-name used as part of a
15337 #. decl-specifier like in
15338 #. std::allocator alloc;
15339 #. Handle that gracefully.
15340 #: cp/decl.c:10750
15341 #, fuzzy, c-format
15342 msgid "invalid use of template-name '%E' in a declarator"
15343 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
15344
15345 #: cp/decl.c:10770
15346 msgid "declaration of `%D' as non-function"
15347 msgstr ""
15348
15349 #: cp/decl.c:10847
15350 #, fuzzy
15351 msgid "`bool' is now a keyword"
15352 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
15353
15354 #: cp/decl.c:10849
15355 msgid "extraneous `%T' ignored"
15356 msgstr ""
15357
15358 #: cp/decl.c:10865 cp/decl.c:10910
15359 #, fuzzy
15360 msgid "multiple declarations `%T' and `%T'"
15361 msgstr "ðïëëáðëüò áñéèìüò åðéëïãþí ôçí åíôïëÞ `s'"
15362
15363 #: cp/decl.c:10878
15364 msgid "ISO C++ does not support `long long'"
15365 msgstr ""
15366
15367 #: cp/decl.c:10983 cp/decl.c:10986
15368 #, c-format
15369 msgid "ISO C++ forbids declaration of `%s' with no type"
15370 msgstr ""
15371
15372 #. The implicit typename extension is deprecated and will be
15373 #. removed.  Warn about its use now.
15374 #: cp/decl.c:10996
15375 msgid "`%T' is implicitly a typename"
15376 msgstr ""
15377
15378 #: cp/decl.c:11032
15379 #, c-format
15380 msgid "short, signed or unsigned invalid for `%s'"
15381 msgstr ""
15382
15383 #: cp/decl.c:11037
15384 #, c-format
15385 msgid "long and short specified together for `%s'"
15386 msgstr ""
15387
15388 #: cp/decl.c:11048
15389 #, c-format
15390 msgid "signed and unsigned given together for `%s'"
15391 msgstr ""
15392
15393 #: cp/decl.c:11157
15394 msgid "qualifiers are not allowed on declaration of `operator %T'"
15395 msgstr ""
15396
15397 #: cp/decl.c:11179
15398 msgid "member `%D' cannot be declared both virtual and static"
15399 msgstr ""
15400
15401 #: cp/decl.c:11188
15402 #, fuzzy
15403 msgid "`%T::%D' is not a valid declarator"
15404 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
15405
15406 #: cp/decl.c:11200
15407 msgid "storage class specifiers invalid in parameter declarations"
15408 msgstr ""
15409
15410 #: cp/decl.c:11204
15411 msgid "typedef declaration invalid in parameter declaration"
15412 msgstr ""
15413
15414 #: cp/decl.c:11217
15415 msgid "virtual outside class declaration"
15416 msgstr ""
15417
15418 #: cp/decl.c:11278
15419 #, c-format
15420 msgid "storage class specified for %s `%s'"
15421 msgstr ""
15422
15423 #: cp/decl.c:11325
15424 msgid "storage class specifiers invalid in friend function declarations"
15425 msgstr ""
15426
15427 #: cp/decl.c:11495
15428 msgid "destructor cannot be static member function"
15429 msgstr ""
15430
15431 #: cp/decl.c:11498
15432 #, c-format
15433 msgid "destructors may not be `%s'"
15434 msgstr ""
15435
15436 #: cp/decl.c:11519
15437 msgid "constructor cannot be static member function"
15438 msgstr ""
15439
15440 #: cp/decl.c:11522
15441 msgid "constructors cannot be declared virtual"
15442 msgstr ""
15443
15444 #: cp/decl.c:11527
15445 #, c-format
15446 msgid "constructors may not be `%s'"
15447 msgstr ""
15448
15449 #: cp/decl.c:11537
15450 msgid "return value type specifier for constructor ignored"
15451 msgstr ""
15452
15453 #: cp/decl.c:11556
15454 #, fuzzy, c-format
15455 msgid "can't initialize friend function `%s'"
15456 msgstr "Äåí Þôáí äõíáôÞ ç åýñåóç åôéêÝôôáò ãéá ìåôáãùãÞ óôï `%s'"
15457
15458 #. Cannot be both friend and virtual.
15459 #: cp/decl.c:11560
15460 msgid "virtual functions cannot be friends"
15461 msgstr ""
15462
15463 #: cp/decl.c:11565
15464 #, fuzzy
15465 msgid "friend declaration not in class definition"
15466 msgstr "óõíôáêôéêü óöÜëìá óôïí ïñéóìü êëÜóçò ÷áñáêôÞñùí"
15467
15468 #: cp/decl.c:11567
15469 #, c-format
15470 msgid "can't define friend function `%s' in a local class definition"
15471 msgstr ""
15472
15473 #: cp/decl.c:11591
15474 msgid "destructors may not have parameters"
15475 msgstr ""
15476
15477 #: cp/decl.c:11622 cp/decl.c:11629
15478 #, fuzzy
15479 msgid "cannot declare reference to `%#T'"
15480 msgstr "áäõíáìßá áëëáãÞò óôï êáôÜëïãï %s"
15481
15482 #: cp/decl.c:11623
15483 #, fuzzy
15484 msgid "cannot declare pointer to `%#T'"
15485 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
15486
15487 #: cp/decl.c:11628
15488 msgid "cannot declare pointer to `%#T' member"
15489 msgstr ""
15490
15491 #: cp/decl.c:11804
15492 msgid "extra qualification `%T::' on member `%s' ignored"
15493 msgstr ""
15494
15495 #: cp/decl.c:11814
15496 msgid "cannot declare member function `%T::%s' within `%T'"
15497 msgstr ""
15498
15499 #: cp/decl.c:11829
15500 #, fuzzy
15501 msgid "cannot declare member `%T::%s' within `%T'"
15502 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
15503
15504 #: cp/decl.c:11908
15505 msgid "data member may not have variably modified type `%T'"
15506 msgstr ""
15507
15508 #: cp/decl.c:11910
15509 msgid "parameter may not have variably modified type `%T'"
15510 msgstr ""
15511
15512 #. [dcl.fct.spec] The explicit specifier shall only be used in
15513 #. declarations of constructors within a class definition.
15514 #: cp/decl.c:11918
15515 msgid "only declarations of constructors can be `explicit'"
15516 msgstr ""
15517
15518 #: cp/decl.c:11926
15519 #, c-format
15520 msgid "non-member `%s' cannot be declared `mutable'"
15521 msgstr ""
15522
15523 #: cp/decl.c:11931
15524 #, c-format
15525 msgid "non-object member `%s' cannot be declared `mutable'"
15526 msgstr ""
15527
15528 #: cp/decl.c:11937
15529 #, c-format
15530 msgid "function `%s' cannot be declared `mutable'"
15531 msgstr ""
15532
15533 #: cp/decl.c:11942
15534 #, c-format
15535 msgid "static `%s' cannot be declared `mutable'"
15536 msgstr ""
15537
15538 #: cp/decl.c:11947
15539 #, c-format
15540 msgid "const `%s' cannot be declared `mutable'"
15541 msgstr ""
15542
15543 #: cp/decl.c:11960
15544 msgid "template-id `%D' used as a declarator"
15545 msgstr ""
15546
15547 #: cp/decl.c:11981
15548 msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"
15549 msgstr ""
15550
15551 #: cp/decl.c:12030
15552 msgid "typedef name may not be class-qualified"
15553 msgstr ""
15554
15555 #: cp/decl.c:12038
15556 msgid "invalid type qualifier for non-member function type"
15557 msgstr ""
15558
15559 #: cp/decl.c:12101
15560 msgid "type qualifiers specified for friend class declaration"
15561 msgstr ""
15562
15563 #: cp/decl.c:12106
15564 msgid "`inline' specified for friend class declaration"
15565 msgstr ""
15566
15567 #: cp/decl.c:12114
15568 #, fuzzy
15569 msgid "template parameters cannot be friends"
15570 msgstr "ï äéá÷ùñéóôÞò äå ìðïñåß íá åßíáé êåíüò"
15571
15572 #: cp/decl.c:12116
15573 msgid "friend declaration requires class-key, i.e. `friend class %T::%D'"
15574 msgstr ""
15575
15576 #: cp/decl.c:12120
15577 msgid "friend declaration requires class-key, i.e. `friend %#T'"
15578 msgstr ""
15579
15580 #: cp/decl.c:12134
15581 msgid "trying to make class `%T' a friend of global scope"
15582 msgstr ""
15583
15584 #: cp/decl.c:12145
15585 msgid "invalid qualifiers on non-member function type"
15586 msgstr ""
15587
15588 #: cp/decl.c:12164
15589 msgid "abstract declarator `%T' used as declaration"
15590 msgstr ""
15591
15592 #: cp/decl.c:12176
15593 msgid "unnamed variable or field declared void"
15594 msgstr ""
15595
15596 #: cp/decl.c:12185
15597 msgid "variable or field declared void"
15598 msgstr ""
15599
15600 #: cp/decl.c:12195
15601 msgid "cannot use `::' in parameter declaration"
15602 msgstr ""
15603
15604 #. Something like struct S { int N::j; };
15605 #: cp/decl.c:12234
15606 #, fuzzy
15607 msgid "invalid use of `::'"
15608 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
15609
15610 #: cp/decl.c:12246
15611 msgid "function `%D' cannot be declared friend"
15612 msgstr ""
15613
15614 #: cp/decl.c:12258
15615 msgid "can't make `%D' into a method -- not in a class"
15616 msgstr ""
15617
15618 #: cp/decl.c:12267
15619 msgid "function `%D' declared virtual inside a union"
15620 msgstr ""
15621
15622 #: cp/decl.c:12279
15623 msgid "`%D' cannot be declared virtual, since it is always static"
15624 msgstr ""
15625
15626 #: cp/decl.c:12355
15627 msgid "field `%D' has incomplete type"
15628 msgstr ""
15629
15630 #: cp/decl.c:12357
15631 msgid "name `%T' has incomplete type"
15632 msgstr ""
15633
15634 #: cp/decl.c:12366
15635 msgid "  in instantiation of template `%T'"
15636 msgstr ""
15637
15638 #: cp/decl.c:12376
15639 #, c-format
15640 msgid "`%s' is neither function nor member function; cannot be declared friend"
15641 msgstr ""
15642
15643 #: cp/decl.c:12387
15644 msgid "member functions are implicitly friends of their class"
15645 msgstr ""
15646
15647 #. An attempt is being made to initialize a non-static
15648 #. member.  But, from [class.mem]:
15649 #.
15650 #. 4 A member-declarator can contain a
15651 #. constant-initializer only if it declares a static
15652 #. member (_class.static_) of integral or enumeration
15653 #. type, see _class.static.data_.
15654 #.
15655 #. This used to be relatively common practice, but
15656 #. the rest of the compiler does not correctly
15657 #. handle the initialization unless the member is
15658 #. static so we make it static below.
15659 #: cp/decl.c:12434
15660 msgid "ISO C++ forbids initialization of member `%D'"
15661 msgstr ""
15662
15663 #: cp/decl.c:12436
15664 msgid "making `%D' static"
15665 msgstr ""
15666
15667 #: cp/decl.c:12460
15668 msgid "ISO C++ forbids static data member `%D' with same name as enclosing class"
15669 msgstr ""
15670
15671 #: cp/decl.c:12501
15672 #, c-format
15673 msgid "storage class `auto' invalid for function `%s'"
15674 msgstr ""
15675
15676 #: cp/decl.c:12503
15677 #, c-format
15678 msgid "storage class `register' invalid for function `%s'"
15679 msgstr ""
15680
15681 #: cp/decl.c:12505
15682 #, fuzzy, c-format
15683 msgid "storage class `__thread' invalid for function `%s'"
15684 msgstr "ìç Ýãêõñç ôÜîç ÷áñáêôÞñùí `%s'"
15685
15686 #: cp/decl.c:12516
15687 #, c-format
15688 msgid "storage class `static' invalid for function `%s' declared out of global scope"
15689 msgstr ""
15690
15691 #: cp/decl.c:12518
15692 #, c-format
15693 msgid "storage class `inline' invalid for function `%s' declared out of global scope"
15694 msgstr ""
15695
15696 #: cp/decl.c:12525
15697 #, c-format
15698 msgid "virtual non-class function `%s'"
15699 msgstr ""
15700
15701 #: cp/decl.c:12554
15702 msgid "cannot declare member function `%D' to have static linkage"
15703 msgstr ""
15704
15705 #. FIXME need arm citation
15706 #: cp/decl.c:12560
15707 msgid "cannot declare static function inside another function"
15708 msgstr ""
15709
15710 #: cp/decl.c:12588
15711 msgid "`static' may not be used when defining (as opposed to declaring) a static data member"
15712 msgstr ""
15713
15714 #: cp/decl.c:12594
15715 msgid "static member `%D' declared `register'"
15716 msgstr ""
15717
15718 #: cp/decl.c:12599
15719 msgid "cannot explicitly declare member `%#D' to have extern linkage"
15720 msgstr ""
15721
15722 #: cp/decl.c:12774
15723 msgid "default argument for `%#D' has type `%T'"
15724 msgstr ""
15725
15726 #: cp/decl.c:12777
15727 msgid "default argument for parameter of type `%T' has type `%T'"
15728 msgstr ""
15729
15730 #: cp/decl.c:12794
15731 msgid "default argument `%E' uses local variable `%D'"
15732 msgstr ""
15733
15734 #: cp/decl.c:12839
15735 #, fuzzy, c-format
15736 msgid "invalid string constant `%E'"
15737 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
15738
15739 #: cp/decl.c:12841
15740 msgid "invalid integer constant in parameter list, did you forget to give parameter name?"
15741 msgstr ""
15742
15743 #: cp/decl.c:12879
15744 msgid "parameter `%D' invalidly declared method type"
15745 msgstr ""
15746
15747 #: cp/decl.c:12885
15748 msgid "parameter `%D' invalidly declared offset type"
15749 msgstr ""
15750
15751 #: cp/decl.c:12909
15752 msgid "parameter `%D' includes %s to array of unknown bound `%T'"
15753 msgstr ""
15754
15755 #. [class.copy]
15756 #.
15757 #. A declaration of a constructor for a class X is ill-formed if
15758 #. its first parameter is of type (optionally cv-qualified) X
15759 #. and either there are no other parameters or else all other
15760 #. parameters have default arguments.
15761 #.
15762 #. We *don't* complain about member template instantiations that
15763 #. have this form, though; they can occur as we try to decide
15764 #. what constructor to use during overload resolution.  Since
15765 #. overload resolution will never prefer such a constructor to
15766 #. the non-template copy constructor (which is either explicitly
15767 #. or implicitly defined), there's no need to worry about their
15768 #. existence.  Theoretically, they should never even be
15769 #. instantiated, but that's hard to forestall.
15770 #: cp/decl.c:13071
15771 msgid "invalid constructor; you probably meant `%T (const %T&)'"
15772 msgstr ""
15773
15774 #: cp/decl.c:13222
15775 msgid "`%D' must be a nonstatic member function"
15776 msgstr ""
15777
15778 #: cp/decl.c:13228
15779 msgid "`%D' must be either a non-static member function or a non-member function"
15780 msgstr ""
15781
15782 #: cp/decl.c:13245
15783 msgid "`%D' must have an argument of class or enumerated type"
15784 msgstr ""
15785
15786 #: cp/decl.c:13277
15787 #, c-format
15788 msgid "conversion to %s%s will never use a type conversion operator"
15789 msgstr ""
15790
15791 #. 13.4.0.3
15792 #: cp/decl.c:13284
15793 msgid "ISO C++ prohibits overloading operator ?:"
15794 msgstr ""
15795
15796 #: cp/decl.c:13334
15797 msgid "postfix `%D' must take `int' as its argument"
15798 msgstr ""
15799
15800 #: cp/decl.c:13338
15801 msgid "postfix `%D' must take `int' as its second argument"
15802 msgstr ""
15803
15804 #: cp/decl.c:13345
15805 msgid "`%D' must take either zero or one argument"
15806 msgstr ""
15807
15808 #: cp/decl.c:13347
15809 msgid "`%D' must take either one or two arguments"
15810 msgstr ""
15811
15812 #: cp/decl.c:13368
15813 msgid "prefix `%D' should return `%T'"
15814 msgstr ""
15815
15816 #: cp/decl.c:13374
15817 msgid "postfix `%D' should return `%T'"
15818 msgstr ""
15819
15820 #: cp/decl.c:13383
15821 msgid "`%D' must take `void'"
15822 msgstr ""
15823
15824 #: cp/decl.c:13385 cp/decl.c:13393
15825 msgid "`%D' must take exactly one argument"
15826 msgstr ""
15827
15828 #: cp/decl.c:13395
15829 msgid "`%D' must take exactly two arguments"
15830 msgstr ""
15831
15832 #: cp/decl.c:13403
15833 msgid "user-defined `%D' always evaluates both arguments"
15834 msgstr ""
15835
15836 #: cp/decl.c:13417
15837 msgid "`%D' should return by value"
15838 msgstr ""
15839
15840 #: cp/decl.c:13429 cp/decl.c:13432
15841 msgid "`%D' cannot have default arguments"
15842 msgstr ""
15843
15844 #: cp/decl.c:13475
15845 msgid "using typedef-name `%D' after `%s'"
15846 msgstr ""
15847
15848 #: cp/decl.c:13481
15849 msgid "using template type parameter `%T' after `%s'"
15850 msgstr ""
15851
15852 #: cp/decl.c:13542
15853 msgid "`%s %T' declares a new type at namespace scope"
15854 msgstr ""
15855
15856 #: cp/decl.c:13545
15857 msgid "  names from dependent base classes are not visible to unqualified name lookup - to refer to the inherited type, say `%s %T::%T'"
15858 msgstr ""
15859
15860 #: cp/decl.c:13663
15861 msgid "use of enum `%#D' without previous declaration"
15862 msgstr ""
15863
15864 #: cp/decl.c:13749
15865 msgid "derived union `%T' invalid"
15866 msgstr ""
15867
15868 #: cp/decl.c:13795
15869 msgid "base type `%T' fails to be a struct or class type"
15870 msgstr ""
15871
15872 #: cp/decl.c:13805
15873 msgid "base class `%T' has incomplete type"
15874 msgstr ""
15875
15876 #: cp/decl.c:13813
15877 msgid "recursive type `%T' undefined"
15878 msgstr ""
15879
15880 #: cp/decl.c:13815
15881 #, fuzzy
15882 msgid "duplicate base type `%T' invalid"
15883 msgstr "äéðëüò ïñéóìüò óõíüëïõ"
15884
15885 #: cp/decl.c:13926
15886 #, fuzzy
15887 msgid "multiple definition of `%#T'"
15888 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
15889
15890 #: cp/decl.c:13927
15891 msgid "previous definition here"
15892 msgstr ""
15893
15894 #: cp/decl.c:14030
15895 msgid "no integral type can represent all of the enumerator values for `%T'"
15896 msgstr ""
15897
15898 #: cp/decl.c:14106
15899 msgid "enumerator value for `%D' not integer constant"
15900 msgstr ""
15901
15902 #: cp/decl.c:14126
15903 msgid "overflow in enumeration values at `%D'"
15904 msgstr ""
15905
15906 #: cp/decl.c:14195
15907 msgid "return type `%#T' is incomplete"
15908 msgstr ""
15909
15910 #: cp/decl.c:14309
15911 msgid "semicolon missing after declaration of `%#T'"
15912 msgstr ""
15913
15914 #: cp/decl.c:14330
15915 msgid "return type for `main' changed to `int'"
15916 msgstr ""
15917
15918 #: cp/decl.c:14361
15919 msgid "`%D' implicitly declared before its definition"
15920 msgstr ""
15921
15922 #: cp/decl.c:14383 cp/typeck.c:6314
15923 msgid "`operator=' should return a reference to `*this'"
15924 msgstr ""
15925
15926 #: cp/decl.c:14643
15927 msgid "parameter `%D' declared void"
15928 msgstr ""
15929
15930 #: cp/decl.c:15130
15931 msgid "`%D' is already defined in class `%T'"
15932 msgstr ""
15933
15934 #: cp/decl.c:15348
15935 msgid "static member function `%#D' declared with type qualifiers"
15936 msgstr ""
15937
15938 #: cp/decl2.c:153
15939 #, c-format
15940 msgid "duplicate type qualifiers in %s declaration"
15941 msgstr ""
15942
15943 #: cp/decl2.c:192
15944 msgid "template `%#D' instantiated in file without #pragma interface"
15945 msgstr ""
15946
15947 #: cp/decl2.c:198
15948 msgid "template `%#D' defined in file without #pragma interface"
15949 msgstr ""
15950
15951 #: cp/decl2.c:365
15952 msgid "name missing for member function"
15953 msgstr ""
15954
15955 #. Something has gone very wrong.  Assume we are mistakenly reducing
15956 #. an expression instead of a declaration.
15957 #: cp/decl2.c:428
15958 msgid "parser may be lost: is there a '{' missing somewhere?"
15959 msgstr ""
15960
15961 #: cp/decl2.c:459 cp/decl2.c:473
15962 msgid "ambiguous conversion for array subscript"
15963 msgstr ""
15964
15965 #: cp/decl2.c:467
15966 msgid "invalid types `%T[%T]' for array subscript"
15967 msgstr ""
15968
15969 #: cp/decl2.c:515
15970 msgid "type `%#T' argument given to `delete', expected pointer"
15971 msgstr ""
15972
15973 #: cp/decl2.c:523
15974 msgid "anachronistic use of array size in vector delete"
15975 msgstr ""
15976
15977 #: cp/decl2.c:533
15978 msgid "cannot delete a function.  Only pointer-to-objects are valid arguments to `delete'"
15979 msgstr ""
15980
15981 #: cp/decl2.c:540
15982 msgid "deleting `%T' is undefined"
15983 msgstr ""
15984
15985 #: cp/decl2.c:548
15986 msgid "deleting array `%#D'"
15987 msgstr ""
15988
15989 #. 14.5.2.2 [temp.mem]
15990 #.
15991 #. A local class shall not have member templates.
15992 #: cp/decl2.c:582
15993 msgid "invalid declaration of member template `%#D' in local class"
15994 msgstr ""
15995
15996 #: cp/decl2.c:591
15997 msgid "invalid use of `virtual' in template declaration of `%#D'"
15998 msgstr ""
15999
16000 #: cp/decl2.c:601 cp/pt.c:2745
16001 msgid "template declaration of `%#D'"
16002 msgstr ""
16003
16004 #: cp/decl2.c:651
16005 msgid "Java method '%D' has non-Java return type `%T'"
16006 msgstr ""
16007
16008 #: cp/decl2.c:660
16009 msgid "Java method '%D' has non-Java parameter type `%T'"
16010 msgstr ""
16011
16012 #: cp/decl2.c:746
16013 #, fuzzy
16014 msgid "prototype for `%#D' does not match any in class `%T'"
16015 msgstr "ôï áñ÷åßï äåäïìÝíùí ðñïößë `%s' äåí ôáéñéÜæåé ìå ôï äéáìïéñáæüìåíï áíôéêåßìåíï `%s'"
16016
16017 #: cp/decl2.c:828
16018 #, fuzzy
16019 msgid "local class `%#T' shall not have static data member `%#D'"
16020 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
16021
16022 #: cp/decl2.c:836
16023 msgid "initializer invalid for static member with constructor"
16024 msgstr ""
16025
16026 #: cp/decl2.c:839
16027 msgid "(an out of class initialization is required)"
16028 msgstr ""
16029
16030 #: cp/decl2.c:898
16031 msgid "invalid data member initialization"
16032 msgstr ""
16033
16034 #: cp/decl2.c:901
16035 msgid "(use `=' to initialize static data members)"
16036 msgstr ""
16037
16038 #: cp/decl2.c:947
16039 msgid "member `%D' conflicts with virtual function table field name"
16040 msgstr ""
16041
16042 #: cp/decl2.c:967
16043 msgid "`%D' is already defined in `%T'"
16044 msgstr ""
16045
16046 #: cp/decl2.c:1014
16047 msgid "field initializer is not constant"
16048 msgstr ""
16049
16050 #: cp/decl2.c:1038
16051 msgid "`asm' specifiers are not permitted on non-static data members"
16052 msgstr ""
16053
16054 #: cp/decl2.c:1090
16055 msgid "cannot declare `%D' to be a bit-field type"
16056 msgstr ""
16057
16058 #: cp/decl2.c:1100
16059 msgid "cannot declare bit-field `%D' with function type"
16060 msgstr ""
16061
16062 #: cp/decl2.c:1107
16063 msgid "`%D' is already defined in the class %T"
16064 msgstr ""
16065
16066 #: cp/decl2.c:1114
16067 msgid "static member `%D' cannot be a bit-field"
16068 msgstr ""
16069
16070 #: cp/decl2.c:1201
16071 msgid "initializer specified for non-member function `%D'"
16072 msgstr ""
16073
16074 #: cp/decl2.c:1205
16075 #, fuzzy
16076 msgid "invalid initializer for virtual method `%D'"
16077 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
16078
16079 #: cp/decl2.c:1319
16080 msgid "anonymous struct not inside named type"
16081 msgstr ""
16082
16083 #: cp/decl2.c:1415
16084 msgid "namespace-scope anonymous aggregates must be static"
16085 msgstr ""
16086
16087 #: cp/decl2.c:1428
16088 msgid "anonymous aggregate with no members"
16089 msgstr ""
16090
16091 #: cp/decl2.c:1497
16092 msgid "`operator new' must return type `%T'"
16093 msgstr ""
16094
16095 #: cp/decl2.c:1505
16096 msgid "`operator new' takes type `size_t' (`%T') as first parameter"
16097 msgstr ""
16098
16099 #: cp/decl2.c:1532
16100 msgid "`operator delete' must return type `%T'"
16101 msgstr ""
16102
16103 #: cp/decl2.c:1540
16104 msgid "`operator delete' takes type `%T' as first parameter"
16105 msgstr ""
16106
16107 #. Overflow occurred.  That means there are at least 4 billion
16108 #. initialization functions.
16109 #: cp/decl2.c:2282
16110 msgid "too many initialization functions required"
16111 msgstr ""
16112
16113 #: cp/decl2.c:3006
16114 msgid "inline function `%D' used but never defined"
16115 msgstr ""
16116
16117 #: cp/decl2.c:3135
16118 #, fuzzy
16119 msgid "use of old-style cast"
16120 msgstr "ðáëáéïý åßäïõò èÝóç"
16121
16122 # src/getopt.c:628
16123 # src/getopt.c:628
16124 #: cp/decl2.c:3860
16125 #, fuzzy
16126 msgid "use of `%D' is ambiguous"
16127 msgstr "%s: ç åðéëïãÞ `%s' åßíáé áóáöÞò\n"
16128
16129 #: cp/decl2.c:3861
16130 msgid "  first declared as `%#D' here"
16131 msgstr ""
16132
16133 #: cp/decl2.c:3864
16134 msgid "  also declared as `%#D' here"
16135 msgstr ""
16136
16137 #: cp/decl2.c:3879
16138 msgid "`%D' denotes an ambiguous type"
16139 msgstr ""
16140
16141 #: cp/decl2.c:3880
16142 msgid "  first type here"
16143 msgstr ""
16144
16145 #: cp/decl2.c:3881
16146 msgid "  other type here"
16147 msgstr ""
16148
16149 #: cp/decl2.c:3982
16150 msgid "declaration of `%D' not in a namespace surrounding `%D'"
16151 msgstr ""
16152
16153 #: cp/decl2.c:4016
16154 msgid "`%D' should have been declared inside `%D'"
16155 msgstr ""
16156
16157 #: cp/decl2.c:4152
16158 #, fuzzy
16159 msgid "`%D' is not a function,"
16160 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
16161
16162 #: cp/decl2.c:4153
16163 msgid "  conflict with `%D'"
16164 msgstr ""
16165
16166 #. The parser did not find it, so it's not there.
16167 #: cp/decl2.c:4473
16168 #, fuzzy
16169 msgid "unknown namespace `%D'"
16170 msgstr "Üãíùóôï óåô `%s'"
16171
16172 #: cp/decl2.c:4507 cp/decl2.c:4794
16173 #, fuzzy
16174 msgid "`%T' is not a namespace"
16175 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16176
16177 #: cp/decl2.c:4509
16178 #, fuzzy
16179 msgid "`%D' is not a namespace"
16180 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16181
16182 #: cp/decl2.c:4518
16183 msgid "a using-declaration cannot specify a template-id.  Try `using %D'"
16184 msgstr ""
16185
16186 #: cp/decl2.c:4532
16187 msgid "namespace `%D' not allowed in using-declaration"
16188 msgstr ""
16189
16190 #: cp/decl2.c:4561
16191 #, fuzzy
16192 msgid "`%D' not declared"
16193 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16194
16195 #. If the OLD_FN was really declared, the
16196 #. declarations don't match.
16197 #: cp/decl2.c:4573 cp/decl2.c:4615 cp/decl2.c:4640
16198 msgid "`%D' is already declared in this scope"
16199 msgstr ""
16200
16201 #: cp/decl2.c:4646
16202 msgid "using declaration `%D' introduced ambiguous type `%T'"
16203 msgstr ""
16204
16205 #: cp/decl2.c:4740
16206 msgid "using-declaration for non-member at class scope"
16207 msgstr ""
16208
16209 #: cp/decl2.c:4746
16210 msgid "using-declaration for destructor"
16211 msgstr ""
16212
16213 #: cp/decl2.c:4752
16214 msgid "a using-declaration cannot specify a template-id.  Try  `using %T::%D'"
16215 msgstr ""
16216
16217 #: cp/decl2.c:4788
16218 msgid "namespace `%T' undeclared"
16219 msgstr ""
16220
16221 #: cp/decl2.c:4817
16222 msgid "default argument missing for parameter %P of `%+#D'"
16223 msgstr ""
16224
16225 #: cp/decl2.c:4941
16226 msgid "extra qualification `%T::' on member `%D' ignored"
16227 msgstr ""
16228
16229 #: cp/decl2.c:4945
16230 #, fuzzy
16231 msgid "`%T' does not have a class or union named `%D'"
16232 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16233
16234 #: cp/decl2.c:4963
16235 #, fuzzy
16236 msgid "`%T' is not a class or union type"
16237 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16238
16239 #: cp/decl2.c:4977
16240 #, fuzzy
16241 msgid "template argument is required for `%T'"
16242 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
16243
16244 #: cp/decl2.c:4995
16245 msgid "declaration of `%D' in `%D' which does not enclose `%D'"
16246 msgstr ""
16247
16248 #: cp/error.c:35
16249 #, fuzzy, c-format
16250 msgid "`%s' not supported by %s"
16251 msgstr "Äåí õðïóôçñßæåôáé"
16252
16253 #: cp/error.c:571
16254 #, c-format
16255 msgid "<anonymous %s>"
16256 msgstr ""
16257
16258 #: cp/error.c:810
16259 #, c-format
16260 msgid "(static %s for %s)"
16261 msgstr ""
16262
16263 #: cp/error.c:1503
16264 #, c-format
16265 msgid "\\x%x"
16266 msgstr ""
16267
16268 #: cp/error.c:2473
16269 #, c-format
16270 msgid "In %s `%s':"
16271 msgstr ""
16272
16273 #: cp/error.c:2530
16274 #, fuzzy, c-format
16275 msgid "%s: In instantiation of `%s':\n"
16276 msgstr "%s: Ìç Ýãêõñç ñýèìéóç `%s'.\n"
16277
16278 #: cp/error.c:2554
16279 #, c-format
16280 msgid "%s:%d:   instantiated from `%s'\n"
16281 msgstr ""
16282
16283 #: cp/error.c:2559
16284 #, c-format
16285 msgid "%s:%d:   instantiated from here\n"
16286 msgstr ""
16287
16288 #. damn ICE suppression
16289 #: cp/error.c:2713
16290 #, c-format
16291 msgid "unexpected letter `%c' in locate_error\n"
16292 msgstr ""
16293
16294 #. Can't throw a reference.
16295 #: cp/except.c:240
16296 msgid "type `%T' is disallowed in Java `throw' or `catch'"
16297 msgstr ""
16298
16299 #: cp/except.c:251
16300 msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
16301 msgstr ""
16302
16303 #. Thrown object must be a Throwable.
16304 #: cp/except.c:258
16305 msgid "type `%T' is not derived from `java::lang::Throwable'"
16306 msgstr ""
16307
16308 #: cp/except.c:322
16309 msgid "mixing C++ and Java catches in a single translation unit"
16310 msgstr ""
16311
16312 #: cp/except.c:639
16313 msgid "throwing NULL, which has integral, not pointer type"
16314 msgstr ""
16315
16316 #: cp/except.c:730
16317 msgid "  in thrown expression"
16318 msgstr ""
16319
16320 #: cp/except.c:856
16321 msgid "expression '%E' of abstract class type '%T' cannot be used in throw-expression"
16322 msgstr ""
16323
16324 #: cp/except.c:944
16325 msgid "exception of type `%T' will be caught"
16326 msgstr ""
16327
16328 #: cp/except.c:947
16329 msgid "   by earlier handler for `%T'"
16330 msgstr ""
16331
16332 #: cp/except.c:968
16333 msgid "`...' handler must be the last handler for its try block"
16334 msgstr ""
16335
16336 #: cp/friend.c:159
16337 msgid "`%D' is already a friend of class `%T'"
16338 msgstr ""
16339
16340 #: cp/friend.c:161
16341 msgid "previous friend declaration of `%D'"
16342 msgstr ""
16343
16344 #: cp/friend.c:206
16345 msgid "invalid type `%T' declared `friend'"
16346 msgstr ""
16347
16348 #. [temp.friend]
16349 #. Friend declarations shall not declare partial
16350 #. specializations.
16351 #: cp/friend.c:222
16352 msgid "partial specialization `%T' declared `friend'"
16353 msgstr ""
16354
16355 #: cp/friend.c:231
16356 msgid "class `%T' is implicitly friends with itself"
16357 msgstr ""
16358
16359 #. template <class T> friend typename S<T>::X;
16360 #: cp/friend.c:249
16361 msgid "typename type `%#T' declared `friend'"
16362 msgstr ""
16363
16364 #. template <class T> friend class T;
16365 #: cp/friend.c:255
16366 msgid "template parameter type `%T' declared `friend'"
16367 msgstr ""
16368
16369 #. template <class T> friend class A; where A is not a template
16370 #: cp/friend.c:261
16371 #, fuzzy
16372 msgid "`%#T' is not a template"
16373 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16374
16375 #: cp/friend.c:276
16376 #, fuzzy
16377 msgid "`%T' is already a friend of `%T'"
16378 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
16379
16380 #: cp/friend.c:376
16381 msgid "member `%D' declared as friend before type `%T' defined"
16382 msgstr ""
16383
16384 #: cp/friend.c:431
16385 msgid "friend declaration `%#D' declares a non-template function"
16386 msgstr ""
16387
16388 #: cp/friend.c:434
16389 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"
16390 msgstr ""
16391
16392 #: cp/g++spec.c:211 java/jvspec.c:423
16393 #, fuzzy, c-format
16394 msgid "argument to `%s' missing\n"
16395 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
16396
16397 #: cp/init.c:334
16398 msgid "`%D' should be initialized in the member initialization list"
16399 msgstr ""
16400
16401 #: cp/init.c:384
16402 msgid "default-initialization of `%#D', which has reference type"
16403 msgstr ""
16404
16405 #: cp/init.c:389
16406 msgid "uninitialized reference member `%D'"
16407 msgstr ""
16408
16409 #: cp/init.c:397
16410 msgid "initializer list treated as compound expression"
16411 msgstr ""
16412
16413 #: cp/init.c:538
16414 msgid "`%D' will be initialized after"
16415 msgstr ""
16416
16417 #: cp/init.c:541
16418 #, fuzzy
16419 msgid "base `%T' will be initialized after"
16420 msgstr "ç êëÜóç ÷áñáêôÞñùí `%s' ïñßóôçêå Þäç"
16421
16422 #: cp/init.c:544
16423 #, fuzzy
16424 msgid "  `%#D'"
16425 msgstr "  `%s'"
16426
16427 #: cp/init.c:546
16428 #, fuzzy
16429 msgid "  base `%T'"
16430 msgstr "  êáôÜ `%D'"
16431
16432 # src/request.c:263
16433 #: cp/init.c:564
16434 #, fuzzy
16435 msgid "multiple initializations given for base `%T'"
16436 msgstr "Ôï âÞìá áñ÷éêïðïßçóçò áðÝôõ÷å"
16437
16438 #: cp/init.c:631
16439 msgid "initializations for multiple members of `%T'"
16440 msgstr ""
16441
16442 #: cp/init.c:688
16443 msgid "base class `%#T' should be explicitly initialized in the copy constructor"
16444 msgstr ""
16445
16446 #: cp/init.c:926
16447 msgid "class `%T' does not have any field named `%D'"
16448 msgstr ""
16449
16450 #: cp/init.c:932
16451 msgid "field `%#D' is static; the only point of initialization is its definition"
16452 msgstr ""
16453
16454 #: cp/init.c:965
16455 msgid "unnamed initializer for `%T', which has no base classes"
16456 msgstr ""
16457
16458 #: cp/init.c:972
16459 msgid "unnamed initializer for `%T', which uses multiple inheritance"
16460 msgstr ""
16461
16462 #: cp/init.c:1007
16463 msgid "type `%D' is not a direct or virtual base of `%T'"
16464 msgstr ""
16465
16466 #: cp/init.c:1010
16467 #, fuzzy
16468 msgid "type `%D' is not a direct base of `%T'"
16469 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
16470
16471 #. Handle bad initializers like:
16472 #. class COMPLEX {
16473 #. public:
16474 #. double re, im;
16475 #. COMPLEX(double r = 0.0, double i = 0.0) {re = r; im = i;};
16476 #. ~COMPLEX() {};
16477 #. };
16478 #.
16479 #. int main(int argc, char **argv) {
16480 #. COMPLEX zees(1.0, 0.0)[10];
16481 #. }
16482 #.
16483 #: cp/init.c:1104
16484 msgid "bad array initializer"
16485 msgstr ""
16486
16487 #: cp/init.c:1311
16488 #, fuzzy
16489 msgid "`%T' is not an aggregate type"
16490 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16491
16492 #: cp/init.c:1334
16493 msgid "`%T' fails to be an aggregate typedef"
16494 msgstr ""
16495
16496 #: cp/init.c:1343
16497 msgid "type `%T' is of non-aggregate type"
16498 msgstr ""
16499
16500 #: cp/init.c:1446
16501 msgid "cannot call destructor `%T::~%T' without object"
16502 msgstr ""
16503
16504 #: cp/init.c:1490
16505 #, fuzzy
16506 msgid "invalid use of non-static field `%D'"
16507 msgstr "ìç Ýãêõñïò áñéèìüò áðü óôÞëåò: `%s'"
16508
16509 #. We can get here when processing a bad default
16510 #. argument, like:
16511 #. struct S { int a; void f(int i = a); }
16512 #: cp/init.c:1499 cp/method.c:160
16513 #, fuzzy
16514 msgid "invalid use of member `%D'"
16515 msgstr "ìç Ýãêõñïò áñéèìüò ðåäßïõ: `%s'"
16516
16517 #: cp/init.c:1509
16518 msgid "no method `%T::%D'"
16519 msgstr ""
16520
16521 #: cp/init.c:1602
16522 msgid "incomplete type `%T' does not have member `%D'"
16523 msgstr ""
16524
16525 #: cp/init.c:1676
16526 #, fuzzy
16527 msgid "`%D' is not a member of type `%T'"
16528 msgstr "äåí åßóôå ìÝëïò ôçò ïìÜäáò `%s'"
16529
16530 #: cp/init.c:1695
16531 #, fuzzy
16532 msgid "invalid pointer to bit-field `%D'"
16533 msgstr "áêáôÜëëçëïò ôýðïò äéêôýïõ :`%s'\n"
16534
16535 #: cp/init.c:1734
16536 msgid "object missing in use of pointer-to-member construct"
16537 msgstr ""
16538
16539 #: cp/init.c:1774
16540 msgid "member `%D' is non-static but referenced as a static member"
16541 msgstr ""
16542
16543 #: cp/init.c:1776 cp/typeck.c:2826 cp/typeck.c:2930
16544 msgid "at this point in file"
16545 msgstr ""
16546
16547 #: cp/init.c:1813
16548 #, c-format
16549 msgid "object missing in `%E'"
16550 msgstr ""
16551
16552 #: cp/init.c:1944
16553 msgid "new of array type fails to specify size"
16554 msgstr ""
16555
16556 #: cp/init.c:1955
16557 msgid "size in array new must have integral type"
16558 msgstr ""
16559
16560 #: cp/init.c:1961
16561 msgid "zero size array reserves no space"
16562 msgstr ""
16563
16564 #: cp/init.c:2026
16565 msgid "new cannot be applied to a reference type"
16566 msgstr ""
16567
16568 #: cp/init.c:2032
16569 msgid "new cannot be applied to a function type"
16570 msgstr ""
16571
16572 #: cp/init.c:2079
16573 msgid "call to Java constructor, while `jclass' undefined"
16574 msgstr ""
16575
16576 #: cp/init.c:2095
16577 msgid "can't find class$"
16578 msgstr ""
16579
16580 #: cp/init.c:2209
16581 #, fuzzy
16582 msgid "invalid type `void' for new"
16583 msgstr "ìç Ýãêõñç êáôÜóôáóç ãéá ôçí dlopen()"
16584
16585 #: cp/init.c:2261
16586 #, c-format
16587 msgid "call to Java constructor with `%s' undefined"
16588 msgstr ""
16589
16590 #: cp/init.c:2369
16591 msgid "ISO C++ forbids initialization in array new"
16592 msgstr ""
16593
16594 #: cp/init.c:2391 cp/typeck2.c:367 cp/typeck2.c:1208
16595 msgid "initializer list being treated as compound expression"
16596 msgstr ""
16597
16598 #: cp/init.c:2397
16599 msgid "ISO C++ forbids aggregate initializer to new"
16600 msgstr ""
16601
16602 #: cp/init.c:2485
16603 msgid "uninitialized const in `new' of `%#T'"
16604 msgstr ""
16605
16606 #: cp/init.c:2864
16607 msgid "initializer ends prematurely"
16608 msgstr ""
16609
16610 #: cp/init.c:2934
16611 msgid "cannot initialize multi-dimensional array with initializer"
16612 msgstr ""
16613
16614 #: cp/init.c:3124
16615 msgid "unknown array size in delete"
16616 msgstr ""
16617
16618 #: cp/init.c:3389
16619 msgid "type to vector delete is neither pointer or array type"
16620 msgstr ""
16621
16622 #: cp/lex.c:136
16623 #, fuzzy
16624 msgid "type name expected before `*'"
16625 msgstr "ÅããñáöÞ ïíïìÜôùí ôùí åðéëåãìÝíùí êáôçãïñéþí"
16626
16627 #: cp/lex.c:158
16628 msgid "cannot declare references to references"
16629 msgstr ""
16630
16631 #: cp/lex.c:163
16632 msgid "cannot declare pointers to references"
16633 msgstr ""
16634
16635 #: cp/lex.c:167
16636 #, fuzzy
16637 msgid "type name expected before `&'"
16638 msgstr "ÅããñáöÞ ïíïìÜôùí ôùí åðéëåãìÝíùí êáôçãïñéþí"
16639
16640 #: cp/lex.c:894
16641 #, c-format
16642 msgid "semicolon missing after %s declaration"
16643 msgstr ""
16644
16645 #: cp/lex.c:897
16646 msgid "semicolon missing after declaration of `%T'"
16647 msgstr ""
16648
16649 #: cp/lex.c:945
16650 #, c-format
16651 msgid "junk at end of #pragma %s"
16652 msgstr ""
16653
16654 #: cp/lex.c:952
16655 #, fuzzy, c-format
16656 msgid "invalid #pragma %s"
16657 msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
16658
16659 #: cp/lex.c:961
16660 msgid "#pragma vtable no longer supported"
16661 msgstr ""
16662
16663 #: cp/lex.c:1038
16664 #, c-format
16665 msgid "#pragma implementation for %s appears after file is included"
16666 msgstr ""
16667
16668 #: cp/lex.c:1063
16669 msgid "junk at end of #pragma GCC java_exceptions"
16670 msgstr ""
16671
16672 #: cp/lex.c:1107
16673 #, fuzzy
16674 msgid "`%D' not defined"
16675 msgstr "áüñéóôï"
16676
16677 #: cp/lex.c:1110
16678 msgid "`%D' was not declared in this scope"
16679 msgstr ""
16680
16681 #: cp/lex.c:1118
16682 msgid "`%D' undeclared (first use this function)"
16683 msgstr ""
16684
16685 #: cp/lex.c:1122
16686 msgid "(Each undeclared identifier is reported only once for each function it appears in.)"
16687 msgstr ""
16688
16689 #: cp/lex.c:1242
16690 msgid "`::%D' undeclared (first use here)"
16691 msgstr ""
16692
16693 #: cp/mangle.c:2051
16694 msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
16695 msgstr ""
16696
16697 #: cp/mangle.c:2363
16698 msgid "the mangled name of `%D' will change in a future version of GCC"
16699 msgstr ""
16700
16701 #: cp/method.c:154
16702 msgid "invalid use of member `%D' in static member function"
16703 msgstr ""
16704
16705 #: cp/method.c:216
16706 msgid "use of namespace `%D' as expression"
16707 msgstr ""
16708
16709 #: cp/method.c:221
16710 msgid "use of class template `%T' as expression"
16711 msgstr ""
16712
16713 #: cp/method.c:234
16714 #, c-format
16715 msgid "use of %s from containing function"
16716 msgstr ""
16717
16718 #: cp/method.c:237
16719 msgid "  `%#D' declared here"
16720 msgstr ""
16721
16722 #: cp/method.c:255
16723 msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
16724 msgstr ""
16725
16726 #: cp/method.c:458
16727 msgid "generic thunk code fails for method `%#D' which uses `...'"
16728 msgstr ""
16729
16730 #: cp/method.c:697
16731 msgid "non-static const member `%#D', can't use default assignment operator"
16732 msgstr ""
16733
16734 #: cp/method.c:702
16735 msgid "non-static reference member `%#D', can't use default assignment operator"
16736 msgstr ""
16737
16738 #: parse.y:262
16739 #, fuzzy
16740 msgid "`%s' tag used in naming `%#T'"
16741 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
16742
16743 #: parse.y:542
16744 msgid "keyword `export' not implemented, and will be ignored"
16745 msgstr ""
16746
16747 #: parse.y:646
16748 msgid "use of linkage spec `%D' is different from previous spec `%D'"
16749 msgstr ""
16750
16751 #: parse.y:943
16752 msgid "no base or member initializers given following ':'"
16753 msgstr ""
16754
16755 #: parse.y:984
16756 msgid "anachronistic old style base class initializer"
16757 msgstr ""
16758
16759 #. Handle `Class<Class<Type>>' without space in the `>>'
16760 #: parse.y:1117
16761 msgid "`>>' should be `> >' in template class name"
16762 msgstr ""
16763
16764 #: parse.y:1164
16765 msgid "use of template qualifier outside template"
16766 msgstr ""
16767
16768 #: parse.y:1193 parse.y:1202
16769 #, c-format
16770 msgid "ISO C++ forbids an empty condition for `%s'"
16771 msgstr ""
16772
16773 #: parse.y:1225
16774 msgid "definition of class `%T' in condition"
16775 msgstr ""
16776
16777 #: parse.y:1227
16778 msgid "definition of enum `%T' in condition"
16779 msgstr ""
16780
16781 #: parse.y:1238
16782 msgid "definition of array `%#D' in condition"
16783 msgstr ""
16784
16785 #: parse.y:1351
16786 msgid "old style placement syntax, use () instead"
16787 msgstr ""
16788
16789 #: parse.y:1362
16790 #, fuzzy
16791 msgid "`%T' is not a valid expression"
16792 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
16793
16794 #. This was previously allowed as an extension, but
16795 #. was removed in G++ 3.3.
16796 #: parse.y:1369
16797 #, fuzzy
16798 msgid "initialization of new expression with `='"
16799 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
16800
16801 #: parse.y:1395
16802 msgid "ISO C++ forbids compound literals"
16803 msgstr ""
16804
16805 #: parse.y:1642
16806 msgid "ISO C++ forbids braced-groups within expressions"
16807 msgstr ""
16808
16809 #: parse.y:1721
16810 #, fuzzy
16811 msgid "invalid use of template `%D'"
16812 msgstr "ìç Ýãêõñïò áñéèìüò ðåäßïõ: `%s'"
16813
16814 # src/dfa.c:962
16815 # src/dfa.c:970
16816 #: parse.y:2053 parse.y:2068
16817 #, fuzzy
16818 msgid "sigof type specifier"
16819 msgstr "Äåí ïñßóôçêå óõíôáêôéêü"
16820
16821 #: parse.y:2058
16822 msgid "`sigof' applied to non-aggregate expression"
16823 msgstr ""
16824
16825 #: parse.y:2073
16826 msgid "`sigof' applied to non-aggregate type"
16827 msgstr ""
16828
16829 #: parse.y:2339
16830 msgid "using `typename' outside of template"
16831 msgstr ""
16832
16833 #: parse.y:2356
16834 msgid "qualified name does not name a class"
16835 msgstr ""
16836
16837 #: parse.y:2417
16838 #, c-format
16839 msgid "storage class specifier `%s' not allowed after struct or class"
16840 msgstr ""
16841
16842 #: parse.y:2419
16843 #, c-format
16844 msgid "type specifier `%s' not allowed after struct or class"
16845 msgstr ""
16846
16847 #: parse.y:2421
16848 #, c-format
16849 msgid "type qualifier `%s' not allowed after struct or class"
16850 msgstr ""
16851
16852 #: parse.y:2423
16853 msgid "no body nor ';' separates two class, struct or union declarations"
16854 msgstr ""
16855
16856 #: parse.y:2553
16857 msgid "no bases given following `:'"
16858 msgstr ""
16859
16860 #: parse.y:2584 parse.y:2599
16861 msgid "`%D' access"
16862 msgstr ""
16863
16864 #: parse.y:2589
16865 msgid "multiple access specifiers"
16866 msgstr ""
16867
16868 #: parse.y:2607
16869 msgid "multiple `virtual' specifiers"
16870 msgstr ""
16871
16872 #: parse.y:2644
16873 msgid "missing ';' before right brace"
16874 msgstr ""
16875
16876 #: parse.y:2865
16877 msgid "ISO C++ forbids array dimensions with parenthesized type in new"
16878 msgstr ""
16879
16880 #: parse.y:3152 parse.y:3172 parse.y:3181 parse.y:3210
16881 #, fuzzy
16882 msgid "`%T' is not a class or namespace"
16883 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16884
16885 #: parse.y:3377
16886 msgid "ISO C++ forbids label declarations"
16887 msgstr ""
16888
16889 #: parse.y:3537
16890 msgid "ISO C++ forbids computed gotos"
16891 msgstr ""
16892
16893 #: parse.y:3545
16894 msgid "label must be followed by statement"
16895 msgstr ""
16896
16897 #: parse.y:3590
16898 msgid "must have at least one catch per try block"
16899 msgstr ""
16900
16901 #: parse.y:3650
16902 msgid "ISO C++ forbids compound statements inside for initializations"
16903 msgstr ""
16904
16905 #. This helps us recover from really nasty
16906 #. parse errors, for example, a missing right
16907 #. parenthesis.
16908 #: parse.y:3737 parse.y:3747
16909 msgid "possibly missing ')'"
16910 msgstr ""
16911
16912 #: parse.y:3840
16913 msgid "type specifier omitted for parameter"
16914 msgstr ""
16915
16916 #: parse.y:3849
16917 #, c-format
16918 msgid "`%E' is not a type, use `typename %E' to make it one"
16919 msgstr ""
16920
16921 #: parse.y:3851
16922 #, fuzzy
16923 msgid "no type `%D' in `%T'"
16924 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
16925
16926 #: parse.y:3854
16927 #, c-format
16928 msgid "type specifier omitted for parameter `%E'"
16929 msgstr ""
16930
16931 #: parse.y:3862
16932 msgid "'%D' is used as a type, but is not defined as a type."
16933 msgstr ""
16934
16935 #: cp/pt.c:284
16936 msgid "data member `%D' cannot be a member template"
16937 msgstr ""
16938
16939 #: cp/pt.c:296
16940 #, fuzzy
16941 msgid "invalid member template declaration `%D'"
16942 msgstr "ìç Ýãêõñïò áñéèìüò áðü êåíÝò ãñáììÝò: `%s'"
16943
16944 #: cp/pt.c:691
16945 msgid "explicit specialization in non-namespace scope `%D'"
16946 msgstr ""
16947
16948 #: cp/pt.c:703
16949 msgid "enclosing class templates are not explicitly specialized"
16950 msgstr ""
16951
16952 #: cp/pt.c:792 cp/pt.c:833
16953 msgid "specializing `%#T' in different namespace"
16954 msgstr ""
16955
16956 #: cp/pt.c:793 cp/pt.c:834
16957 #, fuzzy
16958 msgid "  from definition of `%#D'"
16959 msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
16960
16961 #: cp/pt.c:801
16962 msgid "specialization of `%T' after instantiation"
16963 msgstr ""
16964
16965 #: cp/pt.c:848
16966 #, fuzzy
16967 msgid "specialization `%T' after instantiation `%T'"
16968 msgstr "äéðëüò ïñéóìüò óõíüëïõ"
16969
16970 #: cp/pt.c:860
16971 msgid "explicit specialization of non-template `%T'"
16972 msgstr ""
16973
16974 #: cp/pt.c:992
16975 msgid "specialization of %D after instantiation"
16976 msgstr ""
16977
16978 #: cp/pt.c:1096
16979 msgid "%s %+#D"
16980 msgstr ""
16981
16982 #: cp/pt.c:1147
16983 msgid "`%D' is not a function template"
16984 msgstr ""
16985
16986 #: cp/pt.c:1286
16987 msgid "template-id `%D' for `%+D' does not match any template declaration"
16988 msgstr ""
16989
16990 #: cp/pt.c:1294
16991 msgid "ambiguous template specialization `%D' for `%+D'"
16992 msgstr ""
16993
16994 #. This case handles bogus declarations like template <>
16995 #. template <class T> void f<int>();
16996 #: cp/pt.c:1521 cp/pt.c:1595
16997 msgid "template-id `%D' in declaration of primary template"
16998 msgstr ""
16999
17000 #: cp/pt.c:1534
17001 msgid "template parameter list used in explicit instantiation"
17002 msgstr ""
17003
17004 #: cp/pt.c:1540
17005 msgid "definition provided for explicit instantiation"
17006 msgstr ""
17007
17008 #: cp/pt.c:1546
17009 msgid "too many template parameter lists in declaration of `%D'"
17010 msgstr ""
17011
17012 #: cp/pt.c:1562
17013 msgid "too few template parameter lists in declaration of `%D'"
17014 msgstr ""
17015
17016 #: cp/pt.c:1579
17017 msgid "explicit specialization not preceded by `template <>'"
17018 msgstr ""
17019
17020 #: cp/pt.c:1592
17021 msgid "partial specialization `%D' of function template"
17022 msgstr ""
17023
17024 #: cp/pt.c:1624
17025 msgid "default argument specified in explicit specialization"
17026 msgstr ""
17027
17028 #: cp/pt.c:1628
17029 msgid "template specialization with C linkage"
17030 msgstr ""
17031
17032 #. From [temp.expl.spec]:
17033 #.
17034 #. If such an explicit specialization for the member
17035 #. of a class template names an implicitly-declared
17036 #. special member function (clause _special_), the
17037 #. program is ill-formed.
17038 #.
17039 #. Similar language is found in [temp.explicit].
17040 #: cp/pt.c:1715
17041 msgid "specialization of implicitly-declared special member function"
17042 msgstr ""
17043
17044 #: cp/pt.c:1759
17045 msgid "no member function `%D' declared in `%T'"
17046 msgstr ""
17047
17048 #. There are two many template parameter lists.
17049 #: cp/pt.c:1909
17050 msgid "too many template parameter lists in declaration of `%T'"
17051 msgstr ""
17052
17053 #: cp/pt.c:2005
17054 msgid " shadows template parm `%#D'"
17055 msgstr ""
17056
17057 #: cp/pt.c:2409
17058 msgid "template parameters not used in partial specialization:"
17059 msgstr ""
17060
17061 #: cp/pt.c:2413
17062 msgid "        `%D'"
17063 msgstr "        `%D'"
17064
17065 #: cp/pt.c:2425
17066 msgid "partial specialization `%T' does not specialize any template arguments"
17067 msgstr ""
17068
17069 #: cp/pt.c:2450
17070 #, c-format
17071 msgid "template argument `%E' involves template parameter(s)"
17072 msgstr ""
17073
17074 #: cp/pt.c:2494
17075 msgid "type `%T' of template argument `%E' depends on template parameter(s)"
17076 msgstr ""
17077
17078 #: cp/pt.c:2582
17079 #, fuzzy
17080 msgid "no default argument for `%D'"
17081 msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
17082
17083 #: cp/pt.c:2735
17084 msgid "template with C linkage"
17085 msgstr ""
17086
17087 #: cp/pt.c:2738
17088 #, fuzzy
17089 msgid "template class without a name"
17090 msgstr "ìç ôåñìáôéæüìåíï üíïìá âÜñïõò"
17091
17092 #: cp/pt.c:2815
17093 msgid "`%D' does not declare a template type"
17094 msgstr ""
17095
17096 #: cp/pt.c:2821
17097 #, fuzzy
17098 msgid "template definition of non-template `%#D'"
17099 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
17100
17101 #: cp/pt.c:2862
17102 msgid "expected %d levels of template parms for `%#D', got %d"
17103 msgstr ""
17104
17105 #: cp/pt.c:2874
17106 msgid "got %d template parameters for `%#D'"
17107 msgstr ""
17108
17109 #: cp/pt.c:2877
17110 msgid "got %d template parameters for `%#T'"
17111 msgstr ""
17112
17113 #: cp/pt.c:2879
17114 #, c-format
17115 msgid "  but %d required"
17116 msgstr "  áëëÜ %d áðáéôïýíôáé"
17117
17118 #: cp/pt.c:2962
17119 #, fuzzy
17120 msgid "`%T' is not a template type"
17121 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
17122
17123 #: cp/pt.c:2978
17124 msgid "previous declaration `%D'"
17125 msgstr ""
17126
17127 #: cp/pt.c:2979
17128 #, c-format
17129 msgid "used %d template parameter%s instead of %d"
17130 msgstr ""
17131
17132 #: cp/pt.c:2995
17133 #, fuzzy
17134 msgid "template parameter `%#D'"
17135 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
17136
17137 #: cp/pt.c:2996
17138 msgid "redeclared here as `%#D'"
17139 msgstr ""
17140
17141 #. We have in [temp.param]:
17142 #.
17143 #. A template-parameter may not be given default arguments
17144 #. by two different declarations in the same scope.
17145 #: cp/pt.c:3006
17146 msgid "redefinition of default argument for `%#D'"
17147 msgstr ""
17148
17149 #: cp/pt.c:3007
17150 msgid "  original definition appeared here"
17151 msgstr ""
17152
17153 #: cp/pt.c:3100
17154 #, fuzzy, c-format
17155 msgid "`%E' is not a valid template argument"
17156 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
17157
17158 #: cp/pt.c:3104
17159 msgid "it must be the address of a function with external linkage"
17160 msgstr ""
17161
17162 #: cp/pt.c:3106
17163 msgid "it must be the address of an object with external linkage"
17164 msgstr ""
17165
17166 #: cp/pt.c:3110
17167 msgid "it must be a pointer-to-member of the form `&X::Y'"
17168 msgstr ""
17169
17170 #: cp/pt.c:3121
17171 #, c-format
17172 msgid "string literal %E is not a valid template argument because it is the address of an object with static linkage"
17173 msgstr ""
17174
17175 #: cp/pt.c:3133
17176 #, c-format
17177 msgid "address of non-extern `%E' cannot be used as template argument"
17178 msgstr ""
17179
17180 #: cp/pt.c:3144
17181 #, c-format
17182 msgid "non-constant `%E' cannot be used as template argument"
17183 msgstr ""
17184
17185 #: cp/pt.c:3151
17186 #, c-format
17187 msgid "object `%E' cannot be used as template argument"
17188 msgstr ""
17189
17190 #: cp/pt.c:3526
17191 #, c-format
17192 msgid "to refer to a type member of a template parameter, use `typename %E'"
17193 msgstr ""
17194
17195 #: cp/pt.c:3539 cp/pt.c:3555 cp/pt.c:3594
17196 msgid "type/value mismatch at argument %d in template parameter list for `%D'"
17197 msgstr ""
17198
17199 #: cp/pt.c:3542
17200 msgid "  expected a constant of type `%T', got `%T'"
17201 msgstr ""
17202
17203 #: cp/pt.c:3546
17204 #, fuzzy, c-format
17205 msgid "  expected a type, got `%E'"
17206 msgstr "%s: áíáìåíüôáí áêÝñáéïò ìåôÜ ôï `%c'"
17207
17208 #: cp/pt.c:3558
17209 #, fuzzy
17210 msgid "  expected a type, got `%T'"
17211 msgstr "%s: áíáìåíüôáí áêÝñáéïò ìåôÜ ôï `%c'"
17212
17213 #: cp/pt.c:3560
17214 msgid "  expected a class template, got `%T'"
17215 msgstr ""
17216
17217 #: cp/pt.c:3596
17218 msgid "  expected a template of type `%D', got `%D'"
17219 msgstr ""
17220
17221 #: cp/pt.c:3618
17222 msgid "template-argument `%T' uses anonymous type"
17223 msgstr ""
17224
17225 #: cp/pt.c:3621
17226 msgid "template-argument `%T' uses local type `%T'"
17227 msgstr ""
17228
17229 #: cp/pt.c:3631
17230 #, fuzzy
17231 msgid "template-argument `%T' is a variably modified type"
17232 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
17233
17234 #: cp/pt.c:3666
17235 msgid "could not convert template argument `%E' to `%T'"
17236 msgstr ""
17237
17238 #: cp/pt.c:3710
17239 #, fuzzy, c-format
17240 msgid "wrong number of template arguments (%d, should be %d)"
17241 msgstr "ëÜèïò áñéèìüò ïñéóìÜôùí"
17242
17243 #: cp/pt.c:3714
17244 msgid "provided for `%D'"
17245 msgstr ""
17246
17247 #: cp/pt.c:3761
17248 #, fuzzy, c-format
17249 msgid "template argument %d is invalid"
17250 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
17251
17252 #: cp/pt.c:3997
17253 msgid "non-template used as template"
17254 msgstr ""
17255
17256 #: cp/pt.c:4139
17257 #, fuzzy
17258 msgid "`%T' is not a template"
17259 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
17260
17261 #: cp/pt.c:4152
17262 msgid "non-template type `%T' used as a template"
17263 msgstr ""
17264
17265 #: cp/pt.c:4154
17266 msgid "for template declaration `%D'"
17267 msgstr ""
17268
17269 #: cp/pt.c:4770
17270 msgid "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN to increase the maximum) instantiating `%D'"
17271 msgstr ""
17272
17273 #: cp/pt.c:5247
17274 msgid "ambiguous class template instantiation for `%#T'"
17275 msgstr ""
17276
17277 #: cp/pt.c:5254
17278 msgid "%s %+#T"
17279 msgstr ""
17280
17281 #: cp/pt.c:6284 cp/pt.c:6396
17282 msgid "instantiation of `%D' as type `%T'"
17283 msgstr ""
17284
17285 #: cp/pt.c:6440
17286 #, fuzzy
17287 msgid "invalid parameter type `%T'"
17288 msgstr "Ìç Ýãêõñç ðñïôåñáéüôçôá `%s'"
17289
17290 #: cp/pt.c:6442
17291 msgid "in declaration `%D'"
17292 msgstr ""
17293
17294 #: cp/pt.c:6517
17295 msgid "creating pointer to member function of non-class type `%T'"
17296 msgstr ""
17297
17298 #: cp/pt.c:6680
17299 msgid "creating array with size zero"
17300 msgstr ""
17301
17302 #: cp/pt.c:6694
17303 #, c-format
17304 msgid "creating array with size zero (`%E')"
17305 msgstr ""
17306
17307 #: cp/pt.c:6933
17308 msgid "forming reference to void"
17309 msgstr ""
17310
17311 #: cp/pt.c:6935
17312 msgid "forming %s to reference type `%T'"
17313 msgstr ""
17314
17315 #: cp/pt.c:6973
17316 msgid "creating pointer to member of non-class type `%T'"
17317 msgstr ""
17318
17319 #: cp/pt.c:6979
17320 #, fuzzy
17321 msgid "creating pointer to member reference type `%T'"
17322 msgstr "äåí åßóôå ìÝëïò ôçò ïìÜäáò `%s'"
17323
17324 #: cp/pt.c:7057
17325 #, fuzzy
17326 msgid "creating array of `%T'"
17327 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
17328
17329 #: cp/pt.c:7100
17330 msgid "`%T' is not a class, struct, or union type"
17331 msgstr ""
17332
17333 #: cp/pt.c:7213
17334 #, c-format
17335 msgid "use of `%s' in template"
17336 msgstr ""
17337
17338 #: cp/pt.c:7975
17339 msgid "type `%T' composed from a local class is not a valid template-argument"
17340 msgstr ""
17341
17342 #: cp/pt.c:7976
17343 msgid "  trying to instantiate `%D'"
17344 msgstr ""
17345
17346 #: cp/pt.c:8421
17347 #, fuzzy
17348 msgid "incomplete type unification"
17349 msgstr "Ìåôáãëùôôéóìüò ðñïäéáãñáöþí ôïðéêþí ñõèìßóåùí"
17350
17351 #: cp/pt.c:9387
17352 #, c-format
17353 msgid "use of `%s' in template type unification"
17354 msgstr ""
17355
17356 #: cp/pt.c:9821 cp/pt.c:9893
17357 msgid "explicit instantiation of non-template `%#D'"
17358 msgstr ""
17359
17360 #: cp/pt.c:9837 cp/pt.c:9888
17361 #, fuzzy
17362 msgid "no matching template for `%D' found"
17363 msgstr "Ï Ýëåã÷ïò ìïíïðáôéïý ãéá ôï `%s' âñÞêå `%s'"
17364
17365 #: cp/pt.c:9843
17366 msgid "explicit instantiation of `%#D'"
17367 msgstr ""
17368
17369 #: cp/pt.c:9880
17370 #, fuzzy
17371 msgid "duplicate explicit instantiation of `%#D'"
17372 msgstr "äéðëüò ïñéóìüò óõíüëïõ"
17373
17374 #: cp/pt.c:9905
17375 msgid "ISO C++ forbids the use of `extern' on explicit instantiations"
17376 msgstr ""
17377
17378 #: cp/pt.c:9909 cp/pt.c:9999
17379 msgid "storage class `%D' applied to template instantiation"
17380 msgstr ""
17381
17382 #: cp/pt.c:9966
17383 msgid "explicit instantiation of non-template type `%T'"
17384 msgstr ""
17385
17386 #: cp/pt.c:9980
17387 msgid "explicit instantiation of `%#T' before definition of template"
17388 msgstr ""
17389
17390 #: cp/pt.c:9988
17391 #, c-format
17392 msgid "ISO C++ forbids the use of `%s' on explicit instantiations"
17393 msgstr ""
17394
17395 #: cp/pt.c:10032
17396 #, fuzzy
17397 msgid "duplicate explicit instantiation of `%#T'"
17398 msgstr "äéðëüò ïñéóìüò óõíüëïõ"
17399
17400 #: cp/pt.c:10412
17401 msgid "explicit instantiation of `%D' but no definition available"
17402 msgstr ""
17403
17404 #: cp/pt.c:10815
17405 #, fuzzy
17406 msgid "`%#T' is not a valid type for a template constant parameter"
17407 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
17408
17409 #: cp/repo.c:271
17410 msgid "-frepo must be used with -c"
17411 msgstr ""
17412
17413 #: cp/repo.c:361
17414 #, c-format
17415 msgid "mysterious repository information in %s"
17416 msgstr ""
17417
17418 #: cp/repo.c:376
17419 #, fuzzy, c-format
17420 msgid "can't create repository information file `%s'"
17421 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
17422
17423 #: cp/rtti.c:240
17424 #, fuzzy
17425 msgid "cannot use typeid with -fno-rtti"
17426 msgstr "Äåí åßíáé äõíáôü íá ÷ñçóéìïðïéçèåß ç åðéëïãÞ -a ÷ùñßò ôï -n"
17427
17428 #: cp/rtti.c:246
17429 msgid "must #include <typeinfo> before using typeid"
17430 msgstr ""
17431
17432 #: cp/rtti.c:320
17433 msgid "cannot create type information for type `%T' because its size is variable"
17434 msgstr ""
17435
17436 #: cp/rtti.c:584 cp/rtti.c:598
17437 msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
17438 msgstr ""
17439
17440 #: cp/rtti.c:674
17441 msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
17442 msgstr ""
17443
17444 #: cp/search.c:332
17445 #, fuzzy
17446 msgid "`%T' is an ambiguous base of `%T'"
17447 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
17448
17449 #: cp/search.c:350
17450 #, fuzzy
17451 msgid "`%T' is an inaccessible base of `%T'"
17452 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
17453
17454 #. At parse time, we don't want to give this error, since
17455 #. we won't have enough state to make this kind of
17456 #. decision properly.  But there are times (e.g., with
17457 #. enums in nested classes) when we do need to call
17458 #. this fn at parse time.  So, in those cases, we pass
17459 #. complain as a 0 and just return a NULL_TREE.
17460 #: cp/search.c:1638
17461 msgid "assignment to non-static member `%D' of enclosing class `%T'"
17462 msgstr ""
17463
17464 #: cp/search.c:2050
17465 msgid "adjusting pointers for covariant returns"
17466 msgstr ""
17467
17468 #: cp/search.c:2054 cp/search.c:2061
17469 #, fuzzy
17470 msgid "invalid covariant return type for `%#D'"
17471 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
17472
17473 #: cp/search.c:2055
17474 msgid "  overriding `%#D' (must be pointer or reference to class)"
17475 msgstr ""
17476
17477 #: cp/search.c:2062
17478 msgid "  overriding `%#D' (must use pointer or reference)"
17479 msgstr ""
17480
17481 #: cp/search.c:2067
17482 msgid "conflicting return type specified for `%#D'"
17483 msgstr ""
17484
17485 #: cp/search.c:2068
17486 #, fuzzy
17487 msgid "  overriding `%#D'"
17488 msgstr "áíôéãñÜöåôáé áðü ðÜíù"
17489
17490 #: cp/search.c:2077
17491 #, c-format
17492 msgid "looser throw specifier for `%#F'"
17493 msgstr ""
17494
17495 #: cp/search.c:2078
17496 #, fuzzy, c-format
17497 msgid "  overriding `%#F'"
17498 msgstr "áíôéãñÜöåôáé áðü ðÜíù"
17499
17500 #. A static member function cannot match an inherited
17501 #. virtual member function.
17502 #: cp/search.c:2167
17503 #, fuzzy
17504 msgid "`%#D' cannot be declared"
17505 msgstr "Äåí ìðïñåß íá ôåèåß ç çìåñïìçíßá."
17506
17507 #: cp/search.c:2168
17508 msgid "  since `%#D' declared in base class"
17509 msgstr ""
17510
17511 #: cp/search.c:2309
17512 msgid "`%#D' needs a final overrider"
17513 msgstr ""
17514
17515 #: cp/semantics.c:919
17516 #, c-format
17517 msgid "type of asm operand `%E' could not be determined"
17518 msgstr ""
17519
17520 #: cp/semantics.c:1051
17521 msgid "ISO C++ does not permit named return values"
17522 msgstr ""
17523
17524 #: cp/semantics.c:1060
17525 msgid "return identifier `%D' already in place"
17526 msgstr ""
17527
17528 #: cp/semantics.c:1068
17529 msgid "can't redefine default return value for constructors"
17530 msgstr ""
17531
17532 #: cp/semantics.c:1100
17533 msgid "only constructors take base initializers"
17534 msgstr ""
17535
17536 #: cp/semantics.c:1343
17537 msgid "`this' is unavailable for static member functions"
17538 msgstr ""
17539
17540 #: cp/semantics.c:1349
17541 msgid "invalid use of `this' in non-member function"
17542 msgstr ""
17543
17544 #: cp/semantics.c:1351
17545 msgid "invalid use of `this' at top level"
17546 msgstr ""
17547
17548 #: cp/semantics.c:1381
17549 msgid "calling type `%T' like a method"
17550 msgstr ""
17551
17552 #: cp/semantics.c:1419
17553 msgid "destructor specifier `%T::~%T()' must have matching names"
17554 msgstr ""
17555
17556 #: cp/semantics.c:1425
17557 #, fuzzy
17558 msgid "`%E' is not of type `%T'"
17559 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
17560
17561 #: cp/semantics.c:1613
17562 msgid "template type parameters must use the keyword `class' or `typename'"
17563 msgstr ""
17564
17565 # src/grep.c:785 src/grep.c:792
17566 # src/grep.c:1060 src/grep.c:1067 src/grep.c:1076
17567 #: cp/semantics.c:1652
17568 #, fuzzy
17569 msgid "invalid default template argument"
17570 msgstr "ìç Ýãêõñï üñéóìá ìÞêïõò ðåñéå÷ïìÝíïõ"
17571
17572 #: cp/semantics.c:1694
17573 msgid "definition of `%#T' inside template parameter list"
17574 msgstr ""
17575
17576 #: cp/semantics.c:1710
17577 #, fuzzy
17578 msgid "invalid definition of qualified type `%T'"
17579 msgstr "ìç Ýãêõñïò áñéèìüò áñ÷åßïõ óôç äÞëùóç ðåäßïõ: `%s'"
17580
17581 #: cp/semantics.c:2053
17582 #, fuzzy
17583 msgid "invalid base-class specification"
17584 msgstr "Ìç Ýãêõñç ñýèìéóç èýñáò (port)"
17585
17586 #: cp/semantics.c:2062
17587 msgid "base class `%T' has cv qualifiers"
17588 msgstr ""
17589
17590 #: cp/semantics.c:2093
17591 msgid "multiple declarators in template declaration"
17592 msgstr ""
17593
17594 #: cp/semantics.c:2120
17595 #, fuzzy, c-format
17596 msgid "type of `%E' is unknown"
17597 msgstr "ç åðéóôñåöüìåíç ôéìÞ ôçò `%s' äåí åßíáé `int'"
17598
17599 #: cp/spew.c:225
17600 #, c-format
17601 msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"
17602 msgstr ""
17603
17604 #: cp/spew.c:1002 cp/spew.c:1340
17605 msgid "parse error at end of saved function text"
17606 msgstr ""
17607
17608 #: cp/spew.c:1090 cp/spew.c:1178
17609 msgid "%Hend of file read inside definition"
17610 msgstr ""
17611
17612 #: cp/spew.c:1121
17613 #, fuzzy
17614 msgid "parse error in method specification"
17615 msgstr "óõíôáêôéêü óöÜëìá óôïí êáèïñéóìü óåéñÜò"
17616
17617 #: cp/spew.c:1161
17618 msgid "function body for constructor missing"
17619 msgstr ""
17620
17621 #: cp/spew.c:1262
17622 msgid "%Hend of file read inside default argument"
17623 msgstr ""
17624
17625 #: cp/spew.c:1419
17626 msgid "circular dependency in default args of `%#D'"
17627 msgstr ""
17628
17629 #: cp/spew.c:1483
17630 #, fuzzy
17631 msgid "invalid type `%T' for default argument to `%T'"
17632 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
17633
17634 #: cp/spew.c:1548
17635 #, c-format
17636 msgid "%s before `%s'"
17637 msgstr "%s ðñéí áðü `%s'"
17638
17639 #: cp/spew.c:1550
17640 #, c-format
17641 msgid "%s before `%c'"
17642 msgstr "%s ðñéí áðü `%c'"
17643
17644 #: cp/spew.c:1552
17645 #, c-format
17646 msgid "%s before `\\%o'"
17647 msgstr "%s ðñéí áðü `\\%o'"
17648
17649 #: cp/spew.c:1555
17650 #, fuzzy, c-format
17651 msgid "%s before `%s' token"
17652 msgstr "%s (ãéá êáíïíéêÞ Ýêöñáóç `%s')"
17653
17654 #: cp/tree.c:263 cp/tree.c:275
17655 #, c-format
17656 msgid "non-lvalue in %s"
17657 msgstr ""
17658
17659 #: cp/tree.c:562
17660 #, fuzzy
17661 msgid "`%V' qualifiers cannot be applied to `%T'"
17662 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
17663
17664 #: cp/tree.c:1941
17665 #, c-format
17666 msgid "`%s' attribute can only be applied to Java class definitions"
17667 msgstr ""
17668
17669 #: cp/tree.c:1971
17670 #, c-format
17671 msgid "`%s' attribute can only be applied to class definitions"
17672 msgstr ""
17673
17674 #: cp/tree.c:1977
17675 #, c-format
17676 msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"
17677 msgstr ""
17678
17679 #: cp/tree.c:2002
17680 msgid "requested init_priority is not an integer constant"
17681 msgstr ""
17682
17683 #: cp/tree.c:2023
17684 #, c-format
17685 msgid "can only use `%s' attribute on file-scope definitions of objects of class type"
17686 msgstr ""
17687
17688 #: cp/tree.c:2031
17689 msgid "requested init_priority is out of range"
17690 msgstr ""
17691
17692 #: cp/tree.c:2041
17693 msgid "requested init_priority is reserved for internal use"
17694 msgstr ""
17695
17696 #: cp/tree.c:2051
17697 #, fuzzy, c-format
17698 msgid "`%s' attribute is not supported on this platform"
17699 msgstr "ðñïåéäïðïßçóç: ôï --pid=PID äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
17700
17701 #: cp/tree.c:2588
17702 #, c-format
17703 msgid "lang_* check: failed in %s, at %s:%d"
17704 msgstr ""
17705
17706 #: cp/typeck.c:524
17707 #, c-format
17708 msgid "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
17709 msgstr ""
17710
17711 #: cp/typeck.c:545
17712 msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
17713 msgstr ""
17714
17715 #: cp/typeck.c:1436
17716 msgid "ISO C++ prohibits conversion from `%#T' to `(...)'"
17717 msgstr ""
17718
17719 #: cp/typeck.c:1514
17720 #, c-format
17721 msgid "invalid application of `%s' to a member function"
17722 msgstr ""
17723
17724 #: cp/typeck.c:1520
17725 #, fuzzy, c-format
17726 msgid "invalid application of `%s' to non-static member"
17727 msgstr "ìç Ýãêõñç ìÝôñçóç åðáíÜëçøçò `%s' óôç êáôáóêåõÞ [c*n]"
17728
17729 #: cp/typeck.c:1538
17730 msgid "sizeof applied to a bit-field"
17731 msgstr ""
17732
17733 #: cp/typeck.c:1541
17734 msgid "ISO C++ forbids applying `sizeof' to an expression of function type"
17735 msgstr ""
17736
17737 #: cp/typeck.c:1759
17738 msgid "deprecated conversion from string constant to `%T'"
17739 msgstr ""
17740
17741 #: cp/typeck.c:1890 cp/typeck.c:2122
17742 msgid "request for member `%D' in `%E', which is of non-class type `%T'"
17743 msgstr ""
17744
17745 #: cp/typeck.c:1916
17746 #, fuzzy
17747 msgid "`%D' is not a member of `%T'"
17748 msgstr "äåí åßóôå ìÝëïò ôçò ïìÜäáò `%s'"
17749
17750 #: cp/typeck.c:1957 cp/typeck.c:1978
17751 #, fuzzy
17752 msgid "invalid access to non-static data member `%D' of NULL object"
17753 msgstr "ìç Ýãêõñïò áñéèìüò áðü óôÞëåò: `%s'"
17754
17755 #: cp/typeck.c:1959 cp/typeck.c:1980
17756 msgid "(perhaps the `offsetof' macro was used incorrectly)"
17757 msgstr ""
17758
17759 #: cp/typeck.c:2168
17760 #, fuzzy
17761 msgid "`%D::%D' is not a member of `%T'"
17762 msgstr "äåí åßóôå ìÝëïò ôçò ïìÜäáò `%s'"
17763
17764 #: cp/typeck.c:2179
17765 #, fuzzy
17766 msgid "`%T' is not a base of `%T'"
17767 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
17768
17769 #: cp/typeck.c:2199
17770 msgid "destructor specifier `%T::~%T' must have matching names"
17771 msgstr ""
17772
17773 #: cp/typeck.c:2205
17774 #, fuzzy
17775 msgid "type `%T' has no destructor"
17776 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
17777
17778 #: cp/typeck.c:2244
17779 #, fuzzy
17780 msgid "`%D' is not a member template function"
17781 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
17782
17783 #. A pointer to incomplete type (other than cv void) can be
17784 #. dereferenced [expr.unary.op]/1
17785 #: cp/typeck.c:2338
17786 #, fuzzy
17787 msgid "`%T' is not a pointer-to-object type"
17788 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
17789
17790 #: cp/typeck.c:2365
17791 #, c-format
17792 msgid "invalid use of `%s' on pointer to member"
17793 msgstr ""
17794
17795 #: cp/typeck.c:2371
17796 #, fuzzy
17797 msgid "invalid type argument"
17798 msgstr "Ìç Ýãêõñç ðáñÜìåôñïò"
17799
17800 #: cp/typeck.c:2474
17801 msgid "ISO C++ forbids subscripting non-lvalue array"
17802 msgstr ""
17803
17804 #: cp/typeck.c:2485
17805 msgid "subscripting array declared `register'"
17806 msgstr ""
17807
17808 #: cp/typeck.c:2570
17809 #, c-format
17810 msgid "object missing in use of `%E'"
17811 msgstr ""
17812
17813 #: cp/typeck.c:2674
17814 msgid "ISO C++ forbids calling `::main' from within program"
17815 msgstr ""
17816
17817 #: cp/typeck.c:2699
17818 #, c-format
17819 msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
17820 msgstr ""
17821
17822 #: cp/typeck.c:2712
17823 #, c-format
17824 msgid "`%E' cannot be used as a function"
17825 msgstr ""
17826
17827 #: cp/typeck.c:2824
17828 #, fuzzy
17829 msgid "too many arguments to %s `%+#D'"
17830 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
17831
17832 #: cp/typeck.c:2865
17833 msgid "parameter type of called function is incomplete"
17834 msgstr ""
17835
17836 #: cp/typeck.c:2928
17837 #, fuzzy
17838 msgid "too few arguments to %s `%+#D'"
17839 msgstr "ðïëý ëßãá ïñßóìáôá"
17840
17841 #: cp/typeck.c:3056 cp/typeck.c:3066
17842 msgid "assuming cast to type `%T' from overloaded function"
17843 msgstr ""
17844
17845 #: cp/typeck.c:3126
17846 #, c-format
17847 msgid "division by zero in `%E / 0'"
17848 msgstr ""
17849
17850 #: cp/typeck.c:3128
17851 #, c-format
17852 msgid "division by zero in `%E / 0.'"
17853 msgstr ""
17854
17855 #: cp/typeck.c:3158
17856 #, fuzzy, c-format
17857 msgid "division by zero in `%E %% 0'"
17858 msgstr "Äéáßñåóç ìå ìçäÝí óôçí áðïôßìçóç: %s"
17859
17860 #: cp/typeck.c:3160
17861 #, fuzzy, c-format
17862 msgid "division by zero in `%E %% 0.'"
17863 msgstr "Äéáßñåóç ìå ìçäÝí óôçí áðïôßìçóç: %s"
17864
17865 #: cp/typeck.c:3240
17866 #, c-format
17867 msgid "%s rotate count is negative"
17868 msgstr ""
17869
17870 #: cp/typeck.c:3243
17871 #, c-format
17872 msgid "%s rotate count >= width of type"
17873 msgstr ""
17874
17875 #: cp/typeck.c:3274 cp/typeck.c:3279 cp/typeck.c:3370 cp/typeck.c:3375
17876 msgid "ISO C++ forbids comparison between pointer and integer"
17877 msgstr ""
17878
17879 #: cp/typeck.c:3553
17880 msgid "comparison between types `%#T' and `%#T'"
17881 msgstr ""
17882
17883 #: cp/typeck.c:3589
17884 msgid "comparison between signed and unsigned integer expressions"
17885 msgstr ""
17886
17887 #: cp/typeck.c:3654
17888 msgid "invalid operands of types `%T' and `%T' to binary `%O'"
17889 msgstr ""
17890
17891 #. Some sort of arithmetic operation involving NULL was
17892 #. performed.  Note that pointer-difference and pointer-addition
17893 #. have already been handled above, and so we don't end up here in
17894 #. that case.
17895 #: cp/typeck.c:3676
17896 msgid "NULL used in arithmetic"
17897 msgstr ""
17898
17899 #: cp/typeck.c:3743
17900 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
17901 msgstr ""
17902
17903 #: cp/typeck.c:3745
17904 msgid "ISO C++ forbids using pointer to a function in subtraction"
17905 msgstr ""
17906
17907 #: cp/typeck.c:3747
17908 msgid "ISO C++ forbids using pointer to a method in subtraction"
17909 msgstr ""
17910
17911 #: cp/typeck.c:3749
17912 msgid "ISO C++ forbids using pointer to a member in subtraction"
17913 msgstr ""
17914
17915 #: cp/typeck.c:3761
17916 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
17917 msgstr ""
17918
17919 #: cp/typeck.c:3821
17920 #, c-format
17921 msgid "invalid use of '%E' to form a pointer-to-member-function.  Use a qualified-id."
17922 msgstr ""
17923
17924 #: cp/typeck.c:3827
17925 #, c-format
17926 msgid "parenthesis around '%E' cannot be used to form a pointer-to-member-function"
17927 msgstr ""
17928
17929 #: cp/typeck.c:3850
17930 msgid "taking address of temporary"
17931 msgstr ""
17932
17933 #: cp/typeck.c:4091
17934 #, c-format
17935 msgid "ISO C++ forbids %sing an enum"
17936 msgstr ""
17937
17938 #: cp/typeck.c:4103
17939 msgid "cannot %s a pointer to incomplete type `%T'"
17940 msgstr ""
17941
17942 #: cp/typeck.c:4110
17943 msgid "ISO C++ forbids %sing a pointer of type `%T'"
17944 msgstr ""
17945
17946 #: cp/typeck.c:4135
17947 msgid "cast to non-reference type used as lvalue"
17948 msgstr ""
17949
17950 #: cp/typeck.c:4169
17951 #, fuzzy
17952 msgid "invalid use of `--' on bool variable `%D'"
17953 msgstr "ìç Ýãêõñïò áñéèìüò áðü êåíÝò ãñáììÝò: `%s'"
17954
17955 #. ARM $3.4
17956 #: cp/typeck.c:4202
17957 msgid "ISO C++ forbids taking address of function `::main'"
17958 msgstr ""
17959
17960 #. An expression like &memfn.
17961 #: cp/typeck.c:4269
17962 msgid "ISO C++ forbids taking the address of an unqualified non-static member function to form a pointer to member function.  Say `&%T::%D'"
17963 msgstr ""
17964
17965 #: cp/typeck.c:4271
17966 msgid "ISO C++ forbids taking the address of a bound member function to form a pointer to member function.  Say `&%T::%D'"
17967 msgstr ""
17968
17969 #: cp/typeck.c:4295
17970 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
17971 msgstr ""
17972
17973 #: cp/typeck.c:4324
17974 msgid "attempt to take address of bit-field structure member `%D'"
17975 msgstr ""
17976
17977 #: cp/typeck.c:4444
17978 msgid "taking address of destructor"
17979 msgstr ""
17980
17981 #: cp/typeck.c:4457
17982 msgid "taking address of bound pointer-to-member expression"
17983 msgstr ""
17984
17985 #: cp/typeck.c:4473
17986 #, fuzzy
17987 msgid "cannot create pointer to reference member `%D'"
17988 msgstr "äåí åßíáé äõíáôüí íá ãßíåé `stat' ôï locale áñ÷åßï `%s'"
17989
17990 #: cp/typeck.c:4536
17991 msgid "cannot take the address of `this', which is an rvalue expression"
17992 msgstr ""
17993
17994 #: cp/typeck.c:4555
17995 msgid "address requested for `%D', which is declared `register'"
17996 msgstr ""
17997
17998 #: cp/typeck.c:4682
17999 msgid "static_cast from type `%T' to type `%T' casts away constness"
18000 msgstr ""
18001
18002 #: cp/typeck.c:4871
18003 #, fuzzy
18004 msgid "invalid static_cast from type `%T' to type `%T'"
18005 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
18006
18007 #: cp/typeck.c:4910
18008 msgid "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
18009 msgstr ""
18010
18011 #: cp/typeck.c:4930
18012 msgid "reinterpret_cast from `%T' to `%T' loses precision"
18013 msgstr ""
18014
18015 #: cp/typeck.c:4943
18016 msgid "reinterpret_cast from `%T' to `%T' casts away const (or volatile)"
18017 msgstr ""
18018
18019 #: cp/typeck.c:4952
18020 msgid "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
18021 msgstr ""
18022
18023 #: cp/typeck.c:4958
18024 msgid "invalid reinterpret_cast from type `%T' to type `%T'"
18025 msgstr ""
18026
18027 #: cp/typeck.c:4985
18028 msgid "invalid use of const_cast with type `%T', which is not a pointer, reference, nor a pointer-to-data-member type"
18029 msgstr ""
18030
18031 #: cp/typeck.c:4988
18032 msgid "invalid use of const_cast with type `%T', which is a pointer or reference to a function type"
18033 msgstr ""
18034
18035 #: cp/typeck.c:5011
18036 msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
18037 msgstr ""
18038
18039 #: cp/typeck.c:5027
18040 #, fuzzy
18041 msgid "invalid const_cast from type `%T' to type `%T'"
18042 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
18043
18044 #: cp/typeck.c:5069 cp/typeck.c:5074
18045 msgid "ISO C++ forbids casting to an array type `%T'"
18046 msgstr ""
18047
18048 #: cp/typeck.c:5082
18049 #, fuzzy
18050 msgid "invalid cast to function type `%T'"
18051 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
18052
18053 #: cp/typeck.c:5138
18054 msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
18055 msgstr ""
18056
18057 #: cp/typeck.c:5184
18058 msgid "cast from `%T' to `%T' increases required alignment of target type"
18059 msgstr ""
18060
18061 #: cp/typeck.c:5357
18062 msgid "  in evaluation of `%Q(%#T, %#T)'"
18063 msgstr ""
18064
18065 #: cp/typeck.c:5399
18066 msgid "ISO C++ forbids cast to non-reference type used as lvalue"
18067 msgstr ""
18068
18069 #: cp/typeck.c:5463
18070 msgid "incompatible types in assignment of `%T' to `%T'"
18071 msgstr ""
18072
18073 #: cp/typeck.c:5470
18074 msgid "ISO C++ forbids assignment of arrays"
18075 msgstr ""
18076
18077 #: cp/typeck.c:5577
18078 msgid "   in pointer to member function conversion"
18079 msgstr ""
18080
18081 #: cp/typeck.c:5585
18082 msgid "   in pointer to member conversion"
18083 msgstr ""
18084
18085 #. This is a reinterpret cast, we choose to do nothing.
18086 #: cp/typeck.c:5596 cp/typeck.c:5615
18087 msgid "pointer to member cast via virtual base `%T' of `%T'"
18088 msgstr ""
18089
18090 #: cp/typeck.c:5619
18091 msgid "pointer to member conversion via virtual base `%T' of `%T'"
18092 msgstr ""
18093
18094 #: cp/typeck.c:5695
18095 msgid "invalid conversion to type `%T' from type `%T'"
18096 msgstr ""
18097
18098 #: cp/typeck.c:5860
18099 msgid "passing NULL used for non-pointer %s %P of `%D'"
18100 msgstr ""
18101
18102 #: cp/typeck.c:5863
18103 msgid "%s to non-pointer type `%T' from NULL"
18104 msgstr ""
18105
18106 #: cp/typeck.c:5871
18107 msgid "passing `%T' for %s %P of `%D'"
18108 msgstr ""
18109
18110 #: cp/typeck.c:5874
18111 msgid "%s to `%T' from `%T'"
18112 msgstr ""
18113
18114 #: cp/typeck.c:5884
18115 msgid "passing negative value `%E' for %s %P of `%D'"
18116 msgstr ""
18117
18118 #: cp/typeck.c:5887
18119 msgid "%s of negative value `%E' to `%T'"
18120 msgstr ""
18121
18122 #: cp/typeck.c:5982
18123 msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
18124 msgstr ""
18125
18126 #: cp/typeck.c:5985
18127 #, fuzzy
18128 msgid "cannot convert `%T' to `%T' in %s"
18129 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
18130
18131 #: cp/typeck.c:6073 cp/typeck.c:6075
18132 #, fuzzy
18133 msgid "in passing argument %P of `%+D'"
18134 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
18135
18136 #: cp/typeck.c:6190
18137 #, fuzzy
18138 msgid "returning reference to temporary"
18139 msgstr "xdr_reference: ç ìíÞìç åîáíôëÞèçêå\n"
18140
18141 #: cp/typeck.c:6197
18142 msgid "reference to non-lvalue returned"
18143 msgstr ""
18144
18145 #: cp/typeck.c:6209
18146 msgid "reference to local variable `%D' returned"
18147 msgstr ""
18148
18149 #: cp/typeck.c:6212
18150 msgid "address of local variable `%D' returned"
18151 msgstr ""
18152
18153 #: cp/typeck.c:6243
18154 msgid "returning a value from a destructor"
18155 msgstr ""
18156
18157 #. If a return statement appears in a handler of the
18158 #. function-try-block of a constructor, the program is ill-formed.
18159 #: cp/typeck.c:6251
18160 msgid "cannot return from a handler of a function-try-block of a constructor"
18161 msgstr ""
18162
18163 #. You can't return a value from a constructor.
18164 #: cp/typeck.c:6254
18165 msgid "returning a value from a constructor"
18166 msgstr ""
18167
18168 #: cp/typeck.c:6271
18169 msgid "return-statement with no value, in function declared with a non-void return type"
18170 msgstr ""
18171
18172 #: cp/typeck.c:6287
18173 msgid "return-statement with a value, in function declared with a void return type"
18174 msgstr ""
18175
18176 #: cp/typeck.c:6308
18177 msgid "`operator new' must not return NULL unless it is declared `throw()' (or -fcheck-new is in effect)"
18178 msgstr ""
18179
18180 #: cp/typeck2.c:54
18181 msgid "type `%T' is not a base type for type `%T'"
18182 msgstr ""
18183
18184 #: cp/typeck2.c:157
18185 #, fuzzy
18186 msgid "cannot declare variable `%D' to be of type `%T'"
18187 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
18188
18189 #: cp/typeck2.c:160
18190 #, fuzzy
18191 msgid "cannot declare parameter `%D' to be of type `%T'"
18192 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
18193
18194 #: cp/typeck2.c:163
18195 #, fuzzy
18196 msgid "cannot declare field `%D' to be of type `%T'"
18197 msgstr "Üãíùóôïò ÷áñáêôÞñáò óôï ðåäßï `%s' ôçò êáôçãïñßáò `%s'"
18198
18199 #: cp/typeck2.c:167
18200 msgid "invalid return type for member function `%#D'"
18201 msgstr ""
18202
18203 #: cp/typeck2.c:169
18204 #, fuzzy
18205 msgid "invalid return type for function `%#D'"
18206 msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
18207
18208 #: cp/typeck2.c:172
18209 #, fuzzy
18210 msgid "cannot allocate an object of type `%T'"
18211 msgstr "áäõíáìßá áíÜãíùóçò êáôáëüãïõ locale `%s'"
18212
18213 #: cp/typeck2.c:179
18214 msgid "  because the following virtual functions are abstract:"
18215 msgstr ""
18216
18217 #: cp/typeck2.c:181
18218 msgid "\t%#D"
18219 msgstr ""
18220
18221 #: cp/typeck2.c:184
18222 msgid "  since type `%T' has abstract virtual functions"
18223 msgstr ""
18224
18225 #: cp/typeck2.c:338
18226 msgid "constructor syntax used, but no constructor declared for type `%T'"
18227 msgstr ""
18228
18229 #: cp/typeck2.c:349
18230 msgid "comma expression used to initialize return value"
18231 msgstr ""
18232
18233 #: cp/typeck2.c:358
18234 msgid "cannot initialize arrays using this syntax"
18235 msgstr ""
18236
18237 #: cp/typeck2.c:473
18238 msgid "initializing array with parameter list"
18239 msgstr ""
18240
18241 #: cp/typeck2.c:529
18242 msgid "initializer for scalar variable requires one element"
18243 msgstr ""
18244
18245 #: cp/typeck2.c:536
18246 msgid "braces around scalar initializer for `%T'"
18247 msgstr ""
18248
18249 #: cp/typeck2.c:539
18250 msgid "ignoring extra initializers for `%T'"
18251 msgstr ""
18252
18253 #: cp/typeck2.c:551
18254 msgid "variable-sized object of type `%T' may not be initialized"
18255 msgstr ""
18256
18257 #: cp/typeck2.c:561
18258 msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
18259 msgstr ""
18260
18261 #: cp/typeck2.c:627
18262 msgid "aggregate has a partly bracketed initializer"
18263 msgstr ""
18264
18265 #: cp/typeck2.c:665 cp/typeck2.c:770
18266 msgid "non-trivial labeled initializers"
18267 msgstr ""
18268
18269 #: cp/typeck2.c:682
18270 msgid "non-empty initializer for array of empty elements"
18271 msgstr ""
18272
18273 #: cp/typeck2.c:736
18274 msgid "initializer list for object of class with virtual base classes"
18275 msgstr ""
18276
18277 #: cp/typeck2.c:742
18278 msgid "initializer list for object of class with base classes"
18279 msgstr ""
18280
18281 #: cp/typeck2.c:748
18282 msgid "initializer list for object using virtual functions"
18283 msgstr ""
18284
18285 #: cp/typeck2.c:811 cp/typeck2.c:827
18286 msgid "missing initializer for member `%D'"
18287 msgstr ""
18288
18289 #: cp/typeck2.c:816
18290 msgid "uninitialized const member `%D'"
18291 msgstr ""
18292
18293 #: cp/typeck2.c:818
18294 msgid "member `%D' with uninitialized const fields"
18295 msgstr ""
18296
18297 #: cp/typeck2.c:821
18298 msgid "member `%D' is uninitialized reference"
18299 msgstr ""
18300
18301 #: cp/typeck2.c:868
18302 msgid "index value instead of field name in union initializer"
18303 msgstr ""
18304
18305 #: cp/typeck2.c:880
18306 msgid "no field `%D' in union being initialized"
18307 msgstr ""
18308
18309 #: cp/typeck2.c:888
18310 msgid "union `%T' with no named members cannot be initialized"
18311 msgstr ""
18312
18313 #: cp/typeck2.c:924
18314 msgid "excess elements in aggregate initializer"
18315 msgstr ""
18316
18317 #: cp/typeck2.c:1038
18318 msgid "circular pointer delegation detected"
18319 msgstr ""
18320
18321 #: cp/typeck2.c:1051
18322 msgid "base operand of `->' has non-pointer type `%T'"
18323 msgstr ""
18324
18325 #: cp/typeck2.c:1065
18326 msgid "result of `operator->()' yields non-pointer result"
18327 msgstr ""
18328
18329 #: cp/typeck2.c:1067
18330 msgid "base operand of `->' is not a pointer"
18331 msgstr ""
18332
18333 #: cp/typeck2.c:1133
18334 msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
18335 msgstr ""
18336
18337 #: cp/typeck2.c:1140
18338 msgid "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
18339 msgstr ""
18340
18341 #: cp/typeck2.c:1149
18342 msgid "member type `%T::' incompatible with object type `%T'"
18343 msgstr ""
18344
18345 #: cp/typeck2.c:1186
18346 msgid "`%T' fails to be a typedef or built-in type"
18347 msgstr ""
18348
18349 #: cp/typeck2.c:1259
18350 #, c-format
18351 msgid "ISO C++ forbids defining types within %s"
18352 msgstr ""
18353
18354 #: cp/typeck2.c:1384
18355 msgid "call to function `%D' which throws incomplete type `%#T'"
18356 msgstr ""
18357
18358 #: cp/typeck2.c:1387
18359 #, fuzzy
18360 msgid "call to function which throws incomplete type `%#T'"
18361 msgstr "ìç ðëÞñçò åããñáöÞ"
18362
18363 #. XXX Not i18n clean.
18364 #: cp/cp-tree.h:3936
18365 #, c-format
18366 msgid "%s is deprecated, please see the documentation for details"
18367 msgstr ""
18368
18369 #: cp/lang-options.h:29
18370 msgid "Do not obey access control semantics"
18371 msgstr ""
18372
18373 #: cp/lang-options.h:31
18374 msgid "Change when template instances are emitted"
18375 msgstr ""
18376
18377 #: cp/lang-options.h:36
18378 msgid "Check the return value of new"
18379 msgstr ""
18380
18381 #: cp/lang-options.h:39
18382 msgid "Reduce size of object files"
18383 msgstr ""
18384
18385 #: cp/lang-options.h:43
18386 msgid "Make string literals `char[]' instead of `const char[]'"
18387 msgstr ""
18388
18389 #: cp/lang-options.h:46
18390 msgid "Dump the entire translation unit to a file"
18391 msgstr ""
18392
18393 #: cp/lang-options.h:48
18394 msgid "Do not inline member functions by default"
18395 msgstr ""
18396
18397 #: cp/lang-options.h:51
18398 msgid "Do not generate run time type descriptor information"
18399 msgstr ""
18400
18401 #: cp/lang-options.h:56
18402 msgid "Do not generate code to check exception specifications"
18403 msgstr ""
18404
18405 #: cp/lang-options.h:61
18406 msgid "Scope of for-init-statement vars extends outside"
18407 msgstr ""
18408
18409 #: cp/lang-options.h:64
18410 msgid "Do not recognize GNU defined keywords"
18411 msgstr ""
18412
18413 #: cp/lang-options.h:68
18414 msgid "Enable support for huge objects"
18415 msgstr ""
18416
18417 #: cp/lang-options.h:72
18418 msgid "Export functions even if they can be inlined"
18419 msgstr ""
18420
18421 #: cp/lang-options.h:75
18422 #, fuzzy
18423 msgid "Only emit explicit template instantiations"
18424 msgstr "äéðëüò ïñéóìüò óõíüëïõ"
18425
18426 #: cp/lang-options.h:78
18427 #, fuzzy
18428 msgid "Only emit explicit instantiations of inline templates"
18429 msgstr "äéðëüò ïñéóìüò óõíüëïõ"
18430
18431 #: cp/lang-options.h:84
18432 msgid "Don't pedwarn about uses of Microsoft extensions"
18433 msgstr ""
18434
18435 #: cp/lang-options.h:87
18436 msgid "Recognize and/bitand/bitor/compl/not/or/xor"
18437 msgstr ""
18438
18439 #: cp/lang-options.h:91
18440 msgid "Disable optional diagnostics"
18441 msgstr ""
18442
18443 #: cp/lang-options.h:93
18444 msgid "Downgrade conformance errors to warnings"
18445 msgstr ""
18446
18447 #: cp/lang-options.h:96
18448 msgid "Enable automatic template instantiation"
18449 msgstr ""
18450
18451 #: cp/lang-options.h:101
18452 msgid "Display statistics accumulated during compilation"
18453 msgstr ""
18454
18455 #: cp/lang-options.h:104
18456 msgid "Specify maximum template instantiation depth"
18457 msgstr ""
18458
18459 #: cp/lang-options.h:106
18460 msgid "Use __cxa_atexit to register destructors"
18461 msgstr ""
18462
18463 #: cp/lang-options.h:109
18464 msgid "Discard unused virtual functions"
18465 msgstr ""
18466
18467 #: cp/lang-options.h:112
18468 msgid "Implement vtables using thunks"
18469 msgstr ""
18470
18471 #: cp/lang-options.h:115
18472 msgid "Emit common-like symbols as weak symbols"
18473 msgstr ""
18474
18475 #: cp/lang-options.h:118
18476 #, fuzzy
18477 msgid "Emit cross referencing information"
18478 msgstr "åìöÜíéóç ðëçñïöïñéþí ðñïüäïõ"
18479
18480 #: cp/lang-options.h:122
18481 msgid "Warn about inconsistent return types"
18482 msgstr ""
18483
18484 #: cp/lang-options.h:125
18485 msgid "Warn about overloaded virtual function names"
18486 msgstr ""
18487
18488 #: cp/lang-options.h:129
18489 msgid "Don't warn when all ctors/dtors are private"
18490 msgstr ""
18491
18492 #: cp/lang-options.h:131
18493 msgid "Warn about non virtual destructors"
18494 msgstr ""
18495
18496 #: cp/lang-options.h:134
18497 msgid "Warn when a function is declared extern, then inline"
18498 msgstr ""
18499
18500 #: cp/lang-options.h:137
18501 msgid "Warn when the compiler reorders code"
18502 msgstr ""
18503
18504 #: cp/lang-options.h:140
18505 msgid "Warn when synthesis behavior differs from Cfront"
18506 msgstr ""
18507
18508 #: cp/lang-options.h:144
18509 msgid "Don't warn when type converting pointers to member functions"
18510 msgstr ""
18511
18512 #: cp/lang-options.h:146
18513 msgid "Warn about violations of Effective C++ style rules"
18514 msgstr ""
18515
18516 #: cp/lang-options.h:149
18517 msgid "Warn when overload promotes from unsigned to signed"
18518 msgstr ""
18519
18520 #: cp/lang-options.h:152
18521 msgid "Warn if a C style cast is used in a program"
18522 msgstr ""
18523
18524 #: cp/lang-options.h:156
18525 msgid "Don't warn when non-templatized friend functions are declared within a template"
18526 msgstr ""
18527
18528 #: cp/lang-options.h:159
18529 msgid "Don't announce deprecation of compiler features"
18530 msgstr ""
18531
18532 #: f/bad.c:387
18533 msgid "note:"
18534 msgstr "óçìåßùóç:"
18535
18536 #: f/bad.c:391
18537 #, fuzzy
18538 msgid "warning:"
18539 msgstr "ðñïåéäïðïßçóç: "
18540
18541 #: f/bad.c:395
18542 msgid "fatal:"
18543 msgstr "ìïéñáßï:"
18544
18545 #: f/bad.c:437
18546 msgid "(continued):"
18547 msgstr "(óõíå÷ßæåôáé):"
18548
18549 #: f/bad.c:487 f/bad.c:505
18550 msgid "[REPORT BUG!!] %"
18551 msgstr "[ÁÍÁÖ¸ÑÅÔÅ ÔÏ ÓÖ¶ËÌÁ!!] %"
18552
18553 #: f/bad.c:494 f/bad.c:526
18554 msgid "[REPORT BUG!!]"
18555 msgstr "[ÁÍÁÖ¸ÑÅÔÅ ÔÏ ÓÖÁËÌÁ!!]"
18556
18557 #: f/com.c:3132
18558 #, no-c-format
18559 msgid "ASSIGN'ed label cannot fit into `%A' at %0 -- using wider sibling"
18560 msgstr ""
18561
18562 #: f/com.c:11623
18563 msgid "no INTEGER type can hold a pointer on this configuration"
18564 msgstr ""
18565
18566 #: f/com.c:11844
18567 #, c-format
18568 msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
18569 msgstr ""
18570
18571 #: f/com.c:11846
18572 #, c-format
18573 msgid "and pointers are %d bits wide, but g77 doesn't yet work"
18574 msgstr ""
18575
18576 #: f/com.c:11848
18577 msgid "properly unless they all are 32 bits wide"
18578 msgstr ""
18579
18580 #: f/com.c:11849
18581 msgid "Please keep this in mind before you report bugs."
18582 msgstr ""
18583
18584 #. I/O will probably crash.
18585 #: f/com.c:11857
18586 #, c-format
18587 msgid "configuration: char * holds %d bits, but ftnlen only %d"
18588 msgstr ""
18589
18590 #. ASSIGN 10 TO I will crash.
18591 #: f/com.c:11866
18592 #, c-format
18593 msgid ""
18594 "configuration: char * holds %d bits, but INTEGER only %d --\n"
18595 " ASSIGN statement might fail"
18596 msgstr ""
18597
18598 #: f/com.c:13681
18599 #, fuzzy
18600 msgid "In statement function"
18601 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
18602
18603 #: f/com.c:13691
18604 msgid "Outside of any program unit:\n"
18605 msgstr ""
18606
18607 #: f/com.c:15320
18608 #, no-c-format
18609 msgid "%A from %B at %0%C"
18610 msgstr ""
18611
18612 #: f/com.c:15497
18613 msgid "directory name must immediately follow -I"
18614 msgstr ""
18615
18616 #: f/com.c:15640
18617 #, no-c-format
18618 msgid "At %0, INCLUDE file %A exists, but is not readable"
18619 msgstr ""
18620
18621 #: f/com.c:15675
18622 #, no-c-format
18623 msgid "At %0, INCLUDE nesting too deep"
18624 msgstr ""
18625
18626 #: f/expr.c:9614
18627 #, no-c-format
18628 msgid "Two arithmetic operators in a row at %0 and %1 -- use parentheses"
18629 msgstr ""
18630
18631 #: f/expr.c:9664
18632 #, no-c-format
18633 msgid "Operator at %0 has lower precedence than that at %1 -- use parentheses"
18634 msgstr ""
18635
18636 #: f/expr.c:10525
18637 #, no-c-format
18638 msgid "Use .EQV./.NEQV. instead of .EQ./.NE. at %0 for LOGICAL operands at %1 and %2"
18639 msgstr ""
18640
18641 #: f/expr.c:10896
18642 #, no-c-format
18643 msgid "Unsupported operand for ** at %1 -- converting to default INTEGER"
18644 msgstr ""
18645
18646 #: f/g77spec.c:234
18647 #, c-format
18648 msgid "overflowed output arg list for `%s'"
18649 msgstr ""
18650
18651 #: f/g77spec.c:373
18652 msgid "--driver no longer supported"
18653 msgstr ""
18654
18655 #: f/g77spec.c:386
18656 #, fuzzy, c-format
18657 msgid "argument to `%s' missing"
18658 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
18659
18660 #: f/g77spec.c:390
18661 #, fuzzy
18662 msgid "no input files; unwilling to write output files"
18663 msgstr "%s: ôï áñ÷åßï åéóüäïõ åßíáé ôï áñ÷åßï åîüäïõ"
18664
18665 #: f/implic.c:203
18666 #, fuzzy, no-c-format
18667 msgid "Implicit declaration of `%A' at %0"
18668 msgstr "ðñïçãïýìåíç áõôïíüçôç äéáêýñçîç ôïõ `%s'"
18669
18670 # src/main.c:663
18671 #: f/lex.c:326
18672 #, fuzzy, no-c-format
18673 msgid "Non-ISO-C-standard escape sequence `\\%A' at %0"
18674 msgstr "¶ãíùóôç óõìâïëïóåéñÜ `%s'"
18675
18676 # src/main.c:663
18677 #: f/lex.c:345
18678 #, fuzzy, no-c-format
18679 msgid "Unknown escape sequence `\\%A' at %0"
18680 msgstr "¶ãíùóôç óõìâïëïóåéñÜ `%s'"
18681
18682 #: f/lex.c:354
18683 #, fuzzy, no-c-format
18684 msgid "Unterminated escape sequence `\\' at %0"
18685 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
18686
18687 #: f/lex.c:365
18688 #, no-c-format
18689 msgid "Unknown escape sequence `\\' followed by char code 0x%A at %0"
18690 msgstr ""
18691
18692 #: f/lex.c:393
18693 #, no-c-format
18694 msgid "\\x used at %0 with no following hex digits"
18695 msgstr ""
18696
18697 #: f/lex.c:407
18698 #, fuzzy, no-c-format
18699 msgid "Hex escape at %0 out of range"
18700 msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
18701
18702 #: f/lex.c:441
18703 #, fuzzy, no-c-format
18704 msgid "Escape sequence at %0 out of range for character"
18705 msgstr "ìç Ýãêõñç äéáäéêáóßá äéáöõãÞò óôï ôÝëïò ôïõ áëöáñéèìéôéêïý"
18706
18707 #: f/lex.c:595
18708 #, fuzzy
18709 msgid "hex escape out of range"
18710 msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
18711
18712 #: f/lex.c:648
18713 #, c-format
18714 msgid "non-ANSI-standard escape sequence, `\\%c'"
18715 msgstr ""
18716
18717 # src/main.c:663
18718 #: f/lex.c:661
18719 #, fuzzy, c-format
18720 msgid "non-ISO escape sequence `\\%c'"
18721 msgstr "¶ãíùóôç óõìâïëïóåéñÜ `%s'"
18722
18723 # src/main.c:663
18724 #: f/lex.c:665
18725 #, fuzzy, c-format
18726 msgid "unknown escape sequence `\\%c'"
18727 msgstr "¶ãíùóôç óõìâïëïóåéñÜ `%s'"
18728
18729 #: f/lex.c:667
18730 #, c-format
18731 msgid "unknown escape sequence: `\\' followed by char code 0x%x"
18732 msgstr ""
18733
18734 #: f/lex.c:744
18735 msgid "badly formed directive -- no closing quote"
18736 msgstr ""
18737
18738 #: f/lex.c:802
18739 msgid "#-lines for entering and leaving files don't match"
18740 msgstr ""
18741
18742 #: f/lex.c:964
18743 msgid "bad directive -- missing close-quote"
18744 msgstr ""
18745
18746 #: f/lex.c:1078
18747 #, fuzzy, c-format
18748 msgid "ignoring pragma: %s"
18749 msgstr "áãíïïýíôáé üëá ôá ïñßóìáôá"
18750
18751 #: f/lex.c:1156
18752 #, fuzzy
18753 msgid "invalid #ident"
18754 msgstr "ìç Ýãêõñï äéêáßùìá"
18755
18756 #: f/lex.c:1173
18757 #, fuzzy
18758 msgid "undefined or invalid # directive"
18759 msgstr "%%%c: êáôåõèõíôÞñéïò ãñáììÞ ìç Ýãêõñç."
18760
18761 #: f/lex.c:1229
18762 #, fuzzy
18763 msgid "invalid #line"
18764 msgstr "ìç Ýãêõñïò áñéèìüò"
18765
18766 #: f/lex.c:1285 f/lex.c:1329
18767 msgid "use `#line ...' instead of `# ...' in first line"
18768 msgstr ""
18769
18770 #: f/lex.c:1339
18771 #, fuzzy
18772 msgid "invalid #-line"
18773 msgstr "ìç Ýãêõñïò áñéèìüò"
18774
18775 #: f/lex.c:1432
18776 #, fuzzy, no-c-format
18777 msgid "Null character at %0 -- line ignored"
18778 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò óôï áñ÷åßï: "
18779
18780 #: f/stb.c:12078
18781 #, no-c-format
18782 msgid "INCLUDE at %0 not the only statement on the source line"
18783 msgstr ""
18784
18785 #: f/ste.c:1400 f/ste.c:1747
18786 msgid "ASSIGNed FORMAT specifier is too small"
18787 msgstr ""
18788
18789 #. ~~~Someday handle CHARACTER*1, CHARACTER*N
18790 #: f/ste.c:2624
18791 #, no-c-format
18792 msgid "SELECT CASE on CHARACTER type (at %0) not supported -- sorry"
18793 msgstr ""
18794
18795 #: f/ste.c:2729
18796 msgid "SELECT (at %0) has duplicate cases -- check integer overflow of CASE(s)"
18797 msgstr ""
18798
18799 #: f/ste.c:2959
18800 msgid "ASSIGN to variable that is too small"
18801 msgstr ""
18802
18803 #: f/ste.c:2987
18804 msgid "ASSIGNed GOTO target variable is too small"
18805 msgstr ""
18806
18807 #: f/stu.c:305
18808 #, no-c-format
18809 msgid "Local adjustable symbol `%A' at %0"
18810 msgstr ""
18811
18812 #: f/target.c:2550
18813 msgid "data initializer on host with different endianness"
18814 msgstr ""
18815
18816 #: f/top.c:237
18817 #, c-format
18818 msgid "%s no longer supported -- try -fvxt"
18819 msgstr ""
18820
18821 #: f/top.c:239
18822 #, c-format
18823 msgid "%s no longer supported -- try -fno-vxt -ff90"
18824 msgstr ""
18825
18826 #: f/top.c:307 f/top.c:309
18827 #, c-format
18828 msgid "%s disabled, use normal debugging flags"
18829 msgstr ""
18830
18831 #: f/lang-options.h:33
18832 msgid "Print g77-specific compiler version info, run internal tests"
18833 msgstr ""
18834
18835 #: f/lang-options.h:37
18836 msgid "Program is written in typical FORTRAN 66 dialect"
18837 msgstr ""
18838
18839 #: f/lang-options.h:40
18840 msgid "Program is written in typical Unix f77 dialect"
18841 msgstr ""
18842
18843 #: f/lang-options.h:42
18844 msgid "Program does not use Unix-f77 dialectal features"
18845 msgstr ""
18846
18847 #: f/lang-options.h:44
18848 msgid "Program is written in Fortran-90-ish dialect"
18849 msgstr ""
18850
18851 #: f/lang-options.h:48
18852 msgid "Treat local vars and COMMON blocks as if they were named in SAVE statements"
18853 msgstr ""
18854
18855 #: f/lang-options.h:50
18856 msgid "Allow $ in symbol names"
18857 msgstr ""
18858
18859 #: f/lang-options.h:54
18860 msgid "f2c-compatible code need not be generated"
18861 msgstr ""
18862
18863 #: f/lang-options.h:57
18864 msgid "Unsupported; do not generate libf2c-calling code"
18865 msgstr ""
18866
18867 #: f/lang-options.h:59
18868 msgid "Unsupported; affects code-generation of arrays"
18869 msgstr ""
18870
18871 #: f/lang-options.h:62
18872 msgid "Program is written in Fortran-90-ish free form"
18873 msgstr ""
18874
18875 #: f/lang-options.h:67
18876 msgid "Warn about use of (only a few for now) Fortran extensions"
18877 msgstr ""
18878
18879 #: f/lang-options.h:70
18880 msgid "Program is written in VXT (Digital-like) FORTRAN"
18881 msgstr ""
18882
18883 #: f/lang-options.h:73
18884 msgid "Disallow all ugly features"
18885 msgstr ""
18886
18887 #: f/lang-options.h:76
18888 msgid "Hollerith and typeless constants not passed as arguments"
18889 msgstr ""
18890
18891 #: f/lang-options.h:78
18892 msgid "Allow ordinary copying of ASSIGN'ed vars"
18893 msgstr ""
18894
18895 #: f/lang-options.h:81
18896 msgid "Dummy array dimensioned to (1) is assumed-size"
18897 msgstr ""
18898
18899 #: f/lang-options.h:84
18900 msgid "Trailing comma in procedure call denotes null argument"
18901 msgstr ""
18902
18903 #: f/lang-options.h:87
18904 msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
18905 msgstr ""
18906
18907 #: f/lang-options.h:91
18908 msgid "Initialization via DATA and PARAMETER is type-compatible"
18909 msgstr ""
18910
18911 #: f/lang-options.h:93
18912 msgid "Allow INTEGER and LOGICAL interchangeability"
18913 msgstr ""
18914
18915 #: f/lang-options.h:96
18916 msgid "Print internal debugging-related info"
18917 msgstr ""
18918
18919 #: f/lang-options.h:99
18920 msgid "Initialize local vars and arrays to zero"
18921 msgstr ""
18922
18923 #: f/lang-options.h:103
18924 msgid "Backslashes in character/hollerith constants not special (C-style)"
18925 msgstr ""
18926
18927 #: f/lang-options.h:105
18928 msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
18929 msgstr ""
18930
18931 #: f/lang-options.h:109
18932 msgid "Disable the appending of underscores to externals"
18933 msgstr ""
18934
18935 #: f/lang-options.h:112
18936 msgid "Never append a second underscore to externals"
18937 msgstr ""
18938
18939 #: f/lang-options.h:114
18940 msgid "Intrinsics spelled as e.g. SqRt"
18941 msgstr ""
18942
18943 #: f/lang-options.h:116
18944 msgid "Intrinsics in uppercase"
18945 msgstr ""
18946
18947 #: f/lang-options.h:119
18948 msgid "Intrinsics letters in arbitrary cases"
18949 msgstr ""
18950
18951 #: f/lang-options.h:121
18952 msgid "Language keywords spelled as e.g. IOStat"
18953 msgstr ""
18954
18955 #: f/lang-options.h:123
18956 msgid "Language keywords in uppercase"
18957 msgstr ""
18958
18959 #: f/lang-options.h:126
18960 msgid "Language keyword letters in arbitrary cases"
18961 msgstr ""
18962
18963 #: f/lang-options.h:128
18964 msgid "Internally convert most source to uppercase"
18965 msgstr ""
18966
18967 #: f/lang-options.h:131
18968 msgid "Internally preserve source case"
18969 msgstr ""
18970
18971 #: f/lang-options.h:133
18972 msgid "Symbol names spelled in mixed case"
18973 msgstr ""
18974
18975 #: f/lang-options.h:135
18976 msgid "Symbol names in uppercase"
18977 msgstr ""
18978
18979 #: f/lang-options.h:137
18980 msgid "Symbol names in lowercase"
18981 msgstr ""
18982
18983 #: f/lang-options.h:140
18984 msgid "Program written in uppercase"
18985 msgstr ""
18986
18987 #: f/lang-options.h:142
18988 msgid "Program written in lowercase"
18989 msgstr ""
18990
18991 #: f/lang-options.h:144
18992 msgid "Program written in strict mixed-case"
18993 msgstr ""
18994
18995 #: f/lang-options.h:146
18996 msgid "Compile as if program written in uppercase"
18997 msgstr ""
18998
18999 #: f/lang-options.h:148
19000 msgid "Compile as if program written in lowercase"
19001 msgstr ""
19002
19003 #: f/lang-options.h:150
19004 msgid "Preserve all spelling (case) used in program"
19005 msgstr ""
19006
19007 #: f/lang-options.h:152
19008 msgid "Delete libU77 intrinsics with bad interfaces"
19009 msgstr ""
19010
19011 #: f/lang-options.h:154
19012 msgid "Disable libU77 intrinsics with bad interfaces"
19013 msgstr ""
19014
19015 #: f/lang-options.h:157
19016 msgid "Hide libU77 intrinsics with bad interfaces"
19017 msgstr ""
19018
19019 #: f/lang-options.h:159
19020 msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
19021 msgstr ""
19022
19023 #: f/lang-options.h:161
19024 msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
19025 msgstr ""
19026
19027 #: f/lang-options.h:164
19028 msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
19029 msgstr ""
19030
19031 #: f/lang-options.h:166
19032 msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
19033 msgstr ""
19034
19035 #: f/lang-options.h:168
19036 msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
19037 msgstr ""
19038
19039 #: f/lang-options.h:171
19040 msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
19041 msgstr ""
19042
19043 #: f/lang-options.h:173
19044 msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
19045 msgstr ""
19046
19047 #: f/lang-options.h:175
19048 msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
19049 msgstr ""
19050
19051 #: f/lang-options.h:178
19052 msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
19053 msgstr ""
19054
19055 #: f/lang-options.h:180
19056 msgid "Delete MIL-STD 1753 intrinsics"
19057 msgstr ""
19058
19059 #: f/lang-options.h:182
19060 msgid "Disable MIL-STD 1753 intrinsics"
19061 msgstr ""
19062
19063 #: f/lang-options.h:185
19064 msgid "Hide MIL-STD 1753 intrinsics"
19065 msgstr ""
19066
19067 #: f/lang-options.h:187
19068 msgid "Delete libU77 intrinsics"
19069 msgstr ""
19070
19071 #: f/lang-options.h:189
19072 msgid "Disable libU77 intrinsics"
19073 msgstr ""
19074
19075 #: f/lang-options.h:192
19076 msgid "Hide libU77 intrinsics"
19077 msgstr ""
19078
19079 #: f/lang-options.h:194
19080 msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
19081 msgstr ""
19082
19083 #: f/lang-options.h:196
19084 msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
19085 msgstr ""
19086
19087 #: f/lang-options.h:199
19088 msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
19089 msgstr ""
19090
19091 #: f/lang-options.h:201
19092 msgid "Treat initial values of 0 like non-zero values"
19093 msgstr ""
19094
19095 #: f/lang-options.h:204
19096 msgid "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
19097 msgstr ""
19098
19099 #: f/lang-options.h:207
19100 msgid "Take at least one trip through each iterative DO loop"
19101 msgstr ""
19102
19103 #: f/lang-options.h:211
19104 msgid "Print names of program units as they are compiled"
19105 msgstr ""
19106
19107 #: f/lang-options.h:214
19108 msgid "Disable fatal diagnostics about inter-procedural problems"
19109 msgstr ""
19110
19111 #: f/lang-options.h:216
19112 msgid "Make prefix-radix non-decimal constants be typeless"
19113 msgstr ""
19114
19115 #: f/lang-options.h:219
19116 msgid "Generate code to check subscript and substring bounds"
19117 msgstr ""
19118
19119 #: f/lang-options.h:222
19120 msgid "Fortran-specific form of -fbounds-check"
19121 msgstr ""
19122
19123 #: f/lang-options.h:226
19124 msgid "Disable warnings about inter-procedural problems"
19125 msgstr ""
19126
19127 #: f/lang-options.h:230
19128 msgid "Warn about constructs with surprising meanings"
19129 msgstr ""
19130
19131 #: f/lang-options.h:235
19132 msgid "Add a directory for INCLUDE searching"
19133 msgstr ""
19134
19135 #: f/lang-options.h:237
19136 #, fuzzy
19137 msgid "Set the maximum line length"
19138 msgstr "åëÜ÷éóôï ìÝãåèïò áëöáñéèìçôéêïý"
19139
19140 #: f/bad.def:39
19141 #, fuzzy, no-c-format
19142 msgid "Missing first operand for binary operator at %0"
19143 msgstr "Áãíùóôïò äõáäéêüò ÷åéñéóôÞò."
19144
19145 #: f/bad.def:42
19146 #, fuzzy, no-c-format
19147 msgid "Zero-length character constant at %0"
19148 msgstr "êåíü áëöáñéèìçôéêü"
19149
19150 #: f/bad.def:45
19151 #, fuzzy, no-c-format
19152 msgid "Invalid token at %0 in expression or subexpression at %1"
19153 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
19154
19155 #: f/bad.def:48
19156 #, no-c-format
19157 msgid "Missing operand for operator at %1 at end of expression at %0"
19158 msgstr ""
19159
19160 #: f/bad.def:51
19161 #, no-c-format
19162 msgid "Label %A already defined at %1 when redefined at %0"
19163 msgstr ""
19164
19165 #: f/bad.def:54
19166 #, no-c-format
19167 msgid "Unrecognized character at %0 [info -f g77 M LEX]"
19168 msgstr ""
19169
19170 #: f/bad.def:57
19171 #, no-c-format
19172 msgid "Label definition %A at %0 on empty statement (as of %1)"
19173 msgstr ""
19174
19175 #: f/bad.def:65
19176 #, no-c-format
19177 msgid "Invalid first character at %0 [info -f g77 M LEX]"
19178 msgstr ""
19179
19180 #: f/bad.def:68
19181 #, no-c-format
19182 msgid "Line too long as of %0 [info -f g77 M LEX]"
19183 msgstr ""
19184
19185 #: f/bad.def:71
19186 #, no-c-format
19187 msgid "Non-numeric character at %0 in label field [info -f g77 M LEX]"
19188 msgstr ""
19189
19190 #: f/bad.def:74
19191 #, no-c-format
19192 msgid "Label number at %0 not in range 1-99999"
19193 msgstr ""
19194
19195 #: f/bad.def:77
19196 #, no-c-format
19197 msgid "At %0, '!' and '/*' are not valid comment delimiters"
19198 msgstr ""
19199
19200 #: f/bad.def:80
19201 #, no-c-format
19202 msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
19203 msgstr ""
19204
19205 #: f/bad.def:83
19206 #, no-c-format
19207 msgid "Label at %0 invalid with continuation line indicator at %1 [info -f g77 M LEX]"
19208 msgstr ""
19209
19210 #: f/bad.def:91
19211 #, fuzzy, no-c-format
19212 msgid "Character constant at %0 has no closing apostrophe at %1"
19213 msgstr "ìç Ýãêõñïò óôáèåñüò ÷áñáêôÞñáò óôï áëöáñéèìéôéêü"
19214
19215 #: f/bad.def:94
19216 #, no-c-format
19217 msgid "Hollerith constant at %0 specified %A more characters than are present as of %1"
19218 msgstr ""
19219
19220 #: f/bad.def:97
19221 #, no-c-format
19222 msgid "Missing close parenthese at %0 needed to match open parenthese at %1"
19223 msgstr ""
19224
19225 #: f/bad.def:100
19226 #, fuzzy, no-c-format
19227 msgid "Integer at %0 too large"
19228 msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
19229
19230 #: f/bad.def:123
19231 #, no-c-format
19232 msgid "Period at %0 not followed by digits for floating-point number or by `NOT.', `TRUE.', or `FALSE.'"
19233 msgstr ""
19234
19235 #: f/bad.def:126
19236 #, no-c-format
19237 msgid "Missing close-period between `.%A' at %0 and %1"
19238 msgstr ""
19239
19240 #: f/bad.def:129
19241 #, no-c-format
19242 msgid "Invalid exponent at %0 for real constant at %1; nondigit `%A' in exponent field"
19243 msgstr ""
19244
19245 #: f/bad.def:132
19246 #, no-c-format
19247 msgid "Missing value at %1 for real-number exponent at %0"
19248 msgstr ""
19249
19250 #: f/bad.def:135
19251 #, no-c-format
19252 msgid "Expected binary operator between expressions at %0 and at %1"
19253 msgstr ""
19254
19255 #: f/bad.def:253
19256 #, no-c-format
19257 msgid "Semicolon at %0 is an invalid token"
19258 msgstr ""
19259
19260 #: f/bad.def:271
19261 #, no-c-format
19262 msgid "Extraneous comma in FORMAT statement at %0"
19263 msgstr ""
19264
19265 #: f/bad.def:274
19266 #, no-c-format
19267 msgid "Missing comma in FORMAT statement at %0"
19268 msgstr ""
19269
19270 #: f/bad.def:277
19271 #, no-c-format
19272 msgid "Spurious sign in FORMAT statement at %0"
19273 msgstr ""
19274
19275 #: f/bad.def:280
19276 #, no-c-format
19277 msgid "Spurious number in FORMAT statement at %0"
19278 msgstr ""
19279
19280 #: f/bad.def:283
19281 #, no-c-format
19282 msgid "Spurious text trailing number in FORMAT statement at %0"
19283 msgstr ""
19284
19285 #: f/bad.def:291
19286 #, fuzzy, no-c-format
19287 msgid "Unrecognized FORMAT specifier at %0"
19288 msgstr "Üãíùóôï ðñüèåìá: %s"
19289
19290 #: f/bad.def:419
19291 #, no-c-format
19292 msgid "Missing close-parenthese(s) in FORMAT statement at %0"
19293 msgstr ""
19294
19295 #: f/bad.def:422
19296 #, no-c-format
19297 msgid "Missing number following period in FORMAT statement at %0"
19298 msgstr ""
19299
19300 #: f/bad.def:425
19301 #, no-c-format
19302 msgid "Missing number following `E' in FORMAT statement at %0"
19303 msgstr ""
19304
19305 #: f/bad.def:433
19306 #, no-c-format
19307 msgid "Spurious trailing comma preceding terminator at %0"
19308 msgstr ""
19309
19310 #: f/bad.def:436
19311 #, no-c-format
19312 msgid "At %0, specify OPERATOR instead of ASSIGNMENT for INTERFACE statement not specifying the assignment operator (=)"
19313 msgstr ""
19314
19315 #: f/bad.def:439
19316 #, no-c-format
19317 msgid "At %0, specify ASSIGNMENT instead of OPERATOR for INTERFACE statement specifying the assignment operator (=)"
19318 msgstr ""
19319
19320 #: f/bad.def:452
19321 #, no-c-format
19322 msgid "Cannot specify =initialization-expr at %0 unless `::' appears before list of objects"
19323 msgstr ""
19324
19325 #: f/bad.def:455
19326 #, no-c-format
19327 msgid "Reference to label at %1 inconsistent with its definition at %0"
19328 msgstr ""
19329
19330 #: f/bad.def:458
19331 #, no-c-format
19332 msgid "Reference to label at %1 inconsistent with earlier reference at %0"
19333 msgstr ""
19334
19335 #: f/bad.def:461
19336 #, no-c-format
19337 msgid "DO-statement reference to label at %1 follows its definition at %0"
19338 msgstr ""
19339
19340 #: f/bad.def:464
19341 #, no-c-format
19342 msgid "Reference to label at %1 is outside block containing definition at %0"
19343 msgstr ""
19344
19345 #: f/bad.def:467
19346 #, no-c-format
19347 msgid "DO-statement references to label at %0 and %2 separated by unterminated block starting at %1"
19348 msgstr ""
19349
19350 #: f/bad.def:470
19351 #, no-c-format
19352 msgid "DO-statement reference to label at %0 and label definition at %2 separated by unterminated block starting at %1"
19353 msgstr ""
19354
19355 #: f/bad.def:473
19356 #, no-c-format
19357 msgid "Label definition at %0 invalid on this kind of statement"
19358 msgstr ""
19359
19360 #: f/bad.def:476
19361 #, no-c-format
19362 msgid "Statement at %0 invalid in this context"
19363 msgstr ""
19364
19365 #: f/bad.def:479
19366 #, no-c-format
19367 msgid "Statement at %0 invalid in context established by statement at %1"
19368 msgstr ""
19369
19370 #: f/bad.def:482
19371 #, no-c-format
19372 msgid "Statement at %0 must specify construct name specified at %1"
19373 msgstr ""
19374
19375 #: f/bad.def:485
19376 #, no-c-format
19377 msgid "Construct name at %0 superfluous, no construct name specified at %1"
19378 msgstr ""
19379
19380 #: f/bad.def:488
19381 #, no-c-format
19382 msgid "Construct name at %0 not the same as construct name at %1"
19383 msgstr ""
19384
19385 #: f/bad.def:491
19386 #, no-c-format
19387 msgid "Construct name at %0 does not match construct name for any containing DO constructs"
19388 msgstr ""
19389
19390 #: f/bad.def:494
19391 #, no-c-format
19392 msgid "Label definition missing at %0 for DO construct specifying label at %1"
19393 msgstr ""
19394
19395 #: f/bad.def:497
19396 #, no-c-format
19397 msgid "Statement at %0 follows ELSE block for IF construct at %1"
19398 msgstr ""
19399
19400 #: f/bad.def:500
19401 #, no-c-format
19402 msgid "No label definition for FORMAT statement at %0"
19403 msgstr ""
19404
19405 #: f/bad.def:503
19406 #, no-c-format
19407 msgid "Second occurrence of ELSE WHERE at %0 within WHERE at %1"
19408 msgstr ""
19409
19410 #: f/bad.def:506
19411 #, no-c-format
19412 msgid "END statement at %0 missing `%A' keyword required for internal or module procedure(s) bounded by %1"
19413 msgstr ""
19414
19415 #: f/bad.def:509
19416 #, no-c-format
19417 msgid "MODULE PROCEDURE statement at %0 disallowed because INTERFACE at %1 specifies no generic name, operator, or assignment"
19418 msgstr ""
19419
19420 #: f/bad.def:512
19421 #, no-c-format
19422 msgid "BLOCK DATA name at %0 superfluous, no name specified at %1"
19423 msgstr ""
19424
19425 #: f/bad.def:515
19426 #, no-c-format
19427 msgid "Program name at %0 superfluous, no PROGRAM statement specified at %1"
19428 msgstr ""
19429
19430 #: f/bad.def:518
19431 #, no-c-format
19432 msgid "Program unit name at %0 not the same as name at %1"
19433 msgstr ""
19434
19435 #: f/bad.def:521
19436 #, no-c-format
19437 msgid "Type name at %0 not the same as name at %1"
19438 msgstr ""
19439
19440 #: f/bad.def:524
19441 #, no-c-format
19442 msgid "End of source file before end of block started at %0"
19443 msgstr ""
19444
19445 #: f/bad.def:527
19446 #, no-c-format
19447 msgid "Undefined label, first referenced at %0"
19448 msgstr ""
19449
19450 #: f/bad.def:530
19451 #, no-c-format
19452 msgid "SAVE statement or attribute at %1 cannot be specified along with SAVE statement or attribute at %0"
19453 msgstr ""
19454
19455 #: f/bad.def:533
19456 #, no-c-format
19457 msgid "PUBLIC or PRIVATE statement at %1 cannot be specified along with PUBLIC or PRIVATE statement at %0"
19458 msgstr ""
19459
19460 #: f/bad.def:536
19461 #, no-c-format
19462 msgid "RETURN statement at %0 invalid within a main program unit"
19463 msgstr ""
19464
19465 #: f/bad.def:539
19466 #, no-c-format
19467 msgid "Alternate return specifier at %0 invalid within a main program unit"
19468 msgstr ""
19469
19470 #: f/bad.def:542
19471 #, no-c-format
19472 msgid "Alternate return specifier at %0 invalid within a function"
19473 msgstr ""
19474
19475 #: f/bad.def:545
19476 #, no-c-format
19477 msgid "Access specifier or PRIVATE statement at %0 invalid for derived-type definition within other than the specification part of a module"
19478 msgstr ""
19479
19480 #: f/bad.def:548
19481 #, no-c-format
19482 msgid "Access specifier at %0 must immediately follow derived-type statement at %1 with no intervening statements"
19483 msgstr ""
19484
19485 #: f/bad.def:551
19486 #, no-c-format
19487 msgid "No components specified as of %0 for derived-type definition beginning at %1"
19488 msgstr ""
19489
19490 #: f/bad.def:554
19491 #, no-c-format
19492 msgid "No components specified as of %0 for structure definition beginning at %1"
19493 msgstr ""
19494
19495 #: f/bad.def:557
19496 #, no-c-format
19497 msgid "Missing structure name for outer structure definition at %0"
19498 msgstr ""
19499
19500 #: f/bad.def:560
19501 #, no-c-format
19502 msgid "Field names at %0 for outer structure definition -- specify them in a subsequent RECORD statement instead"
19503 msgstr ""
19504
19505 #: f/bad.def:563
19506 #, no-c-format
19507 msgid "Missing field name(s) for structure definition at %0 within structure definition at %1"
19508 msgstr ""
19509
19510 #: f/bad.def:566
19511 #, no-c-format
19512 msgid "No components specified as of %0 for map beginning at %1"
19513 msgstr ""
19514
19515 #: f/bad.def:569
19516 #, no-c-format
19517 msgid "Zero or one maps specified as of %0 for union beginning at %1 -- at least two are required"
19518 msgstr ""
19519
19520 #: f/bad.def:572
19521 #, no-c-format
19522 msgid "Missing %A specifier in statement at %0"
19523 msgstr ""
19524
19525 #: f/bad.def:575
19526 #, no-c-format
19527 msgid "Items in I/O list starting at %0 invalid for namelist-directed I/O"
19528 msgstr ""
19529
19530 #: f/bad.def:578
19531 #, no-c-format
19532 msgid "Conflicting I/O control specifications at %0 and %1"
19533 msgstr ""
19534
19535 #: f/bad.def:581
19536 #, no-c-format
19537 msgid "No UNIT= specifier in I/O control list at %0"
19538 msgstr ""
19539
19540 #: f/bad.def:584
19541 #, no-c-format
19542 msgid "Specification at %0 requires ADVANCE=`NO' specification in same I/O control list"
19543 msgstr ""
19544
19545 #: f/bad.def:587
19546 #, no-c-format
19547 msgid "Specification at %0 requires explicit FMT= specification in same I/O control list"
19548 msgstr ""
19549
19550 #: f/bad.def:595
19551 #, no-c-format
19552 msgid "Second occurrence of CASE DEFAULT at %0 within SELECT CASE at %1"
19553 msgstr ""
19554
19555 #: f/bad.def:598
19556 #, no-c-format
19557 msgid "Duplicate or overlapping case values/ranges at %0 and %1"
19558 msgstr ""
19559
19560 #: f/bad.def:601
19561 #, no-c-format
19562 msgid "Type and/or kind-type parameter disagreement between CASE value or value within range at %0 and SELECT CASE at %1"
19563 msgstr ""
19564
19565 #: f/bad.def:604
19566 #, no-c-format
19567 msgid "Range specification at %0 invalid for CASE statement within logical-type SELECT CASE statement"
19568 msgstr ""
19569
19570 #: f/bad.def:617
19571 #, no-c-format
19572 msgid "Fortran 90 feature at %0 unsupported"
19573 msgstr ""
19574
19575 #: f/bad.def:630
19576 #, no-c-format
19577 msgid "Invalid declaration of or reference to symbol `%A' at %0 [initially seen at %1]"
19578 msgstr ""
19579
19580 #: f/bad.def:638
19581 #, no-c-format
19582 msgid "Null element at %0 for array reference at %1"
19583 msgstr ""
19584
19585 #: f/bad.def:641
19586 #, no-c-format
19587 msgid "Too few elements (%A missing) as of %0 for array reference at %1"
19588 msgstr ""
19589
19590 #: f/bad.def:644
19591 #, no-c-format
19592 msgid "Too many elements as of %0 for array reference at %1"
19593 msgstr ""
19594
19595 #: f/bad.def:647
19596 #, no-c-format
19597 msgid "Missing colon as of %0 in substring reference for %1"
19598 msgstr ""
19599
19600 #: f/bad.def:650
19601 #, no-c-format
19602 msgid "Invalid use at %0 of substring operator on %1"
19603 msgstr ""
19604
19605 #: f/bad.def:653
19606 #, no-c-format
19607 msgid "Substring begin/end point at %0 out of defined range"
19608 msgstr ""
19609
19610 #: f/bad.def:656
19611 #, no-c-format
19612 msgid "Array element value at %0 out of defined range"
19613 msgstr ""
19614
19615 #: f/bad.def:659
19616 #, no-c-format
19617 msgid "Expression at %0 has incorrect data type or rank for its context"
19618 msgstr ""
19619
19620 #: f/bad.def:662
19621 #, no-c-format
19622 msgid "Division by 0 (zero) at %0 (IEEE not yet supported)"
19623 msgstr ""
19624
19625 #: f/bad.def:665
19626 #, no-c-format
19627 msgid "%A step count known to be 0 (zero) at %0"
19628 msgstr ""
19629
19630 #: f/bad.def:668
19631 #, no-c-format
19632 msgid "%A end value plus step count known to overflow at %0"
19633 msgstr ""
19634
19635 #: f/bad.def:671
19636 #, no-c-format
19637 msgid "%A begin, end, and step-count values known to result in implementation-dependent behavior due to overflow(s) in intermediate calculations at %0"
19638 msgstr ""
19639
19640 #: f/bad.def:674
19641 #, no-c-format
19642 msgid "%A begin, end, and step-count values known to result in no iterations at %0"
19643 msgstr ""
19644
19645 #: f/bad.def:677
19646 #, no-c-format
19647 msgid "Type disagreement between expressions at %0 and %1"
19648 msgstr ""
19649
19650 #: f/bad.def:690
19651 #, no-c-format
19652 msgid "No specification for implied-DO iterator `%A' at %0"
19653 msgstr ""
19654
19655 #: f/bad.def:693
19656 #, no-c-format
19657 msgid "Gratuitous parentheses surround implied-DO construct at %0"
19658 msgstr ""
19659
19660 #: f/bad.def:696
19661 #, fuzzy, no-c-format
19662 msgid "Zero-size specification invalid at %0"
19663 msgstr "%s: Ìç Ýãêõñç ñýèìéóç `%s'.\n"
19664
19665 #: f/bad.def:699
19666 #, no-c-format
19667 msgid "Zero-size array at %0"
19668 msgstr ""
19669
19670 #: f/bad.def:702
19671 #, no-c-format
19672 msgid "Target machine does not support complex entity of kind specified at %0"
19673 msgstr ""
19674
19675 #: f/bad.def:705
19676 #, no-c-format
19677 msgid "Target machine does not support DOUBLE COMPLEX, specified at %0"
19678 msgstr ""
19679
19680 #: f/bad.def:708
19681 #, no-c-format
19682 msgid "Attempt to raise constant zero to a power at %0"
19683 msgstr ""
19684
19685 #: f/bad.def:806
19686 #, no-c-format
19687 msgid "Reference to generic intrinsic `%A' at %0 could be to form %B or %C"
19688 msgstr ""
19689
19690 #: f/bad.def:809
19691 #, no-c-format
19692 msgid "Ambiguous use of intrinsic `%A' at %0 [info -f g77 M CMPAMBIG]"
19693 msgstr ""
19694
19695 #: f/bad.def:812
19696 #, no-c-format
19697 msgid "Intrinsic `%A' referenced %Bly at %0, %Cly at %1 [info -f g77 M EXPIMP]"
19698 msgstr ""
19699
19700 #: f/bad.def:815
19701 #, no-c-format
19702 msgid "Same name `%A' used for %B at %0 and %C at %1 [info -f g77 M INTGLOB]"
19703 msgstr ""
19704
19705 #: f/bad.def:818
19706 #, no-c-format
19707 msgid "Explicit type declaration for intrinsic `%A' disagrees with invocation at %0"
19708 msgstr ""
19709
19710 #: f/bad.def:821
19711 #, fuzzy, no-c-format
19712 msgid "Unable to open INCLUDE file `%A' at %0"
19713 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
19714
19715 #: f/bad.def:839
19716 #, no-c-format
19717 msgid "Null argument at %0 for statement function reference at %1"
19718 msgstr ""
19719
19720 #: f/bad.def:842
19721 #, no-c-format
19722 msgid "Null argument at %0 for procedure invocation at %1"
19723 msgstr ""
19724
19725 #: f/bad.def:845
19726 #, no-c-format
19727 msgid "%A too few arguments (starting with dummy argument `%B') as of %0 for statement function reference at %1"
19728 msgstr ""
19729
19730 #: f/bad.def:848
19731 #, no-c-format
19732 msgid "%A too many arguments as of %0 for statement function reference at %1"
19733 msgstr ""
19734
19735 #: f/bad.def:851
19736 #, no-c-format
19737 msgid "Array supplied at %1 for dummy argument `%A' in statement function reference at %0"
19738 msgstr ""
19739
19740 #: f/bad.def:854
19741 #, no-c-format
19742 msgid "Unsupported FORMAT specifier at %0"
19743 msgstr ""
19744
19745 #: f/bad.def:857
19746 #, no-c-format
19747 msgid "Variable-expression FORMAT specifier at %0 -- unsupported"
19748 msgstr ""
19749
19750 #: f/bad.def:880
19751 #, no-c-format
19752 msgid "Unsupported VXT statement at %0"
19753 msgstr ""
19754
19755 #: f/bad.def:883
19756 #, no-c-format
19757 msgid "Attempt to specify second initial value for `%A' at %0"
19758 msgstr ""
19759
19760 #: f/bad.def:886
19761 #, no-c-format
19762 msgid "Too few initial values in list of initializers for `%A' at %0"
19763 msgstr ""
19764
19765 #: f/bad.def:889
19766 #, no-c-format
19767 msgid "Too many initial values in list of initializers starting at %0"
19768 msgstr ""
19769
19770 #: f/bad.def:892
19771 #, no-c-format
19772 msgid "Array or substring specification for `%A' out of range in statement at %0"
19773 msgstr ""
19774
19775 #: f/bad.def:895
19776 #, no-c-format
19777 msgid "Array subscript #%B out of range for initialization of `%A' in statement at %0"
19778 msgstr ""
19779
19780 #: f/bad.def:898
19781 #, no-c-format
19782 msgid "Implied do-loop step count of 0 (zero) for iteration variable `%A' in statement at %0"
19783 msgstr ""
19784
19785 #: f/bad.def:901
19786 #, no-c-format
19787 msgid "Implied do-loop iteration count of 0 (zero) for iteration variable `%A' in statement at %0"
19788 msgstr ""
19789
19790 #: f/bad.def:904
19791 #, no-c-format
19792 msgid "Not an integer constant expression in implied do-loop in statement at %0"
19793 msgstr ""
19794
19795 #: f/bad.def:907
19796 #, no-c-format
19797 msgid "Attempt to specify second initial value for element of `%A' at %0"
19798 msgstr ""
19799
19800 #: f/bad.def:910
19801 #, no-c-format
19802 msgid "Attempt to EQUIVALENCE common areas `%A' and `%B' at %0"
19803 msgstr ""
19804
19805 #: f/bad.def:913
19806 #, no-c-format
19807 msgid "Can't place `%A' as directed by EQUIVALENCE due to alignment restrictions"
19808 msgstr ""
19809
19810 #: f/bad.def:916
19811 #, no-c-format
19812 msgid "Mismatched EQUIVALENCE requirements for placement of `%A' at both %C and %D bytes offset from `%B'"
19813 msgstr ""
19814
19815 #: f/bad.def:919
19816 #, no-c-format
19817 msgid "Array or substring specification for `%A' out of range in EQUIVALENCE statement"
19818 msgstr ""
19819
19820 #: f/bad.def:922
19821 #, no-c-format
19822 msgid "Substring of non-CHARACTER entity `%A' in EQUIVALENCE statement"
19823 msgstr ""
19824
19825 #: f/bad.def:925
19826 #, no-c-format
19827 msgid "Array reference to scalar variable `%A' in EQUIVALENCE statement"
19828 msgstr ""
19829
19830 #: f/bad.def:928
19831 #, no-c-format
19832 msgid "Array subscript #%B out of range for EQUIVALENCE of `%A'"
19833 msgstr ""
19834
19835 #: f/bad.def:936
19836 #, no-c-format
19837 msgid "Attempt to extend COMMON area beyond its starting point via EQUIVALENCE of `%A'"
19838 msgstr ""
19839
19840 #: f/bad.def:939
19841 #, no-c-format
19842 msgid "Too few elements in reference to array `%A' in EQUIVALENCE statement"
19843 msgstr ""
19844
19845 #: f/bad.def:942
19846 #, no-c-format
19847 msgid "Too many elements in reference to array `%A' in EQUIVALENCE statement"
19848 msgstr ""
19849
19850 #: f/bad.def:945
19851 #, no-c-format
19852 msgid "Mixed CHARACTER and non-CHARACTER types via COMMON/EQUIVALENCE -- for example, `%A' and `%B'"
19853 msgstr ""
19854
19855 #: f/bad.def:958
19856 #, no-c-format
19857 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
19858 msgstr ""
19859
19860 #: f/bad.def:976
19861 #, no-c-format
19862 msgid "Common block `%A' is SAVEd, explicitly or implicitly, at %0 but not SAVEd at %1"
19863 msgstr ""
19864
19865 #: f/bad.def:979
19866 #, no-c-format
19867 msgid "Common block `%A' is %B %D in length at %0 but %C %E at %1"
19868 msgstr ""
19869
19870 #: f/bad.def:987
19871 #, no-c-format
19872 msgid "Blank common initialized at %0"
19873 msgstr ""
19874
19875 #: f/bad.def:990
19876 #, no-c-format
19877 msgid "Intrinsic `%A' is passed as actual argument at %0 but not explicitly declared INTRINSIC"
19878 msgstr ""
19879
19880 #: f/bad.def:993
19881 #, no-c-format
19882 msgid "External procedure `%A' is passed as actual argument at %0 but not explicitly declared EXTERNAL"
19883 msgstr ""
19884
19885 #: f/bad.def:996
19886 #, no-c-format
19887 msgid "Character `%A' (for example) is upper-case in symbol name at %0"
19888 msgstr ""
19889
19890 #: f/bad.def:999
19891 #, no-c-format
19892 msgid "Character `%A' (for example) is lower-case in symbol name at %0"
19893 msgstr ""
19894
19895 #: f/bad.def:1002
19896 #, no-c-format
19897 msgid "Character `%A' not followed at some point by lower-case character in symbol name at %0"
19898 msgstr ""
19899
19900 #: f/bad.def:1005
19901 #, no-c-format
19902 msgid "Initial character `%A' is lower-case in symbol name at %0"
19903 msgstr ""
19904
19905 #: f/bad.def:1013
19906 #, no-c-format
19907 msgid "NAMELIST not adequately supported by run-time library for source files with case preserved"
19908 msgstr ""
19909
19910 #: f/bad.def:1016
19911 #, no-c-format
19912 msgid "Nested %% construct (%%VAL, %%REF, or %%DESCR) at %0"
19913 msgstr ""
19914
19915 #: f/bad.def:1034
19916 #, no-c-format
19917 msgid "Statement at %0 invalid in BLOCK DATA program unit at %1"
19918 msgstr ""
19919
19920 #: f/bad.def:1037
19921 #, fuzzy, no-c-format
19922 msgid "Truncating characters on right side of character constant at %0"
19923 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
19924
19925 #: f/bad.def:1040
19926 #, no-c-format
19927 msgid "Truncating characters on right side of hollerith constant at %0"
19928 msgstr ""
19929
19930 #: f/bad.def:1043
19931 #, no-c-format
19932 msgid "Truncating non-zero data on left side of numeric constant at %0"
19933 msgstr ""
19934
19935 #: f/bad.def:1046
19936 #, no-c-format
19937 msgid "Truncating non-zero data on left side of typeless constant at %0"
19938 msgstr ""
19939
19940 #: f/bad.def:1049
19941 #, fuzzy, no-c-format
19942 msgid "Typeless constant at %0 too large"
19943 msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
19944
19945 #: f/bad.def:1052
19946 #, no-c-format
19947 msgid "First-column ampersand continuation at %0"
19948 msgstr ""
19949
19950 #: f/bad.def:1055 f/bad.def:1058
19951 #, no-c-format
19952 msgid "Global name `%A' defined at %0 already defined at %1 [info -f g77 M GLOBALS]"
19953 msgstr ""
19954
19955 #: f/bad.def:1061 f/bad.def:1064
19956 #, no-c-format
19957 msgid "Global name `%A' is %B at %0 but is %C at %1 [info -f g77 M GLOBALS]"
19958 msgstr ""
19959
19960 #: f/bad.def:1067 f/bad.def:1070
19961 #, no-c-format
19962 msgid "Global name `%A' at %0 has different type at %1 [info -f g77 M GLOBALS]"
19963 msgstr ""
19964
19965 #: f/bad.def:1073
19966 #, no-c-format
19967 msgid "Too %B arguments passed to `%A' at %0 versus definition at %1 [info -f g77 M GLOBALS]"
19968 msgstr ""
19969
19970 #: f/bad.def:1076
19971 #, no-c-format
19972 msgid "Too %B arguments for `%A' at %0 versus invocation at %1 [info -f g77 M GLOBALS]"
19973 msgstr ""
19974
19975 #: f/bad.def:1079 f/bad.def:1082
19976 #, no-c-format
19977 msgid "Argument #%B of `%A' is %C at %0 but is %D at %1 [info -f g77 M GLOBALS]"
19978 msgstr ""
19979
19980 #: f/bad.def:1085
19981 #, fuzzy, no-c-format
19982 msgid "Array `%A' at %0 is too large to handle"
19983 msgstr "Ï êáôÜëïãïò `%s' äåí åßíáé ðñïóéôüò."
19984
19985 #: f/bad.def:1088
19986 #, no-c-format
19987 msgid "Statement function `%A' defined at %0 is not used"
19988 msgstr ""
19989
19990 #: f/bad.def:1091
19991 #, no-c-format
19992 msgid "Intrinsic `%A', invoked at %0, known to be non-Y2K-compliant [info -f g77 M Y2KBAD]"
19993 msgstr ""
19994
19995 #: f/bad.def:1094
19996 #, fuzzy, no-c-format
19997 msgid "Internal compiler error -- cannot perform operation"
19998 msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
19999
20000 # src/grep.c:1133
20001 #. Kind messages are used in diagnostic location reports of the
20002 #. form "<file>: In function `foo': <error message>".
20003 #: f/info-k.def:32
20004 #, fuzzy
20005 msgid "In unknown kind"
20006 msgstr "Üãíùóôç ìÝèïäïò êáôáëüãùí"
20007
20008 #: f/info-k.def:33
20009 msgid "In entity"
20010 msgstr ""
20011
20012 #: f/info-k.def:34
20013 msgid "In function"
20014 msgstr "Óôç óõíÜñôçóç"
20015
20016 #: f/info-k.def:35
20017 msgid "In subroutine"
20018 msgstr "Óôçí õðïñïõôßíá"
20019
20020 #: f/info-k.def:36
20021 msgid "In program"
20022 msgstr "Óôï ðñüãñáììá"
20023
20024 #: f/info-k.def:37
20025 msgid "In block-data unit"
20026 msgstr "Óôç ìïíÜäá ìðëïê-äåäïìÝíùí"
20027
20028 #: f/info-k.def:38
20029 msgid "In common block"
20030 msgstr "Óôï êïéíü ìðëïê"
20031
20032 #: f/info-k.def:39
20033 msgid "In construct"
20034 msgstr ""
20035
20036 #: f/info-k.def:40
20037 msgid "In namelist"
20038 msgstr ""
20039
20040 #: f/info-k.def:41
20041 msgid "In anything"
20042 msgstr ""
20043
20044 #: java/check-init.c:917
20045 #, c-format
20046 msgid "internal error in check-init: tree code not implemented: %s"
20047 msgstr ""
20048
20049 #: java/check-init.c:990
20050 #, c-format
20051 msgid "final field '%s' may not have been initialized"
20052 msgstr ""
20053
20054 #: java/class.c:539 java/class.c:564
20055 #, fuzzy
20056 msgid "internal error - too many interface type"
20057 msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
20058
20059 #: java/class.c:677
20060 msgid "bad method signature"
20061 msgstr ""
20062
20063 #: java/class.c:726
20064 msgid "misplaced ConstantValue attribute (not in any field)"
20065 msgstr ""
20066
20067 #: java/class.c:728
20068 #, c-format
20069 msgid "duplicate ConstantValue attribute for field '%s'"
20070 msgstr ""
20071
20072 #: java/class.c:739
20073 #, c-format
20074 msgid "ConstantValue attribute of field '%s' has wrong type"
20075 msgstr ""
20076
20077 #: java/class.c:1103
20078 #, c-format
20079 msgid "field '%s' not found in class"
20080 msgstr ""
20081
20082 #: java/class.c:1365
20083 msgid "abstract method in non-abstract class"
20084 msgstr ""
20085
20086 #: java/class.c:2078
20087 #, c-format
20088 msgid "non-static method '%s' overrides static method"
20089 msgstr ""
20090
20091 #: java/decl.c:1541
20092 #, c-format
20093 msgid "In %s: overlapped variable and exception ranges at %d"
20094 msgstr ""
20095
20096 #: java/decl.c:1622
20097 msgid "bad type in parameter debug info"
20098 msgstr ""
20099
20100 #: java/decl.c:1632
20101 #, c-format
20102 msgid "bad PC range for debug info for local `%s'"
20103 msgstr ""
20104
20105 #: java/expr.c:530
20106 msgid "stack underflow - dup* operation"
20107 msgstr ""
20108
20109 #: java/expr.c:1534
20110 #, c-format
20111 msgid "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
20112 msgstr ""
20113
20114 #: java/expr.c:1563
20115 #, fuzzy, c-format
20116 msgid "field `%s' not found"
20117 msgstr "ôï áñ÷åßï ÷Üñôç ÷áñáêôÞñùí `%s' äåí âñÝèçêå"
20118
20119 #: java/expr.c:1715
20120 #, fuzzy
20121 msgid "ret instruction not implemented"
20122 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
20123
20124 #: java/expr.c:1857
20125 #, c-format
20126 msgid "method '%s' not found in class"
20127 msgstr ""
20128
20129 #: java/expr.c:2060
20130 #, c-format
20131 msgid "failed to find class '%s'"
20132 msgstr ""
20133
20134 #: java/expr.c:2070
20135 #, c-format
20136 msgid "class '%s' has no method named '%s' matching signature '%s'"
20137 msgstr ""
20138
20139 #: java/expr.c:2080
20140 msgid "invokestatic on non static method"
20141 msgstr ""
20142
20143 #: java/expr.c:2085
20144 msgid "invokestatic on abstract method"
20145 msgstr ""
20146
20147 #: java/expr.c:2093
20148 msgid "invoke[non-static] on static method"
20149 msgstr ""
20150
20151 #: java/expr.c:2396
20152 #, c-format
20153 msgid "missing field '%s' in '%s'"
20154 msgstr ""
20155
20156 #: java/expr.c:2402
20157 #, c-format
20158 msgid "mismatching signature for field '%s' in '%s'"
20159 msgstr ""
20160
20161 #: java/expr.c:2425
20162 #, c-format
20163 msgid "assignment to final field `%s' not in field's class"
20164 msgstr ""
20165
20166 #: java/expr.c:2430
20167 #, c-format
20168 msgid "assignment to final static field `%s' not in class initializer"
20169 msgstr ""
20170
20171 #: java/expr.c:2437
20172 #, c-format
20173 msgid "assignment to final field `%s' not in constructor"
20174 msgstr ""
20175
20176 #: java/expr.c:2684
20177 #, fuzzy, c-format
20178 msgid "can't expand %s"
20179 msgstr "%s: áäõíáìßá óôçí áíÜãíùóç %s: %s\n"
20180
20181 #: java/expr.c:2861
20182 #, fuzzy
20183 msgid "invalid PC in line number table"
20184 msgstr "ìç Ýãêõñïò áñ÷éêüò áñéèìüò ãñáììÞò: `%s'"
20185
20186 #. We've just reached the end of a region of dead code.
20187 #: java/expr.c:2906
20188 #, c-format
20189 msgid "unreachable bytecode from %d to before %d"
20190 msgstr ""
20191
20192 #. We've just reached the end of a region of dead code.
20193 #: java/expr.c:2943
20194 #, c-format
20195 msgid "unreachable bytecode from %d to the end of the method"
20196 msgstr ""
20197
20198 #. duplicate code from LOAD macro
20199 #: java/expr.c:3261
20200 msgid "unrecogized wide sub-instruction"
20201 msgstr ""
20202
20203 #: java/jcf-io.c:543
20204 #, c-format
20205 msgid "source file for class `%s' is newer than its matching class file.  Source file `%s' used instead"
20206 msgstr ""
20207
20208 #: java/jcf-parse.c:338
20209 #, fuzzy
20210 msgid "bad string constant"
20211 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
20212
20213 #: java/jcf-parse.c:356
20214 #, c-format
20215 msgid "bad value constant type %d, index %d"
20216 msgstr ""
20217
20218 #: java/jcf-parse.c:528
20219 #, fuzzy, c-format
20220 msgid "can't reopen %s"
20221 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
20222
20223 #: java/jcf-parse.c:533
20224 #, fuzzy, c-format
20225 msgid "can't close %s"
20226 msgstr "äåí åßíáé äõíáôü íá áëëá÷ôïýí ôá äéêáéþìáôá ôïõ `%s'"
20227
20228 #: java/jcf-parse.c:619
20229 #, fuzzy, c-format
20230 msgid "cannot find file for class %s"
20231 msgstr "äå âñÝèçêå ï ðñïåðåîåñãáóôÞò C: %s \n"
20232
20233 #: java/jcf-parse.c:631
20234 #, fuzzy
20235 msgid "not a valid Java .class file"
20236 msgstr "Ìç Ýãêõñïò ÷áñáêôÞñáò ïíüìáôïò êëÜóçò"
20237
20238 #: java/jcf-parse.c:634
20239 #, fuzzy
20240 msgid "error while parsing constant pool"
20241 msgstr "óöÜëìá êáôÜ ôï êëåßóéìï ôïõ áñ÷åßïõ åîüäïõ"
20242
20243 #: java/jcf-parse.c:637
20244 #, c-format
20245 msgid "error in constant pool entry #%d\n"
20246 msgstr ""
20247
20248 #. FIXME - where was first time
20249 #: java/jcf-parse.c:649
20250 #, c-format
20251 msgid "reading class %s for the second time from %s"
20252 msgstr ""
20253
20254 #: java/jcf-parse.c:667
20255 #, fuzzy
20256 msgid "error while parsing fields"
20257 msgstr "óöÜëìá êáôÜ ôï êëåßóéìï ôïõ áñ÷åßïõ åîüäïõ"
20258
20259 #: java/jcf-parse.c:670
20260 #, fuzzy
20261 msgid "error while parsing methods"
20262 msgstr "óöÜëìá êáôÜ ôçí áíÜãíùóç ôçò åéóüäïõ"
20263
20264 #: java/jcf-parse.c:673
20265 #, fuzzy
20266 msgid "error while parsing final attributes"
20267 msgstr "óöÜëìá êáôÜ ôï êëåßóéìï ôçò åéóüäïõ `%s'"
20268
20269 #: java/jcf-parse.c:687
20270 #, c-format
20271 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"
20272 msgstr ""
20273
20274 #: java/jcf-parse.c:777
20275 #, fuzzy
20276 msgid "missing Code attribute"
20277 msgstr "ÅëëéðÞò Þ êáêïó÷çìáôéóìÝíç éäéüôçôá"
20278
20279 #: java/jcf-parse.c:1014
20280 msgid "source file seen twice on command line and will be compiled only once"
20281 msgstr ""
20282
20283 #: java/jcf-parse.c:1030
20284 #, fuzzy
20285 msgid "no input file specified"
20286 msgstr "Äåí õðÜñ÷ïõí áñ÷åßá åéóüäïõ"
20287
20288 #: java/jcf-parse.c:1059
20289 #, fuzzy, c-format
20290 msgid "can't close input file %s"
20291 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åéóüäïõ `%s'"
20292
20293 #: java/jcf-parse.c:1096
20294 #, c-format
20295 msgid "bad zip/jar file %s"
20296 msgstr ""
20297
20298 #: java/jcf-write.c:2650
20299 #, c-format
20300 msgid "internal error in generate_bytecode_insn - tree code not implemented: %s"
20301 msgstr ""
20302
20303 #: java/jcf-write.c:2988
20304 #, fuzzy
20305 msgid "field initializer type mismatch"
20306 msgstr "Êáêïóõíôáßñéáóìá ôýðùí êáôá÷þñçóçò/ðßíáêá"
20307
20308 #: java/jcf-write.c:3419
20309 #, fuzzy, c-format
20310 msgid "can't create directory %s"
20311 msgstr "%s: Äåí åßíáé äõíáôüí íá äçìéïõñãçèåß ï êáôÜëïãïò %s: %s\n"
20312
20313 #: java/jcf-write.c:3473
20314 #, fuzzy, c-format
20315 msgid "can't create %s"
20316 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
20317
20318 #: java/jv-scan.c:187
20319 msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
20320 msgstr ""
20321
20322 #: java/jv-scan.c:190
20323 #, fuzzy, c-format
20324 msgid "can't open output file `%s'"
20325 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ `%s'"
20326
20327 #: java/jv-scan.c:224
20328 #, fuzzy, c-format
20329 msgid "file not found `%s'"
20330 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
20331
20332 #: java/jvspec.c:426
20333 msgid "can't specify `-D' without `--main'\n"
20334 msgstr ""
20335
20336 #: java/jvspec.c:429
20337 #, fuzzy, c-format
20338 msgid "`%s' is not a valid class name"
20339 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
20340
20341 #: java/jvspec.c:435
20342 #, fuzzy
20343 msgid "--resource requires -o"
20344 msgstr "ÅóöáëìÝíïò êþäéêáò áßôçóçò"
20345
20346 #: java/jvspec.c:442
20347 msgid "warning: already-compiled .class files ignored with -C"
20348 msgstr ""
20349
20350 #: java/jvspec.c:449
20351 #, fuzzy
20352 msgid "cannot specify both -C and -o"
20353 msgstr "äåí åßíáé äõíáôü íá ðáñáëçöèåß ï ÷ñÞóôçò êáé ç ïìÜäá"
20354
20355 #: java/jvspec.c:461
20356 #, fuzzy
20357 msgid "cannot create temporary file"
20358 msgstr "ÓÖÁËÌÁ: Áäõíáìßá äçìéïõñãßáò ðñïóùñéíïý áñ÷åßïõ ãéá áëëáãÞ"
20359
20360 #: java/jvspec.c:489
20361 msgid "using both @FILE with multiple files not implemented"
20362 msgstr ""
20363
20364 #: java/jvspec.c:538
20365 #, fuzzy
20366 msgid "cannot specify `main' class when not linking"
20367 msgstr "Äåí åßíáé äõíáôü íá äçëùèåß áñéèìüò óôçëþí óôçí ðáñÜëëçëç åêôýðùóç."
20368
20369 #: java/lang.c:548
20370 msgid "can't do dependency tracking with input from stdin"
20371 msgstr ""
20372
20373 #: java/lang.c:564
20374 msgid "couldn't determine target name for dependency tracking"
20375 msgstr ""
20376
20377 #: java/lex.c:303
20378 #, c-format
20379 msgid ""
20380 "unknown encoding: `%s'\n"
20381 "This might mean that your locale's encoding is not supported\n"
20382 "by your system's iconv(3) implementation.  If you aren't trying\n"
20383 "to use a particular encoding for your input file, try the\n"
20384 "`--encoding=UTF-8' option"
20385 msgstr ""
20386
20387 #: java/mangle.c:85
20388 #, fuzzy, c-format
20389 msgid "can't mangle %s"
20390 msgstr "Äåí åßíáé äõíáôüí íá åêôåëåóôåß ôï %s"
20391
20392 #: java/mangle_name.c:144 java/mangle_name.c:216
20393 #, fuzzy
20394 msgid "internal error - invalid Utf8 name"
20395 msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
20396
20397 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse-scan.y:881
20398 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:962
20399 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1303
20400 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1364
20401 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1574
20402 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1796
20403 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1805
20404 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1816
20405 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1827
20406 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1839
20407 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1854
20408 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1871
20409 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1873
20410 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1945
20411 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2116
20412 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2178
20413 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2330
20414 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2342
20415 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2349
20416 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2356
20417 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2367
20418 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2369
20419 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2407
20420 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2409
20421 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2411
20422 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2432
20423 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2434
20424 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2436
20425 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2452
20426 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2454
20427 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2475
20428 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2477
20429 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2479
20430 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2507
20431 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2509
20432 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2511
20433 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2513
20434 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2531
20435 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2533
20436 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2544
20437 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2555
20438 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2566
20439 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2577
20440 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2588
20441 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2601
20442 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2605
20443 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2607
20444 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2620
20445 #, fuzzy
20446 msgid "Missing term"
20447 msgstr "¸÷åé ðáñáëçöèåß åíôïëÞ"
20448
20449 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse-scan.y:883
20450 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:734
20451 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:772
20452 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:797
20453 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:983
20454 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1338
20455 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1550
20456 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1552
20457 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1781
20458 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1807
20459 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1818
20460 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1829
20461 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1841
20462 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1856
20463 msgid "';' expected"
20464 msgstr "áíáìåíüôáí ';'"
20465
20466 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:732
20467 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:770
20468 #, fuzzy
20469 msgid "Missing name"
20470 msgstr "¸÷åé ðáñáëçöèåß åíôïëÞ"
20471
20472 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:795
20473 msgid "'*' expected"
20474 msgstr "áíáìåíüôáí '*'"
20475
20476 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:809
20477 msgid "Class or interface declaration expected"
20478 msgstr ""
20479
20480 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:846
20481 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:848
20482 #, fuzzy
20483 msgid "Missing class name"
20484 msgstr "¸÷åé ðáñáëçöèåß åíôïëÞ"
20485
20486 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:851
20487 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:855
20488 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:863
20489 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1023
20490 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1284
20491 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1286
20492 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1616
20493 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1867
20494 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1899
20495 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1952
20496 msgid "'{' expected"
20497 msgstr "áíáìåíüôáí '{'"
20498
20499 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:865
20500 msgid "Missing super class name"
20501 msgstr ""
20502
20503 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:875
20504 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:891
20505 #, fuzzy
20506 msgid "Missing interface name"
20507 msgstr "ðáñÜëçøç ïñßóìáôïò áñ÷åßïõ"
20508
20509 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:977
20510 msgid "Missing variable initializer"
20511 msgstr ""
20512
20513 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:994
20514 #, fuzzy
20515 msgid "Invalid declaration"
20516 msgstr "Ìç Ýãêõñç áíôáëëáãÞ"
20517
20518 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:997
20519 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1082
20520 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2153
20521 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2175
20522 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2179
20523 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2214
20524 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2291
20525 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2301
20526 msgid "']' expected"
20527 msgstr "áíáìåíüôáí ']'"
20528
20529 # src/dfa.c:652 src/dfa.c:655 src/dfa.c:682 src/dfa.c:686 src/dfa.c:687
20530 # src/dfa.c:690 src/dfa.c:703 src/dfa.c:704
20531 # src/dfa.c:660 src/dfa.c:663 src/dfa.c:690 src/dfa.c:694 src/dfa.c:695
20532 # src/dfa.c:698 src/dfa.c:711 src/dfa.c:712
20533 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1001
20534 #, fuzzy
20535 msgid "Unbalanced ']'"
20536 msgstr "Ìç éóóïñïðçìÝíï ["
20537
20538 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1037
20539 msgid "Invalid method declaration, method name required"
20540 msgstr ""
20541
20542 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1042
20543 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1047
20544 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1052
20545 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2036
20546 #, fuzzy
20547 msgid "Identifier expected"
20548 msgstr "ÐñïóäéïñéóôÞò áöáéñÝèçêå"
20549
20550 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1057
20551 msgid "Invalid method declaration, return type required"
20552 msgstr ""
20553
20554 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1080
20555 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1530
20556 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1537
20557 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1546
20558 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1548
20559 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1576
20560 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1684
20561 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1981
20562 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2034
20563 msgid "')' expected"
20564 msgstr "áíáìåíüôáí '('"
20565
20566 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1096
20567 #, fuzzy
20568 msgid "Missing formal parameter term"
20569 msgstr "ÅëëéðÞò Þ êáêïó÷çìáôéóìÝíç éäéüôçôá"
20570
20571 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1111
20572 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1116
20573 #, fuzzy
20574 msgid "Missing identifier"
20575 msgstr "Ý÷åé ðáñáëçöèåß ôï áñ÷åßï ðñïïñéóìïý"
20576
20577 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1136
20578 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1145
20579 msgid "Missing class type term"
20580 msgstr ""
20581
20582 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1301
20583 #, fuzzy
20584 msgid "Invalid interface type"
20585 msgstr "Ìç Ýãêõñïò åîáêñéâùôÞò(verifier) åîõðçñåôïýìåíïõ"
20586
20587 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1494
20588 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1663
20589 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1665
20590 msgid "':' expected"
20591 msgstr "áíáìåíüôáí ':'"
20592
20593 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1516
20594 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1521
20595 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1526
20596 #, fuzzy
20597 msgid "Invalid expression statement"
20598 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
20599
20600 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1544
20601 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1572
20602 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1612
20603 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1680
20604 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1748
20605 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1869
20606 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1938
20607 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2028
20608 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2030
20609 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2038
20610 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2274
20611 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2276
20612 msgid "'(' expected"
20613 msgstr "áíáìåíüôáí '('"
20614
20615 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1614
20616 #, fuzzy
20617 msgid "Missing term or ')'"
20618 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
20619
20620 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1661
20621 #, fuzzy
20622 msgid "Missing or invalid constant expression"
20623 msgstr "%s: ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç: %s"
20624
20625 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1682
20626 msgid "Missing term and ')' expected"
20627 msgstr ""
20628
20629 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1721
20630 #, fuzzy
20631 msgid "Invalid control expression"
20632 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
20633
20634 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1723
20635 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1725
20636 #, fuzzy
20637 msgid "Invalid update expression"
20638 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
20639
20640 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1750
20641 #, fuzzy
20642 msgid "Invalid init statement"
20643 msgstr "Ìç Ýãêõñç ðáñÜìåôñïò"
20644
20645 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1941
20646 msgid "Missing term or ')' expected"
20647 msgstr ""
20648
20649 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1983
20650 msgid "'class' or 'this' expected"
20651 msgstr ""
20652
20653 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1985
20654 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1987
20655 #, fuzzy
20656 msgid "'class' expected"
20657 msgstr "áíáìåíüôáí ')'\n"
20658
20659 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2032
20660 #, fuzzy
20661 msgid "')' or term expected"
20662 msgstr "áíáìåíüôáí ')'\n"
20663
20664 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2151
20665 msgid "'[' expected"
20666 msgstr "áíáìåíüôáí '['"
20667
20668 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2229
20669 #, fuzzy
20670 msgid "Field expected"
20671 msgstr "Ç èõãáôñéêÞ äéåñãáóßá ôåñìáôßóôçêå"
20672
20673 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2286
20674 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2296
20675 msgid "Missing term and ']' expected"
20676 msgstr ""
20677
20678 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2400
20679 #, fuzzy
20680 msgid "']' expected, invalid type expression"
20681 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
20682
20683 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2403
20684 #, fuzzy
20685 msgid "Invalid type expression"
20686 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
20687
20688 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2515
20689 #, fuzzy
20690 msgid "Invalid reference type"
20691 msgstr "Ìç Ýãêõñç ðéóù-ðáñáðïìðÞ"
20692
20693 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2993
20694 msgid "Constructor invocation must be first thing in a constructor"
20695 msgstr ""
20696
20697 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2995
20698 msgid "Only constructors can invoke constructors"
20699 msgstr ""
20700
20701 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:3004
20702 #, c-format
20703 msgid ": `%s' JDK1.1(TM) feature"
20704 msgstr ""
20705
20706 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:3064
20707 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:3066
20708 #, c-format
20709 msgid ""
20710 "%s.\n"
20711 "%s"
20712 msgstr ""
20713 "%s.\n"
20714 "%s"
20715
20716 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:6879
20717 #, c-format
20718 msgid "malformed .zip archive in CLASSPATH: %s"
20719 msgstr ""
20720
20721 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:6950
20722 #, c-format
20723 msgid "Can't find default package `%s'. Check the CLASSPATH environment variable and the access to the archives"
20724 msgstr ""
20725
20726 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:12352
20727 #, fuzzy, c-format
20728 msgid "missing static field `%s'"
20729 msgstr "Ý÷åé ðáñáëçöèåß ç ëßóôá ìå ôá ðåäßá"
20730
20731 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:12357
20732 #, fuzzy, c-format
20733 msgid "not a static field `%s'"
20734 msgstr "áäõíáìßá ðñïóðÝëáóçò(stat()) áñ÷åßïõ `%s': %s"
20735
20736 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:12400
20737 #, fuzzy, c-format
20738 msgid "No case for %s"
20739 msgstr "ÓöÜëìá åðåîåñãáóßáò: %s"
20740
20741 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:13365
20742 #, fuzzy, c-format
20743 msgid "unregistered operator %s"
20744 msgstr "ðïôÝ äåí äçëþèçêå ôï ðñüãñáììá %d\n"
20745
20746 #: java/typeck.c:553
20747 #, fuzzy
20748 msgid "junk at end of signature string"
20749 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
20750
20751 #: java/verify.c:479
20752 #, fuzzy
20753 msgid "bad pc in exception_table"
20754 msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
20755
20756 #: java/verify.c:485
20757 msgid "exception handler inside code that is being protected"
20758 msgstr ""
20759
20760 #: java/verify.c:1395
20761 #, c-format
20762 msgid "unknown opcode %d@pc=%d during verification"
20763 msgstr ""
20764
20765 #: java/verify.c:1465 java/verify.c:1478 java/verify.c:1482
20766 #, c-format
20767 msgid "verification error at PC=%d"
20768 msgstr ""
20769
20770 #: java/lang-options.h:32
20771 msgid "Disable automatic array bounds checking"
20772 msgstr ""
20773
20774 #: java/lang-options.h:34
20775 msgid "Disable assignability checks for stores into object arrays"
20776 msgstr ""
20777
20778 #: java/lang-options.h:36
20779 msgid "Assume native functions are implemented using JNI"
20780 msgstr ""
20781
20782 #: java/lang-options.h:38
20783 msgid "Replace system path"
20784 msgstr ""
20785
20786 #: java/lang-options.h:40
20787 msgid "Set class path"
20788 msgstr ""
20789
20790 #: java/lang-options.h:42
20791 msgid "Set class path (deprecated: use --classpath instead)"
20792 msgstr ""
20793
20794 #: java/lang-options.h:44
20795 msgid "Choose class whose main method should be used"
20796 msgstr ""
20797
20798 #: java/lang-options.h:46
20799 msgid "Choose input encoding (default comes from locale)"
20800 msgstr ""
20801
20802 #: java/lang-options.h:48
20803 msgid "Add directory to class path"
20804 msgstr ""
20805
20806 #: java/lang-options.h:50
20807 msgid "Directory where class files should be written"
20808 msgstr ""
20809
20810 #: java/lang-options.h:52
20811 #, fuzzy
20812 msgid "Warn if modifiers are specified when not necessary"
20813 msgstr "äå ìðïñïýí íá äçëþíïíôáé áñ÷åßá üôáí ãßíåôáé ÷ñÞóç ôïõ --string"
20814
20815 #: java/lang-options.h:54
20816 msgid "Warn if deprecated empty statements are found"
20817 msgstr ""
20818
20819 #: java/lang-options.h:56
20820 msgid "Warn if .class files are out of date"
20821 msgstr ""
20822
20823 #: java/lang-options.h:58
20824 msgid "Always check for non gcj generated classes archives"
20825 msgstr ""
20826
20827 #: java/lang-options.h:60
20828 msgid "Never optimize static class initialization code"
20829 msgstr ""
20830
20831 #: java/lang-options.h:62
20832 msgid "Use offset tables for virtual method calls"
20833 msgstr ""
20834
20835 #: objc/objc-act.c:651
20836 #, c-format
20837 msgid "object does not conform to the `%s' protocol"
20838 msgstr ""
20839
20840 #: objc/objc-act.c:737 objc/objc-act.c:810
20841 #, c-format
20842 msgid "class `%s' does not implement the `%s' protocol"
20843 msgstr ""
20844
20845 #: objc/objc-act.c:914
20846 #, c-format
20847 msgid "`%s' cannot be statically allocated"
20848 msgstr ""
20849
20850 #: objc/objc-act.c:963
20851 #, c-format
20852 msgid "unexpected type for `id' (%s)"
20853 msgstr ""
20854
20855 #: objc/objc-act.c:968
20856 msgid "undefined type `id', please import <objc/objc.h>"
20857 msgstr ""
20858
20859 #: objc/objc-act.c:1019
20860 #, c-format
20861 msgid "protocol `%s' has circular dependency"
20862 msgstr ""
20863
20864 #: objc/objc-act.c:1041 objc/objc-act.c:5301
20865 #, fuzzy, c-format
20866 msgid "cannot find protocol declaration for `%s'"
20867 msgstr "áäõíáìßá åéóáãùãÞò óôïé÷åßï ðáñáâïëÞò `%.*s'"
20868
20869 #: objc/objc-act.c:1289 objc/objc-act.c:5877 objc/objc-act.c:6195
20870 #: objc/objc-act.c:6244 objc/objc-act.c:6280 objc-parse.y:1799
20871 #, fuzzy, c-format
20872 msgid "cannot find interface declaration for `%s'"
20873 msgstr "áäõíáìßá áíÜãíùóçò êåöáëßäáò áðü ôï `%s'"
20874
20875 #: objc/objc-act.c:1328
20876 #, fuzzy, c-format
20877 msgid "cannot find reference tag for class `%s'"
20878 msgstr "äå âñÝèçêå ï ðñïåðåîåñãáóôÞò C: %s \n"
20879
20880 #: objc/objc-act.c:2050
20881 #, c-format
20882 msgid "creating selector for non existant method %s"
20883 msgstr ""
20884
20885 #: objc/objc-act.c:2364
20886 #, fuzzy, c-format
20887 msgid "cannot find class `%s'"
20888 msgstr "áäõíáìßá åêôÝëåóçò ioctl óôï `%s'"
20889
20890 #: objc/objc-act.c:2366
20891 #, fuzzy, c-format
20892 msgid "class `%s' already exists"
20893 msgstr "(ôï áñ÷åßï Þäç õðÜñ÷åé)"
20894
20895 #. fatal did not work with 2 args...should fix
20896 #: objc/objc-act.c:2473
20897 #, c-format
20898 msgid "cannot find interface declaration for `%s', superclass of `%s'"
20899 msgstr ""
20900
20901 #: objc/objc-act.c:2480
20902 #, c-format
20903 msgid "circular inheritance in interface declaration for `%s'"
20904 msgstr ""
20905
20906 #: objc/objc-act.c:3566 objc/objc-act.c:3583
20907 #, fuzzy
20908 msgid "inconsistent instance variable specification"
20909 msgstr "Ìåôáãëùôôéóìüò ðñïäéáãñáöþí ôïðéêþí ñõèìßóåùí"
20910
20911 #: objc/objc-act.c:4580
20912 msgid "can not use an object as parameter to a method\n"
20913 msgstr ""
20914
20915 #: objc/objc-act.c:4780
20916 #, fuzzy, c-format
20917 msgid "multiple declarations for method `%s'"
20918 msgstr "ðïëëáðëüò áñéèìüò åðéëïãþí ôçí åíôïëÞ `s'"
20919
20920 #: objc/objc-act.c:4946
20921 #, fuzzy, c-format
20922 msgid "invalid receiver type `%s'"
20923 msgstr "Ìç Ýãêõñç ðñïôåñáéüôçôá `%s'"
20924
20925 #: objc/objc-act.c:4977 objc/objc-act.c:5003 objc/objc-act.c:5051
20926 #, fuzzy, c-format
20927 msgid "`%s' does not respond to `%s'"
20928 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
20929
20930 # src/outer.c:102
20931 #: objc/objc-act.c:4983 objc/objc-act.c:7318
20932 #, fuzzy, c-format
20933 msgid "no super class declared in interface for `%s'"
20934 msgstr "Ï áíôéôïðïèåôçôÞò åðéöÜíåéáò Ý÷åé ôåèåß ðåñéóóüôåñï áðü ìéá öïñÜ ãéá ôï `%s'"
20935
20936 #: objc/objc-act.c:5081
20937 msgid "cannot find class (factory) method"
20938 msgstr ""
20939
20940 #: objc/objc-act.c:5082 objc/objc-act.c:5126
20941 #, c-format
20942 msgid "return type for `%s' defaults to id"
20943 msgstr ""
20944
20945 #: objc/objc-act.c:5099
20946 #, fuzzy, c-format
20947 msgid "method `%s' not implemented by protocol"
20948 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé áðü ôï ðñùôüêïëëï"
20949
20950 #: objc/objc-act.c:5108
20951 msgid "return type defaults to id"
20952 msgstr ""
20953
20954 # src/install.c:562
20955 #: objc/objc-act.c:5125
20956 #, fuzzy
20957 msgid "cannot find method"
20958 msgstr "áäõíáìßá äéêñÜíùóçò"
20959
20960 #: objc/objc-act.c:5399
20961 #, fuzzy, c-format
20962 msgid "undeclared selector `%s'"
20963 msgstr "ìç Ýãêõñïò äçëùôÞò ðåäßïõ: `%s'"
20964
20965 #. Historically, a class method that produced objects (factory
20966 #. method) would assign `self' to the instance that it
20967 #. allocated.  This would effectively turn the class method into
20968 #. an instance method.  Following this assignment, the instance
20969 #. variables could be accessed.  That practice, while safe,
20970 #. violates the simple rule that a class method should not refer
20971 #. to an instance variable.  It's better to catch the cases
20972 #. where this is done unknowingly than to support the above
20973 #. paradigm.
20974 #: objc/objc-act.c:5443
20975 #, c-format
20976 msgid "instance variable `%s' accessed in class method"
20977 msgstr ""
20978
20979 #: objc/objc-act.c:5678
20980 #, fuzzy, c-format
20981 msgid "duplicate definition of class method `%s'"
20982 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
20983
20984 #: objc/objc-act.c:5684
20985 #, fuzzy, c-format
20986 msgid "duplicate declaration of class method `%s'"
20987 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
20988
20989 #: objc/objc-act.c:5720
20990 #, fuzzy, c-format
20991 msgid "duplicate definition of instance method `%s'"
20992 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
20993
20994 #: objc/objc-act.c:5726
20995 #, fuzzy, c-format
20996 msgid "duplicate declaration of instance method `%s'"
20997 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
20998
20999 #: objc/objc-act.c:5766
21000 #, c-format
21001 msgid "duplicate interface declaration for category `%s(%s)'"
21002 msgstr ""
21003
21004 #: objc/objc-act.c:5852
21005 #, c-format
21006 msgid "instance variable `%s' is declared private"
21007 msgstr ""
21008
21009 #: objc/objc-act.c:5899
21010 #, c-format
21011 msgid "instance variable `%s' is declared %s"
21012 msgstr ""
21013
21014 #: objc/objc-act.c:5909
21015 msgid "static access to object of type `id'"
21016 msgstr ""
21017
21018 #: objc/objc-act.c:5934 objc/objc-act.c:6027
21019 #, c-format
21020 msgid "incomplete implementation of class `%s'"
21021 msgstr ""
21022
21023 #: objc/objc-act.c:5938 objc/objc-act.c:6032
21024 #, fuzzy, c-format
21025 msgid "incomplete implementation of category `%s'"
21026 msgstr "áðïôõ÷ßá êáôÜ ôçí åããñáöÞ äåäïìÝíùí ãéá ôçí êáôçãïñßá `%s'"
21027
21028 #: objc/objc-act.c:5943 objc/objc-act.c:6037
21029 #, c-format
21030 msgid "method definition for `%c%s' not found"
21031 msgstr ""
21032
21033 #: objc/objc-act.c:6081
21034 #, c-format
21035 msgid "%s `%s' does not fully implement the `%s' protocol"
21036 msgstr ""
21037
21038 #: objc/objc-act.c:6139 objc/objc-act.c:8249
21039 msgid "`@end' missing in implementation context"
21040 msgstr ""
21041
21042 #: objc/objc-act.c:6167
21043 #, c-format
21044 msgid "reimplementation of class `%s'"
21045 msgstr ""
21046
21047 # src/request.c:806 src/request.c:912
21048 #: objc/objc-act.c:6209
21049 #, fuzzy, c-format
21050 msgid "conflicting super class name `%s'"
21051 msgstr "Ìç áíáãíùñßóçìï üíïìá åðéöÜíåéáò `%s'"
21052
21053 #: objc/objc-act.c:6224
21054 #, fuzzy, c-format
21055 msgid "duplicate interface declaration for class `%s'"
21056 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
21057
21058 #: objc/objc-act.c:6506
21059 #, fuzzy, c-format
21060 msgid "duplicate declaration for protocol `%s'"
21061 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
21062
21063 #: objc/objc-act.c:7363
21064 msgid "[super ...] must appear in a method context"
21065 msgstr ""
21066
21067 #: objc/objc-act.c:8354 objc/objc-act.c:8370
21068 #, c-format
21069 msgid "potential selector conflict for method `%s'"
21070 msgstr ""
21071
21072 #: objc-parse.y:2655
21073 msgid "`@end' must appear in an implementation context"
21074 msgstr ""
21075
21076 #: objc-parse.y:2931
21077 msgid "method definition not in class context"
21078 msgstr ""
21079
21080 #: objc/lang-options.h:27
21081 msgid "Dump decls to a .decl file"
21082 msgstr ""
21083
21084 #: objc/lang-options.h:29
21085 msgid "Generate code for GNU runtime environment"
21086 msgstr ""
21087
21088 #: objc/lang-options.h:32
21089 msgid "Generate code for NeXT runtime environment"
21090 msgstr ""
21091
21092 #: objc/lang-options.h:35
21093 msgid "Warn if a selector has multiple methods"
21094 msgstr ""
21095
21096 #: objc/lang-options.h:39
21097 msgid "Do not warn if inherited methods are unimplemented"
21098 msgstr ""
21099
21100 #: objc/lang-options.h:41
21101 msgid "Generate C header of platform specific features"
21102 msgstr ""
21103
21104 #: objc/lang-options.h:43
21105 msgid "Specify the name of the class for constant strings"
21106 msgstr ""
21107
21108 #. This is the contribution to the `lang_options' array in gcc.c for
21109 #. treelang.
21110 #: treelang/lang-options.h:26
21111 msgid "(debug) trace parsing process"
21112 msgstr ""
21113
21114 #: treelang/lang-options.h:27
21115 msgid "(debug) trace lexical analysis"
21116 msgstr ""
21117
21118 #: config/rs6000/darwin.h:62
21119 msgid " conflicting code gen style switches are used"
21120 msgstr ""
21121
21122 #: config/i386/mingw32.h:85 config/i386/cygwin.h:171
21123 msgid "shared and mdll are not compatible"
21124 msgstr ""
21125
21126 #: java/lang-specs.h:33
21127 msgid "-fjni and -femit-class-files are incompatible"
21128 msgstr ""
21129
21130 #: java/lang-specs.h:34
21131 msgid "-fjni and -femit-class-file are incompatible"
21132 msgstr ""
21133
21134 #: java/lang-specs.h:35 java/lang-specs.h:36
21135 msgid "-femit-class-file should used along with -fsyntax-only"
21136 msgstr ""
21137
21138 #: ada/lang-specs.h:38 java/jvspec.c:77 gcc.c:716
21139 msgid "-pg and -fomit-frame-pointer are incompatible"
21140 msgstr ""
21141
21142 #: ada/lang-specs.h:41
21143 msgid "-c or -S required for Ada"
21144 msgstr ""
21145
21146 #: config/darwin.h:212
21147 msgid "-current_version only allowed with -dynamiclib"
21148 msgstr ""
21149
21150 #: config/darwin.h:215
21151 msgid "-install_name only allowed with -dynamiclib"
21152 msgstr ""
21153
21154 #: config/darwin.h:220
21155 msgid "-bundle not allowed with -dynamiclib"
21156 msgstr ""
21157
21158 #: config/darwin.h:221
21159 msgid "-bundle_loader not allowed with -dynamiclib"
21160 msgstr ""
21161
21162 #: config/darwin.h:222
21163 msgid "-client_name not allowed with -dynamiclib"
21164 msgstr ""
21165
21166 #: config/darwin.h:225
21167 msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
21168 msgstr ""
21169
21170 #: config/darwin.h:226
21171 msgid "-force_flat_namespace not allowed with -dynamiclib"
21172 msgstr ""
21173
21174 #: config/darwin.h:228
21175 msgid "-keep_private_externs not allowed with -dynamiclib"
21176 msgstr ""
21177
21178 #: config/darwin.h:229
21179 msgid "-private_bundle not allowed with -dynamiclib"
21180 msgstr ""
21181
21182 #: config/sparc/freebsd.h:34 config/ia64/freebsd.h:23
21183 #: config/alpha/freebsd.h:44 config/rs6000/sysv4.h:1107
21184 #: config/i386/freebsd-aout.h:213
21185 msgid "`-p' not supported; use `-pg' and gprof(1)"
21186 msgstr ""
21187
21188 #: config/sparc/linux64.h:197 config/sparc/linux64.h:208
21189 #: config/sparc/netbsd-elf.h:163 config/sparc/netbsd-elf.h:182
21190 #: config/sparc/sol2-bi.h:168 config/sparc/sol2-bi.h:178
21191 #, fuzzy
21192 msgid "may not use both -m32 and -m64"
21193 msgstr "äåí åßíáé äõíáôü íá ðáñáëçöèåß ï ÷ñÞóôçò êáé ç ïìÜäá"
21194
21195 #: config/arm/arm.h:178
21196 #, fuzzy
21197 msgid "-mapcs-26 and -mapcs-32 may not be used together"
21198 msgstr ""
21199 "Ïé åðéëïãÝò ãéá íá åêôõðùèåß êáé íá ïñéóôåß ç þñá äåí ìðïñïýí íá\n"
21200 "÷ñçóéìïðïéçèïýí ðáñÜëëçëá."
21201
21202 #: config/arm/arm.h:180
21203 #, fuzzy
21204 msgid "-msoft-float and -mhard_float may not be used together"
21205 msgstr ""
21206 "Ïé åðéëïãÝò ãéá íá åêôõðùèåß êáé íá ïñéóôåß ç þñá äåí ìðïñïýí íá\n"
21207 "÷ñçóéìïðïéçèïýí ðáñÜëëçëá."
21208
21209 #: config/arm/arm.h:182
21210 #, fuzzy
21211 msgid "-mbig-endian and -mlittle-endian may not be used together"
21212 msgstr ""
21213 "Ïé åðéëïãÝò ãéá íá åêôõðùèåß êáé íá ïñéóôåß ç þñá äåí ìðïñïýí íá\n"
21214 "÷ñçóéìïðïéçèïýí ðáñÜëëçëá."
21215
21216 #: config/i386/sco5.h:195
21217 #, fuzzy
21218 msgid "-pg not supported on this platform"
21219 msgstr "ðñïåéäïðïßçóç: ôï --pid=PID äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
21220
21221 #: config/i386/sco5.h:196
21222 #, fuzzy
21223 msgid "-p and -pp specified - pick one"
21224 msgstr "ìç ïñéóìÝíï"
21225
21226 #: config/i386/sco5.h:271
21227 #, fuzzy
21228 msgid "-G and -static are mutually exclusive"
21229 msgstr "\"Æþíç %s\" ãñáììÞ êáé åðéëïãÞ -l åßíáé áìïéâáßùò áðïêëåéüìåíá"
21230
21231 #: f/lang-specs.h:38 gcc.c:689
21232 msgid "GNU C does not support -C without using -E"
21233 msgstr ""
21234
21235 #: f/lang-specs.h:39 gcc.c:690
21236 msgid "GNU C does not support -CC without using -E"
21237 msgstr ""
21238
21239 #: config/mcore/mcore.h:60
21240 msgid "choose either big or little endian, not both"
21241 msgstr ""
21242
21243 #: config/mcore/mcore.h:63
21244 msgid "choose either m340 or m210 not both"
21245 msgstr ""
21246
21247 #: config/mcore/mcore.h:64
21248 msgid "the m210 does not have little endian support"
21249 msgstr ""
21250
21251 #: config/i386/cygwin.h:115
21252 msgid "mno-cygwin and mno-win32 are not compatible"
21253 msgstr ""
21254
21255 #: config/vax/netbsd-elf.h:42
21256 msgid "The -shared option is not currently supported for VAX ELF."
21257 msgstr ""
21258
21259 #: treelang/lang-specs.h:52
21260 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
21261 msgstr ""
21262
21263 #: gcc.c:847
21264 msgid "-E required when input is from standard input"
21265 msgstr ""
21266
21267 #: gcc.c:851
21268 msgid "compilation of header file requested"
21269 msgstr ""
21270
21271 #: config/vax/vax.h:50 config/vax/vax.h:51
21272 #, fuzzy
21273 msgid "profiling not supported with -mg\n"
21274 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
21275
21276 #: config/mips/mips.h:954
21277 msgid "-pipe is not supported"
21278 msgstr "ôï -pipe äåí õðïóôçñßæåôáé"
21279
21280 #: config/mips/mips.h:1156 config/arc/arc.h:63
21281 msgid "may not use both -EB and -EL"
21282 msgstr ""
21283
21284 #: config/mips/r3900.h:35
21285 #, fuzzy
21286 msgid "-mhard-float not supported"
21287 msgstr "Ôï ðñùôüêïëëï äåí õðïóôçñßæåôáé"
21288
21289 #: config/mips/r3900.h:37
21290 msgid "-msingle-float and -msoft-float can not both be specified"
21291 msgstr ""
21292
21293 #, fuzzy
21294 #~ msgid "unknown C standard `%s'"
21295 #~ msgstr "Üãíùóôï óåô `%s'"
21296
21297 #, fuzzy
21298 #~ msgid "null format string"
21299 #~ msgstr "Ç áëõóßäá ìïñöÞò äåí åßíáé Ýãêõñç: `%s'"
21300
21301 #, fuzzy
21302 #~ msgid "'lul' is not a valid integer suffix"
21303 #~ msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
21304
21305 #, fuzzy
21306 #~ msgid "decimal constant is so large that it is unsigned"
21307 #~ msgstr "%s: ôï %s åßíáé ôüóï ìåãÜëï ðïõ äå ìðïñåß íá áíáðáñáóôáèåß"
21308
21309 #, fuzzy
21310 #~ msgid "integer constant is larger than the maximum value for its type"
21311 #~ msgstr ""
21312 #~ "ï äçëùìÝíïò áñéèìüò bytes `%s' åßíáé ìåãáëýôåñïò áðü ôï ìÝãéóôï\n"
21313 #~ "ðïõ ìðïñåß íá áíáðáñáóôáèåß áðü ôï ôýðï äåäïìÝíùí `long'"
21314
21315 #~ msgid "execvp %s"
21316 #~ msgstr "execvp %s"
21317
21318 #, fuzzy
21319 #~ msgid "integer constant out of range"
21320 #~ msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
21321
21322 #, fuzzy
21323 #~ msgid "missing binary operator"
21324 #~ msgstr "Áãíùóôïò äõáäéêüò ÷åéñéóôÞò."
21325
21326 #, fuzzy
21327 #~ msgid "changing search order for system directory \"%s\""
21328 #~ msgstr "áäõíáìßá áëëáãÞò óôï êáôÜëïãï \"%s\""
21329
21330 #, fuzzy
21331 #~ msgid "I/O error on output"
21332 #~ msgstr "ÓöÜëìá åéóüäïõ/åîüäïõ"
21333
21334 #, fuzzy
21335 #~ msgid "argument missing after %s"
21336 #~ msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
21337
21338 #, fuzzy
21339 #~ msgid "number missing after %s"
21340 #~ msgstr "ïñéóìüò äéêáéùìÜôùí óôï %s"
21341
21342 #, fuzzy
21343 #~ msgid "target missing after %s"
21344 #~ msgstr "Áñ÷Þ áñ÷åßïõ %s\n"
21345
21346 #, fuzzy
21347 #~ msgid "possible start of unterminated string literal"
21348 #~ msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
21349
21350 #~ msgid "multi-line string literals are deprecated"
21351 #~ msgstr "äå óõíßóôáôáé ðéá ç ÷ñÞóç áëöáñéèìçôéêþí óôáèåñþí ðïëëáðëþí ãñáììþí"
21352
21353 #~ msgid "invalid option %s"
21354 #~ msgstr "ìç Ýãêõñç åðéëïãÞ %s"
21355
21356 #~ msgid "%s:%d: warning: "
21357 #~ msgstr "%s:%d: ðñïåéäïðïßçóç: "
21358
21359 #~ msgid "%s: warning: "
21360 #~ msgstr "%s: ðñïåéäïðïßçóç: "
21361
21362 #~ msgid "sorry, not implemented: "
21363 #~ msgstr "óõããíþìç, ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß: "
21364
21365 #, fuzzy
21366 #~ msgid "Internal compiler error in %s, at %s:%d"
21367 #~ msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
21368
21369 #~ msgid "Copyright (C) 2002 Free Software Foundation, Inc.\n"
21370 #~ msgstr "ÐíåõìáôéêÜ Äéêáéþìáôá (C) 2002 Free Software Foundation, Inc.\n"
21371
21372 #, fuzzy
21373 #~ msgid "argument to `-b' is missing"
21374 #~ msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
21375
21376 #, fuzzy
21377 #~ msgid "argument to `-V' is missing"
21378 #~ msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
21379
21380 #, fuzzy
21381 #~ msgid "invalid version number format"
21382 #~ msgstr "ìç Ýãêõñç äéáìüñöùóç óõíôüìåõóçò"
21383
21384 #, fuzzy
21385 #~ msgid "No branches in function %s\n"
21386 #~ msgstr "Äåí âñÝèçêáí ôáéñéÜóìáôá óôç ìïñöÞ `%s'.\n"
21387
21388 #, fuzzy
21389 #~ msgid "conversion from NaN to int"
21390 #~ msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
21391
21392 #, fuzzy
21393 #~ msgid "conversion from NaN to unsigned int"
21394 #~ msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
21395
21396 #, fuzzy
21397 #~ msgid "floating point overflow"
21398 #~ msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
21399
21400 #, fuzzy
21401 #~ msgid "%s: argument domain error"
21402 #~ msgstr "%s: óöÜëìá áíÜãíùóçò"
21403
21404 #, fuzzy
21405 #~ msgid "%s: overflow range error"
21406 #~ msgstr "%s: óöÜëìá åããñáöÞò"
21407
21408 #, fuzzy
21409 #~ msgid "%s: underflow range error"
21410 #~ msgstr "%s: óöÜëìá åããñáöÞò"
21411
21412 #, fuzzy
21413 #~ msgid "internal error: %s"
21414 #~ msgstr "óöÜëìá óôçí áíÜãíùóç åéóüäïõ: %s"
21415
21416 #, fuzzy
21417 #~ msgid "invalid character constant in #if"
21418 #~ msgstr "ìç Ýãêõñïò óôáèåñüò ÷áñáêôÞñáò óôï áëöáñéèìéôéêü"
21419
21420 #, fuzzy
21421 #~ msgid "octal character constant does not fit in a byte"
21422 #~ msgstr "ìç Ýãêõñïò óôáèåñüò ÷áñáêôÞñáò óôï áëöáñéèìéôéêü"
21423
21424 #, fuzzy
21425 #~ msgid "hex character constant does not fit in a byte"
21426 #~ msgstr "ìç Ýãêõñïò óôáèåñüò ÷áñáêôÞñáò óôï áëöáñéèìéôéêü"
21427
21428 #, fuzzy
21429 #~ msgid "Junk after end of expression."
21430 #~ msgstr "Ðñüùñï ôÝëïò ôçò êáíïíéêÞò Ýêöñáóçò"
21431
21432 #, fuzzy
21433 #~ msgid "-traditional is not supported in C++"
21434 #~ msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
21435
21436 #, fuzzy
21437 #~ msgid "-traditional and -ansi are mutually exclusive"
21438 #~ msgstr "ïé åðéëïãÝò --string êáé --check åßíáé áìïéâáßùò áðïêëåéüìåíåò"
21439
21440 #, fuzzy
21441 #~ msgid "-trigraphs and -traditional are mutually exclusive"
21442 #~ msgstr "ïé åðéëïãÝò --string êáé --check åßíáé áìïéâáßùò áðïêëåéüìåíåò"
21443
21444 #, fuzzy
21445 #~ msgid "unterminated #%s conditional"
21446 #~ msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
21447
21448 #, fuzzy
21449 #~ msgid "not in any file?!"
21450 #~ msgstr "Äåí åßíáé åðþíõìï áñ÷åßï"
21451
21452 #, fuzzy
21453 #~ msgid "invalid macro name"
21454 #~ msgstr "ìç Ýãêõñï üíïìá ìÞíá"
21455
21456 #, fuzzy
21457 #~ msgid "invalid macro name `%s'"
21458 #~ msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
21459
21460 #, fuzzy
21461 #~ msgid "unterminated parameter list in #define"
21462 #~ msgstr "ìç ôåñìáôéæüìåíï üíïìá âÜñïõò"
21463
21464 #, fuzzy
21465 #~ msgid "invalid format #line command"
21466 #~ msgstr "Ç áëõóßäá ìïñöÞò äåí åßíáé Ýãêõñç: `%s'"
21467
21468 #, fuzzy
21469 #~ msgid "undefining `defined'"
21470 #~ msgstr "áüñéóôï"
21471
21472 #, fuzzy
21473 #~ msgid "undefining `%s'"
21474 #~ msgstr "¶íïéãìá ôïõ `%s'"
21475
21476 #, fuzzy
21477 #~ msgid "#warning%.*s"
21478 #~ msgstr "ðñïåéäïðïßçóç: "
21479
21480 # src/dfa.c:652 src/dfa.c:655 src/dfa.c:682 src/dfa.c:686 src/dfa.c:687
21481 # src/dfa.c:690 src/dfa.c:703 src/dfa.c:704
21482 # src/dfa.c:660 src/dfa.c:663 src/dfa.c:690 src/dfa.c:694 src/dfa.c:695
21483 # src/dfa.c:698 src/dfa.c:711 src/dfa.c:712
21484 #, fuzzy
21485 #~ msgid "unbalanced #endif"
21486 #~ msgstr "Ìç éóóïñïðçìÝíï ["
21487
21488 #, fuzzy
21489 #~ msgid "unterminated string or character constant"
21490 #~ msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
21491
21492 #, fuzzy
21493 #~ msgid "arguments given to macro `%s'"
21494 #~ msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
21495
21496 #, fuzzy
21497 #~ msgid "no args to macro `%s'"
21498 #~ msgstr "Üãíùóôïò ÷áñáêôÞñáò `%s'"
21499
21500 #, fuzzy
21501 #~ msgid "invalid %%V value"
21502 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21503
21504 #, fuzzy
21505 #~ msgid "Don't do symbol renaming"
21506 #~ msgstr "äåí äþèçêå óõìâïëéêü üíïìá"
21507
21508 #, fuzzy
21509 #~ msgid "inline float constants not supported on this host"
21510 #~ msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
21511
21512 #, fuzzy
21513 #~ msgid "Retain legend information"
21514 #~ msgstr "åìöÜíéóç ðëçñïöïñéþí ðñïüäïõ"
21515
21516 # lib/argmatch.c:188
21517 #, fuzzy
21518 #~ msgid "argument is a structure"
21519 #~ msgstr "¸ãêõñá ïñßóìáôá åßíáé:"
21520
21521 #, fuzzy
21522 #~ msgid "Use mcount for profiling"
21523 #~ msgstr "áäýíáôç ç öüñôùóç äåäïìÝíùí ðñïößë"
21524
21525 #, fuzzy
21526 #~ msgid "-mips%d not supported"
21527 #~ msgstr "Ôï ai_family äåí õðïóôçñßæåôáé"
21528
21529 #, fuzzy
21530 #~ msgid "-mabi=%s does not support -mips%d"
21531 #~ msgstr "Ôï ai_socktype äåí õðïóôçñßæåôáé"
21532
21533 #, fuzzy
21534 #~ msgid "-fdata-sections not supported on AIX"
21535 #~ msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
21536
21537 #, fuzzy
21538 #~ msgid "`%D' as declarator"
21539 #~ msgstr "ôï `%s' åßíáé êáôÜëïãïò"
21540
21541 #, fuzzy
21542 #~ msgid "invalid type: `void &'"
21543 #~ msgstr "Ìç Ýãêõñç çìåñïìçíßá `%s'"
21544
21545 #~ msgid "                %#D"
21546 #~ msgstr "                %#D"
21547
21548 #, fuzzy
21549 #~ msgid "invalid use of type decl `%#D' as expression"
21550 #~ msgstr "Ìç Ýãêõñç ðñïðïñåõüìåíç êáíïíéêÞ Ýêöñáóç"
21551
21552 #, fuzzy
21553 #~ msgid "invalid use of undefined type `%#T'"
21554 #~ msgstr "ìç Ýãêõñïò áñéèìüò áðü êåíÝò ãñáììÝò: `%s'"
21555
21556 #, fuzzy
21557 #~ msgid "declaration of `%#T'"
21558 #~ msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
21559
21560 #, fuzzy
21561 #~ msgid "invalid use of `%T'"
21562 #~ msgstr "Ìç Ýãêõñç çìåñïìçíßá `%s'."
21563
21564 #, fuzzy
21565 #~ msgid "internal error - use of undefined type"
21566 #~ msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
21567
21568 #, fuzzy
21569 #~ msgid "-p option not supported: use -pg instead"
21570 #~ msgstr "ôï -C äåí óõíßóôáôáé ðéá, ÷ñçóéìïðïéÞóôå -Z"
21571
21572 #, fuzzy
21573 #~ msgid "options -mabi=mmixware and -mabi=gnu are mutually exclusive"
21574 #~ msgstr "\"Æþíç %s\" ãñáììÞ êáé åðéëïãÞ -l åßíáé áìïéâáßùò áðïêëåéüìåíá"
21575
21576 #, fuzzy
21577 #~ msgid "__builtin_trap not supported by this target"
21578 #~ msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
21579
21580 #, fuzzy
21581 #~ msgid "invalid %H value"
21582 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21583
21584 #, fuzzy
21585 #~ msgid "invalid %h value"
21586 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21587
21588 #, fuzzy
21589 #~ msgid "invalid %Q value"
21590 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21591
21592 #, fuzzy
21593 #~ msgid "invalid %q value"
21594 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21595
21596 #, fuzzy
21597 #~ msgid "invalid %p value"
21598 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21599
21600 #, fuzzy
21601 #~ msgid "invalid %B value"
21602 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21603
21604 #, fuzzy
21605 #~ msgid "invalid %C value"
21606 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21607
21608 #, fuzzy
21609 #~ msgid "invalid %E value"
21610 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21611
21612 #, fuzzy
21613 #~ msgid "invalid %r value"
21614 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21615
21616 #, fuzzy
21617 #~ msgid "bad string length in %s"
21618 #~ msgstr "åëÜ÷éóôï ìÝãåèïò áëöáñéèìçôéêïý"
21619
21620 #, fuzzy
21621 #~ msgid "mode mismatch in %s expression"
21622 #~ msgstr "ÓöÜëìá óôï ôáßñéáóìá óôçí êáíïíéêÞ Ýêöñáóç `%s'"
21623
21624 # src/main.c:697 src/main.c:751
21625 #, fuzzy
21626 #~ msgid "no label named `%s'"
21627 #~ msgstr "¶ãíùóôç ãëþóóá `%s'"
21628
21629 #, fuzzy
21630 #~ msgid "this is the first ELSE label"
21631 #~ msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
21632
21633 #, fuzzy
21634 #~ msgid "duplicate CASE value"
21635 #~ msgstr "äéðëü êëåéäß"
21636
21637 #, fuzzy
21638 #~ msgid "this is the first entry for that value"
21639 #~ msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
21640
21641 #, fuzzy
21642 #~ msgid "CASE value out of range"
21643 #~ msgstr "Ï áñéèìüò ôùí êáíáëéþí åßíáé Ýîù áðü ôá üñéá"
21644
21645 #, fuzzy
21646 #~ msgid "empty range"
21647 #~ msgstr "êåíü áëöáñéèìçôéêü"
21648
21649 #, fuzzy
21650 #~ msgid "internal error - unknown type in multiple assignment"
21651 #~ msgstr "åóùôåñéêü óöÜëìá - êëÞèçêå ç addtype ìå êáêü ttisgmt"
21652
21653 #, fuzzy
21654 #~ msgid "cannot convert to a boolean mode"
21655 #~ msgstr "áäýíáôç ç ìåôáôñïðÞ ôïõ U+%04X óôï ôïðéêü óýíïëï ÷áñáêôÞñùí"
21656
21657 #, fuzzy
21658 #~ msgid "cannot convert to a char mode"
21659 #~ msgstr "áäýíáôç ç ìåôáôñïðÞ ôïõ U+%04X óôï ôïðéêü óýíïëï ÷áñáêôÞñùí"
21660
21661 #, fuzzy
21662 #~ msgid "powerset tuple element out of range"
21663 #~ msgstr "%s: áñéèìüò ãñáììÞò Ýîù áðü ôá üñéá"
21664
21665 #, fuzzy
21666 #~ msgid "missing variant fields (at least `%s')"
21667 #~ msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
21668
21669 #, fuzzy
21670 #~ msgid "invalid array tuple label"
21671 #~ msgstr "Ìç Ýãêõñïò ÷áñáêôÞñáò ïíüìáôïò êëÜóçò"
21672
21673 #, fuzzy
21674 #~ msgid "array tuple index out of range"
21675 #~ msgstr "%s: áñéèìüò ãñáììÞò Ýîù áðü ôá üñéá"
21676
21677 #, fuzzy
21678 #~ msgid "too many array tuple values"
21679 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
21680
21681 #, fuzzy
21682 #~ msgid "missing array tuple element %s"
21683 #~ msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
21684
21685 #, fuzzy
21686 #~ msgid "missing array tuple elements %s : %s"
21687 #~ msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
21688
21689 # src/request.c:263
21690 #, fuzzy
21691 #~ msgid "no initialization allowed for `%s'"
21692 #~ msgstr "Ôï âÞìá áñ÷éêïðïßçóçò áðÝôõ÷å"
21693
21694 #, fuzzy
21695 #~ msgid "location for `%s' not read-compatible"
21696 #~ msgstr "Ï êáôÜëïãïò `%s' äåí åßíáé ðñïóéôüò."
21697
21698 #, fuzzy
21699 #~ msgid "too few tag labels"
21700 #~ msgstr "ðïëý ëßãá ïñßóìáôá"
21701
21702 #, fuzzy
21703 #~ msgid "too many tag labels"
21704 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
21705
21706 #, fuzzy
21707 #~ msgid "...is duplicated here"
21708 #~ msgstr "äéðëü êëåéäß"
21709
21710 #, fuzzy
21711 #~ msgid "duplicate grant for `%s'"
21712 #~ msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
21713
21714 #, fuzzy
21715 #~ msgid "previous grant for `%s'"
21716 #~ msgstr "äéáôÞñçóç ùñþí óôï %s"
21717
21718 #, fuzzy
21719 #~ msgid "duplicate definition `%s'"
21720 #~ msgstr "äéðëüò ïñéóìüò óõíüëïõ"
21721
21722 #, fuzzy
21723 #~ msgid "previous definition of `%s'"
21724 #~ msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
21725
21726 # src/main.c:785
21727 #, fuzzy
21728 #~ msgid "ambiguous choice for seize `%s' -"
21729 #~ msgstr "ÁóáöÞò ìïñöÞ `%s'"
21730
21731 #, fuzzy
21732 #~ msgid "INTERNAL ERROR: handle_one_level is broken"
21733 #~ msgstr "ÅÓÙÔÅÑÉÊÏ ÓÖÁËÌÁ: ËÜèïò åßäïò áíôéêåéìÝíïõ óôï expand_token ()"
21734
21735 #, fuzzy
21736 #~ msgid "conditional expression not allowed in %s"
21737 #~ msgstr "ËÜèïò Ýêöñáóç óôçí áðïôßìçóç (ëÜèïò åßóïäïò): %s"
21738
21739 #, fuzzy
21740 #~ msgid "internal error:  unknown expression mode in %s"
21741 #~ msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
21742
21743 #, fuzzy
21744 #~ msgid "array is not addressable"
21745 #~ msgstr "Ï êáôÜëïãïò `%s' äåí åßíáé ðñïóéôüò."
21746
21747 #~ msgid "too few arguments in call to `%s'"
21748 #~ msgstr "ðïëý ëßãá ïñßóìáôá óôç êëÞóç ôçò `%s'"
21749
21750 #~ msgid "too many arguments in call to `%s'"
21751 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá óôç êëÞóç ôçò `%s'"
21752
21753 #, fuzzy
21754 #~ msgid "cannot dereference, not a pointer"
21755 #~ msgstr "Äåí ìðïñåß íá êáèïñéóôåß ôï üíïìá ôïõ óõóôÞìáôïò"
21756
21757 #, fuzzy
21758 #~ msgid "invalid type argument of `->'"
21759 #~ msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
21760
21761 #, fuzzy
21762 #~ msgid "no field named `%s'"
21763 #~ msgstr "Ìç ïñéóìÝíï üíïìá %s"
21764
21765 #, fuzzy
21766 #~ msgid "argument %d to ABSTIME must be of integer type"
21767 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21768
21769 #, fuzzy
21770 #~ msgid "parameter 2 must be a positive integer"
21771 #~ msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
21772
21773 #, fuzzy
21774 #~ msgid "argument 1 to `%s' must be of floating point mode"
21775 #~ msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21776
21777 #, fuzzy
21778 #~ msgid "first argument to `%s' must be a mode"
21779 #~ msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21780
21781 #~ msgid "too many arguments to procedure"
21782 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá óôç ñïõôßíá"
21783
21784 #, fuzzy
21785 #~ msgid "too few arguments to procedure `%s'"
21786 #~ msgstr "Ðñïåéäïðïßçóç: Ðïëý ëßãá ïñßóìáôá óôï åóùäïìçìÝíï `%s'"
21787
21788 #, fuzzy
21789 #~ msgid "too few arguments to procedure"
21790 #~ msgstr "ðïëý ëßãá ïñßóìáôá"
21791
21792 #, fuzzy
21793 #~ msgid "syntax error (integer used as function)"
21794 #~ msgstr "óõíôáêôéêü óöÜëìá óôïí êáèïñéóìü óåéñÜò"
21795
21796 #, fuzzy
21797 #~ msgid "syntax error - missing operator, comma, or '('?"
21798 #~ msgstr "óõíôáêôéêü óöÜëìá óôïí ïñéóìü ôïõ ðßíáêá ñåðåñôïñßïõ: %s"
21799
21800 #, fuzzy
21801 #~ msgid "internal error - bad built-in function `%s'"
21802 #~ msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
21803
21804 #, fuzzy
21805 #~ msgid "invalid operation on array of chars"
21806 #~ msgstr "Ìç Ýãêõñïò ÷áñáêôÞñáò ðáñáâïëÞò"
21807
21808 #, fuzzy
21809 #~ msgid "invalid left operand of %s"
21810 #~ msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
21811
21812 #, fuzzy
21813 #~ msgid "invalid right operand of %s"
21814 #~ msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
21815
21816 #, fuzzy
21817 #~ msgid "ADDR requires a LOCATION argument"
21818 #~ msgstr "ç åðéëïãÞ `-k' áðáéôåß Ýíá üñéóìá"
21819
21820 #, fuzzy
21821 #~ msgid "-> expression is not addressable"
21822 #~ msgstr "ËÜèïò Ýêöñáóç óôçí áðïôßìçóç: %s"
21823
21824 #, fuzzy
21825 #~ msgid "%s is not addressable"
21826 #~ msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
21827
21828 #, fuzzy
21829 #~ msgid "can't write to %s"
21830 #~ msgstr "áäõíáìßá åããñáöÞò áðïôåëÝóìáôïò: %s"
21831
21832 #, fuzzy
21833 #~ msgid "FORBID is not yet implemented"
21834 #~ msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
21835
21836 #, fuzzy
21837 #~ msgid "text length must be greater then 0"
21838 #~ msgstr "%s: ï áñéèìüò ãñáììÞò ðñÝðåé íá åßíáé ìåãáëýôåñïò áðü ôï ìçäÝí"
21839
21840 #, fuzzy
21841 #~ msgid "argument 2 of ASSOCIATE must not be an empty string"
21842 #~ msgstr "%s: ç ôéìÞ ãéá ôï ðåäßï `%s' äåí ðñÝðåé íá åßíáé Ýíá êåíü áëöáñéèìçôéêü"
21843
21844 #, fuzzy
21845 #~ msgid "argument 2 to ASSOCIATE must be a string"
21846 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21847
21848 #, fuzzy
21849 #~ msgid "argument 3 to ASSOCIATE must be a string"
21850 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21851
21852 #, fuzzy
21853 #~ msgid "too many arguments in call to MODIFY"
21854 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
21855
21856 #, fuzzy
21857 #~ msgid "argument 2 of MODIFY must not be an empty string"
21858 #~ msgstr "%s: ç ôéìÞ ãéá ôï ðåäßï `%s' äåí ðñÝðåé íá åßíáé Ýíá êåíü áëöáñéèìçôéêü"
21859
21860 #, fuzzy
21861 #~ msgid "argument 2 to MODIFY must be a string"
21862 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21863
21864 #, fuzzy
21865 #~ msgid "argument 3 to MODIFY must be a string"
21866 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21867
21868 #, fuzzy
21869 #~ msgid "incompatible index mode"
21870 #~ msgstr "ìç Ýãêõñï äéêáßùìá"
21871
21872 #, fuzzy
21873 #~ msgid "argument %d of %s must be of mode ACCESS"
21874 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21875
21876 #, fuzzy
21877 #~ msgid "too few arguments in call to `readrecord'"
21878 #~ msgstr "ðïëý ëßãá bytes óôçí êùäéêïðïßçóç ÷áñáêôÞñá"
21879
21880 #, fuzzy
21881 #~ msgid "too few arguments in call to `writerecord'"
21882 #~ msgstr "ðïëý ëßãá bytes óôçí êùäéêïðïßçóç ÷áñáêôÞñá"
21883
21884 #, fuzzy
21885 #~ msgid "argument %d of %s must be of mode TEXT"
21886 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21887
21888 #, fuzzy
21889 #~ msgid "argument %d must be referable"
21890 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21891
21892 #, fuzzy
21893 #~ msgid "too few arguments for this format string"
21894 #~ msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
21895
21896 #, fuzzy
21897 #~ msgid "internal error in check_format_string"
21898 #~ msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
21899
21900 # src/recode.c:171
21901 #, fuzzy
21902 #~ msgid "no padding character (offset %d)"
21903 #~ msgstr "ÊáíÝíáò ÷áñáêôÞñáò äåí ìåôáôñÝðåôáé óå %3d"
21904
21905 #, fuzzy
21906 #~ msgid "too many arguments for this format string"
21907 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá óå áõôü ôï áëöáñéèìçôéêü ìïñöÞò"
21908
21909 #, fuzzy
21910 #~ msgid "missing index expression"
21911 #~ msgstr "ðáñÜëçøç ïñßóìáôïò áñ÷åßïõ"
21912
21913 #, fuzzy
21914 #~ msgid "too few arguments in call to `readtext'"
21915 #~ msgstr "ðïëý ëßãá ïñßóìáôá"
21916
21917 #, fuzzy
21918 #~ msgid "non-constant expression"
21919 #~ msgstr "Áäõíáìßá ðñïóðÝëáóçò ôïõ áñ÷åßïõ ôçò áëëáãÞò"
21920
21921 #, fuzzy
21922 #~ msgid "invalid C'xx' "
21923 #~ msgstr "ìç Ýãêõñç ìåôáôüðéóç UTC"
21924
21925 #, fuzzy
21926 #~ msgid "unrecognized compiler directive"
21927 #~ msgstr "ìç áíáãíùñßóçìç åðéëïãÞ `-%c'"
21928
21929 #, fuzzy
21930 #~ msgid "unrecognized compiler directive `%s'"
21931 #~ msgstr "ìç áíáãíùñßóçìç åðéëïãÞ `-%c'"
21932
21933 #, fuzzy
21934 #~ msgid "unterminated string literal"
21935 #~ msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
21936
21937 #, fuzzy
21938 #~ msgid "invalid number format `%s'"
21939 #~ msgstr "ìç Ýãêõñïò áñéèìüò áðü óôÞëåò: `%s'"
21940
21941 #, fuzzy
21942 #~ msgid "can't find %s"
21943 #~ msgstr "Äåí åßíáé äõíáôüí íá åêôåëåóôåß ôï %s"
21944
21945 #, fuzzy
21946 #~ msgid "invalid `%c' character in name"
21947 #~ msgstr "Ìç Ýãêõñïò ÷áñáêôÞñáò ïíüìáôïò êëÜóçò"
21948
21949 #, fuzzy
21950 #~ msgid "loop identifier undeclared"
21951 #~ msgstr "áíáìåíüôáí óôáèåñÜ Þ ðñïóäéïñéóôÞò"
21952
21953 #, fuzzy
21954 #~ msgid "BY expression is negative or zero"
21955 #~ msgstr "ËÜèïò Ýêöñáóç óôçí áðïôßìçóç: %s"
21956
21957 #, fuzzy
21958 #~ msgid "start label '%s' does not match end label '%s'"
21959 #~ msgstr "ôï áñ÷åßï äåäïìÝíùí ðñïößë `%s' äåí ôáéñéÜæåé ìå ôï äéáìïéñáæüìåíï áíôéêåßìåíï `%s'"
21960
21961 #, fuzzy
21962 #~ msgid "expected a name here"
21963 #~ msgstr "%s: áíáìåíüôáí áñéèìçôéêÞ ôéìÞ."
21964
21965 #, fuzzy
21966 #~ msgid "expected a name string here"
21967 #~ msgstr "%s: áíáìåíüôáí áñéèìçôéêÞ ôéìÞ."
21968
21969 #, fuzzy
21970 #~ msgid "missing defining occurrence"
21971 #~ msgstr "Ý÷åé ðáñáëçöèåß ôï áñ÷åßï ðñïïñéóìïý"
21972
21973 #, fuzzy
21974 #~ msgid "missing '(' in exception list"
21975 #~ msgstr "Ý÷åé ðáñáëçöèåß ôï áñ÷åßï ðñïïñéóìïý"
21976
21977 #, fuzzy
21978 #~ msgid "syntax error in exception list"
21979 #~ msgstr "óõíôáêôéêü óöÜëìá óôï ïñéóìü ôïõ %s: %s"
21980
21981 #, fuzzy
21982 #~ msgid "empty ON-condition"
21983 #~ msgstr "Åðåßãïõóá êáôÜóôáóç åéóüäïõ/åîüäïõ"
21984
21985 #, fuzzy
21986 #~ msgid "expected another rename clause"
21987 #~ msgstr "%s: áíáìåíüôáí áñéèìçôéêÞ ôéìÞ."
21988
21989 #, fuzzy
21990 #~ msgid "syntax error in parameter name list"
21991 #~ msgstr "óõíôáêôéêü óöÜëìá óôïí ïñéóìü êëÜóçò ÷áñáêôÞñùí"
21992
21993 #, fuzzy
21994 #~ msgid "syntax error while parsing signal definition statement"
21995 #~ msgstr "óõíôáêôéêü óöÜëìá óôï ïñéóìü ôïõ %s: %s"
21996
21997 #, fuzzy
21998 #~ msgid "expression is not an action"
21999 #~ msgstr "ËÜèïò Ýêöñáóç óôçí áðïôßìçóç: %s"
22000
22001 #, fuzzy
22002 #~ msgid "syntax error in action"
22003 #~ msgstr "óõíôáêôéêü óöÜëìá óôïí êáèïñéóìü óåéñÜò"
22004
22005 #, fuzzy
22006 #~ msgid "bad tuple field name list"
22007 #~ msgstr "ìç Ýãêõñï byte Þ ëßóôá ðåäßùí"
22008
22009 #, fuzzy
22010 #~ msgid "invalid syntax for label in tuple"
22011 #~ msgstr "ìç Ýãêõñï byte Þ ëßóôá ðåäßùí"
22012
22013 #, fuzzy
22014 #~ msgid "missing field"
22015 #~ msgstr "Ý÷åé ðáñáëçöèåß ç ëßóôá ìå ôá ðåäßá"
22016
22017 #, fuzzy
22018 #~ msgid "VARYING bit-strings not implemented"
22019 #~ msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
22020
22021 #, fuzzy
22022 #~ msgid "SIGNAL is not a valid mode"
22023 #~ msgstr "ìç Ýãêõñï äéêáßùìá"
22024
22025 #, fuzzy
22026 #~ msgid "syntax error - missing mode"
22027 #~ msgstr "óõíôáêôéêü óöÜëìá óôïí ïñéóìïý locale ìçíýìáôïò"
22028
22029 #, fuzzy
22030 #~ msgid "too many arguments to process `%s'"
22031 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
22032
22033 #, fuzzy
22034 #~ msgid "too many arguments to process"
22035 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
22036
22037 #, fuzzy
22038 #~ msgid "too few arguments to process `%s'"
22039 #~ msgstr "ðïëý ëßãá ïñßóìáôá"
22040
22041 #, fuzzy
22042 #~ msgid "too few arguments to process"
22043 #~ msgstr "ðïëý ëßãá ïñßóìáôá"
22044
22045 #, fuzzy
22046 #~ msgid "GEN_INST parameter 2 must be an integer mode"
22047 #~ msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
22048
22049 #, fuzzy
22050 #~ msgid "%s is not a declared process"
22051 #~ msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
22052
22053 #, fuzzy
22054 #~ msgid " and no default priority was set."
22055 #~ msgstr "Äåí åßíáé äõíáôüí íá âñåèåß ç ðñïôåñáéüôçôá."
22056
22057 #, fuzzy
22058 #~ msgid " and no destination process specified"
22059 #~ msgstr "Áðáéôåßôáé äéåýèõíóç ðñïïñéóìïý"
22060
22061 #, fuzzy
22062 #~ msgid "slice length out-of-range"
22063 #~ msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
22064
22065 #, fuzzy
22066 #~ msgid "too many index expressions"
22067 #~ msgstr "õðåñâïëéêÜ ðïëëÜ äåõôåñüëåðôá áíáðÞäçóçò"
22068
22069 #, fuzzy
22070 #~ msgid "cannot convert to float"
22071 #~ msgstr "áäýíáôç ç ìåôáôñïðÞ ôïõ U+%04X óôï ôïðéêü óýíïëï ÷áñáêôÞñùí"
22072
22073 #, fuzzy
22074 #~ msgid "cannot convert float to this mode"
22075 #~ msgstr "yp_update: áäõíáìßá ìåôáôñïðÞò ïíüìáôïò óõóôÞìáôïò óå üíïìá äéêôýïõ\n"
22076
22077 #, fuzzy
22078 #~ msgid "internal error in chill_root_resulting_mode"
22079 #~ msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
22080
22081 #, fuzzy
22082 #~ msgid "cannot process BIN (>32)"
22083 #~ msgstr "Äåí åßíáé äõíáôüí íá âñåèåß ï ôýðïò ôïõ åðåîåñãáóôÞ."
22084
22085 #, fuzzy
22086 #~ msgid "negative string length"
22087 #~ msgstr "åëÜ÷éóôï ìÝãåèïò áëöáñéèìçôéêïý"
22088
22089 #, fuzzy
22090 #~ msgid "floating point ranges"
22091 #~ msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
22092
22093 #, fuzzy
22094 #~ msgid "starting word in POS must be an integer constant"
22095 #~ msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
22096
22097 #, fuzzy
22098 #~ msgid "length in POS must be an integer constant"
22099 #~ msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
22100
22101 #, fuzzy
22102 #~ msgid "end bit in POS must be an integer constant"
22103 #~ msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
22104
22105 #, fuzzy
22106 #~ msgid "invalid parameterized type"
22107 #~ msgstr "%s: ìç Ýãêõñï åßäïò áñ÷åßïõ"
22108
22109 # src/main.c:659
22110 #, fuzzy
22111 #~ msgid "ambiguous request for method pointer `%s'"
22112 #~ msgstr "ÁóáöÞò óõìâïëïóåéñÜ `%s'"
22113
22114 #, fuzzy
22115 #~ msgid "invalid use of %D"
22116 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
22117
22118 #, fuzzy
22119 #~ msgid "internal error #%d"
22120 #~ msgstr "Åóùôåñéêü óöÜëìá NIS"
22121
22122 #, fuzzy
22123 #~ msgid "can't to open %s"
22124 #~ msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"