1 # Greek translation of gcc.
2 # Copyright (C) 2001, 2002 Free Software Foundation, Inc.
3 # Simos Xenitellis <simos@hellug.gr>, 2001, 2002.
7 "Project-Id-Version: gcc 3.2\n"
8 "POT-Creation-Date: 2002-12-30 18:56+0000\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"
13 "Content-Type: text/plain; charset=iso-8859-7\n"
14 "Content-Transfer-Encoding: 8bit\n"
18 msgid "`%s' attribute directive ignored"
23 msgid "wrong number of arguments specified for `%s' attribute"
24 msgstr "ëÜèïò áñéèìüò ïñéóìÜôùí"
28 msgid "`%s' attribute does not apply to types"
33 msgid "`%s' attribute only applies to function types"
36 #: attribs.c:404 c-common.c:5253 c-common.c:5275 c-common.c:5297
37 #: c-common.c:5328 c-common.c:5350 c-common.c:5375 c-common.c:5398
38 #: c-common.c:5428 c-common.c:5466 c-common.c:5513 c-common.c:5543
39 #: c-common.c:5573 c-common.c:5596 c-common.c:5853 c-common.c:5875
40 #: c-common.c:5918 c-common.c:5995 c-common.c:6051 c-common.c:6112
41 #: c-common.c:6146 c-common.c:6500 config/arm/arm.c:2098 config/arm/arm.c:2125
42 #: config/avr/avr.c:4774 config/h8300/h8300.c:3649 config/h8300/h8300.c:3674
43 #: config/i386/i386.c:1396 config/i386/winnt.c:76
45 msgid "`%s' attribute ignored"
49 msgid "offset outside bounds of constant string"
53 msgid "second arg to `__builtin_prefetch' must be a constant"
57 msgid "invalid second arg to __builtin_prefetch; using zero"
61 msgid "third arg to `__builtin_prefetch' must be a constant"
65 msgid "invalid third arg to __builtin_prefetch; using zero"
68 #. ??? We used to try and build up a call to the out of line function,
69 #. guessing about what registers needed saving etc. This became much
70 #. harder with __builtin_va_start, since we don't have a tree for a
71 #. call to __builtin_saveregs to fall back on. There was exactly one
72 #. port (i860) that used this code, and I'm unconvinced it could actually
73 #. handle the general case. So we no longer try to handle anything
74 #. weird and make the backend absorb the evil.
77 msgid "__builtin_saveregs not supported by this target"
78 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
81 msgid "argument of `__builtin_args_info' must be constant"
85 msgid "argument of `__builtin_args_info' out of range"
90 msgid "missing argument in `__builtin_args_info'"
91 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
94 msgid "`va_start' used in function with fixed args"
98 msgid "second parameter of `va_start' not last named argument"
101 #. Evidently an out of date version of <stdarg.h>; can't validate
102 #. va_start's second argument, but can still work as intended.
104 msgid "`__builtin_next_arg' called without an argument"
109 msgid "too many arguments to function `va_start'"
110 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
113 msgid "first argument to `va_arg' not of type `va_list'"
116 #. Unfortunately, this is merely undefined, rather than a constraint
117 #. violation, so we cannot make this an error. If this call is never
118 #. executed, the program is still strictly conforming.
121 msgid "`%s' is promoted to `%s' when passed through `...'"
126 msgid "(so you should pass `%s' not `%s' to `va_arg')"
130 msgid "invalid arg to `__builtin_frame_address'"
134 msgid "invalid arg to `__builtin_return_address'"
138 msgid "unsupported arg to `__builtin_frame_address'"
142 msgid "unsupported arg to `__builtin_return_address'"
146 msgid "second arg to `__builtin_expect' must be a constant"
150 msgid "__builtin_longjmp second argument must be 1"
153 #. just do library call, if unknown builtin
154 #: builtins.c:4074 c-common.c:4437
156 msgid "built-in function `%s' not currently supported"
160 msgid "target format does not support infinity"
165 msgid "`%s' is not defined outside of function scope"
170 msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
174 msgid "concatenation of string literals with __FUNCTION__ is deprecated"
178 msgid "overflow in constant expression"
182 msgid "integer overflow in expression"
187 msgid "floating point overflow in expression"
188 msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
192 msgid "vector overflow in expression"
193 msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
195 #. This detects cases like converting -129 or 256 to unsigned char.
197 msgid "large integer implicitly truncated to unsigned type"
201 msgid "negative integer implicitly converted to unsigned type"
205 msgid "overflow in implicit constant conversion"
210 msgid "operation on `%s' may be undefined"
214 msgid "expression statement has incomplete type"
218 msgid "case label does not reduce to an integer constant"
223 msgid "invalid truth-value expression"
224 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
228 msgid "invalid operands to binary %s"
229 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
232 msgid "comparison is always false due to limited range of data type"
236 msgid "comparison is always true due to limited range of data type"
240 msgid "comparison of unsigned expression >= 0 is always true"
244 msgid "comparison of unsigned expression < 0 is always false"
248 msgid "pointer of type `void *' used in arithmetic"
252 msgid "pointer to a function used in arithmetic"
256 msgid "pointer to member function used in arithmetic"
260 msgid "pointer to a member used in arithmetic"
263 #: c-common.c:2741 f/com.c:14690
264 msgid "struct type value used where scalar is required"
267 #: c-common.c:2745 f/com.c:14694
268 msgid "union type value used where scalar is required"
271 #: c-common.c:2749 f/com.c:14698
272 msgid "array type value used where scalar is required"
275 #: c-common.c:2869 f/com.c:14831
276 msgid "suggest parentheses around assignment used as truth value"
279 #: c-common.c:2913 c-common.c:2945
281 msgid "invalid use of `restrict'"
282 msgstr "ìç Ýãêõñïò áñéèìüò áðü ãñáììÝò"
286 msgid "invalid application of `sizeof' to a function type"
287 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
291 msgid "invalid application of `%s' to a void type"
292 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
296 msgid "invalid application of `%s' to an incomplete type"
297 msgstr "ìç Ýãêõñïò äåýôåñïò ôåëåóôÞò óå êáôÜóôáóç óõìâáôüôçôáò `%s'"
300 msgid "`__alignof' applied to a bit-field"
305 msgid "cannot disable built-in function `%s'"
306 msgstr "áäõíáìßá åêôÝëåóçò ioctl óôï `%s'"
308 #: c-common.c:3765 c-typeck.c:1734
310 msgid "too few arguments to function `%s'"
311 msgstr "Ðñïåéäïðïßçóç: Ðïëý ëßãá ïñßóìáôá óôï åóùäïìçìÝíï `%s'"
313 #: c-common.c:3771 c-typeck.c:1587
315 msgid "too many arguments to function `%s'"
316 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
320 msgid "non-floating-point argument to function `%s'"
321 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
324 msgid "pointers are not permitted as case values"
328 msgid "ISO C++ forbids range expressions in switch statements"
332 msgid "ISO C forbids range expressions in switch statements"
337 msgid "empty range specified"
341 msgid "duplicate (or overlapping) case value"
346 msgid "this is the first entry overlapping that value"
347 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
351 msgid "duplicate case value"
352 msgstr "äéðëüò áñéèìüò ìçíýìáôïò"
355 msgid "previously used here"
359 msgid "multiple default labels in one switch"
364 msgid "this is the first default label"
365 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
368 msgid "ISO C++ forbids taking the address of a label"
372 msgid "ISO C forbids taking the address of a label"
377 msgid "declaration of `%s' shadows %s"
382 msgid "unknown machine mode `%s'"
383 msgstr "Üãíùóôï óåô `%s'"
387 msgid "no data type for mode `%s'"
388 msgstr "äåí ïñßóôçêå âáñýôçôá ãéá ôï óýìâïëï `%s'"
390 #: c-common.c:5641 c-common.c:6242
392 msgid "unable to emulate '%s'"
393 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
396 msgid "section attribute cannot be specified for local variables"
401 msgid "section of `%s' conflicts with previous declaration"
406 msgid "section attribute not allowed for `%s'"
411 msgid "section attributes are not supported for this target"
412 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
415 msgid "requested alignment is not a constant"
419 msgid "requested alignment is not a power of 2"
424 msgid "requested alignment is too large"
425 msgstr "ÊáêÞ áßôçóç ðáñáìÝôñùí"
429 msgid "alignment may not be specified for `%s'"
430 msgstr "ìüíï Ýíá üñéóìá ìðïñåß íá äçëùèåß"
434 msgid "`%s' defined both normally and as an alias"
438 msgid "alias arg not a string"
442 msgid "visibility arg not a string"
446 msgid "visibility arg must be one of \"default\", \"hidden\", \"protected\" or \"internal\""
450 msgid "tls_model arg not a string"
454 msgid "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""
457 #: c-common.c:5962 c-common.c:6018
459 msgid "`%s' attribute applies only to functions"
462 #: c-common.c:5969 c-common.c:6025
464 msgid "can't set `%s' attribute after definition"
465 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
469 msgid "`%s' attribute ignored for `%s'"
470 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
474 msgid "invalid vector type for attribute `%s'"
475 msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
477 #: c-common.c:6198 c-common.c:6230
478 msgid "no vector mode with the size and type specified could be found"
482 msgid "nonnull attribute without arguments on a non-prototype"
487 msgid "nonnull argument has invalid operand number (arg %lu)"
492 msgid "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
497 msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
502 msgid "null argument where non-null required (arg %lu)"
505 #: c-convert.c:80 c-typeck.c:988 c-typeck.c:4045 cp/typeck.c:1617
507 msgid "void value not ignored as it ought to be"
510 #: c-convert.c:112 java/typeck.c:150
511 msgid "conversion to non-scalar type requested"
516 msgid "array `%s' assumed to have one element"
521 msgid "`struct %s' incomplete in scope ending here"
526 msgid "`union %s' incomplete in scope ending here"
531 msgid "`enum %s' incomplete in scope ending here"
534 #: c-decl.c:642 c-decl.c:767 java/decl.c:1399
536 msgid "label `%s' used but not defined"
539 #: c-decl.c:648 c-decl.c:774 java/decl.c:1405
541 msgid "label `%s' defined but not used"
544 #: c-decl.c:889 cp/decl.c:3058
546 msgid "function `%s' redeclared as inline"
549 #: c-decl.c:891 cp/decl.c:3060
551 msgid "previous declaration of function `%s' with attribute noinline"
554 #: c-decl.c:898 cp/decl.c:3067
556 msgid "function `%s' redeclared with attribute noinline"
559 #: c-decl.c:900 cp/decl.c:3069
561 msgid "previous declaration of function `%s' was inline"
564 #: c-decl.c:929 c-decl.c:975
566 msgid "shadowing built-in function `%s'"
571 msgid "shadowing library function `%s'"
576 msgid "library function `%s' declared as non-function"
579 #: c-decl.c:941 c-decl.c:944
581 msgid "built-in function `%s' declared as non-function"
584 #: c-decl.c:948 objc/objc-act.c:2384 objc/objc-act.c:6154
586 msgid "`%s' redeclared as different kind of symbol"
589 #: c-decl.c:949 c-decl.c:1140 c-decl.c:1147 c-decl.c:1154 c-decl.c:1299
590 #: objc/objc-act.c:2386 objc/objc-act.c:6156 objc/objc-act.c:6211
592 msgid "previous declaration of `%s'"
595 #. If types don't match for a built-in, throw away the built-in.
598 msgid "conflicting types for built-in function `%s'"
601 #: c-decl.c:1087 c-decl.c:1106
603 msgid "conflicting types for `%s'"
604 msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
607 msgid "a parameter list with an ellipsis can't match an empty parameter name list declaration"
611 msgid "an argument type that has a default promotion can't match an empty parameter name list declaration"
616 msgid "thread-local declaration of `%s' follows non thread-local declaration"
621 msgid "non thread-local declaration of `%s' follows thread-local declaration"
624 #: c-decl.c:1164 c-decl.c:1187
626 msgid "redefinition of `%s'"
627 msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
631 msgid "redeclaration of `%s'"
632 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
636 msgid "conflicting declarations of `%s'"
641 msgid "prototype for `%s' follows"
644 #: c-decl.c:1215 c-decl.c:1223 c-decl.c:1234
645 msgid "non-prototype definition here"
650 msgid "prototype for `%s' follows and number of arguments doesn't match"
655 msgid "prototype for `%s' follows and argument %d doesn't match"
660 msgid "`%s' declared inline after being called"
665 msgid "`%s' declared inline after its definition"
666 msgstr "%s: äéðëüò ïñéóìüò Ýêäïóçò êáôçãïñßáò"
670 msgid "static declaration for `%s' follows non-static"
675 msgid "non-static declaration for `%s' follows static"
680 msgid "const declaration for `%s' follows non-const"
685 msgid "type qualifiers for `%s' conflict with previous decl"
690 msgid "redundant redeclaration of `%s' in same scope"
693 #: c-decl.c:1599 java/decl.c:1098
695 msgid "declaration of `%s' shadows a parameter"
698 #: c-decl.c:1602 java/decl.c:1101
700 msgid "declaration of `%s' shadows a symbol from the parameter list"
703 #: c-decl.c:1623 cp/decl.c:4176
708 #: c-decl.c:1625 cp/decl.c:4193
709 msgid "a previous local"
712 #. XXX shadow warnings in outer-more namespaces
713 #: c-decl.c:1629 cp/decl.c:4197
714 msgid "a global declaration"
719 msgid "nested extern declaration of `%s'"
722 #: c-decl.c:1692 java/decl.c:1051
724 msgid "`%s' used prior to declaration"
727 #: c-decl.c:1706 c-decl.c:1881
729 msgid "`%s' was declared implicitly `extern' and later `static'"
732 #: c-decl.c:1809 cp/decl.c:4035
733 msgid "type mismatch with previous external decl"
738 msgid "previous external decl of `%s'"
742 msgid "type mismatch with previous implicit declaration"
743 msgstr "óöÜëìá ôáéñéÜóìáôïò ôýðïõ ìå ðñïçãïýìåíç áõôïíüçôç äéáêýñçîç"
747 msgid "previous implicit declaration of `%s'"
748 msgstr "ðñïçãïýìåíç áõôïíüçôç äéáêýñçîç ôïõ `%s'"
752 msgid "`%s' was previously implicitly declared to return `int'"
757 msgid "`%s' was declared `extern' and later `static'"
762 msgid "extern declaration of `%s' doesn't match global one"
767 msgid "`%s' locally external but globally static"
772 msgid "function `%s' was previously declared within a block"
775 #: c-decl.c:2093 c-decl.c:2095
777 msgid "implicit declaration of function `%s'"
778 msgstr "áõôïíüçôç äéáêýñçîç ôçò óõíÜñôçóçò `%s'"
782 msgid "label %s referenced outside of any function"
787 msgid "duplicate label declaration `%s'"
788 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
792 msgid "this is a previous declaration"
793 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
796 msgid "unnamed struct/union that defines no instances"
800 msgid "useless keyword or type name in empty declaration"
804 msgid "two types specified in one empty declaration"
807 #: c-decl.c:2688 c-parse.y:753 c-parse.y:755 parse.y:765 parse.y:1835
808 #: objc-parse.y:800 objc-parse.y:802 objc-parse.y:3043
810 msgid "empty declaration"
811 msgstr "êåíü áëöáñéèìçôéêü"
814 msgid "ISO C90 does not support `static' or type qualifiers in parameter array declarators"
818 msgid "ISO C90 does not support `[*]' array declarators"
822 msgid "GCC does not yet properly implement `[*]' array declarators"
826 msgid "static or type qualifiers in abstract declarator"
831 msgid "`%s' is usually a function"
836 msgid "typedef `%s' is initialized (use __typeof__ instead)"
841 msgid "function `%s' is initialized like a variable"
844 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
847 msgid "parameter `%s' is initialized"
850 #: c-decl.c:2858 c-typeck.c:4854
851 msgid "variable-sized object may not be initialized"
856 msgid "variable `%s' has initializer but incomplete type"
861 msgid "elements of array `%s' have incomplete type"
866 msgid "declaration of `%s' has `extern' and is initialized"
869 #: c-decl.c:2932 c-decl.c:5694 cp/decl.c:7353 cp/decl.c:13860
871 msgid "inline function `%s' given attribute noinline"
876 msgid "initializer fails to determine size of `%s'"
881 msgid "array size missing in `%s'"
882 msgstr "óöÜëìá êáôÜ ôï êëåßóéìï ôçò åéóüäïõ `%s'"
886 msgid "zero or negative size array `%s'"
891 msgid "storage size of `%s' isn't known"
892 msgstr "Ôï üíïìá `%s' åßíáé Üãíùóôï\n"
896 msgid "storage size of `%s' isn't constant"
901 msgid "ignoring asm-specifier for non-static local variable `%s'"
906 msgid "ISO C forbids parameter `%s' shadowing typedef"
909 #: c-decl.c:3535 cp/decl.c:10433
910 msgid "`long long long' is too long for GCC"
915 msgid "ISO C90 does not support `long long'"
916 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
918 #: c-decl.c:3549 c-decl.c:3552 cp/decl.c:10438
920 msgid "duplicate `%s'"
921 msgstr "äéðëü êëåéäß"
923 #: c-decl.c:3562 cp/decl.c:10445
924 msgid "`__thread' before `extern'"
927 #: c-decl.c:3564 cp/decl.c:10447
928 msgid "`__thread' before `static'"
931 #: c-decl.c:3572 cp/decl.c:10474
933 msgid "two or more data types in declaration of `%s'"
936 #: c-decl.c:3592 cp/decl.c:10479
938 msgid "`%s' fails to be a typedef or built in type"
943 msgid "type defaults to `int' in declaration of `%s'"
948 msgid "both long and short specified for `%s'"
951 #: c-decl.c:3664 cp/decl.c:10594
953 msgid "long or short specified with char for `%s'"
956 #: c-decl.c:3671 cp/decl.c:10598
958 msgid "long or short specified with floating type for `%s'"
962 msgid "the only valid combination is `long double'"
967 msgid "both signed and unsigned specified for `%s'"
968 msgstr "ìç Ýãêõñïò äçëùôÞò ðåäßïõ: `%s'"
970 #: c-decl.c:3682 cp/decl.c:10587
972 msgid "long, short, signed or unsigned invalid for `%s'"
975 #: c-decl.c:3688 cp/decl.c:10607
977 msgid "long, short, signed or unsigned used invalidly for `%s'"
980 #: c-decl.c:3706 cp/decl.c:10628
982 msgid "complex invalid for `%s'"
983 msgstr "Ìç Ýãêõñç ðñïôåñáéüôçôá `%s'"
987 msgid "ISO C90 does not support complex types"
988 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
991 msgid "ISO C does not support plain `complex' meaning `double complex'"
994 #: c-decl.c:3766 c-decl.c:3778
995 msgid "ISO C does not support complex integer types"
998 #: c-decl.c:3793 c-decl.c:4246 cp/decl.c:11241
1000 msgid "duplicate `const'"
1001 msgstr "äéðëü êëåéäß"
1003 #: c-decl.c:3795 c-decl.c:4250 cp/decl.c:11245
1005 msgid "duplicate `restrict'"
1006 msgstr "äéðëü êëåéäß"
1008 #: c-decl.c:3797 c-decl.c:4248 cp/decl.c:11243
1010 msgid "duplicate `volatile'"
1011 msgstr "äéðëü êëåéäß"
1013 #: c-decl.c:3825 cp/decl.c:10791
1015 msgid "multiple storage classes in declaration of `%s'"
1019 msgid "function definition declared `auto'"
1023 msgid "function definition declared `register'"
1027 msgid "function definition declared `typedef'"
1031 msgid "function definition declared `__thread'"
1036 msgid "storage class specified for structure field `%s'"
1039 #: c-decl.c:3858 cp/decl.c:10838
1041 msgid "storage class specified for parameter `%s'"
1044 #: c-decl.c:3861 cp/decl.c:10840
1045 msgid "storage class specified for typename"
1048 #: c-decl.c:3873 cp/decl.c:10855
1050 msgid "`%s' initialized and declared `extern'"
1053 #: c-decl.c:3875 cp/decl.c:10858
1055 msgid "`%s' has both `extern' and initializer"
1058 #: c-decl.c:3880 cp/decl.c:10866
1060 msgid "top-level declaration of `%s' specifies `auto'"
1063 #: c-decl.c:3885 cp/decl.c:10862
1065 msgid "nested function `%s' declared `extern'"
1068 #: c-decl.c:3891 cp/decl.c:10872
1070 msgid "function-scope `%s' implicitly auto and declared `__thread'"
1073 #. Only the innermost declarator (making a parameter be of
1074 #. array type which is converted to pointer type)
1075 #. may have static or type qualifiers.
1076 #: c-decl.c:3930 c-decl.c:4118
1077 msgid "static or type qualifiers in non-parameter array declarator"
1082 msgid "declaration of `%s' as array of voids"
1087 msgid "declaration of `%s' as array of functions"
1090 #: c-decl.c:3985 c-decl.c:5250
1092 msgid "invalid use of structure with flexible array member"
1093 msgstr "ìç Ýãêõñç þñá ôçò ìÝñáò"
1097 msgid "size of array `%s' has non-integer type"
1102 msgid "ISO C forbids zero-size array `%s'"
1107 msgid "size of array `%s' is negative"
1112 msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1117 msgid "ISO C90 forbids variable-size array `%s'"
1120 #: c-decl.c:4062 c-decl.c:4272 cp/decl.c:11450
1122 msgid "size of array `%s' is too large"
1123 msgstr "Ï êáôÜëïãïò `%s' äåí åßíáé ðñïóéôüò."
1127 msgid "ISO C90 does not support flexible array members"
1128 msgstr "ìç Ýãêõñç þñá ôçò ìÝñáò"
1131 msgid "array type has incomplete element type"
1134 #: c-decl.c:4092 c-decl.c:4322
1135 msgid "ISO C forbids const or volatile function types"
1138 #: c-decl.c:4138 cp/decl.c:10998
1140 msgid "`%s' declared as function returning a function"
1143 #: c-decl.c:4143 cp/decl.c:11003
1145 msgid "`%s' declared as function returning an array"
1149 msgid "ISO C forbids qualified void function return type"
1153 msgid "type qualifiers ignored on function return type"
1156 #: c-decl.c:4204 c-decl.c:4287 c-decl.c:4411 c-decl.c:4503
1157 msgid "ISO C forbids qualified function types"
1160 #: c-decl.c:4244 cp/decl.c:11237
1161 msgid "invalid type modifier within pointer declarator"
1164 #: c-decl.c:4342 cp/decl.c:11732
1166 msgid "variable or field `%s' declared void"
1170 msgid "attributes in parameter array declarator ignored"
1174 msgid "invalid type modifier within array declarator"
1179 msgid "field `%s' declared as a function"
1184 msgid "field `%s' has incomplete type"
1187 #: c-decl.c:4483 c-decl.c:4485 c-decl.c:4487 c-decl.c:4494
1189 msgid "invalid storage class for function `%s'"
1190 msgstr "ìç Ýãêõñç ôÜîç ÷áñáêôÞñùí `%s'"
1193 msgid "`noreturn' function returns non-void value"
1198 msgid "cannot inline function `main'"
1199 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï áñ÷åßï fifo `%s'"
1203 msgid "variable `%s' declared `inline'"
1206 #. A mere warning is sure to result in improper semantics
1207 #. at runtime. Don't bother to allow this to compile.
1208 #: c-decl.c:4605 cp/decl.c:9511
1210 msgid "thread-local storage not supported for this target"
1211 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
1213 #: c-decl.c:4660 c-decl.c:5746
1214 msgid "function declaration isn't a prototype"
1218 msgid "parameter names (without types) in function declaration"
1221 #: c-decl.c:4698 c-decl.c:6116
1223 msgid "parameter `%s' has incomplete type"
1228 msgid "parameter has incomplete type"
1229 msgstr "ìç ðëÞñçò åããñáöÞ"
1233 msgid "parameter `%s' points to incomplete type"
1237 msgid "parameter points to incomplete type"
1242 msgid "parameter `%s' has just a forward declaration"
1246 msgid "`void' in parameter list must be the entire list"
1251 msgid "`struct %s' declared inside parameter list"
1256 msgid "`union %s' declared inside parameter list"
1261 msgid "`enum %s' declared inside parameter list"
1265 msgid "anonymous struct declared inside parameter list"
1269 msgid "anonymous union declared inside parameter list"
1273 msgid "anonymous enum declared inside parameter list"
1277 msgid "its scope is only this definition or declaration, which is probably not what you want"
1282 msgid "redefinition of `union %s'"
1283 msgstr "Ïé ïñéóìïß ðçãÞ âñßóêïíôáé óôï ÁÑ×ÅÉÏ"
1287 msgid "redefinition of `struct %s'"
1290 #: c-decl.c:5033 cp/decl.c:7125
1291 msgid "declaration does not declare anything"
1294 #: c-decl.c:5075 c-decl.c:5078
1296 msgid "%s defined inside parms"
1297 msgstr "óõíå÷ßæåôáé óôï ôìÞìá"
1299 #: c-decl.c:5076 c-decl.c:5079 c-decl.c:5090
1303 #: c-decl.c:5076 c-decl.c:5079
1310 msgid "%s has no %s"
1318 msgid "named members"
1319 msgstr "åðþíõìá ìÝëç"
1327 msgid "nested redefinition of `%s'"
1328 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
1332 msgid "bit-field `%s' width not an integer constant"
1337 msgid "bit-field `%s' has invalid type"
1342 msgid "bit-field `%s' type invalid in ISO C"
1347 msgid "negative width in bit-field `%s'"
1348 msgstr "Áñíçôéêü ðëÜôïò óôçí áðïôßìçóç"
1352 msgid "width of `%s' exceeds its type"
1357 msgid "zero width for bit-field `%s'"
1362 msgid "`%s' is narrower than values of its type"
1363 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
1366 msgid "flexible array member in union"
1370 msgid "flexible array member not at end of struct"
1374 msgid "flexible array member in otherwise empty struct"
1379 msgid "duplicate member `%s'"
1380 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
1383 msgid "union cannot be made transparent"
1386 #. This enum is a named one that has been declared already.
1389 msgid "redeclaration of `enum %s'"
1394 msgid "enum defined inside parms"
1395 msgstr "Ìç ïñéóìÝíï üíïìá %s"
1398 msgid "enumeration values exceed range of largest integer"
1403 msgid "enumerator value for `%s' not integer constant"
1407 msgid "overflow in enumeration values"
1411 msgid "ISO C restricts enumerator values to range of `int'"
1415 msgid "return type is an incomplete type"
1419 msgid "return type defaults to `int'"
1420 msgstr "ï åðéóôñåöüìåíïò ôýðïò ðñïêáèïñßæåôáé óå `int'"
1424 msgid "no previous prototype for `%s'"
1429 msgid "`%s' was used with no prototype before its definition"
1434 msgid "no previous declaration for `%s'"
1439 msgid "`%s' was used with no declaration before its definition"
1440 msgstr "áõôÞ åßíáé ç èÝóç ôïõ ðñþôïõ ïñéóìïý"
1442 #: c-decl.c:5799 c-decl.c:6352
1444 msgid "return type of `%s' is not `int'"
1445 msgstr "ç åðéóôñåöüìåíç ôéìÞ ôçò `%s' äåí åßíáé `int'"
1449 msgid "first argument of `%s' should be `int'"
1450 msgstr "ôï ðñþôï üñéóìá ôçò `%s' ðñÝðåé íá åßíáé `int'"
1454 msgid "second argument of `%s' should be `char **'"
1455 msgstr "ôï äåýôåñï üñéóìá ôçò `%s' ðñÝðåé íá åßíáé `char **'"
1459 msgid "third argument of `%s' should probably be `char **'"
1460 msgstr "ôï ôñßôï üñéóìá ôçò `%s' ðñÝðåé íá åßíáé `char **'"
1464 msgid "`%s' takes only zero or two arguments"
1465 msgstr "ç `%s' ðáßñíåé åßôå êáíÝíá åßôå äýï ïñßóìáôá"
1469 msgid "`%s' is normally a non-static function"
1470 msgstr "ç `%s' åßíáé óõíÞèùò ìç-óôáôéêÞ óõíÜñôçóç"
1473 msgid "parm types given both in parmlist and separately"
1477 msgid "parameter name omitted"
1478 msgstr "Ý÷åé ðáñáëçöèåß ôï üíïìá ôçò ðáñáìÝôñïõ"
1480 #: c-decl.c:5968 c-decl.c:6070
1482 msgid "parameter `%s' declared void"
1483 msgstr "ï ÷Üñôçò ÷áñáêôÞñùí `%s' ïñßóôçêå Þäç"
1486 msgid "parameter name missing from parameter list"
1491 msgid "multiple parameters named `%s'"
1492 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
1494 #: c-decl.c:6085 c-decl.c:6087
1496 msgid "type of `%s' defaults to `int'"
1501 msgid "declaration for parameter `%s' but no such parameter"
1505 msgid "number of arguments doesn't match prototype"
1510 msgid "promoted argument `%s' doesn't match prototype"
1515 msgid "argument `%s' doesn't match prototype"
1518 #: c-decl.c:6384 cp/decl.c:14547
1520 msgid "no return statement in function returning non-void"
1521 msgstr "`return' ÷ùñßò ôéìÞ, óå óõíÜñôçóç ðïõ åðéóôñÝöåé ìç-êåíü"
1524 msgid "this function may return with or without a value"
1529 msgid "size of return value of `%s' is %u bytes"
1534 msgid "size of return value of `%s' is larger than %d bytes"
1535 msgstr "%s: ïé ôéìÝò ôïõ ðåäßïõ `%s' äåí ðñÝðåé íá åßíáé ìåãáëýôåñåò áðü %d"
1537 #. If we get here, declarations have been used in a for loop without
1538 #. the C99 for loop scope. This doesn't make much sense, so don't
1541 msgid "`for' loop initial declaration used outside C99 mode"
1546 msgid "`struct %s' declared in `for' loop initial declaration"
1551 msgid "`union %s' declared in `for' loop initial declaration"
1556 msgid "`enum %s' declared in `for' loop initial declaration"
1561 msgid "declaration of non-variable `%s' in `for' loop initial declaration"
1566 msgid "declaration of static variable `%s' in `for' loop initial declaration"
1571 msgid "declaration of `extern' variable `%s' in `for' loop initial declaration"
1574 #: c-format.c:109 c-format.c:191
1575 msgid "format string arg not a string type"
1579 msgid "args to be formatted is not '...'"
1583 msgid "strftime formats cannot format arguments"
1586 #: c-format.c:168 c-format.c:270
1587 msgid "format string has invalid operand number"
1591 msgid "function does not return string type"
1596 msgid "unrecognized format specifier"
1597 msgstr "Üãíùóôï ðñüèåìá: %s"
1601 msgid "`%s' is an unrecognized format function type"
1605 msgid "format string arg follows the args to be formatted"
1613 msgid "the ` ' printf flag"
1616 #: c-format.c:602 c-format.c:673
1621 msgid "the `+' printf flag"
1624 #: c-format.c:603 c-format.c:649
1629 msgid "the `#' printf flag"
1632 #: c-format.c:604 c-format.c:647
1637 msgid "the `0' printf flag"
1640 #: c-format.c:605 c-format.c:646 c-format.c:676
1645 msgid "the `-' printf flag"
1648 #: c-format.c:606 c-format.c:630
1653 msgid "the `'' printf flag"
1656 #: c-format.c:607 c-format.c:631
1661 msgid "the `I' printf flag"
1664 #: c-format.c:608 c-format.c:628 c-format.c:650 c-format.c:677 c-format.c:1702
1666 msgstr "ìÝãåèïò ðåäßïõ"
1669 msgid "field width in printf format"
1677 msgid "precision in printf format"
1680 #: c-format.c:610 c-format.c:629 c-format.c:680
1681 msgid "length modifier"
1685 msgid "length modifier in printf format"
1689 msgid "assignment suppression"
1693 msgid "the assignment suppression scanf feature"
1701 msgid "the `a' scanf flag"
1705 msgid "field width in scanf format"
1709 msgid "length modifier in scanf format"
1713 msgid "the `'' scanf flag"
1717 msgid "the `I' scanf flag"
1725 msgid "the `_' strftime flag"
1729 msgid "the `-' strftime flag"
1733 msgid "the `0' strftime flag"
1736 #: c-format.c:648 c-format.c:672
1741 msgid "the `^' strftime flag"
1745 msgid "the `#' strftime flag"
1749 msgid "field width in strftime format"
1753 msgid "`E' modifier"
1757 msgid "the `E' strftime modifier"
1761 msgid "`O' modifier"
1765 msgid "the `O' strftime modifier"
1769 msgid "the `O' modifier"
1774 msgid "fill character"
1775 msgstr "Ìç Ýãêõñïò ÷áñáêôÞñáò ðáñáâïëÞò"
1779 msgid "fill character in strfmon format"
1780 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò óôï áñ÷åßï: "
1783 msgid "the `^' strfmon flag"
1787 msgid "the `+' strfmon flag"
1795 msgid "the `(' strfmon flag"
1803 msgid "the `!' strfmon flag"
1807 msgid "the `-' strfmon flag"
1811 msgid "field width in strfmon format"
1815 msgid "left precision"
1819 msgid "left precision in strfmon format"
1824 msgid "right precision"
1825 msgstr "ÅìöÜíéóç Ýêäïóçò ðñïãñÜììáôïò"
1828 msgid "right precision in strfmon format"
1832 msgid "length modifier in strfmon format"
1837 msgid "function might be possible candidate for `%s' format attribute"
1840 #: c-format.c:1107 c-format.c:1128 c-format.c:2112
1842 msgid "missing $ operand number in format"
1843 msgstr "Ëåßðåé ï äåêáåîáäéêüò áñéèìüò óôïí ÷áñáêôÞñá äéáöõãÞò."
1847 msgid "%s does not support %%n$ operand number formats"
1852 msgid "operand number out of range in format"
1853 msgstr "Ï áñéèìüò óýíäåóìïõ åßíáé Ýîù áðü ôï üñéï"
1857 msgid "format argument %d used more than once in %s format"
1862 msgid "format argument %d unused before used argument %d in $-style format"
1866 msgid "format not a string literal, format string not checked"
1870 msgid "format not a string literal and no format arguments"
1874 msgid "format not a string literal, argument types not checked"
1879 msgid "too many arguments for format"
1880 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
1883 msgid "unused arguments in $-style format"
1888 msgid "zero-length %s format string"
1889 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
1893 msgid "format is a wide character string"
1894 msgstr "ëßóôá ìå üëá ôá ãíùóôÜ óýíïëá ÷áñáêôÞñùí"
1898 msgid "unterminated format string"
1899 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
1902 msgid "embedded `\\0' in format"
1907 msgid "spurious trailing `%%' in format"
1910 #: c-format.c:1635 c-format.c:1872
1912 msgid "repeated %s in format"
1913 msgstr "repeated leap second moment"
1916 msgid "missing fill character at end of strfmon format"
1919 #: c-format.c:1687 c-format.c:1786 c-format.c:2066 c-format.c:2119
1921 msgid "too few arguments for format"
1922 msgstr "ðïëý ëßãá ïñßóìáôá"
1926 msgid "zero width in %s format"
1927 msgstr "óöÜëìá åããñáöÞò %s"
1931 msgid "empty left precision in %s format"
1935 msgid "field precision"
1940 msgid "empty precision in %s format"
1945 msgid "%s does not support the `%s' %s length modifier"
1949 msgid "conversion lacks type at end of format"
1954 msgid "unknown conversion type character `%c' in format"
1955 msgstr "Üãíùóôïò ÷áñáêôÞñáò `%s'"
1959 msgid "unknown conversion type character 0x%x in format"
1964 msgid "%s does not support the `%%%c' %s format"
1969 msgid "%s used with `%%%c' %s format"
1974 msgid "%s does not support %s"
1975 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
1979 msgid "%s does not support %s with the `%%%c' %s format"
1984 msgid "%s ignored with %s and `%%%c' %s format"
1989 msgid "%s ignored with %s in %s format"
1994 msgid "use of %s and %s together with `%%%c' %s format"
1999 msgid "use of %s and %s together in %s format"
2004 msgid "`%%%c' yields only last 2 digits of year in some locales"
2009 msgid "`%%%c' yields only last 2 digits of year"
2012 #. The end of the format string was reached.
2015 msgid "no closing `]' for `%%[' format"
2020 msgid "use of `%s' length modifier with `%c' type character"
2025 msgid "%s does not support the `%%%s%c' %s format"
2029 msgid "operand number specified with suppressed assignment"
2033 msgid "operand number specified for format taking no argument"
2038 msgid "writing through null pointer (arg %d)"
2043 msgid "reading through null pointer (arg %d)"
2048 msgid "writing into constant object (arg %d)"
2053 msgid "extra type qualifiers in format argument (arg %d)"
2058 msgid "format argument is not a pointer (arg %d)"
2063 msgid "format argument is not a pointer to a pointer (arg %d)"
2072 msgid "different type"
2073 msgstr "åßäïò ìïñöÞò"
2077 msgid "%s is not type %s (arg %d)"
2082 msgid "%s format, %s arg (arg %d)"
2086 msgid "YYDEBUG not defined"
2090 msgid "badly nested C headers from preprocessor"
2095 msgid "ignoring #pragma %s %s"
2100 msgid "universal-character-name '\\U%08x' not valid in identifier"
2105 msgid "universal-character-name '\\u%04x' not valid in identifier"
2110 msgid "stray '%c' in program"
2115 msgid "stray '\\%o' in program"
2119 msgid "this decimal constant is unsigned only in ISO C90"
2123 msgid "this decimal constant would be unsigned in ISO C90"
2128 msgid "integer constant is too large for \"%s\" type"
2129 msgstr "%s: ôï %s åßíáé ôüóï ìåãÜëï ðïõ äå ìðïñåß íá áíáðáñáóôáèåß"
2133 msgid "floating constant exceeds range of \"%s\""
2134 msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
2136 #: c-lex.c:973 cpplex.c:330 cpplex.c:668 cpplex.c:1942
2138 msgid "ignoring invalid multibyte character"
2139 msgstr "Ìç Ýãêõñï Þ áóõìðëÞñùôï multibyte Þ ðëáôýò ÷áñáêôÞñáò"
2143 msgid "missing argument to \"-%s\""
2144 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
2148 msgid "no class name specified with \"-%s\""
2153 msgid "missing filename after \"-%s\""
2154 msgstr "ðáñÜëçøç ïñßóìáôïò áñ÷åßïõ"
2158 msgid "missing target after \"-%s\""
2159 msgstr "Ý÷åé ðáñáëçöèåß ç ëßóôá ìå ôá ðåäßá"
2163 msgid "options array incorrectly sorted: %s is before %s"
2168 msgid "too many filenames given. Type %s --help for usage"
2172 msgid "-Wno-strict-prototypes is not supported in C++"
2177 msgid "switch \"%s\" is no longer supported"
2178 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
2182 msgid "switch \"%s\" is deprecated, please see documentation for details"
2186 msgid "-fhandle-exceptions has been renamed to -fexceptions (and is now on by default)"
2190 msgid "output filename specified twice"
2194 msgid "-Wformat-y2k ignored without -Wformat"
2198 msgid "-Wformat-extra-args ignored without -Wformat"
2202 msgid "-Wformat-zero-length ignored without -Wformat"
2206 msgid "-Wformat-nonliteral ignored without -Wformat"
2210 msgid "-Wformat-security ignored without -Wformat"
2214 msgid "-Wmissing-format-attribute ignored without -Wformat"
2219 msgid "opening output file %s"
2220 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ `%s'"
2224 msgid "opening dependency file %s"
2225 msgstr "äõíáìéêÝò åîáñôÞóåéò.\n"
2229 msgid "closing dependency file %s"
2230 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
2234 msgid "when writing output to %s"
2235 msgstr "óöÜëìá åããñáöÞò %s"
2238 msgid "to generate dependencies you must specify either -M or -MM"
2243 msgid "\"-%s\" is valid for %s but not for %s"
2246 #. To keep the lines from getting too long for some compilers, limit
2247 #. to about 500 characters (6 lines) per chunk.
2251 " -include <file> Include the contents of <file> before other files\n"
2252 " -imacros <file> Accept definition of macros in <file>\n"
2253 " -iprefix <path> Specify <path> as a prefix for next two options\n"
2254 " -iwithprefix <dir> Add <dir> to the end of the system include path\n"
2255 " -iwithprefixbefore <dir> Add <dir> to the end of the main include path\n"
2256 " -isystem <dir> Add <dir> to the start of the system include path\n"
2261 " -idirafter <dir> Add <dir> to the end of the system include path\n"
2262 " -I <dir> Add <dir> to the end of the main include path\n"
2263 " -I- Fine-grained include path control; see info docs\n"
2264 " -nostdinc Do not search system include directories\n"
2265 " (dirs specified with -isystem will still be used)\n"
2266 " -nostdinc++ Do not search system include directories for C++\n"
2267 " -o <file> Put output into <file>\n"
2272 " -trigraphs Support ISO C trigraphs\n"
2273 " -std=<std name> Specify the conformance standard; one of:\n"
2274 " gnu89, gnu99, c89, c99, iso9899:1990,\n"
2275 " iso9899:199409, iso9899:1999, c++98\n"
2276 " -w Inhibit warning messages\n"
2277 " -W[no-]trigraphs Warn if trigraphs are encountered\n"
2278 " -W[no-]comment{s} Warn if one comment starts inside another\n"
2283 " -W[no-]traditional Warn about features not present in traditional C\n"
2284 " -W[no-]undef Warn if an undefined macro is used by #if\n"
2285 " -W[no-]import Warn about the use of the #import directive\n"
2290 " -W[no-]error Treat all warnings as errors\n"
2291 " -W[no-]system-headers Do not suppress warnings from system headers\n"
2292 " -W[no-]all Enable most preprocessor warnings\n"
2297 " -M Generate make dependencies\n"
2298 " -MM As -M, but ignore system header files\n"
2299 " -MD Generate make dependencies and compile\n"
2300 " -MMD As -MD, but ignore system header files\n"
2301 " -MF <file> Write dependency output to the given file\n"
2302 " -MG Treat missing header file as generated files\n"
2307 " -MP\t\t\t Generate phony targets for all headers\n"
2308 " -MQ <target> Add a MAKE-quoted target\n"
2309 " -MT <target> Add an unquoted target\n"
2314 " -D<macro> Define a <macro> with string '1' as its value\n"
2315 " -D<macro>=<val> Define a <macro> with <val> as its value\n"
2316 " -A<question>=<answer> Assert the <answer> to <question>\n"
2317 " -A-<question>=<answer> Disable the <answer> to <question>\n"
2318 " -U<macro> Undefine <macro> \n"
2319 " -v Display the version number\n"
2324 " -H Print the name of header files as they are used\n"
2325 " -C Do not discard comments\n"
2326 " -dM Display a list of macro definitions active at end\n"
2327 " -dD Preserve macro definitions in output\n"
2328 " -dN As -dD except that only the names are preserved\n"
2329 " -dI Include #include directives in the output\n"
2334 " -f[no-]preprocessed Treat the input file as already preprocessed\n"
2335 " -ftabstop=<number> Distance between tab stops for column reporting\n"
2336 " -P Do not generate #line directives\n"
2337 " -remap Remap file names when including files\n"
2338 " --help Display this information\n"
2341 #. Like YYERROR but do call yyerror.
2342 #: c-parse.y:55 parse.y:48 objc-parse.y:56
2343 msgid "syntax error"
2344 msgstr "óöÜëìá óýíôáîçò"
2346 #: /usr/share/bison/bison.simple:179
2348 msgid "syntax error: cannot back up"
2349 msgstr "ï äéá÷ùñéóôÞò äå ìðïñåß íá åßíáé êåíüò"
2351 #: c-parse.y:325 objc-parse.y:347
2352 msgid "ISO C forbids an empty source file"
2355 #: c-parse.y:366 c-typeck.c:6867 objc-parse.y:389
2356 msgid "argument of `asm' is not a constant string"
2359 #: c-parse.y:374 objc-parse.y:397
2360 msgid "ISO C forbids data definition with no type or storage class"
2363 #: c-parse.y:376 objc-parse.y:399
2364 msgid "data definition has no type or storage class"
2367 #: c-parse.y:389 objc-parse.y:412
2368 msgid "ISO C does not allow extra `;' outside of a function"
2371 #: c-parse.y:449 cppexp.c:1312
2372 msgid "traditional C rejects the unary plus operator"
2375 #: c-parse.y:496 objc-parse.y:519
2376 msgid "`sizeof' applied to a bit-field"
2379 #: c-parse.y:583 objc-parse.y:606
2380 msgid "ISO C forbids omitting the middle term of a ?: expression"
2383 #: c-parse.y:632 objc-parse.y:655
2384 msgid "ISO C89 forbids compound literals"
2387 #: c-parse.y:646 objc-parse.y:669
2388 msgid "ISO C forbids braced-groups within expressions"
2391 #: c-parse.y:677 objc-parse.y:700
2392 msgid "first argument to __builtin_choose_expr not a constant"
2395 #: c-parse.y:721 objc-parse.y:768
2396 msgid "traditional C rejects ISO C style function definitions"
2399 #: c-parse.y:985 c-parse.y:991 c-parse.y:997 c-parse.y:1003 c-parse.y:1024
2400 #: c-parse.y:1030 c-parse.y:1036 c-parse.y:1042 c-parse.y:1075 c-parse.y:1081
2401 #: c-parse.y:1087 c-parse.y:1093 c-parse.y:1138 c-parse.y:1144 c-parse.y:1150
2402 #: c-parse.y:1156 parse.y:1915 parse.y:1922 parse.y:1957 objc-parse.y:1032
2403 #: objc-parse.y:1038 objc-parse.y:1044 objc-parse.y:1050 objc-parse.y:1071
2404 #: objc-parse.y:1077 objc-parse.y:1083 objc-parse.y:1089 objc-parse.y:1122
2405 #: objc-parse.y:1128 objc-parse.y:1134 objc-parse.y:1140 objc-parse.y:1185
2406 #: objc-parse.y:1191 objc-parse.y:1197 objc-parse.y:1203
2408 msgid "`%s' is not at beginning of declaration"
2409 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
2411 #: c-parse.y:1441 objc-parse.y:1497
2412 msgid "ISO C forbids empty initializer braces"
2415 #: c-parse.y:1455 objc-parse.y:1511
2416 msgid "ISO C89 forbids specifying subobject to initialize"
2419 #: c-parse.y:1458 objc-parse.y:1514
2420 msgid "obsolete use of designated initializer without `='"
2423 #: c-parse.y:1462 objc-parse.y:1518
2424 msgid "obsolete use of designated initializer with `:'"
2427 #: c-parse.y:1489 objc-parse.y:1545
2428 msgid "ISO C forbids specifying range of elements to initialize"
2431 #: c-parse.y:1497 c-parse.y:1528 objc-parse.y:1553 objc-parse.y:1584
2432 msgid "ISO C forbids nested functions"
2435 #: c-parse.y:1703 objc-parse.y:1761
2436 msgid "ISO C forbids forward references to `enum' types"
2439 #: c-parse.y:1715 parse.y:2385 objc-parse.y:1773
2441 msgid "comma at end of enumerator list"
2442 msgstr "óêïõðßäéá óôï ôÝëïò ôïõ áñéèìïý"
2444 #: c-parse.y:1723 objc-parse.y:1781
2445 msgid "no semicolon at end of struct or union"
2448 #: c-parse.y:1732 objc-parse.y:1790 objc-parse.y:2865
2449 msgid "extra semicolon in struct or union specified"
2452 #: c-parse.y:1745 objc-parse.y:1817
2453 msgid "ISO C doesn't support unnamed structs/unions"
2456 #: c-parse.y:1754 objc-parse.y:1826
2457 msgid "ISO C forbids member declarations with no members"
2460 #: c-parse.y:1913 objc-parse.y:1985
2461 msgid "deprecated use of label at end of compound statement"
2464 #: c-parse.y:1930 objc-parse.y:2002
2465 msgid "ISO C89 forbids mixed declarations and code"
2468 #: c-parse.y:2005 objc-parse.y:2081
2469 msgid "ISO C forbids label declarations"
2472 #: c-parse.y:2055 parse.y:1627 objc-parse.y:2131
2473 msgid "braced-group within expression allowed only inside a function"
2476 #: c-parse.y:2182 objc-parse.y:2258
2477 msgid "empty body in an else-statement"
2480 #: c-parse.y:2303 objc-parse.y:2379
2481 msgid "ISO C forbids `goto *expr;'"
2484 #: c-parse.y:2403 objc-parse.y:2479
2485 msgid "ISO C forbids forward parameter declarations"
2488 #. Gcc used to allow this as an extension. However, it does
2489 #. not work for all targets, and thus has been disabled.
2490 #. Also, since func (...) and func () are indistinguishable,
2491 #. it caused problems with the code in expand_builtin which
2492 #. tries to verify that BUILT_IN_NEXT_ARG is being used
2494 #: c-parse.y:2429 objc-parse.y:2505
2495 msgid "ISO C requires a named argument before `...'"
2498 #: c-parse.y:2526 objc-parse.y:2602
2499 msgid "`...' in old-style identifier list"
2502 #: /usr/share/bison/bison.simple:795
2504 msgid "parse error; also virtual memory exhausted"
2505 msgstr "óöÜëìá åðåîåñãáóßáò· åðßóçò ç ìíÞìç åîáíôëÞèçêå"
2507 #: /usr/share/bison/bison.simple:799 cp/spew.c:364
2509 msgstr "óöÜëìá åðåîåñãáóßáò"
2511 #: /usr/share/bison/bison.simple:924
2513 msgid "parser stack overflow"
2514 msgstr "Õðåñ÷åßëéóç ðßíáêá áñ÷åßïõ"
2516 #: c-parse.y:2838 cp/spew.c:1521 objc-parse.y:3538
2518 msgid "%s at end of input"
2519 msgstr "%s óôï ôÝëïò ôçò åéóüäïõ"
2521 #: c-parse.y:2844 cp/spew.c:1527 objc-parse.y:3544
2523 msgid "%s before %s'%c'"
2524 msgstr "%s ðñéí áðü %s'%c'"
2526 #: c-parse.y:2846 cp/spew.c:1529 objc-parse.y:3546
2528 msgid "%s before %s'\\x%x'"
2529 msgstr "%s ðñéí áðü %s'\\x%x'"
2531 #: c-parse.y:2850 cp/spew.c:1533 objc-parse.y:3550
2533 msgid "%s before string constant"
2534 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
2536 #: c-parse.y:2852 cp/spew.c:1535 objc-parse.y:3552
2538 msgid "%s before numeric constant"
2539 msgstr "%s ðñéí áðü áñéèìçôéêÞ óôáèåñÜ"
2542 #: c-parse.y:2854 objc-parse.y:3554
2544 msgid "%s before \"%s\""
2545 msgstr "%s ðñéí áðü \"%s\""
2547 #: c-parse.y:2856 objc-parse.y:3556
2549 msgid "%s before '%s' token"
2550 msgstr "%s ðñéí áðü ôï óýìâïëï '%s'"
2553 msgid "traditional C rejects string concatenation"
2556 #: c-parse.y:3047 objc-parse.y:3780
2558 msgid "syntax error at '%s' token"
2559 msgstr "óõíôáêôéêü óöÜëìá óôï óýìâïëï '%s'"
2562 msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2567 msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
2572 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2573 msgstr "ðñïåéäïðïßçóç: ôï --pid=PID äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
2577 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2578 msgstr "ðñïåéäïðïßçóç: ôï --pid=PID äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
2581 msgid "missing '(' after '#pragma pack' - ignored"
2584 #: c-pragma.c:180 c-pragma.c:230
2586 msgid "malformed '#pragma pack' - ignored"
2587 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
2590 msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2594 msgid "malformed '#pragma pack(pop[, id])' - ignored"
2599 msgid "unknown action '%s' for '#pragma pack' - ignored"
2603 msgid "junk at end of '#pragma pack'"
2608 msgid "alignment must be a small power of two, not %d"
2613 msgid "applying #pragma weak `%s' after first use results in unspecified behavior"
2616 #: c-pragma.c:321 c-pragma.c:326
2618 msgid "malformed #pragma weak, ignored"
2619 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
2622 msgid "junk at end of #pragma weak"
2625 #: c-pragma.c:365 c-pragma.c:370
2627 msgid "malformed #pragma redefine_extname, ignored"
2628 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
2632 msgid "junk at end of #pragma redefine_extname"
2633 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
2635 #: c-pragma.c:382 c-pragma.c:463
2636 msgid "#pragma redefine_extname conflicts with declaration"
2641 msgid "malformed #pragma extern_prefix, ignored"
2642 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
2646 msgid "junk at end of #pragma extern_prefix"
2647 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
2650 msgid "asm declaration conficts with previous rename"
2653 #: c-semantics.c:565
2654 msgid "break statement not within loop or switch"
2657 #: c-semantics.c:583
2658 msgid "continue statement not within a loop"
2661 #: c-semantics.c:678
2662 msgid "destructor needed for `%#D'"
2665 #: c-semantics.c:679
2666 msgid "where case label appears here"
2669 #: c-semantics.c:682
2670 msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
2673 #: c-semantics.c:725 c-typeck.c:6893 cp/semantics.c:897
2675 msgid "%s qualifier ignored on asm"
2680 msgid "`%s' has an incomplete type"
2683 #: c-typeck.c:145 cp/call.c:2740
2685 msgid "invalid use of void expression"
2686 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
2690 msgid "invalid use of flexible array member"
2691 msgstr "ìç Ýãêõñç þñá ôçò ìÝñáò"
2694 msgid "invalid use of array with unspecified bounds"
2699 msgid "invalid use of undefined type `%s %s'"
2700 msgstr "ìç Ýãêõñïò áñéèìüò áðü êåíÝò ãñáììÝò: `%s'"
2702 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2705 msgid "invalid use of incomplete typedef `%s'"
2706 msgstr "ìç Ýãêõñïò äåýôåñïò ôåëåóôÞò óå êáôÜóôáóç óõìâáôüôçôáò `%s'"
2708 #: c-typeck.c:424 c-typeck.c:438
2709 msgid "function types not truly compatible in ISO C"
2713 msgid "types are not quite compatible"
2716 #: c-typeck.c:757 c-typeck.c:2673
2717 msgid "arithmetic on pointer to an incomplete type"
2722 msgid "%s has no member named `%s'"
2727 msgid "request for member `%s' in something not a structure or union"
2731 msgid "dereferencing pointer to incomplete type"
2735 msgid "dereferencing `void *' pointer"
2738 #: c-typeck.c:1222 cp/typeck.c:2357
2740 msgid "invalid type argument of `%s'"
2741 msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
2743 #: c-typeck.c:1241 cp/typeck.c:2383
2744 msgid "subscript missing in array reference"
2747 #: c-typeck.c:1262 cp/typeck.c:2425
2748 msgid "array subscript has type `char'"
2751 #: c-typeck.c:1270 c-typeck.c:1359 cp/typeck.c:2432 cp/typeck.c:2511
2752 msgid "array subscript is not an integer"
2756 msgid "ISO C forbids subscripting `register' array"
2760 msgid "ISO C90 forbids subscripting non-lvalue array"
2764 msgid "subscript has type `char'"
2767 #: c-typeck.c:1354 cp/typeck.c:2506
2768 msgid "subscripted value is neither array nor pointer"
2773 msgid "`%s' undeclared here (not in a function)"
2778 msgid "`%s' undeclared (first use in this function)"
2782 msgid "(Each undeclared identifier is reported only once"
2786 msgid "for each function it appears in.)"
2791 msgid "local declaration of `%s' hides instance variable"
2796 msgid "called object is not a function"
2797 msgstr "Ôï åðþíõìï áíôéêåßìåíï äåí åßíáé áíáæçôÞóéìï"
2799 #: c-typeck.c:1590 cp/typeck.c:2831
2801 msgid "too many arguments to function"
2802 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
2806 msgid "type of formal parameter %d is incomplete"
2811 msgid "%s as integer rather than floating due to prototype"
2816 msgid "%s as integer rather than complex due to prototype"
2821 msgid "%s as complex rather than floating due to prototype"
2826 msgid "%s as floating rather than integer due to prototype"
2831 msgid "%s as complex rather than integer due to prototype"
2836 msgid "%s as floating rather than complex due to prototype"
2841 msgid "%s as `float' rather than `double' due to prototype"
2846 msgid "%s with different width due to prototype"
2851 msgid "%s as unsigned due to prototype"
2856 msgid "%s as signed due to prototype"
2859 #: c-typeck.c:1737 cp/typeck.c:2935
2861 msgid "too few arguments to function"
2862 msgstr "ðïëý ëßãá ïñßóìáôá"
2865 msgid "suggest parentheses around + or - inside shift"
2869 msgid "suggest parentheses around && within ||"
2873 msgid "suggest parentheses around arithmetic in operand of |"
2877 msgid "suggest parentheses around comparison in operand of |"
2881 msgid "suggest parentheses around arithmetic in operand of ^"
2885 msgid "suggest parentheses around comparison in operand of ^"
2889 msgid "suggest parentheses around + or - in operand of &"
2893 msgid "suggest parentheses around comparison in operand of &"
2897 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2900 #: c-typeck.c:1987 c-typeck.c:2022
2901 msgid "division by zero"
2902 msgstr "äéáßñåóç ìå ìçäÝí"
2904 #: c-typeck.c:2067 cp/typeck.c:3196
2905 msgid "right shift count is negative"
2908 #: c-typeck.c:2074 cp/typeck.c:3202
2909 msgid "right shift count >= width of type"
2912 #: c-typeck.c:2095 cp/typeck.c:3221
2913 msgid "left shift count is negative"
2916 #: c-typeck.c:2098 cp/typeck.c:3223
2917 msgid "left shift count >= width of type"
2921 msgid "shift count is negative"
2925 msgid "shift count >= width of type"
2928 #: c-typeck.c:2138 cp/typeck.c:3258
2929 msgid "comparing floating point with == or != is unsafe"
2932 #: c-typeck.c:2164 c-typeck.c:2170
2933 msgid "ISO C forbids comparison of `void *' with function pointer"
2936 #: c-typeck.c:2173 c-typeck.c:2213 c-typeck.c:2241
2937 msgid "comparison of distinct pointer types lacks a cast"
2940 #: c-typeck.c:2187 c-typeck.c:2192 c-typeck.c:2261 c-typeck.c:2266
2941 msgid "comparison between pointer and integer"
2944 #: c-typeck.c:2208 c-typeck.c:2236
2945 msgid "ISO C forbids ordered comparisons of pointers to functions"
2949 msgid "comparison of complete and incomplete pointers"
2952 #: c-typeck.c:2249 c-typeck.c:2256
2953 msgid "ordered comparison of pointer with integer zero"
2956 #: c-typeck.c:2280 cp/typeck.c:3391
2958 msgid "unordered comparison on non-floating point argument"
2959 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
2962 msgid "comparison between signed and unsigned"
2965 #: c-typeck.c:2537 cp/typeck.c:3635
2966 msgid "comparison of promoted ~unsigned with constant"
2969 #: c-typeck.c:2545 cp/typeck.c:3643
2970 msgid "comparison of promoted ~unsigned with unsigned"
2974 msgid "pointer of type `void *' used in subtraction"
2978 msgid "pointer to a function used in subtraction"
2982 msgid "wrong type argument to unary plus"
2986 msgid "wrong type argument to unary minus"
2990 msgid "ISO C does not support `~' for complex conjugation"
2994 msgid "wrong type argument to bit-complement"
2999 msgid "wrong type argument to abs"
3000 msgstr "ëÜèïò áñéèìüò ïñéóìÜôùí"
3003 msgid "wrong type argument to conjugation"
3007 msgid "wrong type argument to unary exclamation mark"
3011 msgid "ISO C does not support `++' and `--' on complex types"
3014 #: c-typeck.c:2853 c-typeck.c:2885
3015 msgid "wrong type argument to increment"
3018 #: c-typeck.c:2855 c-typeck.c:2887
3019 msgid "wrong type argument to decrement"
3023 msgid "increment of pointer to unknown structure"
3027 msgid "decrement of pointer to unknown structure"
3031 msgid "ISO C forbids the address of a cast expression"
3036 msgid "invalid lvalue in unary `&'"
3037 msgstr "ìç Ýãêõñïò ÷ñüíïò áíáðÞäçò"
3041 msgid "attempt to take address of bit-field structure member `%s'"
3044 #: c-typeck.c:3166 c-typeck.c:4632 c-typeck.c:4648 c-typeck.c:4664
3045 #: final.c:3146 final.c:3148 gcc.c:4397 rtl-error.c:122 toplev.c:1694
3046 #: config/cris/cris.c:529 cp/typeck.c:4341 java/expr.c:364 java/verify.c:1467
3047 #: java/verify.c:1468 java/verify.c:1483
3053 msgid "ISO C forbids use of conditional expressions as lvalues"
3057 msgid "ISO C forbids use of compound expressions as lvalues"
3061 msgid "ISO C forbids use of cast expressions as lvalues"
3066 msgid "%s of read-only member `%s'"
3071 msgid "%s of read-only variable `%s'"
3072 msgstr "Ìç áíáãíùñßóéìç ìåôáâëçôÞ `%s'"
3076 msgid "%s of read-only location"
3081 msgid "cannot take address of bit-field `%s'"
3082 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï áñ÷åßï fifo `%s'"
3086 msgid "global register variable `%s' used in nested function"
3091 msgid "register variable `%s' used in nested function"
3096 msgid "address of global register variable `%s' requested"
3100 msgid "cannot put object with volatile field into register"
3105 msgid "address of register variable `%s' requested"
3109 msgid "signed and unsigned type in conditional expression"
3113 msgid "ISO C forbids conditional expr with only one void side"
3116 #: c-typeck.c:3462 c-typeck.c:3469
3117 msgid "ISO C forbids conditional expr between `void *' and function pointer"
3121 msgid "pointer type mismatch in conditional expression"
3124 #: c-typeck.c:3482 c-typeck.c:3492
3125 msgid "pointer/integer type mismatch in conditional expression"
3129 msgid "type mismatch in conditional expression"
3132 #: c-typeck.c:3577 cp/typeck.c:4597
3133 msgid "left-hand operand of comma expression has no effect"
3137 msgid "cast specifies array type"
3141 msgid "cast specifies function type"
3145 msgid "ISO C forbids casting nonscalar to the same type"
3149 msgid "ISO C forbids casts to union type"
3153 msgid "cast to union type from type not present in union"
3157 msgid "cast adds new qualifiers to function type"
3160 #. There are qualifiers present in IN_OTYPE that are not
3161 #. present in IN_TYPE.
3163 msgid "cast discards qualifiers from pointer target type"
3167 msgid "cast increases required alignment of target type"
3170 #: c-typeck.c:3748 cp/typeck.c:5027
3171 msgid "cast from pointer to integer of different size"
3175 msgid "cast does not match function type"
3178 #: c-typeck.c:3760 cp/typeck.c:5034
3179 msgid "cast to pointer from integer of different size"
3183 msgid "type-punning to incomplete type might break strict-aliasing rules"
3187 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3190 #. Now we have handled acceptable kinds of LHS that are not truly lvalues.
3191 #. Reject anything strange now.
3194 msgid "invalid lvalue in assignment"
3195 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
3197 #. Convert new value to destination type.
3198 #: c-typeck.c:3944 c-typeck.c:3969 c-typeck.c:3986 cp/typeck.c:5145
3202 msgstr "ðñïóðÝñáóìá ïñßóìáôïò"
3206 msgid "cannot pass rvalue to reference parameter"
3207 msgstr "äåí åßíáé äõíáôüí íá ãßíåé `stat' ôï locale áñ÷åßï `%s'"
3209 #: c-typeck.c:4160 c-typeck.c:4227
3211 msgid "%s makes qualified function pointer from unqualified"
3214 #: c-typeck.c:4164 c-typeck.c:4207
3216 msgid "%s discards qualifiers from pointer target type"
3220 msgid "ISO C prohibits argument conversion to union type"
3225 msgid "ISO C forbids %s between function pointer and `void *'"
3230 msgid "pointer targets in %s differ in signedness"
3235 msgid "%s from incompatible pointer type"
3240 msgid "%s makes pointer from integer without a cast"
3241 msgstr "%s ìåôáôñÝðåé áêÝñáéï óå äåßêôç ÷ùñßò ìåôáôñïðÝá"
3245 msgid "%s makes integer from pointer without a cast"
3248 #: c-typeck.c:4270 c-typeck.c:4273
3250 msgid "incompatible type for argument %d of `%s'"
3251 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
3255 msgid "incompatible type for argument %d of indirect function call"
3260 msgid "incompatible types in %s"
3261 msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
3263 #. Function name is known; supply it.
3266 msgid "passing arg of `%s'"
3267 msgstr "ôï ðÝñáóìá ôïõ ïñßóìáôïò %d áðü `%s'"
3269 #. Function name unknown (call through ptr).
3272 msgid "passing arg of pointer to function"
3273 msgstr "ôï ðÝñáóìá ôïõ ïñßóìáôïò %d ôïõ äåßêôç óôç óõíÜñôçóç"
3275 #. Function name is known; supply it.
3278 msgid "passing arg %d of `%s'"
3279 msgstr "ôï ðÝñáóìá ôïõ ïñßóìáôïò %d áðü `%s'"
3281 #. Function name unknown (call through ptr); just give arg number.
3284 msgid "passing arg %d of pointer to function"
3285 msgstr "ôï ðÝñáóìá ôïõ ïñßóìáôïò %d ôïõ äåßêôç óôç óõíÜñôçóç"
3288 msgid "initializer for static variable is not constant"
3292 msgid "initializer for static variable uses complicated arithmetic"
3296 msgid "aggregate initializer is not constant"
3300 msgid "aggregate initializer uses complicated arithmetic"
3304 msgid "traditional C rejects automatic aggregate initialization"
3308 #: c-typeck.c:4635 c-typeck.c:4651 c-typeck.c:4667
3310 msgid "(near initialization for `%s')"
3311 msgstr "Ôï âÞìá áñ÷éêïðïßçóçò áðÝôõ÷å"
3313 #: c-typeck.c:4718 cp/typeck2.c:505
3314 msgid "char-array initialized from wide string"
3317 #: c-typeck.c:4725 cp/typeck2.c:512
3318 msgid "int-array initialized from non-wide string"
3321 #: c-typeck.c:4743 cp/typeck2.c:528
3322 msgid "initializer-string for array of chars is too long"
3326 msgid "array initialized from non-constant array expression"
3329 #: c-typeck.c:4798 c-typeck.c:4800 c-typeck.c:4816 c-typeck.c:4837
3332 msgid "initializer element is not constant"
3333 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
3337 msgid "initialization"
3338 msgstr "áñ÷éêïðïßçóç"
3340 #: c-typeck.c:4843 c-typeck.c:6242
3341 msgid "initializer element is not computable at load time"
3344 #: c-typeck.c:4858 cp/typeck2.c:605
3346 msgid "invalid initializer"
3347 msgstr "ìç Ýãêõñï ìÝãåèïò ïñéæüíôéïõ óôçëïèÝôç: %s"
3351 msgid "extra brace group at end of initializer"
3352 msgstr "áêïëïõèïýí óêïõðßäéá óôï ôÝëïò ôçò ãñáììÞò"
3355 msgid "missing braces around initializer"
3359 msgid "braces around scalar initializer"
3363 msgid "initialization of flexible array member in a nested context"
3367 msgid "initialization of a flexible array member"
3372 msgid "missing initializer"
3373 msgstr "Ý÷åé ðáñáëçöèåß ôï áñ÷åßï ðñïïñéóìïý"
3376 msgid "empty scalar initializer"
3380 msgid "extra elements in scalar initializer"
3384 msgid "initialization designators may not nest"
3387 #: c-typeck.c:5650 c-typeck.c:5721
3388 msgid "array index in non-array initializer"
3391 #: c-typeck.c:5655 c-typeck.c:5773
3392 msgid "field name not in record or union initializer"
3395 #: c-typeck.c:5717 c-typeck.c:5719
3396 msgid "nonconstant array index in initializer"
3400 msgid "array index in initializer exceeds array bounds"
3404 msgid "empty index range in initializer"
3408 msgid "array index range in initializer exceeds array bounds"
3413 msgid "unknown field `%s' specified in initializer"
3416 #: c-typeck.c:5822 c-typeck.c:5843 c-typeck.c:6304
3417 msgid "initialized field with side-effects overwritten"
3421 msgid "excess elements in char array initializer"
3424 #: c-typeck.c:6521 c-typeck.c:6567
3425 msgid "excess elements in struct initializer"
3429 msgid "non-static initialization of a flexible array member"
3433 msgid "excess elements in union initializer"
3437 msgid "traditional C rejects initialization of unions"
3441 msgid "excess elements in array initializer"
3445 msgid "excess elements in vector initializer"
3449 msgid "excess elements in scalar initializer"
3454 msgid "asm template is not a string constant"
3455 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
3458 msgid "invalid lvalue in asm statement"
3463 msgid "modification by `asm'"
3464 msgstr "Ç ôñïðïðïßçóç áðÝôõ÷å"
3466 #: c-typeck.c:7012 cp/typeck.c:6152
3467 msgid "function declared `noreturn' has a `return' statement"
3471 msgid "`return' with no value, in function returning non-void"
3472 msgstr "`return' ÷ùñßò ôéìÞ, óå óõíÜñôçóç ðïõ åðéóôñÝöåé ìç-êåíü"
3475 msgid "`return' with a value, in function returning void"
3483 msgid "function returns address of local variable"
3486 #: c-typeck.c:7137 cp/semantics.c:555
3487 msgid "switch quantity not an integer"
3491 msgid "`long' switch expression not converted to `int' in ISO C"
3494 #: c-typeck.c:7182 cp/decl.c:5173
3495 msgid "case label not within a switch statement"
3498 #: c-typeck.c:7184 cp/decl.c:5178
3499 msgid "`default' label not within a switch statement"
3504 msgid "inlining failed in call to `%s'"
3507 #: calls.c:1922 calls.c:2228
3508 msgid "called from here"
3513 msgid "can't inline call to `%s'"
3514 msgstr "áäõíáìßá åêôÝëåóçò ioctl óôï `%s'"
3517 msgid "function call has aggregate value"
3521 msgid "variable offset is passed partially in stack and in reg"
3525 msgid "variable size is passed partially in stack and in reg"
3530 msgid "Size of loop %d should be %d, not %d."
3535 msgid "Bb %d do not belong to loop %d."
3540 msgid "Loop %d's header does not have exactly 2 entries."
3545 msgid "Loop %d's latch does not have exactly 1 successor."
3550 msgid "Loop %d's latch does not have header as successor."
3555 msgid "Loop %d's latch does not belong directly to it."
3560 msgid "Loop %d's header does not belong directly to it."
3565 msgid "bb %d on wrong place"
3570 msgid "prev_bb of %d should be %d, not %d"
3575 msgid "end insn %d for block %d not found in the insn stream"
3580 msgid "insn %d is in multiple basic blocks (%d and %d)"
3585 msgid "head insn %d for block %d not found in the insn stream"
3590 msgid "verify_flow_info: REG_BR_PROB does not match cfg %i %i"
3595 msgid "verify_flow_info: Wrong count of block %i %i"
3600 msgid "verify_flow_info: Wrong frequency of block %i %i"
3605 msgid "verify_flow_info: Duplicate edge %i->%i"
3610 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3615 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3620 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3625 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3629 msgid "wrong insn in the fallthru edge"
3634 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3639 msgid "Missing REG_EH_REGION note in the end of bb %i"
3644 msgid "Too many outgoing branch edges from bb %i"
3649 msgid "Fallthru edge after unconditional jump %i"
3654 msgid "Wrong amount of branch edges after unconditional jump %i"
3659 msgid "Wrong amount of branch edges after conditional jump %i"
3664 msgid "Call edges for non-call insn in bb %i"
3669 msgid "Abnormal edges for no purpose in bb %i"
3674 msgid "missing barrier after block %i"
3679 msgid "basic block %d pred edge is corrupted"
3684 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3689 msgid "insn %d inside basic block %d but block_for_insn is %i"
3692 #: cfgrtl.c:1979 cfgrtl.c:1989
3694 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3699 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3704 msgid "in basic block %d:"
3708 msgid "flow control insn inside a basic block"
3713 msgid "basic block %i edge lists are corrupted"
3717 msgid "basic blocks not numbered consecutively"
3721 msgid "insn outside basic block"
3725 msgid "return not followed by barrier"
3730 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3734 msgid "verify_flow_info failed"
3738 msgid "internal error"
3739 msgstr "åóùôåñéêü óöÜëìá"
3742 msgid "no arguments"
3743 msgstr "÷ùñßò ïñßóìáôá"
3747 #: collect2.c:1263 collect2.c:1411 collect2.c:1444
3752 #: collect2.c:1266 collect2.c:1416 collect2.c:1447
3759 msgid "collect2 version %s"
3764 msgid "%d constructor(s) found\n"
3769 msgid "%d destructor(s) found\n"
3774 msgid "%d frame table(s) found\n"
3779 msgid "%s terminated with signal %d [%s]%s"
3780 msgstr "%s: Ï ðñïåðåîåñãáóôÞò C áðÝôõ÷å ìå óÞìá %d\n"
3784 msgid "%s returned %d exit status"
3789 msgid "[cannot find %s]"
3790 msgstr "Äåí åßíáé äõíáôüí íá åêôåëåóôåß ôï %s"
3794 msgid "cannot find `%s'"
3795 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
3797 #: collect2.c:1581 collect2.c:1584
3799 msgid "redirecting stdout: %s"
3804 msgid "[Leaving %s]\n"
3805 msgstr "äéáãñáöÞ êáôáëüãïõ %s\n"
3811 "write_c_file - output name is %s, prefix is %s\n"
3816 msgid "cannot find `nm'"
3817 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
3819 #: collect2.c:2093 collect2.c:2535
3823 #: collect2.c:2097 collect2.c:2539
3827 #: collect2.c:2123 collect2.c:2565
3832 #: collect2.c:2126 collect2.c:2129 collect2.c:2142 collect2.c:2568
3833 #: collect2.c:2571 collect2.c:2584
3838 #: collect2.c:2132 collect2.c:2574
3845 msgid "init function found in object %s"
3850 msgid "fini function found in object %s"
3853 #: collect2.c:2217 collect2.c:2623
3859 msgid "unable to open file '%s'"
3860 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
3864 msgid "unable to stat file '%s'"
3865 msgstr "áäõíáìßá ðñïóðÝëáóçò(stat()) áñ÷åßïõ `%s': %s"
3869 msgid "unable to mmap file '%s'"
3870 msgstr "Áäõíáìßá ìåôáöïñÜò óôç ìíÞìç (mmap) ôïõ áñ÷åßïõ %s.\n"
3874 msgstr "äå âñÝèçêå\n"
3876 #: collect2.c:2425 collect2.c:2602
3878 msgid "dynamic dependency %s not found"
3883 msgid "bad magic number in file '%s'"
3884 msgstr "ìç Ýãêõñïò áñéèìüò áñ÷åßïõ óôç äÞëùóç ðåäßïõ: `%s'"
3887 msgid "dynamic dependencies.\n"
3888 msgstr "äõíáìéêÝò åîáñôÞóåéò.\n"
3892 msgid "cannot find `ldd'"
3893 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
3898 "ldd output with constructors/destructors.\n"
3903 msgid "unable to open dynamic dependency '%s'"
3908 msgid "%s: not a COFF file"
3909 msgstr "%s: Äåí åßíáé êáíïíéêü áñ÷åßï"
3913 msgid "%s: cannot open as COFF file"
3914 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ"
3918 msgid "library lib%s not found"
3919 msgstr "Ðéèáíüí äå âñÝèçêå"
3929 msgid "incompatibilities between object file & expected values"
3936 "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
3940 msgid "string section missing"
3945 msgid "section pointer missing"
3946 msgstr "ïñéóìüò äéêáéùìÜôùí óôï %s"
3950 msgid "no symbol table found"
3951 msgstr "äåí äþèçêå óõìâïëéêü üíïìá"
3955 msgid "no cmd_strings found"
3956 msgstr "Äåí âñÝèçêå ìÝóï"
3961 "Updating header and load commands.\n"
3967 msgid "load command map, %d cmds, new size %ld.\n"
3973 "writing load commands.\n"
3975 msgstr "¸÷åé ðáñáëçöèåß åíôïëÞ"
3983 msgid "could not convert 0x%l.8x into a region"
3988 msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
3993 msgid "bad magic number"
3994 msgstr "ÅóöáëìÝíïò áñéèìüò áñ÷åßïõ"
3997 msgid "bad header version"
3998 msgstr "åóöáëìÝíç Ýêäïóç êåöáëßäáò"
4001 msgid "bad raw header version"
4005 msgid "raw header buffer too small"
4010 msgid "old raw header file"
4011 msgstr "Äåí åßíáé åðþíõìï áñ÷åßï"
4015 msgid "unsupported version"
4016 msgstr "ÅìöÜíéóç Ýêäïóçò ðñïãñÜììáôïò"
4020 msgid "unknown {de,en}code_mach_o_hdr return value %d"
4029 #: collect2.c:3538 collect2.c:3586
4041 msgid "read %ld bytes, expected %ld, from %s"
4061 msgid "wrote %ld bytes, expected %ld, to %s"
4067 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
4068 ";; %d successes.\n"
4076 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4077 ";; %d successes.\n"
4082 msgid "cannot convert to a pointer type"
4083 msgstr "Äåí åßíáé äõíáôüí íá âñåèåß ï ôýðïò ôïõ åðåîåñãáóôÞ."
4086 msgid "pointer value used where a floating point value was expected"
4090 msgid "aggregate value used where a float was expected"
4095 msgid "conversion to incomplete type"
4096 msgstr "ìç ðëÞñçò åããñáöÞ"
4098 #: convert.c:414 convert.c:494
4099 msgid "can't convert between vector values of different size"
4103 msgid "aggregate value used where an integer was expected"
4106 #: convert.c:472 f/com.c:1100
4107 msgid "pointer value used where a complex was expected"
4110 #: convert.c:476 f/com.c:1102
4111 msgid "aggregate value used where a complex was expected"
4115 msgid "can't convert value to a vector"
4120 msgstr "ðñïåéäïðïßçóç: "
4123 msgid "internal error: "
4124 msgstr "åóùôåñéêü óöÜëìá: "
4132 #: cpperror.c:191 gcc.c:6444
4139 msgid "too many decimal points in number"
4140 msgstr "Õðåñâïëéêá ðïëëÜ áíïéêôÜ áñ÷åßá óôï óýóôçìá"
4144 msgid "invalid digit \"%c\" in octal constant"
4145 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
4148 msgid "use of C99 hexadecimal floating constant"
4152 msgid "exponent has no digits"
4156 msgid "hexadecimal floating constants require an exponent"
4161 msgid "invalid suffix \"%.*s\" on floating constant"
4162 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
4164 #: cppexp.c:257 cppexp.c:282
4166 msgid "traditional C rejects the \"%.*s\" suffix"
4171 msgid "invalid suffix \"%.*s\" on integer constant"
4172 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
4176 msgid "use of C99 long long integer constant"
4177 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
4180 msgid "imaginary constants are a GCC extension"
4185 msgid "integer constant is too large for its type"
4186 msgstr "%s: ôï %s åßíáé ôüóï ìåãÜëï ðïõ äå ìðïñåß íá áíáðáñáóôáèåß"
4190 msgid "integer constant is so large that it is unsigned"
4191 msgstr "%s: ôï %s åßíáé ôüóï ìåãÜëï ðïõ äå ìðïñåß íá áíáðáñáóôáèåß"
4195 msgid "missing ')' after \"defined\""
4196 msgstr "Ý÷åé ðáñáëçöèåß ç ëßóôá ìå ôá ðåäßá"
4199 msgid "operator \"defined\" requires an identifier"
4204 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
4208 msgid "this use of \"defined\" may not be portable"
4213 msgid "floating constant in preprocessor expression"
4214 msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
4218 msgid "imaginary number in preprocessor expression"
4219 msgstr "ìç Ýãêõñïò áñéèìüò áðü ãñáììÝò"
4223 msgid "ISO C++ does not permit \"%s\" in #if"
4228 msgid "\"%s\" is not defined"
4229 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
4231 #: cppexp.c:737 cppexp.c:772
4233 msgid "missing binary operator before token \"%s\""
4234 msgstr "%s: Áíáìåíüôáí äõáäéêüò ÷åéñéóôÞò.\n"
4238 msgid "invalid character '%c' in #if"
4239 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
4243 msgid "invalid character '\\%03o' in #if"
4244 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
4248 msgid "token \"%s\" is not valid in preprocessor expressions"
4249 msgstr "%s: ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç: %s"
4252 msgid "void expression between '(' and ')'"
4256 msgid "#if with no expression"
4261 msgid "operator '%s' has no right operand"
4265 msgid " ':' without preceding '?'"
4269 msgid "unbalanced stack in #if"
4274 msgid "impossible operator '%u'"
4275 msgstr "RPC: Ìç óõìâáôÝò åêäüóåéò ôïõ RPC"
4279 msgid "missing ')' in expression"
4280 msgstr "Ý÷åé ðáñáëçöèåß ç ëßóôá ìå ôéò èÝóåéò"
4284 msgid "'?' without following ':'"
4285 msgstr "óõíôáêôéêü óöÜëìá óôïí ðñüëïãï: %s"
4288 msgid "integer overflow in preprocessor expression"
4293 msgid "missing '(' in expression"
4294 msgstr "Ý÷åé ðáñáëçöèåß ç ëßóôá ìå ôéò èÝóåéò"
4298 msgid "the left operand of \"%s\" changes sign when promoted"
4303 msgid "the right operand of \"%s\" changes sign when promoted"
4307 msgid "comma operator in operand of #if"
4312 msgid "division by zero in #if"
4313 msgstr "Äéáßñåóç ìå ìçäÝí óôçí áðïôßìçóç: %s"
4318 msgid "%s is too large"
4319 msgstr "%s: ôï áñ÷åßï åßíáé ðïëý ìåãÜëï"
4323 msgid "%s is shorter than expected"
4324 msgstr "%s: Áíáìåíüôáí äõáäéêüò ÷åéñéóôÞò.\n"
4328 msgid "%s is a block device"
4329 msgstr "Äåí Ýìåéíå êáèüëïõ ÷þñïò óôç óõóêåõÞ"
4333 msgid "no include path in which to find %s"
4337 msgid "Multiple include guards may be useful for:\n"
4341 msgid "absolute file name in remap_filename"
4346 msgid "ignoring nonexistent directory \"%s\"\n"
4347 msgstr "äéáãñáöÞ ìç-êáôáëüãïõ `%s'\n"
4351 msgid "%s: Not a directory"
4352 msgstr "Äåí åßíáé êáôÜëïãïò"
4356 msgid "ignoring duplicate directory \"%s\"\n"
4357 msgstr "áäõíáìßá áëëáãÞò óôï êáôÜëïãï \"%s\""
4360 msgid " as it is a non-system directory that duplicates a system directory\n"
4365 msgid "cppchar_t must be an unsigned type"
4366 msgstr "äéðëüò ðñïóäéïñéóôÞò ìçíýìáôïò"
4370 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
4374 msgid "CPP arithmetic must be at least as precise as a target int"
4378 msgid "target char is less than 8 bits wide"
4382 msgid "target wchar_t is narrower than target char"
4386 msgid "target int is narrower than target char"
4390 msgid "CPP half-integer narrower than CPP character"
4395 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
4399 msgid "#include \"...\" search starts here:\n"
4403 msgid "#include <...> search starts here:\n"
4408 msgid "End of search list.\n"
4409 msgstr "ÔÝëïò ôìÞìáôïò"
4416 msgid "<command line>"
4419 #. Irix6 "cc -n32" and OSF4 cc have problems with char foo[] = ("string");
4420 #. I.e. a const string initializer with parens around it. That is
4421 #. what N_("string") resolves to, so we make no_* be macros instead.
4424 msgid "assertion missing after %s"
4425 msgstr "ïñéóìüò äéêáéùìÜôùí óôï %s"
4429 msgid "directory name missing after %s"
4434 msgid "file name missing after %s"
4435 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
4439 msgid "macro name missing after %s"
4444 msgid "path name missing after %s"
4449 msgid "-I- specified twice"
4450 msgstr "ìç ïñéóìÝíï"
4454 msgid "trigraph ??%c converted to %c"
4459 msgid "trigraph ??%c ignored"
4463 msgid "backslash and newline separated by space"
4466 #: cpplex.c:221 cpptrad.c:158
4468 msgid "backslash-newline at end of file"
4469 msgstr "ìç Ýãêõñç äéáöõãÞ ìå ðéóùêÜèåôï óôï ôÝëïò ôïõ áëöáñéèìçôéêïý"
4471 #: cpplex.c:287 cpptrad.c:199
4472 msgid "\"/*\" within comment"
4477 msgid "null character(s) ignored"
4478 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò óôï áñ÷åßï: "
4482 msgid "%s in preprocessing directive"
4487 msgid "attempt to use poisoned \"%s\""
4491 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
4495 msgid "'$' character(s) in identifier or number"
4500 msgid "missing terminating %c character"
4501 msgstr "Ý÷åé ðáñáëçöèåß ôåñìáôéêüò ÷áñáêôÞñáò %c"
4504 msgid "null character(s) preserved in literal"
4507 #: cpplex.c:915 cpptrad.c:487
4509 msgid "no newline at end of file"
4510 msgstr "%s: ðñüùñï ôÝëïò áñ÷åßïõ"
4512 #: cpplex.c:1092 cpptrad.c:213
4514 msgid "unterminated comment"
4515 msgstr "Ìç ôåñìáôéóìÝíç åíôïëÞ `s'"
4518 msgid "C++ style comments are not allowed in ISO C90"
4522 msgid "(this will be reported only once per input file)"
4526 msgid "multi-line comment"
4531 msgid "unknown string token %s\n"
4532 msgstr "¶ãíùóôÞ åðéëïãÞ ãéá ôï `s'"
4536 msgid "unspellable token %s"
4537 msgstr "%s: áäýíáôï ôï Üíïéãìá ôïõ %s: %m\n"
4541 msgid "the meaning of '\\%c' is different in traditional C"
4545 msgid "incomplete universal-character-name"
4550 msgid "non-hex digit '%c' in universal-character-name"
4554 msgid "universal-character-name on EBCDIC target"
4559 msgid "universal-character-name out of range"
4560 msgstr "U+%04X: åêôüò ïñßùí ÷áñáêôÞñáò"
4563 msgid "the meaning of '\\a' is different in traditional C"
4568 msgid "non-ISO-standard escape sequence, '\\%c'"
4572 msgid "the meaning of '\\x' is different in traditional C"
4575 #: cpplex.c:1828 f/lex.c:585
4576 msgid "\\x used with no following hex digits"
4581 msgid "hex escape sequence out of range"
4582 msgstr "ìç Ýãêõñç äéáäéêáóßá äéáöõãÞò óôï ôÝëïò ôïõ áëöáñéèìéôéêïý"
4586 msgid "octal escape sequence out of range"
4587 msgstr "ìç Ýãêõñç äéáäéêáóßá äéáöõãÞò óôï ôÝëïò ôïõ áëöáñéèìéôéêïý"
4592 msgid "unknown escape sequence '\\%c'"
4593 msgstr "¶ãíùóôç óõìâïëïóåéñÜ `%s'"
4598 msgid "unknown escape sequence: '\\%03o'"
4599 msgstr "¶ãíùóôç óõìâïëïóåéñÜ `%s'"
4603 msgid "escape sequence out of range for its type"
4604 msgstr "ìç Ýãêõñç äéáäéêáóßá äéáöõãÞò óôï ôÝëïò ôïõ áëöáñéèìéôéêïý"
4608 msgid "empty character constant"
4609 msgstr "êåíü áëöáñéèìçôéêü"
4613 msgid "character constant too long for its type"
4614 msgstr "ìç Ýãêõñïò óôáèåñüò ÷áñáêôÞñáò óôï áëöáñéèìéôéêü"
4618 msgid "multi-character character constant"
4619 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
4623 msgid "extra tokens at end of #%s directive"
4628 msgid "#%s is a GCC extension"
4632 msgid "suggest not using #elif in traditional C"
4637 msgid "traditional C ignores #%s with the # indented"
4642 msgid "suggest hiding #%s from traditional C with an indented #"
4646 msgid "embedding a directive within macro arguments is not portable"
4650 msgid "style of line directive is a GCC extension"
4655 msgid "invalid preprocessing directive #%s"
4659 msgid "\"defined\" cannot be used as a macro name"
4664 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
4669 msgid "no macro name given in #%s directive"
4674 msgid "macro names must be identifiers"
4675 msgstr "äéðëüò ðñïóäéïñéóôÞò ìçíýìáôïò"
4679 msgid "undefining \"%s\""
4680 msgstr "Ìç ïñéóìÝíï üíïìá %s"
4684 msgid "missing terminating > character"
4685 msgstr "Ý÷åé ðáñáëçöèåß ôï áñ÷åßï ðñïïñéóìïý"
4689 msgid "#%s expects \"FILENAME\" or <FILENAME>"
4694 msgid "empty file name in #%s"
4695 msgstr "Ìç ïñéóìÝíï üíïìá %s"
4698 msgid "#include_next in primary source file"
4702 msgid "#import is obsolete, use an #ifndef wrapper in the header file"
4706 msgid "#include nested too deeply"
4711 msgid "invalid flag \"%s\" in line directive"
4716 msgid "\"%s\" after #line is not a positive integer"
4717 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
4721 msgid "line number out of range"
4722 msgstr "%s: áñéèìüò ãñáììÞò Ýîù áðü ôá üñéá"
4724 #: cpplib.c:830 cpplib.c:901
4726 msgid "\"%s\" is not a valid filename"
4727 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
4731 msgid "\"%s\" after # is not a positive integer"
4732 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
4736 msgid "invalid #ident directive"
4737 msgstr "%%%c: êáôåõèõíôÞñéïò ãñáììÞ ìç Ýãêõñç."
4741 msgid "registering \"%s\" as both a pragma and a pragma namespace"
4746 msgid "#pragma %s %s is already registered"
4751 msgid "#pragma %s is already registered"
4752 msgstr "ï ÷Üñôçò ÷áñáêôÞñùí `%s' ïñßóôçêå Þäç"
4755 msgid "#pragma once is obsolete"
4759 msgid "#pragma once in main file"
4763 msgid "invalid #pragma GCC poison directive"
4768 msgid "poisoning existing macro \"%s\""
4772 msgid "#pragma system_header ignored outside include file"
4777 msgid "cannot find source %s"
4778 msgstr "áäõíáìßá áíïßãìáôïò õðïäï÷Þò: %s"
4782 msgid "current file is older than %s"
4786 msgid "_Pragma takes a parenthesized string literal"
4790 msgid "#else without #if"
4794 msgid "#else after #else"
4795 msgstr "#else ìåôÜ áðü #else"
4797 #: cpplib.c:1433 cpplib.c:1467
4798 msgid "the conditional began here"
4802 msgid "#elif without #if"
4806 msgid "#elif after #else"
4807 msgstr "#elif ìåôÜ áðü #else"
4810 msgid "#endif without #if"
4814 msgid "missing '(' after predicate"
4818 msgid "missing ')' to complete answer"
4822 msgid "predicate's answer is empty"
4827 msgid "assertion without predicate"
4828 msgstr "Ç ëåéôïõñãßá äåí åðéôñÝðåôáé"
4832 msgid "predicate must be an identifier"
4833 msgstr "äéðëüò ðñïóäéïñéóôÞò ìçíýìáôïò"
4837 msgid "\"%s\" re-asserted"
4842 msgid "unterminated #%s"
4843 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
4847 msgid "macro \"%s\" is not used"
4848 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
4850 #: cppmacro.c:139 cppmacro.c:294
4852 msgid "invalid built-in macro \"%s\""
4853 msgstr "ìç Ýãêõñï ìÞêïò ãñáììÞò: %s"
4857 msgid "could not determine date and time"
4858 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
4862 msgid "invalid string literal, ignoring final '\\'"
4863 msgstr "ìç Ýãêõñïò áñ÷éêüò áñéèìüò ãñáììÞò: `%s'"
4867 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
4872 msgid "ISO C99 requires rest arguments to be used"
4873 msgstr "ÊáêÞ áßôçóç ðáñáìÝôñùí"
4877 msgid "macro \"%s\" requires %u arguments, but only %u given"
4882 msgid "macro \"%s\" passed %u arguments, but takes just %u"
4885 #: cppmacro.c:669 cpptrad.c:774
4887 msgid "unterminated argument list invoking macro \"%s\""
4892 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
4897 msgid "duplicate macro parameter \"%s\""
4898 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
4902 msgid "\"%s\" may not appear in macro parameter list"
4906 msgid "macro parameters must be comma-separated"
4910 msgid "parameter name missing"
4914 msgid "anonymous variadic macros were introduced in C99"
4918 msgid "ISO C does not permit named variadic macros"
4922 msgid "missing ')' in macro parameter list"
4926 msgid "ISO C requires whitespace after the macro name"
4930 msgid "'#' is not followed by a macro parameter"
4934 msgid "'##' cannot appear at either end of a macro expansion"
4939 msgid "\"%s\" redefined"
4944 msgid "this is the location of the previous definition"
4945 msgstr "áõôÞ åßíáé ç èÝóç ôïõ ðñþôïõ ïñéóìïý"
4949 msgid "macro argument \"%s\" would be stringified in traditional C"
4954 msgid "invalid hash type %d in cpp_macro_definition"
4959 msgid "\"%s\" is not a valid option to the preprocessor"
4960 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
4963 msgid "too many input files"
4964 msgstr "õðåñâïëéêÜ ðïëëÜ áñ÷åßá åéóüäïõ"
4968 msgid "detected recursion whilst expanding macro \"%s\""
4973 msgid ";; Processing block from %d to %d, %d sets.\n"
4977 msgid "((anonymous))"
4978 msgstr "((áíþíõìï))"
4982 msgid "%s: warnings being treated as errors\n"
4991 #: diagnostic.c:1040
4996 #: diagnostic.c:1042
5001 #: diagnostic.c:1064
5002 msgid "At top level:"
5005 #: diagnostic.c:1069
5007 msgid "In member function `%s':"
5008 msgstr "Óôç óõíÜñôçóç ìÝëïò `%s':"
5010 #: diagnostic.c:1073
5012 msgid "In function `%s':"
5013 msgstr "Óôç óõíÜñôçóç `%s':"
5015 #: diagnostic.c:1161
5017 msgid "compilation terminated.\n"
5018 msgstr "Ç ëåéôïõñãßá äåí åðéôñÝðåôáé"
5020 #: diagnostic.c:1179
5022 msgid "%s:%d: confused by earlier errors, bailing out\n"
5025 #: diagnostic.c:1194 diagnostic.c:1302
5028 "Please submit a full bug report,\n"
5029 "with preprocessed source if appropriate.\n"
5030 "See %s for instructions.\n"
5033 #: diagnostic.c:1300
5034 msgid "Internal compiler error: Error reporting routines re-entered.\n"
5037 #: diagnostic.c:1362
5039 msgid "in %s, at %s:%d"
5042 #: diagnostic.c:1383
5044 msgid "In file included from %s:%d"
5047 #: diagnostic.c:1386
5054 #: diagnostic.c:1387
5058 #: diagnostic.c:1431 diagnostic.c:1448
5060 msgid "`%s' is deprecated (declared at %s:%d)"
5063 #: diagnostic.c:1451
5065 msgid "`%s' is deprecated"
5066 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
5068 #: diagnostic.c:1454
5070 msgid "type is deprecated (declared at %s:%d)"
5073 #: diagnostic.c:1457
5074 msgid "type is deprecated"
5079 msgid "dominator of %d should be %d, not %d"
5084 msgid "DW_LOC_OP %s not implemented\n"
5085 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
5089 msgid "internal regno botch: `%s' has regno = %d\n"
5093 msgid "support for the DWARF1 debugging format is deprecated"
5098 msgid "can't get current directory"
5099 msgstr "Äåí åßíáé äõíáôüí íá ëçöèåß ï ôñÝ÷ùí êáôÜëïãïò."
5102 msgid "can't access real part of complex value in hard register"
5106 msgid "can't access imaginary part of complex value in hard register"
5110 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
5115 msgid "abort in %s, at %s:%d"
5119 msgid "exception handling disabled, use -fexceptions to enable"
5123 msgid "argument of `__builtin_eh_return_regno' must be constant"
5126 #: except.c:3090 except.c:3112
5128 msgid "__builtin_eh_return not supported on this target"
5129 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
5133 msgid "stack limits not supported on this target"
5134 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
5137 msgid "function using short complex types cannot be inline"
5140 #: expr.c:6197 expr.c:6206 expr.c:6215 expr.c:6220 expr.c:6522 expr.c:6538
5141 msgid "unsupported wide integer operation"
5146 msgid "prior parameter's size depends on `%s'"
5150 msgid "returned value in block_exit_expr"
5154 msgid "negative insn length"
5159 msgid "could not split insn"
5160 msgstr "áäõíáìßá åýñåóçò âñü÷ïõ"
5164 msgid "invalid `asm': "
5165 msgstr "ìç Ýãêõñï ìÝãåèïò ïñéæüíôéïõ óôçëïèÝôç: %s"
5168 msgid "nested assembly dialect alternatives"
5171 #: final.c:3345 final.c:3357
5173 msgid "unterminated assembly dialect alternative"
5174 msgstr "ìç ôåñìáôéæüìåíï óõìâïëéêü üíïìá"
5178 msgid "operand number missing after %%-letter"
5179 msgstr "ïñéóìüò äéêáéùìÜôùí óôï %s"
5181 #: final.c:3404 final.c:3443
5183 msgid "operand number out of range"
5184 msgstr "Ï áñéèìüò óýíäåóìïõ åßíáé Ýîù áðü ôï üñéï"
5188 msgid "invalid %%-code"
5189 msgstr "ìç Ýãêõñï äéêáßùìá"
5193 msgid "`%%l' operand isn't a label"
5196 #. We can't handle floating point constants;
5197 #. PRINT_OPERAND must handle them.
5198 #: final.c:3600 vmsdbgout.c:466 config/i386/i386.c:6104
5199 #: config/pdp11/pdp11.c:1573
5200 msgid "floating constant misused"
5203 #: final.c:3656 vmsdbgout.c:523 config/i386/i386.c:6182
5204 #: config/pdp11/pdp11.c:1620
5206 msgid "invalid expression as operand"
5207 msgstr "%s: ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç: %s"
5210 msgid "function might be possible candidate for attribute `noreturn'"
5214 msgid "`noreturn' function does return"
5218 msgid "control reaches end of non-void function"
5219 msgstr "ï Ýëåã÷ïò öèÜíåé óôï ôÝëïò ìç-êåíÞò óõíÜñôçóçò"
5222 msgid "Attempt to delete prologue/epilogue insn:"
5225 #: fold-const.c:2545 fold-const.c:2558
5227 msgid "comparison is always %d due to width of bit-field"
5230 #: fold-const.c:3752 fold-const.c:3769
5232 msgid "comparison is always %d"
5235 #: fold-const.c:3900
5236 msgid "`or' of unmatched not-equal tests is always 1"
5239 #: fold-const.c:3905
5240 msgid "`and' of mutually exclusive equal-tests is always 0"
5244 #: function.c:881 varasm.c:1503
5246 msgid "size of variable `%s' is too large"
5247 msgstr "%s: ôï áñ÷åßï åßíáé ðïëý ìåãÜëï"
5251 msgid "`%s' might be used uninitialized in this function"
5256 msgid "variable `%s' might be clobbered by `longjmp' or `vfork'"
5261 msgid "argument `%s' might be clobbered by `longjmp' or `vfork'"
5265 msgid "function returns an aggregate"
5270 msgid "unused parameter `%s'"
5271 msgstr "Üãíùóôïò ÷áñáêôÞñáò `%s'"
5276 msgid "ambiguous abbreviation %s"
5277 msgstr "ÁóáöÞò ìïñöÞ `%s'"
5281 msgid "incomplete `%s' option"
5286 msgid "missing argument to `%s' option"
5287 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
5291 msgid "extraneous argument to `%s' option"
5292 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
5295 msgid "Using built-in specs.\n"
5301 "Setting spec %s to '%s'\n"
5303 msgstr "äçìéïõñãßá %s %s óôï %s"
5307 msgid "Reading specs from %s\n"
5310 #: gcc.c:1888 gcc.c:1907
5312 msgid "specs %%include syntax malformed after %ld characters"
5317 msgid "could not find specs file %s\n"
5318 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
5320 #: gcc.c:1932 gcc.c:1940 gcc.c:1949 gcc.c:1958
5322 msgid "specs %%rename syntax malformed after %ld characters"
5327 msgid "specs %s spec was not found to be renamed"
5332 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
5337 msgid "rename spec %s to %s\n"
5338 msgstr "äçìéïõñãßá %s %s óôï %s"
5349 msgid "specs unknown %% command after %ld characters"
5350 msgstr "ëßóôá ìå üëá ôá ãíùóôÜ óýíïëá ÷áñáêôÞñùí"
5352 #: gcc.c:2005 gcc.c:2018
5354 msgid "specs file malformed after %ld characters"
5358 msgid "spec file has no spec for linking"
5362 msgid "-pipe not supported"
5363 msgstr "ôï -pipe äåí õðïóôçñßæåôáé"
5368 "Go ahead? (y or n) "
5371 "Íá óõíå÷ßóåôå; (y Þ n) "
5376 "Internal error: %s (program %s)\n"
5377 "Please submit a full bug report.\n"
5378 "See %s for instructions."
5383 msgid "# %s %.2f %.2f\n"
5384 msgstr "# %s %.2f %.2f\n"
5388 msgid "Usage: %s [options] file...\n"
5389 msgstr "÷ñÞóç: %s [åðéëïãÝò] áñ÷åßï...\n"
5393 msgstr "ÅðéëïãÝò:\n"
5396 msgid " -pass-exit-codes Exit with highest error code from a phase\n"
5397 msgstr " -pass-exit-codes ¸îïäïò ìå ôï õøçëüôåñï êùäéêü óöÜëìáôïò ôçò öÜóçò\n"
5400 msgid " --help Display this information\n"
5401 msgstr " --help ÅìöÜíéóç áõôþí ôùí ðëçñïöïñéþí\n"
5404 msgid " --target-help Display target specific command line options\n"
5405 msgstr " --target-help ÅìöÜíéóç åðéëïãÝò ãñáììþí åíôïëÞò ó÷åôéêÝò ìå ôï óôü÷ï\n"
5408 msgid " (Use '-v --help' to display command line options of sub-processes)\n"
5409 msgstr " (×ñÞóç '-v --help' ãéá ôçí åìöÜíéóç åðéëïãþí ãñáììÞò åíôïëÞò õðïäéåñãáóéþí)\n"
5412 msgid " -dumpspecs Display all of the built in spec strings\n"
5413 msgstr " -dumpspecs ÅìöÜíéóç üëùí ôùí ðñïêáèïñéóìÝíùí áëöáñéèìçôéêþí ôùí ðñïóäéïñéóìþí\n"
5416 msgid " -dumpversion Display the version of the compiler\n"
5417 msgstr " -dumpversion ÅìöÜíéóç ôçò Ýêäïóçò ôïõ ìåôáãëùôôéóôÞ\n"
5420 msgid " -dumpmachine Display the compiler's target processor\n"
5421 msgstr " -dumpmachine ÅìöÜíéóç ôïõ åðåîåñãáóôÞ óôü÷ïõ ôïõ ìåôáãëùôôéóôÞ\n"
5424 msgid " -print-search-dirs Display the directories in the compiler's search path\n"
5425 msgstr " -print-search-dirs ÅìöÜíéóç ôùí êáôáëüãùí óôéò äéáäñïìÝò áíáæÞôçóçò ôïõ ìåôáãëùôôéóôÞ\n"
5428 msgid " -print-libgcc-file-name Display the name of the compiler's companion library\n"
5429 msgstr " -print-libgcc-file-name ÅìöÜíéóç ôïõ ïíüìáôïò ôçò óõíïäåõôéêÞò âéâëéïèÞêçò ôïõ ìåôáãëùôôéóôÞ\n"
5432 msgid " -print-file-name=<lib> Display the full path to library <lib>\n"
5433 msgstr " -print-file-name=<âéâëéïè> ÅìöÜíéóç ôçò ðëÞñçò äéáäñïìÞò óôç âéâëéïèÞêç <âéâëéïè>\n"
5436 msgid " -print-prog-name=<prog> Display the full path to compiler component <prog>\n"
5437 msgstr " -print-prog-name=<ðñüãñ> ÅìöÜíéóç ôçò ðëÞñçò äéáäñïìÞò óôï óõóôáôéêü ìåôáãëùôôéóôÞ <ðñüãñ>\n"
5440 msgid " -print-multi-directory Display the root directory for versions of libgcc\n"
5441 msgstr " -print-multi-directory ÅìöÜíéóç ôïõ ñéæéêïý êáôáëüãïõ ãéá åêäüóåéò ôçò libgcc\n"
5445 " -print-multi-lib Display the mapping between command line options and\n"
5446 " multiple library search directories\n"
5448 " -print-multi-lib ÅìöÜíéóç ôçò áíôéóôïß÷éóçò ìåôáîý åðéëïãþí ãñáììÞò\n"
5449 " åíôïëÞò êáé êáôáëüãùí áíáæÞôçóçò ðïëëáðëþí\n"
5454 msgid " -print-multi-os-directory Display the relative path to OS libraries\n"
5455 msgstr " -print-multi-directory ÅìöÜíéóç ôïõ ñéæéêïý êáôáëüãïõ ãéá åêäüóåéò ôçò libgcc\n"
5458 msgid " -Wa,<options> Pass comma-separated <options> on to the assembler\n"
5459 msgstr " -Wa,<åðéëïãÝò> ÐÝñáóìá <åðéëïãþí> äéá÷ùñéóìÝíùí ìå êüììá óôï óõíáñìïëïãçôÞ\n"
5462 msgid " -Wp,<options> Pass comma-separated <options> on to the preprocessor\n"
5463 msgstr " -Wp,<åðéëïãÝò> ÐÝñáóìá <åðéëïãþí> äéá÷ùñéóìÝíùí ìå êüììá óôïí ðñï-åðåîåñãáóôÞ\n"
5466 msgid " -Wl,<options> Pass comma-separated <options> on to the linker\n"
5467 msgstr " -Wl,<åðéëïãÝò> ÐÝñáóìá <åðéëïãþí> äéá÷ùñéóìÝíùí ìå êüììá óôï óõíäÝôç\n"
5470 msgid " -Xlinker <arg> Pass <arg> on to the linker\n"
5471 msgstr " -Xlinker <üñéóìá> ÐÝñáóìá <ïñßóìáôïò> óôï óõíäÝôç\n"
5474 msgid " -save-temps Do not delete intermediate files\n"
5475 msgstr " -save-temps Íá ìç äéáãñáöïýí ôá åíäéÜìåóá áñ÷åßá\n"
5478 msgid " -pipe Use pipes rather than intermediate files\n"
5479 msgstr " -pipe ×ñÞóç óùëçíþóåùí áíôß åíäéÜìåóùí áñ÷åßùí\n"
5482 msgid " -time Time the execution of each subprocess\n"
5483 msgstr " -time ÌÝôñçóç ôïõ ÷ñüíïõ åêôÝëåóçò êÜèå õðïäéåñãáóßáò\n"
5486 msgid " -specs=<file> Override built-in specs with the contents of <file>\n"
5487 msgstr " -specs=<áñ÷åßï> ×ñÞóç ôïõ ðåñéå÷ïìÝíïõ ôïõ <áñ÷åßïõ> áíôß ôùí ðñïêáèïñéóìÝíùí ðñïóäéïñéóìþí\n"
5490 msgid " -std=<standard> Assume that the input sources are for <standard>\n"
5492 " -std=<ðñüôõðï> Èåþñçóå üôé ïé ðçãÝò êþäéêá åßíáé ãéá ôï <ðñüôõðï>\n"
5496 msgid " -B <directory> Add <directory> to the compiler's search paths\n"
5497 msgstr " -B <êáôÜëïãïò> ÐñïóèÞêç ôïõ <êáôáëüãïõ> óôéò äéáäñïìÝò áíáæÞôçóçò ôïõ ìåôáãëùôôéóôÞ\n"
5500 msgid " -b <machine> Run gcc for target <machine>, if installed\n"
5501 msgstr " -b <ìç÷áíÞ> ÅêôÝëåóç ôïõ gcc ãéá ôï óôü÷ï <ìç÷áíÞ>, áí åßíáé åãêáôåóôçìÝíïò\n"
5504 msgid " -V <version> Run gcc version number <version>, if installed\n"
5505 msgstr " -V <Ýêäïóç> ÅêôÝëåóç ôçò Ýêäïóçò <Ýêäïóç> ôïõ gcc, áí åßíáé åãêáôåóôçìÝíç\n"
5508 msgid " -v Display the programs invoked by the compiler\n"
5509 msgstr " -v ÅìöÜíéóç ôùí ðñïãñáììÜôùí ðïõ êáëåß ï ìåôáãëùôôéóôÞò\n"
5512 msgid " -### Like -v but options quoted and commands not executed\n"
5516 msgid " -E Preprocess only; do not compile, assemble or link\n"
5517 msgstr " -E Ðñïåðåîåñãáóßá ìüíï· ü÷é ìåôáãëþôôéóç, óõíáñìïëüãçóç Þ óýíäåóç\n"
5520 msgid " -S Compile only; do not assemble or link\n"
5521 msgstr " -S Ìåôáãëþôôéóç ìüíï· ü÷é óõíáñìïëüãçóç Þóýíäåóç\n"
5524 msgid " -c Compile and assemble, but do not link\n"
5525 msgstr " -c Ìåôáãëþôôéóç êáé óõíáñìïëüãçóç, ü÷éüìùò óýíäåóç\n"
5528 msgid " -o <file> Place the output into <file>\n"
5529 msgstr " -o <áñ÷åßï> ÔïðïèÝôçóç ôçò åîüäïõ óôï <áñ÷åßï>\n"
5533 " -x <language> Specify the language of the following input files\n"
5534 " Permissable languages include: c c++ assembler none\n"
5535 " 'none' means revert to the default behavior of\n"
5536 " guessing the language based on the file's extension\n"
5538 " -x <ãëþóóá> Êáèïñéóìüò ôçò ãëþóóáò ôùí åðüìåíùí áñ÷Ýéùí åéóüäïõ\n"
5539 " ÁðïäåêôÝò ãëþóóåò åßíáé: c c++ assembler none\n"
5540 " Ôï 'none' óçìáßíåé åðáíáöïñÜ óôçí åî ïñéóìïý\n"
5541 " óõìðåñéöïñÜ åýñåóçò ôçò ãëþóóáò âÜóåé ôçò åðÝêôáóçò\n"
5548 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
5549 " passed on to the various sub-processes invoked by %s. In order to pass\n"
5550 " other options on to these processes the -W<letter> options must be used.\n"
5553 "Ïé åðéëïãÝò ðïõ îåêéíïýí ìå -g, -f, -m, -O, -W Þ --param ðåñíïýí áõôüìáôá\n"
5554 " óôéò äéÜöïñåò õðïäéåñãáóßåò ðïõ êáëåß ôï %s. Ãéá íá ðåñÜóåôå Üëëåò\n"
5555 " åðéëïãÝò óå áõôÝò ôéò äéåñãáóßåò, ðñÝðåé íá ÷ñçóéìïðïéÞóåôå ôéò åðéëïãÝò\n"
5560 msgid "`-%c' option must have argument"
5561 msgstr "ðáñÜëçøç ïñßóìáôïò áñ÷åßïõ"
5565 msgid "couldn't run `%s': %s"
5568 #. translate_options () has turned --version into -fversion.
5571 msgid "%s (GCC) %s\n"
5572 msgstr "%s (GCC) %s\n"
5575 msgid "Copyright (C) 2002 Free Software Foundation, Inc.\n"
5576 msgstr "ÐíåõìáôéêÜ Äéêáéþìáôá (C) 2002 Free Software Foundation, Inc.\n"
5579 #: gcc.c:3281 gcov.c:364
5582 "This is free software; see the source for copying conditions. There is NO\n"
5583 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5586 "Áõôü åßíáé åëåýèåñï ëïãéóìéêü· äåßôå ôïí ðçãáßï êþäéêá ãéá ôïõò êáíïíéóìïýò\n"
5587 "áíôéãñáöÞò. Äåí õðÜñ÷åé ÊÁÌÉÁ åããýçóç· ïýôå áêüìá ãéá ËÅÉÔÏÕÑÃÉÊÏÔÇÔÁ Þ \n"
5588 "ÊÁÔÁËËÇËÏÔÇÔÁ ÃÉÁ ÅÍÁ ÓÕÃÊÅÊÑÉÌÅÍÏ ÓÊÏÐÏ.\n"
5592 msgid "argument to `-Xlinker' is missing"
5593 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5597 msgid "argument to `-l' is missing"
5598 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5602 msgid "argument to `-specs' is missing"
5603 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5607 msgid "argument to `-specs=' is missing"
5608 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5612 msgid "`-%c' must come at the start of the command line"
5617 msgid "argument to `-B' is missing"
5618 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5621 msgid "cannot specify -o with -c or -S and multiple compilations"
5625 msgid "warning: -pipe ignored because -save-temps specified"
5629 msgid "warning: -pipe ignored because -time specified"
5634 msgid "argument to `-x' is missing"
5635 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5639 msgid "argument to `-%s' is missing"
5640 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5644 msgid "warning: `-x %s' after last input file has no effect"
5649 msgid "invalid specification! Bug in cc"
5650 msgstr "Ìç Ýãêõñç ñýèìéóç èýñáò (port)"
5657 #. Catch the case where a spec string contains something like
5658 #. '%{foo:%*}'. ie there is no * in the pattern on the left
5659 #. hand side of the :.
5662 msgid "spec failure: '%%*' has not been initialized by pattern match"
5667 msgid "warning: use of obsolete %%[ operator in specs"
5672 msgid "Processing spec %c%s%c, which is '%s'\n"
5677 msgid "spec failure: unrecognized spec option '%c'"
5678 msgstr "%s: ìç áíáãíùñßóéìç åðéëïãÞ `-%c'\n"
5682 msgid "unknown spec function `%s'"
5683 msgstr "Óôç óõíÜñôçóç `%s':"
5687 msgid "error in args to spec function `%s'"
5688 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
5691 msgid "malformed spec function name"
5697 msgid "no arguments for spec function"
5698 msgstr "ðïëý ëßãá ïñßóìáôá"
5701 msgid "malformed spec function arguments"
5705 msgid "mismatched braces in specs"
5710 msgid "unrecognized option `-%s'"
5711 msgstr "ìç áíáãíùñßóçìç åðéëïãÞ `-%s'"
5715 msgid "install: %s%s\n"
5716 msgstr "åãêáôÜóôáóç: %s%s\n"
5720 msgid "programs: %s\n"
5721 msgstr "ðñïãñÜììáôá: %s\n"
5725 msgid "libraries: %s\n"
5726 msgstr "âéâëéïèÞêåò: %s\n"
5731 "For bug reporting instructions, please see:\n"
5734 "Ãéá ïäçãßåò ãéá áíáöïñÝò óöáëìÜôùí. ðáñáêáëþ äåßôå:\n"
5738 msgid "Configured with: %s\n"
5739 msgstr "¸÷åé ñõèìéóôåß ìå: %s\n"
5743 msgid "Thread model: %s\n"
5744 msgstr "ÌïíôÝëï íçìÜôùí: %s\n"
5748 msgid "gcc version %s\n"
5749 msgstr "Ýêäïóç gcc %s\n"
5753 msgid "gcc driver version %s executing gcc version %s\n"
5754 msgstr "Ýêäïóç ïäçãïý gcc %s åêôåëåß ôçí Ýêäïóç gcc %s\n"
5757 msgid "no input files"
5758 msgstr "äåí õðÜñ÷ïõí áñ÷åßá åéóüäïõ"
5762 msgid "%s: %s compiler not installed on this system"
5763 msgstr "%s: ï ìåôáãëùôôéóôÞò %s äåí Ý÷åé åãêáôáóôáèåß óôï óýóôçìá áõôü"
5767 msgid "%s: linker input file unused because linking not done"
5772 msgid "language %s not recognized"
5776 msgid "internal gcc abort"
5777 msgstr "åóùôåñéêü óöÜëìá gcc"
5782 msgid "Internal gcov abort.\n"
5783 msgstr "Åóùôåñéêü óöÜëìá (recoding)"
5787 "Usage: gcov [OPTION]... SOURCEFILE\n"
5790 "×ñÞóç: gcov [ÅÐÉËÏÃÇ]... [ÁÑןÏÐÇÃÇÓ]\n"
5795 "Print code coverage information.\n"
5798 "EìöÜíéóç ðëçñïöïñéþí êÜëõøçò êþäéêá.\n"
5802 msgid " -h, --help Print this help, then exit\n"
5803 msgstr " -h, --help ÅìöÜíéóç áõôÞò ôçò âïÞèåéáò, ìåôÜ Ýîïäïò\n"
5806 msgid " -v, --version Print version number, then exit\n"
5807 msgstr " -v, --version ÅìöÜíéóç áñéèìïý Ýêäïóçò, ìåôÜ Ýîïäïò\n"
5810 msgid " -b, --branch-probabilities Include branch probabilities in output\n"
5815 " -c, --branch-counts Given counts of branches taken\n"
5816 " rather than percentages\n"
5820 msgid " -n, --no-output Do not create an output file\n"
5825 " -l, --long-file-names Use long output file names for included\n"
5830 msgid " -f, --function-summaries Output summaries for each function\n"
5834 msgid " -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n"
5838 msgid " -p, --preserve-paths Preserve all pathname components\n"
5845 "For bug reporting instructions, please see:\n"
5849 "Ãéá ïäçãßåò óôéò áíáöïñÝò óöáëìÜôùí, ðáñáêáëþ äåßôå:\n"
5854 msgid "gcov (GCC) %s\n"
5855 msgstr "gcov (GCC) %s\n"
5858 msgid "Copyright (C) 2001 Free Software Foundation, Inc.\n"
5859 msgstr "ÐíåõìáôéêÜ Äéêáéþìáôá (C) 2001 Free Software Foundation, Inc.\n"
5863 msgid "Could not open basic block file %s.\n"
5864 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
5868 msgid "Could not open program flow graph file %s.\n"
5869 msgstr "Áäýíáôç ç äçìéïõñãßá áñ÷åßïõ êáôáãñáöþí \"%s\""
5873 msgid "Could not open data file %s.\n"
5874 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
5877 msgid "Assuming that all execution counts are zero.\n"
5882 msgid "No executable code associated with file %s.\n"
5883 msgstr "ÊáìéÜ äéåýèõíóç äåí óõíäÝåôáé ìå ôï üíïìá"
5887 msgid "%s of %d lines executed in %s %s\n"
5892 msgid "No executable lines in %s %s\n"
5893 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
5897 msgid "%s of %d branches executed in %s %s\n"
5899 "Äåí õðÜñ÷åé áñ÷åßï `%s'.\n"
5904 msgid "%s of %d branches taken at least once in %s %s\n"
5909 msgid "No branches in %s %s\n"
5911 "Äåí õðÜñ÷åé áñ÷åßï `%s'.\n"
5916 msgid "%s of %d calls executed in %s %s\n"
5921 msgid "No calls in %s %s\n"
5922 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
5926 msgid "didn't use all bb entries of graph, function %s\n"
5927 msgstr "äéáãñáöÞ üëùí ôùí åããñáöþí ôïõ êáôáëüãïõ %s\n"
5931 msgid "block_num = %ld, num_blocks = %d\n"
5936 msgid "ERROR: unexpected line number %ld\n"
5941 msgid "ERROR: too many basic blocks in function %s\n"
5942 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
5946 msgid "ERROR: out of range line number in function %s\n"
5951 msgid "Could not open source file %s.\n"
5952 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
5956 msgid "Warning: source file %s is newer than %s\n"
5961 msgid "Unexpected EOF while reading source file %s.\n"
5966 msgid "call %2d never executed\n"
5971 msgid "call %2d returns %s\n"
5976 msgid "branch %2d never executed\n"
5981 msgid "branch %2d taken %s\n"
5983 "Äåí õðÜñ÷åé áñ÷åßï `%s'.\n"
5988 msgid "Creating %s.\n"
5989 msgstr "Äçìéïõñãßá ôïõ %s.\n"
5993 msgid "Error writing output file %s.\n"
5994 msgstr "óöÜëìá åããñáöÞò %s"
5998 msgid "Could not open output file %s.\n"
5999 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ `%s'"
6003 msgid "GCSE disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
6008 msgid "GCSE disabled: %d basic blocks and %d registers"
6011 #: genautomata.c:1490
6013 msgid "Name `%s' contains quotes"
6016 #: genautomata.c:1621
6018 msgid "invalid string `%s' in define_cpu_unit"
6019 msgstr "ìç Ýãêõñç ìÝôñçóç åðáíÜëçøçò `%s' óôç êáôáóêåõÞ [c*n]"
6021 #: genautomata.c:1650
6023 msgid "invalid string `%s' in define_query_cpu_unit"
6026 #: genautomata.c:1682 genautomata.c:1685
6028 msgid "invalid string `%s' in define_bypass"
6029 msgstr "ìç Ýãêõñïò áñéèìüò áðü êåíÝò ãñáììÝò: `%s'"
6031 #: genautomata.c:1720
6033 msgid "invalid first string `%s' in exclusion_set"
6034 msgstr "ìç Ýãêõñç ìÝôñçóç åðáíÜëçøçò `%s' óôç êáôáóêåõÞ [c*n]"
6036 #: genautomata.c:1724
6038 msgid "invalid second string `%s' in exclusion_set"
6039 msgstr "ìç Ýãêõñç ìÝôñçóç åðáíÜëçøçò `%s' óôç êáôáóêåõÞ [c*n]"
6041 #: genautomata.c:1760
6043 msgid "invalid first string `%s' in presence_set"
6046 #: genautomata.c:1764
6048 msgid "invalid second string `%s' in presence_set"
6049 msgstr "ìç Ýãêõñï üíïìá ìÞíá"
6051 #: genautomata.c:1800
6053 msgid "invalid first string `%s' in absence_set"
6056 #: genautomata.c:1804
6058 msgid "invalid second string `%s' in absence_set"
6061 #: genautomata.c:1837
6063 msgid "invalid string `%s' in define_automaton"
6066 #: genautomata.c:1868
6068 msgid "invalid option `%s' in automata_option"
6069 msgstr "ìç Ýãêõñç ìÝôñçóç åðáíÜëçøçò `%s' óôç êáôáóêåõÞ [c*n]"
6071 #: genautomata.c:1890
6073 msgid "garbage after ) in reservation `%s'"
6076 #: genautomata.c:1921 genautomata.c:1954 genautomata.c:1981
6078 msgid "invalid `%s' in reservation `%s'"
6079 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
6081 #: genautomata.c:1932
6083 msgid "repetition `%s' <= 1 in reservation `%s'"
6086 #: genautomata.c:2425
6088 msgid "unit `%s' in exclusion is not declared"
6091 #: genautomata.c:2427
6093 msgid "`%s' in exclusion is not unit"
6096 #: genautomata.c:2465
6098 msgid "unit `%s' excludes itself"
6101 #: genautomata.c:2473
6103 msgid "units `%s' and `%s' in exclusion set belong to different automata"
6106 #: genautomata.c:2603 genautomata.c:2609
6108 msgid "unit `%s' excludes and requires presence of `%s'"
6111 #: genautomata.c:2623 genautomata.c:2629
6113 msgid "unit `%s' requires absence and presence of `%s'"
6116 #: genautomata.c:2692 genautomata.c:2695
6118 msgid "repeated declaration of automaton `%s'"
6119 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
6121 #: genautomata.c:2711
6123 msgid "define_insn_reservation `%s' has negative latency time"
6126 #: genautomata.c:2717
6128 msgid "`%s' is already used as insn reservation name"
6131 #: genautomata.c:2723
6133 msgid "define_bypass `%s - %s' has negative latency time"
6136 #: genautomata.c:2737
6138 msgid "automaton `%s' is not declared"
6139 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
6141 #: genautomata.c:2747
6143 msgid "define_unit `%s' without automaton when one defined"
6146 #: genautomata.c:2753
6148 msgid "`%s' is declared as cpu unit"
6149 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
6151 #: genautomata.c:2762
6153 msgid "`%s' is declared as cpu reservation"
6154 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
6156 #: genautomata.c:2772
6158 msgid "repeated declaration of unit `%s'"
6159 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
6161 #: genautomata.c:2775
6163 msgid "repeated declaration of reservation `%s'"
6164 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
6166 #: genautomata.c:2790 genautomata.c:2793
6168 msgid "there is no insn reservation `%s'"
6171 #: genautomata.c:2810 genautomata.c:2815
6173 msgid "the same bypass `%s - %s' is already defined"
6176 #: genautomata.c:2820
6178 msgid "bypass `%s - %s' is already defined"
6179 msgstr "(ôï áñ÷åßï Þäç õðÜñ÷åé)"
6181 #: genautomata.c:2925 genautomata.c:2927
6183 msgid "automaton `%s' is not used"
6184 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
6186 #: genautomata.c:2950
6188 msgid "undeclared unit or reservation `%s'"
6189 msgstr "ìç Ýãêõñïò äçëùôÞò ðåäßïõ: `%s'"
6191 #: genautomata.c:3028 genautomata.c:3030
6193 msgid "unit `%s' is not used"
6194 msgstr "ôï áñ÷åßï ÷Üñôç ÷áñáêôÞñùí `%s' äåí âñÝèçêå"
6196 #: genautomata.c:3035 genautomata.c:3037
6198 msgid "reservation `%s' is not used"
6199 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
6201 #: genautomata.c:3134
6203 msgid "cycle in definition of reservation `%s'"
6204 msgstr "Ïé ïñéóìïß ðçãÞ âñßóêïíôáé óôï ÁÑ×ÅÉÏ"
6206 #: genautomata.c:5333
6208 msgid "Units `%s' and `%s' should be in the same automaton"
6211 #: genautomata.c:9441
6213 msgid "-split has no argument."
6214 msgstr "÷ùñßò ïñßóìáôá"
6216 #: genautomata.c:9442
6218 msgid "option `-split' has not been implemented yet\n"
6219 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
6221 #: genautomata.c:9486 genautomata.c:9491
6223 msgid "Automaton `%s': Insn `%s' will never be issued"
6226 #: genautomata.c:9498 genautomata.c:9501
6228 msgid "Insn `%s' will never be issued"
6231 #: genautomata.c:9649
6233 msgid "Errors in DFA description"
6234 msgstr "(÷ùñßò ðåñéãñáöÞ)"
6236 #: genautomata.c:9732
6238 msgid "Error in writing DFA description file %s"
6239 msgstr "óöÜëìá åããñáöÞò %s"
6241 #: genconditions.c:196
6243 msgid "No input file name."
6244 msgstr "äåí õðÜñ÷ïõí áñ÷åßá åéóüäïõ"
6246 #: graph.c:420 profile.c:1204 profile.c:1211 toplev.c:1836 toplev.c:5121
6247 #: f/com.c:14138 java/jcf-parse.c:913 java/jcf-parse.c:1059 java/lex.c:1767
6248 #: objc/objc-act.c:449
6250 msgid "can't open %s"
6251 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
6253 #: haifa-sched.c:196
6255 msgid "fix_sched_param: unknown param: %s"
6260 msgid "function cannot be inline"
6261 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
6264 msgid "varargs function cannot be inline"
6268 msgid "function using alloca cannot be inline"
6272 msgid "function using setjmp cannot be inline"
6276 msgid "function uses __builtin_eh_return"
6280 msgid "function with nested functions cannot be inline"
6284 msgid "function with label addresses used in initializers cannot inline"
6287 #: integrate.c:199 integrate.c:243
6288 msgid "function too large to be inline"
6292 msgid "no prototype, and parameter address used; cannot be inline"
6295 #: integrate.c:216 integrate.c:261
6296 msgid "inline functions not supported for this return value type"
6300 msgid "function with varying-size return value cannot be inline"
6304 msgid "function with varying-size parameter cannot be inline"
6308 msgid "function with transparent unit parameter cannot be inline"
6312 msgid "function with computed jump cannot inline"
6316 msgid "function with nonlocal goto cannot be inline"
6320 msgid "function with target specific attribute(s) cannot be inlined"
6325 msgid "In file included from %s:%u"
6328 #. Translators note: this message is used in conjunction
6329 #. with "In file included from %s:%ld" and some other
6330 #. tricks. We want something like this:
6332 #. | In file included from sys/select.h:123,
6333 #. | from sys/types.h:234,
6334 #. | from userfile.c:31:
6335 #. | bits/select.h:45: <error message here>
6337 #. with all the "from"s lined up.
6338 #. The trailing comma is at the beginning of this message,
6339 #. and the trailing colon is not translated.
6347 #. If we didn't find this parameter, issue an error message.
6350 msgid "invalid parameter `%s'"
6351 msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
6355 msgid "Profile does not match flowgraph of function %s (out of date?)"
6359 msgid ".da file corrupted"
6364 msgid "corrupted profile info: prob for %d-%d thought to be %d"
6369 msgid "file %s not found, execution counts assumed to be zero"
6374 msgid "%s: internal abort\n"
6375 msgstr "Åóùôåñéêü óöÜëìá ôïõ áíáëõôÞ äéåõèýíóåùí"
6379 msgid "%s: error writing file `%s': %s\n"
6380 msgstr "%s: ÓöÜëìá êáôÜ ôçí åããñáöÞ ôïõ %s\n"
6384 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
6385 msgstr "%s: ç ÷ñÞóç åßíáé %s [ -v ] [ -c äéáêïðÞ ] ïíïìáóßá æþíçò ...\n"
6389 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
6390 msgstr "%s: ç ÷ñÞóç åßíáé %s [ -v ] [ -c äéáêïðÞ ] ïíïìáóßá æþíçò ...\n"
6394 msgid "%s: warning: no read access for file `%s'\n"
6395 msgstr "%s: Ðñïåéäïðïßçóç: ç uname áðÝôõ÷å: %s\n"
6399 msgid "%s: warning: no write access for file `%s'\n"
6400 msgstr "%s: Ðñïåéäïðïßçóç: ç uname áðÝôõ÷å: %s\n"
6404 msgid "%s: warning: no write access for dir containing `%s'\n"
6407 #. Catch cases like /.. where we try to backup to a
6408 #. point above the absolute root of the logical file
6412 msgid "%s: invalid file name: %s\n"
6413 msgstr "%s: ìç Ýãêõñï åßäïò áñ÷åßïõ"
6417 msgid "%s: %s: can't get status: %s\n"
6418 msgstr "%s: áäõíáìßá ðñüóâáóçò óôï %s: %s\n"
6424 "%s: fatal error: aux info file corrupted at line %d\n"
6429 msgid "%s:%d: declaration of function `%s' takes different forms\n"
6434 msgid "%s: compiling `%s'\n"
6435 msgstr "%s: ÓöÜëìá êáôÜ ôçí åããñáöÞ ôïõ %s\n"
6440 msgid "%s: wait: %s\n"
6445 msgid "%s: subprocess got fatal signal %d\n"
6446 msgstr "%s: Ï ðñïåðåîåñãáóôÞò C áðÝôõ÷å ìå óÞìá %d\n"
6450 msgid "%s: %s exited with status %d\n"
6451 msgstr "%s: Ï ðñïåðåîåñãáóôÞò C áðÝôõ÷å ìå óÞìá %d\n"
6455 msgid "%s: warning: missing SYSCALLS file `%s'\n"
6456 msgstr "%s: Ðñïåéäïðïßçóç: ç uname áðÝôõ÷å: %s\n"
6458 #: protoize.c:2086 protoize.c:2115
6460 msgid "%s: can't read aux info file `%s': %s\n"
6461 msgstr "%s: áäõíáìßá óôçí áíÜãíùóç %s: %s\n"
6463 #: protoize.c:2131 protoize.c:2159
6465 msgid "%s: can't get status of aux info file `%s': %s\n"
6466 msgstr "áäõíáìßá ðñïóðÝëáóçò(stat()) áñ÷åßïõ `%s': %s"
6470 msgid "%s: can't open aux info file `%s' for reading: %s\n"
6471 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäï `%s' ãéá ôçí êáôçãïñßá `%s'"
6476 msgid "%s: error reading aux info file `%s': %s\n"
6477 msgstr "%s: óöÜëìá åããñáöÞò óôç èÝóç %s"
6481 msgid "%s: error closing aux info file `%s': %s\n"
6482 msgstr "%s: ÓöÜëìá êáôÜ ôï êëåßóéìï ôïõ %s: %s\n"
6486 msgid "%s: can't delete aux info file `%s': %s\n"
6487 msgstr "%s: Äå ìðïñåß íá äéáãñáöåß ôï %s: %s\n"
6489 #: protoize.c:2316 protoize.c:4318
6491 msgid "%s: can't delete file `%s': %s\n"
6492 msgstr "%s: Äåí åßíáé äõíáôüí íá äçìéïõñãçèåß %s: %s\n"
6496 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
6497 msgstr "%s: Ðñïåéäïðïßçóç: ç uname áðÝôõ÷å: %s\n"
6501 msgid "%s: conflicting extern definitions of '%s'\n"
6506 msgid "%s: declarations of '%s' will not be converted\n"
6511 msgid "%s: conflict list for '%s' follows:\n"
6516 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
6521 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
6526 msgid "%s: %d: warning: no extern definition for `%s'\n"
6527 msgstr "%s: ðñïåéäïðïßçóç: äå âñÝèçêå áñ÷Þ êåöáëßäáò"
6531 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
6536 msgid "%s: multiple static defs of `%s' in file `%s'\n"
6539 #: protoize.c:2815 protoize.c:2818
6541 msgid "%s: %d: warning: source too confusing\n"
6546 msgid "%s: %d: warning: varargs function declaration not converted\n"
6551 msgid "%s: declaration of function `%s' not converted\n"
6556 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
6563 "%s: warning: too few parameter lists in declaration of `%s'\n"
6564 msgstr "Ðñïåéäïðïßçóç: Ðïëý ëßãá ïñßóìáôá óôï åóùäïìçìÝíï `%s'"
6568 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
6573 msgid "%s: local declaration for function `%s' not inserted\n"
6580 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
6585 msgid "%s: global declarations for file `%s' not inserted\n"
6588 #: protoize.c:3651 protoize.c:3681
6590 msgid "%s: definition of function `%s' not converted\n"
6595 msgid "%s: %d: warning: definition of %s not converted\n"
6600 msgid "%s: found definition of `%s' at %s(%d)\n"
6603 #. If we make it here, then we did not know about this
6604 #. function definition.
6607 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
6612 msgid "%s: function definition not converted\n"
6617 msgid "%s: `%s' not converted\n"
6618 msgstr "%s: `%s': äåí âñÝèçêå ôáßñéáóìá"
6622 msgid "%s: would convert file `%s'\n"
6623 msgstr "%s: ç Ýîïäïò èá åðéêáëýøåé ôï %s\n"
6627 msgid "%s: converting file `%s'\n"
6628 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
6632 msgid "%s: can't get status for file `%s': %s\n"
6633 msgstr "áäõíáìßá ðñïóðÝëáóçò(stat()) áñ÷åßïõ `%s': %s"
6637 msgid "%s: can't open file `%s' for reading: %s\n"
6638 msgstr "%s: Äåí åßíáé äõíáôüí íá áíïé÷ôåß ôï %s: %s\n"
6644 "%s: error reading input file `%s': %s\n"
6645 msgstr "%s: ÓöÜëìá êáôÜ ôçí áíÜãíùóç ôïõ %s\n"
6649 msgid "%s: can't create/open clean file `%s': %s\n"
6650 msgstr "%s: Äåí åßíáé äõíáôüí íá äçìéïõñãçèåß %s: %s\n"
6654 msgid "%s: warning: file `%s' already saved in `%s'\n"
6659 msgid "%s: can't link file `%s' to `%s': %s\n"
6660 msgstr "%s: Äåí åßíáé äõíáôüí íá óõíäåèåß ôï %s ìå ôï %s: %s\n"
6664 msgid "%s: can't create/open output file `%s': %s\n"
6665 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ `%s'"
6669 msgid "%s: can't change mode of file `%s': %s\n"
6670 msgstr "%s: Äåí åßíáé äõíáôüí íá áöáéñåèåß ôï %s: %s\n"
6674 msgid "%s: cannot get working directory: %s\n"
6675 msgstr "%s: äåí åßíáé äõíáôü íá ãñáöôåß ðÜíù óå êáôÜëïãï"
6679 msgid "%s: input file names must have .c suffixes: %s\n"
6680 msgstr "%s: ôï áñ÷åßï åéóüäïõ åßíáé ôï áñ÷åßï åîüäïõ"
6683 msgid "Didn't find a coloring.\n"
6688 msgid "output constraint %d must specify a single register"
6693 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6697 msgid "output regs must be grouped at top of stack"
6701 msgid "implicitly popped regs must be grouped at top of stack"
6706 msgid "output operand %d must use `&' constraint"
6711 msgid "can't use '%s' as a %s register"
6714 #: regclass.c:768 config/ia64/ia64.c:4169 config/ia64/ia64.c:4176
6716 msgid "unknown register name: %s"
6717 msgstr "Üãíùóôïò ÷áñáêôÞñáò `%s'"
6720 msgid "global register variable follows a function definition"
6724 msgid "register used for two global register variables"
6728 msgid "call-clobbered register used for global register variable"
6733 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6738 msgid "validate_value_data: Loop in regno chain (%u)"
6743 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6748 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6752 msgid "cannot reload integer constant operand in `asm'"
6756 msgid "impossible register constraint in `asm'"
6760 msgid "`&' constraint used with no register class"
6765 msgid "unable to generate reloads for:"
6766 msgstr "Áäýíáôç ç äçìéïõñãßá äéåñãáóßáò óôïí åîõðçñåôçôÞ"
6768 #: reload.c:3636 reload.c:3850
6769 msgid "inconsistent operand constraints in an `asm'"
6773 msgid "frame size too large for reliable stack checking"
6777 msgid "try reducing the number of local variables"
6782 msgid "can't find a register in class `%s' while reloading `asm'"
6787 msgid "unable to find a register to spill in class `%s'"
6792 msgid "this is the insn:"
6793 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
6796 msgid "`asm' operand requires impossible reload"
6799 #. It's the compiler's fault.
6802 msgid "could not find a spill register"
6803 msgstr "áäõíáìßá åýñåóçò âñü÷ïõ"
6806 msgid "`asm' operand constraint incompatible with operand size"
6809 #. It's the compiler's fault.
6811 msgid "VOIDmode on an output"
6815 msgid "output operand is constant in `asm'"
6820 msgid "unrecognizable insn:"
6821 msgstr "Ìç áíáãíùñßóéìç ìåôáâëçôÞ `%s'"
6824 msgid "insn does not satisfy its constraints:"
6829 msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
6834 msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6839 msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
6844 msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
6849 msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
6854 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6859 msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6864 msgid "jump to `%s' invalidly jumps into binding contour"
6867 #: stmt.c:989 stmt.c:3731
6869 msgid "label `%s' used before containing binding contour"
6873 msgid "output operand constraint lacks `='"
6878 msgid "output constraint `%c' for operand %d is not at the beginning"
6882 msgid "operand constraint contains incorrectly positioned '+' or '='"
6885 #: stmt.c:1212 stmt.c:1316
6887 msgid "`%%' constraint used with last operand"
6891 msgid "matching constraint not valid in output operand"
6896 msgid "input operand constraint contains `%c'"
6900 msgid "matching constraint references invalid operand number"
6905 msgid "invalid punctuation `%c' in constraint"
6906 msgstr "ìç Ýãêõñç ìÝôñçóç åðáíÜëçøçò `%s' óôç êáôáóêåõÞ [c*n]"
6910 msgid "asm-specifier for variable `%s' conflicts with asm clobber list"
6915 msgid "unknown register name `%s' in `asm'"
6916 msgstr "Üãíùóôïò ÷áñáêôÞñáò óôï ðåäßï `%s' ôçò êáôçãïñßáò `%s'"
6920 msgid "more than %d operands in `asm'"
6925 msgid "output number %d not directly addressable"
6928 #. ??? Leave this only until we have experience with what
6929 #. happens in combine and elsewhere when constraints are
6931 #: stmt.c:1698 stmt.c:1727
6933 msgid "asm operand %d probably doesn't match constraints"
6937 msgid "asm clobber conflict with output operand"
6941 msgid "asm clobber conflict with input operand"
6946 msgid "too many alternatives in `asm'"
6947 msgstr "Õðåñâïëéêá ðïëëÜ áíïéêôÜ áñ÷åßá óôï óýóôçìá"
6950 msgid "operand constraints for `asm' differ in number of alternatives"
6955 msgid "duplicate asm operand name '%s'"
6956 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
6959 msgid "missing close brace for named operand"
6964 msgid "undefined named operand '%s'"
6965 msgstr "Ìç ïñéóìÝíï üíïìá %s"
6969 msgid "unused variable `%s'"
6970 msgstr "á÷ñçóéìïðïßçôç ìåôáâëçôÞ `%s'"
6974 msgid "enumeration value `%s' not handled in switch"
6977 #: stmt.c:5174 stmt.c:5194
6979 msgid "case value `%ld' not in enumerated type"
6982 #: stmt.c:5177 stmt.c:5197
6984 msgid "case value `%ld' not in enumerated type `%s'"
6989 msgid "switch missing default case"
6990 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
6992 #: stor-layout.c:178
6993 msgid "type size can't be explicitly evaluated"
6996 #: stor-layout.c:180
6997 msgid "variable-size type declared outside of any function"
7000 #: stor-layout.c:461
7002 msgid "size of `%s' is %d bytes"
7005 #: stor-layout.c:463
7007 msgid "size of `%s' is larger than %d bytes"
7008 msgstr "%s: ïé ôéìÝò ôïõ ðåäßïõ `%s' äåí ðñÝðåé íá åßíáé ìåãáëýôåñåò áðü %d"
7010 #: stor-layout.c:869 stor-layout.c:1285
7012 msgid "packed attribute causes inefficient alignment for `%s'"
7015 #: stor-layout.c:871 stor-layout.c:1287
7017 msgid "packed attribute is unnecessary for `%s'"
7020 #: stor-layout.c:886
7022 msgid "padding struct to align `%s'"
7025 #: stor-layout.c:1249
7026 msgid "padding struct size to alignment boundary"
7029 #: stor-layout.c:1292
7030 msgid "packed attribute causes inefficient alignment"
7033 #: stor-layout.c:1294
7034 msgid "packed attribute is unnecessary"
7040 "Execution times (seconds)\n"
7043 #. Print total time.
7046 msgstr " ÓÕÍÏËÉÊÁ :"
7050 msgid "time in %s: %ld.%06ld (%ld%%)\n"
7055 msgid "collect: reading %s\n"
7056 msgstr "óöÜëìá áíÜãíùóçò %s"
7060 msgid "collect: recompiling %s\n"
7065 msgid "collect: tweaking %s in %s\n"
7069 msgid "collect: relinking\n"
7074 msgid "ld returned %d exit status"
7075 msgstr "ç ld åðÝóôñåøå êáôÜóôáóç åîüäïõ %d"
7078 msgid "Generate debugging info in default format"
7082 msgid "Generate debugging info in default extended format"
7086 msgid "Generate STABS format debug info"
7090 msgid "Generate extended STABS format debug info"
7094 msgid "Generate DWARF-1 format debug info"
7098 msgid "Generate extended DWARF-1 format debug info"
7102 msgid "Generate DWARF-2 debug info"
7106 msgid "Generate XCOFF format debug info"
7110 msgid "Generate extended XCOFF format debug info"
7114 msgid "Generate COFF format debug info"
7118 msgid "Generate VMS format debug info"
7122 msgid "Perform DWARF2 duplicate elimination"
7126 msgid "Do not store floats in registers"
7130 msgid "Consider all mem refs through pointers as volatile"
7134 msgid "Consider all mem refs to global data to be volatile"
7138 msgid "Consider all mem refs to static data to be volatile"
7142 msgid "Defer popping functions args from stack until later"
7146 msgid "When possible do not generate stack frames"
7150 msgid "Optimize sibling and tail recursive calls"
7154 msgid "Perform superblock formation via tail duplication"
7158 msgid "When running CSE, follow jumps to their targets"
7162 msgid "When running CSE, follow conditional jumps"
7166 msgid "Perform a number of minor, expensive optimizations"
7170 msgid "Perform jump threading optimizations"
7174 msgid "Perform strength reduction optimizations"
7178 msgid "Perform loop unrolling when iteration count is known"
7182 msgid "Perform loop unrolling for all loops"
7186 msgid "Generate prefetch instructions, if available, for arrays in loops"
7190 msgid "Force all loop invariant computations out of loops"
7194 msgid "Strength reduce all loop general induction variables"
7198 msgid "Store strings in writable data section"
7202 msgid "Enable machine specific peephole optimizations"
7206 msgid "Copy memory operands into registers before using"
7210 msgid "Copy memory address constants into regs before using"
7214 msgid "Allow function addresses to be held in registers"
7218 msgid "Integrate simple functions into their callers"
7222 msgid "Generate code for funcs even if they are fully inlined"
7226 msgid "Pay attention to the 'inline' keyword"
7230 msgid "Emit static const variables even if they are not used"
7234 msgid "Check for syntax errors, then stop"
7238 msgid "Mark data as shared rather than private"
7242 msgid "Enable saving registers around function calls"
7246 msgid "Return 'short' aggregates in memory, not registers"
7250 msgid "Return 'short' aggregates in registers"
7254 msgid "Attempt to fill delay slots of branch instructions"
7258 msgid "Perform the global common subexpression elimination"
7262 msgid "Perform enhanced load motion during global subexpression elimination"
7266 msgid "Perform store motion after global subexpression elimination"
7270 msgid "Perform the loop optimizations"
7274 msgid "Perform cross-jumping optimization"
7278 msgid "Perform conversion of conditional jumps to branchless equivalents"
7282 msgid "Perform conversion of conditional jumps to conditional execution"
7286 msgid "Run CSE pass after loop optimizations"
7290 msgid "Run the loop optimizer twice"
7294 msgid "Delete useless null pointer checks"
7298 msgid "Reschedule instructions before register allocation"
7302 msgid "Reschedule instructions after register allocation"
7306 msgid "Enable scheduling across basic blocks"
7310 msgid "Allow speculative motion of non-loads"
7314 msgid "Allow speculative motion of some loads"
7318 msgid "Allow speculative motion of more loads"
7322 msgid "Replace add,compare,branch with branch on count reg"
7326 msgid "Generate position independent code, if possible"
7330 msgid "Enable exception handling"
7334 msgid "Just generate unwind tables for exception handling"
7338 msgid "Generate unwind tables exact at each instruction boundary"
7342 msgid "Support synchronous non-call exceptions"
7346 msgid "Insert arc based program profiling code"
7350 msgid "Create data files needed by gcov"
7354 msgid "Use profiling information for branch probabilities"
7358 msgid "Enable basic program profiling code"
7362 msgid "Reorder basic blocks to improve code placement"
7366 msgid "Reorder functions to improve code placement"
7370 msgid "Do the register renaming optimization pass"
7374 msgid "Do the register copy-propagation optimization pass"
7378 msgid "Do not put uninitialized globals in the common section"
7382 msgid "Do not generate .size directives"
7386 msgid "place each function into its own section"
7390 msgid "place data items into their own section"
7394 msgid "Add extra commentry to assembler output"
7398 msgid "Output GNU ld formatted global initializers"
7402 msgid "Enables a register move optimization"
7406 msgid "Do the full regmove optimization pass"
7410 msgid "Pack structure members together without holes"
7414 msgid "Insert stack checking code into the program"
7418 msgid "Specify that arguments may alias each other & globals"
7422 msgid "Assume arguments may alias globals but not each other"
7426 msgid "Assume arguments do not alias each other or globals"
7430 msgid "Assume strict aliasing rules apply"
7434 msgid "Align the start of loops"
7438 msgid "Align labels which are only reached by jumping"
7442 msgid "Align all labels"
7446 msgid "Align the start of functions"
7450 msgid "Attempt to merge identical constants accross compilation units"
7454 msgid "Attempt to merge identical constants and constant variables"
7458 msgid "Suppress output of instruction numbers and line number notes in debugging dumps"
7462 msgid "Instrument function entry/exit with profiling calls"
7466 msgid "Put zero initialized data in the bss section"
7470 msgid "Enable SSA optimizations"
7474 msgid "Enable SSA conditional constant propagation"
7478 msgid "Enable aggressive SSA dead code elimination"
7482 msgid "External symbols have a leading underscore"
7486 msgid "Process #ident directives"
7490 msgid "Enables an rtl peephole pass run before sched2"
7494 msgid "Assume no NaNs or +-Infs are generated"
7498 msgid "Enables guessing of branch probabilities"
7502 msgid "Set errno after built-in math functions"
7507 msgid "Floating-point operations can trap"
7508 msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
7511 msgid "Allow math optimizations that may violate IEEE or ANSI standards"
7515 msgid "Disable optimizations observable by IEEE signaling NaNs"
7520 msgid "Generate code to check bounds before indexing arrays"
7521 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
7524 msgid "Convert floating point constant to single precision constant"
7528 msgid "Report time taken by each compiler pass at end of run"
7532 msgid "Report on permanent memory allocation at end of run"
7536 msgid "Trap for signed overflow in addition / subtraction / multiplication"
7541 msgid "Use graph coloring register allocation."
7542 msgstr "ìç ôåñìáôéæüìåíï üíïìá âÜñïõò"
7545 msgid "Compile just for ISO C90"
7549 msgid "Determine language standard"
7553 msgid "Make bit-fields by unsigned by default"
7557 msgid "Make 'char' be signed by default"
7561 msgid "Make 'char' be unsigned by default"
7565 msgid "Do not recognize the 'asm' keyword"
7569 msgid "Do not recognize any built in functions"
7573 msgid "Assume normal C execution environment"
7577 msgid "Assume that standard libraries & main might not exist"
7581 msgid "Allow different types as args of ? operator"
7585 msgid "Allow the use of $ inside identifiers"
7589 msgid "Use the same size for double as for float"
7593 msgid "Use the smallest fitting integer to hold enums"
7597 msgid "Override the underlying type for wchar_t to `unsigned short'"
7601 msgid "Enable most warning messages"
7605 msgid "Warn about casting functions to incompatible types"
7609 msgid "Warn about functions which might be candidates for format attributes"
7613 msgid "Warn about casts which discard qualifiers"
7617 msgid "Warn about subscripts whose type is 'char'"
7620 #: toplev.c:1268 toplev.c:1271
7621 msgid "Warn if nested comments are detected"
7625 msgid "Warn about possibly confusing type conversions"
7629 msgid "Do not warn about compile-time integer division by zero"
7633 msgid "Warn about testing equality of floating point numbers"
7637 msgid "Warn about printf/scanf/strftime/strfmon format anomalies"
7641 msgid "Don't warn about too many arguments to format functions"
7645 msgid "Warn about non-string-literal format strings"
7649 msgid "Warn about possible security problems with format functions"
7653 msgid "Don't warn about strftime formats yielding 2 digit years"
7657 msgid "Warn about implicit function declarations"
7661 msgid "Warn when a declaration does not specify a type"
7665 msgid "Warn about the use of the #import directive"
7669 msgid "Do not warn about using 'long long' when -pedantic"
7673 msgid "Warn about suspicious declarations of main"
7677 msgid "Warn about possibly missing braces around initializers"
7681 msgid "Warn about global funcs without previous declarations"
7685 msgid "Warn about global funcs without prototypes"
7689 msgid "Warn about use of multicharacter literals"
7693 msgid "Warn about externs not at file scope level"
7697 msgid "Warn about possible missing parentheses"
7701 msgid "Warn about function pointer arithmetic"
7705 msgid "Warn about multiple declarations of the same object"
7710 msgid "Warn whenever a function's return-type defaults to int"
7711 msgstr "ï åðéóôñåöüìåíïò ôýðïò ðñïêáèïñßæåôáé óå `int'"
7714 msgid "Warn about possible violations of sequence point rules"
7718 msgid "Warn about signed/unsigned comparisons"
7722 msgid "Warn about non-prototyped function decls"
7726 msgid "Warn about constructs whose meanings change in ISO C"
7730 msgid "Warn when trigraphs are encountered"
7734 msgid "Warn about unrecognized pragmas"
7738 msgid "Mark strings as 'const char *'"
7742 msgid "Warn when a function is unused"
7746 msgid "Warn when a label is unused"
7750 msgid "Warn when a function parameter is unused"
7754 msgid "Warn when a variable is unused"
7758 msgid "Warn when an expression value is unused"
7763 msgid "Do not suppress warnings from system headers"
7764 msgstr "Áðïóéþðçóç ðñïçäïðïéÞóåùí êáé ìçíõìÜôùí ðëçñïöüñçóçò"
7767 msgid "Treat all warnings as errors"
7771 msgid "Warn when one local variable shadows another"
7775 msgid "Warn about enumerated switches, with no default, missing a case"
7779 msgid "Warn about enumerated switches missing a default case"
7783 msgid "Warn about all enumerated switches missing a specific case"
7787 msgid "Warn about returning structures, unions or arrays"
7791 msgid "Warn about pointer casts which increase alignment"
7795 msgid "Warn about code that will never be executed"
7799 msgid "Warn about uninitialized automatic variables"
7803 msgid "Warn when an inlined function cannot be inlined"
7807 msgid "Warn when the packed attribute has no effect on struct layout"
7811 msgid "Warn when padding is required to align struct members"
7815 msgid "Warn when an optimization pass is disabled"
7819 msgid "Warn about uses of __attribute__((deprecated)) declarations"
7823 msgid "Warn about functions which might be candidates for attribute noreturn"
7827 msgid "Warn about code which might break the strict aliasing rules"
7830 #: toplev.c:1627 toplev.c:4513 config/rs6000/rs6000.c:676
7832 msgid "invalid option `%s'"
7833 msgstr "ìç Ýãêõñç åðéëïãÞ `%s'"
7837 msgid "`%s' used but never defined"
7842 msgid "`%s' declared `static' but never defined"
7847 msgid "`%s' defined but not used"
7852 msgid "invalid register name `%s' for register variable"
7856 msgid " -ffixed-<register> Mark <register> as being unavailable to the compiler\n"
7860 msgid " -fcall-used-<register> Mark <register> as being corrupted by function calls\n"
7864 msgid " -fcall-saved-<register> Mark <register> as being preserved across functions\n"
7868 msgid " -finline-limit=<number> Limits the size of inlined functions to <number>\n"
7872 msgid " -fmessage-length=<number> Limits diagnostics messages lengths to <number> characters per line. 0 suppresses line-wrapping\n"
7876 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"
7880 msgid " -ftls-model=[global-dynamic | local-dynamic | initial-exec | local-exec] Indicates the default thread-local storage code generation model\n"
7884 msgid " -O[number] Set optimization level to [number]\n"
7888 msgid " -Os Optimize for space rather than speed\n"
7892 msgid " -pedantic Issue warnings needed by strict compliance to ISO C\n"
7896 msgid " -pedantic-errors Like -pedantic except that errors are produced\n"
7900 msgid " -w Suppress warnings\n"
7904 msgid " -W Enable extra warnings\n"
7908 msgid " -Wunused Enable unused warnings\n"
7912 msgid " -Wlarger-than-<number> Warn if an object is larger than <number> bytes\n"
7916 msgid " -p Enable function profiling\n"
7920 msgid " -o <file> Place output into <file> \n"
7925 " -G <number> Put global and static data smaller than <number>\n"
7926 " bytes into a special section (on some targets)\n"
7930 msgid " -aux-info <file> Emit declaration info into <file>\n"
7934 msgid " -quiet Do not display functions compiled or elapsed time\n"
7938 msgid " -version Display the compiler's version\n"
7942 msgid " -d[letters] Enable dumps from specific passes of the compiler\n"
7946 msgid " -dumpbase <file> Base name to be used for dumps from specific passes\n"
7950 msgid " -fsched-verbose=<number> Set the verbosity level of the scheduler\n"
7954 msgid " --help Display this information\n"
7960 "Language specific options:\n"
7965 msgid " %-23.23s [undocumented]\n"
7968 #: toplev.c:3785 toplev.c:3799
7972 "There are undocumented %s specific options as well.\n"
7979 " Options for %s:\n"
7986 "Target specific options:\n"
7987 msgstr "äÞëùóç ðëÜôïõò"
7989 #: toplev.c:3840 toplev.c:3859
7991 msgid " -m%-23.23s [undocumented]\n"
7997 "There are undocumented target specific options as well.\n"
8001 msgid " They exist, but they are not documented.\n"
8006 msgid "unrecognized gcc debugging option: %c"
8007 msgstr "ìç áíáãíùñßóçìç åðéëïãÞ `-%c'"
8011 msgid "`%s': unknown tls-model option"
8012 msgstr "%s: Üãíùóôï/ìç õðïóôçñéæüìåíï åßäïò áñ÷åßïõ.\n"
8014 # src/request.c:806 src/request.c:912
8017 msgid "unrecognized register name `%s'"
8018 msgstr "Ìç áíáãíùñßóçìï üíïìá åðéöÜíåéáò `%s'"
8020 #: toplev.c:4031 toplev.c:4965
8022 msgid "unrecognized option `%s'"
8023 msgstr "ìç áíáãíùñßóçìç åðéëïãÞ `-%c'"
8026 msgid "-Wid-clash-LEN is no longer supported"
8031 msgid "use -gdwarf -g%d for DWARF v1, level %d"
8035 msgid "use -gdwarf-2 for DWARF v2"
8040 msgid "ignoring option `%s' due to invalid debug level specification"
8043 #: toplev.c:4183 toplev.c:4963
8045 msgid "`%s': unknown or unsupported -g option"
8046 msgstr "%s: Üãíùóôï/ìç õðïóôçñéæüìåíï åßäïò áñ÷åßïõ.\n"
8050 msgid "`%s' ignored, conflicts with `-g%s'"
8055 msgid "-param option missing argument"
8056 msgstr "ðáñÜëçøç ïñßóìáôïò áñ÷åßïõ"
8060 msgid "invalid --param option: %s"
8061 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8065 msgid "invalid parameter value `%s'"
8066 msgstr "Ìç Ýãêõñï äéÜóôçìá ÷ñüíïõ `%s'"
8071 "%s%s%s version %s (%s)\n"
8072 "%s\tcompiled by GNU C version %s.\n"
8073 "%s%s%s version %s (%s) compiled by CC.\n"
8080 msgid "options passed: "
8087 msgid "options enabled: "
8088 msgstr "åðéëïãÞ á\n"
8090 #: toplev.c:4674 java/jcf-write.c:3421
8092 msgid "can't open %s for writing"
8093 msgstr "%s: ÓöÜëìá åããñáöÞò "
8097 msgid "ignoring command line option '%s'"
8098 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8102 msgid "(it is valid for %s but not the selected language)"
8106 msgid "-Wuninitialized is not supported without -O"
8111 msgid "instruction scheduling not supported on this target machine"
8112 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
8115 msgid "this target machine does not have delayed branches"
8120 msgid "-f%sleading-underscore not supported on this target machine"
8121 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
8125 msgid "-ffunction-sections not supported for this target"
8126 msgstr "ôï --no-dereference (-h) äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
8130 msgid "-fdata-sections not supported for this target"
8131 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
8134 msgid "-ffunction-sections disabled; it makes profiling impossible"
8139 msgid "-fprefetch-loop-arrays not supported for this target"
8140 msgstr "ôï --no-dereference (-h) äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
8143 msgid "-fprefetch-loop-arrays not supported for this target (try -march switches)"
8148 msgid "-fprefetch-loop-arrays is not supported with -Os"
8149 msgstr "ôï --no-dereference (-h) äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
8152 msgid "-ffunction-sections may affect debugging on some targets"
8157 msgid "error writing to %s"
8158 msgstr "óöÜëìá åããñáöÞò %s"
8160 #: toplev.c:5282 java/jcf-parse.c:932 java/jcf-write.c:3428
8162 msgid "error closing %s"
8163 msgstr "óöÜëìá áíÜãíùóçò %s"
8167 msgid "could not open dump file `%s'"
8168 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ `%s'"
8172 msgid "ignoring unknown option `%.*s' in `-f%s'"
8173 msgstr "¶ãíùóôç åðéëïãÞ: %s %s %s"
8176 msgid "arrays of functions are not meaningful"
8180 msgid "function return type cannot be function"
8185 msgid "invalid initializer for bit string"
8186 msgstr "Ç áëõóßäá ìïñöÞò äåí åßíáé Ýãêõñç: `%s'"
8190 msgid "tree check: expected %s, have %s in %s, at %s:%d"
8195 msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
8200 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
8203 #: varasm.c:455 config/i386/winnt.c:546
8205 msgid "%s causes a section type conflict"
8210 msgid "register name not specified for `%s'"
8211 msgstr "ÅããñáöÞ ïíïìÜôùí ôùí åðéëåãìÝíùí ëÝîåùí-êëåéäéþí"
8215 msgid "invalid register name for `%s'"
8216 msgstr "ìç Ýãêõñïò áñéèìüò ðåäßïõ: `%s'"
8220 msgid "data type of `%s' isn't suitable for a register"
8225 msgid "register specified for `%s' isn't suitable for data type"
8229 msgid "global register variable has initial value"
8233 msgid "volatile register variables don't work as you might wish"
8238 msgid "register name given for non-register variable `%s'"
8243 msgid "alignment of `%s' is greater than maximum object file alignment. Using %d"
8247 msgid "thread-local COMMON data not implemented"
8252 msgid "requested alignment for %s is greater than implemented alignment of %d"
8256 msgid "initializer for integer value is too complicated"
8260 msgid "initializer for floating value is not a floating constant"
8265 msgid "unknown set constructor type"
8266 msgstr "Äåí åßíáé äõíáôüí íá âñåèåß ï ôýðïò ôïõ åðåîåñãáóôÞ."
8270 msgid "invalid initial value for member `%s'"
8271 msgstr "ìç Ýãêõñïò áñéèìüò ðåäßïõ: `%s'"
8273 #: varasm.c:4480 varasm.c:4523
8275 msgid "weak declaration of `%s' must precede definition"
8280 msgid "weak declaration of `%s' after first use results in unspecified behavior"
8281 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
8285 msgid "weak declaration of `%s' must be public"
8290 msgid "weak declaration of `%s' not supported"
8291 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
8293 #: varasm.c:4557 varasm.c:4632
8294 msgid "only weak aliases are supported in this configuration"
8298 msgid "alias definitions not supported in this configuration; ignored"
8303 msgid "visibility attribute not supported in this configuration; ignored"
8304 msgstr "Ç ïéêïãÝíåéá äéåõèýíóåùí äåí õðïóôçñßæåôáé áðü ôçí ïéêïãÝíåéá ðñùôïêüëëïõ"
8308 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
8311 #. Print an error message for unrecognized stab codes.
8314 msgid "no sclass for %s stab (0x%x)\n"
8317 #: pretty-print.h:97
8319 msgid "#`%s' not supported by %s#"
8320 msgstr "Äåí õðïóôçñßæåôáé"
8323 msgid "The maximum number of instructions in a single function eliglible for inlining"
8327 msgid "The maximuem number of instructions by repeated inlining before gcc starts to throttle inlining"
8331 msgid "The slope of the linear funtion throttling inlining after the recursive inlining limit has been reached is given by the negative reciprocal value of this parameter"
8335 msgid "The number of instructions in a single functions still eligible to inlining after a lot recursive inlining"
8339 msgid "The maximum number of instructions to consider to fill a delay slot"
8343 msgid "The maximum number of instructions to consider to find accurate live register information"
8347 msgid "The maximum length of scheduling's pending operations list"
8351 msgid "The maximum amount of memory to be allocated by GCSE"
8355 msgid "The maximum number of passes to make when doing GCSE"
8359 msgid "The maximum number of instructions to consider to unroll in a loop"
8363 msgid "Select fraction of the maximal count of repetitions of basic block in program given basic block needs to have to be considered hot"
8367 msgid "Select fraction of the maximal frequency of executions of basic block in function given basic block needs to have to be considered hot"
8371 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available"
8375 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available"
8379 msgid "Maximal code growth caused by tail duplication (in percents)"
8383 msgid "Stop reverse growth if the reverse probability of best edge is less than this threshold (in percents)"
8387 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percents). Used when profile feedback is available"
8391 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percents). Used when profile feedback is not available"
8395 msgid "Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap."
8399 msgid "Minimum heap size before we start collecting garbage, in kilobytes."
8402 #: config/darwin-c.c:75
8404 msgid "too many #pragma options align=reset"
8405 msgstr "ÕðåñâïëéêÝò ðáñÜìåôñïé ðïõ äåí åßíáé åðéëïãÝò."
8407 #: config/darwin-c.c:97 config/darwin-c.c:100 config/darwin-c.c:102
8408 #: config/darwin-c.c:104
8410 msgid "malformed '#pragma options', ignoring"
8411 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
8413 #: config/darwin-c.c:107
8414 msgid "junk at end of '#pragma options'"
8417 #: config/darwin-c.c:117
8418 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
8421 #: config/darwin-c.c:130
8422 msgid "missing '(' after '#pragma unused', ignoring"
8425 #: config/darwin-c.c:148
8426 msgid "missing ')' after '#pragma unused', ignoring"
8429 #: config/darwin-c.c:151
8430 msgid "junk at end of '#pragma unused'"
8433 #: config/lynx-ng.h:97 config/lynx.h:121 config/rs6000/lynx.h:100
8434 msgid "-msystem-v and -p are incompatible"
8437 #: config/lynx-ng.h:99 config/lynx.h:123 config/rs6000/lynx.h:102
8438 msgid "-msystem-v and -mthreads are incompatible"
8441 #: config/alpha/alpha.c:342
8443 msgid "-f%s ignored for Unicos/Mk (not supported)"
8444 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
8446 #: config/alpha/alpha.c:366
8448 msgid "-mieee not supported on Unicos/Mk"
8449 msgstr "Ôï servname äåí õðïóôçñßæåôáé áðü ôï ai_socktype"
8451 #: config/alpha/alpha.c:377
8452 msgid "-mieee-with-inexact not supported on Unicos/Mk"
8455 #: config/alpha/alpha.c:394
8457 msgid "bad value `%s' for -mtrap-precision switch"
8460 #: config/alpha/alpha.c:408
8462 msgid "bad value `%s' for -mfp-rounding-mode switch"
8465 #: config/alpha/alpha.c:423
8467 msgid "bad value `%s' for -mfp-trap-mode switch"
8470 #: config/alpha/alpha.c:435
8472 msgid "bad value `%s' for -mtls-size switch"
8473 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
8475 #: config/alpha/alpha.c:454 config/alpha/alpha.c:466
8477 msgid "bad value `%s' for -mcpu switch"
8480 #: config/alpha/alpha.c:473
8482 msgid "trap mode not supported on Unicos/Mk"
8483 msgstr "Ôï servname äåí õðïóôçñßæåôáé áðü ôï ai_socktype"
8485 #: config/alpha/alpha.c:480
8486 msgid "fp software completion requires -mtrap-precision=i"
8489 #: config/alpha/alpha.c:496
8491 msgid "rounding mode not supported for VAX floats"
8492 msgstr "Ôï servname äåí õðïóôçñßæåôáé áðü ôï ai_socktype"
8494 #: config/alpha/alpha.c:501
8496 msgid "trap mode not supported for VAX floats"
8497 msgstr "Ôï servname äåí õðïóôçñßæåôáé áðü ôï ai_socktype"
8499 #: config/alpha/alpha.c:530
8501 msgid "L%d cache latency unknown for %s"
8504 #: config/alpha/alpha.c:545
8506 msgid "bad value `%s' for -mmemory-latency"
8509 #: config/alpha/alpha.c:5604 config/m88k/m88k.c:2889 config/romp/romp.c:754
8510 #: config/romp/romp.c:761
8512 msgid "invalid %%H value"
8513 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8515 #: config/alpha/alpha.c:5625
8517 msgid "invalid %%J value"
8518 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8520 #: config/alpha/alpha.c:5641 config/ia64/ia64.c:3834 config/m88k/m88k.c:3034
8522 msgid "invalid %%r value"
8523 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8525 #: config/alpha/alpha.c:5651 config/rs6000/rs6000.c:7700
8527 msgid "invalid %%R value"
8528 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8530 #: config/alpha/alpha.c:5657 config/rs6000/rs6000.c:7626
8532 msgid "invalid %%N value"
8533 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8535 #: config/alpha/alpha.c:5665 config/rs6000/rs6000.c:7654
8537 msgid "invalid %%P value"
8538 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8540 #: config/alpha/alpha.c:5673 config/m88k/m88k.c:2895 config/romp/romp.c:740
8541 #: config/romp/romp.c:747
8543 msgid "invalid %%h value"
8544 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8546 #: config/alpha/alpha.c:5681 config/romp/romp.c:698
8548 msgid "invalid %%L value"
8549 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8551 #: config/alpha/alpha.c:5720 config/rs6000/rs6000.c:7608
8553 msgid "invalid %%m value"
8554 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8556 #: config/alpha/alpha.c:5728 config/rs6000/rs6000.c:7616
8558 msgid "invalid %%M value"
8559 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8561 #: config/alpha/alpha.c:5772
8563 msgid "invalid %%U value"
8564 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8566 #: config/alpha/alpha.c:5784 config/alpha/alpha.c:5798 config/romp/romp.c:706
8567 #: config/rs6000/rs6000.c:7708
8569 msgid "invalid %%s value"
8570 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8572 #: config/alpha/alpha.c:5821 config/m88k/m88k.c:2997
8574 msgid "invalid %%C value"
8575 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8577 #: config/alpha/alpha.c:5858 config/m88k/m88k.c:3018
8578 #: config/rs6000/rs6000.c:7465
8580 msgid "invalid %%E value"
8581 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8583 #: config/alpha/alpha.c:5883 config/alpha/alpha.c:5933
8585 msgid "unknown relocation unspec"
8586 msgstr "Äåí åßíáé äõíáôüí íá âñåèåß ï ôýðïò ôïõ åðåîåñãáóôÞ."
8588 #: config/alpha/alpha.c:5892 config/romp/romp.c:981
8589 #: config/rs6000/rs6000.c:8015
8591 msgid "invalid %%xn code"
8592 msgstr "ìç Ýãêõñï äéêáßùìá"
8594 #: config/alpha/alpha.c:6615 config/alpha/alpha.c:6618
8595 msgid "bad builtin fcode"
8598 #. Macro to define tables used to set the flags.
8599 #. This is a list in braces of pairs in braces,
8600 #. each pair being { "NAME", VALUE }
8601 #. where VALUE is the bits to set or minus the bits to clear.
8602 #. An empty string NAME is used to identify the default VALUE.
8603 #: config/alpha/alpha.h:279 config/i386/i386.h:294 config/i386/i386.h:296
8604 #: config/i386/i386.h:298 config/ns32k/ns32k.h:140 config/rs6000/rs6000.h:292
8605 #: config/s390/s390.h:68 config/sparc/sparc.h:522 config/sparc/sparc.h:527
8606 msgid "Use hardware fp"
8609 #: config/alpha/alpha.h:280 config/i386/i386.h:295 config/i386/i386.h:297
8610 #: config/rs6000/rs6000.h:294 config/sparc/sparc.h:524
8611 #: config/sparc/sparc.h:529
8612 msgid "Do not use hardware fp"
8615 #: config/alpha/alpha.h:281
8616 msgid "Use fp registers"
8619 #: config/alpha/alpha.h:283
8620 msgid "Do not use fp registers"
8623 #: config/alpha/alpha.h:284
8624 msgid "Do not assume GAS"
8627 #: config/alpha/alpha.h:285
8631 #: config/alpha/alpha.h:287
8632 msgid "Request IEEE-conformant math library routines (OSF/1)"
8635 #: config/alpha/alpha.h:289
8636 msgid "Emit IEEE-conformant code, without inexact exceptions"
8639 #: config/alpha/alpha.h:291
8640 msgid "Emit IEEE-conformant code, with inexact exceptions"
8643 #: config/alpha/alpha.h:293
8644 msgid "Do not emit complex integer constants to read-only memory"
8647 #: config/alpha/alpha.h:294
8651 #: config/alpha/alpha.h:295
8652 msgid "Do not use VAX fp"
8655 #: config/alpha/alpha.h:296
8656 msgid "Emit code for the byte/word ISA extension"
8659 #: config/alpha/alpha.h:299
8660 msgid "Emit code for the motion video ISA extension"
8663 #: config/alpha/alpha.h:302
8664 msgid "Emit code for the fp move and sqrt ISA extension"
8667 #: config/alpha/alpha.h:304
8668 msgid "Emit code for the counting ISA extension"
8671 #: config/alpha/alpha.h:307
8672 msgid "Emit code using explicit relocation directives"
8675 #: config/alpha/alpha.h:310
8676 msgid "Emit 16-bit relocations to the small data areas"
8679 #: config/alpha/alpha.h:312
8680 msgid "Emit 32-bit relocations to the small data areas"
8683 #: config/alpha/alpha.h:314
8684 msgid "Emit rdval instead of rduniq for thread pointer"
8689 #. For -mfp-rounding-mode=[n|m|c|d]
8690 #. For -mfp-trap-mode=[n|u|su|sui]
8691 #. For -mtrap-precision=[p|f|i]
8692 #. For -mmemory-latency=
8694 #: config/alpha/alpha.h:343
8695 msgid "Use features of and schedule given CPU"
8698 #: config/alpha/alpha.h:345
8699 msgid "Schedule given CPU"
8702 #: config/alpha/alpha.h:347
8703 msgid "Control the generated fp rounding mode"
8706 #: config/alpha/alpha.h:349
8707 msgid "Control the IEEE trap mode"
8710 #: config/alpha/alpha.h:351
8711 msgid "Control the precision given to fp exceptions"
8714 #: config/alpha/alpha.h:353
8715 msgid "Tune expected memory latency"
8718 #: config/alpha/alpha.h:355 config/ia64/ia64.h:221
8719 msgid "Specify bit size of immediate TLS offsets"
8722 #: config/arc/arc.c:135
8724 msgid "bad value (%s) for -mcpu switch"
8727 #: config/arc/arc.c:362
8729 msgid "argument of `%s' attribute is not a string constant"
8730 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
8732 #: config/arc/arc.c:369
8734 msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
8737 #: config/arc/arc.c:1708 config/m32r/m32r.c:2286
8739 msgid "invalid operand to %%R code"
8740 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8742 #: config/arc/arc.c:1740 config/m32r/m32r.c:2309
8744 msgid "invalid operand to %%H/%%L code"
8745 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8747 #: config/arc/arc.c:1763 config/m32r/m32r.c:2385
8749 msgid "invalid operand to %%U code"
8750 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8752 #: config/arc/arc.c:1774
8754 msgid "invalid operand to %%V code"
8755 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8758 #: config/arc/arc.c:1781 config/m32r/m32r.c:2424 config/sparc/sparc.c:6473
8760 msgid "invalid operand output code"
8761 msgstr "Ìç Ýãêõñïò êþäéêáò áßôçóçò"
8763 #: config/arm/arm.c:459
8765 msgid "switch -mcpu=%s conflicts with -march= switch"
8768 #: config/arm/arm.c:469 config/rs6000/rs6000.c:554 config/sparc/sparc.c:393
8770 msgid "bad value (%s) for %s switch"
8773 #: config/arm/arm.c:605
8774 msgid "target CPU does not support APCS-32"
8777 #: config/arm/arm.c:610
8778 msgid "target CPU does not support APCS-26"
8781 #: config/arm/arm.c:616
8782 msgid "target CPU does not support interworking"
8785 #: config/arm/arm.c:622
8786 msgid "target CPU does not support THUMB instructions"
8789 #: config/arm/arm.c:636
8790 msgid "enabling backtrace support is only meaningful when compiling for the Thumb"
8793 #: config/arm/arm.c:639
8794 msgid "enabling callee interworking support is only meaningful when compiling for the Thumb"
8797 #: config/arm/arm.c:642
8798 msgid "enabling caller interworking support is only meaningful when compiling for the Thumb"
8801 #: config/arm/arm.c:648
8802 msgid "interworking forces APCS-32 to be used"
8805 #: config/arm/arm.c:654
8806 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8809 #: config/arm/arm.c:662
8810 msgid "-fpic and -mapcs-reent are incompatible"
8813 #: config/arm/arm.c:665
8814 msgid "APCS reentrant code not supported. Ignored"
8817 #: config/arm/arm.c:673
8818 msgid "-g with -mno-apcs-frame may not give sensible debugging"
8821 #: config/arm/arm.c:681
8822 msgid "passing floating point arguments in fp regs not yet supported"
8825 #: config/arm/arm.c:710
8827 msgid "invalid floating point emulation option: -mfpe-%s"
8828 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
8830 #: config/arm/arm.c:734
8831 msgid "structure size boundary can only be set to 8 or 32"
8834 #: config/arm/arm.c:742
8835 msgid "-mpic-register= is useless without -fpic"
8838 #: config/arm/arm.c:749
8840 msgid "unable to use '%s' for PIC register"
8843 #: config/arm/arm.c:2061 config/arm/arm.c:2084 config/avr/avr.c:4794
8844 #: config/c4x/c4x.c:4644 config/h8300/h8300.c:3623 config/i386/i386.c:1389
8845 #: config/i386/i386.c:1418 config/m68hc11/m68hc11.c:1216
8846 #: config/mcore/mcore.c:3510 config/ns32k/ns32k.c:1047
8847 #: config/rs6000/rs6000.c:12476 config/sh/sh.c:5678 config/sh/sh.c:5703
8848 #: config/sh/sh.c:5742 config/stormy16/stormy16.c:2026 config/v850/v850.c:2180
8850 msgid "`%s' attribute only applies to functions"
8853 #: config/arm/arm.c:9474
8854 msgid "unable to compute real location of stacked parameter"
8857 #: config/arm/arm.c:10153
8858 msgid "no low registers available for popping high registers"
8861 #: config/arm/arm.c:10404
8862 msgid "interrupt Service Routines cannot be coded in Thumb mode"
8865 #: config/arm/pe.c:168 config/i386/winnt.c:303 config/mcore/mcore.c:3358
8867 msgid "initialized variable `%s' is marked dllimport"
8870 #: config/arm/pe.c:177 config/i386/winnt.c:312
8872 msgid "static variable `%s' is marked dllimport"
8875 #: config/arm/arm.h:416
8876 msgid "Generate APCS conformant stack frames"
8879 #: config/arm/arm.h:419
8880 msgid "Store function names in object code"
8883 #: config/arm/arm.h:423
8884 msgid "Use the 32-bit version of the APCS"
8887 #: config/arm/arm.h:425
8888 msgid "Use the 26-bit version of the APCS"
8891 #: config/arm/arm.h:429
8892 msgid "Pass FP arguments in FP registers"
8895 #: config/arm/arm.h:432
8896 msgid "Generate re-entrant, PIC code"
8899 #: config/arm/arm.h:435
8900 msgid "The MMU will trap on unaligned accesses"
8903 #: config/arm/arm.h:442
8904 msgid "Use library calls to perform FP operations"
8907 #: config/arm/arm.h:444 config/i960/i960.h:281
8908 msgid "Use hardware floating point instructions"
8911 #: config/arm/arm.h:446
8912 msgid "Assume target CPU is configured as big endian"
8915 #: config/arm/arm.h:448
8916 msgid "Assume target CPU is configured as little endian"
8919 #: config/arm/arm.h:450
8920 msgid "Assume big endian bytes, little endian words"
8923 #: config/arm/arm.h:452
8924 msgid "Support calls between Thumb and ARM instruction sets"
8927 #: config/arm/arm.h:455
8928 msgid "Generate a call to abort if a noreturn function returns"
8931 #: config/arm/arm.h:458
8932 msgid "Do not move instructions into a function's prologue"
8935 #: config/arm/arm.h:461
8936 msgid "Do not load the PIC register in function prologues"
8939 #: config/arm/arm.h:464
8940 msgid "Generate call insns as indirect calls, if necessary"
8943 #: config/arm/arm.h:467
8944 msgid "Compile for the Thumb not the ARM"
8947 #: config/arm/arm.h:471
8948 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8951 #: config/arm/arm.h:474
8952 msgid "Thumb: Generate (leaf) stack frames even if not needed"
8955 #: config/arm/arm.h:477
8956 msgid "Thumb: Assume non-static functions may be called from ARM code"
8959 #: config/arm/arm.h:481
8960 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8963 #: config/arm/arm.h:491
8964 msgid "Specify the name of the target CPU"
8967 #: config/arm/arm.h:493
8968 msgid "Specify the name of the target architecture"
8971 #: config/arm/arm.h:497
8972 msgid "Specify the version of the floating point emulator"
8975 #: config/arm/arm.h:499
8976 msgid "Specify the minimum bit alignment of structures"
8979 #: config/arm/arm.h:501
8980 msgid "Specify the register to be used for PIC addressing"
8983 #: config/arm/pe.h:65
8984 msgid "Ignore dllimport attribute for functions"
8987 #: config/avr/avr.c:528
8989 msgid "large frame pointer change (%d) with -mtiny-stack"
8992 #: config/avr/avr.c:1135
8993 msgid "bad address, not (reg+disp):"
8996 #: config/avr/avr.c:1143
8997 msgid "internal compiler error. Bad address:"
9000 #: config/avr/avr.c:1156
9001 msgid "internal compiler error. Unknown mode:"
9004 #: config/avr/avr.c:1864 config/avr/avr.c:2576
9006 msgid "invalid insn:"
9007 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
9009 #: config/avr/avr.c:1901 config/avr/avr.c:1987 config/avr/avr.c:2036
9010 #: config/avr/avr.c:2045 config/avr/avr.c:2143 config/avr/avr.c:2315
9011 #: config/avr/avr.c:2613 config/avr/avr.c:2724
9013 msgid "incorrect insn:"
9014 msgstr "ëÜèïò óõíèçìáôéêü"
9016 #: config/avr/avr.c:2064 config/avr/avr.c:2228 config/avr/avr.c:2386
9017 #: config/avr/avr.c:2768
9019 msgid "unknown move insn:"
9020 msgstr "Üãíùóôï óåô `%s'"
9022 #: config/avr/avr.c:3003
9023 msgid "bad shift insn:"
9026 #: config/avr/avr.c:3119 config/avr/avr.c:3549 config/avr/avr.c:3929
9027 msgid "internal compiler error. Incorrect shift:"
9030 #: config/avr/avr.c:4767
9031 msgid "only initialized variables can be placed into program memory area"
9034 #: config/avr/avr.c:4866
9035 msgid "only uninitialized variables can be placed in the .noinit section"
9038 #: config/avr/avr.c:4881
9040 msgid "MCU `%s' supported for assembler only"
9041 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
9043 #: config/avr/avr.h:78
9044 msgid "Assume int to be 8 bit integer"
9047 #: config/avr/avr.h:80
9048 msgid "Change the stack pointer without disabling interrupts"
9051 #: config/avr/avr.h:82
9052 msgid "Use subroutines for function prologue/epilogue"
9055 #: config/avr/avr.h:84
9056 msgid "Change only the low 8 bits of the stack pointer"
9059 #: config/avr/avr.h:86
9060 msgid "Do not generate tablejump insns"
9063 #: config/avr/avr.h:88
9064 msgid "Use rjmp/rcall (limited range) on >8K devices"
9067 #: config/avr/avr.h:91
9068 msgid "Output instruction sizes to the asm file"
9071 #: config/avr/avr.h:108
9072 msgid "Specify the initial stack address"
9075 #: config/avr/avr.h:109
9077 msgid "Specify the MCU name"
9078 msgstr "Ïñéóìüò ïíüìáôïò ðñïãñÜììáôïò"
9080 #. `GIV_SORT_CRITERION(GIV1, GIV2)'
9081 #. In some cases, the strength reduction optimization pass can
9082 #. produce better code if this is defined. This macro controls the
9083 #. order that induction variables are combined. This macro is
9084 #. particularly useful if the target has limited addressing modes.
9085 #. For instance, the SH target has only positive offsets in
9086 #. addresses. Thus sorting to put the smallest address first allows
9087 #. the most combinations to be found.
9088 #: config/avr/avr.h:2450
9090 msgid "trampolines not supported"
9091 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
9093 #: config/c4x/c4x-c.c:69
9095 msgid "missing '(' after '#pragma %s' - ignored"
9098 #: config/c4x/c4x-c.c:72
9100 msgid "missing function name in '#pragma %s' - ignored"
9103 #: config/c4x/c4x-c.c:77
9105 msgid "malformed '#pragma %s' - ignored"
9106 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
9108 #: config/c4x/c4x-c.c:79
9110 msgid "missing section name in '#pragma %s' - ignored"
9113 #: config/c4x/c4x-c.c:84
9115 msgid "missing ')' for '#pragma %s' - ignored"
9118 #: config/c4x/c4x-c.c:87
9120 msgid "junk at end of '#pragma %s'"
9123 #: config/c4x/c4x.c:280
9125 msgid "unknown CPU version %d, using 40.\n"
9128 #: config/c4x/c4x.c:853
9130 msgid "ISR %s requires %d words of local vars, max is 32767"
9133 #: config/c4x/c4x.c:1602
9134 msgid "using CONST_DOUBLE for address"
9137 #: config/c4x/c4x.c:1742
9138 msgid "c4x_address_cost: Invalid addressing mode"
9141 #: config/c4x/c4x.c:1884
9143 msgid "c4x_print_operand: %%L inconsistency"
9146 #: config/c4x/c4x.c:1890
9148 msgid "c4x_print_operand: %%N inconsistency"
9151 #: config/c4x/c4x.c:1931
9153 msgid "c4x_print_operand: %%O inconsistency"
9156 #: config/c4x/c4x.c:2026
9157 msgid "c4x_print_operand: Bad operand case"
9160 #: config/c4x/c4x.c:2069
9161 msgid "c4x_print_operand_address: Bad post_modify"
9164 #: config/c4x/c4x.c:2091
9165 msgid "c4x_print_operand_address: Bad pre_modify"
9168 #: config/c4x/c4x.c:2139 config/c4x/c4x.c:2151 config/c4x/c4x.c:2166
9169 msgid "c4x_print_operand_address: Bad operand case"
9172 #: config/c4x/c4x.c:2422
9173 msgid "c4x_rptb_insert: Cannot find start label"
9176 #: config/c4x/c4x.c:3409 config/c4x/c4x.c:3429
9178 msgid "mode not QImode"
9179 msgstr "íåá_êáôÜóôáóç: êáôÜóôáóç ëåéôïõñãßáò\n"
9181 #: config/c4x/c4x.c:3514
9183 msgid "invalid indirect memory address"
9184 msgstr "ìç Ýãêõñïò ÷ñüíïò ëÞîçò"
9186 #: config/c4x/c4x.c:3603
9187 msgid "invalid indirect (S) memory address"
9190 #: config/c4x/c4x.c:3944
9191 msgid "c4x_valid_operands: Internal error"
9194 #: config/c4x/c4x.c:4424
9195 msgid "c4x_operand_subword: invalid mode"
9198 #: config/c4x/c4x.c:4427
9199 msgid "c4x_operand_subword: invalid operand"
9202 #. We could handle these with some difficulty.
9203 #. e.g., *p-- => *(p-=2); *(p+1).
9204 #: config/c4x/c4x.c:4453
9205 msgid "c4x_operand_subword: invalid autoincrement"
9208 #: config/c4x/c4x.c:4459
9209 msgid "c4x_operand_subword: invalid address"
9212 #: config/c4x/c4x.c:4470
9213 msgid "c4x_operand_subword: address not offsettable"
9216 #: config/c4x/c4x.c:4670
9217 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
9220 #. Name of the c4x assembler.
9221 #. Name of the c4x linker.
9222 #. Define assembler options.
9223 #. Define linker options.
9224 #. Specify the end file to link with.
9225 #. Target compilation option flags.
9226 #. Small memory model.
9227 #. Use 24-bit MPYI for C3x.
9228 #. Fast fixing of floats.
9229 #. Allow use of RPTS.
9231 #. Be compatible with TI assembler.
9232 #. Be paranoid about DP reg. in ISRs.
9233 #. Pass arguments on stack.
9234 #. Enable features under development.
9235 #. Enable repeat block.
9236 #. Use BK as general register.
9237 #. Use decrement and branch for C3x.
9238 #. Enable debugging of GCC.
9239 #. Force constants into registers.
9240 #. Allow unsigned loop counters.
9241 #. Force op0 and op1 to be same.
9242 #. Save all 40 bits for floats.
9243 #. Allow parallel insns.
9244 #. Allow MPY||ADD, MPY||SUB insns.
9245 #. Assume mem refs possibly aliased.
9252 #. Run-time compilation parameters selecting different hardware subsets.
9254 #. Macro to define tables used to set the flags.
9255 #. This is a list in braces of triplets in braces,
9256 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
9257 #. where VALUE is the bits to set or minus the bits to clear.
9258 #. An empty string NAME is used to identify the default VALUE.
9259 #: config/c4x/c4x.h:170
9260 msgid "Small memory model"
9263 #: config/c4x/c4x.h:172
9264 msgid "Big memory model"
9267 #: config/c4x/c4x.h:174
9268 msgid "Use MPYI instruction for C3x"
9271 #: config/c4x/c4x.h:176
9272 msgid "Do not use MPYI instruction for C3x"
9275 #: config/c4x/c4x.h:178
9276 msgid "Use fast but approximate float to integer conversion"
9279 #: config/c4x/c4x.h:180
9280 msgid "Use slow but accurate float to integer conversion"
9283 #: config/c4x/c4x.h:182
9284 msgid "Enable use of RTPS instruction"
9287 #: config/c4x/c4x.h:184
9288 msgid "Disable use of RTPS instruction"
9291 #: config/c4x/c4x.h:186
9292 msgid "Enable use of RTPB instruction"
9295 #: config/c4x/c4x.h:188
9296 msgid "Disable use of RTPB instruction"
9299 #: config/c4x/c4x.h:190
9300 msgid "Generate code for C30 CPU"
9303 #: config/c4x/c4x.h:192
9304 msgid "Generate code for C31 CPU"
9307 #: config/c4x/c4x.h:194
9308 msgid "Generate code for C32 CPU"
9311 #: config/c4x/c4x.h:196
9312 msgid "Generate code for C33 CPU"
9315 #: config/c4x/c4x.h:198
9316 msgid "Generate code for C40 CPU"
9319 #: config/c4x/c4x.h:200
9320 msgid "Generate code for C44 CPU"
9323 #: config/c4x/c4x.h:202
9324 msgid "Emit code compatible with TI tools"
9327 #: config/c4x/c4x.h:204
9328 msgid "Emit code to use GAS extensions"
9331 #: config/c4x/c4x.h:206 config/c4x/c4x.h:210
9332 msgid "Save DP across ISR in small memory model"
9335 #: config/c4x/c4x.h:208 config/c4x/c4x.h:212
9336 msgid "Don't save DP across ISR in small memory model"
9339 #: config/c4x/c4x.h:214
9340 msgid "Pass arguments on the stack"
9343 #: config/c4x/c4x.h:216
9344 msgid "Pass arguments in registers"
9347 #: config/c4x/c4x.h:218
9348 msgid "Enable new features under development"
9351 #: config/c4x/c4x.h:220
9352 msgid "Disable new features under development"
9355 #: config/c4x/c4x.h:222
9356 msgid "Use the BK register as a general purpose register"
9359 #: config/c4x/c4x.h:224
9361 msgid "Do not allocate BK register"
9362 msgstr "Äåí åßíáé äõíáôü íá äåóìåõôåß ìíÞìç"
9364 #: config/c4x/c4x.h:226
9365 msgid "Enable use of DB instruction"
9368 #: config/c4x/c4x.h:228
9369 msgid "Disable use of DB instruction"
9372 #: config/c4x/c4x.h:230
9373 msgid "Enable debugging"
9376 #: config/c4x/c4x.h:232
9377 msgid "Disable debugging"
9380 #: config/c4x/c4x.h:234
9381 msgid "Force constants into registers to improve hoisting"
9384 #: config/c4x/c4x.h:236
9385 msgid "Don't force constants into registers"
9388 #: config/c4x/c4x.h:238
9389 msgid "Force RTL generation to emit valid 3 operand insns"
9392 #: config/c4x/c4x.h:240
9393 msgid "Allow RTL generation to emit invalid 3 operand insns"
9396 #: config/c4x/c4x.h:242
9397 msgid "Allow unsigned interation counts for RPTB/DB"
9400 #: config/c4x/c4x.h:244
9401 msgid "Disallow unsigned iteration counts for RPTB/DB"
9404 #: config/c4x/c4x.h:246
9405 msgid "Preserve all 40 bits of FP reg across call"
9408 #: config/c4x/c4x.h:248
9409 msgid "Only preserve 32 bits of FP reg across call"
9412 #: config/c4x/c4x.h:250
9414 msgid "Enable parallel instructions"
9415 msgstr "ÁêáôÜëëçëç åíôïëÞ"
9417 #: config/c4x/c4x.h:252
9419 msgid "Disable parallel instructions"
9420 msgstr "ÁêáôÜëëçëç åíôïëÞ"
9422 #: config/c4x/c4x.h:254
9423 msgid "Enable MPY||ADD and MPY||SUB instructions"
9426 #: config/c4x/c4x.h:256
9427 msgid "Disable MPY||ADD and MPY||SUB instructions"
9430 #: config/c4x/c4x.h:258
9431 msgid "Assume that pointers may be aliased"
9434 #: config/c4x/c4x.h:260
9435 msgid "Assume that pointers not aliased"
9438 #: config/c4x/c4x.h:333
9439 msgid "Specify maximum number of iterations for RPTS"
9442 #: config/c4x/c4x.h:335
9443 msgid "Select CPU to generate code for"
9446 #: config/cris/cris.c:583
9447 msgid "unexpected index-type in cris_print_index"
9450 #: config/cris/cris.c:599
9451 msgid "unexpected base-type in cris_print_base"
9454 #: config/cris/cris.c:892
9456 msgid "stackframe too big: %d bytes"
9459 #: config/cris/cris.c:1207
9460 msgid "allocated but unused delay list in epilogue"
9463 #: config/cris/cris.c:1217
9464 msgid "unexpected function type needing stack adjustment for __builtin_eh_return"
9467 #: config/cris/cris.c:1296
9469 msgid "invalid operand for 'b' modifier"
9470 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9472 #: config/cris/cris.c:1308
9474 msgid "invalid operand for 'v' modifier"
9475 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9477 #: config/cris/cris.c:1318
9479 msgid "invalid operand for 'P' modifier"
9480 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9482 #: config/cris/cris.c:1325
9484 msgid "invalid operand for 'p' modifier"
9485 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9487 #: config/cris/cris.c:1364
9489 msgid "invalid operand for 'z' modifier"
9490 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9492 #: config/cris/cris.c:1395 config/cris/cris.c:1425
9494 msgid "invalid operand for 'H' modifier"
9495 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9497 #: config/cris/cris.c:1401
9499 msgid "bad register"
9500 msgstr "Äåí åßíáé äõíáôÞ ç êáôá÷þñçóç ôçò õðçñåóßáò"
9502 #: config/cris/cris.c:1439
9504 msgid "invalid operand for 'e' modifier"
9505 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9507 #: config/cris/cris.c:1456
9509 msgid "invalid operand for 'm' modifier"
9510 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9512 #: config/cris/cris.c:1481
9514 msgid "invalid operand for 'A' modifier"
9515 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9517 #: config/cris/cris.c:1489
9519 msgid "invalid operand for 'D' modifier"
9520 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9522 #: config/cris/cris.c:1503
9524 msgid "invalid operand for 'T' modifier"
9525 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9527 #: config/cris/cris.c:1512
9529 msgid "invalid operand modifier letter"
9530 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9532 #: config/cris/cris.c:1520
9534 msgid "internal error: bad register: %d"
9535 msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
9537 #: config/cris/cris.c:1568
9538 msgid "unexpected multiplicative operand"
9541 #: config/cris/cris.c:1588
9543 msgid "unexpected operand"
9544 msgstr "Ìç ïñéóìÝíï üíïìá %s"
9546 # src/request.c:806 src/request.c:912
9547 #: config/cris/cris.c:1623 config/cris/cris.c:1633
9549 msgid "unrecognized address"
9550 msgstr "Ìç áíáãíùñßóçìï üíïìá åðéöÜíåéáò `%s'"
9552 #: config/cris/cris.c:1989
9553 msgid "internal error: sideeffect-insn affecting main effect"
9556 #. If we get here, the caller got its initial tests wrong.
9557 #: config/cris/cris.c:2276
9558 msgid "internal error: cris_side_effect_mode_ok with bad operands"
9561 #: config/cris/cris.c:2358 config/cris/cris.c:2416
9563 msgid "unrecognized supposed constant"
9564 msgstr "Üãíùóôï ðñüèåìá: %s"
9566 #: config/cris/cris.c:2457
9567 msgid "unrecognized supposed constant in cris_global_pic_symbol"
9570 #: config/cris/cris.c:2476
9572 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
9575 #: config/cris/cris.c:2504
9577 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
9580 #: config/cris/cris.c:2540
9582 msgid "unknown CRIS cpu version specification in -mtune= : %s"
9583 msgstr "ðÜñá ðïëëÝò äçëþóåéò ìåôáôñïðÞò óôçí êáôÜëçîç"
9585 #: config/cris/cris.c:2558
9587 msgid "-fPIC and -fpic are not supported in this configuration"
9588 msgstr "Ç ïéêïãÝíåéá äéåõèýíóåùí äåí õðïóôçñßæåôáé áðü ôçí ïéêïãÝíåéá ðñùôïêüëëïõ"
9590 #: config/cris/cris.c:2574
9591 msgid "that particular -g option is invalid with -maout and -melinux"
9594 #: config/cris/cris.c:2808 config/cris/cris.c:2853
9595 msgid "unexpected side-effects in address"
9598 #. Labels are never marked as global symbols.
9599 #: config/cris/cris.c:2950 config/cris/cris.c:2981
9600 msgid "unexpected PIC symbol"
9603 #: config/cris/cris.c:2954
9604 msgid "PIC register isn't set up"
9607 #: config/cris/cris.c:2967 config/cris/cris.c:3050
9609 msgid "unexpected address expression"
9610 msgstr "Ìç Ýãêõñç ðñïðïñåõüìåíç êáíïíéêÞ Ýêöñáóç"
9612 #: config/cris/cris.c:2985
9613 msgid "emitting PIC operand, but PIC register isn't set up"
9616 #: config/cris/cris.c:2994
9617 msgid "unexpected NOTE as addr_const:"
9620 #: config/cris/aout.h:106
9621 msgid "Compile for the MMU-less Etrax 100-based elinux system"
9624 #: config/cris/aout.h:113
9625 msgid "For elinux, request a specified stack-size for this program"
9628 #. 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.
9629 #: config/cris/cris.h:336
9630 msgid "Compile for ETRAX 4 (CRIS v3)"
9633 #: config/cris/cris.h:341
9634 msgid "Compile for ETRAX 100 (CRIS v8)"
9637 #: config/cris/cris.h:345
9638 msgid "Emit verbose debug information in assembly code"
9641 #: config/cris/cris.h:348
9642 msgid "Do not use condition codes from normal instructions"
9645 #: config/cris/cris.h:352
9646 msgid "Do not emit addressing modes with side-effect assignment"
9649 #: config/cris/cris.h:355
9650 msgid "Do not tune stack alignment"
9653 #: config/cris/cris.h:358
9654 msgid "Do not tune writable data alignment"
9657 #: config/cris/cris.h:361
9658 msgid "Do not tune code and read-only data alignment"
9661 #: config/cris/cris.h:370
9662 msgid "Align code and data to 32 bits"
9665 #: config/cris/cris.h:383
9666 msgid "Don't align items in code or data"
9669 #: config/cris/cris.h:386
9670 msgid "Do not emit function prologue or epilogue"
9673 #. We have to handle this m-option here since we can't wash it off in both CC1_SPEC and CC1PLUS_SPEC.
9674 #: config/cris/cris.h:390
9675 msgid "Use the most feature-enabling options allowed by other options"
9678 #. 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.
9679 #: config/cris/cris.h:396
9680 msgid "Override -mbest-lib-options"
9683 #: config/cris/cris.h:428
9684 msgid "Generate code for the specified chip or CPU version"
9687 #: config/cris/cris.h:430
9688 msgid "Tune alignment for the specified chip or CPU version"
9691 #: config/cris/cris.h:432
9692 msgid "Warn when a stackframe is larger than the specified size"
9696 #: config/cris/cris.h:1019
9697 msgid "no FUNCTION_PROFILER for CRIS"
9700 #: config/cris/linux.h:74
9701 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
9704 #: config/d30v/d30v.c:207
9706 msgid "bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
9709 #: config/d30v/d30v.c:2666
9710 msgid "bad insn to d30v_print_operand_address:"
9713 #: config/d30v/d30v.c:2683 config/d30v/d30v.c:2744 config/d30v/d30v.c:2765
9714 #: config/d30v/d30v.c:2783
9715 msgid "bad insn to d30v_print_operand_memory_reference:"
9718 #: config/d30v/d30v.c:2851
9719 msgid "bad insn to d30v_print_operand, 'f' modifier:"
9722 #: config/d30v/d30v.c:2860
9723 msgid "bad insn to d30v_print_operand, 'A' modifier:"
9726 #: config/d30v/d30v.c:2867
9727 msgid "bad insn to d30v_print_operand, 'M' modifier:"
9730 #: config/d30v/d30v.c:2921
9731 msgid "bad insn to print_operand, 'F' or 'T' modifier:"
9734 #: config/d30v/d30v.c:2932
9735 msgid "bad insn to print_operand, 'B' modifier:"
9738 #: config/d30v/d30v.c:2939
9739 msgid "bad insn to print_operand, 'E' modifier:"
9742 #: config/d30v/d30v.c:2957
9743 msgid "bad insn to print_operand, 'R' modifier:"
9746 #: config/d30v/d30v.c:2966 config/d30v/d30v.c:2974
9747 msgid "bad insn to print_operand, 's' modifier:"
9750 #: config/d30v/d30v.c:3003
9751 msgid "bad insn in d30v_print_operand, 0 case"
9754 #: config/d30v/d30v.c:3301
9755 msgid "d30v_emit_comparison"
9758 #: config/d30v/d30v.c:3345
9759 msgid "bad call to d30v_move_2words"
9762 #: config/d30v/d30v.h:114
9763 msgid "Enable use of conditional move instructions"
9766 #: config/d30v/d30v.h:117
9767 msgid "Disable use of conditional move instructions"
9770 #: config/d30v/d30v.h:120
9772 msgid "Debug argument support in compiler"
9773 msgstr "%s: ç õðïóôÞñéîç åêóöáëìÜôùóçò äåí Ý÷åé óõìðåñéëçöèåß óôç ìåôáãëþôôéóç.\n"
9775 #: config/d30v/d30v.h:123
9777 msgid "Debug stack support in compiler"
9778 msgstr "%s: ç õðïóôÞñéîç åêóöáëìÜôùóçò äåí Ý÷åé óõìðåñéëçöèåß óôç ìåôáãëþôôéóç.\n"
9780 #: config/d30v/d30v.h:126
9781 msgid "Debug memory address support in compiler"
9784 #: config/d30v/d30v.h:129
9785 msgid "Make adjacent short instructions parallel if possible"
9788 #: config/d30v/d30v.h:132
9789 msgid "Do not make adjacent short instructions parallel"
9792 #: config/d30v/d30v.h:135 config/d30v/d30v.h:138
9793 msgid "Link programs/data to be in external memory by default"
9796 #: config/d30v/d30v.h:141
9797 msgid "Link programs/data to be in onchip memory by default"
9800 #: config/d30v/d30v.h:149
9801 msgid "Change the branch costs within the compiler"
9804 #: config/d30v/d30v.h:152
9805 msgid "Change the threshold for conversion to conditional execution"
9808 #: config/dsp16xx/dsp16xx.c:1446 config/dsp16xx/dsp16xx.c:1469
9809 msgid "stack size > 32k"
9812 #: config/dsp16xx/dsp16xx.c:1678
9814 msgid "invalid addressing mode"
9815 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
9817 #: config/dsp16xx/dsp16xx.c:1821
9819 msgid "bad register extension code"
9820 msgstr "Äåí åßíáé äõíáôÞ ç êáôá÷þñçóç ôçò õðçñåóßáò"
9822 #: config/dsp16xx/dsp16xx.c:1921
9824 msgid "invalid offset in ybase addressing"
9825 msgstr "ìç Ýãêõñïò ÷ñüíïò Ýíáñîçò"
9827 #: config/dsp16xx/dsp16xx.c:1924
9829 msgid "invalid register in ybase addressing"
9830 msgstr "ìç Ýãêõñïò ÷ñüíïò Ýíáñîçò"
9832 #: config/dsp16xx/dsp16xx.c:2099
9833 msgid "invalid shift operator in emit_1600_core_shift"
9836 #: config/dsp16xx/dsp16xx.c:2428
9838 msgid "invalid mode for gen_tst_reg"
9839 msgstr "ìç Ýãêõñç êáôÜóôáóç ãéá ôçí dlopen()"
9841 #: config/dsp16xx/dsp16xx.c:2500
9842 msgid "invalid mode for integer comparison in gen_compare_reg"
9845 #. Macro to define tables used to set the flags.
9846 #. This is a list in braces of pairs in braces,
9847 #. each pair being { "NAME", VALUE }
9848 #. where VALUE is the bits to set or minus the bits to clear.
9849 #. An empty string NAME is used to identify the default VALUE.
9850 #: config/dsp16xx/dsp16xx.h:230
9851 msgid "Pass parameters in registers (default)"
9854 #: config/dsp16xx/dsp16xx.h:232
9855 msgid "Don't pass parameters in registers"
9858 #: config/dsp16xx/dsp16xx.h:234
9860 msgid "Generate code for near calls"
9861 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
9863 #: config/dsp16xx/dsp16xx.h:236
9864 msgid "Don't generate code for near calls"
9867 #: config/dsp16xx/dsp16xx.h:238
9869 msgid "Generate code for near jumps"
9870 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
9872 #: config/dsp16xx/dsp16xx.h:240
9873 msgid "Don't generate code for near jumps"
9876 #: config/dsp16xx/dsp16xx.h:242
9877 msgid "Generate code for a bit-manipulation unit"
9880 #: config/dsp16xx/dsp16xx.h:244
9881 msgid "Don't generate code for a bit-manipulation unit"
9884 #: config/dsp16xx/dsp16xx.h:246
9885 msgid "Generate code for memory map1"
9888 #: config/dsp16xx/dsp16xx.h:248
9889 msgid "Generate code for memory map2"
9892 #: config/dsp16xx/dsp16xx.h:250
9893 msgid "Generate code for memory map3"
9896 #: config/dsp16xx/dsp16xx.h:252
9897 msgid "Generate code for memory map4"
9900 #: config/dsp16xx/dsp16xx.h:254
9901 msgid "Ouput extra code for initialized data"
9904 #: config/dsp16xx/dsp16xx.h:256
9905 msgid "Don't let reg. allocator use ybase registers"
9908 #: config/dsp16xx/dsp16xx.h:258
9909 msgid "Output extra debug info in Luxworks environment"
9912 #: config/dsp16xx/dsp16xx.h:260
9913 msgid "Save temp. files in Luxworks environment"
9916 #: config/dsp16xx/dsp16xx.h:272
9917 msgid "Specify alternate name for text section"
9920 #: config/dsp16xx/dsp16xx.h:274
9921 msgid "Specify alternate name for data section"
9924 #: config/dsp16xx/dsp16xx.h:276
9925 msgid "Specify alternate name for bss section"
9928 #: config/dsp16xx/dsp16xx.h:278
9929 msgid "Specify alternate name for constant section"
9932 #: config/dsp16xx/dsp16xx.h:280
9933 msgid "Specify alternate name for dsp16xx chip"
9936 #. Output assembler code to FILE to increment profiler label # LABELNO
9937 #. for profiling a function entry.
9938 #: config/dsp16xx/dsp16xx.h:1218 config/dsp16xx/dsp16xx.h:1772
9939 #: config/dsp16xx/dsp16xx.h:1777
9941 msgid "profiling not implemented yet"
9942 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
9944 #. Emit RTL insns to initialize the variable parts of a trampoline.
9945 #. FNADDR is an RTX for the address of the function's pure code.
9946 #. CXT is an RTX for the static chain value for the function.
9947 #: config/dsp16xx/dsp16xx.h:1228 config/dsp16xx/dsp16xx.h:1240
9949 msgid "trampolines not yet implemented"
9950 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
9952 #: config/fr30/fr30.c:453
9953 msgid "fr30_print_operand_address: unhandled address"
9956 #: config/fr30/fr30.c:480
9958 msgid "fr30_print_operand: unrecognized %%p code"
9961 #: config/fr30/fr30.c:500
9963 msgid "fr30_print_operand: unrecognized %%b code"
9966 #: config/fr30/fr30.c:521
9968 msgid "fr30_print_operand: unrecognized %%B code"
9971 #: config/fr30/fr30.c:529
9973 msgid "fr30_print_operand: invalid operand to %%A code"
9974 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9976 #: config/fr30/fr30.c:546
9978 msgid "fr30_print_operand: invalid %%x code"
9979 msgstr "ìç Ýãêõñï äéêáßùìá"
9981 #: config/fr30/fr30.c:553
9983 msgid "fr30_print_operand: invalid %%F code"
9986 #: config/fr30/fr30.c:570
9987 msgid "fr30_print_operand: unknown code"
9990 #: config/fr30/fr30.c:599 config/fr30/fr30.c:608 config/fr30/fr30.c:619
9991 #: config/fr30/fr30.c:632
9992 msgid "fr30_print_operand: unhandled MEM"
9995 #: config/fr30/fr30.h:63
9996 msgid "Assume small address space"
9999 #: config/frv/frv.c:410 config/frv/frv.c:428
10001 msgid "Unknown cpu: -mcpu=%s"
10004 #: config/frv/frv.c:451
10005 msgid "-fpic and -gdwarf are incompatible (-fpic and -g/-gdwarf-2 are fine)"
10008 #: config/frv/frv.c:2520
10009 msgid "Bad insn to frv_print_operand_address:"
10012 #: config/frv/frv.c:2533
10013 msgid "Bad register to frv_print_operand_memory_reference_reg:"
10016 #: config/frv/frv.c:2574 config/frv/frv.c:2584 config/frv/frv.c:2593
10017 #: config/frv/frv.c:2621 config/frv/frv.c:2633 config/frv/frv.c:2637
10018 msgid "Bad insn to frv_print_operand_memory_reference:"
10021 #: config/frv/frv.c:2779
10022 msgid "Bad insn in frv_print_operand, bad const_double"
10025 #: config/frv/frv.c:2824
10027 msgid "Bad insn to frv_print_operand, 'C' modifier:"
10028 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10030 #: config/frv/frv.c:2847
10032 msgid "Bad insn to frv_print_operand, 'c' modifier:"
10033 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10035 #: config/frv/frv.c:2872
10037 msgid "Bad insn to frv_print_operand, 'e' modifier:"
10038 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10040 #: config/frv/frv.c:2880
10042 msgid "Bad insn to frv_print_operand, 'F' modifier:"
10043 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10045 #: config/frv/frv.c:2896
10047 msgid "Bad insn to frv_print_operand, 'f' modifier:"
10048 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10050 #: config/frv/frv.c:2949
10052 msgid "Bad insn to frv_print_operand, 'L' modifier:"
10053 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10055 #: config/frv/frv.c:2962
10056 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
10059 #: config/frv/frv.c:2983
10061 msgid "Bad insn to frv_print_operand, 'O' modifier:"
10062 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10064 #: config/frv/frv.c:3001
10065 msgid "Bad insn to frv_print_operand, P modifier:"
10068 #: config/frv/frv.c:3021
10069 msgid "Bad insn in frv_print_operand, z case"
10072 #: config/frv/frv.c:3049
10073 msgid "Bad insn in frv_print_operand, 0 case"
10076 #: config/frv/frv.c:3054
10078 msgid "frv_print_operand: unknown code"
10079 msgstr "ìç Ýãêõñï äéêáßùìá"
10081 #: config/frv/frv.c:5737
10083 msgid "Bad output_move_single operand"
10084 msgstr "áñ÷åßï åîüäïõ"
10086 #: config/frv/frv.c:5866
10087 msgid "Bad output_move_double operand"
10090 #: config/frv/frv.c:6010
10092 msgid "Bad output_condmove_single operand"
10093 msgstr "áñ÷åßï åîüäïõ"
10095 #: config/frv/frv.c:8315
10096 msgid "frv_registers_update"
10099 #: config/frv/frv.c:8475
10100 msgid "frv_registers_used_p"
10103 #: config/frv/frv.c:8604
10104 msgid "frv_registers_set_p"
10107 #: config/frv/frv.c:9171
10109 msgid "accumulator is not a constant integer"
10110 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
10112 #: config/frv/frv.c:9176
10113 msgid "accumulator number is out of bounds"
10116 #: config/frv/frv.c:9187
10118 msgid "inappropriate accumulator for `%s'"
10121 #: config/frv/frv.c:9253
10123 msgid "`%s' expects a constant argument"
10126 #: config/frv/frv.c:9258
10128 msgid "constant argument out of range for `%s'"
10129 msgstr "ðÜñá ðïëëÜ ïñßóìáôá óôç ñïõôßíá `%s'"
10131 #: config/frv/frv.c:9638
10132 msgid "media functions are not available unless -mmedia is used"
10135 #: config/frv/frv.c:9650
10136 msgid "this media function is only available on the fr500"
10139 #: config/frv/frv.c:9678
10140 msgid "this media function is only available on the fr400"
10143 #. This macro is a C statement to print on `stderr' a string describing the
10144 #. particular machine description choice. Every machine description should
10145 #. define `TARGET_VERSION'. For example:
10148 #. #define TARGET_VERSION fprintf (stderr, " (68k, Motorola syntax)");
10150 #. #define TARGET_VERSION fprintf (stderr, " (68k, MIT syntax)");
10152 #: config/frv/frv.h:512
10156 #: config/h8300/h8300.c:314
10157 msgid "-ms2600 is used without -ms"
10160 #: config/h8300/h8300.c:320
10161 msgid "-mn is used without -mh or -ms"
10164 #. Macro to define tables used to set the flags.
10165 #. This is a list in braces of pairs in braces,
10166 #. each pair being { "NAME", VALUE }
10167 #. where VALUE is the bits to set or minus the bits to clear.
10168 #. An empty string NAME is used to identify the default VALUE.
10169 #: config/h8300/h8300.h:150
10170 msgid "Generate H8S code"
10173 #: config/h8300/h8300.h:151
10174 msgid "Do not generate H8S code"
10177 #: config/h8300/h8300.h:152
10178 msgid "Generate H8S/2600 code"
10181 #: config/h8300/h8300.h:153
10182 msgid "Do not generate H8S/2600 code"
10185 #: config/h8300/h8300.h:154
10186 msgid "Make integers 32 bits wide"
10189 #: config/h8300/h8300.h:157
10191 msgid "Use registers for argument passing"
10192 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
10194 #: config/h8300/h8300.h:159
10195 msgid "Do not use registers for argument passing"
10198 #: config/h8300/h8300.h:161
10199 msgid "Consider access to byte sized memory slow"
10202 #: config/h8300/h8300.h:162
10203 msgid "Enable linker relaxing"
10206 #: config/h8300/h8300.h:164
10207 msgid "Generate H8/300H code"
10210 #: config/h8300/h8300.h:165
10212 msgid "Enable the normal mode"
10213 msgstr "ìçäåíéóìÝíç åããñáöÞ êáé ãñÜøéìï ðÜíù óå áõôÞ (truncated)"
10215 #: config/h8300/h8300.h:166
10216 msgid "Do not generate H8/300H code"
10219 #: config/h8300/h8300.h:167
10220 msgid "Use H8/300 alignment rules"
10223 #: config/i370/i370-c.c:53
10224 msgid "junk at end of #pragma map"
10227 #: config/i370/i370-c.c:59
10229 msgid "malformed #pragma map, ignored"
10230 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
10232 #: config/i370/i370.c:915
10233 msgid "real name is too long - alias ignored"
10236 #: config/i370/i370.c:920
10237 msgid "alias name is too long - alias ignored"
10240 #: config/i370/i370.c:1191
10241 msgid "internal error--no jump follows compare:"
10244 #. Macro to define tables used to set the flags. This is a list in braces
10245 #. of pairs in braces, each pair being { "NAME", VALUE }
10246 #. where VALUE is the bits to set or minus the bits to clear.
10247 #. An empty string NAME is used to identify the default VALUE.
10248 #: config/i370/i370.h:75
10250 msgid "Generate char instructions"
10251 msgstr "ÁêáôÜëëçëç åíôïëÞ"
10253 #: config/i370/i370.h:76
10254 msgid "Do not generate char instructions"
10257 #: config/i386/i386.c:1043
10259 msgid "code model %s not supported in PIC mode"
10262 #: config/i386/i386.c:1053 config/sparc/sparc.c:356
10264 msgid "bad value (%s) for -mcmodel= switch"
10267 #: config/i386/i386.c:1068
10269 msgid "bad value (%s) for -masm= switch"
10272 #: config/i386/i386.c:1071
10274 msgid "code model `%s' not supported in the %s bit mode"
10277 #: config/i386/i386.c:1074
10279 msgid "code model `large' not supported yet"
10280 msgstr "åéäéêÜ áñ÷åßá ìðëïê äåí õðïóôçñßæïíôáé"
10282 #: config/i386/i386.c:1076
10284 msgid "%i-bit mode not compiled in"
10285 msgstr "%s: ç õðïóôÞñéîç åêóöáëìÜôùóçò äåí Ý÷åé óõìðåñéëçöèåß óôç ìåôáãëþôôéóç.\n"
10287 #: config/i386/i386.c:1106
10289 msgid "bad value (%s) for -march= switch"
10292 #: config/i386/i386.c:1117
10294 msgid "bad value (%s) for -mcpu= switch"
10297 #: config/i386/i386.c:1134
10299 msgid "-mregparm=%d is not between 0 and %d"
10302 #: config/i386/i386.c:1147
10303 msgid "-malign-loops is obsolete, use -falign-loops"
10306 #: config/i386/i386.c:1152 config/i386/i386.c:1165 config/i386/i386.c:1178
10308 msgid "-malign-loops=%d is not between 0 and %d"
10311 #: config/i386/i386.c:1160
10312 msgid "-malign-jumps is obsolete, use -falign-jumps"
10315 #: config/i386/i386.c:1173
10316 msgid "-malign-functions is obsolete, use -falign-functions"
10319 #: config/i386/i386.c:1211
10321 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
10324 #: config/i386/i386.c:1223
10326 msgid "-mbranch-cost=%d is not between 0 and 5"
10329 #: config/i386/i386.c:1235
10331 msgid "bad value (%s) for -mtls-dialect= switch"
10332 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
10334 #: config/i386/i386.c:1256
10335 msgid "-malign-double makes no sense in the 64bit mode"
10338 #: config/i386/i386.c:1258
10339 msgid "-mrtd calling convention not supported in the 64bit mode"
10342 #: config/i386/i386.c:1274 config/i386/i386.c:1285
10343 msgid "SSE instruction set disabled, using 387 arithmetics"
10346 #: config/i386/i386.c:1290
10347 msgid "387 instruction set disabled, using SSE arithmetics"
10350 #: config/i386/i386.c:1297
10352 msgid "bad value (%s) for -mfpmath= switch"
10355 #: config/i386/i386.c:1429
10357 msgid "`%s' attribute requires an integer constant argument"
10360 #: config/i386/i386.c:1435
10362 msgid "argument to `%s' attribute larger than %d"
10363 msgstr "%s: ïé ôéìÝò ôïõ ðåäßïõ `%s' äåí ðñÝðåé íá åßíáé ìåãáëýôåñåò áðü %d"
10365 #: config/i386/i386.c:6176
10367 msgid "invalid UNSPEC as operand"
10368 msgstr "ìç Ýãêõñç ìåôáôüðéóç UTC"
10370 #: config/i386/i386.c:6438
10371 msgid "extended registers have no high halves"
10374 #: config/i386/i386.c:6453
10375 msgid "unsupported operand size for extended register"
10378 #: config/i386/i386.c:6768
10379 msgid "operand is neither a constant nor a condition code, invalid operand code 'c'"
10382 #: config/i386/i386.c:6814
10384 msgid "invalid operand code `%c'"
10385 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10387 #: config/i386/i386.c:6861
10389 msgid "invalid constraints for operand"
10390 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
10393 #: config/i386/i386.c:11027
10395 msgid "unknown insn mode"
10396 msgstr "Üãíùóôç ìÝèïäïò êáôáëüãùí"
10398 #. @@@ better error message
10399 #: config/i386/i386.c:13083 config/i386/i386.c:13119
10401 msgid "selector must be an immediate"
10402 msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
10404 #. @@@ better error message
10405 #: config/i386/i386.c:13280 config/i386/i386.c:13314
10407 msgid "mask must be an immediate"
10408 msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
10410 #: config/i386/i386.c:13346
10412 msgid "shift must be an immediate"
10413 msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
10415 #: config/i386/winnt.c:105
10417 msgid "`%s' attribute only applies to variables"
10420 #: config/i386/winnt.c:275
10422 msgid "`%s' declared as both exported to and imported from a DLL"
10425 #: config/i386/cygwin.h:45
10426 msgid "Use the Cygwin interface"
10429 #: config/i386/cygwin.h:46
10430 msgid "Use the Mingw32 interface"
10433 #: config/i386/cygwin.h:47
10434 msgid "Create GUI application"
10437 #: config/i386/cygwin.h:48
10438 msgid "Don't set Windows defines"
10441 #: config/i386/cygwin.h:49
10442 msgid "Set Windows defines"
10445 #: config/i386/cygwin.h:50
10446 msgid "Create console application"
10449 #: config/i386/cygwin.h:51 config/i386/win32.h:59
10450 msgid "Generate code for a DLL"
10453 #: config/i386/cygwin.h:53 config/i386/win32.h:61
10454 msgid "Ignore dllimport for functions"
10457 #: config/i386/cygwin.h:55
10458 msgid "Use Mingw-specific thread support"
10461 #: config/i386/cygwin.h:244
10463 msgid "-f%s ignored for target (all code is position independent)"
10466 #: config/i386/djgpp.h:204
10467 msgid "-mbnu210 is ignored (option is obsolete)"
10476 #: config/i386/i386.h:306
10478 msgid "Alternate calling convention"
10479 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
10481 #: config/i386/i386.h:308 config/m68k/m68k.h:180 config/ns32k/ns32k.h:144
10482 msgid "Use normal calling convention"
10485 #: config/i386/i386.h:310
10486 msgid "Align some doubles on dword boundary"
10489 #: config/i386/i386.h:312
10490 msgid "Align doubles on word boundary"
10493 #: config/i386/i386.h:314
10494 msgid "Uninitialized locals in .bss"
10497 #: config/i386/i386.h:316
10498 msgid "Uninitialized locals in .data"
10501 #: config/i386/i386.h:318 config/m68k/linux-aout.h:45 config/m68k/linux.h:50
10502 #: config/ns32k/ns32k.h:167
10503 msgid "Use IEEE math for fp comparisons"
10506 #: config/i386/i386.h:320 config/ns32k/ns32k.h:169
10507 msgid "Do not use IEEE math for fp comparisons"
10510 #: config/i386/i386.h:322
10511 msgid "Return values of functions in FPU registers"
10514 #: config/i386/i386.h:324
10515 msgid "Do not return values of functions in FPU registers"
10518 #: config/i386/i386.h:326
10519 msgid "Do not generate sin, cos, sqrt for FPU"
10522 #: config/i386/i386.h:328
10523 msgid "Generate sin, cos, sqrt for FPU"
10526 #: config/i386/i386.h:330
10527 msgid "Omit the frame pointer in leaf functions"
10530 #: config/i386/i386.h:333
10531 msgid "Enable stack probing"
10536 #: config/i386/i386.h:338
10537 msgid "Align destination of the string operations"
10540 #: config/i386/i386.h:340
10541 msgid "Do not align destination of the string operations"
10544 #: config/i386/i386.h:342
10545 msgid "Inline all known string operations"
10548 #: config/i386/i386.h:344
10549 msgid "Do not inline all known string operations"
10552 #: config/i386/i386.h:346 config/i386/i386.h:350
10553 msgid "Use push instructions to save outgoing arguments"
10556 #: config/i386/i386.h:348 config/i386/i386.h:352
10557 msgid "Do not use push instructions to save outgoing arguments"
10560 #: config/i386/i386.h:354
10561 msgid "Support MMX built-in functions"
10564 #: config/i386/i386.h:356
10565 msgid "Do not support MMX built-in functions"
10568 #: config/i386/i386.h:358
10569 msgid "Support 3DNow! built-in functions"
10572 #: config/i386/i386.h:360
10573 msgid "Do not support 3DNow! built-in functions"
10576 #: config/i386/i386.h:362
10577 msgid "Support MMX and SSE built-in functions and code generation"
10580 #: config/i386/i386.h:364
10581 msgid "Do not support MMX and SSE built-in functions and code generation"
10584 #: config/i386/i386.h:366
10585 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
10588 #: config/i386/i386.h:368
10589 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
10592 #: config/i386/i386.h:370
10593 msgid "sizeof(long double) is 16"
10596 #: config/i386/i386.h:372
10597 msgid "sizeof(long double) is 12"
10600 #: config/i386/i386.h:374
10601 msgid "Generate 64bit x86-64 code"
10604 #: config/i386/i386.h:376
10605 msgid "Generate 32bit i386 code"
10608 #: config/i386/i386.h:378
10609 msgid "Use red-zone in the x86-64 code"
10612 #: config/i386/i386.h:380
10613 msgid "Do not use red-zone in the x86-64 code"
10616 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10617 #. command options that have values. Its definition is an
10618 #. initializer with a subgrouping for each command option.
10620 #. Each subgrouping contains a string constant, that defines the
10621 #. fixed part of the option name, and the address of a variable. The
10622 #. variable, type `char *', is set to the variable part of the given
10623 #. option if the fixed part matches. The actual option name is made
10624 #. by appending `-m' to the specified name.
10625 #: config/i386/i386.h:409 config/rs6000/rs6000.h:393 config/sparc/sparc.h:635
10626 msgid "Schedule code for given CPU"
10629 #: config/i386/i386.h:411
10630 msgid "Generate floating point mathematics using given instruction set"
10633 #: config/i386/i386.h:413
10634 msgid "Generate code for given CPU"
10637 #: config/i386/i386.h:415
10638 msgid "Number of registers used to pass integer arguments"
10641 #. TARGET_DEFAULT is defined in sun*.h and isi.h, etc.
10642 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10643 #. command options that have values. Its definition is an
10644 #. initializer with a subgrouping for each command option.
10646 #. Each subgrouping contains a string constant, that defines the
10647 #. fixed part of the option name, and the address of a variable. The
10648 #. variable, type `char *', is set to the variable part of the given
10649 #. option if the fixed part matches. The actual option name is made
10650 #. by appending `-m' to the specified name.
10651 #: config/i386/i386.h:417 config/m68k/m68k.h:263
10652 msgid "Loop code aligned to this power of 2"
10655 #: config/i386/i386.h:419 config/m68k/m68k.h:265
10656 msgid "Jump targets are aligned to this power of 2"
10659 #: config/i386/i386.h:421 config/m68k/m68k.h:267
10660 msgid "Function starts are aligned to this power of 2"
10663 #: config/i386/i386.h:424
10664 msgid "Attempt to keep stack aligned to this power of 2"
10667 #: config/i386/i386.h:426
10668 msgid "Branches are this expensive (1-5, arbitrary units)"
10671 #: config/i386/i386.h:428
10672 msgid "Use given x86-64 code model"
10677 #: config/i386/i386.h:434
10678 msgid "Use given assembler dialect"
10681 #: config/i386/i386.h:436
10682 msgid "Use given thread-local storage dialect"
10685 #: config/i386/sco5.h:700
10686 msgid "Generate ELF output"
10689 #: config/i386/win32.h:53
10690 msgid "Use Mingw32 interface"
10693 #: config/i386/win32.h:55
10694 msgid "Use Cygwin interface"
10697 #: config/i386/win32.h:57
10698 msgid "Use bare Windows interface"
10701 #. 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.
10702 #. 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.
10703 #: config/i386/xm-djgpp.h:71
10704 msgid "environment variable DJGPP not defined"
10707 #: config/i386/xm-djgpp.h:73
10709 msgid "environment variable DJGPP points to missing file '%s'"
10712 #: config/i386/xm-djgpp.h:76
10714 msgid "environment variable DJGPP points to corrupt file '%s'"
10717 #: config/i960/i960-c.c:66
10718 msgid "sorry, not implemented: #pragma align NAME=SIZE"
10721 #: config/i960/i960-c.c:71
10723 msgid "malformed #pragma align - ignored"
10724 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
10726 #: config/i960/i960-c.c:109
10727 msgid "sorry, not implemented: #pragma noalign NAME"
10730 #: config/i960/i960.c:121 config/i960/i960.c:131
10731 msgid "conflicting architectures defined - using C series"
10734 #: config/i960/i960.c:126
10735 msgid "conflicting architectures defined - using K series"
10738 #: config/i960/i960.c:141
10739 msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
10742 #: config/i960/i960.c:1448 config/m68k/m68k.c:559 config/rs6000/rs6000.c:9931
10744 msgid "stack limit expression is not supported"
10745 msgstr "åéäéêÜ áñ÷åßá ìðëïê äåí õðïóôçñßæïíôáé"
10747 #. Macro to define tables used to set the flags.
10748 #. This is a list in braces of pairs in braces,
10749 #. each pair being { "NAME", VALUE }
10750 #. where VALUE is the bits to set or minus the bits to clear.
10751 #. An empty string NAME is used to identify the default VALUE.
10752 #. ??? Not all ten of these architecture variations actually exist, but I
10753 #. am not sure which are real and which aren't.
10754 #: config/i960/i960.h:240
10755 msgid "Generate SA code"
10758 #: config/i960/i960.h:243
10759 msgid "Generate SB code"
10762 #. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate SC code")},
10763 #: config/i960/i960.h:248
10764 msgid "Generate KA code"
10767 #: config/i960/i960.h:251
10768 msgid "Generate KB code"
10771 #. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate KC code")},
10772 #: config/i960/i960.h:256
10773 msgid "Generate JA code"
10776 #: config/i960/i960.h:258
10777 msgid "Generate JD code"
10780 #: config/i960/i960.h:261
10781 msgid "Generate JF code"
10784 #: config/i960/i960.h:263
10785 msgid "generate RP code"
10788 #: config/i960/i960.h:266
10789 msgid "Generate MC code"
10792 #: config/i960/i960.h:269
10793 msgid "Generate CA code"
10796 #. {"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")},
10797 #: config/i960/i960.h:279
10798 msgid "Generate CF code"
10801 #: config/i960/i960.h:283 config/mips/mips.h:568 config/pa/pa.h:252
10802 msgid "Use software floating point"
10805 #: config/i960/i960.h:285
10806 msgid "Use alternate leaf function entries"
10809 #: config/i960/i960.h:287
10810 msgid "Do not use alternate leaf function entries"
10813 #: config/i960/i960.h:289
10814 msgid "Perform tail call optimization"
10817 #: config/i960/i960.h:291
10818 msgid "Do not perform tail call optimization"
10821 #: config/i960/i960.h:293
10822 msgid "Use complex addressing modes"
10825 #: config/i960/i960.h:295
10827 msgid "Do not use complex addressing modes"
10828 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
10830 #: config/i960/i960.h:297
10831 msgid "Align code to 8 byte boundary"
10834 #: config/i960/i960.h:299
10835 msgid "Do not align code to 8 byte boundary"
10838 #. {"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")},
10839 #: config/i960/i960.h:305 config/i960/i960.h:307
10840 msgid "Enable compatibility with iC960 v2.0"
10843 #: config/i960/i960.h:309
10844 msgid "Enable compatibility with iC960 v3.0"
10847 #: config/i960/i960.h:311 config/i960/i960.h:313
10848 msgid "Enable compatibility with ic960 assembler"
10851 #: config/i960/i960.h:315
10852 msgid "Do not permit unaligned accesses"
10855 #: config/i960/i960.h:317
10856 msgid "Permit unaligned accesses"
10859 #: config/i960/i960.h:319
10860 msgid "Layout types like Intel's v1.3 gcc"
10863 #: config/i960/i960.h:321
10864 msgid "Do not layout types like Intel's v1.3 gcc"
10867 #: config/i960/i960.h:323 config/sparc/freebsd.h:79 config/sparc/linux.h:86
10868 #: config/sparc/linux64.h:88 config/sparc/netbsd-elf.h:238
10869 msgid "Use 64 bit long doubles"
10872 #: config/i960/i960.h:325
10873 msgid "Enable linker relaxation"
10876 #: config/i960/i960.h:327
10877 msgid "Do not enable linker relaxation"
10880 # src/dfa.c:569 src/dfa.c:583 src/dfa.c:587
10881 # src/dfa.c:577 src/dfa.c:591 src/dfa.c:595
10882 #: config/ia64/ia64-c.c:50
10884 msgid "malformed #pragma builtin"
10885 msgstr "êáêïó÷çìáôéóìÝíïò ìåôñçôÞò åðáíÜëçøçò"
10887 #: config/ia64/ia64.c:3879
10888 msgid "ia64_print_operand: unknown code"
10891 #: config/ia64/ia64.c:4157
10892 msgid "value of -mfixed-range must have form REG1-REG2"
10895 #: config/ia64/ia64.c:4184
10897 msgid "%s-%s is an empty range"
10900 #: config/ia64/ia64.c:4215
10901 msgid "cannot optimize floating point division for both latency and throughput"
10904 #: config/ia64/ia64.c:4221
10905 msgid "cannot optimize integer division for both latency and throughput"
10908 #: config/ia64/ia64.c:4233
10910 msgid "bad value (%s) for -mtls-size= switch"
10911 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
10913 #. This macro defines names of command options to set and clear bits in
10914 #. `target_flags'. Its definition is an initializer with a subgrouping for
10915 #. each command option.
10916 #: config/ia64/ia64.h:150
10917 msgid "Generate big endian code"
10920 #: config/ia64/ia64.h:152 config/mcore/mcore.h:159
10921 msgid "Generate little endian code"
10924 #: config/ia64/ia64.h:154
10925 msgid "Generate code for GNU as"
10928 #: config/ia64/ia64.h:156
10929 msgid "Generate code for Intel as"
10932 #: config/ia64/ia64.h:158
10933 msgid "Generate code for GNU ld"
10936 #: config/ia64/ia64.h:160
10937 msgid "Generate code for Intel ld"
10940 #: config/ia64/ia64.h:162
10941 msgid "Generate code without GP reg"
10944 #: config/ia64/ia64.h:164
10945 msgid "Emit stop bits before and after volatile extended asms"
10948 #: config/ia64/ia64.h:166
10949 msgid "Don't emit stop bits before and after volatile extended asms"
10952 #: config/ia64/ia64.h:168
10953 msgid "Emit code for Itanium (TM) processor B step"
10956 #: config/ia64/ia64.h:170
10957 msgid "Use in/loc/out register names"
10960 #: config/ia64/ia64.h:172
10961 msgid "Disable use of sdata/scommon/sbss"
10964 #: config/ia64/ia64.h:174
10965 msgid "Enable use of sdata/scommon/sbss"
10968 #: config/ia64/ia64.h:176
10969 msgid "gp is constant (but save/restore gp on indirect calls)"
10972 #: config/ia64/ia64.h:178
10973 msgid "Generate self-relocatable code"
10976 #: config/ia64/ia64.h:180
10977 msgid "Generate inline floating point division, optimize for latency"
10980 #: config/ia64/ia64.h:182
10981 msgid "Generate inline floating point division, optimize for throughput"
10984 #: config/ia64/ia64.h:184
10985 msgid "Generate inline integer division, optimize for latency"
10988 #: config/ia64/ia64.h:186
10989 msgid "Generate inline integer division, optimize for throughput"
10992 #: config/ia64/ia64.h:188
10993 msgid "Enable Dwarf 2 line debug info via GNU as"
10996 #: config/ia64/ia64.h:190
10997 msgid "Disable Dwarf 2 line debug info via GNU as"
11000 #: config/ia64/ia64.h:219
11001 msgid "Specify range of registers to make fixed"
11004 #: config/ip2k/ip2k.c:1082
11006 msgid "bad operand"
11007 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11009 #: config/ip2k/ip2k.c:3184
11010 msgid "Only initialized variables can be placed into program memory area."
11013 #: config/m32r/m32r.c:139
11015 msgid "bad value (%s) for -mmodel switch"
11018 #: config/m32r/m32r.c:148
11020 msgid "bad value (%s) for -msdata switch"
11023 #: config/m32r/m32r.c:319
11025 msgid "invalid argument of `%s' attribute"
11026 msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
11028 #: config/m32r/m32r.c:422
11029 msgid "const objects cannot go in .sdata/.sbss"
11032 #: config/m32r/m32r.c:2256
11034 msgid "invalid operand to %%s code"
11035 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
11037 #: config/m32r/m32r.c:2263
11039 msgid "invalid operand to %%p code"
11040 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
11042 #: config/m32r/m32r.c:2318
11043 msgid "bad insn for 'A'"
11046 #: config/m32r/m32r.c:2370
11048 msgid "invalid operand to %%T/%%B code"
11049 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
11051 #: config/m32r/m32r.c:2393
11053 msgid "invalid operand to %%N code"
11054 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
11056 #: config/m32r/m32r.c:2438
11057 msgid "pre-increment address is not a register"
11060 #: config/m32r/m32r.c:2445
11061 msgid "pre-decrement address is not a register"
11064 #: config/m32r/m32r.c:2452
11065 msgid "post-increment address is not a register"
11068 #: config/m32r/m32r.c:2530 config/m32r/m32r.c:2546
11069 #: config/rs6000/rs6000.c:12737
11071 msgid "bad address"
11072 msgstr "ÅóöáëìÝíç äéåýèõíóç"
11074 #: config/m32r/m32r.c:2551
11076 msgid "lo_sum not of register"
11077 msgstr "RPC: Ôï ðñüãñáììá äåí Ý÷åé êáôá÷ùñçèåß"
11079 #. { "relax", TARGET_RELAX_MASK, "" }, { "no-relax", -TARGET_RELAX_MASK, "" },
11080 #: config/m32r/m32r.h:241
11081 msgid "Display compile time statistics"
11084 #: config/m32r/m32r.h:243
11085 msgid "Align all loops to 32 byte boundary"
11088 #: config/m32r/m32r.h:246
11089 msgid "Only issue one instruction per cycle"
11092 #: config/m32r/m32r.h:249
11093 msgid "Prefer branches over conditional execution"
11096 #: config/m32r/m32r.h:265
11097 msgid "Code size: small, medium or large"
11100 #: config/m32r/m32r.h:267
11101 msgid "Small data area: none, sdata, use"
11104 #: config/m68hc11/m68hc11.c:242
11106 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
11109 #. !!!! SCz wrong here.
11110 #: config/m68hc11/m68hc11.c:3252 config/m68hc11/m68hc11.c:3626
11111 msgid "move insn not handled"
11114 #: config/m68hc11/m68hc11.c:3472 config/m68hc11/m68hc11.c:3556
11115 #: config/m68hc11/m68hc11.c:3829
11116 msgid "invalid register in the move instruction"
11119 #: config/m68hc11/m68hc11.c:3506
11121 msgid "invalid operand in the instruction"
11122 msgstr "ìç Ýãêõñç ìÝôñçóç åðáíÜëçøçò `%s' óôç êáôáóêåõÞ [c*n]"
11124 #: config/m68hc11/m68hc11.c:3803
11126 msgid "invalid register in the instruction"
11127 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
11129 #: config/m68hc11/m68hc11.c:3836
11130 msgid "operand 1 must be a hard register"
11133 #: config/m68hc11/m68hc11.c:3853
11135 msgid "invalid rotate insn"
11136 msgstr "Ìç Ýãêõñç çìåñïìçíßá `%s'."
11138 #: config/m68hc11/m68hc11.c:4278
11139 msgid "registers IX, IY and Z used in the same INSN"
11142 #: config/m68hc11/m68hc11.c:4603 config/m68hc11/m68hc11.c:4906
11144 msgid "cannot do z-register replacement"
11145 msgstr "Äåí åßíáé äõíáôÞ ç êáôá÷þñçóç ôçò õðçñåóßáò"
11147 #: config/m68hc11/m68hc11.c:4969
11148 msgid "invalid Z register replacement for insn"
11151 #. Macro to define tables used to set the flags. This is a list in braces of
11152 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
11153 #. to set or minus the bits to clear. An empty string NAME is used to
11154 #. identify the default VALUE.
11155 #: config/m68hc11/m68hc11.h:160
11156 msgid "Compile with 16-bit integer mode"
11159 #: config/m68hc11/m68hc11.h:162
11160 msgid "Compile with 32-bit integer mode"
11163 #: config/m68hc11/m68hc11.h:164
11164 msgid "Auto pre/post decrement increment allowed"
11167 #: config/m68hc11/m68hc11.h:166
11168 msgid "Auto pre/post decrement increment not allowed"
11171 #: config/m68hc11/m68hc11.h:168
11172 msgid "Min/max instructions allowed"
11175 #: config/m68hc11/m68hc11.h:170
11177 msgid "Min/max instructions not allowed"
11178 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
11180 #: config/m68hc11/m68hc11.h:172
11181 msgid "Use call and rtc for function calls and returns"
11184 #: config/m68hc11/m68hc11.h:174
11185 msgid "Use jsr and rts for function calls and returns"
11188 #: config/m68hc11/m68hc11.h:176
11190 msgid "Do not use direct addressing mode for soft registers"
11191 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
11193 #: config/m68hc11/m68hc11.h:178 config/m68hc11/m68hc11.h:182
11194 msgid "Compile for a 68HC11"
11197 #: config/m68hc11/m68hc11.h:180 config/m68hc11/m68hc11.h:184
11198 msgid "Compile for a 68HC12"
11201 #. This macro is similar to `TARGET_SWITCHES' but defines names of
11202 #. command options that have values. Its definition is an
11203 #. initializer with a subgrouping for each command option.
11205 #. Each subgrouping contains a string constant, that defines the
11206 #. fixed part of the option name, and the address of a variable. The
11207 #. variable, type `char *', is set to the variable part of the given
11208 #. option if the fixed part matches. The actual option name is made
11209 #. by appending `-m' to the specified name.
11210 #: config/m68hc11/m68hc11.h:198
11212 msgid "Specify the register allocation order"
11213 msgstr "Áðïôõ÷ßá äÝóìåõóçò ðüñùí óõóôÞìáôïò"
11215 #: config/m68hc11/m68hc11.h:200
11216 msgid "Indicate the number of soft registers available"
11219 #: config/m68k/m68k.c:158
11221 msgid "-malign-loops=%d is not between 1 and %d"
11224 #: config/m68k/m68k.c:169
11226 msgid "-malign-jumps=%d is not between 1 and %d"
11229 #: config/m68k/m68k.c:180
11231 msgid "-malign-functions=%d is not between 1 and %d"
11234 #: config/m68k/m68k.c:189
11235 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
11238 #. Macro to define tables used to set the flags.
11239 #. This is a list in braces of pairs in braces,
11240 #. each pair being { "NAME", VALUE }
11241 #. where VALUE is the bits to set or minus the bits to clear.
11242 #. An empty string NAME is used to identify the default VALUE.
11243 #: config/m68k/m68k.h:162 config/m68k/m68k.h:164
11244 msgid "Generate code for a 68020"
11247 #: config/m68k/m68k.h:169 config/m68k/m68k.h:172
11248 msgid "Generate code for a 68000"
11251 #: config/m68k/m68k.h:174
11252 msgid "Use the bit-field instructions"
11255 #: config/m68k/m68k.h:176
11256 msgid "Do not use the bit-field instructions"
11259 #: config/m68k/m68k.h:178
11260 msgid "Use different calling convention using 'rtd'"
11263 #: config/m68k/m68k.h:182
11264 msgid "Consider type `int' to be 16 bits wide"
11267 #: config/m68k/m68k.h:184
11268 msgid "Consider type `int' to be 32 bits wide"
11271 #: config/m68k/m68k.h:186
11272 msgid "Generate code for a Sun FPA"
11275 #: config/m68k/m68k.h:189
11276 msgid "Do not generate code for a Sun FPA"
11279 #: config/m68k/m68k.h:191 config/m68k/m68k.h:193
11280 msgid "Generate code for a Sun Sky board"
11283 #: config/m68k/m68k.h:195
11284 msgid "Do not use Sky linkage convention"
11287 #: config/m68k/m68k.h:197
11288 msgid "Generate code for a 68881"
11291 #: config/m68k/m68k.h:200
11292 msgid "Generate code with library calls for floating point"
11295 #: config/m68k/m68k.h:202
11296 msgid "Generate code for a 68040, without any new instructions"
11299 #: config/m68k/m68k.h:205
11300 msgid "Generate code for a 68060, without any new instructions"
11303 #: config/m68k/m68k.h:209
11304 msgid "Generate code for a 68030"
11307 #: config/m68k/m68k.h:212
11308 msgid "Generate code for a 68040"
11311 #: config/m68k/m68k.h:216
11312 msgid "Generate code for a 68060"
11315 #: config/m68k/m68k.h:221
11316 msgid "Generate code for a 520X"
11319 #: config/m68k/m68k.h:224
11320 msgid "Generate code for a 68851"
11323 #: config/m68k/m68k.h:226
11324 msgid "Do no generate code for a 68851"
11327 #: config/m68k/m68k.h:229
11328 msgid "Generate code for a 68302"
11331 #: config/m68k/m68k.h:232
11332 msgid "Generate code for a 68332"
11335 #: config/m68k/m68k.h:236
11336 msgid "Generate code for a cpu32"
11339 #: config/m68k/m68k.h:239
11340 msgid "Align variables on a 32-bit boundary"
11343 #: config/m68k/m68k.h:241
11344 msgid "Align variables on a 16-bit boundary"
11347 #: config/m68k/m68k.h:243
11348 msgid "Generate pc-relative code"
11351 #: config/m68k/m68k.h:245
11352 msgid "Do not use unaligned memory references"
11355 #: config/m68k/m68k.h:247
11357 msgid "Use unaligned memory references"
11358 msgstr "Ìç Ýãêõñç ðéóù-ðáñáðïìðÞ"
11360 #: config/m88k/m88k.c:903
11362 msgid "internal gcc monitor: short-branch(%x)"
11365 #: config/m88k/m88k.c:2302
11366 msgid "internal gcc error: Can't express symbolic location"
11369 #: config/m88k/m88k.c:2517
11371 msgid "argument #%d is a structure"
11374 #: config/m88k/m88k.c:2816
11376 msgid "%%R not followed by %%B/C/D/E"
11379 #: config/m88k/m88k.c:2884
11381 msgid "invalid %%x/X value"
11382 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11384 #: config/m88k/m88k.c:2901
11386 msgid "invalid %%Q value"
11387 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11389 #: config/m88k/m88k.c:2907 config/rs6000/rs6000.c:7681
11391 msgid "invalid %%q value"
11392 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11394 #: config/m88k/m88k.c:2913
11396 msgid "invalid %%o value"
11397 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11399 #: config/m88k/m88k.c:2920 config/rs6000/rs6000.c:7644
11401 msgid "invalid %%p value"
11402 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11404 #: config/m88k/m88k.c:2933 config/m88k/m88k.c:2938
11406 msgid "invalid %%s/S value"
11407 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11409 #: config/m88k/m88k.c:2949
11411 msgid "invalid %%P operand"
11412 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11414 #: config/m88k/m88k.c:2980 config/romp/romp.c:690
11416 msgid "invalid %%B value"
11417 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11419 #: config/m88k/m88k.c:3010
11421 msgid "invalid %%D value"
11422 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
11424 #: config/m88k/m88k.c:3023
11426 msgid "`%%d' operand isn't a register"
11429 #: config/m88k/m88k.c:3041
11430 msgid "operand is r0"
11433 #: config/m88k/m88k.c:3055
11434 msgid "operand is const_double"
11437 #: config/m88k/m88k.c:3074
11439 msgid "invalid code"
11440 msgstr "ìç Ýãêõñï äéêáßùìá"
11442 #. Do any checking or such that is needed after processing the -m switches.
11443 #: config/m88k/m88k.h:277
11444 msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
11447 #: config/m88k/m88k.h:299
11449 msgid "invalid option `-mshort-data-%s'"
11450 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
11452 #: config/m88k/m88k.h:304
11454 msgid "-mshort-data-%s is too large "
11457 #: config/m88k/m88k.h:306
11459 msgid "-mshort-data-%s and PIC are incompatible"
11462 #: config/mcore/mcore.c:3078
11464 msgid "invalid option `-mstack-increment=%s'"
11465 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
11467 #: config/mcore/mcore.h:126
11468 msgid "Inline constants if it can be done in 2 insns or less"
11471 #: config/mcore/mcore.h:128
11472 msgid "Inline constants if it only takes 1 instruction"
11475 #: config/mcore/mcore.h:130
11476 msgid "Set maximum alignment to 4"
11479 #: config/mcore/mcore.h:132
11480 msgid "Set maximum alignment to 8"
11483 #: config/mcore/mcore.h:136
11484 msgid "Do not use the divide instruction"
11487 #: config/mcore/mcore.h:140
11488 msgid "Do not arbitary sized immediates in bit operations"
11491 #: config/mcore/mcore.h:142
11492 msgid "Always treat bit-field as int-sized"
11495 #: config/mcore/mcore.h:146
11496 msgid "Force functions to be aligned to a 4 byte boundary"
11499 #: config/mcore/mcore.h:148
11500 msgid "Force functions to be aligned to a 2 byte boundary"
11503 #: config/mcore/mcore.h:150
11505 msgid "Emit call graph information"
11506 msgstr "åìöÜíéóç ðëçñïöïñéþí ðñïüäïõ"
11508 #: config/mcore/mcore.h:154
11509 msgid "Prefer word accesses over byte accesses"
11512 #: config/mcore/mcore.h:165
11513 msgid "Generate code for the M*Core M340"
11516 #: config/mcore/mcore.h:178
11517 msgid "Maximum amount for a single stack increment operation"
11520 #: config/mips/mips.c:5112
11522 msgid "bad value (%s) for -mabi= switch"
11525 #: config/mips/mips.c:5142
11527 msgid "-mips%d conflicts with the other architecture options, which specify a MIPS%d processor"
11530 #: config/mips/mips.c:5149
11532 msgid "bad value (%s) for -mips switch"
11535 #: config/mips/mips.c:5164
11537 msgid "-march=%s is not compatible with the selected ABI"
11540 #: config/mips/mips.c:5176
11541 msgid "-mgp64 used with a 32-bit processor"
11544 #: config/mips/mips.c:5178
11546 msgid "-mgp32 used with a 64-bit ABI"
11547 msgstr "×ñÞóç ABI 64-bit"
11549 #: config/mips/mips.c:5180
11551 msgid "-mgp64 used with a 32-bit ABI"
11552 msgstr "×ñÞóç ABI 32-bit"
11554 #: config/mips/mips.c:5198 config/mips/mips.c:5200 config/mips/mips.c:5202
11556 msgid "unsupported combination: %s"
11557 msgstr "ÅìöÜíéóç Ýêäïóçò ðñïãñÜììáôïò"
11559 #: config/mips/mips.c:5272
11560 msgid "generation of Branch Likely instructions enabled, but not supported by architecture"
11563 #: config/mips/mips.c:5283
11564 msgid "-G is incompatible with PIC code which is the default"
11567 #: config/mips/mips.c:5299
11568 msgid "-membedded-pic and -mabicalls are incompatible"
11571 #: config/mips/mips.c:5302
11572 msgid "-G and -membedded-pic are incompatible"
11575 #: config/mips/mips.c:5353
11577 msgid "invalid option `entry%s'"
11578 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
11580 #: config/mips/mips.c:5356
11581 msgid "-mentry is only meaningful with -mips-16"
11584 #: config/mips/mips.c:5761
11586 msgid "internal error: %%) found without a %%( in assembler pattern"
11589 #: config/mips/mips.c:5775
11591 msgid "internal error: %%] found without a %%[ in assembler pattern"
11594 #: config/mips/mips.c:5788
11596 msgid "internal error: %%> found without a %%< in assembler pattern"
11599 #: config/mips/mips.c:5801
11601 msgid "internal error: %%} found without a %%{ in assembler pattern"
11604 #: config/mips/mips.c:5815
11606 msgid "PRINT_OPERAND: unknown punctuation '%c'"
11609 #: config/mips/mips.c:5824 config/xtensa/xtensa.c:1939
11610 msgid "PRINT_OPERAND null pointer"
11613 #: config/mips/mips.c:5955
11615 msgid "invalid use of %%d, %%x, or %%X"
11618 #: config/mips/mips.c:5993 config/xtensa/xtensa.c:2033
11619 msgid "PRINT_OPERAND_ADDRESS, null pointer"
11622 #: config/mips/mips.c:6222
11623 msgid "MIPS ECOFF format does not allow changing filenames within functions with #line"
11626 #: config/mips/mips.c:6532
11628 msgid "can't rewind temp file"
11629 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ"
11631 #: config/mips/mips.c:6536
11633 msgid "can't write to output file"
11634 msgstr "áäõíáìßá åããñáöÞò áñ÷åßùí åîüäïõ óôï `%s'"
11636 #: config/mips/mips.c:6539
11638 msgid "can't read from temp file"
11639 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ"
11641 #: config/mips/mips.c:6542
11643 msgid "can't close temp file"
11644 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ"
11646 #: config/mips/mips.c:6983
11648 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero"
11651 #: config/mips/mips.c:7092
11653 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero"
11656 #: config/mips/mips.c:9312
11658 msgid "can not handle inconsistent calls to `%s'"
11659 msgstr "áäõíáìßá åêôÝëåóçò ioctl óôï `%s'"
11661 #: config/mips/mips.c:10444
11662 msgid "the cpu name must be lower case"
11665 #: config/mips/mips.c:10466
11667 msgid "bad value (%s) for %s"
11668 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
11670 #. Target CPU builtins.
11671 #. We do this here because __mips is defined below and so we can't use builtin_define_std.
11672 #. Treat _R3000 and _R4000 like register-size defines, which is how they've historically been used.
11673 #. Macros dependent on the C dialect.
11674 #. Bizzare, but needed at least for Irix.
11675 #. Macro to define tables used to set the flags.
11676 #. This is a list in braces of pairs in braces,
11677 #. each pair being { "NAME", VALUE }
11678 #. where VALUE is the bits to set or minus the bits to clear.
11679 #. An empty string NAME is used to identify the default VALUE.
11680 #: config/mips/mips.h:528 config/mn10300/mn10300.h:64
11681 msgid "No default crt0.o"
11684 #: config/mips/mips.h:530
11685 msgid "Use 64-bit int type"
11688 #: config/mips/mips.h:532
11689 msgid "Use 64-bit long type"
11692 #: config/mips/mips.h:534
11693 msgid "Use 32-bit long type"
11696 #: config/mips/mips.h:536
11697 msgid "Optimize lui/addiu address loads"
11700 #: config/mips/mips.h:538
11701 msgid "Don't optimize lui/addiu address loads"
11704 #: config/mips/mips.h:540
11705 msgid "Use MIPS as"
11708 #: config/mips/mips.h:542
11712 #: config/mips/mips.h:544
11714 msgid "Use symbolic register names"
11715 msgstr "äåí äþèçêå óõìâïëéêü üíïìá"
11717 #: config/mips/mips.h:546
11718 msgid "Don't use symbolic register names"
11721 #: config/mips/mips.h:548 config/mips/mips.h:550
11722 msgid "Use GP relative sdata/sbss sections"
11725 #: config/mips/mips.h:552 config/mips/mips.h:554
11726 msgid "Don't use GP relative sdata/sbss sections"
11729 #: config/mips/mips.h:556
11730 msgid "Output compiler statistics"
11733 #: config/mips/mips.h:558
11734 msgid "Don't output compiler statistics"
11737 #: config/mips/mips.h:560
11738 msgid "Don't optimize block moves"
11741 #: config/mips/mips.h:562
11742 msgid "Optimize block moves"
11745 #: config/mips/mips.h:564
11746 msgid "Use mips-tfile asm postpass"
11749 #: config/mips/mips.h:566
11750 msgid "Don't use mips-tfile asm postpass"
11753 #. Macro to define tables used to set the flags.
11754 #. This is a list in braces of triplets in braces,
11755 #. each triplet being { "NAME", VALUE, DOC }
11756 #. where VALUE is the bits to set or minus the bits to clear and DOC
11757 #. is the documentation for --help (NULL if intentionally undocumented).
11758 #. An empty string NAME is used to identify the default VALUE.
11759 #: config/mips/mips.h:570 config/pdp11/pdp11.h:56
11760 msgid "Use hardware floating point"
11763 #: config/mips/mips.h:572
11764 msgid "Use 64-bit FP registers"
11767 #: config/mips/mips.h:574
11768 msgid "Use 32-bit FP registers"
11771 #: config/mips/mips.h:576
11772 msgid "Use 64-bit general registers"
11775 #: config/mips/mips.h:578
11776 msgid "Use 32-bit general registers"
11779 #: config/mips/mips.h:580
11780 msgid "Use Irix PIC"
11783 #: config/mips/mips.h:582
11784 msgid "Don't use Irix PIC"
11787 #: config/mips/mips.h:584
11788 msgid "Use indirect calls"
11791 #: config/mips/mips.h:586
11792 msgid "Don't use indirect calls"
11795 #: config/mips/mips.h:588
11796 msgid "Use embedded PIC"
11799 #: config/mips/mips.h:590
11800 msgid "Don't use embedded PIC"
11803 #: config/mips/mips.h:592
11804 msgid "Use ROM instead of RAM"
11807 #: config/mips/mips.h:594
11808 msgid "Don't use ROM instead of RAM"
11811 #: config/mips/mips.h:596
11812 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
11815 #: config/mips/mips.h:598
11816 msgid "Don't put uninitialized constants in ROM"
11819 #. Macro to define tables used to set the flags.
11820 #: config/mips/mips.h:600 config/xtensa/xtensa.h:110
11821 msgid "Use big-endian byte order"
11824 #: config/mips/mips.h:602 config/xtensa/xtensa.h:112
11825 msgid "Use little-endian byte order"
11828 #: config/mips/mips.h:604
11829 msgid "Use single (32-bit) FP only"
11832 #: config/mips/mips.h:606
11833 msgid "Don't use single (32-bit) FP only"
11836 #: config/mips/mips.h:608
11837 msgid "Use multiply accumulate"
11840 #: config/mips/mips.h:610
11841 msgid "Don't use multiply accumulate"
11844 #: config/mips/mips.h:612 config/rs6000/rs6000.h:314
11845 msgid "Don't generate fused multiply/add instructions"
11848 #: config/mips/mips.h:614 config/rs6000/rs6000.h:312
11849 msgid "Generate fused multiply/add instructions"
11852 #: config/mips/mips.h:616
11853 msgid "Work around early 4300 hardware bug"
11856 #: config/mips/mips.h:618
11857 msgid "Don't work around early 4300 hardware bug"
11860 #: config/mips/mips.h:620
11861 msgid "Trap on integer divide by zero"
11864 #: config/mips/mips.h:622
11865 msgid "Don't trap on integer divide by zero"
11868 #: config/mips/mips.h:624
11869 msgid "Trap on integer divide overflow"
11872 #: config/mips/mips.h:626
11873 msgid "Don't trap on integer divide overflow"
11876 #: config/mips/mips.h:628
11877 msgid "Use Branch Likely instructions, overriding default for arch"
11880 #: config/mips/mips.h:630
11881 msgid "Don't use Branch Likely instructions, overriding default for arch"
11884 #: config/mips/mips.h:744 config/pa/pa.h:296
11885 msgid "Specify CPU for scheduling purposes"
11888 #: config/mips/mips.h:746
11889 msgid "Specify CPU for code generation purposes"
11892 #: config/mips/mips.h:748
11893 msgid "Specify an ABI"
11896 #: config/mips/mips.h:750
11897 msgid "Specify a Standard MIPS ISA"
11900 #: config/mips/mips.h:752
11901 msgid "Use mips16 entry/exit psuedo ops"
11904 #: config/mips/mips.h:754
11905 msgid "Don't use MIPS16 instructions"
11908 #: config/mips/mips.h:756
11909 msgid "Don't call any cache flush functions"
11912 #: config/mips/mips.h:758
11913 msgid "Specify cache flush function"
11916 #. Output assembler code to FILE to increment profiler label # LABELNO
11917 #. for profiling a function entry.
11918 #: config/mips/mips.h:2868
11919 msgid "mips16 function profiling"
11922 #: config/mmix/mmix.c:189
11924 msgid "-f%s not supported: ignored"
11925 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
11927 #: config/mmix/mmix.c:644
11929 msgid "too large function value type, needs %d registers, have only %d registers for this"
11932 #: config/mmix/mmix.c:826
11933 msgid "function_profiler support for MMIX"
11936 #: config/mmix/mmix.c:848
11937 msgid "MMIX Internal: Last named vararg would not fit in a register"
11940 #: config/mmix/mmix.c:1639 config/mmix/mmix.c:1769
11941 msgid "MMIX Internal: Expected a CONST_INT, not this"
11944 #: config/mmix/mmix.c:1647 config/mmix/mmix.c:1671 config/mmix/mmix.c:1787
11946 msgid "MMIX Internal: Bad register: %d"
11949 #: config/mmix/mmix.c:1718
11950 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
11953 #: config/mmix/mmix.c:1737
11954 msgid "MMIX Internal: Expected a register, not this"
11957 #: config/mmix/mmix.c:1747
11958 msgid "MMIX Internal: Expected a constant, not this"
11961 #. Presumably there's a missing case above if we get here.
11962 #: config/mmix/mmix.c:1779
11964 msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
11967 #. We need the original here.
11968 #: config/mmix/mmix.c:1831
11969 msgid "MMIX Internal: Cannot decode this operand"
11972 #: config/mmix/mmix.c:1891
11973 msgid "MMIX Internal: This is not a recognized address"
11976 #: config/mmix/mmix.c:2082
11978 msgid "stack frame not a multiple of 8 bytes: %d"
11979 msgstr "ï ßäéïò êáíüíáò óå ðïëëáðëÜ áñ÷åßá"
11981 #: config/mmix/mmix.c:2321
11983 msgid "stack frame not a multiple of octabyte: %d"
11986 #: config/mmix/mmix.c:2818 config/mmix/mmix.c:2887
11988 msgid "MMIX Internal: %s is not a shiftable int"
11991 #: config/mmix/mmix.c:3006
11992 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
11995 #: config/mmix/mmix.c:3013
11996 msgid "MMIX Internal: What's the CC of this?"
11999 #: config/mmix/mmix.c:3017
12000 msgid "MMIX Internal: What is the CC of this?"
12003 #: config/mmix/mmix.c:3088
12004 msgid "MMIX Internal: This is not a constant:"
12007 #. For these target macros, there is no generic documentation here. You
12008 #. should read `Using and Porting GCC' for that. Only comments specific
12009 #. to the MMIX target are here.
12011 #. There are however references to the specific texinfo node (comments
12012 #. with "Node:"), so there should be little or nothing amiss. Probably
12013 #. the opposite, since we don't have to care about old littering and
12014 #. soon outdated generic comments.
12016 #. User symbols are in the same name-space as built-in symbols, but we
12017 #. don't need the built-in symbols, so remove those and instead apply
12018 #. stricter operand checking. Don't warn when expanding insns.
12019 #. Pass on -mset-program-start=N and -mset-data-start=M to the linker.
12020 #. Provide default program start 0x100 unless -mno-set-program-start.
12021 #. Don't do this if linking relocatably, with -r. For a final link,
12022 #. produce mmo, unless ELF is requested or when linking relocatably.
12023 #. Put unused option values here.
12024 #: config/mmix/mmix.h:132
12025 msgid "Set start-address of the program"
12028 #: config/mmix/mmix.h:134
12029 msgid "Set start-address of data"
12032 #. FIXME: Provide a way to *load* the epsilon register.
12033 #: config/mmix/mmix.h:198
12034 msgid "For intrinsics library: pass all parameters in registers"
12037 #: config/mmix/mmix.h:201
12038 msgid "Use register stack for parameters and return value"
12041 #: config/mmix/mmix.h:203
12042 msgid "Use call-clobbered registers for parameters and return value"
12045 #: config/mmix/mmix.h:205
12046 msgid "Use epsilon-respecting floating point compare instructions"
12049 #: config/mmix/mmix.h:208
12050 msgid "Use zero-extending memory loads, not sign-extending ones"
12053 #: config/mmix/mmix.h:211
12054 msgid "Generate divide results with reminder having the same sign as the divisor (not the dividend)"
12057 #: config/mmix/mmix.h:215
12058 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
12061 #: config/mmix/mmix.h:217
12062 msgid "Do not provide a default start-address 0x100 of the program"
12065 #: config/mmix/mmix.h:219
12066 msgid "Link to emit program in ELF format (rather than mmo)"
12069 #: config/mmix/mmix.h:221
12070 msgid "Use P-mnemonics for branches statically predicted as taken"
12073 #: config/mmix/mmix.h:223
12074 msgid "Don't use P-mnemonics for branches"
12077 #: config/mmix/mmix.h:225
12078 msgid "Use addresses that allocate global registers"
12081 #: config/mmix/mmix.h:227
12083 msgid "Do not use addresses that allocate global registers"
12084 msgstr "Äåí åßíáé äõíáôü íá äåóìåõôåß ìíÞìç"
12086 #: config/mmix/mmix.h:229
12087 msgid "Generate a single exit point for each function"
12090 #: config/mmix/mmix.h:231
12091 msgid "Do not generate a single exit point for each function"
12094 #: config/mn10300/mn10300.h:59
12095 msgid "Work around hardware multiply bug"
12098 #: config/mn10300/mn10300.h:60
12099 msgid "Do not work around hardware multiply bug"
12102 #: config/mn10300/mn10300.h:61
12103 msgid "Target the AM33 processor"
12106 #: config/mn10300/mn10300.h:65
12107 msgid "Enable linker relaxations"
12110 #: config/ns32k/ns32k.h:142 config/s390/s390.h:69
12111 msgid "Don't use hardware fp"
12114 #: config/ns32k/ns32k.h:143
12115 msgid "Alternative calling convention"
12118 #: config/ns32k/ns32k.h:145
12119 msgid "Pass some arguments in registers"
12122 #: config/ns32k/ns32k.h:146
12123 msgid "Pass all arguments on stack"
12126 #: config/ns32k/ns32k.h:147
12127 msgid "Optimize for 32532 cpu"
12130 #: config/ns32k/ns32k.h:148
12131 msgid "Optimize for 32332 cpu"
12134 #: config/ns32k/ns32k.h:150
12135 msgid "Optimize for 32032"
12138 #: config/ns32k/ns32k.h:152
12139 msgid "Register sb is zero. Use for absolute addressing"
12142 #: config/ns32k/ns32k.h:153
12144 msgid "Do not use register sb"
12145 msgstr "Äåí åßíáé äõíáôÞ ç êáôá÷þñçóç ôçò õðçñåóßáò"
12147 #: config/ns32k/ns32k.h:155
12149 msgid "Use bit-field instructions"
12150 msgstr "ÁêáôÜëëçëç åíôïëÞ"
12152 #: config/ns32k/ns32k.h:157
12153 msgid "Do not use bit-field instructions"
12156 #: config/ns32k/ns32k.h:158
12157 msgid "Generate code for high memory"
12160 #: config/ns32k/ns32k.h:159
12161 msgid "Generate code for low memory"
12164 #: config/ns32k/ns32k.h:160
12168 #: config/ns32k/ns32k.h:162
12169 msgid "Use multiply-accumulate fp instructions"
12172 #: config/ns32k/ns32k.h:164
12173 msgid "Do not use multiply-accumulate fp instructions"
12176 #: config/ns32k/ns32k.h:165
12177 msgid "\"Small register classes\" kludge"
12180 #: config/ns32k/ns32k.h:166
12181 msgid "No \"Small register classes\" kludge"
12184 #: config/pa/pa.c:246
12187 "unknown -mschedule= option (%s).\n"
12188 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
12191 #: config/pa/pa.c:271
12194 "unknown -march= option (%s).\n"
12195 "Valid options are 1.0, 1.1, and 2.0\n"
12198 #: config/pa/pa.c:284
12199 msgid "PIC code generation is not supported in the portable runtime model\n"
12202 #: config/pa/pa.c:289
12203 msgid "PIC code generation is not compatible with fast indirect calls\n"
12206 #: config/pa/pa.c:294
12207 msgid "-g is only supported when using GAS on this processor,"
12210 #: config/pa/pa.c:295
12212 msgid "-g option disabled"
12213 msgstr "Ç ëåéôïõñãßá NIS+ áðÝôõ÷å"
12215 #: config/pa/pa-hiux.h:75 config/pa/pa-hpux.h:80 config/pa/pa-hpux7.h:81
12216 #: config/pa/pa64-hpux.h:25
12218 msgid "Generate cpp defines for server IO"
12219 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
12221 #: config/pa/pa-hiux.h:76 config/pa/pa-hpux.h:81 config/pa/pa-hpux7.h:82
12222 #: config/pa/pa64-hpux.h:27
12223 msgid "Generate cpp defines for workstation IO"
12226 #. Macro to define tables used to set the flags. This is a
12227 #. list in braces of target switches with each switch being
12228 #. { "NAME", VALUE, "HELP_STRING" }. VALUE is the bits to set,
12229 #. or minus the bits to clear. An empty string NAME is used to
12230 #. identify the default VALUE. Do not mark empty strings for
12232 #: config/pa/pa.h:218 config/pa/pa.h:224
12233 msgid "Generate PA1.1 code"
12236 #: config/pa/pa.h:220 config/pa/pa.h:222
12237 msgid "Generate PA1.0 code"
12240 #: config/pa/pa.h:226
12241 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
12244 #: config/pa/pa.h:228
12245 msgid "Disable FP regs"
12248 #: config/pa/pa.h:230
12250 msgid "Do not disable FP regs"
12251 msgstr "Äåí åßíáé äõíáôü íá äåóìåõôåß ìíÞìç"
12253 #: config/pa/pa.h:232
12254 msgid "Disable space regs"
12257 #: config/pa/pa.h:234
12259 msgid "Do not disable space regs"
12260 msgstr "Äåí åßíáé äõíáôü íá äåóìåõôåß ìíÞìç"
12262 #: config/pa/pa.h:236
12263 msgid "Put jumps in call delay slots"
12266 #: config/pa/pa.h:238
12267 msgid "Do not put jumps in call delay slots"
12270 #: config/pa/pa.h:240
12272 msgid "Disable indexed addressing"
12273 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
12275 #: config/pa/pa.h:242
12277 msgid "Do not disable indexed addressing"
12278 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
12280 #: config/pa/pa.h:244
12282 msgid "Use portable calling conventions"
12283 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
12285 #: config/pa/pa.h:246
12287 msgid "Do not use portable calling conventions"
12288 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
12290 #: config/pa/pa.h:248
12291 msgid "Assume code will be assembled by GAS"
12294 #: config/pa/pa.h:250
12295 msgid "Do not assume code will be assembled by GAS"
12298 #: config/pa/pa.h:254
12299 msgid "Do not use software floating point"
12302 #: config/pa/pa.h:256
12303 msgid "Emit long load/store sequences"
12306 #: config/pa/pa.h:258
12307 msgid "Do not emit long load/store sequences"
12310 #: config/pa/pa.h:260
12312 msgid "Generate fast indirect calls"
12313 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
12315 #: config/pa/pa.h:262
12316 msgid "Do not generate fast indirect calls"
12319 #: config/pa/pa.h:264
12321 msgid "Generate code for huge switch statements"
12322 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
12324 #: config/pa/pa.h:266
12325 msgid "Do not generate code for huge switch statements"
12328 #: config/pa/pa.h:268
12329 msgid "Always generate long calls"
12332 #: config/pa/pa.h:270
12333 msgid "Generate long calls only when needed"
12336 #: config/pa/pa.h:272
12337 msgid "Enable linker optimizations"
12340 #: config/pa/pa.h:298
12341 msgid "Specify architecture for code generation. Values are 1.0, 1.1, and 2.0. 2.0 requires gas snapshot 19990413 or later."
12344 #: config/pa/pa64-hpux.h:29
12345 msgid "Assume code will be linked by GNU ld"
12348 #: config/pa/pa64-hpux.h:31
12349 msgid "Assume code will be linked by HP ld"
12352 #: config/pdp11/pdp11.h:57
12353 msgid "Do not use hardware floating point"
12356 #. return float result in ac0
12357 #: config/pdp11/pdp11.h:59
12359 msgid "Return floating point results in ac0"
12360 msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
12362 #: config/pdp11/pdp11.h:60
12363 msgid "Return floating point results in memory"
12367 #: config/pdp11/pdp11.h:62
12368 msgid "Generate code for an 11/40"
12372 #: config/pdp11/pdp11.h:65
12373 msgid "Generate code for an 11/45"
12377 #: config/pdp11/pdp11.h:68
12378 msgid "Generate code for an 11/10"
12381 #. use movstrhi for bcopy
12382 #. use 32 bit for int
12383 #: config/pdp11/pdp11.h:73 config/pdp11/pdp11.h:74
12384 msgid "Use 32 bit int"
12387 #: config/pdp11/pdp11.h:75 config/pdp11/pdp11.h:76
12388 msgid "Use 16 bit int"
12391 #. use 32 bit for float
12392 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
12393 msgid "Use 32 bit float"
12396 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
12397 msgid "Use 64 bit float"
12400 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
12401 #. is branching expensive - on a PDP, it's actually really cheap
12402 #. this is just to play around and check what code gcc generates
12403 #. split instruction and data memory?
12404 #: config/pdp11/pdp11.h:90
12405 msgid "Target has split I&D"
12408 #: config/pdp11/pdp11.h:91
12410 msgid "Target does not have split I&D"
12411 msgstr "-nt äåí äÝ÷åôáé -l\n"
12413 #. UNIX assembler syntax?
12414 #: config/pdp11/pdp11.h:93
12415 msgid "Use UNIX assembler syntax"
12418 #: config/pdp11/pdp11.h:94
12419 msgid "Use DEC assembler syntax"
12422 #: config/romp/romp.c:717 config/rs6000/rs6000.c:7718
12424 msgid "invalid %%S value"
12425 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12427 #: config/romp/romp.c:726 config/romp/romp.c:733
12429 msgid "invalid %%b value"
12430 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12432 #: config/romp/romp.c:773 config/romp/romp.c:784
12434 msgid "invalid %%z value"
12435 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12437 #: config/romp/romp.c:792 config/romp/romp.c:800
12439 msgid "invalid %%Z value"
12440 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12442 #: config/romp/romp.c:807 config/romp/romp.c:816 config/romp/romp.c:823
12443 #: config/rs6000/rs6000.c:7547
12445 msgid "invalid %%k value"
12446 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12448 #: config/romp/romp.c:908 config/romp/romp.c:951
12450 msgid "invalid %%j value"
12451 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12453 #. Perform any needed actions needed for a function that is receiving a
12454 #. variable number of arguments.
12456 #. CUM is as above.
12458 #. MODE and TYPE are the mode and type of the current parameter.
12460 #. PRETEND_SIZE is a variable that should be set to the amount of stack
12461 #. that must be pushed by the prolog to pretend that our caller pushed
12464 #. Normally, this macro will push all remaining incoming registers on the
12465 #. stack and set PRETEND_SIZE to the length of the registers pushed.
12466 #: config/romp/romp.h:648
12467 msgid "can't have varargs with -mfp-arg-in-fp-regs"
12470 #. Handle the machine specific pragma longcall. Its syntax is
12472 #. # pragma longcall ( TOGGLE )
12474 #. where TOGGLE is either 0 or 1.
12476 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
12477 #. whether or not new function declarations receive a longcall
12478 #. attribute by default.
12479 #: config/rs6000/rs6000-c.c:44
12481 msgid "ignoring malformed #pragma longcall"
12482 msgstr "áãíïïýíôáé üëá ôá ïñßóìáôá"
12484 #: config/rs6000/rs6000-c.c:58
12486 msgid "missing open paren"
12487 msgstr "ÅëëéðÞò Þ êáêïó÷çìáôéóìÝíç éäéüôçôá"
12489 #: config/rs6000/rs6000-c.c:60
12491 msgid "missing number"
12492 msgstr "¸÷åé ðáñáëçöèåß åíôïëÞ"
12494 #: config/rs6000/rs6000-c.c:62
12496 msgid "missing close paren"
12497 msgstr "¸÷åé ðáñáëçöèåß åíôïëÞ"
12499 #: config/rs6000/rs6000-c.c:65
12500 msgid "number must be 0 or 1"
12503 #: config/rs6000/rs6000-c.c:68
12505 msgid "junk at end of #pragma longcall"
12506 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
12508 #: config/rs6000/rs6000.c:588
12510 msgid "-mmultiple is not supported on little endian systems"
12511 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
12513 #: config/rs6000/rs6000.c:595
12515 msgid "-mstring is not supported on little endian systems"
12516 msgstr "ðñïåéäïðïßçóç: ôï --pid=PID äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
12518 #: config/rs6000/rs6000.c:619
12520 msgid "unknown -mdebug-%s switch"
12523 #: config/rs6000/rs6000.c:631
12525 msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
12528 #: config/rs6000/rs6000.c:642
12530 msgid "Unknown switch -mlong-double-%s"
12533 #: config/rs6000/rs6000.c:734
12535 msgid "unknown -misel= option specified: '%s'"
12536 msgstr "Üãíùóôï óåô `%s'"
12538 #: config/rs6000/rs6000.c:749
12540 msgid "unknown -mvrsave= option specified: '%s'"
12541 msgstr "Üãíùóôï óåô `%s'"
12543 #: config/rs6000/rs6000.c:768
12545 msgid "unknown ABI specified: '%s'"
12546 msgstr "Üãíùóôï óåô `%s'"
12548 #: config/rs6000/rs6000.c:4169
12550 msgid "argument 1 must be a 5-bit signed literal"
12551 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
12553 #: config/rs6000/rs6000.c:4276 config/rs6000/rs6000.c:4866
12555 msgid "argument 2 must be a 5-bit unsigned literal"
12556 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
12558 #: config/rs6000/rs6000.c:4319
12559 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
12562 #: config/rs6000/rs6000.c:4373
12563 msgid "argument 1 of __builtin_altivec_predicate is out of range"
12566 #: config/rs6000/rs6000.c:4452
12568 msgid "argument 3 must be a 4-bit unsigned literal"
12569 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
12571 #: config/rs6000/rs6000.c:4629
12573 msgid "argument to `%s' must be a 2-bit unsigned literal"
12574 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
12576 #: config/rs6000/rs6000.c:4745
12578 msgid "argument to dss must be a 2-bit unsigned literal"
12579 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
12581 #: config/rs6000/rs6000.c:4976
12583 msgid "argument 1 of __builtin_spe_predicate must be a constant"
12584 msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
12586 #: config/rs6000/rs6000.c:5049
12587 msgid "argument 1 of __builtin_spe_predicate is out of range"
12590 #: config/rs6000/rs6000.c:7474
12592 msgid "invalid %%f value"
12593 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12595 #: config/rs6000/rs6000.c:7483
12597 msgid "invalid %%F value"
12598 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12600 #: config/rs6000/rs6000.c:7492
12602 msgid "invalid %%G value"
12603 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12605 #: config/rs6000/rs6000.c:7527
12607 msgid "invalid %%j code"
12608 msgstr "ìç Ýãêõñï äéêáßùìá"
12610 #: config/rs6000/rs6000.c:7537
12612 msgid "invalid %%J code"
12613 msgstr "ìç Ýãêõñï äéêáßùìá"
12615 #: config/rs6000/rs6000.c:7567
12617 msgid "invalid %%K value"
12618 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12620 #: config/rs6000/rs6000.c:7634
12622 msgid "invalid %%O value"
12623 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12625 #: config/rs6000/rs6000.c:7756
12627 msgid "invalid %%T value"
12628 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12630 #: config/rs6000/rs6000.c:7766
12632 msgid "invalid %%u value"
12633 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12635 #: config/rs6000/rs6000.c:7775
12637 msgid "invalid %%v value"
12638 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12640 #: config/rs6000/rs6000.c:12180
12641 msgid "no profiling of 64-bit code for this ABI"
12644 #: config/rs6000/aix.h:160 config/rs6000/beos.h:32
12646 msgid "Always pass floating-point arguments in memory"
12647 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
12649 #: config/rs6000/aix.h:162 config/rs6000/beos.h:34
12651 msgid "Don't always pass floating-point arguments in memory"
12652 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
12654 #: config/rs6000/aix41.h:28 config/rs6000/aix43.h:32 config/rs6000/aix51.h:32
12655 #: config/rs6000/aix52.h:32
12656 msgid "Support message passing with the Parallel Environment"
12659 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:28 config/rs6000/aix52.h:28
12660 msgid "Compile for 64-bit pointers"
12663 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:30 config/rs6000/aix52.h:30
12664 msgid "Compile for 32-bit pointers"
12667 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:49 config/rs6000/aix52.h:49
12668 msgid "-maix64 and POWER architecture are incompatible"
12671 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:54 config/rs6000/aix52.h:54
12672 msgid "-maix64 requires PowerPC64 architecture remain enabled"
12675 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:58 config/rs6000/aix52.h:58
12676 msgid "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
12679 #. Run-time compilation parameters selecting different hardware subsets.
12681 #. Macro to define tables used to set the flags.
12682 #. This is a list in braces of pairs in braces,
12683 #. each pair being { "NAME", VALUE }
12684 #. where VALUE is the bits to set or minus the bits to clear.
12685 #. An empty string NAME is used to identify the default VALUE.
12686 #: config/rs6000/rs6000.h:240
12687 msgid "Use POWER instruction set"
12690 #: config/rs6000/rs6000.h:243
12691 msgid "Use POWER2 instruction set"
12694 #: config/rs6000/rs6000.h:245
12695 msgid "Do not use POWER2 instruction set"
12698 #: config/rs6000/rs6000.h:248
12699 msgid "Do not use POWER instruction set"
12702 #: config/rs6000/rs6000.h:250
12703 msgid "Use PowerPC instruction set"
12706 #: config/rs6000/rs6000.h:253
12707 msgid "Do not use PowerPC instruction set"
12710 #: config/rs6000/rs6000.h:255
12711 msgid "Use PowerPC General Purpose group optional instructions"
12714 #: config/rs6000/rs6000.h:257
12715 msgid "Don't use PowerPC General Purpose group optional instructions"
12718 #: config/rs6000/rs6000.h:259
12719 msgid "Use PowerPC Graphics group optional instructions"
12722 #: config/rs6000/rs6000.h:261
12723 msgid "Don't use PowerPC Graphics group optional instructions"
12726 #: config/rs6000/rs6000.h:263
12727 msgid "Use PowerPC-64 instruction set"
12730 #: config/rs6000/rs6000.h:265
12731 msgid "Don't use PowerPC-64 instruction set"
12734 #: config/rs6000/rs6000.h:267
12736 msgid "Use AltiVec instructions"
12737 msgstr "ÁêáôÜëëçëç åíôïëÞ"
12739 #: config/rs6000/rs6000.h:269
12740 msgid "Don't use AltiVec instructions"
12743 #: config/rs6000/rs6000.h:271
12744 msgid "Use new mnemonics for PowerPC architecture"
12747 #: config/rs6000/rs6000.h:273
12748 msgid "Use old mnemonics for PowerPC architecture"
12751 #: config/rs6000/rs6000.h:276
12752 msgid "Put everything in the regular TOC"
12755 #: config/rs6000/rs6000.h:278
12756 msgid "Place floating point constants in TOC"
12759 #: config/rs6000/rs6000.h:280
12760 msgid "Don't place floating point constants in TOC"
12763 #: config/rs6000/rs6000.h:282
12764 msgid "Place symbol+offset constants in TOC"
12767 #: config/rs6000/rs6000.h:284
12768 msgid "Don't place symbol+offset constants in TOC"
12771 #: config/rs6000/rs6000.h:290
12772 msgid "Place variable addresses in the regular TOC"
12775 #: config/rs6000/rs6000.h:296
12776 msgid "Generate load/store multiple instructions"
12779 #: config/rs6000/rs6000.h:298
12780 msgid "Do not generate load/store multiple instructions"
12783 #: config/rs6000/rs6000.h:302
12784 msgid "Generate string instructions for block moves"
12787 #: config/rs6000/rs6000.h:304
12788 msgid "Do not generate string instructions for block moves"
12791 #: config/rs6000/rs6000.h:308
12792 msgid "Generate load/store with update instructions"
12795 #: config/rs6000/rs6000.h:310
12796 msgid "Do not generate load/store with update instructions"
12799 #: config/rs6000/rs6000.h:318
12800 msgid "Don't schedule the start and end of the procedure"
12803 #: config/rs6000/rs6000.h:324
12804 msgid "Return all structures in memory (AIX default)"
12807 #: config/rs6000/rs6000.h:326
12808 msgid "Return small structures in registers (SVR4 default)"
12811 #: config/rs6000/rs6000.h:391 config/sparc/sparc.h:633
12812 msgid "Use features of and schedule code for given CPU"
12815 #: config/rs6000/rs6000.h:394
12816 msgid "Enable debug output"
12819 #: config/rs6000/rs6000.h:396
12820 msgid "Select full, part, or no traceback table"
12823 #: config/rs6000/rs6000.h:397
12824 msgid "Specify ABI to use"
12827 #: config/rs6000/rs6000.h:399
12828 msgid "Specify size of long double (64 or 128 bits)"
12831 #: config/rs6000/rs6000.h:401
12832 msgid "Specify yes/no if isel instructions should be generated"
12835 #: config/rs6000/rs6000.h:403
12836 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
12839 #: config/rs6000/rs6000.h:405
12841 msgid "Avoid all range limits on call instructions"
12842 msgstr "ÁêáôÜëëçëç åíôïëÞ"
12844 #. Definitions for __builtin_return_address and __builtin_frame_address.
12845 #. __builtin_return_address (0) should give link register (65), enable
12847 #. This should be uncommented, so that the link register is used, but
12848 #. currently this would result in unmatched insns and spilling fixed
12849 #. registers so we'll leave it for another day. When these problems are
12850 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
12852 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
12853 #. Number of bytes into the frame return addresses can be found. See
12854 #. rs6000_stack_info in rs6000.c for more information on how the different
12855 #. abi's store the return address.
12856 #: config/rs6000/rs6000.h:1869
12857 msgid "RETURN_ADDRESS_OFFSET not supported"
12860 #: config/rs6000/sysv4.h:87
12861 msgid "Select ABI calling convention"
12864 #: config/rs6000/sysv4.h:88
12865 msgid "Select method for sdata handling"
12868 #: config/rs6000/sysv4.h:103
12869 msgid "Align to the base type of the bit-field"
12872 #: config/rs6000/sysv4.h:105
12873 msgid "Don't align to the base type of the bit-field"
12876 #: config/rs6000/sysv4.h:107
12877 msgid "Don't assume that unaligned accesses are handled by the system"
12880 #: config/rs6000/sysv4.h:109
12881 msgid "Assume that unaligned accesses are handled by the system"
12884 #: config/rs6000/sysv4.h:111 config/rs6000/sysv4.h:115
12885 msgid "Produce code relocatable at runtime"
12888 #: config/rs6000/sysv4.h:113 config/rs6000/sysv4.h:117
12889 msgid "Don't produce code relocatable at runtime"
12892 #: config/rs6000/sysv4.h:119 config/rs6000/sysv4.h:121
12893 msgid "Produce little endian code"
12896 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:125
12897 msgid "Produce big endian code"
12900 #: config/rs6000/sysv4.h:126 config/rs6000/sysv4.h:127
12901 #: config/rs6000/sysv4.h:128 config/rs6000/sysv4.h:129
12902 #: config/rs6000/sysv4.h:130 config/rs6000/sysv4.h:131
12903 #: config/rs6000/sysv4.h:141 config/rs6000/sysv4.h:142
12904 #: config/rs6000/sysv4.h:153 config/rs6000/sysv4.h:155
12905 #: config/rs6000/sysv4.h:157
12907 msgid "no description yet"
12908 msgstr "(÷ùñßò ðåñéãñáöÞ)"
12910 #: config/rs6000/sysv4.h:132
12914 #: config/rs6000/sysv4.h:133
12915 msgid "Don't use EABI"
12918 #: config/rs6000/sysv4.h:136
12919 msgid "Do not allow bit-fields to cross word boundaries"
12922 #: config/rs6000/sysv4.h:138
12924 msgid "Use alternate register names"
12925 msgstr "ìç ôåñìáôéæüìåíï üíïìá âÜñïõò"
12927 #: config/rs6000/sysv4.h:140
12928 msgid "Don't use alternate register names"
12931 #: config/rs6000/sysv4.h:144
12932 msgid "Link with libsim.a, libc.a and sim-crt0.o"
12935 #: config/rs6000/sysv4.h:146
12936 msgid "Link with libads.a, libc.a and crt0.o"
12939 #: config/rs6000/sysv4.h:148
12940 msgid "Link with libyk.a, libc.a and crt0.o"
12943 #: config/rs6000/sysv4.h:150
12944 msgid "Link with libmvme.a, libc.a and crt0.o"
12947 #: config/rs6000/sysv4.h:152
12948 msgid "Set the PPC_EMB bit in the ELF flags header"
12951 #: config/rs6000/sysv4.h:154
12952 msgid "Use the WindISS simulator"
12955 #. Sometimes certain combinations of command options do not make sense
12956 #. on a particular target machine. You can define a macro
12957 #. `OVERRIDE_OPTIONS' to take account of this. This macro, if
12958 #. defined, is executed once just after all the command options have
12961 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
12963 #: config/rs6000/sysv4.h:214
12965 msgid "bad value for -mcall-%s"
12966 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
12968 #: config/rs6000/sysv4.h:230
12970 msgid "bad value for -msdata=%s"
12971 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
12973 #: config/rs6000/sysv4.h:247
12975 msgid "-mrelocatable and -msdata=%s are incompatible"
12978 #: config/rs6000/sysv4.h:255
12980 msgid "-f%s and -msdata=%s are incompatible"
12983 #: config/rs6000/sysv4.h:263
12985 msgid "-msdata=%s and -mcall-%s are incompatible"
12988 #: config/rs6000/sysv4.h:272
12989 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
12992 #: config/rs6000/sysv4.h:278
12994 msgid "-mrelocatable and -mcall-%s are incompatible"
12997 #: config/rs6000/sysv4.h:285
12999 msgid "-fPIC and -mcall-%s are incompatible"
13002 #: config/rs6000/sysv4.h:292
13004 msgid "-mcall-aixdesc must be big endian"
13005 msgstr "ôá ìåãÝèç ôïõ óôçëïãíþìïíá ðñÝðåé íá åßíáé êáôÜ áýîïõóá óåéñÜ"
13007 #: config/s390/s390.c:2584
13008 msgid "invalid UNSPEC as operand (1)"
13011 #: config/s390/s390.c:2620
13012 msgid "invalid UNSPEC as operand (2)"
13015 #: config/s390/s390.c:2626
13016 msgid "UNKNOWN in s390_output_symbolic_const !?"
13019 #: config/s390/s390.c:2644
13021 msgid "Cannot decompose address."
13022 msgstr "Äåí åßíáé äõíáôÞ ç åê÷þñçóç ôçò æçôçèÞóáò äéåýèõíóçò"
13024 #: config/s390/s390.c:2784
13025 msgid "UNKNOWN in print_operand !?"
13028 #: config/s390/s390.c:4421
13029 msgid "Total size of local variables exceeds architecture limit."
13032 #: config/s390/s390.h:70
13033 msgid "Set backchain"
13036 #: config/s390/s390.h:71
13037 msgid "Don't set backchain (faster, but debug harder"
13040 #: config/s390/s390.h:72
13041 msgid "Use bras for execucable < 64k"
13044 #: config/s390/s390.h:73
13045 msgid "Don't use bras"
13048 #: config/s390/s390.h:74
13049 msgid "Additional debug prints"
13052 #: config/s390/s390.h:75
13053 msgid "Don't print additional debug prints"
13056 #: config/s390/s390.h:76
13057 msgid "64 bit mode"
13058 msgstr "êáôÜóôáóç 64 bit"
13060 #: config/s390/s390.h:77
13061 msgid "31 bit mode"
13062 msgstr "êáôÜóôáóç 31 bit"
13064 #: config/s390/s390.h:78
13067 msgstr "Ç óõóêåõÞ åßíáé áðáó÷ïëçìÝíç"
13069 #: config/s390/s390.h:79
13073 #: config/sh/sh.c:5134
13075 msgid "__builtin_saveregs not supported by this subtarget"
13076 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
13078 #: config/sh/sh.c:5684
13079 msgid "attribute interrupt_handler is not compatible with -m5-compact"
13082 #. The sp_switch attribute only has meaning for interrupt functions.
13083 #: config/sh/sh.c:5710 config/sh/sh.c:5749
13085 msgid "`%s' attribute only applies to interrupt functions"
13088 #. The argument must be a constant string.
13089 #: config/sh/sh.c:5717
13091 msgid "`%s' attribute argument not a string constant"
13092 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
13094 #. The argument must be a constant integer.
13095 #: config/sh/sh.c:5756
13097 msgid "`%s' attribute argument not an integer constant"
13100 #. There are no delay slots on SHmedia.
13101 #. Relaxation isn't yet supported for SHmedia
13102 #: config/sh/sh.h:437
13104 msgid "Profiling is not supported on this target."
13105 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
13107 #: config/sparc/sparc.c:329
13109 msgid "%s is not supported by this configuration"
13110 msgstr "Ç ïéêïãÝíåéá äéåõèýíóåùí äåí õðïóôçñßæåôáé áðü ôçí ïéêïãÝíåéá ðñùôïêüëëïõ"
13112 #: config/sparc/sparc.c:336
13113 msgid "-mlong-double-64 not allowed with -m64"
13116 #: config/sparc/sparc.c:361
13118 msgid "-mcmodel= is not supported on 32 bit systems"
13119 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
13121 #: config/sparc/sparc.c:6299 config/sparc/sparc.c:6305
13123 msgid "invalid %%Y operand"
13124 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13126 #: config/sparc/sparc.c:6375
13128 msgid "invalid %%A operand"
13129 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13131 #: config/sparc/sparc.c:6385
13133 msgid "invalid %%B operand"
13134 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13136 #: config/sparc/sparc.c:6424
13138 msgid "invalid %%c operand"
13139 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13141 #: config/sparc/sparc.c:6425
13143 msgid "invalid %%C operand"
13144 msgstr "ìç Ýãêõñç ìåôáôüðéóç UTC"
13146 #: config/sparc/sparc.c:6446
13148 msgid "invalid %%d operand"
13149 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13151 #: config/sparc/sparc.c:6447
13153 msgid "invalid %%D operand"
13154 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13156 #: config/sparc/sparc.c:6463
13158 msgid "invalid %%f operand"
13159 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13161 #: config/sparc/sparc.c:6513
13162 msgid "long long constant not a valid immediate operand"
13165 #: config/sparc/sparc.c:6516
13166 msgid "floating point constant not a valid immediate operand"
13169 #: config/sparc/freebsd.h:80 config/sparc/linux.h:87 config/sparc/linux64.h:89
13170 #: config/sparc/netbsd-elf.h:239
13171 msgid "Use 128 bit long doubles"
13174 #: config/sparc/sp64-elf.h:84 config/sparc/splet.h:29
13175 msgid "Generate code for big endian"
13178 #: config/sparc/sp64-elf.h:85 config/sparc/splet.h:30
13179 msgid "Generate code for little endian"
13182 #: config/sparc/sp86x-aout.h:51 config/sparc/sp86x-elf.h:65
13183 msgid "Use little-endian byte order for data"
13186 #: config/sparc/sparc.h:532
13187 msgid "Assume possible double misalignment"
13190 #: config/sparc/sparc.h:534
13191 msgid "Assume all doubles are aligned"
13194 #: config/sparc/sparc.h:536
13195 msgid "Pass -assert pure-text to linker"
13198 #: config/sparc/sparc.h:538
13199 msgid "Do not pass -assert pure-text to linker"
13202 #: config/sparc/sparc.h:540
13203 msgid "Use flat register window model"
13206 #: config/sparc/sparc.h:542
13207 msgid "Do not use flat register window model"
13210 #: config/sparc/sparc.h:544
13211 msgid "Use ABI reserved registers"
13214 #: config/sparc/sparc.h:546
13215 msgid "Do not use ABI reserved registers"
13218 #: config/sparc/sparc.h:548
13219 msgid "Use hardware quad fp instructions"
13222 #: config/sparc/sparc.h:550
13223 msgid "Do not use hardware quad fp instructions"
13226 #: config/sparc/sparc.h:552
13227 msgid "Compile for v8plus ABI"
13230 #: config/sparc/sparc.h:554
13231 msgid "Do not compile for v8plus ABI"
13234 #: config/sparc/sparc.h:556
13236 msgid "Utilize Visual Instruction Set"
13237 msgstr "ÐáñÜíïìç ÅíôïëÞ"
13239 #: config/sparc/sparc.h:558
13240 msgid "Do not utilize Visual Instruction Set"
13243 #. ??? These are deprecated, coerced to -mcpu=. Delete in 2.9.
13244 #: config/sparc/sparc.h:561
13245 msgid "Optimize for Cypress processors"
13248 #: config/sparc/sparc.h:563
13249 msgid "Optimize for SPARCLite processors"
13252 #: config/sparc/sparc.h:565
13253 msgid "Optimize for F930 processors"
13256 #: config/sparc/sparc.h:567
13257 msgid "Optimize for F934 processors"
13260 #: config/sparc/sparc.h:569
13261 msgid "Use V8 SPARC ISA"
13264 #: config/sparc/sparc.h:571
13265 msgid "Optimize for SuperSPARC processors"
13268 #. End of deprecated options.
13269 #: config/sparc/sparc.h:574
13270 msgid "Pointers are 64-bit"
13273 #: config/sparc/sparc.h:576
13274 msgid "Pointers are 32-bit"
13277 #: config/sparc/sparc.h:578
13278 msgid "Use 32-bit ABI"
13279 msgstr "×ñÞóç ABI 32-bit"
13281 #: config/sparc/sparc.h:580
13282 msgid "Use 64-bit ABI"
13283 msgstr "×ñÞóç ABI 64-bit"
13285 #: config/sparc/sparc.h:582
13286 msgid "Use stack bias"
13289 #: config/sparc/sparc.h:584
13290 msgid "Do not use stack bias"
13293 #: config/sparc/sparc.h:586
13294 msgid "Use structs on stronger alignment for double-word copies"
13297 #: config/sparc/sparc.h:588
13298 msgid "Do not use structs on stronger alignment for double-word copies"
13301 #: config/sparc/sparc.h:590
13302 msgid "Optimize tail call instructions in assembler and linker"
13305 #: config/sparc/sparc.h:592
13306 msgid "Do not optimize tail call instructions in assembler or linker"
13309 #: config/sparc/sparc.h:637
13310 msgid "Use given SPARC code model"
13313 #: config/stormy16/stormy16.c:1192
13314 msgid "cannot use va_start in interrupt function"
13317 #: config/stormy16/stormy16.c:1552
13318 msgid "`B' operand is not constant"
13321 #: config/stormy16/stormy16.c:1558
13322 msgid "`B' operand has multiple bits set"
13325 #: config/stormy16/stormy16.c:1585
13326 msgid "`o' operand is not constant"
13329 #: config/stormy16/stormy16.c:1600
13330 msgid "xstormy16_print_operand: unknown code"
13333 #: config/stormy16/stormy16.c:1650
13335 msgid "switch statement of size %lu entries too large"
13338 #: config/v850/v850-c.c:67
13339 msgid "#pragma GHS endXXXX found without previous startXXX"
13342 #: config/v850/v850-c.c:69
13343 msgid "#pragma GHS endXXX does not match previous startXXX"
13346 #: config/v850/v850-c.c:94
13347 msgid "cannot set interrupt attribute: no current function"
13350 #: config/v850/v850-c.c:102
13351 msgid "cannot set interrupt attribute: no such identifier"
13354 #: config/v850/v850-c.c:148
13355 msgid "junk at end of #pragma ghs section"
13358 # src/request.c:806 src/request.c:912
13359 #: config/v850/v850-c.c:165
13361 msgid "unrecognized section name \"%s\""
13362 msgstr "Ìç áíáãíùñßóçìï üíïìá åðéöÜíåéáò `%s'"
13364 # src/dfa.c:569 src/dfa.c:583 src/dfa.c:587
13365 # src/dfa.c:577 src/dfa.c:591 src/dfa.c:595
13366 #: config/v850/v850-c.c:180
13368 msgid "malformed #pragma ghs section"
13369 msgstr "êáêïó÷çìáôéóìÝíïò ìåôñçôÞò åðáíÜëçøçò"
13371 #: config/v850/v850-c.c:200
13372 msgid "junk at end of #pragma ghs interrupt"
13375 #: config/v850/v850-c.c:212
13376 msgid "junk at end of #pragma ghs starttda"
13379 #: config/v850/v850-c.c:224
13380 msgid "junk at end of #pragma ghs startsda"
13383 #: config/v850/v850-c.c:236
13384 msgid "junk at end of #pragma ghs startzda"
13387 #: config/v850/v850-c.c:248
13388 msgid "junk at end of #pragma ghs endtda"
13391 #: config/v850/v850-c.c:260
13392 msgid "junk at end of #pragma ghs endsda"
13395 #: config/v850/v850-c.c:272
13396 msgid "junk at end of #pragma ghs endzda"
13399 #: config/v850/v850.c:129
13401 msgid "%s=%s is not numeric"
13405 #: config/v850/v850.c:136
13407 msgid "%s=%s is too large"
13408 msgstr "%s: ôï áñ÷åßï åßíáé ðïëý ìåãÜëï"
13410 #: config/v850/v850.c:302
13411 msgid "const_double_split got a bad insn:"
13414 #: config/v850/v850.c:837
13416 msgid "output_move_single:"
13417 msgstr "áñ÷åßï åîüäïõ"
13419 #: config/v850/v850.c:2217
13420 msgid "a data area attribute cannot be specified for local variables"
13423 #: config/v850/v850.c:2228
13425 msgid "data area of '%s' conflicts with previous declaration"
13428 #: config/v850/v850.c:2447
13430 msgid "bogus JR construction: %d\n"
13433 #: config/v850/v850.c:2468 config/v850/v850.c:2670
13435 msgid "bad amount of stack space removal: %d"
13438 #: config/v850/v850.c:2646
13440 msgid "bogus JARL construction: %d\n"
13443 #: config/v850/v850.c:3026
13445 msgid "Bogus DISPOSE construction: %d\n"
13448 #: config/v850/v850.c:3048
13450 msgid "Too much stack space to dispose of: %d"
13453 #: config/v850/v850.c:3224
13455 msgid "Bogus PREPEARE construction: %d\n"
13458 #: config/v850/v850.c:3246
13460 msgid "Too much stack space to prepare: %d"
13463 #. Macro to define tables used to set the flags.
13464 #. This is a list in braces of pairs in braces,
13465 #. each pair being { "NAME", VALUE }
13466 #. where VALUE is the bits to set or minus the bits to clear.
13467 #. An empty string NAME is used to identify the default VALUE.
13468 #: config/v850/v850.h:158
13469 msgid "Support Green Hills ABI"
13472 #: config/v850/v850.h:161
13473 msgid "Prohibit PC relative function calls"
13476 #: config/v850/v850.h:164
13477 msgid "Reuse r30 on a per function basis"
13480 #: config/v850/v850.h:167
13481 msgid "Use stubs for function prologues"
13484 #: config/v850/v850.h:170
13485 msgid "Same as: -mep -mprolog-function"
13488 #: config/v850/v850.h:171
13489 msgid "Enable backend debugging"
13492 #: config/v850/v850.h:173
13493 msgid "Compile for the v850 processor"
13496 #: config/v850/v850.h:175
13497 msgid "Compile for v850e processor"
13500 #. Make sure that the other bits are cleared.
13501 #: config/v850/v850.h:177
13503 msgid "Enable the use of the short load instructions"
13504 msgstr "ÁêáôÜëëçëç åíôïëÞ"
13506 #: config/v850/v850.h:180
13508 msgid "Do not use the callt instruction"
13509 msgstr "ÁêáôÜëëçëç åíôïëÞ"
13511 #: config/v850/v850.h:187
13513 msgid "Do not use registers r2 and r5"
13514 msgstr "Äåí åßíáé äõíáôÞ ç êáôá÷þñçóç ôçò õðçñåóßáò"
13516 #: config/v850/v850.h:189
13517 msgid "Enfore strict alignment"
13520 #: config/v850/v850.h:192
13521 msgid "Use 4 byte entries in switch tables"
13524 #: config/v850/v850.h:218
13525 msgid "Set the max size of data eligible for the TDA area"
13528 #: config/v850/v850.h:221
13529 msgid "Set the max size of data eligible for the SDA area"
13532 #: config/v850/v850.h:224
13533 msgid "Set the max size of data eligible for the ZDA area"
13536 #: config/xtensa/xtensa.c:1062 config/xtensa/xtensa.c:1096
13537 #: config/xtensa/xtensa.c:1105
13540 msgstr "ÅóöáëìÝíç äéåýèõíóç"
13542 #: config/xtensa/xtensa.c:1824
13543 msgid "boolean registers required for the floating-point option"
13546 #: config/xtensa/xtensa.c:1991
13548 msgid "invalid mask"
13549 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13551 #: config/xtensa/xtensa.c:2038
13553 msgid "invalid address"
13554 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
13556 #: config/xtensa/xtensa.c:2063
13558 msgid "no register in address"
13559 msgstr "ìç Ýãêõñïò ÷ñüíïò Ýíáñîçò"
13561 #: config/xtensa/xtensa.c:2071
13563 msgid "address offset not a constant"
13564 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
13566 #: config/xtensa/xtensa.c:2809
13567 msgid "only uninitialized variables can be placed in a .bss section"
13570 #: config/xtensa/xtensa.h:114
13571 msgid "Use the Xtensa code density option"
13574 #: config/xtensa/xtensa.h:116
13575 msgid "Do not use the Xtensa code density option"
13578 #: config/xtensa/xtensa.h:118
13579 msgid "Use the Xtensa MAC16 option"
13582 #: config/xtensa/xtensa.h:120
13583 msgid "Do not use the Xtensa MAC16 option"
13586 #: config/xtensa/xtensa.h:122
13587 msgid "Use the Xtensa MUL16 option"
13590 #: config/xtensa/xtensa.h:124
13591 msgid "Do not use the Xtensa MUL16 option"
13594 #: config/xtensa/xtensa.h:126
13595 msgid "Use the Xtensa MUL32 option"
13598 #: config/xtensa/xtensa.h:128
13599 msgid "Do not use the Xtensa MUL32 option"
13604 #: config/xtensa/xtensa.h:134
13605 msgid "Use the Xtensa NSA option"
13608 #: config/xtensa/xtensa.h:136
13609 msgid "Do not use the Xtensa NSA option"
13612 #: config/xtensa/xtensa.h:138
13613 msgid "Use the Xtensa MIN/MAX option"
13616 #: config/xtensa/xtensa.h:140
13617 msgid "Do not use the Xtensa MIN/MAX option"
13620 #: config/xtensa/xtensa.h:142
13621 msgid "Use the Xtensa SEXT option"
13624 #: config/xtensa/xtensa.h:144
13625 msgid "Do not use the Xtensa SEXT option"
13628 #: config/xtensa/xtensa.h:146
13630 msgid "Use the Xtensa boolean register option"
13631 msgstr "ìç ôåñìáôéæüìåíï üíïìá âÜñïõò"
13633 #: config/xtensa/xtensa.h:148
13634 msgid "Do not use the Xtensa boolean register option"
13637 #: config/xtensa/xtensa.h:150
13638 msgid "Use the Xtensa floating-point unit"
13641 #: config/xtensa/xtensa.h:152
13642 msgid "Do not use the Xtensa floating-point unit"
13653 #: config/xtensa/xtensa.h:170
13654 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
13657 #: config/xtensa/xtensa.h:172
13658 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
13661 #: config/xtensa/xtensa.h:174
13662 msgid "Serialize volatile memory references with MEMW instructions"
13665 #: config/xtensa/xtensa.h:176
13666 msgid "Do not serialize volatile memory references with MEMW instructions"
13669 #: config/xtensa/xtensa.h:178
13670 msgid "Intersperse literal pools with code in the text section"
13673 #: config/xtensa/xtensa.h:180
13674 msgid "Put literal pools in a separate literal section"
13677 #: config/xtensa/xtensa.h:182
13678 msgid "Automatically align branch targets to reduce branch penalties"
13681 #: config/xtensa/xtensa.h:184
13682 msgid "Do not automatically align branch targets"
13685 #: config/xtensa/xtensa.h:186
13686 msgid "Use indirect CALLXn instructions for large programs"
13689 #: config/xtensa/xtensa.h:188
13690 msgid "Use direct CALLn instructions for fast calls"
13694 msgid "`-gnat' misspelled as `-gant'"
13697 #: cp/call.c:258 cp/init.c:1587
13698 msgid "qualified type `%T' does not match destructor name `~%T'"
13702 msgid "type of `%E' does not match destructor type `%T' (type was `%T')"
13706 msgid "`%D' is a namespace"
13710 msgid "base object `%E' of scoped method call is of non-aggregate type `%T'"
13714 msgid "unable to call pointer to member function here"
13718 msgid "destructors take no parameters"
13722 msgid "destructor name `~%T' does not match type `%T' of expression"
13725 #: cp/call.c:535 cp/call.c:4857
13726 msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"
13733 msgid "request for member `%D' is ambiguous"
13734 msgstr "%s: ç åðéëïãÞ `%s' åßíáé áóáöÞò\n"
13737 msgid "%s %D(%T, %T, %T) <built-in>"
13741 msgid "%s %D(%T, %T) <built-in>"
13745 msgid "%s %D(%T) <built-in>"
13749 msgid "%s %T <conversion>"
13758 msgid "conversion from `%T' to `%T' is ambiguous"
13759 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
13762 msgid "incomplete type '%T' cannot be used to name a scope"
13765 #: cp/call.c:2706 cp/typeck.c:2176 cp/typeck.c:2205
13767 msgid "'%D' has no member named '%E'"
13768 msgstr "äåí åßóôå ìÝëïò ôçò ïìÜäáò `%s'"
13771 msgid "no matching function for call to `%D(%A)'"
13774 #: cp/call.c:2823 cp/call.c:4948
13775 msgid "call of overloaded `%D(%A)' is ambiguous"
13778 #. It's no good looking for an overloaded operator() on a
13779 #. pointer-to-member-function.
13782 msgid "pointer-to-member function %E cannot be called without an object; consider using .* or ->*"
13786 msgid "no match for call to `(%T) (%A)'"
13793 msgid "call of `(%T) (%A)' is ambiguous"
13794 msgstr "%s: ç åðéëïãÞ `-W %s' åßíáé äéöïñïýìåíç\n"
13797 msgid "%s for `%T ? %T : %T' operator"
13801 msgid "%s for `%T %s' operator"
13805 msgid "%s for `%T [%T]' operator"
13809 msgid "%s for `%T %s %T' operator"
13813 msgid "%s for `%s %T' operator"
13817 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
13822 msgid "`%E' has type `void' and is not a throw-expression"
13825 #: cp/call.c:3163 cp/call.c:3363
13826 msgid "operands to ?: have different types"
13830 msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
13834 msgid "enumeral and non-enumeral type in conditional expression"
13838 msgid "`%D' must be declared before use"
13842 msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"
13846 msgid "using synthesized `%#D' for copy assignment"
13850 msgid " where cfront would use `%#D'"
13854 msgid "comparison between `%#T' and `%#T'"
13858 msgid "no suitable `operator delete' for `%T'"
13862 msgid "`%+#D' is private"
13866 msgid "`%+#D' is protected"
13871 msgid "`%+#D' is inaccessible"
13872 msgstr "ôï `%s' åßíáé ìç-ðñïóðåëÜóéìï"
13875 msgid "within this context"
13880 msgid "invalid conversion from `%T' to `%T'"
13881 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
13883 #: cp/call.c:3987 cp/call.c:4126 cp/call.c:4128
13885 msgid " initializing argument %P of `%D'"
13886 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
13888 #: cp/call.c:4050 cp/call.c:4054
13889 msgid " initializing argument %P of `%D' from result of `%D'"
13892 #: cp/call.c:4060 cp/call.c:4063
13893 msgid " initializing temporary from result of `%D'"
13896 #. Undefined behavior [expr.call] 5.2.2/7. We used to just warn
13897 #. here and do a bitwise copy, but now cp_expr_size will abort if we
13900 msgid "cannot pass objects of non-POD type `%#T' through `...'; call will abort at runtime"
13903 #. Undefined behavior [expr.call] 5.2.2/7.
13905 msgid "cannot receive objects of non-POD type `%#T' through `...'"
13909 msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
13913 msgid "could not find class$ field in java interface type `%T'"
13918 msgid "call to non-function `%D'"
13919 msgstr "Äåí âñÝèçêáí URL óôï %s.\n"
13922 msgid "no matching function for call to `%T::%D(%A)%#V'"
13926 msgid "cannot call member function `%D' without object"
13930 msgid "passing `%T' chooses `%T' over `%T'"
13933 #: cp/call.c:5582 cp/decl2.c:4081
13935 msgid " in call to `%D'"
13936 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
13938 #: cp/call.c:5631 cp/call.c:5756
13939 msgid "choosing `%D' over `%D'"
13944 msgid " for conversion from `%T' to `%T'"
13945 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
13948 msgid " because conversion sequence for the argument is better"
13952 msgid " because worst conversion for the former is better than worst conversion for the latter"
13955 #: cp/call.c:5874 cp/call.c:5895
13957 msgid "could not convert `%E' to `%T'"
13958 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
13961 msgid "cannot convert from base `%T' to derived type `%T' via virtual base `%T'"
13965 msgid "`%#D' and `%#D' cannot be overloaded"
13970 msgid "duplicate enum value `%D'"
13971 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
13974 msgid "duplicate field `%D' (as enum and non-enum)"
13979 msgid "duplicate nested type `%D'"
13980 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
13983 msgid "duplicate field `%D' (as type and non-type)"
13988 msgid "duplicate member `%D'"
13989 msgstr "äéðëüò áñéèìüò ìçíýìáôïò"
13992 msgid "conflicting access specifications for method `%D', ignored"
13997 msgid "conflicting access specifications for field `%s', ignored"
14001 msgid "`%D' names constructor"
14006 msgid "`%D' invalid in `%T'"
14007 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
14010 msgid "no members matching `%D' in `%#T'"
14013 #: cp/class.c:1187 cp/class.c:1195
14015 msgid "`%D' invalid in `%#T'"
14016 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
14019 msgid " because of local method `%#D' with same name"
14023 msgid " because of local member `%#D' with same name"
14027 msgid "base class `%#T' has a non-virtual destructor"
14031 msgid "base `%T' with only non-default constructor in class without a constructor"
14035 msgid "all member functions in class `%T' are private"
14039 msgid "`%#T' only defines a private destructor and has no friends"
14043 msgid "`%#T' only defines private constructors and has no friends"
14046 #: cp/class.c:2038 cp/class.c:5172
14048 msgid "redefinition of `%#T'"
14049 msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
14053 msgid "previous definition of `%#T'"
14054 msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
14057 msgid "no unique final overrider for `%D' in `%T'"
14060 #. Here we know it is a hider, and no overrider exists.
14062 msgid "`%D' was hidden"
14067 msgstr " êáôÜ `%D'"
14070 msgid "ISO C++ forbids member `%D' with same name as enclosing class"
14073 #: cp/class.c:2700 cp/decl2.c:1327
14074 msgid "`%#D' invalid; an anonymous union can only have non-static data members"
14077 #: cp/class.c:2706 cp/decl2.c:1333
14078 msgid "private member `%#D' in anonymous union"
14081 #: cp/class.c:2709 cp/decl2.c:1335
14082 msgid "protected member `%#D' in anonymous union"
14086 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"
14090 msgid "bit-field `%#D' with non-integral type"
14094 msgid "bit-field `%D' width not an integer constant"
14099 msgid "negative width in bit-field `%D'"
14100 msgstr "Áñíçôéêü ðëÜôïò óôçí áðïôßìçóç"
14103 msgid "zero width for bit-field `%D'"
14107 msgid "width of `%D' exceeds its type"
14111 msgid "`%D' is too small to hold all values of `%#T'"
14115 msgid "member `%#D' with constructor not allowed in union"
14119 msgid "member `%#D' with destructor not allowed in union"
14123 msgid "member `%#D' with copy assignment operator not allowed in union"
14127 msgid "multiple fields in union `%T' initialized"
14131 msgid "field `%D' in local class cannot be static"
14135 msgid "field `%D' invalidly declared function type"
14139 msgid "field `%D' invalidly declared method type"
14143 msgid "field `%D' invalidly declared offset type"
14146 #. Unions cannot have static members.
14148 msgid "field `%D' declared static in union"
14152 msgid "non-static reference `%#D' in class without a constructor"
14156 msgid "non-static const member `%#D' in class without a constructor"
14161 msgid "field `%#D' with same name as class"
14162 msgstr "ÕðÜñ÷åé áíôéêåßìåíï ìå ôï ßäéï üíïìá"
14165 msgid "`%#T' has pointer data members"
14169 msgid " but does not override `%T(const %T&)'"
14173 msgid " or `operator=(const %T&)'"
14177 msgid " but does not override `operator=(const %T&)'"
14181 msgid "offset of empty base `%T' may not be ABI-compliant and maychange in a future version of GCC"
14185 msgid "class `%T' will be considered nearly empty in a future version of GCC"
14189 msgid "initializer specified for non-virtual method `%D'"
14193 msgid "offset of virtual base `%T' is not ABI-compliant and may change in a future version of GCC"
14197 msgid "direct base `%T' inaccessible in `%T' due to ambiguity"
14201 msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"
14205 msgid "size assigned to `%T' may not be ABI-compliant and may change in a future version of GCC"
14209 msgid "offset of `%D' is not ABI-compliant and may change in a future version of GCC"
14213 msgid "`%D' contains empty classes which may cause base classes to be placed at different locations in a future version of GCC"
14217 msgid "layout of classes derived from empty class `%T' may change in a future version of GCC"
14221 msgid "`%#T' has virtual functions but non-virtual destructor"
14225 msgid "trying to finish struct, but kicked out due to previous parse errors"
14230 msgid "language string `\"%s\"' not recognized"
14234 msgid "cannot resolve overloaded function `%D' based on conversion to type `%T'"
14238 msgid "no matches converting function `%D' to type `%#T'"
14242 msgid "converting overloaded function `%D' to type `%#T' is ambiguous"
14246 msgid "assuming pointer to member `%D'"
14251 msgid "(a pointer to member can only be formed with `&%E')"
14254 #: cp/class.c:6174 cp/class.c:6345 cp/class.c:6352
14256 msgid "not enough type information"
14257 msgstr "åìöÜíéóç ðëçñïöïñéþí ðñïüäïõ"
14260 msgid "argument of type `%T' does not match `%T'"
14264 msgid "invalid operation on uninstantiated type"
14267 #. [basic.scope.class]
14269 #. A name N used in a class S shall refer to the same declaration
14270 #. in its context and when re-evaluated in the completed scope of
14272 #: cp/class.c:6612 cp/decl.c:1006 cp/decl.c:3102 cp/pt.c:1845
14274 msgid "declaration of `%#D'"
14275 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
14278 msgid "changes meaning of `%D' from `%+#D'"
14282 msgid "can't convert from incomplete type `%T' to `%T'"
14287 msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
14288 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
14292 msgid "converting from `%T' to `%T'"
14293 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
14295 #: cp/cvt.c:201 cp/cvt.c:205
14296 msgid "pointer to member cast from `%T' to `%T' is via virtual base"
14299 #: cp/cvt.c:223 cp/cvt.c:236 cp/cvt.c:283
14301 msgid "cannot convert `%E' from type `%T' to type `%T'"
14302 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
14306 msgid "invalid conversion from '%T' to '%T'"
14307 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
14311 msgid "conversion from `%T' to `%T' discards qualifiers"
14312 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
14315 msgid "casting `%T' to `%T' does not dereference pointer"
14320 msgid "cannot convert type `%T' to type `%T'"
14321 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
14325 msgid "conversion from `%#T' to `%#T'"
14326 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
14329 msgid "`%#T' used where a `%T' was expected"
14333 msgid "the address of `%D', will always be `true'"
14337 msgid "`%#T' used where a floating point value was expected"
14342 msgid "conversion from `%T' to non-scalar type `%T' requested"
14343 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
14346 msgid "object of incomplete type `%T' will not be accessed in %s"
14350 msgid "object of type `%T' will not be accessed in %s"
14354 msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
14357 #. [over.over] enumerates the places where we can take the address
14358 #. of an overloaded function, and this is not one of them.
14361 msgid "%s cannot resolve address of overloaded function"
14364 #. Only warn when there is no &.
14367 msgid "%s is a reference, not call, to function `%E'"
14371 msgid "converting NULL to non-pointer type"
14375 msgid "ambiguous default type conversion from `%T'"
14379 msgid " candidate conversions include `%D' and `%D'"
14382 #: cp/decl.c:1007 cp/decl.c:3205
14383 msgid "conflicts with previous declaration `%#D'"
14387 msgid "label `%D' used but not defined"
14391 msgid "label `%D' defined but not used"
14395 msgid "namespace alias `%D' not allowed here, assuming `%D'"
14398 #: cp/decl.c:3008 cp/decl.c:3413
14399 msgid "previous declaration of `%D'"
14402 #: cp/decl.c:3089 cp/decl.c:3127
14403 msgid "shadowing %s function `%#D'"
14407 msgid "library function `%#D' redeclared as non-function `%#D'"
14411 msgid "conflicts with built-in declaration `%#D'"
14414 #: cp/decl.c:3122 cp/decl.c:3219 cp/decl.c:3235
14415 msgid "new declaration `%#D'"
14419 msgid "ambiguates built-in declaration `%#D'"
14423 msgid "`%#D' redeclared as different kind of symbol"
14427 msgid "previous declaration of `%#D'"
14431 msgid "declaration of template `%#D'"
14434 #: cp/decl.c:3220 cp/decl.c:3236
14435 msgid "ambiguates old declaration `%#D'"
14439 msgid "declaration of C function `%#D' conflicts with"
14443 msgid "previous declaration `%#D' here"
14447 msgid "conflicting types for `%#D'"
14451 msgid "previous declaration as `%#D'"
14455 msgid "`%#D' previously defined here"
14460 msgid "`%#D' previously declared here"
14461 msgstr "Äåí õðÜñ÷åé ðñïçãïýìåíç êáíïíéêÞ Ýêöñáóç"
14463 #. Prototype decl follows defn w/o prototype.
14465 msgid "prototype for `%#D'"
14469 msgid "follows non-prototype definition here"
14473 msgid "previous declaration of `%#D' with %L linkage"
14477 msgid "conflicts with new declaration with %L linkage"
14480 #: cp/decl.c:3338 cp/decl.c:3345
14481 msgid "default argument given for parameter %d of `%#D'"
14484 #: cp/decl.c:3340 cp/decl.c:3347
14486 msgid "after previous specification in `%#D'"
14487 msgstr "%s: Ìç Ýãêõñç ñýèìéóç `%s'.\n"
14490 msgid "`%#D' was used before it was declared inline"
14494 msgid "previous non-inline declaration here"
14498 msgid "redundant redeclaration of `%D' in same scope"
14503 msgid "declaration of `%F' throws different exceptions"
14508 msgid "than previous declaration `%F'"
14511 #. From [temp.expl.spec]:
14513 #. If a template, a member template or the member of a class
14514 #. template is explicitly specialized then that
14515 #. specialization shall be declared before the first use of
14516 #. that specialization that would cause an implicit
14517 #. instantiation to take place, in every translation unit in
14518 #. which such a use occurs.
14520 msgid "explicit specialization of %D after first use"
14524 msgid "`%#D' used prior to declaration"
14528 msgid "redeclaration of `wchar_t' as `%T'"
14531 #. A redeclaration of main, but not a duplicate of the
14534 #. [basic.start.main]
14536 #. This function shall not be overloaded.
14539 msgid "invalid redeclaration of `%D'"
14540 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
14547 msgid "previous external decl of `%#D'"
14551 msgid "`%D' was previously implicitly declared to return `int'"
14555 msgid "extern declaration of `%#D' doesn't match"
14559 msgid "global declaration `%#D'"
14563 msgid "declaration of `%#D' shadows a parameter"
14568 msgid "declaration of `%s' shadows a member of `this'"
14573 msgid "`%#D' hides constructor for `%#T'"
14574 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
14577 msgid "`%#D' conflicts with previous using declaration `%#D'"
14581 msgid "previous non-function declaration `%#D'"
14585 msgid "conflicts with function declaration `%#D'"
14589 msgid "implicit declaration of function `%#D'"
14590 msgstr "áõôïíüçôç äéáêýñçîç ôçò óõíÜñôçóçò `%#D'"
14594 msgid "label `%s' referenced outside of any function"
14597 #: cp/decl.c:4920 cp/decl.c:4944 cp/decl.c:5037
14598 msgid "jump to label `%D'"
14601 #: cp/decl.c:4922 cp/decl.c:4946
14602 msgid "jump to case label"
14606 msgid " crosses initialization of `%#D'"
14609 #: cp/decl.c:4933 cp/decl.c:5053
14610 msgid " enters scope of non-POD `%#D'"
14613 #: cp/decl.c:4953 cp/decl.c:5057
14614 msgid " enters try block"
14617 #. Can't skip init of __exception_info.
14618 #: cp/decl.c:4955 cp/decl.c:5049 cp/decl.c:5059
14619 msgid " enters catch block"
14627 msgid " skips initialization of `%#D'"
14631 msgid "label named wchar_t"
14636 msgid "duplicate label `%D'"
14637 msgstr "äéðëü êëåéäß"
14641 msgid "case label `%E' not within a switch statement"
14644 #. Definition isn't the kind we were looking for.
14645 #: cp/decl.c:5354 cp/decl.c:5373
14646 msgid "`%#D' redeclared as %C"
14649 #. This happens for A::B where B is a template, and there are no
14650 #. template arguments.
14651 #: cp/decl.c:5461 cp/typeck.c:2062 cp/typeck.c:2217
14653 msgid "invalid use of `%D'"
14654 msgstr "Ìç Ýãêõñç çìåñïìçíßá `%s'."
14658 msgid "`%D::%D' is not a template"
14659 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
14662 msgid "`%D' undeclared in namespace `%D'"
14666 msgid "`%D' used without template parameters"
14669 #: cp/decl.c:5663 cp/decl.c:5679 cp/decl.c:5783
14670 msgid "no class template named `%#T' in `%#T'"
14673 #: cp/decl.c:5702 cp/decl.c:5712 cp/decl.c:5744
14674 msgid "no type named `%#T' in `%#T'"
14678 msgid "lookup of `%D' finds `%#D'"
14682 msgid " instead of `%D' from dependent base class"
14686 msgid " (use `typename %T::%D' if that's what you meant)"
14691 msgid "name lookup of `%D' changed"
14692 msgstr "ç ïìÜäá ôïõ %s Üëëáîå óå %s\n"
14695 msgid " matches this `%D' under ISO standard rules"
14699 msgid " matches this `%D' under old rules"
14702 #: cp/decl.c:6021 cp/decl.c:6028
14704 msgid "name lookup of `%D' changed for new ISO `for' scoping"
14705 msgstr "ç ïìÜäá ôïõ %s Üëëáîå óå %s\n"
14708 msgid " cannot use obsolete binding at `%D' because it has a destructor"
14712 msgid " using obsolete binding at `%D'"
14716 msgid "lookup of `%D' in the scope of `%#T' (`%#D') does not match lookup in the current scope (`%#D')"
14720 msgid "an anonymous union cannot have function members"
14724 msgid "member %#D' with constructor not allowed in anonymous aggregate"
14728 msgid "member %#D' with destructor not allowed in anonymous aggregate"
14732 msgid "member %#D' with copy assignment operator not allowed in anonymous aggregate"
14736 msgid "redeclaration of C++ built-in type `%T'"
14740 msgid "multiple types in one declaration"
14744 msgid "missing type-name in typedef-declaration"
14748 msgid "ISO C++ prohibits anonymous structs"
14752 msgid "`%D' can only be specified for functions"
14756 msgid "`%D' can only be specified inside a class"
14760 msgid "`%D' can only be specified for constructors"
14764 msgid "`%D' can only be specified for objects and functions"
14767 #: cp/decl.c:7312 cp/decl2.c:927
14768 msgid "typedef `%D' is initialized (use __typeof__ instead)"
14772 msgid "function `%#D' is initialized like a variable"
14776 msgid "declaration of `%#D' has `extern' and is initialized"
14781 msgid "`%#D' is not a static member of `%#T'"
14782 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
14785 msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
14788 # src/request.c:263
14791 msgid "duplicate initialization of %D"
14792 msgstr "Ôï âÞìá áñ÷éêïðïßçóçò áðÝôõ÷å"
14795 msgid "declaration of `%#D' outside of class is not definition"
14799 msgid "variable `%#D' has initializer but incomplete type"
14802 #: cp/decl.c:7464 cp/decl.c:8006
14803 msgid "elements of array `%#D' have incomplete type"
14807 msgid "aggregate `%#D' has incomplete type and cannot be defined"
14811 msgid "`%D' declared as reference but not initialized"
14815 msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"
14820 msgid "cannot initialize `%T' from `%T'"
14821 msgstr "äåí åßíáé äõíáôü íá ìåôáíïìáóôåß ôï `.' Þ ôï `..'"
14824 msgid "initializer fails to determine size of `%D'"
14829 msgid "array size missing in `%D'"
14830 msgstr "óöÜëìá êáôÜ ôï êëåßóéìï ôçò åéóüäïõ `%s'"
14833 msgid "zero-size array `%D'"
14836 #. An automatic variable with an incomplete type: that is an error.
14837 #. Don't talk about array types here, since we took care of that
14838 #. message in grokdeclarator.
14840 msgid "storage size of `%D' isn't known"
14844 msgid "storage size of `%D' isn't constant"
14848 msgid "sorry: semantics of inline function static data `%#D' are wrong (you'll wind up with multiple copies)"
14852 msgid " you can work around this by removing the initializer"
14857 msgid "uninitialized const `%D'"
14858 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
14862 msgid "brace-enclosed initializer used to initialize `%T'"
14863 msgstr "ìç Ýãêõñï byte Þ ëßóôá ðåäßùí"
14866 msgid "initializer for `%T' must be brace-enclosed"
14871 msgid "too many initializers for `%T'"
14872 msgstr "ìç Ýãêõñï byte Þ ëßóôá ðåäßùí"
14875 msgid "variable-sized object `%D' may not be initialized"
14879 msgid "`%D' has incomplete type"
14883 msgid "`%D' must be initialized by constructor, not by `{...}'"
14887 msgid "structure `%D' with uninitialized const members"
14891 msgid "structure `%D' with uninitialized reference members"
14895 msgid "assignment (not initialization) in declaration"
14899 msgid "cannot initialize `%D' to namespace `%D'"
14903 msgid "shadowing previous type declaration of `%#D'"
14907 msgid "`%D' cannot be thread-local because it has non-POD type `%T'"
14911 msgid "`%D' is thread-local and so cannot be dynamically initialized"
14914 #: cp/decl.c:8864 cp/init.c:547
14915 msgid "multiple initializations given for `%D'"
14920 msgid "invalid catch parameter"
14921 msgstr "Ìç Ýãêõñïò ÷áñáêôÞñáò ðáñáâïëÞò"
14924 msgid "destructor for alien class `%T' cannot be a member"
14928 msgid "constructor for alien class `%T' cannot be a member"
14932 msgid "`%D' declared as a `virtual' %s"
14936 msgid "`%D' declared as an `inline' %s"
14940 msgid "`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
14944 msgid "`%D' declared as a friend"
14948 msgid "`%D' declared with an exception specification"
14952 msgid "cannot declare `::main' to be a template"
14956 msgid "cannot declare `::main' to be inline"
14960 msgid "cannot declare `::main' to be static"
14964 msgid "`main' must return `int'"
14968 msgid "non-local function `%#D' uses anonymous type"
14972 msgid "`%#D' does not refer to the unqualified type, so it is not used for linkage"
14976 msgid "non-local function `%#D' uses local type `%T'"
14980 msgid "%smember function `%D' cannot have `%T' method qualifier"
14984 msgid "defining explicit specialization `%D' in friend declaration"
14987 #. Something like `template <class T> friend void f<T>()'.
14989 msgid "invalid use of template-id `%D' in declaration of primary template"
14993 msgid "default arguments are not allowed in declaration of friend template specialization `%D'"
14997 msgid "`inline' is not allowed in declaration of friend template specialization `%D'"
15001 msgid "definition of implicitly-declared `%D'"
15004 #: cp/decl.c:9394 cp/decl2.c:776
15005 msgid "no `%#D' member function declared in class `%T'"
15009 msgid "non-local variable `%#D' uses local type `%T'"
15013 msgid "invalid in-class initialization of static data member of non-integral type `%T'"
15017 msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"
15021 msgid "ISO C++ forbids initialization of member constant `%D' of non-integral type `%T'"
15025 msgid "size of array `%D' has non-integer type"
15029 msgid "size of array has non-integer type"
15033 msgid "size of array `%D' is negative"
15037 msgid "size of array is negative"
15041 msgid "ISO C++ forbids zero-size array `%D'"
15045 msgid "ISO C++ forbids zero-size array"
15049 msgid "size of array `%D' is not an integral constant-expression"
15053 msgid "size of array is not an integral constant-expression"
15057 msgid "ISO C++ forbids variable-size array `%D'"
15061 msgid "ISO C++ forbids variable-size array"
15065 msgid "overflow in array dimension"
15069 msgid "declaration of `%D' as %s"
15074 msgid "creating %s"
15075 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
15078 msgid "declaration of `%D' as multidimensional array must have bounds for all dimensions except the first"
15082 msgid "multidimensional array must have bounds for all dimensions except the first"
15086 msgid "return type specification for constructor invalid"
15090 msgid "return type specification for destructor invalid"
15094 msgid "operator `%T' declared to return `%T'"
15098 msgid "return type specified for `operator %T'"
15102 msgid "destructors must be member functions"
15106 msgid "destructor `%T' must match class name `%T'"
15110 msgid "variable declaration is not allowed here"
15115 msgid "invalid declarator"
15116 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
15119 msgid "declarator-id missing; using reserved word `%D'"
15123 msgid "type `%T' is not derived from type `%T'"
15126 #. Parse error puts this typespec where
15127 #. a declarator should go.
15129 msgid "`%T' specified as declarator-id"
15133 msgid " perhaps you want `%T' for a constructor"
15136 #. Sometimes, we see a template-name used as part of a
15137 #. decl-specifier like in
15138 #. std::allocator alloc;
15139 #. Handle that gracefully.
15142 msgid "invalid use of template-name '%E' in a declarator"
15143 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
15146 msgid "declaration of `%D' as non-function"
15151 msgid "`bool' is now a keyword"
15152 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
15155 msgid "extraneous `%T' ignored"
15158 #: cp/decl.c:10418 cp/decl.c:10463
15160 msgid "multiple declarations `%T' and `%T'"
15161 msgstr "ðïëëáðëüò áñéèìüò åðéëïãþí ôçí åíôïëÞ `s'"
15164 msgid "ISO C++ does not support `long long'"
15167 #: cp/decl.c:10536 cp/decl.c:10539
15169 msgid "ISO C++ forbids declaration of `%s' with no type"
15172 #. The implicit typename extension is deprecated and will be
15173 #. removed. Warn about its use now.
15175 msgid "`%T' is implicitly a typename"
15180 msgid "short, signed or unsigned invalid for `%s'"
15185 msgid "long and short specified together for `%s'"
15190 msgid "signed and unsigned given together for `%s'"
15194 msgid "qualifiers are not allowed on declaration of `operator %T'"
15198 msgid "member `%D' cannot be declared both virtual and static"
15203 msgid "`%T::%D' is not a valid declarator"
15204 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
15207 msgid "storage class specifiers invalid in parameter declarations"
15211 msgid "typedef declaration invalid in parameter declaration"
15215 msgid "virtual outside class declaration"
15220 msgid "storage class specified for %s `%s'"
15224 msgid "storage class specifiers invalid in friend function declarations"
15228 msgid "destructor cannot be static member function"
15233 msgid "destructors may not be `%s'"
15237 msgid "constructor cannot be static member function"
15241 msgid "constructors cannot be declared virtual"
15246 msgid "constructors may not be `%s'"
15250 msgid "return value type specifier for constructor ignored"
15255 msgid "can't initialize friend function `%s'"
15256 msgstr "Äåí Þôáí äõíáôÞ ç åýñåóç åôéêÝôôáò ãéá ìåôáãùãÞ óôï `%s'"
15258 #. Cannot be both friend and virtual.
15260 msgid "virtual functions cannot be friends"
15265 msgid "friend declaration not in class definition"
15266 msgstr "óõíôáêôéêü óöÜëìá óôïí ïñéóìü êëÜóçò ÷áñáêôÞñùí"
15270 msgid "can't define friend function `%s' in a local class definition"
15274 msgid "destructors may not have parameters"
15277 #: cp/decl.c:11175 cp/decl.c:11182
15279 msgid "cannot declare reference to `%#T'"
15280 msgstr "áäõíáìßá áëëáãÞò óôï êáôÜëïãï %s"
15284 msgid "cannot declare pointer to `%#T'"
15285 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
15288 msgid "cannot declare pointer to `%#T' member"
15292 msgid "extra qualification `%T::' on member `%s' ignored"
15296 msgid "cannot declare member function `%T::%s' within `%T'"
15301 msgid "cannot declare member `%T::%s' within `%T'"
15302 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
15305 msgid "data member may not have variably modified type `%T'"
15308 #. [dcl.fct.spec] The explicit specifier shall only be used in
15309 #. declarations of constructors within a class definition.
15311 msgid "only declarations of constructors can be `explicit'"
15316 msgid "non-member `%s' cannot be declared `mutable'"
15321 msgid "non-object member `%s' cannot be declared `mutable'"
15326 msgid "function `%s' cannot be declared `mutable'"
15331 msgid "static `%s' cannot be declared `mutable'"
15336 msgid "const `%s' cannot be declared `mutable'"
15340 msgid "template-id `%D' used as a declarator"
15344 msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"
15348 msgid "typedef name may not be class-qualified"
15352 msgid "invalid type qualifier for non-member function type"
15356 msgid "type qualifiers specified for friend class declaration"
15360 msgid "`inline' specified for friend class declaration"
15365 msgid "template parameters cannot be friends"
15366 msgstr "ï äéá÷ùñéóôÞò äå ìðïñåß íá åßíáé êåíüò"
15369 msgid "friend declaration requires class-key, i.e. `friend class %T::%D'"
15373 msgid "friend declaration requires class-key, i.e. `friend %#T'"
15377 msgid "trying to make class `%T' a friend of global scope"
15381 msgid "invalid qualifiers on non-member function type"
15385 msgid "abstract declarator `%T' used as declaration"
15389 msgid "unnamed variable or field declared void"
15393 msgid "variable or field declared void"
15397 msgid "cannot use `::' in parameter declaration"
15400 #. Something like struct S { int N::j; };
15403 msgid "invalid use of `::'"
15404 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
15407 msgid "function `%D' cannot be declared friend"
15411 msgid "can't make `%D' into a method -- not in a class"
15415 msgid "function `%D' declared virtual inside a union"
15419 msgid "`%D' cannot be declared virtual, since it is always static"
15423 msgid "field `%D' has incomplete type"
15427 msgid "name `%T' has incomplete type"
15431 msgid " in instantiation of template `%T'"
15436 msgid "`%s' is neither function nor member function; cannot be declared friend"
15440 msgid "member functions are implicitly friends of their class"
15443 #. An attempt is being made to initialize a non-static
15444 #. member. But, from [class.mem]:
15446 #. 4 A member-declarator can contain a
15447 #. constant-initializer only if it declares a static
15448 #. member (_class.static_) of integral or enumeration
15449 #. type, see _class.static.data_.
15451 #. This used to be relatively common practice, but
15452 #. the rest of the compiler does not correctly
15453 #. handle the initialization unless the member is
15454 #. static so we make it static below.
15456 msgid "ISO C++ forbids initialization of member `%D'"
15460 msgid "making `%D' static"
15464 msgid "ISO C++ forbids static data member `%D' with same name as enclosing class"
15469 msgid "storage class `auto' invalid for function `%s'"
15474 msgid "storage class `register' invalid for function `%s'"
15479 msgid "storage class `__thread' invalid for function `%s'"
15480 msgstr "ìç Ýãêõñç ôÜîç ÷áñáêôÞñùí `%s'"
15484 msgid "storage class `static' invalid for function `%s' declared out of global scope"
15489 msgid "storage class `inline' invalid for function `%s' declared out of global scope"
15494 msgid "virtual non-class function `%s'"
15498 msgid "cannot declare member function `%D' to have static linkage"
15501 #. FIXME need arm citation
15503 msgid "cannot declare static function inside another function"
15507 msgid "`static' may not be used when defining (as opposed to declaring) a static data member"
15511 msgid "static member `%D' declared `register'"
15515 msgid "cannot explicitly declare member `%#D' to have extern linkage"
15519 msgid "default argument for `%#D' has type `%T'"
15523 msgid "default argument for parameter of type `%T' has type `%T'"
15527 msgid "default argument `%E' uses local variable `%D'"
15532 msgid "invalid string constant `%E'"
15533 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
15536 msgid "invalid integer constant in parameter list, did you forget to give parameter name?"
15540 msgid "parameter `%D' invalidly declared method type"
15544 msgid "parameter `%D' invalidly declared offset type"
15548 msgid "parameter `%D' includes %s to array of unknown bound `%T'"
15553 #. A declaration of a constructor for a class X is ill-formed if
15554 #. its first parameter is of type (optionally cv-qualified) X
15555 #. and either there are no other parameters or else all other
15556 #. parameters have default arguments.
15558 #. We *don't* complain about member template instantiations that
15559 #. have this form, though; they can occur as we try to decide
15560 #. what constructor to use during overload resolution. Since
15561 #. overload resolution will never prefer such a constructor to
15562 #. the non-template copy constructor (which is either explicitly
15563 #. or implicitly defined), there's no need to worry about their
15564 #. existence. Theoretically, they should never even be
15565 #. instantiated, but that's hard to forestall.
15567 msgid "invalid constructor; you probably meant `%T (const %T&)'"
15571 msgid "`%D' must be a nonstatic member function"
15575 msgid "`%D' must be either a non-static member function or a non-member function"
15579 msgid "`%D' must have an argument of class or enumerated type"
15584 msgid "conversion to %s%s will never use a type conversion operator"
15589 msgid "ISO C++ prohibits overloading operator ?:"
15593 msgid "postfix `%D' must take `int' as its argument"
15597 msgid "postfix `%D' must take `int' as its second argument"
15601 msgid "`%D' must take either zero or one argument"
15605 msgid "`%D' must take either one or two arguments"
15609 msgid "prefix `%D' should return `%T'"
15613 msgid "postfix `%D' should return `%T'"
15617 msgid "`%D' must take `void'"
15620 #: cp/decl.c:12929 cp/decl.c:12937
15621 msgid "`%D' must take exactly one argument"
15625 msgid "`%D' must take exactly two arguments"
15629 msgid "user-defined `%D' always evaluates both arguments"
15633 msgid "`%D' should return by value"
15636 #: cp/decl.c:12973 cp/decl.c:12976
15637 msgid "`%D' cannot have default arguments"
15641 msgid "`%s %T' declares a new type at namespace scope"
15645 msgid " names from dependent base classes are not visible to unqualified name lookup - to refer to the inherited type, say `%s %T::%T'"
15649 msgid "using typedef-name `%D' after `%s'"
15653 msgid "using template type parameter `%T' after `%s'"
15657 msgid "use of enum `%#D' without previous declaration"
15661 msgid "derived union `%T' invalid"
15665 msgid "base type `%T' fails to be a struct or class type"
15669 msgid "base class `%T' has incomplete type"
15673 msgid "recursive type `%T' undefined"
15678 msgid "duplicate base type `%T' invalid"
15679 msgstr "äéðëüò ïñéóìüò óõíüëïõ"
15683 msgid "multiple definition of `%#T'"
15684 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
15687 msgid "previous definition here"
15691 msgid "enumerator value for `%D' not integer constant"
15695 msgid "overflow in enumeration values at `%D'"
15699 msgid "return type `%#T' is incomplete"
15703 msgid "semicolon missing after declaration of `%#T'"
15707 msgid "return type for `main' changed to `int'"
15711 msgid "`%D' implicitly declared before its definition"
15714 #: cp/decl.c:13904 cp/typeck.c:6229
15715 msgid "`operator=' should return a reference to `*this'"
15719 msgid "parameter `%D' declared void"
15723 msgid "`%D' is already defined in class `%T'"
15727 msgid "static member function `%#D' declared with type qualifiers"
15732 msgid "duplicate type qualifiers in %s declaration"
15736 msgid "template `%#D' instantiated in file without #pragma interface"
15740 msgid "template `%#D' defined in file without #pragma interface"
15744 msgid "name missing for member function"
15747 #. Something has gone very wrong. Assume we are mistakenly reducing
15748 #. an expression instead of a declaration.
15750 msgid "parser may be lost: is there a '{' missing somewhere?"
15753 #: cp/decl2.c:460 cp/decl2.c:474
15754 msgid "ambiguous conversion for array subscript"
15758 msgid "invalid types `%T[%T]' for array subscript"
15762 msgid "type `%#T' argument given to `delete', expected pointer"
15766 msgid "anachronistic use of array size in vector delete"
15770 msgid "cannot delete a function. Only pointer-to-objects are valid arguments to `delete'"
15774 msgid "deleting `%T' is undefined"
15778 msgid "deleting array `%#D'"
15781 #. 14.5.2.2 [temp.mem]
15783 #. A local class shall not have member templates.
15785 msgid "invalid declaration of member template `%#D' in local class"
15789 msgid "invalid use of `virtual' in template declaration of `%#D'"
15792 #: cp/decl2.c:602 cp/pt.c:2586
15793 msgid "template declaration of `%#D'"
15797 msgid "Java method '%D' has non-Java return type `%T'"
15801 msgid "Java method '%D' has non-Java parameter type `%T'"
15806 msgid "prototype for `%#D' does not match any in class `%T'"
15807 msgstr "ôï áñ÷åßï äåäïìÝíùí ðñïößë `%s' äåí ôáéñéÜæåé ìå ôï äéáìïéñáæüìåíï áíôéêåßìåíï `%s'"
15811 msgid "local class `%#T' shall not have static data member `%#D'"
15812 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
15815 msgid "initializer invalid for static member with constructor"
15819 msgid "(an out of class initialization is required)"
15823 msgid "invalid data member initialization"
15827 msgid "(use `=' to initialize static data members)"
15831 msgid "member `%D' conflicts with virtual function table field name"
15835 msgid "`%D' is already defined in `%T'"
15839 msgid "field initializer is not constant"
15843 msgid "`asm' specifiers are not permitted on non-static data members"
15847 msgid "cannot declare `%D' to be a bit-field type"
15851 msgid "cannot declare bit-field `%D' with function type"
15855 msgid "`%D' is already defined in the class %T"
15859 msgid "static member `%D' cannot be a bit-field"
15863 msgid "initializer specified for non-member function `%D'"
15868 msgid "invalid initializer for virtual method `%D'"
15869 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
15872 msgid "anonymous struct not inside named type"
15876 msgid "namespace-scope anonymous aggregates must be static"
15880 msgid "anonymous aggregate with no members"
15884 msgid "`operator new' must return type `%T'"
15888 msgid "`operator new' takes type `size_t' (`%T') as first parameter"
15892 msgid "`operator delete' must return type `%T'"
15896 msgid "`operator delete' takes type `%T' as first parameter"
15899 #. Overflow occurred. That means there are at least 4 billion
15900 #. initialization functions.
15902 msgid "too many initialization functions required"
15906 msgid "inline function `%D' used but never defined"
15911 msgid "use of old-style cast"
15912 msgstr "ðáëáéïý åßäïõò èÝóç"
15918 msgid "use of `%D' is ambiguous"
15919 msgstr "%s: ç åðéëïãÞ `%s' åßíáé áóáöÞò\n"
15922 msgid " first declared as `%#D' here"
15926 msgid " also declared as `%#D' here"
15930 msgid "`%D' denotes an ambiguous type"
15934 msgid " first type here"
15938 msgid " other type here"
15942 msgid "declaration of `%D' not in a namespace surrounding `%D'"
15946 msgid "`%D' should have been declared inside `%D'"
15951 msgid "`%D' is not a function,"
15952 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
15955 msgid " conflict with `%D'"
15958 #. The parser did not find it, so it's not there.
15961 msgid "unknown namespace `%D'"
15962 msgstr "Üãíùóôï óåô `%s'"
15964 #: cp/decl2.c:4430 cp/decl2.c:4707
15966 msgid "`%T' is not a namespace"
15967 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
15971 msgid "`%D' is not a namespace"
15972 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
15975 msgid "a using-declaration cannot specify a template-id. Try `using %D'"
15979 msgid "namespace `%D' not allowed in using-declaration"
15984 msgid "`%D' not declared"
15985 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
15988 msgid "`%D' is already declared in this scope"
15992 msgid "using declaration `%D' introduced ambiguous type `%T'"
15996 msgid "using-declaration for non-member at class scope"
16000 msgid "using-declaration for destructor"
16004 msgid "a using-declaration cannot specify a template-id. Try `using %T::%D'"
16008 msgid "namespace `%T' undeclared"
16012 msgid "default argument missing for parameter %P of `%+#D'"
16016 msgid "extra qualification `%T::' on member `%D' ignored"
16021 msgid "`%T' does not have a class or union named `%D'"
16022 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16026 msgid "`%T' is not a class or union type"
16027 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16031 msgid "template argument is required for `%T'"
16032 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
16036 msgid "`%s' not supported by %s"
16037 msgstr "Äåí õðïóôçñßæåôáé"
16041 msgid "<anonymous %s>"
16046 msgid "(static %s for %s)"
16056 msgid "In %s `%s':"
16061 msgid "%s: In instantiation of `%s':\n"
16062 msgstr "%s: Ìç Ýãêõñç ñýèìéóç `%s'.\n"
16066 msgid "%s:%d: instantiated from `%s'\n"
16071 msgid "%s:%d: instantiated from here\n"
16074 #. damn ICE suppression
16077 msgid "unexpected letter `%c' in locate_error\n"
16080 #. Can't throw a reference.
16082 msgid "type `%T' is disallowed in Java `throw' or `catch'"
16086 msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
16089 #. Thrown object must be a Throwable.
16091 msgid "type `%T' is not derived from `java::lang::Throwable'"
16095 msgid "mixing C++ and Java catches in a single translation unit"
16099 msgid "throwing NULL, which has integral, not pointer type"
16103 msgid " in thrown expression"
16107 msgid "expression '%E' of abstract class type '%T' cannot be used in throw-expression"
16111 msgid "exception of type `%T' will be caught"
16115 msgid " by earlier handler for `%T'"
16119 msgid "`...' handler must be the last handler for its try block"
16123 msgid "`%D' is already a friend of class `%T'"
16127 msgid "previous friend declaration of `%D'"
16131 msgid "invalid type `%T' declared `friend'"
16135 #. Friend declarations shall not declare partial
16136 #. specializations.
16138 msgid "partial specialization `%T' declared `friend'"
16142 msgid "class `%T' is implicitly friends with itself"
16145 #. template <class T> friend typename S<T>::X;
16147 msgid "typename type `%#T' declared `friend'"
16150 #. template <class T> friend class T;
16152 msgid "template parameter type `%T' declared `friend'"
16155 #. template <class T> friend class A; where A is not a template
16158 msgid "`%#T' is not a template"
16159 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16163 msgid "`%T' is already a friend of `%T'"
16164 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
16167 msgid "member `%D' declared as friend before type `%T' defined"
16171 msgid "friend declaration `%#D' declares a non-template function"
16175 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"
16178 #: cp/g++spec.c:209 java/jvspec.c:423
16180 msgid "argument to `%s' missing\n"
16181 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
16184 msgid "`%D' should be initialized in the member initialization list"
16188 msgid "default-initialization of `%#D', which has reference type"
16192 msgid "uninitialized reference member `%D'"
16196 msgid "initializer list treated as compound expression"
16200 msgid "`%D' will be initialized after"
16205 msgid "base `%T' will be initialized after"
16206 msgstr "ç êëÜóç ÷áñáêôÞñùí `%s' ïñßóôçêå Þäç"
16216 msgstr " êáôÜ `%D'"
16218 # src/request.c:263
16221 msgid "multiple initializations given for base `%T'"
16222 msgstr "Ôï âÞìá áñ÷éêïðïßçóçò áðÝôõ÷å"
16225 msgid "initializations for multiple members of `%T'"
16229 msgid "base class `%#T' should be explicitly initialized in the copy constructor"
16233 msgid "class `%T' does not have any field named `%D'"
16237 msgid "field `%#D' is static; the only point of initialization is its definition"
16241 msgid "unnamed initializer for `%T', which has no base classes"
16245 msgid "unnamed initializer for `%T', which uses multiple inheritance"
16249 msgid "type `%D' is not a direct or virtual base of `%T'"
16254 msgid "type `%D' is not a direct base of `%T'"
16255 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
16257 #. Handle bad initializers like:
16261 #. COMPLEX(double r = 0.0, double i = 0.0) {re = r; im = i;};
16265 #. int main(int argc, char **argv) {
16266 #. COMPLEX zees(1.0, 0.0)[10];
16270 msgid "bad array initializer"
16275 msgid "`%T' is not an aggregate type"
16276 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16279 msgid "`%T' fails to be an aggregate typedef"
16283 msgid "type `%T' is of non-aggregate type"
16287 msgid "cannot call destructor `%T::~%T' without object"
16292 msgid "invalid use of non-static field `%D'"
16293 msgstr "ìç Ýãêõñïò áñéèìüò áðü óôÞëåò: `%s'"
16295 #. We can get here when processing a bad default
16297 #. struct S { int a; void f(int i = a); }
16298 #: cp/init.c:1492 cp/method.c:160
16300 msgid "invalid use of member `%D'"
16301 msgstr "ìç Ýãêõñïò áñéèìüò ðåäßïõ: `%s'"
16304 msgid "no method `%T::%D'"
16308 msgid "incomplete type `%T' does not have member `%D'"
16313 msgid "`%D' is not a member of type `%T'"
16314 msgstr "äåí åßóôå ìÝëïò ôçò ïìÜäáò `%s'"
16318 msgid "invalid pointer to bit-field `%D'"
16319 msgstr "áêáôÜëëçëïò ôýðïò äéêôýïõ :`%s'\n"
16322 msgid "object missing in use of pointer-to-member construct"
16326 msgid "member `%D' is non-static but referenced as a static member"
16329 #: cp/init.c:1769 cp/typeck.c:2828 cp/typeck.c:2932
16330 msgid "at this point in file"
16335 msgid "object missing in `%E'"
16339 msgid "new of array type fails to specify size"
16343 msgid "size in array new must have integral type"
16347 msgid "zero size array reserves no space"
16351 msgid "new cannot be applied to a reference type"
16355 msgid "new cannot be applied to a function type"
16359 msgid "call to Java constructor, while `jclass' undefined"
16363 msgid "can't find class$"
16368 msgid "invalid type `void' for new"
16369 msgstr "ìç Ýãêõñç êáôÜóôáóç ãéá ôçí dlopen()"
16373 msgid "call to Java constructor with `%s' undefined"
16377 msgid "ISO C++ forbids initialization in array new"
16380 #: cp/init.c:2380 cp/typeck2.c:360 cp/typeck2.c:1223
16381 msgid "initializer list being treated as compound expression"
16385 msgid "ISO C++ forbids aggregate initializer to new"
16389 msgid "uninitialized const in `new' of `%#T'"
16393 msgid "initializer ends prematurely"
16397 msgid "cannot initialize multi-dimensional array with initializer"
16401 msgid "unknown array size in delete"
16405 msgid "type to vector delete is neither pointer or array type"
16410 msgid "type name expected before `*'"
16411 msgstr "ÅããñáöÞ ïíïìÜôùí ôùí åðéëåãìÝíùí êáôçãïñéþí"
16414 msgid "cannot declare references to references"
16418 msgid "cannot declare pointers to references"
16423 msgid "type name expected before `&'"
16424 msgstr "ÅããñáöÞ ïíïìÜôùí ôùí åðéëåãìÝíùí êáôçãïñéþí"
16428 msgid "semicolon missing after %s declaration"
16432 msgid "semicolon missing after declaration of `%T'"
16437 msgid "junk at end of #pragma %s"
16442 msgid "invalid #pragma %s"
16443 msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
16446 msgid "#pragma vtable no longer supported"
16451 msgid "#pragma implementation for %s appears after file is included"
16455 msgid "junk at end of #pragma GCC java_exceptions"
16460 msgid "`%D' not defined"
16464 msgid "`%D' was not declared in this scope"
16468 msgid "`%D' undeclared (first use this function)"
16472 msgid "(Each undeclared identifier is reported only once for each function it appears in.)"
16476 msgid "`::%D' undeclared (first use here)"
16479 #: cp/mangle.c:2061
16480 msgid "real-valued template parameters when cross-compiling"
16483 #: cp/mangle.c:2325
16484 msgid "the mangled name of `%D' will change in a future version of GCC"
16488 msgid "invalid use of member `%D' in static member function"
16492 msgid "use of namespace `%D' as expression"
16496 msgid "use of class template `%T' as expression"
16501 msgid "use of %s from containing function"
16505 msgid " `%#D' declared here"
16509 msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
16513 msgid "generic thunk code fails for method `%#D' which uses `...'"
16517 msgid "non-static const member `%#D', can't use default assignment operator"
16521 msgid "non-static reference member `%#D', can't use default assignment operator"
16526 msgid "`%s' tag used in naming `%#T'"
16527 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
16530 msgid "keyword `export' not implemented, and will be ignored"
16534 msgid "use of linkage spec `%D' is different from previous spec `%D'"
16538 msgid "no base or member initializers given following ':'"
16541 #: parse.y:983 parse.y:989
16542 msgid "anachronistic old style base class initializer"
16545 #. Handle `Class<Class<Type>>' without space in the `>>'
16547 msgid "`>>' should be `> >' in template class name"
16551 msgid "use of template qualifier outside template"
16554 #: parse.y:1182 parse.y:1191
16556 msgid "ISO C++ forbids an empty condition for `%s'"
16560 msgid "definition of class `%T' in condition"
16564 msgid "definition of enum `%T' in condition"
16568 msgid "definition of array `%#D' in condition"
16572 msgid "old style placement syntax, use () instead"
16577 msgid "`%T' is not a valid expression"
16578 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
16580 #. This was previously allowed as an extension, but
16581 #. was removed in G++ 3.3.
16584 msgid "initialization of new expression with `='"
16585 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
16588 msgid "ISO C++ forbids compound literals"
16592 msgid "ISO C++ forbids braced-groups within expressions"
16597 #: parse.y:2035 parse.y:2050
16599 msgid "sigof type specifier"
16600 msgstr "Äåí ïñßóôçêå óõíôáêôéêü"
16603 msgid "`sigof' applied to non-aggregate expression"
16607 msgid "`sigof' applied to non-aggregate type"
16611 msgid "using `typename' outside of template"
16616 msgid "storage class specifier `%s' not allowed after struct or class"
16621 msgid "type specifier `%s' not allowed after struct or class"
16626 msgid "type qualifier `%s' not allowed after struct or class"
16630 msgid "no body nor ';' separates two class, struct or union declarations"
16634 msgid "no bases given following `:'"
16637 #: parse.y:2568 parse.y:2583
16638 msgid "`%D' access"
16642 msgid "multiple access specifiers"
16646 msgid "multiple `virtual' specifiers"
16650 msgid "missing ';' before right brace"
16654 msgid "ISO C++ forbids array dimensions with parenthesized type in new"
16657 #: parse.y:3136 parse.y:3156 parse.y:3165 parse.y:3194
16659 msgid "`%T' is not a class or namespace"
16660 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16663 msgid "ISO C++ forbids label declarations"
16667 msgid "ISO C++ forbids computed gotos"
16671 msgid "label must be followed by statement"
16675 msgid "must have at least one catch per try block"
16679 msgid "ISO C++ forbids compound statements inside for initializations"
16682 #. This helps us recover from really nasty
16683 #. parse errors, for example, a missing right
16685 #: parse.y:3721 parse.y:3731
16686 msgid "possibly missing ')'"
16690 msgid "type specifier omitted for parameter"
16695 msgid "`%E' is not a type, use `typename %E' to make it one"
16700 msgid "no type `%D' in `%T'"
16701 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
16705 msgid "type specifier omitted for parameter `%E'"
16709 msgid "'%D' is used as a type, but is not defined as a type."
16713 msgid "data member `%D' cannot be a member template"
16718 msgid "invalid member template declaration `%D'"
16719 msgstr "ìç Ýãêõñïò áñéèìüò áðü êåíÝò ãñáììÝò: `%s'"
16722 msgid "explicit specialization in non-namespace scope `%D'"
16726 msgid "enclosing class templates are not explicitly specialized"
16730 msgid "specializing `%#T' in different namespace"
16735 msgid " from definition of `%#D'"
16736 msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
16739 msgid "specialization of `%T' after instantiation"
16743 msgid "explicit specialization of non-template `%T'"
16747 msgid "specialization of %D after instantiation"
16755 msgid "`%D' is not a function template"
16759 msgid "template-id `%D' for `%+D' does not match any template declaration"
16763 msgid "ambiguous template specialization `%D' for `%+D'"
16766 #. This case handles bogus declarations like template <>
16767 #. template <class T> void f<int>();
16768 #: cp/pt.c:1364 cp/pt.c:1438
16769 msgid "template-id `%D' in declaration of primary template"
16773 msgid "template parameter list used in explicit instantiation"
16777 msgid "definition provided for explicit instantiation"
16781 msgid "too many template parameter lists in declaration of `%D'"
16785 msgid "too few template parameter lists in declaration of `%D'"
16789 msgid "explicit specialization not preceded by `template <>'"
16793 msgid "partial specialization `%D' of function template"
16797 msgid "default argument specified in explicit specialization"
16801 msgid "template specialization with C linkage"
16804 #. From [temp.expl.spec]:
16806 #. If such an explicit specialization for the member
16807 #. of a class template names an implicitly-declared
16808 #. special member function (clause _special_), the
16809 #. program is ill-formed.
16811 #. Similar language is found in [temp.explicit].
16813 msgid "specialization of implicitly-declared special member function"
16817 msgid "no member function `%D' declared in `%T'"
16820 #. There are two many template parameter lists.
16822 msgid "too many template parameter lists in declaration of `%T'"
16826 msgid " shadows template parm `%#D'"
16830 msgid "template parameters not used in partial specialization:"
16838 msgid "partial specialization `%T' does not specialize any template arguments"
16843 msgid "template argument `%E' involves template parameter(s)"
16847 msgid "type `%T' of template argument `%E' depends on template parameter(s)"
16852 msgid "no default argument for `%D'"
16853 msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
16856 msgid "template with C linkage"
16861 msgid "template class without a name"
16862 msgstr "ìç ôåñìáôéæüìåíï üíïìá âÜñïõò"
16865 msgid "`%D' does not declare a template type"
16870 msgid "template definition of non-template `%#D'"
16871 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
16874 msgid "expected %d levels of template parms for `%#D', got %d"
16878 msgid "got %d template parameters for `%#D'"
16882 msgid "got %d template parameters for `%#T'"
16887 msgid " but %d required"
16888 msgstr " áëëÜ %d áðáéôïýíôáé"
16892 msgid "`%T' is not a template type"
16893 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16896 msgid "previous declaration `%D'"
16901 msgid "used %d template parameter%s instead of %d"
16906 msgid "template parameter `%#D'"
16907 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
16910 msgid "redeclared here as `%#D'"
16913 #. We have in [temp.param]:
16915 #. A template-parameter may not be given default arguments
16916 #. by two different declarations in the same scope.
16918 msgid "redefinition of default argument for `%#D'"
16922 msgid " original definition appeared here"
16927 msgid "`%E' is not a valid template argument"
16928 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
16931 msgid "it must be the address of a function with external linkage"
16935 msgid "it must be the address of an object with external linkage"
16939 msgid "it must be a pointer-to-member of the form `&X::Y'"
16944 msgid "string literal %E is not a valid template argument because it is the address of an object with static linkage"
16949 msgid "address of non-extern `%E' cannot be used as template argument"
16954 msgid "non-constant `%E' cannot be used as template argument"
16959 msgid "object `%E' cannot be used as template argument"
16964 msgid "to refer to a type member of a template parameter, use `typename %E'"
16967 #: cp/pt.c:3380 cp/pt.c:3396 cp/pt.c:3435
16968 msgid "type/value mismatch at argument %d in template parameter list for `%D'"
16972 msgid " expected a constant of type `%T', got `%T'"
16977 msgid " expected a type, got `%E'"
16978 msgstr "%s: áíáìåíüôáí áêÝñáéïò ìåôÜ ôï `%c'"
16982 msgid " expected a type, got `%T'"
16983 msgstr "%s: áíáìåíüôáí áêÝñáéïò ìåôÜ ôï `%c'"
16986 msgid " expected a class template, got `%T'"
16990 msgid " expected a template of type `%D', got `%D'"
16994 msgid "template-argument `%T' uses anonymous type"
16998 msgid "template-argument `%T' uses local type `%T'"
17003 msgid "template-argument `%T' is a variably modified type"
17004 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
17007 msgid "could not convert template argument `%E' to `%T'"
17012 msgid "wrong number of template arguments (%d, should be %d)"
17013 msgstr "ëÜèïò áñéèìüò ïñéóìÜôùí"
17016 msgid "provided for `%D'"
17021 msgid "template argument %d is invalid"
17022 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
17025 msgid "non-template used as template"
17030 msgid "`%T' is not a template"
17031 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
17034 msgid "non-template type `%T' used as a template"
17038 msgid "for template declaration `%D'"
17042 msgid "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN to increase the maximum) instantiating `%D'"
17046 msgid "ambiguous class template instantiation for `%#T'"
17053 #: cp/pt.c:6104 cp/pt.c:6214
17054 msgid "instantiation of `%D' as type `%T'"
17059 msgid "invalid parameter type `%T'"
17060 msgstr "Ìç Ýãêõñç ðñïôåñáéüôçôá `%s'"
17063 msgid "in declaration `%D'"
17067 msgid "creating pointer to member function of non-class type `%T'"
17071 msgid "creating array with size zero"
17076 msgid "creating array with size zero (`%E')"
17080 msgid "forming reference to void"
17084 msgid "forming %s to reference type `%T'"
17088 msgid "creating pointer to member of non-class type `%T'"
17093 msgid "creating pointer to member reference type `%T'"
17094 msgstr "äåí åßóôå ìÝëïò ôçò ïìÜäáò `%s'"
17098 msgid "creating array of `%T'"
17099 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
17102 msgid "`%T' is not a class, struct, or union type"
17107 msgid "use of `%s' in template"
17111 msgid "type `%T' composed from a local class is not a valid template-argument"
17115 msgid " trying to instantiate `%D'"
17120 msgid "incomplete type unification"
17121 msgstr "Ìåôáãëùôôéóìüò ðñïäéáãñáöþí ôïðéêþí ñõèìßóåùí"
17125 msgid "use of `%s' in template type unification"
17128 #: cp/pt.c:9596 cp/pt.c:9668
17129 msgid "explicit instantiation of non-template `%#D'"
17132 #: cp/pt.c:9612 cp/pt.c:9663
17134 msgid "no matching template for `%D' found"
17135 msgstr "Ï Ýëåã÷ïò ìïíïðáôéïý ãéá ôï `%s' âñÞêå `%s'"
17138 msgid "explicit instantiation of `%#D'"
17143 msgid "duplicate explicit instantiation of `%#D'"
17144 msgstr "äéðëüò ïñéóìüò óõíüëïõ"
17147 msgid "ISO C++ forbids the use of `extern' on explicit instantiations"
17150 #: cp/pt.c:9684 cp/pt.c:9762
17151 msgid "storage class `%D' applied to template instantiation"
17155 msgid "explicit instantiation of non-template type `%T'"
17159 msgid "explicit instantiation of `%#T' before definition of template"
17164 msgid "ISO C++ forbids the use of `%s' on explicit instantiations"
17169 msgid "duplicate explicit instantiation of `%#T'"
17170 msgstr "äéðëüò ïñéóìüò óõíüëïõ"
17173 msgid "explicit instantiation of `%D' but no definition available"
17178 msgid "`%#T' is not a valid type for a template constant parameter"
17179 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
17182 msgid "-frepo must be used with -c"
17187 msgid "mysterious repository information in %s"
17192 msgid "can't create repository information file `%s'"
17193 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
17197 msgid "cannot use typeid with -fno-rtti"
17198 msgstr "Äåí åßíáé äõíáôü íá ÷ñçóéìïðïéçèåß ç åðéëïãÞ -a ÷ùñßò ôï -n"
17201 msgid "must #include <typeinfo> before using typeid"
17205 msgid "cannot create type information for type `%T' because its size is variable"
17208 #: cp/rtti.c:585 cp/rtti.c:599
17209 msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
17213 msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
17218 msgid "`%T' is an inaccessible base of `%T'"
17219 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
17223 msgid "`%T' is an ambiguous base of `%T'"
17224 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
17226 #: cp/search.c:1925
17227 msgid "adjusting pointers for covariant returns"
17230 #: cp/search.c:1929 cp/search.c:1936
17232 msgid "invalid covariant return type for `%#D'"
17233 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
17235 #: cp/search.c:1930
17236 msgid " overriding `%#D' (must be pointer or reference to class)"
17239 #: cp/search.c:1937
17240 msgid " overriding `%#D' (must use pointer or reference)"
17243 #: cp/search.c:1942
17244 msgid "conflicting return type specified for `%#D'"
17247 #: cp/search.c:1943
17249 msgid " overriding `%#D'"
17250 msgstr "áíôéãñÜöåôáé áðü ðÜíù"
17252 #: cp/search.c:1952
17254 msgid "looser throw specifier for `%#F'"
17257 #: cp/search.c:1953
17259 msgid " overriding `%#F'"
17260 msgstr "áíôéãñÜöåôáé áðü ðÜíù"
17262 #. A static member function cannot match an inherited
17263 #. virtual member function.
17264 #: cp/search.c:2042
17266 msgid "`%#D' cannot be declared"
17267 msgstr "Äåí ìðïñåß íá ôåèåß ç çìåñïìçíßá."
17269 #: cp/search.c:2043
17270 msgid " since `%#D' declared in base class"
17273 #: cp/search.c:2184
17274 msgid "`%#D' needs a final overrider"
17277 #: cp/semantics.c:919
17279 msgid "type of asm operand `%E' could not be determined"
17282 #: cp/semantics.c:1051
17283 msgid "ISO C++ does not permit named return values"
17286 #: cp/semantics.c:1060
17287 msgid "return identifier `%D' already in place"
17290 #: cp/semantics.c:1068
17291 msgid "can't redefine default return value for constructors"
17294 #: cp/semantics.c:1100
17295 msgid "only constructors take base initializers"
17298 #: cp/semantics.c:1342
17299 msgid "`this' is unavailable for static member functions"
17302 #: cp/semantics.c:1348
17303 msgid "invalid use of `this' in non-member function"
17306 #: cp/semantics.c:1350
17307 msgid "invalid use of `this' at top level"
17310 #: cp/semantics.c:1380
17311 msgid "calling type `%T' like a method"
17314 #: cp/semantics.c:1418
17315 msgid "destructor specifier `%T::~%T()' must have matching names"
17318 #: cp/semantics.c:1424
17320 msgid "`%E' is not of type `%T'"
17321 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
17323 #: cp/semantics.c:1612
17324 msgid "template type parameters must use the keyword `class' or `typename'"
17327 # src/grep.c:785 src/grep.c:792
17328 # src/grep.c:1060 src/grep.c:1067 src/grep.c:1076
17329 #: cp/semantics.c:1651
17331 msgid "invalid default template argument"
17332 msgstr "ìç Ýãêõñï üñéóìá ìÞêïõò ðåñéå÷ïìÝíïõ"
17334 #: cp/semantics.c:1693
17335 msgid "definition of `%#T' inside template parameter list"
17338 #: cp/semantics.c:1709
17340 msgid "invalid definition of qualified type `%T'"
17341 msgstr "ìç Ýãêõñïò áñéèìüò áñ÷åßïõ óôç äÞëùóç ðåäßïõ: `%s'"
17343 #: cp/semantics.c:2051
17345 msgid "invalid base-class specification"
17346 msgstr "Ìç Ýãêõñç ñýèìéóç èýñáò (port)"
17348 #: cp/semantics.c:2060
17349 msgid "base class `%T' has cv qualifiers"
17352 #: cp/semantics.c:2091
17353 msgid "multiple declarators in template declaration"
17358 msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"
17361 #: cp/spew.c:1002 cp/spew.c:1336
17362 msgid "parse error at end of saved function text"
17365 #: cp/spew.c:1090 cp/spew.c:1178
17366 msgid "%Hend of file read inside definition"
17371 msgid "parse error in method specification"
17372 msgstr "óõíôáêôéêü óöÜëìá óôïí êáèïñéóìü óåéñÜò"
17375 msgid "function body for constructor missing"
17379 msgid "%Hend of file read inside default argument"
17383 msgid "circular dependency in default args of `%#D'"
17388 msgid "invalid type `%T' for default argument to `%T'"
17389 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
17393 msgid "%s before `%s'"
17394 msgstr "%s ðñéí áðü `%s'"
17398 msgid "%s before `%c'"
17399 msgstr "%s ðñéí áðü `%c'"
17403 msgid "%s before `\\%o'"
17404 msgstr "%s ðñéí áðü `\\%o'"
17408 msgid "%s before `%s' token"
17409 msgstr "%s (ãéá êáíïíéêÞ Ýêöñáóç `%s')"
17411 #: cp/tree.c:251 cp/tree.c:263
17413 msgid "non-lvalue in %s"
17418 msgid "`%V' qualifiers cannot be applied to `%T'"
17419 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
17423 msgid "`%s' attribute can only be applied to Java class definitions"
17428 msgid "`%s' attribute can only be applied to class definitions"
17433 msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"
17437 msgid "requested init_priority is not an integer constant"
17442 msgid "can only use `%s' attribute on file-scope definitions of objects of class type"
17446 msgid "requested init_priority is out of range"
17450 msgid "requested init_priority is reserved for internal use"
17455 msgid "`%s' attribute is not supported on this platform"
17456 msgstr "ðñïåéäïðïßçóç: ôï --pid=PID äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
17460 msgid "lang_* check: failed in %s, at %s:%d"
17465 msgid "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
17469 msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
17472 #: cp/typeck.c:1438
17473 msgid "ISO C++ prohibits conversion from `%#T' to `(...)'"
17476 #: cp/typeck.c:1516
17478 msgid "invalid application of `%s' to a member function"
17481 #: cp/typeck.c:1522
17483 msgid "invalid application of `%s' to non-static member"
17484 msgstr "ìç Ýãêõñç ìÝôñçóç åðáíÜëçøçò `%s' óôç êáôáóêåõÞ [c*n]"
17486 #: cp/typeck.c:1540
17487 msgid "sizeof applied to a bit-field"
17490 #: cp/typeck.c:1543
17491 msgid "ISO C++ forbids applying `sizeof' to an expression of function type"
17494 #: cp/typeck.c:1655
17496 msgid "invalid use of non-lvalue array"
17497 msgstr "ìç Ýãêõñç þñá ôçò ìÝñáò"
17499 #: cp/typeck.c:1761
17500 msgid "deprecated conversion from string constant to `%T'"
17503 #: cp/typeck.c:1892 cp/typeck.c:2115
17504 msgid "request for member `%D' in `%E', which is of non-class type `%T'"
17507 #: cp/typeck.c:1918
17509 msgid "`%D' is not a member of `%T'"
17510 msgstr "äåí åßóôå ìÝëïò ôçò ïìÜäáò `%s'"
17512 #: cp/typeck.c:1958 cp/typeck.c:1979
17514 msgid "invalid access to non-static data member `%D' of NULL object"
17515 msgstr "ìç Ýãêõñïò áñéèìüò áðü óôÞëåò: `%s'"
17517 #: cp/typeck.c:1960 cp/typeck.c:1981
17518 msgid "(perhaps the `offsetof' macro was used incorrectly)"
17521 #: cp/typeck.c:2161
17523 msgid "`%D::%D' is not a member of `%T'"
17524 msgstr "äåí åßóôå ìÝëïò ôçò ïìÜäáò `%s'"
17526 #: cp/typeck.c:2187
17527 msgid "destructor specifier `%T::~%T' must have matching names"
17530 #: cp/typeck.c:2193
17532 msgid "type `%T' has no destructor"
17533 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
17535 #: cp/typeck.c:2232
17537 msgid "`%D' is not a member template function"
17538 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
17540 #. A pointer to incomplete type (other than cv void) can be
17541 #. dereferenced [expr.unary.op]/1
17542 #: cp/typeck.c:2326
17544 msgid "`%T' is not a pointer-to-object type"
17545 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
17547 #: cp/typeck.c:2353
17549 msgid "invalid use of `%s' on pointer to member"
17552 #: cp/typeck.c:2359
17554 msgid "invalid type argument"
17555 msgstr "Ìç Ýãêõñç ðáñÜìåôñïò"
17557 #: cp/typeck.c:2462
17558 msgid "ISO C++ forbids subscripting non-lvalue array"
17561 #: cp/typeck.c:2473
17562 msgid "subscripting array declared `register'"
17565 #: cp/typeck.c:2558
17567 msgid "object missing in use of `%E'"
17570 #: cp/typeck.c:2663
17571 msgid "ISO C++ forbids calling `::main' from within program"
17574 #: cp/typeck.c:2688
17576 msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
17579 #: cp/typeck.c:2701
17581 msgid "`%E' cannot be used as a function"
17584 #: cp/typeck.c:2826
17586 msgid "too many arguments to %s `%+#D'"
17587 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
17589 #: cp/typeck.c:2867
17590 msgid "parameter type of called function is incomplete"
17593 #: cp/typeck.c:2930
17595 msgid "too few arguments to %s `%+#D'"
17596 msgstr "ðïëý ëßãá ïñßóìáôá"
17598 #: cp/typeck.c:3058 cp/typeck.c:3068
17599 msgid "assuming cast to type `%T' from overloaded function"
17602 #: cp/typeck.c:3128
17604 msgid "division by zero in `%E / 0'"
17607 #: cp/typeck.c:3130
17609 msgid "division by zero in `%E / 0.'"
17612 #: cp/typeck.c:3160
17614 msgid "division by zero in `%E %% 0'"
17615 msgstr "Äéáßñåóç ìå ìçäÝí óôçí áðïôßìçóç: %s"
17617 #: cp/typeck.c:3162
17619 msgid "division by zero in `%E %% 0.'"
17620 msgstr "Äéáßñåóç ìå ìçäÝí óôçí áðïôßìçóç: %s"
17622 #: cp/typeck.c:3242
17624 msgid "%s rotate count is negative"
17627 #: cp/typeck.c:3245
17629 msgid "%s rotate count >= width of type"
17632 #: cp/typeck.c:3276 cp/typeck.c:3281 cp/typeck.c:3372 cp/typeck.c:3377
17633 msgid "ISO C++ forbids comparison between pointer and integer"
17636 #: cp/typeck.c:3555
17637 msgid "comparison between types `%#T' and `%#T'"
17640 #: cp/typeck.c:3591
17641 msgid "comparison between signed and unsigned integer expressions"
17644 #: cp/typeck.c:3656
17645 msgid "invalid operands of types `%T' and `%T' to binary `%O'"
17648 #. Some sort of arithmetic operation involving NULL was
17649 #. performed. Note that pointer-difference and pointer-addition
17650 #. have already been handled above, and so we don't end up here in
17652 #: cp/typeck.c:3678
17653 msgid "NULL used in arithmetic"
17656 #: cp/typeck.c:3745
17657 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
17660 #: cp/typeck.c:3747
17661 msgid "ISO C++ forbids using pointer to a function in subtraction"
17664 #: cp/typeck.c:3749
17665 msgid "ISO C++ forbids using pointer to a method in subtraction"
17668 #: cp/typeck.c:3751
17669 msgid "ISO C++ forbids using pointer to a member in subtraction"
17672 #: cp/typeck.c:3763
17673 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
17676 #: cp/typeck.c:3823
17678 msgid "invalid use of '%E' to form a pointer-to-member-function. Use a qualified-id."
17681 #: cp/typeck.c:3829
17683 msgid "parenthesis around '%E' cannot be used to form a pointer-to-member-function"
17686 #: cp/typeck.c:3852
17687 msgid "taking address of temporary"
17690 #: cp/typeck.c:4055
17692 msgid "ISO C++ forbids %sing an enum"
17695 #: cp/typeck.c:4067
17696 msgid "cannot %s a pointer to incomplete type `%T'"
17699 #: cp/typeck.c:4074
17700 msgid "ISO C++ forbids %sing a pointer of type `%T'"
17703 #: cp/typeck.c:4099
17704 msgid "cast to non-reference type used as lvalue"
17707 #: cp/typeck.c:4133
17709 msgid "invalid use of `--' on bool variable `%D'"
17710 msgstr "ìç Ýãêõñïò áñéèìüò áðü êåíÝò ãñáììÝò: `%s'"
17713 #: cp/typeck.c:4166
17714 msgid "ISO C++ forbids taking address of function `::main'"
17717 #. An expression like &memfn.
17718 #: cp/typeck.c:4233
17719 msgid "ISO C++ forbids taking the address of an unqualified non-static member function to form a pointer to member function. Say `&%T::%D'"
17722 #: cp/typeck.c:4235
17723 msgid "ISO C++ forbids taking the address of a bound member function to form a pointer to member function. Say `&%T::%D'"
17726 #: cp/typeck.c:4259
17727 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
17730 #: cp/typeck.c:4290
17731 msgid "attempt to take address of bit-field structure member `%D'"
17734 #: cp/typeck.c:4418
17735 msgid "taking address of destructor"
17738 #: cp/typeck.c:4431
17739 msgid "taking address of bound pointer-to-member expression"
17742 #: cp/typeck.c:4447
17744 msgid "cannot create pointer to reference member `%D'"
17745 msgstr "äåí åßíáé äõíáôüí íá ãßíåé `stat' ôï locale áñ÷åßï `%s'"
17747 #: cp/typeck.c:4510
17748 msgid "cannot take the address of `this', which is an rvalue expression"
17751 #: cp/typeck.c:4529
17752 msgid "address requested for `%D', which is declared `register'"
17755 #: cp/typeck.c:4750
17756 msgid "static_cast from type `%T' to type `%T' casts away constness"
17759 #: cp/typeck.c:4758
17761 msgid "invalid static_cast from type `%T' to type `%T'"
17762 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
17764 #: cp/typeck.c:4797
17765 msgid "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
17768 #: cp/typeck.c:4817
17769 msgid "reinterpret_cast from `%T' to `%T' loses precision"
17772 #: cp/typeck.c:4830
17773 msgid "reinterpret_cast from `%T' to `%T' casts away const (or volatile)"
17776 #: cp/typeck.c:4839
17777 msgid "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
17780 #: cp/typeck.c:4845
17781 msgid "invalid reinterpret_cast from type `%T' to type `%T'"
17784 #: cp/typeck.c:4872
17785 msgid "invalid use of const_cast with type `%T', which is not a pointer, reference, nor a pointer-to-data-member type"
17788 #: cp/typeck.c:4875
17789 msgid "invalid use of const_cast with type `%T', which is a pointer or reference to a function type"
17792 #: cp/typeck.c:4898
17793 msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
17796 #: cp/typeck.c:4914
17798 msgid "invalid const_cast from type `%T' to type `%T'"
17799 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
17801 #: cp/typeck.c:4956 cp/typeck.c:4961
17802 msgid "ISO C++ forbids casting to an array type `%T'"
17805 #: cp/typeck.c:4969
17807 msgid "invalid cast to function type `%T'"
17808 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
17810 #: cp/typeck.c:5021
17811 msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
17814 #: cp/typeck.c:5067
17815 msgid "cast from `%T' to `%T' increases required alignment of target type"
17818 #: cp/typeck.c:5235
17819 msgid " in evaluation of `%Q(%#T, %#T)'"
17822 #: cp/typeck.c:5277
17823 msgid "ISO C++ forbids cast to non-reference type used as lvalue"
17826 #: cp/typeck.c:5349
17827 msgid "incompatible types in assignment of `%T' to `%T'"
17830 #: cp/typeck.c:5356
17831 msgid "ISO C++ forbids assignment of arrays"
17834 #: cp/typeck.c:5499
17835 msgid " in pointer to member function conversion"
17838 #: cp/typeck.c:5507
17839 msgid " in pointer to member conversion"
17842 #. This is a reinterpret cast, we choose to do nothing.
17843 #: cp/typeck.c:5518 cp/typeck.c:5537
17844 msgid "pointer to member cast via virtual base `%T' of `%T'"
17847 #: cp/typeck.c:5541
17848 msgid "pointer to member conversion via virtual base `%T' of `%T'"
17851 #: cp/typeck.c:5611
17852 msgid "invalid conversion to type `%T' from type `%T'"
17855 #: cp/typeck.c:5776
17856 msgid "passing NULL used for non-pointer %s %P of `%D'"
17859 #: cp/typeck.c:5779
17860 msgid "%s to non-pointer type `%T' from NULL"
17863 #: cp/typeck.c:5787
17864 msgid "passing `%T' for %s %P of `%D'"
17867 #: cp/typeck.c:5790
17868 msgid "%s to `%T' from `%T'"
17871 #: cp/typeck.c:5800
17872 msgid "passing negative value `%E' for %s %P of `%D'"
17875 #: cp/typeck.c:5803
17876 msgid "%s of negative value `%E' to `%T'"
17879 #: cp/typeck.c:5898
17880 msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
17883 #: cp/typeck.c:5901
17885 msgid "cannot convert `%T' to `%T' in %s"
17886 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
17888 #: cp/typeck.c:5988 cp/typeck.c:5990
17890 msgid "in passing argument %P of `%+D'"
17891 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
17893 #: cp/typeck.c:6105
17895 msgid "returning reference to temporary"
17896 msgstr "xdr_reference: ç ìíÞìç åîáíôëÞèçêå\n"
17898 #: cp/typeck.c:6112
17899 msgid "reference to non-lvalue returned"
17902 #: cp/typeck.c:6124
17903 msgid "reference to local variable `%D' returned"
17906 #: cp/typeck.c:6127
17907 msgid "address of local variable `%D' returned"
17910 #: cp/typeck.c:6158
17911 msgid "returning a value from a destructor"
17914 #. If a return statement appears in a handler of the
17915 #. function-try-block of a constructor, the program is ill-formed.
17916 #: cp/typeck.c:6166
17917 msgid "cannot return from a handler of a function-try-block of a constructor"
17920 #. You can't return a value from a constructor.
17921 #: cp/typeck.c:6169
17922 msgid "returning a value from a constructor"
17925 #: cp/typeck.c:6186
17926 msgid "return-statement with no value, in function declared with a non-void return type"
17929 #: cp/typeck.c:6202
17930 msgid "return-statement with a value, in function declared with a void return type"
17933 #: cp/typeck.c:6223
17934 msgid "`operator new' must not return NULL unless it is declared `throw()' (or -fcheck-new is in effect)"
17938 msgid "type `%T' is not a base type for type `%T'"
17941 #: cp/typeck2.c:151
17943 msgid "cannot declare variable `%D' to be of type `%T'"
17944 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
17946 #: cp/typeck2.c:154
17948 msgid "cannot declare parameter `%D' to be of type `%T'"
17949 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
17951 #: cp/typeck2.c:157
17953 msgid "cannot declare field `%D' to be of type `%T'"
17954 msgstr "Üãíùóôïò ÷áñáêôÞñáò óôï ðåäßï `%s' ôçò êáôçãïñßáò `%s'"
17956 #: cp/typeck2.c:161
17957 msgid "invalid return type for member function `%#D'"
17960 #: cp/typeck2.c:163
17962 msgid "invalid return type for function `%#D'"
17963 msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
17965 #: cp/typeck2.c:166
17967 msgid "cannot allocate an object of type `%T'"
17968 msgstr "áäõíáìßá áíÜãíùóçò êáôáëüãïõ locale `%s'"
17970 #: cp/typeck2.c:173
17971 msgid " because the following virtual functions are abstract:"
17974 #: cp/typeck2.c:175
17978 #: cp/typeck2.c:178
17979 msgid " since type `%T' has abstract virtual functions"
17982 #: cp/typeck2.c:331
17983 msgid "constructor syntax used, but no constructor declared for type `%T'"
17986 #: cp/typeck2.c:342
17987 msgid "comma expression used to initialize return value"
17990 #: cp/typeck2.c:351
17991 msgid "cannot initialize arrays using this syntax"
17994 #: cp/typeck2.c:406
17995 msgid "ISO C++ forbids non-constant aggregate initializer expressions"
17998 #: cp/typeck2.c:490
17999 msgid "initializing array with parameter list"
18002 #: cp/typeck2.c:546
18003 msgid "initializer for scalar variable requires one element"
18006 #: cp/typeck2.c:553
18007 msgid "braces around scalar initializer for `%T'"
18010 #: cp/typeck2.c:556
18011 msgid "ignoring extra initializers for `%T'"
18014 #: cp/typeck2.c:568
18015 msgid "variable-sized object of type `%T' may not be initialized"
18018 #: cp/typeck2.c:578
18019 msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
18022 #: cp/typeck2.c:644
18023 msgid "aggregate has a partly bracketed initializer"
18026 #: cp/typeck2.c:682 cp/typeck2.c:786
18027 msgid "non-trivial labeled initializers"
18030 #: cp/typeck2.c:699
18031 msgid "non-empty initializer for array of empty elements"
18034 #: cp/typeck2.c:752
18035 msgid "initializer list for object of class with virtual base classes"
18038 #: cp/typeck2.c:758
18039 msgid "initializer list for object of class with base classes"
18042 #: cp/typeck2.c:764
18043 msgid "initializer list for object using virtual functions"
18046 #: cp/typeck2.c:827 cp/typeck2.c:843
18047 msgid "missing initializer for member `%D'"
18050 #: cp/typeck2.c:832
18051 msgid "uninitialized const member `%D'"
18054 #: cp/typeck2.c:834
18055 msgid "member `%D' with uninitialized const fields"
18058 #: cp/typeck2.c:837
18059 msgid "member `%D' is uninitialized reference"
18062 #: cp/typeck2.c:883
18063 msgid "index value instead of field name in union initializer"
18066 #: cp/typeck2.c:895
18067 msgid "no field `%D' in union being initialized"
18070 #: cp/typeck2.c:903
18071 msgid "union `%T' with no named members cannot be initialized"
18074 #: cp/typeck2.c:939
18075 msgid "excess elements in aggregate initializer"
18078 #: cp/typeck2.c:1053
18079 msgid "circular pointer delegation detected"
18082 #: cp/typeck2.c:1066
18083 msgid "base operand of `->' has non-pointer type `%T'"
18086 #: cp/typeck2.c:1080
18087 msgid "result of `operator->()' yields non-pointer result"
18090 #: cp/typeck2.c:1082
18091 msgid "base operand of `->' is not a pointer"
18094 #: cp/typeck2.c:1148
18095 msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
18098 #: cp/typeck2.c:1155
18099 msgid "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
18102 #: cp/typeck2.c:1164
18103 msgid "member type `%T::' incompatible with object type `%T'"
18106 #: cp/typeck2.c:1201
18107 msgid "`%T' fails to be a typedef or built-in type"
18110 #: cp/typeck2.c:1274
18112 msgid "ISO C++ forbids defining types within %s"
18115 #: cp/typeck2.c:1399
18116 msgid "call to function `%D' which throws incomplete type `%#T'"
18119 #: cp/typeck2.c:1402
18121 msgid "call to function which throws incomplete type `%#T'"
18122 msgstr "ìç ðëÞñçò åããñáöÞ"
18124 #. XXX Not i18n clean.
18125 #: cp/cp-tree.h:3846
18127 msgid "%s is deprecated, please see the documentation for details"
18130 #: cp/lang-options.h:29
18131 msgid "Do not obey access control semantics"
18134 #: cp/lang-options.h:31
18135 msgid "Change when template instances are emitted"
18138 #: cp/lang-options.h:36
18139 msgid "Check the return value of new"
18142 #: cp/lang-options.h:39
18143 msgid "Reduce size of object files"
18146 #: cp/lang-options.h:43
18147 msgid "Make string literals `char[]' instead of `const char[]'"
18150 #: cp/lang-options.h:46
18151 msgid "Dump the entire translation unit to a file"
18154 #: cp/lang-options.h:48
18155 msgid "Do not inline member functions by default"
18158 #: cp/lang-options.h:51
18159 msgid "Do not generate run time type descriptor information"
18162 #: cp/lang-options.h:56
18163 msgid "Do not generate code to check exception specifications"
18166 #: cp/lang-options.h:61
18167 msgid "Scope of for-init-statement vars extends outside"
18170 #: cp/lang-options.h:64
18171 msgid "Do not recognize GNU defined keywords"
18174 #: cp/lang-options.h:68
18175 msgid "Enable support for huge objects"
18178 #: cp/lang-options.h:72
18179 msgid "Export functions even if they can be inlined"
18182 #: cp/lang-options.h:75
18183 msgid "Only emit explicit template instatiations"
18186 #: cp/lang-options.h:78
18187 msgid "Only emit explicit instatiations of inline templates"
18190 #: cp/lang-options.h:84
18191 msgid "Don't pedwarn about uses of Microsoft extensions"
18194 #: cp/lang-options.h:87
18195 msgid "Recognize and/bitand/bitor/compl/not/or/xor"
18198 #: cp/lang-options.h:91
18199 msgid "Disable optional diagnostics"
18202 #: cp/lang-options.h:93
18203 msgid "Downgrade conformance errors to warnings"
18206 #: cp/lang-options.h:96
18207 msgid "Enable automatic template instantiation"
18210 #: cp/lang-options.h:101
18211 msgid "Display statistics accumulated during compilation"
18214 #: cp/lang-options.h:104
18215 msgid "Specify maximum template instantiation depth"
18218 #: cp/lang-options.h:106
18219 msgid "Use __cxa_atexit to register destructors"
18222 #: cp/lang-options.h:109
18223 msgid "Discard unused virtual functions"
18226 #: cp/lang-options.h:112
18227 msgid "Implement vtables using thunks"
18230 #: cp/lang-options.h:115
18231 msgid "Emit common-like symbols as weak symbols"
18234 #: cp/lang-options.h:118
18236 msgid "Emit cross referencing information"
18237 msgstr "åìöÜíéóç ðëçñïöïñéþí ðñïüäïõ"
18239 #: cp/lang-options.h:122
18240 msgid "Warn about inconsistent return types"
18243 #: cp/lang-options.h:125
18244 msgid "Warn about overloaded virtual function names"
18247 #: cp/lang-options.h:129
18248 msgid "Don't warn when all ctors/dtors are private"
18251 #: cp/lang-options.h:131
18252 msgid "Warn about non virtual destructors"
18255 #: cp/lang-options.h:134
18256 msgid "Warn when a function is declared extern, then inline"
18259 #: cp/lang-options.h:137
18260 msgid "Warn when the compiler reorders code"
18263 #: cp/lang-options.h:140
18264 msgid "Warn when synthesis behavior differs from Cfront"
18267 #: cp/lang-options.h:144
18268 msgid "Don't warn when type converting pointers to member functions"
18271 #: cp/lang-options.h:146
18272 msgid "Warn about violations of Effective C++ style rules"
18275 #: cp/lang-options.h:149
18276 msgid "Warn when overload promotes from unsigned to signed"
18279 #: cp/lang-options.h:152
18280 msgid "Warn if a C style cast is used in a program"
18283 #: cp/lang-options.h:156
18284 msgid "Don't warn when non-templatized friend functions are declared within a template"
18287 #: cp/lang-options.h:159
18288 msgid "Don't announce deprecation of compiler features"
18298 msgstr "ðñïåéäïðïßçóç: "
18305 msgid "(continued):"
18306 msgstr "(óõíå÷ßæåôáé):"
18308 #: f/bad.c:487 f/bad.c:505
18309 msgid "[REPORT BUG!!] %"
18310 msgstr "[ÁÍÁÖ¸ÑÅÔÅ ÔÏ ÓÖ¶ËÌÁ!!] %"
18312 #: f/bad.c:494 f/bad.c:526
18313 msgid "[REPORT BUG!!]"
18314 msgstr "[ÁÍÁÖ¸ÑÅÔÅ ÔÏ ÓÖÁËÌÁ!!]"
18318 msgid "ASSIGN'ed label cannot fit into `%A' at %0 -- using wider sibling"
18322 msgid "no INTEGER type can hold a pointer on this configuration"
18327 msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
18332 msgid "and pointers are %d bits wide, but g77 doesn't yet work"
18336 msgid "properly unless they all are 32 bits wide"
18340 msgid "Please keep this in mind before you report bugs."
18343 #. I/O will probably crash.
18346 msgid "configuration: char * holds %d bits, but ftnlen only %d"
18349 #. ASSIGN 10 TO I will crash.
18353 "configuration: char * holds %d bits, but INTEGER only %d --\n"
18354 " ASSIGN statement might fail"
18359 msgid "In statement function"
18360 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
18363 msgid "Outside of any program unit:\n"
18368 msgid "%A from %B at %0%C"
18372 msgid "directory name must immediately follow -I"
18377 msgid "At %0, INCLUDE file %A exists, but is not readable"
18382 msgid "At %0, INCLUDE nesting too deep"
18387 msgid "Two arithmetic operators in a row at %0 and %1 -- use parentheses"
18392 msgid "Operator at %0 has lower precedence than that at %1 -- use parentheses"
18397 msgid "Use .EQV./.NEQV. instead of .EQ./.NE. at %0 for LOGICAL operands at %1 and %2"
18402 msgid "Unsupported operand for ** at %1 -- converting to default INTEGER"
18407 msgid "overflowed output arg list for `%s'"
18411 msgid "--driver no longer supported"
18416 msgid "argument to `%s' missing"
18417 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
18421 msgid "no input files; unwilling to write output files"
18422 msgstr "%s: ôï áñ÷åßï åéóüäïõ åßíáé ôï áñ÷åßï åîüäïõ"
18425 #, fuzzy, no-c-format
18426 msgid "Implicit declaration of `%A' at %0"
18427 msgstr "ðñïçãïýìåíç áõôïíüçôç äéáêýñçîç ôïõ `%s'"
18431 #, fuzzy, no-c-format
18432 msgid "Non-ISO-C-standard escape sequence `\\%A' at %0"
18433 msgstr "¶ãíùóôç óõìâïëïóåéñÜ `%s'"
18437 #, fuzzy, no-c-format
18438 msgid "Unknown escape sequence `\\%A' at %0"
18439 msgstr "¶ãíùóôç óõìâïëïóåéñÜ `%s'"
18442 #, fuzzy, no-c-format
18443 msgid "Unterminated escape sequence `\\' at %0"
18444 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
18448 msgid "Unknown escape sequence `\\' followed by char code 0x%A at %0"
18453 msgid "\\x used at %0 with no following hex digits"
18457 #, fuzzy, no-c-format
18458 msgid "Hex escape at %0 out of range"
18459 msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
18462 #, fuzzy, no-c-format
18463 msgid "Escape sequence at %0 out of range for character"
18464 msgstr "ìç Ýãêõñç äéáäéêáóßá äéáöõãÞò óôï ôÝëïò ôïõ áëöáñéèìéôéêïý"
18468 msgid "hex escape out of range"
18469 msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
18473 msgid "non-ANSI-standard escape sequence, `\\%c'"
18479 msgid "non-ISO escape sequence `\\%c'"
18480 msgstr "¶ãíùóôç óõìâïëïóåéñÜ `%s'"
18485 msgid "unknown escape sequence `\\%c'"
18486 msgstr "¶ãíùóôç óõìâïëïóåéñÜ `%s'"
18490 msgid "unknown escape sequence: `\\' followed by char code 0x%x"
18494 msgid "badly formed directive -- no closing quote"
18498 msgid "#-lines for entering and leaving files don't match"
18502 msgid "bad directive -- missing close-quote"
18507 msgid "ignoring pragma: %s"
18508 msgstr "áãíïïýíôáé üëá ôá ïñßóìáôá"
18512 msgid "invalid #ident"
18513 msgstr "ìç Ýãêõñï äéêáßùìá"
18517 msgid "undefined or invalid # directive"
18518 msgstr "%%%c: êáôåõèõíôÞñéïò ãñáììÞ ìç Ýãêõñç."
18522 msgid "invalid #line"
18523 msgstr "ìç Ýãêõñïò áñéèìüò"
18525 #: f/lex.c:1285 f/lex.c:1329
18526 msgid "use `#line ...' instead of `# ...' in first line"
18531 msgid "invalid #-line"
18532 msgstr "ìç Ýãêõñïò áñéèìüò"
18535 #, fuzzy, no-c-format
18536 msgid "Null character at %0 -- line ignored"
18537 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò óôï áñ÷åßï: "
18541 msgid "INCLUDE at %0 not the only statement on the source line"
18544 #: f/ste.c:1400 f/ste.c:1747
18545 msgid "ASSIGNed FORMAT specifier is too small"
18548 #. ~~~Someday handle CHARACTER*1, CHARACTER*N
18551 msgid "SELECT CASE on CHARACTER type (at %0) not supported -- sorry"
18555 msgid "ASSIGN to variable that is too small"
18559 msgid "ASSIGNed GOTO target variable is too small"
18564 msgid "Local adjustable symbol `%A' at %0"
18568 msgid "data initializer on host with different endianness"
18573 msgid "%s no longer supported -- try -fvxt"
18578 msgid "%s no longer supported -- try -fno-vxt -ff90"
18581 #: f/top.c:307 f/top.c:309
18583 msgid "%s disabled, use normal debugging flags"
18586 #: f/lang-options.h:33
18587 msgid "Print g77-specific compiler version info, run internal tests"
18590 #: f/lang-options.h:37
18591 msgid "Program is written in typical FORTRAN 66 dialect"
18594 #: f/lang-options.h:40
18595 msgid "Program is written in typical Unix f77 dialect"
18598 #: f/lang-options.h:42
18599 msgid "Program does not use Unix-f77 dialectal features"
18602 #: f/lang-options.h:44
18603 msgid "Program is written in Fortran-90-ish dialect"
18606 #: f/lang-options.h:48
18607 msgid "Treat local vars and COMMON blocks as if they were named in SAVE statements"
18610 #: f/lang-options.h:50
18611 msgid "Allow $ in symbol names"
18614 #: f/lang-options.h:54
18615 msgid "f2c-compatible code need not be generated"
18618 #: f/lang-options.h:57
18619 msgid "Unsupported; do not generate libf2c-calling code"
18622 #: f/lang-options.h:59
18623 msgid "Unsupported; affects code-generation of arrays"
18626 #: f/lang-options.h:62
18627 msgid "Program is written in Fortran-90-ish free form"
18630 #: f/lang-options.h:67
18631 msgid "Warn about use of (only a few for now) Fortran extensions"
18634 #: f/lang-options.h:70
18635 msgid "Program is written in VXT (Digital-like) FORTRAN"
18638 #: f/lang-options.h:73
18639 msgid "Disallow all ugly features"
18642 #: f/lang-options.h:76
18643 msgid "Hollerith and typeless constants not passed as arguments"
18646 #: f/lang-options.h:78
18647 msgid "Allow ordinary copying of ASSIGN'ed vars"
18650 #: f/lang-options.h:81
18651 msgid "Dummy array dimensioned to (1) is assumed-size"
18654 #: f/lang-options.h:84
18655 msgid "Trailing comma in procedure call denotes null argument"
18658 #: f/lang-options.h:87
18659 msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
18662 #: f/lang-options.h:91
18663 msgid "Initialization via DATA and PARAMETER is type-compatible"
18666 #: f/lang-options.h:93
18667 msgid "Allow INTEGER and LOGICAL interchangeability"
18670 #: f/lang-options.h:96
18671 msgid "Print internal debugging-related info"
18674 #: f/lang-options.h:99
18675 msgid "Initialize local vars and arrays to zero"
18678 #: f/lang-options.h:103
18679 msgid "Backslashes in character/hollerith constants not special (C-style)"
18682 #: f/lang-options.h:105
18683 msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
18686 #: f/lang-options.h:109
18687 msgid "Disable the appending of underscores to externals"
18690 #: f/lang-options.h:112
18691 msgid "Never append a second underscore to externals"
18694 #: f/lang-options.h:114
18695 msgid "Intrinsics spelled as e.g. SqRt"
18698 #: f/lang-options.h:116
18699 msgid "Intrinsics in uppercase"
18702 #: f/lang-options.h:119
18703 msgid "Intrinsics letters in arbitrary cases"
18706 #: f/lang-options.h:121
18707 msgid "Language keywords spelled as e.g. IOStat"
18710 #: f/lang-options.h:123
18711 msgid "Language keywords in uppercase"
18714 #: f/lang-options.h:126
18715 msgid "Language keyword letters in arbitrary cases"
18718 #: f/lang-options.h:128
18719 msgid "Internally convert most source to uppercase"
18722 #: f/lang-options.h:131
18723 msgid "Internally preserve source case"
18726 #: f/lang-options.h:133
18727 msgid "Symbol names spelled in mixed case"
18730 #: f/lang-options.h:135
18731 msgid "Symbol names in uppercase"
18734 #: f/lang-options.h:137
18735 msgid "Symbol names in lowercase"
18738 #: f/lang-options.h:140
18739 msgid "Program written in uppercase"
18742 #: f/lang-options.h:142
18743 msgid "Program written in lowercase"
18746 #: f/lang-options.h:144
18747 msgid "Program written in strict mixed-case"
18750 #: f/lang-options.h:146
18751 msgid "Compile as if program written in uppercase"
18754 #: f/lang-options.h:148
18755 msgid "Compile as if program written in lowercase"
18758 #: f/lang-options.h:150
18759 msgid "Preserve all spelling (case) used in program"
18762 #: f/lang-options.h:152
18763 msgid "Delete libU77 intrinsics with bad interfaces"
18766 #: f/lang-options.h:154
18767 msgid "Disable libU77 intrinsics with bad interfaces"
18770 #: f/lang-options.h:157
18771 msgid "Hide libU77 intrinsics with bad interfaces"
18774 #: f/lang-options.h:159
18775 msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
18778 #: f/lang-options.h:161
18779 msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
18782 #: f/lang-options.h:164
18783 msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
18786 #: f/lang-options.h:166
18787 msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
18790 #: f/lang-options.h:168
18791 msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
18794 #: f/lang-options.h:171
18795 msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
18798 #: f/lang-options.h:173
18799 msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
18802 #: f/lang-options.h:175
18803 msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
18806 #: f/lang-options.h:178
18807 msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
18810 #: f/lang-options.h:180
18811 msgid "Delete MIL-STD 1753 intrinsics"
18814 #: f/lang-options.h:182
18815 msgid "Disable MIL-STD 1753 intrinsics"
18818 #: f/lang-options.h:185
18819 msgid "Hide MIL-STD 1753 intrinsics"
18822 #: f/lang-options.h:187
18823 msgid "Delete libU77 intrinsics"
18826 #: f/lang-options.h:189
18827 msgid "Disable libU77 intrinsics"
18830 #: f/lang-options.h:192
18831 msgid "Hide libU77 intrinsics"
18834 #: f/lang-options.h:194
18835 msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18838 #: f/lang-options.h:196
18839 msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18842 #: f/lang-options.h:199
18843 msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18846 #: f/lang-options.h:201
18847 msgid "Treat initial values of 0 like non-zero values"
18850 #: f/lang-options.h:204
18851 msgid "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
18854 #: f/lang-options.h:207
18855 msgid "Take at least one trip through each iterative DO loop"
18858 #: f/lang-options.h:211
18859 msgid "Print names of program units as they are compiled"
18862 #: f/lang-options.h:214
18863 msgid "Disable fatal diagnostics about inter-procedural problems"
18866 #: f/lang-options.h:216
18867 msgid "Make prefix-radix non-decimal constants be typeless"
18870 #: f/lang-options.h:219
18871 msgid "Generate code to check subscript and substring bounds"
18874 #: f/lang-options.h:222
18875 msgid "Fortran-specific form of -fbounds-check"
18878 #: f/lang-options.h:226
18879 msgid "Disable warnings about inter-procedural problems"
18882 #: f/lang-options.h:230
18883 msgid "Warn about constructs with surprising meanings"
18886 #: f/lang-options.h:235
18887 msgid "Add a directory for INCLUDE searching"
18890 #: f/lang-options.h:237
18892 msgid "Set the maximum line length"
18893 msgstr "åëÜ÷éóôï ìÝãåèïò áëöáñéèìçôéêïý"
18896 #, fuzzy, no-c-format
18897 msgid "Missing first operand for binary operator at %0"
18898 msgstr "Áãíùóôïò äõáäéêüò ÷åéñéóôÞò."
18901 #, fuzzy, no-c-format
18902 msgid "Zero-length character constant at %0"
18903 msgstr "êåíü áëöáñéèìçôéêü"
18906 #, fuzzy, no-c-format
18907 msgid "Invalid token at %0 in expression or subexpression at %1"
18908 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
18912 msgid "Missing operand for operator at %1 at end of expression at %0"
18917 msgid "Label %A already defined at %1 when redefined at %0"
18922 msgid "Unrecognized character at %0 [info -f g77 M LEX]"
18927 msgid "Label definition %A at %0 on empty statement (as of %1)"
18932 msgid "Invalid first character at %0 [info -f g77 M LEX]"
18937 msgid "Line too long as of %0 [info -f g77 M LEX]"
18942 msgid "Non-numeric character at %0 in label field [info -f g77 M LEX]"
18947 msgid "Label number at %0 not in range 1-99999"
18952 msgid "At %0, '!' and '/*' are not valid comment delimiters"
18957 msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
18962 msgid "Label at %0 invalid with continuation line indicator at %1 [info -f g77 M LEX]"
18966 #, fuzzy, no-c-format
18967 msgid "Character constant at %0 has no closing apostrophe at %1"
18968 msgstr "ìç Ýãêõñïò óôáèåñüò ÷áñáêôÞñáò óôï áëöáñéèìéôéêü"
18972 msgid "Hollerith constant at %0 specified %A more characters than are present as of %1"
18977 msgid "Missing close parenthese at %0 needed to match open parenthese at %1"
18981 #, fuzzy, no-c-format
18982 msgid "Integer at %0 too large"
18983 msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
18987 msgid "Period at %0 not followed by digits for floating-point number or by `NOT.', `TRUE.', or `FALSE.'"
18992 msgid "Missing close-period between `.%A' at %0 and %1"
18997 msgid "Invalid exponent at %0 for real constant at %1; nondigit `%A' in exponent field"
19002 msgid "Missing value at %1 for real-number exponent at %0"
19007 msgid "Expected binary operator between expressions at %0 and at %1"
19012 msgid "Semicolon at %0 is an invalid token"
19017 msgid "Extraneous comma in FORMAT statement at %0"
19022 msgid "Missing comma in FORMAT statement at %0"
19027 msgid "Spurious sign in FORMAT statement at %0"
19032 msgid "Spurious number in FORMAT statement at %0"
19037 msgid "Spurious text trailing number in FORMAT statement at %0"
19041 #, fuzzy, no-c-format
19042 msgid "Unrecognized FORMAT specifier at %0"
19043 msgstr "Üãíùóôï ðñüèåìá: %s"
19047 msgid "Missing close-parenthese(s) in FORMAT statement at %0"
19052 msgid "Missing number following period in FORMAT statement at %0"
19057 msgid "Missing number following `E' in FORMAT statement at %0"
19062 msgid "Spurious trailing comma preceding terminator at %0"
19067 msgid "At %0, specify OPERATOR instead of ASSIGNMENT for INTERFACE statement not specifying the assignment operator (=)"
19072 msgid "At %0, specify ASSIGNMENT instead of OPERATOR for INTERFACE statement specifying the assignment operator (=)"
19077 msgid "Cannot specify =initialization-expr at %0 unless `::' appears before list of objects"
19082 msgid "Reference to label at %1 inconsistent with its definition at %0"
19087 msgid "Reference to label at %1 inconsistent with earlier reference at %0"
19092 msgid "DO-statement reference to label at %1 follows its definition at %0"
19097 msgid "Reference to label at %1 is outside block containing definition at %0"
19102 msgid "DO-statement references to label at %0 and %2 separated by unterminated block starting at %1"
19107 msgid "DO-statement reference to label at %0 and label definition at %2 separated by unterminated block starting at %1"
19112 msgid "Label definition at %0 invalid on this kind of statement"
19117 msgid "Statement at %0 invalid in this context"
19122 msgid "Statement at %0 invalid in context established by statement at %1"
19127 msgid "Statement at %0 must specify construct name specified at %1"
19132 msgid "Construct name at %0 superfluous, no construct name specified at %1"
19137 msgid "Construct name at %0 not the same as construct name at %1"
19142 msgid "Construct name at %0 does not match construct name for any containing DO constructs"
19147 msgid "Label definition missing at %0 for DO construct specifying label at %1"
19152 msgid "Statement at %0 follows ELSE block for IF construct at %1"
19157 msgid "No label definition for FORMAT statement at %0"
19162 msgid "Second occurrence of ELSE WHERE at %0 within WHERE at %1"
19167 msgid "END statement at %0 missing `%A' keyword required for internal or module procedure(s) bounded by %1"
19172 msgid "MODULE PROCEDURE statement at %0 disallowed because INTERFACE at %1 specifies no generic name, operator, or assignment"
19177 msgid "BLOCK DATA name at %0 superfluous, no name specified at %1"
19182 msgid "Program name at %0 superfluous, no PROGRAM statement specified at %1"
19187 msgid "Program unit name at %0 not the same as name at %1"
19192 msgid "Type name at %0 not the same as name at %1"
19197 msgid "End of source file before end of block started at %0"
19202 msgid "Undefined label, first referenced at %0"
19207 msgid "SAVE statement or attribute at %1 cannot be specified along with SAVE statement or attribute at %0"
19212 msgid "PUBLIC or PRIVATE statement at %1 cannot be specified along with PUBLIC or PRIVATE statement at %0"
19217 msgid "RETURN statement at %0 invalid within a main program unit"
19222 msgid "Alternate return specifier at %0 invalid within a main program unit"
19227 msgid "Alternate return specifier at %0 invalid within a function"
19232 msgid "Access specifier or PRIVATE statement at %0 invalid for derived-type definition within other than the specification part of a module"
19237 msgid "Access specifier at %0 must immediately follow derived-type statement at %1 with no intervening statements"
19242 msgid "No components specified as of %0 for derived-type definition beginning at %1"
19247 msgid "No components specified as of %0 for structure definition beginning at %1"
19252 msgid "Missing structure name for outer structure definition at %0"
19257 msgid "Field names at %0 for outer structure definition -- specify them in a subsequent RECORD statement instead"
19262 msgid "Missing field name(s) for structure definition at %0 within structure definition at %1"
19267 msgid "No components specified as of %0 for map beginning at %1"
19272 msgid "Zero or one maps specified as of %0 for union beginning at %1 -- at least two are required"
19277 msgid "Missing %A specifier in statement at %0"
19282 msgid "Items in I/O list starting at %0 invalid for namelist-directed I/O"
19287 msgid "Conflicting I/O control specifications at %0 and %1"
19292 msgid "No UNIT= specifier in I/O control list at %0"
19297 msgid "Specification at %0 requires ADVANCE=`NO' specification in same I/O control list"
19302 msgid "Specification at %0 requires explicit FMT= specification in same I/O control list"
19307 msgid "Second occurrence of CASE DEFAULT at %0 within SELECT CASE at %1"
19312 msgid "Duplicate or overlapping case values/ranges at %0 and %1"
19317 msgid "Type and/or kind-type parameter disagreement between CASE value or value within range at %0 and SELECT CASE at %1"
19322 msgid "Range specification at %0 invalid for CASE statement within logical-type SELECT CASE statement"
19327 msgid "Fortran 90 feature at %0 unsupported"
19332 msgid "Invalid declaration of or reference to symbol `%A' at %0 [initially seen at %1]"
19337 msgid "Null element at %0 for array reference at %1"
19342 msgid "Too few elements (%A missing) as of %0 for array reference at %1"
19347 msgid "Too many elements as of %0 for array reference at %1"
19352 msgid "Missing colon as of %0 in substring reference for %1"
19357 msgid "Invalid use at %0 of substring operator on %1"
19362 msgid "Substring begin/end point at %0 out of defined range"
19367 msgid "Array element value at %0 out of defined range"
19372 msgid "Expression at %0 has incorrect data type or rank for its context"
19377 msgid "Division by 0 (zero) at %0 (IEEE not yet supported)"
19382 msgid "%A step count known to be 0 (zero) at %0"
19387 msgid "%A end value plus step count known to overflow at %0"
19392 msgid "%A begin, end, and step-count values known to result in implementation-dependent behavior due to overflow(s) in intermediate calculations at %0"
19397 msgid "%A begin, end, and step-count values known to result in no iterations at %0"
19402 msgid "Type disagreement between expressions at %0 and %1"
19407 msgid "No specification for implied-DO iterator `%A' at %0"
19412 msgid "Gratuitous parentheses surround implied-DO construct at %0"
19416 #, fuzzy, no-c-format
19417 msgid "Zero-size specification invalid at %0"
19418 msgstr "%s: Ìç Ýãêõñç ñýèìéóç `%s'.\n"
19422 msgid "Zero-size array at %0"
19427 msgid "Target machine does not support complex entity of kind specified at %0"
19432 msgid "Target machine does not support DOUBLE COMPLEX, specified at %0"
19437 msgid "Attempt to raise constant zero to a power at %0"
19442 msgid "Reference to generic intrinsic `%A' at %0 could be to form %B or %C"
19447 msgid "Ambiguous use of intrinsic `%A' at %0 [info -f g77 M CMPAMBIG]"
19452 msgid "Intrinsic `%A' referenced %Bly at %0, %Cly at %1 [info -f g77 M EXPIMP]"
19457 msgid "Same name `%A' used for %B at %0 and %C at %1 [info -f g77 M INTGLOB]"
19462 msgid "Explicit type declaration for intrinsic `%A' disagrees with invocation at %0"
19466 #, fuzzy, no-c-format
19467 msgid "Unable to open INCLUDE file `%A' at %0"
19468 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
19472 msgid "Null argument at %0 for statement function reference at %1"
19477 msgid "Null argument at %0 for procedure invocation at %1"
19482 msgid "%A too few arguments (starting with dummy argument `%B') as of %0 for statement function reference at %1"
19487 msgid "%A too many arguments as of %0 for statement function reference at %1"
19492 msgid "Array supplied at %1 for dummy argument `%A' in statement function reference at %0"
19497 msgid "Unsupported FORMAT specifier at %0"
19502 msgid "Variable-expression FORMAT specifier at %0 -- unsupported"
19507 msgid "Unsupported VXT statement at %0"
19512 msgid "Attempt to specify second initial value for `%A' at %0"
19517 msgid "Too few initial values in list of initializers for `%A' at %0"
19522 msgid "Too many initial values in list of initializers starting at %0"
19527 msgid "Array or substring specification for `%A' out of range in statement at %0"
19532 msgid "Array subscript #%B out of range for initialization of `%A' in statement at %0"
19537 msgid "Implied do-loop step count of 0 (zero) for iteration variable `%A' in statement at %0"
19542 msgid "Implied do-loop iteration count of 0 (zero) for iteration variable `%A' in statement at %0"
19547 msgid "Not an integer constant expression in implied do-loop in statement at %0"
19552 msgid "Attempt to specify second initial value for element of `%A' at %0"
19557 msgid "Attempt to EQUIVALENCE common areas `%A' and `%B' at %0"
19562 msgid "Can't place `%A' as directed by EQUIVALENCE due to alignment restrictions"
19567 msgid "Mismatched EQUIVALENCE requirements for placement of `%A' at both %C and %D bytes offset from `%B'"
19572 msgid "Array or substring specification for `%A' out of range in EQUIVALENCE statement"
19577 msgid "Substring of non-CHARACTER entity `%A' in EQUIVALENCE statement"
19582 msgid "Array reference to scalar variable `%A' in EQUIVALENCE statement"
19587 msgid "Array subscript #%B out of range for EQUIVALENCE of `%A'"
19592 msgid "Attempt to extend COMMON area beyond its starting point via EQUIVALENCE of `%A'"
19597 msgid "Too few elements in reference to array `%A' in EQUIVALENCE statement"
19602 msgid "Too many elements in reference to array `%A' in EQUIVALENCE statement"
19607 msgid "Mixed CHARACTER and non-CHARACTER types via COMMON/EQUIVALENCE -- for example, `%A' and `%B'"
19612 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
19617 msgid "Common block `%A' is SAVEd, explicitly or implicitly, at %0 but not SAVEd at %1"
19622 msgid "Common block `%A' is %B %D in length at %0 but %C %E at %1"
19627 msgid "Blank common initialized at %0"
19632 msgid "Intrinsic `%A' is passed as actual argument at %0 but not explicitly declared INTRINSIC"
19637 msgid "External procedure `%A' is passed as actual argument at %0 but not explicitly declared EXTERNAL"
19642 msgid "Character `%A' (for example) is upper-case in symbol name at %0"
19647 msgid "Character `%A' (for example) is lower-case in symbol name at %0"
19652 msgid "Character `%A' not followed at some point by lower-case character in symbol name at %0"
19657 msgid "Initial character `%A' is lower-case in symbol name at %0"
19662 msgid "NAMELIST not adequately supported by run-time library for source files with case preserved"
19667 msgid "Nested %% construct (%%VAL, %%REF, or %%DESCR) at %0"
19672 msgid "Statement at %0 invalid in BLOCK DATA program unit at %1"
19676 #, fuzzy, no-c-format
19677 msgid "Truncating characters on right side of character constant at %0"
19678 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
19682 msgid "Truncating characters on right side of hollerith constant at %0"
19687 msgid "Truncating non-zero data on left side of numeric constant at %0"
19692 msgid "Truncating non-zero data on left side of typeless constant at %0"
19696 #, fuzzy, no-c-format
19697 msgid "Typeless constant at %0 too large"
19698 msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
19702 msgid "First-column ampersand continuation at %0"
19705 #: f/bad.def:1055 f/bad.def:1058
19707 msgid "Global name `%A' defined at %0 already defined at %1 [info -f g77 M GLOBALS]"
19710 #: f/bad.def:1061 f/bad.def:1064
19712 msgid "Global name `%A' is %B at %0 but is %C at %1 [info -f g77 M GLOBALS]"
19715 #: f/bad.def:1067 f/bad.def:1070
19717 msgid "Global name `%A' at %0 has different type at %1 [info -f g77 M GLOBALS]"
19722 msgid "Too %B arguments passed to `%A' at %0 versus definition at %1 [info -f g77 M GLOBALS]"
19727 msgid "Too %B arguments for `%A' at %0 versus invocation at %1 [info -f g77 M GLOBALS]"
19730 #: f/bad.def:1079 f/bad.def:1082
19732 msgid "Argument #%B of `%A' is %C at %0 but is %D at %1 [info -f g77 M GLOBALS]"
19736 #, fuzzy, no-c-format
19737 msgid "Array `%A' at %0 is too large to handle"
19738 msgstr "Ï êáôÜëïãïò `%s' äåí åßíáé ðñïóéôüò."
19742 msgid "Statement function `%A' defined at %0 is not used"
19747 msgid "Intrinsic `%A', invoked at %0, known to be non-Y2K-compliant [info -f g77 M Y2KBAD]"
19751 #, fuzzy, no-c-format
19752 msgid "Internal compiler error -- cannot perform operation"
19753 msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
19756 #. Kind messages are used in diagnostic location reports of the
19757 #. form "<file>: In function `foo': <error message>".
19760 msgid "In unknown kind"
19761 msgstr "Üãíùóôç ìÝèïäïò êáôáëüãùí"
19768 msgid "In function"
19769 msgstr "Óôç óõíÜñôçóç"
19772 msgid "In subroutine"
19773 msgstr "Óôçí õðïñïõôßíá"
19777 msgstr "Óôï ðñüãñáììá"
19780 msgid "In block-data unit"
19781 msgstr "Óôç ìïíÜäá ìðëïê-äåäïìÝíùí"
19784 msgid "In common block"
19785 msgstr "Óôï êïéíü ìðëïê"
19788 msgid "In construct"
19792 msgid "In namelist"
19796 msgid "In anything"
19799 #: java/check-init.c:917
19801 msgid "internal error in check-init: tree code not implemented: %s"
19804 #: java/check-init.c:990
19806 msgid "final field '%s' may not have been initialized"
19809 #: java/class.c:539 java/class.c:564
19811 msgid "internal error - too many interface type"
19812 msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
19814 #: java/class.c:677
19815 msgid "bad method signature"
19818 #: java/class.c:726
19819 msgid "misplaced ConstantValue attribute (not in any field)"
19822 #: java/class.c:728
19824 msgid "duplicate ConstantValue attribute for field '%s'"
19827 #: java/class.c:739
19829 msgid "ConstantValue attribute of field '%s' has wrong type"
19832 #: java/class.c:1103
19834 msgid "field '%s' not found in class"
19837 #: java/class.c:1365
19838 msgid "abstract method in non-abstract class"
19841 #: java/class.c:2067
19843 msgid "non-static method '%s' overrides static method"
19846 #: java/decl.c:1537
19848 msgid "In %s: overlapped variable and exception ranges at %d"
19851 #: java/decl.c:1618
19852 msgid "bad type in parameter debug info"
19855 #: java/decl.c:1628
19857 msgid "bad PC range for debug info for local `%s'"
19861 msgid "stack underflow - dup* operation"
19864 #: java/expr.c:1536
19866 msgid "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
19869 #: java/expr.c:1565
19871 msgid "field `%s' not found"
19872 msgstr "ôï áñ÷åßï ÷Üñôç ÷áñáêôÞñùí `%s' äåí âñÝèçêå"
19874 #: java/expr.c:1717
19876 msgid "ret instruction not implemented"
19877 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
19879 #: java/expr.c:1852
19881 msgid "method '%s' not found in class"
19884 #: java/expr.c:2055
19886 msgid "failed to find class '%s'"
19889 #: java/expr.c:2065
19891 msgid "class '%s' has no method named '%s' matching signature '%s'"
19894 #: java/expr.c:2075
19895 msgid "invokestatic on non static method"
19898 #: java/expr.c:2080
19899 msgid "invokestatic on abstract method"
19902 #: java/expr.c:2088
19903 msgid "invoke[non-static] on static method"
19906 #: java/expr.c:2373
19908 msgid "missing field '%s' in '%s'"
19911 #: java/expr.c:2379
19913 msgid "mismatching signature for field '%s' in '%s'"
19916 #: java/expr.c:2402
19918 msgid "assignment to final field `%s' not in field's class"
19921 #: java/expr.c:2407
19923 msgid "assignment to final static field `%s' not in class initializer"
19926 #: java/expr.c:2414
19928 msgid "assignment to final field `%s' not in constructor"
19931 #: java/expr.c:2661
19933 msgid "can't expand %s"
19934 msgstr "%s: áäõíáìßá óôçí áíÜãíùóç %s: %s\n"
19936 #: java/expr.c:2838
19938 msgid "invalid PC in line number table"
19939 msgstr "ìç Ýãêõñïò áñ÷éêüò áñéèìüò ãñáììÞò: `%s'"
19941 #. We've just reached the end of a region of dead code.
19942 #: java/expr.c:2883
19944 msgid "unreachable bytecode from %d to before %d"
19947 #. We've just reached the end of a region of dead code.
19948 #: java/expr.c:2920
19950 msgid "unreachable bytecode from %d to the end of the method"
19953 #. duplicate code from LOAD macro
19954 #: java/expr.c:3238
19955 msgid "unrecogized wide sub-instruction"
19958 #: java/jcf-io.c:537
19960 msgid "source file for class `%s' is newer than its matching class file. Source file `%s' used instead"
19963 #: java/jcf-parse.c:338
19965 msgid "bad string constant"
19966 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
19968 #: java/jcf-parse.c:356
19970 msgid "bad value constant type %d, index %d"
19973 #: java/jcf-parse.c:528
19975 msgid "can't reopen %s"
19976 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
19978 #: java/jcf-parse.c:533
19980 msgid "can't close %s"
19981 msgstr "äåí åßíáé äõíáôü íá áëëá÷ôïýí ôá äéêáéþìáôá ôïõ `%s'"
19983 #: java/jcf-parse.c:615
19985 msgid "cannot find file for class %s"
19986 msgstr "äå âñÝèçêå ï ðñïåðåîåñãáóôÞò C: %s \n"
19988 #: java/jcf-parse.c:627
19990 msgid "not a valid Java .class file"
19991 msgstr "Ìç Ýãêõñïò ÷áñáêôÞñáò ïíüìáôïò êëÜóçò"
19993 #: java/jcf-parse.c:630
19995 msgid "error while parsing constant pool"
19996 msgstr "óöÜëìá êáôÜ ôï êëåßóéìï ôïõ áñ÷åßïõ åîüäïõ"
19998 #: java/jcf-parse.c:633
20000 msgid "error in constant pool entry #%d\n"
20003 #. FIXME - where was first time
20004 #: java/jcf-parse.c:645
20006 msgid "reading class %s for the second time from %s"
20009 #: java/jcf-parse.c:663
20011 msgid "error while parsing fields"
20012 msgstr "óöÜëìá êáôÜ ôï êëåßóéìï ôïõ áñ÷åßïõ åîüäïõ"
20014 #: java/jcf-parse.c:666
20016 msgid "error while parsing methods"
20017 msgstr "óöÜëìá êáôÜ ôçí áíÜãíùóç ôçò åéóüäïõ"
20019 #: java/jcf-parse.c:669
20021 msgid "error while parsing final attributes"
20022 msgstr "óöÜëìá êáôÜ ôï êëåßóéìï ôçò åéóüäïõ `%s'"
20024 #: java/jcf-parse.c:683
20026 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"
20029 #: java/jcf-parse.c:773
20031 msgid "missing Code attribute"
20032 msgstr "ÅëëéðÞò Þ êáêïó÷çìáôéóìÝíç éäéüôçôá"
20034 #: java/jcf-parse.c:1010
20035 msgid "source file seen twice on command line and will be compiled only once"
20038 #: java/jcf-parse.c:1026
20040 msgid "no input file specified"
20041 msgstr "Äåí õðÜñ÷ïõí áñ÷åßá åéóüäïõ"
20043 #: java/jcf-parse.c:1055
20045 msgid "can't close input file %s"
20046 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åéóüäïõ `%s'"
20048 #: java/jcf-parse.c:1092
20050 msgid "bad zip/jar file %s"
20053 #: java/jcf-write.c:2641
20055 msgid "internal error in generate_bytecode_insn - tree code not implemented: %s"
20058 #: java/jcf-write.c:2979
20060 msgid "field initializer type mismatch"
20061 msgstr "Êáêïóõíôáßñéáóìá ôýðùí êáôá÷þñçóçò/ðßíáêá"
20063 #: java/jcf-write.c:3387
20065 msgid "can't create directory %s"
20066 msgstr "%s: Äåí åßíáé äõíáôüí íá äçìéïõñãçèåß ï êáôÜëïãïò %s: %s\n"
20068 #: java/jcf-write.c:3441
20070 msgid "can't create %s"
20071 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
20073 #: java/jv-scan.c:187
20074 msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
20077 #: java/jv-scan.c:190
20079 msgid "can't open output file `%s'"
20080 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ `%s'"
20082 #: java/jv-scan.c:224
20084 msgid "file not found `%s'"
20085 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
20087 #: java/jvspec.c:426
20088 msgid "can't specify `-D' without `--main'\n"
20091 #: java/jvspec.c:429
20093 msgid "`%s' is not a valid class name"
20094 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
20096 #: java/jvspec.c:435
20098 msgid "--resource requires -o"
20099 msgstr "ÅóöáëìÝíïò êþäéêáò áßôçóçò"
20101 #: java/jvspec.c:442
20102 msgid "warning: already-compiled .class files ignored with -C"
20105 #: java/jvspec.c:449
20107 msgid "cannot specify both -C and -o"
20108 msgstr "äåí åßíáé äõíáôü íá ðáñáëçöèåß ï ÷ñÞóôçò êáé ç ïìÜäá"
20110 #: java/jvspec.c:461
20112 msgid "cannot create temporary file"
20113 msgstr "ÓÖÁËÌÁ: Áäõíáìßá äçìéïõñãßáò ðñïóùñéíïý áñ÷åßïõ ãéá áëëáãÞ"
20115 #: java/jvspec.c:489
20116 msgid "using both @FILE with multiple files not implemented"
20119 #: java/jvspec.c:538
20121 msgid "cannot specify `main' class when not linking"
20122 msgstr "Äåí åßíáé äõíáôü íá äçëùèåß áñéèìüò óôçëþí óôçí ðáñÜëëçëç åêôýðùóç."
20125 msgid "can't do dependency tracking with input from stdin"
20129 msgid "couldn't determine target name for dependency tracking"
20135 "unknown encoding: `%s'\n"
20136 "This might mean that your locale's encoding is not supported\n"
20137 "by your system's iconv(3) implementation. If you aren't trying\n"
20138 "to use a particular encoding for your input file, try the\n"
20139 "`--encoding=UTF-8' option"
20142 #: java/mangle.c:85
20144 msgid "can't mangle %s"
20145 msgstr "Äåí åßíáé äõíáôüí íá åêôåëåóôåß ôï %s"
20147 #: java/mangle_name.c:144 java/mangle_name.c:216
20149 msgid "internal error - invalid Utf8 name"
20150 msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
20152 #: ../../gcc-cvs/gcc/java/parse-scan.y:881 ../../gcc-3cvs/gcc/java/parse.y:962
20153 #: ../../gcc-3cvs/gcc/java/parse.y:1303 ../../gcc-3cvs/gcc/java/parse.y:1364
20154 #: ../../gcc-3cvs/gcc/java/parse.y:1574 ../../gcc-3cvs/gcc/java/parse.y:1796
20155 #: ../../gcc-3cvs/gcc/java/parse.y:1805 ../../gcc-3cvs/gcc/java/parse.y:1816
20156 #: ../../gcc-3cvs/gcc/java/parse.y:1827 ../../gcc-3cvs/gcc/java/parse.y:1839
20157 #: ../../gcc-3cvs/gcc/java/parse.y:1854 ../../gcc-3cvs/gcc/java/parse.y:1871
20158 #: ../../gcc-3cvs/gcc/java/parse.y:1873 ../../gcc-3cvs/gcc/java/parse.y:1945
20159 #: ../../gcc-3cvs/gcc/java/parse.y:2116 ../../gcc-3cvs/gcc/java/parse.y:2178
20160 #: ../../gcc-3cvs/gcc/java/parse.y:2330 ../../gcc-3cvs/gcc/java/parse.y:2342
20161 #: ../../gcc-3cvs/gcc/java/parse.y:2349 ../../gcc-3cvs/gcc/java/parse.y:2356
20162 #: ../../gcc-3cvs/gcc/java/parse.y:2367 ../../gcc-3cvs/gcc/java/parse.y:2369
20163 #: ../../gcc-3cvs/gcc/java/parse.y:2407 ../../gcc-3cvs/gcc/java/parse.y:2409
20164 #: ../../gcc-3cvs/gcc/java/parse.y:2411 ../../gcc-3cvs/gcc/java/parse.y:2432
20165 #: ../../gcc-3cvs/gcc/java/parse.y:2434 ../../gcc-3cvs/gcc/java/parse.y:2436
20166 #: ../../gcc-3cvs/gcc/java/parse.y:2452 ../../gcc-3cvs/gcc/java/parse.y:2454
20167 #: ../../gcc-3cvs/gcc/java/parse.y:2475 ../../gcc-3cvs/gcc/java/parse.y:2477
20168 #: ../../gcc-3cvs/gcc/java/parse.y:2479 ../../gcc-3cvs/gcc/java/parse.y:2507
20169 #: ../../gcc-3cvs/gcc/java/parse.y:2509 ../../gcc-3cvs/gcc/java/parse.y:2511
20170 #: ../../gcc-3cvs/gcc/java/parse.y:2513 ../../gcc-3cvs/gcc/java/parse.y:2531
20171 #: ../../gcc-3cvs/gcc/java/parse.y:2533 ../../gcc-3cvs/gcc/java/parse.y:2544
20172 #: ../../gcc-3cvs/gcc/java/parse.y:2555 ../../gcc-3cvs/gcc/java/parse.y:2566
20173 #: ../../gcc-3cvs/gcc/java/parse.y:2577 ../../gcc-3cvs/gcc/java/parse.y:2588
20174 #: ../../gcc-3cvs/gcc/java/parse.y:2601 ../../gcc-3cvs/gcc/java/parse.y:2605
20175 #: ../../gcc-3cvs/gcc/java/parse.y:2607 ../../gcc-3cvs/gcc/java/parse.y:2620
20177 msgid "Missing term"
20178 msgstr "¸÷åé ðáñáëçöèåß åíôïëÞ"
20180 #: ../../gcc-cvs/gcc/java/parse-scan.y:883 ../../gcc-3cvs/gcc/java/parse.y:734
20181 #: ../../gcc-3cvs/gcc/java/parse.y:772 ../../gcc-3cvs/gcc/java/parse.y:797
20182 #: ../../gcc-3cvs/gcc/java/parse.y:983 ../../gcc-3cvs/gcc/java/parse.y:1338
20183 #: ../../gcc-3cvs/gcc/java/parse.y:1550 ../../gcc-3cvs/gcc/java/parse.y:1552
20184 #: ../../gcc-3cvs/gcc/java/parse.y:1781 ../../gcc-3cvs/gcc/java/parse.y:1807
20185 #: ../../gcc-3cvs/gcc/java/parse.y:1818 ../../gcc-3cvs/gcc/java/parse.y:1829
20186 #: ../../gcc-3cvs/gcc/java/parse.y:1841 ../../gcc-3cvs/gcc/java/parse.y:1856
20187 msgid "';' expected"
20188 msgstr "áíáìåíüôáí ';'"
20190 #: ../../gcc-3cvs/gcc/java/parse.y:732 ../../gcc-3cvs/gcc/java/parse.y:770
20192 msgid "Missing name"
20193 msgstr "¸÷åé ðáñáëçöèåß åíôïëÞ"
20195 #: ../../gcc-3cvs/gcc/java/parse.y:795
20196 msgid "'*' expected"
20197 msgstr "áíáìåíüôáí '*'"
20199 #: ../../gcc-3cvs/gcc/java/parse.y:809
20200 msgid "Class or interface declaration expected"
20203 #: ../../gcc-3cvs/gcc/java/parse.y:846 ../../gcc-3cvs/gcc/java/parse.y:848
20205 msgid "Missing class name"
20206 msgstr "¸÷åé ðáñáëçöèåß åíôïëÞ"
20208 #: ../../gcc-3cvs/gcc/java/parse.y:851 ../../gcc-3cvs/gcc/java/parse.y:855
20209 #: ../../gcc-3cvs/gcc/java/parse.y:863 ../../gcc-3cvs/gcc/java/parse.y:1023
20210 #: ../../gcc-3cvs/gcc/java/parse.y:1284 ../../gcc-3cvs/gcc/java/parse.y:1286
20211 #: ../../gcc-3cvs/gcc/java/parse.y:1616 ../../gcc-3cvs/gcc/java/parse.y:1867
20212 #: ../../gcc-3cvs/gcc/java/parse.y:1899 ../../gcc-3cvs/gcc/java/parse.y:1952
20213 msgid "'{' expected"
20214 msgstr "áíáìåíüôáí '{'"
20216 #: ../../gcc-3cvs/gcc/java/parse.y:865
20217 msgid "Missing super class name"
20220 #: ../../gcc-3cvs/gcc/java/parse.y:875 ../../gcc-3cvs/gcc/java/parse.y:891
20222 msgid "Missing interface name"
20223 msgstr "ðáñÜëçøç ïñßóìáôïò áñ÷åßïõ"
20225 #: ../../gcc-3cvs/gcc/java/parse.y:977
20226 msgid "Missing variable initializer"
20229 #: ../../gcc-3cvs/gcc/java/parse.y:994
20231 msgid "Invalid declaration"
20232 msgstr "Ìç Ýãêõñç áíôáëëáãÞ"
20234 #: ../../gcc-3cvs/gcc/java/parse.y:997 ../../gcc-3cvs/gcc/java/parse.y:1082
20235 #: ../../gcc-3cvs/gcc/java/parse.y:2153 ../../gcc-3cvs/gcc/java/parse.y:2175
20236 #: ../../gcc-3cvs/gcc/java/parse.y:2179 ../../gcc-3cvs/gcc/java/parse.y:2214
20237 #: ../../gcc-3cvs/gcc/java/parse.y:2291 ../../gcc-3cvs/gcc/java/parse.y:2301
20238 msgid "']' expected"
20239 msgstr "áíáìåíüôáí ']'"
20241 # src/dfa.c:652 src/dfa.c:655 src/dfa.c:682 src/dfa.c:686 src/dfa.c:687
20242 # src/dfa.c:690 src/dfa.c:703 src/dfa.c:704
20243 # src/dfa.c:660 src/dfa.c:663 src/dfa.c:690 src/dfa.c:694 src/dfa.c:695
20244 # src/dfa.c:698 src/dfa.c:711 src/dfa.c:712
20245 #: ../../gcc-3cvs/gcc/java/parse.y:1001
20247 msgid "Unbalanced ']'"
20248 msgstr "Ìç éóóïñïðçìÝíï ["
20250 #: ../../gcc-3cvs/gcc/java/parse.y:1037
20251 msgid "Invalid method declaration, method name required"
20254 #: ../../gcc-3cvs/gcc/java/parse.y:1042 ../../gcc-3cvs/gcc/java/parse.y:1047
20255 #: ../../gcc-3cvs/gcc/java/parse.y:1052 ../../gcc-3cvs/gcc/java/parse.y:2036
20257 msgid "Identifier expected"
20258 msgstr "ÐñïóäéïñéóôÞò áöáéñÝèçêå"
20260 #: ../../gcc-3cvs/gcc/java/parse.y:1057
20261 msgid "Invalid method declaration, return type required"
20264 #: ../../gcc-3cvs/gcc/java/parse.y:1080 ../../gcc-3cvs/gcc/java/parse.y:1530
20265 #: ../../gcc-3cvs/gcc/java/parse.y:1537 ../../gcc-3cvs/gcc/java/parse.y:1546
20266 #: ../../gcc-3cvs/gcc/java/parse.y:1548 ../../gcc-3cvs/gcc/java/parse.y:1576
20267 #: ../../gcc-3cvs/gcc/java/parse.y:1684 ../../gcc-3cvs/gcc/java/parse.y:1981
20268 #: ../../gcc-3cvs/gcc/java/parse.y:2034
20269 msgid "')' expected"
20270 msgstr "áíáìåíüôáí '('"
20272 #: ../../gcc-3cvs/gcc/java/parse.y:1096
20274 msgid "Missing formal parameter term"
20275 msgstr "ÅëëéðÞò Þ êáêïó÷çìáôéóìÝíç éäéüôçôá"
20277 #: ../../gcc-3cvs/gcc/java/parse.y:1111 ../../gcc-3cvs/gcc/java/parse.y:1116
20279 msgid "Missing identifier"
20280 msgstr "Ý÷åé ðáñáëçöèåß ôï áñ÷åßï ðñïïñéóìïý"
20282 #: ../../gcc-3cvs/gcc/java/parse.y:1136 ../../gcc-3cvs/gcc/java/parse.y:1145
20283 msgid "Missing class type term"
20286 #: ../../gcc-3cvs/gcc/java/parse.y:1301
20288 msgid "Invalid interface type"
20289 msgstr "Ìç Ýãêõñïò åîáêñéâùôÞò(verifier) åîõðçñåôïýìåíïõ"
20291 #: ../../gcc-3cvs/gcc/java/parse.y:1494 ../../gcc-3cvs/gcc/java/parse.y:1663
20292 #: ../../gcc-3cvs/gcc/java/parse.y:1665
20293 msgid "':' expected"
20294 msgstr "áíáìåíüôáí ':'"
20296 #: ../../gcc-3cvs/gcc/java/parse.y:1516 ../../gcc-3cvs/gcc/java/parse.y:1521
20297 #: ../../gcc-3cvs/gcc/java/parse.y:1526
20299 msgid "Invalid expression statement"
20300 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
20302 #: ../../gcc-3cvs/gcc/java/parse.y:1544 ../../gcc-3cvs/gcc/java/parse.y:1572
20303 #: ../../gcc-3cvs/gcc/java/parse.y:1612 ../../gcc-3cvs/gcc/java/parse.y:1680
20304 #: ../../gcc-3cvs/gcc/java/parse.y:1748 ../../gcc-3cvs/gcc/java/parse.y:1869
20305 #: ../../gcc-3cvs/gcc/java/parse.y:1938 ../../gcc-3cvs/gcc/java/parse.y:2028
20306 #: ../../gcc-3cvs/gcc/java/parse.y:2030 ../../gcc-3cvs/gcc/java/parse.y:2038
20307 #: ../../gcc-3cvs/gcc/java/parse.y:2274 ../../gcc-3cvs/gcc/java/parse.y:2276
20308 msgid "'(' expected"
20309 msgstr "áíáìåíüôáí '('"
20311 #: ../../gcc-3cvs/gcc/java/parse.y:1614
20313 msgid "Missing term or ')'"
20314 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
20316 #: ../../gcc-3cvs/gcc/java/parse.y:1661
20318 msgid "Missing or invalid constant expression"
20319 msgstr "%s: ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç: %s"
20321 #: ../../gcc-3cvs/gcc/java/parse.y:1682
20322 msgid "Missing term and ')' expected"
20325 #: ../../gcc-3cvs/gcc/java/parse.y:1721
20327 msgid "Invalid control expression"
20328 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
20330 #: ../../gcc-3cvs/gcc/java/parse.y:1723 ../../gcc-3cvs/gcc/java/parse.y:1725
20332 msgid "Invalid update expression"
20333 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
20335 #: ../../gcc-3cvs/gcc/java/parse.y:1750
20337 msgid "Invalid init statement"
20338 msgstr "Ìç Ýãêõñç ðáñÜìåôñïò"
20340 #: ../../gcc-3cvs/gcc/java/parse.y:1941
20341 msgid "Missing term or ')' expected"
20344 #: ../../gcc-3cvs/gcc/java/parse.y:1983
20345 msgid "'class' or 'this' expected"
20348 #: ../../gcc-3cvs/gcc/java/parse.y:1985 ../../gcc-3cvs/gcc/java/parse.y:1987
20350 msgid "'class' expected"
20351 msgstr "áíáìåíüôáí ')'\n"
20353 #: ../../gcc-3cvs/gcc/java/parse.y:2032
20355 msgid "')' or term expected"
20356 msgstr "áíáìåíüôáí ')'\n"
20358 #: ../../gcc-3cvs/gcc/java/parse.y:2151
20359 msgid "'[' expected"
20360 msgstr "áíáìåíüôáí '['"
20362 #: ../../gcc-3cvs/gcc/java/parse.y:2229
20364 msgid "Field expected"
20365 msgstr "Ç èõãáôñéêÞ äéåñãáóßá ôåñìáôßóôçêå"
20367 #: ../../gcc-3cvs/gcc/java/parse.y:2286 ../../gcc-3cvs/gcc/java/parse.y:2296
20368 msgid "Missing term and ']' expected"
20371 #: ../../gcc-3cvs/gcc/java/parse.y:2400
20373 msgid "']' expected, invalid type expression"
20374 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
20376 #: ../../gcc-3cvs/gcc/java/parse.y:2403
20378 msgid "Invalid type expression"
20379 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
20381 #: ../../gcc-3cvs/gcc/java/parse.y:2515
20383 msgid "Invalid reference type"
20384 msgstr "Ìç Ýãêõñç ðéóù-ðáñáðïìðÞ"
20386 #: ../../gcc-3cvs/gcc/java/parse.y:2993
20387 msgid "Constructor invocation must be first thing in a constructor"
20390 #: ../../gcc-3cvs/gcc/java/parse.y:2995
20391 msgid "Only constructors can invoke constructors"
20394 #: ../../gcc-3cvs/gcc/java/parse.y:3004
20396 msgid ": `%s' JDK1.1(TM) feature"
20399 #: ../../gcc-3cvs/gcc/java/parse.y:3064 ../../gcc-3cvs/gcc/java/parse.y:3066
20408 #: ../../gcc-3cvs/gcc/java/parse.y:6867
20410 msgid "malformed .zip archive in CLASSPATH: %s"
20413 #: ../../gcc-3cvs/gcc/java/parse.y:6938
20415 msgid "Can't find default package `%s'. Check the CLASSPATH environment variable and the access to the archives"
20418 #: ../../gcc-3cvs/gcc/java/parse.y:12266
20420 msgid "missing static field `%s'"
20421 msgstr "Ý÷åé ðáñáëçöèåß ç ëßóôá ìå ôá ðåäßá"
20423 #: ../../gcc-3cvs/gcc/java/parse.y:12271
20425 msgid "not a static field `%s'"
20426 msgstr "áäõíáìßá ðñïóðÝëáóçò(stat()) áñ÷åßïõ `%s': %s"
20428 #: ../../gcc-3cvs/gcc/java/parse.y:12314
20430 msgid "No case for %s"
20431 msgstr "ÓöÜëìá åðåîåñãáóßáò: %s"
20433 #: ../../gcc-3cvs/gcc/java/parse.y:13240
20435 msgid "unregistered operator %s"
20436 msgstr "ðïôÝ äåí äçëþèçêå ôï ðñüãñáììá %d\n"
20438 #: java/typeck.c:553
20440 msgid "junk at end of signature string"
20441 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
20443 #: java/verify.c:479
20445 msgid "bad pc in exception_table"
20446 msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
20448 #: java/verify.c:485
20449 msgid "exception handler inside code that is being protected"
20452 #: java/verify.c:1395
20454 msgid "unknown opcode %d@pc=%d during verification"
20457 #: java/verify.c:1465 java/verify.c:1478 java/verify.c:1482
20459 msgid "verification error at PC=%d"
20462 #: java/lang-options.h:32
20463 msgid "Disable automatic array bounds checking"
20466 #: java/lang-options.h:34
20467 msgid "Disable assignability checks for stores into object arrays"
20470 #: java/lang-options.h:36
20471 msgid "Assume native functions are implemented using JNI"
20474 #: java/lang-options.h:38
20475 msgid "Replace system path"
20478 #: java/lang-options.h:40
20479 msgid "Set class path"
20482 #: java/lang-options.h:42
20483 msgid "Set class path (deprecated: use --classpath instead)"
20486 #: java/lang-options.h:44
20487 msgid "Choose class whose main method should be used"
20490 #: java/lang-options.h:46
20491 msgid "Choose input encoding (default comes from locale)"
20494 #: java/lang-options.h:48
20495 msgid "Add directory to class path"
20498 #: java/lang-options.h:50
20499 msgid "Directory where class files should be written"
20502 #: java/lang-options.h:52
20504 msgid "Warn if modifiers are specified when not necessary"
20505 msgstr "äå ìðïñïýí íá äçëþíïíôáé áñ÷åßá üôáí ãßíåôáé ÷ñÞóç ôïõ --string"
20507 #: java/lang-options.h:54
20508 msgid "Warn if deprecated empty statements are found"
20511 #: java/lang-options.h:56
20512 msgid "Warn if .class files are out of date"
20515 #: java/lang-options.h:58
20516 msgid "Always check for non gcj generated classes archives"
20519 #: java/lang-options.h:60
20520 msgid "Never optimize static class initialization code"
20523 #: java/lang-options.h:62
20524 msgid "Use offset tables for virtual method calls"
20527 #: objc/objc-act.c:651
20529 msgid "object does not conform to the `%s' protocol"
20532 #: objc/objc-act.c:737 objc/objc-act.c:810
20534 msgid "class `%s' does not implement the `%s' protocol"
20537 #: objc/objc-act.c:914
20539 msgid "`%s' cannot be statically allocated"
20542 #: objc/objc-act.c:963
20544 msgid "unexpected type for `id' (%s)"
20547 #: objc/objc-act.c:968
20548 msgid "undefined type `id', please import <objc/objc.h>"
20551 #: objc/objc-act.c:1019
20553 msgid "protocol `%s' has circular dependency"
20556 #: objc/objc-act.c:1041 objc/objc-act.c:5301
20558 msgid "cannot find protocol declaration for `%s'"
20559 msgstr "áäõíáìßá åéóáãùãÞò óôïé÷åßï ðáñáâïëÞò `%.*s'"
20561 #: objc/objc-act.c:1289 objc/objc-act.c:5877 objc/objc-act.c:6195
20562 #: objc/objc-act.c:6244 objc/objc-act.c:6280 objc-parse.y:1800
20564 msgid "cannot find interface declaration for `%s'"
20565 msgstr "áäõíáìßá áíÜãíùóçò êåöáëßäáò áðü ôï `%s'"
20567 #: objc/objc-act.c:1328
20569 msgid "cannot find reference tag for class `%s'"
20570 msgstr "äå âñÝèçêå ï ðñïåðåîåñãáóôÞò C: %s \n"
20572 #: objc/objc-act.c:2050
20574 msgid "creating selector for non existant method %s"
20577 #: objc/objc-act.c:2364
20579 msgid "cannot find class `%s'"
20580 msgstr "áäõíáìßá åêôÝëåóçò ioctl óôï `%s'"
20582 #: objc/objc-act.c:2366
20584 msgid "class `%s' already exists"
20585 msgstr "(ôï áñ÷åßï Þäç õðÜñ÷åé)"
20587 #. fatal did not work with 2 args...should fix
20588 #: objc/objc-act.c:2473
20590 msgid "cannot find interface declaration for `%s', superclass of `%s'"
20593 #: objc/objc-act.c:2480
20595 msgid "circular inheritance in interface declaration for `%s'"
20598 #: objc/objc-act.c:3566 objc/objc-act.c:3583
20600 msgid "inconsistent instance variable specification"
20601 msgstr "Ìåôáãëùôôéóìüò ðñïäéáãñáöþí ôïðéêþí ñõèìßóåùí"
20603 #: objc/objc-act.c:4580
20604 msgid "can not use an object as parameter to a method\n"
20607 #: objc/objc-act.c:4780
20609 msgid "multiple declarations for method `%s'"
20610 msgstr "ðïëëáðëüò áñéèìüò åðéëïãþí ôçí åíôïëÞ `s'"
20612 #: objc/objc-act.c:4946
20614 msgid "invalid receiver type `%s'"
20615 msgstr "Ìç Ýãêõñç ðñïôåñáéüôçôá `%s'"
20617 #: objc/objc-act.c:4977 objc/objc-act.c:5003 objc/objc-act.c:5051
20619 msgid "`%s' does not respond to `%s'"
20620 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
20623 #: objc/objc-act.c:4983 objc/objc-act.c:7318
20625 msgid "no super class declared in interface for `%s'"
20626 msgstr "Ï áíôéôïðïèåôçôÞò åðéöÜíåéáò Ý÷åé ôåèåß ðåñéóóüôåñï áðü ìéá öïñÜ ãéá ôï `%s'"
20628 #: objc/objc-act.c:5081
20629 msgid "cannot find class (factory) method"
20632 #: objc/objc-act.c:5082 objc/objc-act.c:5126
20634 msgid "return type for `%s' defaults to id"
20637 #: objc/objc-act.c:5099
20639 msgid "method `%s' not implemented by protocol"
20640 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé áðü ôï ðñùôüêïëëï"
20642 #: objc/objc-act.c:5108
20643 msgid "return type defaults to id"
20646 # src/install.c:562
20647 #: objc/objc-act.c:5125
20649 msgid "cannot find method"
20650 msgstr "áäõíáìßá äéêñÜíùóçò"
20652 #: objc/objc-act.c:5399
20654 msgid "undeclared selector `%s'"
20655 msgstr "ìç Ýãêõñïò äçëùôÞò ðåäßïõ: `%s'"
20657 #. Historically, a class method that produced objects (factory
20658 #. method) would assign `self' to the instance that it
20659 #. allocated. This would effectively turn the class method into
20660 #. an instance method. Following this assignment, the instance
20661 #. variables could be accessed. That practice, while safe,
20662 #. violates the simple rule that a class method should not refer
20663 #. to an instance variable. It's better to catch the cases
20664 #. where this is done unknowingly than to support the above
20666 #: objc/objc-act.c:5443
20668 msgid "instance variable `%s' accessed in class method"
20671 #: objc/objc-act.c:5678
20673 msgid "duplicate definition of class method `%s'"
20674 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
20676 #: objc/objc-act.c:5684
20678 msgid "duplicate declaration of class method `%s'"
20679 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
20681 #: objc/objc-act.c:5720
20683 msgid "duplicate definition of instance method `%s'"
20684 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
20686 #: objc/objc-act.c:5726
20688 msgid "duplicate declaration of instance method `%s'"
20689 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
20691 #: objc/objc-act.c:5766
20693 msgid "duplicate interface declaration for category `%s(%s)'"
20696 #: objc/objc-act.c:5852
20698 msgid "instance variable `%s' is declared private"
20701 #: objc/objc-act.c:5899
20703 msgid "instance variable `%s' is declared %s"
20706 #: objc/objc-act.c:5909
20707 msgid "static access to object of type `id'"
20710 #: objc/objc-act.c:5934 objc/objc-act.c:6027
20712 msgid "incomplete implementation of class `%s'"
20715 #: objc/objc-act.c:5938 objc/objc-act.c:6032
20717 msgid "incomplete implementation of category `%s'"
20718 msgstr "áðïôõ÷ßá êáôÜ ôçí åããñáöÞ äåäïìÝíùí ãéá ôçí êáôçãïñßá `%s'"
20720 #: objc/objc-act.c:5943 objc/objc-act.c:6037
20722 msgid "method definition for `%c%s' not found"
20725 #: objc/objc-act.c:6081
20727 msgid "%s `%s' does not fully implement the `%s' protocol"
20730 #: objc/objc-act.c:6139 objc/objc-act.c:8249
20731 msgid "`@end' missing in implementation context"
20734 #: objc/objc-act.c:6167
20736 msgid "reimplementation of class `%s'"
20739 # src/request.c:806 src/request.c:912
20740 #: objc/objc-act.c:6209
20742 msgid "conflicting super class name `%s'"
20743 msgstr "Ìç áíáãíùñßóçìï üíïìá åðéöÜíåéáò `%s'"
20745 #: objc/objc-act.c:6224
20747 msgid "duplicate interface declaration for class `%s'"
20748 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
20750 #: objc/objc-act.c:6506
20752 msgid "duplicate declaration for protocol `%s'"
20753 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
20755 #: objc/objc-act.c:7363
20756 msgid "[super ...] must appear in a method context"
20759 #: objc/objc-act.c:8354 objc/objc-act.c:8370
20761 msgid "potential selector conflict for method `%s'"
20764 #: objc-parse.y:2656
20765 msgid "`@end' must appear in an implementation context"
20768 #: objc-parse.y:2932
20769 msgid "method definition not in class context"
20772 #: objc/lang-options.h:27
20773 msgid "Dump decls to a .decl file"
20776 #: objc/lang-options.h:29
20777 msgid "Generate code for GNU runtime environment"
20780 #: objc/lang-options.h:32
20781 msgid "Generate code for NeXT runtime environment"
20784 #: objc/lang-options.h:35
20785 msgid "Warn if a selector has multiple methods"
20788 #: objc/lang-options.h:39
20789 msgid "Do not warn if inherited methods are unimplemented"
20792 #: objc/lang-options.h:41
20793 msgid "Generate C header of platform specific features"
20796 #: objc/lang-options.h:43
20797 msgid "Specify the name of the class for constant strings"
20800 #. This is the contribution to the `lang_options' array in gcc.c for
20802 #: treelang/lang-options.h:26
20803 msgid "(debug) trace parsing process"
20806 #: treelang/lang-options.h:27
20807 msgid "(debug) trace lexical analysis"
20810 #: config/darwin.h:212
20811 msgid "-current_version only allowed with -dynamiclib"
20814 #: config/darwin.h:215
20815 msgid "-install_name only allowed with -dynamiclib"
20818 #: config/darwin.h:220
20819 msgid "-bundle not allowed with -dynamiclib"
20822 #: config/darwin.h:221
20823 msgid "-bundle_loader not allowed with -dynamiclib"
20826 #: config/darwin.h:222
20827 msgid "-client_name not allowed with -dynamiclib"
20830 #: config/darwin.h:225
20831 msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
20834 #: config/darwin.h:226
20835 msgid "-force_flat_namespace not allowed with -dynamiclib"
20838 #: config/darwin.h:228
20839 msgid "-keep_private_externs not allowed with -dynamiclib"
20842 #: config/darwin.h:229
20843 msgid "-private_bundle not allowed with -dynamiclib"
20846 #: f/lang-specs.h:38 gcc.c:689
20847 msgid "GNU C does not support -C without using -E"
20850 #: f/lang-specs.h:39 gcc.c:690
20851 msgid "GNU C does not support -CC without using -E"
20854 #: config/sparc/sol2-bi.h:168 config/sparc/sol2-bi.h:178
20855 #: config/sparc/linux64.h:197 config/sparc/linux64.h:208
20856 #: config/sparc/netbsd-elf.h:163 config/sparc/netbsd-elf.h:182
20858 msgid "may not use both -m32 and -m64"
20859 msgstr "äåí åßíáé äõíáôü íá ðáñáëçöèåß ï ÷ñÞóôçò êáé ç ïìÜäá"
20861 #: config/ia64/freebsd.h:23 config/sparc/freebsd.h:33
20862 #: config/i386/freebsd-aout.h:203 config/alpha/freebsd.h:42
20863 msgid "`-p' not supported; use `-pg' and gprof(1)"
20866 #: config/vax/vax.h:50 config/vax/vax.h:51
20868 msgid "profiling not supported with -mg\n"
20869 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
20871 #: config/mips/mips.h:954
20872 msgid "-pipe is not supported"
20873 msgstr "ôï -pipe äåí õðïóôçñßæåôáé"
20875 #: config/mips/mips.h:1147 config/arc/arc.h:63
20876 msgid "may not use both -EB and -EL"
20879 #: java/jvspec.c:77 gcc.c:716 ada/lang-specs.h:38
20880 msgid "-pg and -fomit-frame-pointer are incompatible"
20883 #: config/rs6000/darwin.h:62
20884 msgid " conflicting code gen style switches are used"
20887 #: config/i386/cygwin.h:115
20888 msgid "mno-cygwin and mno-win32 are not compatible"
20891 #: config/i386/cygwin.h:170 config/i386/mingw32.h:84
20892 msgid "shared and mdll are not compatible"
20896 msgid "-E required when input is from standard input"
20900 msgid "compilation of header file requested"
20903 #: java/lang-specs.h:33
20904 msgid "-fjni and -femit-class-files are incompatible"
20907 #: java/lang-specs.h:34
20908 msgid "-fjni and -femit-class-file are incompatible"
20911 #: java/lang-specs.h:35 java/lang-specs.h:36
20912 msgid "-femit-class-file should used along with -fsyntax-only"
20915 #: treelang/lang-specs.h:52
20916 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
20919 #: config/vax/netbsd-elf.h:42
20920 msgid "The -shared option is not currently supported for VAX ELF."
20923 #: config/mcore/mcore.h:60
20924 msgid "choose either big or little endian, not both"
20927 #: config/mcore/mcore.h:63
20928 msgid "choose either m340 or m210 not both"
20931 #: config/mcore/mcore.h:64
20932 msgid "the m210 does not have little endian support"
20935 #: config/arm/arm.h:178
20937 msgid "-mapcs-26 and -mapcs-32 may not be used together"
20939 "Ïé åðéëïãÝò ãéá íá åêôõðùèåß êáé íá ïñéóôåß ç þñá äåí ìðïñïýí íá\n"
20940 "÷ñçóéìïðïéçèïýí ðáñÜëëçëá."
20942 #: config/arm/arm.h:180
20944 msgid "-msoft-float and -mhard_float may not be used together"
20946 "Ïé åðéëïãÝò ãéá íá åêôõðùèåß êáé íá ïñéóôåß ç þñá äåí ìðïñïýí íá\n"
20947 "÷ñçóéìïðïéçèïýí ðáñÜëëçëá."
20949 #: config/arm/arm.h:182
20951 msgid "-mbig-endian and -mlittle-endian may not be used together"
20953 "Ïé åðéëïãÝò ãéá íá åêôõðùèåß êáé íá ïñéóôåß ç þñá äåí ìðïñïýí íá\n"
20954 "÷ñçóéìïðïéçèïýí ðáñÜëëçëá."
20956 #: config/mips/r3900.h:35
20958 msgid "-mhard-float not supported"
20959 msgstr "Ôï ðñùôüêïëëï äåí õðïóôçñßæåôáé"
20961 #: config/mips/r3900.h:37
20962 msgid "-msingle-float and -msoft-float can not both be specified"
20965 #: ada/lang-specs.h:41
20966 msgid "-c or -S required for Ada"
20969 #: config/i386/sco5.h:585 config/i386/sco5.h:666
20970 msgid "-static not valid with -mcoff"
20973 #: config/i386/sco5.h:586 config/i386/sco5.h:667
20974 msgid "-shared not valid with -mcoff"
20977 #: config/i386/sco5.h:587 config/i386/sco5.h:668
20978 msgid "-symbolic not valid with -mcoff"
20981 #: config/i386/sco5.h:636
20982 msgid "-fpic is not valid with -mcoff"
20985 #: config/i386/sco5.h:637
20986 msgid "-fPIC is not valid with -mcoff"
20989 #: config/i386/sco5.h:669
20990 msgid "-fpic not valid with -mcoff"
20993 #: config/i386/sco5.h:670
20994 msgid "-fPIC not valid with -mcoff"
20998 #~ msgid "unknown C standard `%s'"
20999 #~ msgstr "Üãíùóôï óåô `%s'"
21002 #~ msgid "null format string"
21003 #~ msgstr "Ç áëõóßäá ìïñöÞò äåí åßíáé Ýãêõñç: `%s'"
21006 #~ msgid "'lul' is not a valid integer suffix"
21007 #~ msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
21010 #~ msgid "decimal constant is so large that it is unsigned"
21011 #~ msgstr "%s: ôï %s åßíáé ôüóï ìåãÜëï ðïõ äå ìðïñåß íá áíáðáñáóôáèåß"
21014 #~ msgid "integer constant is larger than the maximum value for its type"
21016 #~ "ï äçëùìÝíïò áñéèìüò bytes `%s' åßíáé ìåãáëýôåñïò áðü ôï ìÝãéóôï\n"
21017 #~ "ðïõ ìðïñåß íá áíáðáñáóôáèåß áðü ôï ôýðï äåäïìÝíùí `long'"
21019 #~ msgid "execvp %s"
21020 #~ msgstr "execvp %s"
21023 #~ msgid "integer constant out of range"
21024 #~ msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
21027 #~ msgid "missing binary operator"
21028 #~ msgstr "Áãíùóôïò äõáäéêüò ÷åéñéóôÞò."
21031 #~ msgid "changing search order for system directory \"%s\""
21032 #~ msgstr "áäõíáìßá áëëáãÞò óôï êáôÜëïãï \"%s\""
21035 #~ msgid "I/O error on output"
21036 #~ msgstr "ÓöÜëìá åéóüäïõ/åîüäïõ"
21039 #~ msgid "argument missing after %s"
21040 #~ msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
21043 #~ msgid "number missing after %s"
21044 #~ msgstr "ïñéóìüò äéêáéùìÜôùí óôï %s"
21047 #~ msgid "target missing after %s"
21048 #~ msgstr "Áñ÷Þ áñ÷åßïõ %s\n"
21051 #~ msgid "possible start of unterminated string literal"
21052 #~ msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
21054 #~ msgid "multi-line string literals are deprecated"
21055 #~ msgstr "äå óõíßóôáôáé ðéá ç ÷ñÞóç áëöáñéèìçôéêþí óôáèåñþí ðïëëáðëþí ãñáììþí"
21057 #~ msgid "invalid option %s"
21058 #~ msgstr "ìç Ýãêõñç åðéëïãÞ %s"
21060 #~ msgid "%s:%d: warning: "
21061 #~ msgstr "%s:%d: ðñïåéäïðïßçóç: "
21063 #~ msgid "%s: warning: "
21064 #~ msgstr "%s: ðñïåéäïðïßçóç: "
21066 #~ msgid "sorry, not implemented: "
21067 #~ msgstr "óõããíþìç, ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß: "
21070 #~ msgid "Internal compiler error in %s, at %s:%d"
21071 #~ msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
21074 #~ msgid "argument to `-b' is missing"
21075 #~ msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
21078 #~ msgid "argument to `-V' is missing"
21079 #~ msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
21082 #~ msgid "invalid version number format"
21083 #~ msgstr "ìç Ýãêõñç äéáìüñöùóç óõíôüìåõóçò"
21086 #~ msgid "No branches in function %s\n"
21087 #~ msgstr "Äåí âñÝèçêáí ôáéñéÜóìáôá óôç ìïñöÞ `%s'.\n"
21090 #~ msgid "conversion from NaN to int"
21091 #~ msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
21094 #~ msgid "conversion from NaN to unsigned int"
21095 #~ msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
21098 #~ msgid "floating point overflow"
21099 #~ msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
21102 #~ msgid "%s: argument domain error"
21103 #~ msgstr "%s: óöÜëìá áíÜãíùóçò"
21106 #~ msgid "%s: overflow range error"
21107 #~ msgstr "%s: óöÜëìá åããñáöÞò"
21110 #~ msgid "%s: underflow range error"
21111 #~ msgstr "%s: óöÜëìá åããñáöÞò"
21114 #~ msgid "internal error: %s"
21115 #~ msgstr "óöÜëìá óôçí áíÜãíùóç åéóüäïõ: %s"
21118 #~ msgid "invalid character constant in #if"
21119 #~ msgstr "ìç Ýãêõñïò óôáèåñüò ÷áñáêôÞñáò óôï áëöáñéèìéôéêü"
21122 #~ msgid "octal character constant does not fit in a byte"
21123 #~ msgstr "ìç Ýãêõñïò óôáèåñüò ÷áñáêôÞñáò óôï áëöáñéèìéôéêü"
21126 #~ msgid "hex character constant does not fit in a byte"
21127 #~ msgstr "ìç Ýãêõñïò óôáèåñüò ÷áñáêôÞñáò óôï áëöáñéèìéôéêü"
21130 #~ msgid "Junk after end of expression."
21131 #~ msgstr "Ðñüùñï ôÝëïò ôçò êáíïíéêÞò Ýêöñáóçò"
21134 #~ msgid "-traditional is not supported in C++"
21135 #~ msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
21138 #~ msgid "-traditional and -ansi are mutually exclusive"
21139 #~ msgstr "ïé åðéëïãÝò --string êáé --check åßíáé áìïéâáßùò áðïêëåéüìåíåò"
21142 #~ msgid "-pedantic and -traditional are mutually exclusive"
21143 #~ msgstr "\"Æþíç %s\" ãñáììÞ êáé åðéëïãÞ -l åßíáé áìïéâáßùò áðïêëåéüìåíá"
21146 #~ msgid "-trigraphs and -traditional are mutually exclusive"
21147 #~ msgstr "ïé åðéëïãÝò --string êáé --check åßíáé áìïéâáßùò áðïêëåéüìåíåò"
21150 #~ msgid "unterminated #%s conditional"
21151 #~ msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
21154 #~ msgid "not in any file?!"
21155 #~ msgstr "Äåí åßíáé åðþíõìï áñ÷åßï"
21158 #~ msgid "invalid macro name"
21159 #~ msgstr "ìç Ýãêõñï üíïìá ìÞíá"
21162 #~ msgid "invalid macro name `%s'"
21163 #~ msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
21166 #~ msgid "unterminated parameter list in #define"
21167 #~ msgstr "ìç ôåñìáôéæüìåíï üíïìá âÜñïõò"
21170 #~ msgid "invalid format #line command"
21171 #~ msgstr "Ç áëõóßäá ìïñöÞò äåí åßíáé Ýãêõñç: `%s'"
21174 #~ msgid "undefining `defined'"
21175 #~ msgstr "áüñéóôï"
21178 #~ msgid "undefining `%s'"
21179 #~ msgstr "¶íïéãìá ôïõ `%s'"
21182 #~ msgid "#warning%.*s"
21183 #~ msgstr "ðñïåéäïðïßçóç: "
21185 # src/dfa.c:652 src/dfa.c:655 src/dfa.c:682 src/dfa.c:686 src/dfa.c:687
21186 # src/dfa.c:690 src/dfa.c:703 src/dfa.c:704
21187 # src/dfa.c:660 src/dfa.c:663 src/dfa.c:690 src/dfa.c:694 src/dfa.c:695
21188 # src/dfa.c:698 src/dfa.c:711 src/dfa.c:712
21190 #~ msgid "unbalanced #endif"
21191 #~ msgstr "Ìç éóóïñïðçìÝíï ["
21194 #~ msgid "unterminated string or character constant"
21195 #~ msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
21198 #~ msgid "arguments given to macro `%s'"
21199 #~ msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
21202 #~ msgid "no args to macro `%s'"
21203 #~ msgstr "Üãíùóôïò ÷áñáêôÞñáò `%s'"
21206 #~ msgid "invalid %%V value"
21207 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21210 #~ msgid "Don't do symbol renaming"
21211 #~ msgstr "äåí äþèçêå óõìâïëéêü üíïìá"
21214 #~ msgid "inline float constants not supported on this host"
21215 #~ msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
21218 #~ msgid "Retain legend information"
21219 #~ msgstr "åìöÜíéóç ðëçñïöïñéþí ðñïüäïõ"
21221 # lib/argmatch.c:188
21223 #~ msgid "argument is a structure"
21224 #~ msgstr "¸ãêõñá ïñßóìáôá åßíáé:"
21227 #~ msgid "Use mcount for profiling"
21228 #~ msgstr "áäýíáôç ç öüñôùóç äåäïìÝíùí ðñïößë"
21231 #~ msgid "-mips%d not supported"
21232 #~ msgstr "Ôï ai_family äåí õðïóôçñßæåôáé"
21235 #~ msgid "-mabi=%s does not support -mips%d"
21236 #~ msgstr "Ôï ai_socktype äåí õðïóôçñßæåôáé"
21239 #~ msgid "-fdata-sections not supported on AIX"
21240 #~ msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
21243 #~ msgid "`%D' as declarator"
21244 #~ msgstr "ôï `%s' åßíáé êáôÜëïãïò"
21247 #~ msgid "invalid type: `void &'"
21248 #~ msgstr "Ìç Ýãêõñç çìåñïìçíßá `%s'"
21254 #~ msgid "invalid use of type decl `%#D' as expression"
21255 #~ msgstr "Ìç Ýãêõñç ðñïðïñåõüìåíç êáíïíéêÞ Ýêöñáóç"
21258 #~ msgid "invalid use of undefined type `%#T'"
21259 #~ msgstr "ìç Ýãêõñïò áñéèìüò áðü êåíÝò ãñáììÝò: `%s'"
21262 #~ msgid "declaration of `%#T'"
21263 #~ msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
21266 #~ msgid "invalid use of `%T'"
21267 #~ msgstr "Ìç Ýãêõñç çìåñïìçíßá `%s'."
21270 #~ msgid "internal error - use of undefined type"
21271 #~ msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
21274 #~ msgid "-p option not supported: use -pg instead"
21275 #~ msgstr "ôï -C äåí óõíßóôáôáé ðéá, ÷ñçóéìïðïéÞóôå -Z"
21278 #~ msgid "options -mabi=mmixware and -mabi=gnu are mutually exclusive"
21279 #~ msgstr "\"Æþíç %s\" ãñáììÞ êáé åðéëïãÞ -l åßíáé áìïéâáßùò áðïêëåéüìåíá"
21282 #~ msgid "__builtin_trap not supported by this target"
21283 #~ msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
21286 #~ msgid "invalid %H value"
21287 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21290 #~ msgid "invalid %h value"
21291 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21294 #~ msgid "invalid %Q value"
21295 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21298 #~ msgid "invalid %q value"
21299 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21302 #~ msgid "invalid %p value"
21303 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21306 #~ msgid "invalid %B value"
21307 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21310 #~ msgid "invalid %C value"
21311 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21314 #~ msgid "invalid %E value"
21315 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21318 #~ msgid "invalid %r value"
21319 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21322 #~ msgid "bad string length in %s"
21323 #~ msgstr "åëÜ÷éóôï ìÝãåèïò áëöáñéèìçôéêïý"
21326 #~ msgid "mode mismatch in %s expression"
21327 #~ msgstr "ÓöÜëìá óôï ôáßñéáóìá óôçí êáíïíéêÞ Ýêöñáóç `%s'"
21329 # src/main.c:697 src/main.c:751
21331 #~ msgid "no label named `%s'"
21332 #~ msgstr "¶ãíùóôç ãëþóóá `%s'"
21335 #~ msgid "this is the first ELSE label"
21336 #~ msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
21339 #~ msgid "duplicate CASE value"
21340 #~ msgstr "äéðëü êëåéäß"
21343 #~ msgid "this is the first entry for that value"
21344 #~ msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
21347 #~ msgid "CASE value out of range"
21348 #~ msgstr "Ï áñéèìüò ôùí êáíáëéþí åßíáé Ýîù áðü ôá üñéá"
21351 #~ msgid "empty range"
21352 #~ msgstr "êåíü áëöáñéèìçôéêü"
21355 #~ msgid "internal error - unknown type in multiple assignment"
21356 #~ msgstr "åóùôåñéêü óöÜëìá - êëÞèçêå ç addtype ìå êáêü ttisgmt"
21359 #~ msgid "cannot convert to a boolean mode"
21360 #~ msgstr "áäýíáôç ç ìåôáôñïðÞ ôïõ U+%04X óôï ôïðéêü óýíïëï ÷áñáêôÞñùí"
21363 #~ msgid "cannot convert to a char mode"
21364 #~ msgstr "áäýíáôç ç ìåôáôñïðÞ ôïõ U+%04X óôï ôïðéêü óýíïëï ÷áñáêôÞñùí"
21367 #~ msgid "powerset tuple element out of range"
21368 #~ msgstr "%s: áñéèìüò ãñáììÞò Ýîù áðü ôá üñéá"
21371 #~ msgid "missing variant fields (at least `%s')"
21372 #~ msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
21375 #~ msgid "invalid array tuple label"
21376 #~ msgstr "Ìç Ýãêõñïò ÷áñáêôÞñáò ïíüìáôïò êëÜóçò"
21379 #~ msgid "array tuple index out of range"
21380 #~ msgstr "%s: áñéèìüò ãñáììÞò Ýîù áðü ôá üñéá"
21383 #~ msgid "too many array tuple values"
21384 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
21387 #~ msgid "missing array tuple element %s"
21388 #~ msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
21391 #~ msgid "missing array tuple elements %s : %s"
21392 #~ msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
21394 # src/request.c:263
21396 #~ msgid "no initialization allowed for `%s'"
21397 #~ msgstr "Ôï âÞìá áñ÷éêïðïßçóçò áðÝôõ÷å"
21400 #~ msgid "location for `%s' not read-compatible"
21401 #~ msgstr "Ï êáôÜëïãïò `%s' äåí åßíáé ðñïóéôüò."
21404 #~ msgid "too few tag labels"
21405 #~ msgstr "ðïëý ëßãá ïñßóìáôá"
21408 #~ msgid "too many tag labels"
21409 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
21412 #~ msgid "...is duplicated here"
21413 #~ msgstr "äéðëü êëåéäß"
21416 #~ msgid "duplicate grant for `%s'"
21417 #~ msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
21420 #~ msgid "previous grant for `%s'"
21421 #~ msgstr "äéáôÞñçóç ùñþí óôï %s"
21424 #~ msgid "duplicate definition `%s'"
21425 #~ msgstr "äéðëüò ïñéóìüò óõíüëïõ"
21428 #~ msgid "previous definition of `%s'"
21429 #~ msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
21433 #~ msgid "ambiguous choice for seize `%s' -"
21434 #~ msgstr "ÁóáöÞò ìïñöÞ `%s'"
21437 #~ msgid "INTERNAL ERROR: handle_one_level is broken"
21438 #~ msgstr "ÅÓÙÔÅÑÉÊÏ ÓÖÁËÌÁ: ËÜèïò åßäïò áíôéêåéìÝíïõ óôï expand_token ()"
21441 #~ msgid "conditional expression not allowed in %s"
21442 #~ msgstr "ËÜèïò Ýêöñáóç óôçí áðïôßìçóç (ëÜèïò åßóïäïò): %s"
21445 #~ msgid "internal error: unknown expression mode in %s"
21446 #~ msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
21449 #~ msgid "array is not addressable"
21450 #~ msgstr "Ï êáôÜëïãïò `%s' äåí åßíáé ðñïóéôüò."
21452 #~ msgid "too few arguments in call to `%s'"
21453 #~ msgstr "ðïëý ëßãá ïñßóìáôá óôç êëÞóç ôçò `%s'"
21455 #~ msgid "too many arguments in call to `%s'"
21456 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá óôç êëÞóç ôçò `%s'"
21459 #~ msgid "cannot dereference, not a pointer"
21460 #~ msgstr "Äåí ìðïñåß íá êáèïñéóôåß ôï üíïìá ôïõ óõóôÞìáôïò"
21463 #~ msgid "invalid type argument of `->'"
21464 #~ msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
21467 #~ msgid "no field named `%s'"
21468 #~ msgstr "Ìç ïñéóìÝíï üíïìá %s"
21471 #~ msgid "argument %d to ABSTIME must be of integer type"
21472 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21475 #~ msgid "parameter 2 must be a positive integer"
21476 #~ msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
21479 #~ msgid "argument 1 to `%s' must be of floating point mode"
21480 #~ msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21483 #~ msgid "first argument to `%s' must be a mode"
21484 #~ msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21486 #~ msgid "too many arguments to procedure"
21487 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá óôç ñïõôßíá"
21490 #~ msgid "too few arguments to procedure `%s'"
21491 #~ msgstr "Ðñïåéäïðïßçóç: Ðïëý ëßãá ïñßóìáôá óôï åóùäïìçìÝíï `%s'"
21494 #~ msgid "too few arguments to procedure"
21495 #~ msgstr "ðïëý ëßãá ïñßóìáôá"
21498 #~ msgid "syntax error (integer used as function)"
21499 #~ msgstr "óõíôáêôéêü óöÜëìá óôïí êáèïñéóìü óåéñÜò"
21502 #~ msgid "syntax error - missing operator, comma, or '('?"
21503 #~ msgstr "óõíôáêôéêü óöÜëìá óôïí ïñéóìü ôïõ ðßíáêá ñåðåñôïñßïõ: %s"
21506 #~ msgid "internal error - bad built-in function `%s'"
21507 #~ msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
21510 #~ msgid "invalid operation on array of chars"
21511 #~ msgstr "Ìç Ýãêõñïò ÷áñáêôÞñáò ðáñáâïëÞò"
21514 #~ msgid "invalid left operand of %s"
21515 #~ msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
21518 #~ msgid "invalid right operand of %s"
21519 #~ msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
21522 #~ msgid "ADDR requires a LOCATION argument"
21523 #~ msgstr "ç åðéëïãÞ `-k' áðáéôåß Ýíá üñéóìá"
21526 #~ msgid "-> expression is not addressable"
21527 #~ msgstr "ËÜèïò Ýêöñáóç óôçí áðïôßìçóç: %s"
21530 #~ msgid "%s is not addressable"
21531 #~ msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
21534 #~ msgid "can't write to %s"
21535 #~ msgstr "áäõíáìßá åããñáöÞò áðïôåëÝóìáôïò: %s"
21538 #~ msgid "FORBID is not yet implemented"
21539 #~ msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
21542 #~ msgid "text length must be greater then 0"
21543 #~ msgstr "%s: ï áñéèìüò ãñáììÞò ðñÝðåé íá åßíáé ìåãáëýôåñïò áðü ôï ìçäÝí"
21546 #~ msgid "argument 2 of ASSOCIATE must not be an empty string"
21547 #~ msgstr "%s: ç ôéìÞ ãéá ôï ðåäßï `%s' äåí ðñÝðåé íá åßíáé Ýíá êåíü áëöáñéèìçôéêü"
21550 #~ msgid "argument 2 to ASSOCIATE must be a string"
21551 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21554 #~ msgid "argument 3 to ASSOCIATE must be a string"
21555 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21558 #~ msgid "too many arguments in call to MODIFY"
21559 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
21562 #~ msgid "argument 2 of MODIFY must not be an empty string"
21563 #~ msgstr "%s: ç ôéìÞ ãéá ôï ðåäßï `%s' äåí ðñÝðåé íá åßíáé Ýíá êåíü áëöáñéèìçôéêü"
21566 #~ msgid "argument 2 to MODIFY must be a string"
21567 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21570 #~ msgid "argument 3 to MODIFY must be a string"
21571 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21574 #~ msgid "incompatible index mode"
21575 #~ msgstr "ìç Ýãêõñï äéêáßùìá"
21578 #~ msgid "argument %d of %s must be of mode ACCESS"
21579 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21582 #~ msgid "too few arguments in call to `readrecord'"
21583 #~ msgstr "ðïëý ëßãá bytes óôçí êùäéêïðïßçóç ÷áñáêôÞñá"
21586 #~ msgid "too few arguments in call to `writerecord'"
21587 #~ msgstr "ðïëý ëßãá bytes óôçí êùäéêïðïßçóç ÷áñáêôÞñá"
21590 #~ msgid "argument %d of %s must be of mode TEXT"
21591 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21594 #~ msgid "argument %d must be referable"
21595 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
21598 #~ msgid "too few arguments for this format string"
21599 #~ msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
21602 #~ msgid "internal error in check_format_string"
21603 #~ msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
21607 #~ msgid "no padding character (offset %d)"
21608 #~ msgstr "ÊáíÝíáò ÷áñáêôÞñáò äåí ìåôáôñÝðåôáé óå %3d"
21611 #~ msgid "too many arguments for this format string"
21612 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá óå áõôü ôï áëöáñéèìçôéêü ìïñöÞò"
21615 #~ msgid "missing index expression"
21616 #~ msgstr "ðáñÜëçøç ïñßóìáôïò áñ÷åßïõ"
21619 #~ msgid "too few arguments in call to `readtext'"
21620 #~ msgstr "ðïëý ëßãá ïñßóìáôá"
21623 #~ msgid "non-constant expression"
21624 #~ msgstr "Áäõíáìßá ðñïóðÝëáóçò ôïõ áñ÷åßïõ ôçò áëëáãÞò"
21627 #~ msgid "invalid C'xx' "
21628 #~ msgstr "ìç Ýãêõñç ìåôáôüðéóç UTC"
21631 #~ msgid "unrecognized compiler directive"
21632 #~ msgstr "ìç áíáãíùñßóçìç åðéëïãÞ `-%c'"
21635 #~ msgid "unrecognized compiler directive `%s'"
21636 #~ msgstr "ìç áíáãíùñßóçìç åðéëïãÞ `-%c'"
21639 #~ msgid "unterminated string literal"
21640 #~ msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
21643 #~ msgid "invalid number format `%s'"
21644 #~ msgstr "ìç Ýãêõñïò áñéèìüò áðü óôÞëåò: `%s'"
21647 #~ msgid "can't find %s"
21648 #~ msgstr "Äåí åßíáé äõíáôüí íá åêôåëåóôåß ôï %s"
21651 #~ msgid "invalid `%c' character in name"
21652 #~ msgstr "Ìç Ýãêõñïò ÷áñáêôÞñáò ïíüìáôïò êëÜóçò"
21655 #~ msgid "loop identifier undeclared"
21656 #~ msgstr "áíáìåíüôáí óôáèåñÜ Þ ðñïóäéïñéóôÞò"
21659 #~ msgid "BY expression is negative or zero"
21660 #~ msgstr "ËÜèïò Ýêöñáóç óôçí áðïôßìçóç: %s"
21663 #~ msgid "start label '%s' does not match end label '%s'"
21664 #~ msgstr "ôï áñ÷åßï äåäïìÝíùí ðñïößë `%s' äåí ôáéñéÜæåé ìå ôï äéáìïéñáæüìåíï áíôéêåßìåíï `%s'"
21667 #~ msgid "expected a name here"
21668 #~ msgstr "%s: áíáìåíüôáí áñéèìçôéêÞ ôéìÞ."
21671 #~ msgid "expected a name string here"
21672 #~ msgstr "%s: áíáìåíüôáí áñéèìçôéêÞ ôéìÞ."
21675 #~ msgid "missing defining occurrence"
21676 #~ msgstr "Ý÷åé ðáñáëçöèåß ôï áñ÷åßï ðñïïñéóìïý"
21679 #~ msgid "missing '(' in exception list"
21680 #~ msgstr "Ý÷åé ðáñáëçöèåß ôï áñ÷åßï ðñïïñéóìïý"
21683 #~ msgid "syntax error in exception list"
21684 #~ msgstr "óõíôáêôéêü óöÜëìá óôï ïñéóìü ôïõ %s: %s"
21687 #~ msgid "empty ON-condition"
21688 #~ msgstr "Åðåßãïõóá êáôÜóôáóç åéóüäïõ/åîüäïõ"
21691 #~ msgid "expected another rename clause"
21692 #~ msgstr "%s: áíáìåíüôáí áñéèìçôéêÞ ôéìÞ."
21695 #~ msgid "syntax error in parameter name list"
21696 #~ msgstr "óõíôáêôéêü óöÜëìá óôïí ïñéóìü êëÜóçò ÷áñáêôÞñùí"
21699 #~ msgid "syntax error while parsing signal definition statement"
21700 #~ msgstr "óõíôáêôéêü óöÜëìá óôï ïñéóìü ôïõ %s: %s"
21703 #~ msgid "expression is not an action"
21704 #~ msgstr "ËÜèïò Ýêöñáóç óôçí áðïôßìçóç: %s"
21707 #~ msgid "syntax error in action"
21708 #~ msgstr "óõíôáêôéêü óöÜëìá óôïí êáèïñéóìü óåéñÜò"
21711 #~ msgid "bad tuple field name list"
21712 #~ msgstr "ìç Ýãêõñï byte Þ ëßóôá ðåäßùí"
21715 #~ msgid "invalid syntax for label in tuple"
21716 #~ msgstr "ìç Ýãêõñï byte Þ ëßóôá ðåäßùí"
21719 #~ msgid "missing field"
21720 #~ msgstr "Ý÷åé ðáñáëçöèåß ç ëßóôá ìå ôá ðåäßá"
21723 #~ msgid "VARYING bit-strings not implemented"
21724 #~ msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
21727 #~ msgid "SIGNAL is not a valid mode"
21728 #~ msgstr "ìç Ýãêõñï äéêáßùìá"
21731 #~ msgid "syntax error - missing mode"
21732 #~ msgstr "óõíôáêôéêü óöÜëìá óôïí ïñéóìïý locale ìçíýìáôïò"
21735 #~ msgid "too many arguments to process `%s'"
21736 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
21739 #~ msgid "too many arguments to process"
21740 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
21743 #~ msgid "too few arguments to process `%s'"
21744 #~ msgstr "ðïëý ëßãá ïñßóìáôá"
21747 #~ msgid "too few arguments to process"
21748 #~ msgstr "ðïëý ëßãá ïñßóìáôá"
21751 #~ msgid "GEN_INST parameter 2 must be an integer mode"
21752 #~ msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
21755 #~ msgid "%s is not a declared process"
21756 #~ msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
21759 #~ msgid " and no default priority was set."
21760 #~ msgstr "Äåí åßíáé äõíáôüí íá âñåèåß ç ðñïôåñáéüôçôá."
21763 #~ msgid " and no destination process specified"
21764 #~ msgstr "Áðáéôåßôáé äéåýèõíóç ðñïïñéóìïý"
21767 #~ msgid "slice length out-of-range"
21768 #~ msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
21771 #~ msgid "too many index expressions"
21772 #~ msgstr "õðåñâïëéêÜ ðïëëÜ äåõôåñüëåðôá áíáðÞäçóçò"
21775 #~ msgid "cannot convert to float"
21776 #~ msgstr "áäýíáôç ç ìåôáôñïðÞ ôïõ U+%04X óôï ôïðéêü óýíïëï ÷áñáêôÞñùí"
21779 #~ msgid "cannot convert float to this mode"
21780 #~ msgstr "yp_update: áäõíáìßá ìåôáôñïðÞò ïíüìáôïò óõóôÞìáôïò óå üíïìá äéêôýïõ\n"
21783 #~ msgid "internal error in chill_root_resulting_mode"
21784 #~ msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
21787 #~ msgid "cannot process BIN (>32)"
21788 #~ msgstr "Äåí åßíáé äõíáôüí íá âñåèåß ï ôýðïò ôïõ åðåîåñãáóôÞ."
21791 #~ msgid "negative string length"
21792 #~ msgstr "åëÜ÷éóôï ìÝãåèïò áëöáñéèìçôéêïý"
21795 #~ msgid "floating point ranges"
21796 #~ msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
21799 #~ msgid "starting word in POS must be an integer constant"
21800 #~ msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
21803 #~ msgid "length in POS must be an integer constant"
21804 #~ msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
21807 #~ msgid "end bit in POS must be an integer constant"
21808 #~ msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
21811 #~ msgid "invalid parameterized type"
21812 #~ msgstr "%s: ìç Ýãêõñï åßäïò áñ÷åßïõ"
21816 #~ msgid "ambiguous request for method pointer `%s'"
21817 #~ msgstr "ÁóáöÞò óõìâïëïóåéñÜ `%s'"
21820 #~ msgid "invalid use of %D"
21821 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21824 #~ msgid "internal error #%d"
21825 #~ msgstr "Åóùôåñéêü óöÜëìá NIS"
21828 #~ msgid "can't to open %s"
21829 #~ msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"