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 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
9 "POT-Creation-Date: 2004-04-18 18:00-0700\n"
10 "PO-Revision-Date: 2002-08-18 15:46+0100\n"
11 "Last-Translator: Simos Xenitellis <simos@hellug.gr>\n"
12 "Language-Team: Greek <nls@tux.hellug.gr>\n"
14 "Content-Type: text/plain; charset=iso-8859-7\n"
15 "Content-Transfer-Encoding: 8bit\n"
19 msgid "`%s' attribute directive ignored"
24 msgid "wrong number of arguments specified for `%s' attribute"
25 msgstr "ëÜèïò áñéèìüò ïñéóìÜôùí"
29 msgid "`%s' attribute does not apply to types"
34 msgid "`%s' attribute only applies to function types"
37 #: attribs.c:416 c-common.c:4306 c-common.c:4325 c-common.c:4343
38 #: c-common.c:4370 c-common.c:4389 c-common.c:4412 c-common.c:4435
39 #: c-common.c:4461 c-common.c:4495 c-common.c:4539 c-common.c:4567
40 #: c-common.c:4595 c-common.c:4614 c-common.c:4869 c-common.c:4891
41 #: c-common.c:4926 c-common.c:4993 c-common.c:5039 c-common.c:5097
42 #: c-common.c:5128 c-common.c:5474 c-common.c:5497 c-common.c:5536
43 #: config/arm/arm.c:2281 config/arm/arm.c:2308 config/avr/avr.c:4539
44 #: config/h8300/h8300.c:4284 config/h8300/h8300.c:4307 config/i386/i386.c:1608
45 #: config/i386/i386.c:15380 config/i386/winnt.c:86 config/ia64/ia64.c:1057
46 #: config/ip2k/ip2k.c:3151
48 msgid "`%s' attribute ignored"
52 msgid "offset outside bounds of constant string"
56 msgid "second arg to `__builtin_prefetch' must be a constant"
60 msgid "invalid second arg to __builtin_prefetch; using zero"
64 msgid "third arg to `__builtin_prefetch' must be a constant"
68 msgid "invalid third arg to __builtin_prefetch; using zero"
72 msgid "argument of `__builtin_args_info' must be constant"
76 msgid "argument of `__builtin_args_info' out of range"
81 msgid "missing argument in `__builtin_args_info'"
82 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
85 msgid "`va_start' used in function with fixed args"
89 msgid "second parameter of `va_start' not last named argument"
92 #. Evidently an out of date version of <stdarg.h>; can't validate
93 #. va_start's second argument, but can still work as intended.
95 msgid "`__builtin_next_arg' called without an argument"
100 msgid "too many arguments to function `va_start'"
101 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
104 msgid "first argument to `va_arg' not of type `va_list'"
107 #. Unfortunately, this is merely undefined, rather than a constraint
108 #. violation, so we cannot make this an error. If this call is never
109 #. executed, the program is still strictly conforming.
112 msgid "`%s' is promoted to `%s' when passed through `...'"
117 msgid "(so you should pass `%s' not `%s' to `va_arg')"
120 #. We can, however, treat "undefined" any way we please.
121 #. Call abort to encourage the user to fix the program.
122 #: builtins.c:4134 c-typeck.c:1719
123 msgid "if this code is reached, the program will abort"
127 msgid "invalid arg to `__builtin_frame_address'"
131 msgid "invalid arg to `__builtin_return_address'"
135 msgid "unsupported arg to `__builtin_frame_address'"
139 msgid "unsupported arg to `__builtin_return_address'"
143 msgid "second arg to `__builtin_expect' must be a constant"
147 msgid "__builtin_longjmp second argument must be 1"
152 msgid "built-in function `%s' not currently supported"
156 msgid "target format does not support infinity"
160 msgid "%Hsuggest explicit braces to avoid ambiguous `else'"
164 msgid "%J'%D' is not defined outside of function scope"
169 msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
173 msgid "overflow in constant expression"
177 msgid "integer overflow in expression"
182 msgid "floating point overflow in expression"
183 msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
187 msgid "vector overflow in expression"
188 msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
190 #. This detects cases like converting -129 or 256 to unsigned char.
192 msgid "large integer implicitly truncated to unsigned type"
196 msgid "negative integer implicitly converted to unsigned type"
200 msgid "overflow in implicit constant conversion"
205 msgid "operation on `%s' may be undefined"
209 msgid "expression statement has incomplete type"
213 msgid "case label does not reduce to an integer constant"
218 msgid "invalid truth-value expression"
219 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
223 msgid "invalid operands to binary %s"
224 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
227 msgid "comparison is always false due to limited range of data type"
231 msgid "comparison is always true due to limited range of data type"
235 msgid "comparison of unsigned expression >= 0 is always true"
239 msgid "comparison of unsigned expression < 0 is always false"
243 msgid "pointer of type `void *' used in arithmetic"
247 msgid "pointer to a function used in arithmetic"
251 msgid "pointer to member function used in arithmetic"
254 #: c-common.c:2600 f/com.c:14734
255 msgid "struct type value used where scalar is required"
258 #: c-common.c:2604 f/com.c:14738
259 msgid "union type value used where scalar is required"
262 #: c-common.c:2608 f/com.c:14742
263 msgid "array type value used where scalar is required"
266 #. Common Ada/Pascal programmer's mistake. We always warn
267 #. about this since it is so bad.
269 msgid "the address of `%D', will always evaluate as `true'"
272 #: c-common.c:2739 f/com.c:14874
273 msgid "suggest parentheses around assignment used as truth value"
276 #: c-common.c:2785 c-common.c:2825
278 msgid "invalid use of `restrict'"
279 msgstr "ìç Ýãêõñïò áñéèìüò áðü ãñáììÝò"
283 msgid "invalid application of `sizeof' to a function type"
284 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
288 msgid "invalid application of `%s' to a void type"
289 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
293 msgid "invalid application of `%s' to an incomplete type"
294 msgstr "ìç Ýãêõñïò äåýôåñïò ôåëåóôÞò óå êáôÜóôáóç óõìâáôüôçôáò `%s'"
297 msgid "`__alignof' applied to a bit-field"
302 msgid "cannot disable built-in function `%s'"
303 msgstr "áäõíáìßá åêôÝëåóçò ioctl óôï `%s'"
305 #: c-common.c:3644 c-typeck.c:1949
307 msgid "too few arguments to function `%s'"
308 msgstr "Ðñïåéäïðïßçóç: Ðïëý ëßãá ïñßóìáôá óôï åóùäïìçìÝíï `%s'"
310 #: c-common.c:3650 c-typeck.c:1810
312 msgid "too many arguments to function `%s'"
313 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
317 msgid "non-floating-point argument to function `%s'"
318 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
321 msgid "pointers are not permitted as case values"
325 msgid "range expressions in switch statements are non-standard"
330 msgid "empty range specified"
334 msgid "duplicate (or overlapping) case value"
339 msgid "%Jthis is the first entry overlapping that value"
340 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
344 msgid "duplicate case value"
345 msgstr "äéðëüò áñéèìüò ìçíýìáôïò"
349 msgid "%Jpreviously used here"
350 msgstr "Äåí õðÜñ÷åé ðñïçãïýìåíç êáíïíéêÞ Ýêöñáóç"
353 msgid "multiple default labels in one switch"
358 msgid "%Jthis is the first default label"
359 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
362 msgid "taking the address of a label is non-standard"
366 msgid "%Hignoring return value of `%D', declared with attribute warn_unused_result"
370 msgid "%Hignoring return value of function declared with attribute warn_unused_result"
375 msgid "unknown machine mode `%s'"
376 msgstr "Üãíùóôï óåô `%s'"
380 msgid "no data type for mode `%s'"
381 msgstr "äåí ïñßóôçêå âáñýôçôá ãéá ôï óýìâïëï `%s'"
385 msgid "invalid pointer mode `%s'"
386 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
388 #: c-common.c:4662 c-common.c:5225
390 msgid "unable to emulate '%s'"
391 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
395 msgid "%Jsection attribute cannot be specified for local variables"
396 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
400 msgid "%Jsection of '%D' conflicts with previous declaration"
401 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
405 msgid "%Jsection attribute not allowed for '%D'"
406 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
410 msgid "%Jsection attributes are not supported for this target"
411 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
414 msgid "requested alignment is not a constant"
418 msgid "requested alignment is not a power of 2"
423 msgid "requested alignment is too large"
424 msgstr "ÊáêÞ áßôçóç ðáñáìÝôñùí"
428 msgid "%Jalignment may not be specified for '%D'"
429 msgstr "ìüíï Ýíá üñéóìá ìðïñåß íá äçëùèåß"
432 msgid "%J'%D' defined both normally and as an alias"
436 msgid "alias arg not a string"
440 msgid "visibility arg not a string"
444 msgid "visibility arg must be one of \"default\", \"hidden\", \"protected\" or \"internal\""
448 msgid "tls_model arg not a string"
452 msgid "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""
455 #: c-common.c:4967 c-common.c:5013
456 msgid "%J'%E' attribute applies only to functions"
459 #: c-common.c:4972 c-common.c:5018
461 msgid "%Jcan't set '%E' attribute after definition"
462 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
466 msgid "`%s' attribute ignored for `%s'"
467 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
471 msgid "invalid vector type for attribute `%s'"
472 msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
474 #: c-common.c:5181 c-common.c:5213
475 msgid "no vector mode with the size and type specified could be found"
479 msgid "nonnull attribute without arguments on a non-prototype"
484 msgid "nonnull argument has invalid operand number (arg %lu)"
489 msgid "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
494 msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
499 msgid "null argument where non-null required (arg %lu)"
504 msgid "cleanup arg not an identifier"
505 msgstr "äéðëüò ðñïóäéïñéóôÞò ìçíýìáôïò"
509 msgid "cleanup arg not a function"
510 msgstr "Ôï åðþíõìï áíôéêåßìåíï äåí åßíáé áíáæçôÞóéìï"
514 msgid "%s at end of input"
515 msgstr "%s óôï ôÝëïò ôçò åéóüäïõ"
519 msgid "%s before %s'%c'"
520 msgstr "%s ðñéí áðü %s'%c'"
524 msgid "%s before %s'\\x%x'"
525 msgstr "%s ðñéí áðü %s'\\x%x'"
529 msgid "%s before string constant"
530 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
534 msgid "%s before numeric constant"
535 msgstr "%s ðñéí áðü áñéèìçôéêÞ óôáèåñÜ"
540 msgid "%s before \"%s\""
541 msgstr "%s ðñéí áðü \"%s\""
545 msgid "%s before '%s' token"
546 msgstr "%s ðñéí áðü ôï óýìâïëï '%s'"
548 #. Use `%s' to print the string in case there are any escape
549 #. characters in the message.
550 #: c-common.c:5896 c-typeck.c:2586 c-typeck.c:3978 c-typeck.c:3993
551 #: c-typeck.c:4008 final.c:2776 final.c:2778 gcc.c:4581 rtl-error.c:109
552 #: toplev.c:1357 config/cris/cris.c:552 cp/parser.c:1848 cp/typeck.c:4118
553 #: java/expr.c:356 java/verify.c:1456 java/verify.c:1457 java/verify.c:1472
558 #: c-convert.c:82 c-typeck.c:1197 c-typeck.c:3418 cp/typeck.c:1337
559 #: cp/typeck.c:5660 treelang/tree-convert.c:79
560 msgid "void value not ignored as it ought to be"
563 #: c-convert.c:114 java/typeck.c:148 treelang/tree-convert.c:105
564 msgid "conversion to non-scalar type requested"
568 msgid "%Jarray '%D' assumed to have one element"
573 msgid "%Jlabel `%D' used but not defined"
577 msgid "%Jlabel `%D' defined but not used"
582 msgid "%Jlabel `%D' declared but not defined"
587 msgid "%Junused variable `%D'"
588 msgstr "á÷ñçóéìïðïßçôç ìåôáâëçôÞ `%s'"
591 msgid "a parameter list with an ellipsis can't match an empty parameter name list declaration"
595 msgid "an argument type that has a default promotion can't match an empty parameter name list declaration"
599 msgid "%Jprototype for '%D' declares more arguments than previous old-style definition"
603 msgid "%Jprototype for '%D' declares fewer arguments than previous old-style definition"
607 msgid "%Jprototype for '%D' declares arg %d with incompatible type"
610 #. If we get here, no errors were found, but do issue a warning
611 #. for this poor-style construct.
613 msgid "%Jprototype for '%D' follows non-prototype definition"
618 msgid "%Jprevious definition of '%D' was here"
619 msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
623 msgid "%Jprevious implicit declaration of '%D' was here"
624 msgstr "ðñïçãïýìåíç áõôïíüçôç äéáêýñçîç ôïõ `%s'"
628 msgid "%Jprevious declaration of '%D' was here"
629 msgstr "ðñïçãïýìåíç áõôïíüçôç äéáêýñçîç ôïõ `%s'"
632 msgid "%J'%D' redeclared as different kind of symbol"
636 msgid "%Jbuilt-in function '%D' declared as non-function"
639 #: c-decl.c:953 c-decl.c:1045
641 msgid "%Jshadowing built-in function '%D'"
642 msgstr "áäõíáìßá åêôÝëåóçò ioctl óôï `%s'"
644 #. If types don't match for a built-in, throw away the
645 #. built-in. No point in calling locate_old_decl here, it
646 #. won't print anything.
649 msgid "%Jconflicting types for built-in function '%D'"
650 msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
652 #: c-decl.c:998 c-decl.c:1006
654 msgid "%Jconflicting types for '%D'"
655 msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
657 #. allow OLDDECL to continue in use
660 msgid "%Jredefinition of typedef '%D'"
661 msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
663 #: c-decl.c:1058 c-decl.c:1122
665 msgid "%Jredefinition of '%D'"
666 msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
668 #: c-decl.c:1089 c-decl.c:1139
669 msgid "%Jstatic declaration of '%D' follows non-static declaration"
672 #: c-decl.c:1097 c-decl.c:1136
673 msgid "%Jnon-static declaration of '%D' follows static declaration"
677 msgid "%Jthread-local declaration of '%D' follows non-thread-local declaration"
681 msgid "%Jnon-thread-local declaration of '%D' follows thread-local declaration"
685 msgid "%Jextern declaration of '%D' follows declaration with no linkage"
689 msgid "%Jdeclaration of '%D' with no linkage follows extern declaration"
694 msgid "%Jredeclaration of '%D' with no linkage"
695 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
698 msgid "%Jredeclaration of '%D' with different visibility (old visibility preserved)"
702 msgid "%Jinline declaration of '%D' follows declaration with attribute noinline"
706 msgid "%Jdeclaration of '%D' with attribute noinline follows inline declaration "
711 msgid "%J'%D' declared inline after being called"
712 msgstr "%s: äéðëüò ïñéóìüò Ýêäïóçò êáôçãïñßáò"
716 msgid "%J'%D' declared inline after its definition"
717 msgstr "%s: äéðëüò ïñéóìüò Ýêäïóçò êáôçãïñßáò"
721 msgid "%Jredefinition of parameter '%D'"
722 msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
725 msgid "%Jvolatile declaration of '%D' follows non-volatile declaration"
729 msgid "%Jnon-volatile declaration of '%D' follows volatile declaration"
733 msgid "%Jconst declaration of '%D' follows non-const declaration"
737 msgid "%Jnon-const declaration of '%D' follows const declaration"
742 msgid "%Jredundant redeclaration of '%D'"
743 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
747 msgid "%Jdeclaration of '%D' shadows a parameter"
748 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
751 msgid "%Jdeclaration of '%D' shadows a global declaration"
755 msgid "%Jdeclaration of '%D' shadows a previous local"
758 #: c-decl.c:1587 cp/name-lookup.c:958 cp/name-lookup.c:981
759 #: cp/name-lookup.c:989
760 msgid "%Jshadowed declaration is here"
765 msgid "nested extern declaration of `%s'"
768 #: c-decl.c:1838 objc/objc-act.c:2534 objc/objc-act.c:6793
770 msgid "%Jprevious declaration of '%D'"
771 msgstr "ðñïçãïýìåíç áõôïíüçôç äéáêýñçîç ôïõ `%s'"
773 #: c-decl.c:1879 c-decl.c:1881
775 msgid "implicit declaration of function `%s'"
776 msgstr "áõôïíüçôç äéáêýñçîç ôçò óõíÜñôçóçò `%s'"
780 msgid "`%s' undeclared here (not in a function)"
785 msgid "`%s' undeclared (first use in this function)"
789 msgid "(Each undeclared identifier is reported only once"
793 msgid "for each function it appears in.)"
798 msgid "label %s referenced outside of any function"
803 msgid "duplicate label declaration `%s'"
804 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
808 msgid "%Jthis is a previous declaration"
809 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
813 msgid "%Hduplicate label `%D'"
814 msgstr "äéðëü êëåéäß"
818 msgid "%J`%D' previously defined here"
819 msgstr "Äåí õðÜñ÷åé ðñïçãïýìåíç êáíïíéêÞ Ýêöñáóç"
823 msgid "%J`%D' previously declared here"
824 msgstr "Äåí õðÜñ÷åé ðñïçãïýìåíç êáíïíéêÞ Ýêöñáóç"
827 msgid "%Htraditional C lacks a separate namespace for labels, identifier `%s' conflicts"
831 msgid "%H`%s' defined as wrong kind of tag"
835 msgid "unnamed struct/union that defines no instances"
839 msgid "useless keyword or type name in empty declaration"
843 msgid "two types specified in one empty declaration"
846 #: c-decl.c:2409 c-parse.y:735 c-parse.y:737 objc/objc-parse.y:776
847 #: objc/objc-parse.y:778 objc/objc-parse.y:3016
849 msgid "empty declaration"
850 msgstr "êåíü áëöáñéèìçôéêü"
853 msgid "ISO C90 does not support `static' or type qualifiers in parameter array declarators"
857 msgid "ISO C90 does not support `[*]' array declarators"
861 msgid "GCC does not yet properly implement `[*]' array declarators"
865 msgid "static or type qualifiers in abstract declarator"
870 msgid "%J'%D' is usually a function"
871 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
875 msgid "typedef `%s' is initialized (use __typeof__ instead)"
880 msgid "function `%s' is initialized like a variable"
883 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
886 msgid "parameter `%s' is initialized"
889 #: c-decl.c:2568 c-typeck.c:4228
890 msgid "variable-sized object may not be initialized"
895 msgid "variable `%s' has initializer but incomplete type"
900 msgid "elements of array `%s' have incomplete type"
903 #: c-decl.c:2649 c-decl.c:5451 cp/decl.c:3761 cp/decl.c:10133
904 msgid "%Jinline function '%D' given attribute noinline"
908 msgid "%Jinitializer fails to determine size of '%D'"
913 msgid "%Jarray size missing in '%D'"
914 msgstr "óöÜëìá êáôÜ ôï êëåßóéìï ôçò åéóüäïõ `%s'"
917 msgid "%Jzero or negative size array '%D'"
922 msgid "%Jstorage size of '%D' isn't known"
923 msgstr "Ôï üíïìá `%s' åßíáé Üãíùóôï\n"
927 msgid "%Jstorage size of '%D' isn't constant"
928 msgstr "Ôï üíïìá `%s' åßíáé Üãíùóôï\n"
931 msgid "%Jignoring asm-specifier for non-static local variable '%D'"
935 msgid "ISO C forbids forward parameter declarations"
945 msgid "bit-field `%s' width not an integer constant"
950 msgid "negative width in bit-field `%s'"
951 msgstr "Áñíçôéêü ðëÜôïò óôçí áðïôßìçóç"
955 msgid "zero width for bit-field `%s'"
960 msgid "bit-field `%s' has invalid type"
965 msgid "type of bit-field `%s' is a GCC extension"
970 msgid "width of `%s' exceeds its type"
975 msgid "`%s' is narrower than values of its type"
976 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
978 #: c-decl.c:3370 cp/decl.c:6805
979 msgid "`long long long' is too long for GCC"
984 msgid "ISO C90 does not support `long long'"
985 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
987 #: c-decl.c:3384 c-decl.c:3387 cp/decl.c:6810
989 msgid "duplicate `%s'"
990 msgstr "äéðëü êëåéäß"
992 #: c-decl.c:3397 cp/decl.c:6816
993 msgid "`__thread' before `extern'"
996 #: c-decl.c:3399 cp/decl.c:6818
997 msgid "`__thread' before `static'"
1000 #: c-decl.c:3407 cp/decl.c:6845
1002 msgid "two or more data types in declaration of `%s'"
1005 #: c-decl.c:3427 cp/decl.c:6850
1007 msgid "`%s' fails to be a typedef or built in type"
1012 msgid "type defaults to `int' in declaration of `%s'"
1017 msgid "both long and short specified for `%s'"
1020 #: c-decl.c:3499 cp/decl.c:6950
1022 msgid "long or short specified with char for `%s'"
1025 #: c-decl.c:3506 cp/decl.c:6954
1027 msgid "long or short specified with floating type for `%s'"
1031 msgid "the only valid combination is `long double'"
1036 msgid "both signed and unsigned specified for `%s'"
1037 msgstr "ìç Ýãêõñïò äçëùôÞò ðåäßïõ: `%s'"
1039 #: c-decl.c:3517 cp/decl.c:6943
1041 msgid "long, short, signed or unsigned invalid for `%s'"
1044 #: c-decl.c:3523 cp/decl.c:6963
1046 msgid "long, short, signed or unsigned used invalidly for `%s'"
1049 #: c-decl.c:3541 cp/decl.c:6984
1051 msgid "complex invalid for `%s'"
1052 msgstr "Ìç Ýãêõñç ðñïôåñáéüôçôá `%s'"
1056 msgid "ISO C90 does not support complex types"
1057 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
1060 msgid "ISO C does not support plain `complex' meaning `double complex'"
1063 #: c-decl.c:3601 c-decl.c:3613
1064 msgid "ISO C does not support complex integer types"
1067 #: c-decl.c:3643 c-decl.c:4104 cp/decl.c:7576
1069 msgid "duplicate `const'"
1070 msgstr "äéðëü êëåéäß"
1072 #: c-decl.c:3645 c-decl.c:4108 cp/decl.c:7580
1074 msgid "duplicate `restrict'"
1075 msgstr "äéðëü êëåéäß"
1077 #: c-decl.c:3647 c-decl.c:4106 cp/decl.c:7578
1079 msgid "duplicate `volatile'"
1080 msgstr "äéðëü êëåéäß"
1082 #: c-decl.c:3676 cp/decl.c:7147
1084 msgid "multiple storage classes in declaration of `%s'"
1088 msgid "function definition declared `auto'"
1092 msgid "function definition declared `register'"
1096 msgid "function definition declared `typedef'"
1100 msgid "function definition declared `__thread'"
1105 msgid "storage class specified for structure field `%s'"
1108 #: c-decl.c:3709 cp/decl.c:7192
1110 msgid "storage class specified for parameter `%s'"
1113 #: c-decl.c:3712 cp/decl.c:7194
1114 msgid "storage class specified for typename"
1117 #: c-decl.c:3724 cp/decl.c:7209
1119 msgid "`%s' initialized and declared `extern'"
1122 #: c-decl.c:3726 cp/decl.c:7212
1124 msgid "`%s' has both `extern' and initializer"
1129 msgid "file-scope declaration of `%s' specifies `auto'"
1132 #: c-decl.c:3736 cp/decl.c:7216
1134 msgid "nested function `%s' declared `extern'"
1137 #: c-decl.c:3742 cp/decl.c:7226
1139 msgid "function-scope `%s' implicitly auto and declared `__thread'"
1142 #. Only the innermost declarator (making a parameter be of
1143 #. array type which is converted to pointer type)
1144 #. may have static or type qualifiers.
1145 #: c-decl.c:3781 c-decl.c:3974
1146 msgid "static or type qualifiers in non-parameter array declarator"
1151 msgid "declaration of `%s' as array of voids"
1156 msgid "declaration of `%s' as array of functions"
1161 msgid "invalid use of structure with flexible array member"
1162 msgstr "ìç Ýãêõñç þñá ôçò ìÝñáò"
1166 msgid "size of array `%s' has non-integer type"
1171 msgid "ISO C forbids zero-size array `%s'"
1176 msgid "size of array `%s' is negative"
1181 msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1186 msgid "ISO C90 forbids variable-size array `%s'"
1189 #: c-decl.c:3913 c-decl.c:4131 cp/decl.c:7754
1191 msgid "size of array `%s' is too large"
1192 msgstr "Ï êáôÜëïãïò `%s' äåí åßíáé ðñïóéôüò."
1196 msgid "ISO C90 does not support flexible array members"
1197 msgstr "ìç Ýãêõñç þñá ôçò ìÝñáò"
1200 msgid "array type has incomplete element type"
1203 #: c-decl.c:3994 cp/decl.c:7347
1205 msgid "`%s' declared as function returning a function"
1208 #: c-decl.c:3999 cp/decl.c:7352
1210 msgid "`%s' declared as function returning an array"
1214 msgid "ISO C forbids qualified void function return type"
1218 msgid "type qualifiers ignored on function return type"
1221 #: c-decl.c:4060 c-decl.c:4146 c-decl.c:4270 c-decl.c:4356
1222 msgid "ISO C forbids qualified function types"
1225 #: c-decl.c:4100 cp/decl.c:7572
1226 msgid "invalid type modifier within pointer declarator"
1230 msgid "ISO C forbids const or volatile function types"
1233 #: c-decl.c:4201 cp/decl.c:8035
1235 msgid "variable or field `%s' declared void"
1239 msgid "attributes in parameter array declarator ignored"
1243 msgid "invalid type modifier within array declarator"
1248 msgid "field `%s' declared as a function"
1253 msgid "field `%s' has incomplete type"
1256 #: c-decl.c:4336 c-decl.c:4338 c-decl.c:4340 c-decl.c:4347
1258 msgid "invalid storage class for function `%s'"
1259 msgstr "ìç Ýãêõñç ôÜîç ÷áñáêôÞñùí `%s'"
1262 msgid "`noreturn' function returns non-void value"
1267 msgid "cannot inline function `main'"
1268 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï áñ÷åßï fifo `%s'"
1271 msgid "variable previously declared `static' redeclared `extern'"
1275 msgid "%Jvariable '%D' declared `inline'"
1278 #. A mere warning is sure to result in improper semantics
1279 #. at runtime. Don't bother to allow this to compile.
1280 #: c-decl.c:4468 cp/decl.c:5903
1282 msgid "thread-local storage not supported for this target"
1283 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
1285 #: c-decl.c:4529 c-decl.c:5495
1286 msgid "function declaration isn't a prototype"
1290 msgid "parameter names (without types) in function declaration"
1295 msgid "parameter `%s' has incomplete type"
1300 msgid "parameter has incomplete type"
1301 msgstr "ìç ðëÞñçò åããñáöÞ"
1304 msgid "\"void\" as only parameter may not be qualified"
1308 msgid "\"void\" must be the only parameter"
1312 msgid "%Jparameter \"%D\" has just a forward declaration"
1315 #. The first %s will be one of 'struct', 'union', or 'enum'.
1318 msgid "\"%s %s\" declared inside parameter list"
1319 msgstr "óõíå÷ßæåôáé óôï ôìÞìá"
1321 #. The %s will be one of 'struct', 'union', or 'enum'.
1324 msgid "anonymous %s declared inside parameter list"
1325 msgstr "óõíå÷ßæåôáé óôï ôìÞìá"
1328 msgid "its scope is only this definition or declaration, which is probably not what you want"
1333 msgid "redefinition of `union %s'"
1334 msgstr "Ïé ïñéóìïß ðçãÞ âñßóêïíôáé óôï ÁÑ×ÅÉÏ"
1338 msgid "redefinition of `struct %s'"
1341 #: c-decl.c:4844 cp/decl.c:3534
1342 msgid "declaration does not declare anything"
1345 #: c-decl.c:4889 c-decl.c:4905
1347 msgid "%Jduplicate member '%D'"
1348 msgstr "äéðëüò áñéèìüò ìçíýìáôïò"
1350 #: c-decl.c:4939 c-decl.c:4942
1352 msgid "%s defined inside parms"
1353 msgstr "óõíå÷ßæåôáé óôï ôìÞìá"
1355 #: c-decl.c:4940 c-decl.c:4943 c-decl.c:4954
1359 #: c-decl.c:4940 c-decl.c:4943
1366 msgid "%s has no %s"
1374 msgid "named members"
1375 msgstr "åðþíõìá ìÝëç"
1383 msgid "nested redefinition of `%s'"
1384 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
1388 msgid "%Jflexible array member in union"
1389 msgstr "ìç Ýãêõñç þñá ôçò ìÝñáò"
1392 msgid "%Jflexible array member not at end of struct"
1396 msgid "%Jflexible array member in otherwise empty struct"
1401 msgid "%Jinvalid use of structure with flexible array member"
1402 msgstr "ìç Ýãêõñç þñá ôçò ìÝñáò"
1405 msgid "union cannot be made transparent"
1408 #. This enum is a named one that has been declared already.
1411 msgid "redeclaration of `enum %s'"
1416 msgid "enum defined inside parms"
1417 msgstr "Ìç ïñéóìÝíï üíïìá %s"
1420 msgid "enumeration values exceed range of largest integer"
1425 msgid "enumerator value for `%s' not integer constant"
1429 msgid "overflow in enumeration values"
1433 msgid "ISO C restricts enumerator values to range of `int'"
1437 msgid "return type is an incomplete type"
1441 msgid "return type defaults to `int'"
1442 msgstr "ï åðéóôñåöüìåíïò ôýðïò ðñïêáèïñßæåôáé óå `int'"
1446 msgid "%Jno previous prototype for '%D'"
1447 msgstr "äéáôÞñçóç ùñþí óôï %s"
1451 msgid "%J'%D' was used with no prototype before its definition"
1452 msgstr "áõôÞ åßíáé ç èÝóç ôïõ ðñþôïõ ïñéóìïý"
1456 msgid "%Jno previous declaration for '%D'"
1457 msgstr "ðñïçãïýìåíç áõôïíüçôç äéáêýñçîç ôïõ `%s'"
1461 msgid "%J`%D' was used with no declaration before its definition"
1462 msgstr "áõôÞ åßíáé ç èÝóç ôïõ ðñþôïõ ïñéóìïý"
1464 #: c-decl.c:5556 c-decl.c:6062
1466 msgid "%Jreturn type of '%D' is not `int'"
1467 msgstr "ç åðéóôñåöüìåíç ôéìÞ ôçò `%s' äåí åßíáé `int'"
1471 msgid "%Jfirst argument of '%D' should be `int'"
1472 msgstr "ôï ðñþôï üñéóìá ôçò `%s' ðñÝðåé íá åßíáé `int'"
1476 msgid "%Jsecond argument of '%D' should be 'char **'"
1477 msgstr "ôï äåýôåñï üñéóìá ôçò `%s' ðñÝðåé íá åßíáé `char **'"
1481 msgid "%Jthird argument of '%D' should probably be 'char **'"
1482 msgstr "ôï ôñßôï üñéóìá ôçò `%s' ðñÝðåé íá åßíáé `char **'"
1486 msgid "%J'%D' takes only zero or two arguments"
1487 msgstr "ç `%s' ðáßñíåé åßôå êáíÝíá åßôå äýï ïñßóìáôá"
1491 msgid "%J'%D' is normally a non-static function"
1492 msgstr "ç `%s' åßíáé óõíÞèùò ìç-óôáôéêÞ óõíÜñôçóç"
1495 msgid "%Jold-style parameter declarations in prototyped function definition"
1500 msgid "%Jparameter name omitted"
1501 msgstr "Ý÷åé ðáñáëçöèåß ôï üíïìá ôçò ðáñáìÝôñïõ"
1505 msgid "%Jparameter name missing from parameter list"
1506 msgstr "ÅëëéðÞò Þ êáêïó÷çìáôéóìÝíç éäéüôçôá"
1509 msgid "%J\"%D\" declared as a non-parameter"
1514 msgid "%Jmultiple parameters named \"%D\""
1515 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
1519 msgid "%Jparameter \"%D\" declared void"
1520 msgstr "ï ÷Üñôçò ÷áñáêôÞñùí `%s' ïñßóôçêå Þäç"
1522 #: c-decl.c:5785 c-decl.c:5787
1524 msgid "%Jtype of \"%D\" defaults to \"int\""
1525 msgstr "ï åðéóôñåöüìåíïò ôýðïò ðñïêáèïñßæåôáé óå `int'"
1529 msgid "%Jparameter \"%D\" has incomplete type"
1530 msgstr "ìç ðëÞñçò åããñáöÞ"
1533 msgid "%Jdeclaration for parameter \"%D\" but no such parameter"
1537 msgid "number of arguments doesn't match prototype"
1540 #: c-decl.c:5860 c-decl.c:5891 c-decl.c:5898
1542 msgid "%Hprototype declaration"
1543 msgstr "êåíü áëöáñéèìçôéêü"
1546 msgid "promoted argument \"%D\" doesn't match prototype"
1550 msgid "argument \"%D\" doesn't match prototype"
1553 #: c-decl.c:6094 cp/decl.c:10849
1555 msgid "no return statement in function returning non-void"
1556 msgstr "`return' ÷ùñßò ôéìÞ, óå óõíÜñôçóç ðïõ åðéóôñÝöåé ìç-êåíü"
1559 msgid "this function may return with or without a value"
1562 #. If we get here, declarations have been used in a for loop without
1563 #. the C99 for loop scope. This doesn't make much sense, so don't
1566 msgid "'for' loop initial declaration used outside C99 mode"
1571 msgid "'struct %s' declared in 'for' loop initial declaration"
1576 msgid "'union %s' declared in 'for' loop initial declaration"
1581 msgid "'enum %s' declared in 'for' loop initial declaration"
1582 msgstr "%s: äéðëüò ïñéóìüò Ýêäïóçò êáôçãïñßáò"
1585 msgid "%Jdeclaration of non-variable '%D' in 'for' loop initial declaration"
1589 msgid "%Jdeclaration of static variable '%D' in 'for' loop initial declaration"
1593 msgid "%Jdeclaration of 'extern' variable '%D' in 'for' loop initial declaration"
1598 msgid "%Jredefinition of global '%D'"
1599 msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
1603 msgid "%J'%D' previously defined here"
1604 msgstr "Äåí õðÜñ÷åé ðñïçãïýìåíç êáíïíéêÞ Ýêöñáóç"
1606 #: c-format.c:94 c-format.c:210
1607 msgid "format string has invalid operand number"
1611 msgid "function does not return string type"
1615 msgid "format string arg not a string type"
1620 msgid "unrecognized format specifier"
1621 msgstr "Üãíùóôï ðñüèåìá: %s"
1625 msgid "`%s' is an unrecognized format function type"
1630 msgid "'...' has invalid operand number"
1631 msgstr "Ìç Ýãêõñïò êþäéêáò áßôçóçò"
1634 msgid "format string arg follows the args to be formatted"
1637 #: c-format.c:565 c-format.c:589
1641 #: c-format.c:565 c-format.c:589
1642 msgid "the ` ' printf flag"
1645 #: c-format.c:566 c-format.c:590 c-format.c:627 c-format.c:683
1649 #: c-format.c:566 c-format.c:590 c-format.c:627
1650 msgid "the `+' printf flag"
1653 #: c-format.c:567 c-format.c:591 c-format.c:628 c-format.c:659
1657 #: c-format.c:567 c-format.c:591 c-format.c:628
1658 msgid "the `#' printf flag"
1661 #: c-format.c:568 c-format.c:592 c-format.c:657
1665 #: c-format.c:568 c-format.c:592
1666 msgid "the `0' printf flag"
1669 #: c-format.c:569 c-format.c:593 c-format.c:656 c-format.c:686
1673 #: c-format.c:569 c-format.c:593
1674 msgid "the `-' printf flag"
1677 #: c-format.c:570 c-format.c:640
1682 msgid "the `'' printf flag"
1685 #: c-format.c:571 c-format.c:641
1690 msgid "the `I' printf flag"
1693 #: c-format.c:572 c-format.c:594 c-format.c:638 c-format.c:660 c-format.c:687
1696 msgstr "ìÝãåèïò ðåäßïõ"
1698 #: c-format.c:572 c-format.c:594
1699 msgid "field width in printf format"
1702 #: c-format.c:573 c-format.c:595 c-format.c:618 c-format.c:629
1706 #: c-format.c:573 c-format.c:595 c-format.c:618 c-format.c:629
1707 msgid "precision in printf format"
1710 #: c-format.c:574 c-format.c:596 c-format.c:619 c-format.c:630 c-format.c:639
1712 msgid "length modifier"
1715 #: c-format.c:574 c-format.c:596 c-format.c:619 c-format.c:630
1716 msgid "length modifier in printf format"
1720 msgid "assignment suppression"
1724 msgid "the assignment suppression scanf feature"
1732 msgid "the `a' scanf flag"
1736 msgid "field width in scanf format"
1740 msgid "length modifier in scanf format"
1744 msgid "the `'' scanf flag"
1748 msgid "the `I' scanf flag"
1756 msgid "the `_' strftime flag"
1760 msgid "the `-' strftime flag"
1764 msgid "the `0' strftime flag"
1767 #: c-format.c:658 c-format.c:682
1772 msgid "the `^' strftime flag"
1776 msgid "the `#' strftime flag"
1780 msgid "field width in strftime format"
1784 msgid "`E' modifier"
1788 msgid "the `E' strftime modifier"
1792 msgid "`O' modifier"
1796 msgid "the `O' strftime modifier"
1800 msgid "the `O' modifier"
1805 msgid "fill character"
1806 msgstr "Ìç Ýãêõñïò ÷áñáêôÞñáò ðáñáâïëÞò"
1810 msgid "fill character in strfmon format"
1811 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò óôï áñ÷åßï: "
1814 msgid "the `^' strfmon flag"
1818 msgid "the `+' strfmon flag"
1826 msgid "the `(' strfmon flag"
1834 msgid "the `!' strfmon flag"
1838 msgid "the `-' strfmon flag"
1842 msgid "field width in strfmon format"
1846 msgid "left precision"
1850 msgid "left precision in strfmon format"
1855 msgid "right precision"
1856 msgstr "ÅìöÜíéóç Ýêäïóçò ðñïãñÜììáôïò"
1859 msgid "right precision in strfmon format"
1863 msgid "length modifier in strfmon format"
1868 msgid "function might be possible candidate for `%s' format attribute"
1871 #: c-format.c:1223 c-format.c:1244 c-format.c:2212
1873 msgid "missing $ operand number in format"
1874 msgstr "Ëåßðåé ï äåêáåîáäéêüò áñéèìüò óôïí ÷áñáêôÞñá äéáöõãÞò."
1878 msgid "%s does not support %%n$ operand number formats"
1883 msgid "operand number out of range in format"
1884 msgstr "Ï áñéèìüò óýíäåóìïõ åßíáé Ýîù áðü ôï üñéï"
1888 msgid "format argument %d used more than once in %s format"
1893 msgid "format argument %d unused before used argument %d in $-style format"
1897 msgid "format not a string literal, format string not checked"
1901 msgid "format not a string literal and no format arguments"
1905 msgid "format not a string literal, argument types not checked"
1910 msgid "too many arguments for format"
1911 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
1914 msgid "unused arguments in $-style format"
1919 msgid "zero-length %s format string"
1920 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
1924 msgid "format is a wide character string"
1925 msgstr "ëßóôá ìå üëá ôá ãíùóôÜ óýíïëá ÷áñáêôÞñùí"
1929 msgid "unterminated format string"
1930 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
1933 msgid "embedded `\\0' in format"
1938 msgid "spurious trailing `%%' in format"
1941 #: c-format.c:1735 c-format.c:1972
1943 msgid "repeated %s in format"
1944 msgstr "repeated leap second moment"
1947 msgid "missing fill character at end of strfmon format"
1950 #: c-format.c:1787 c-format.c:1886 c-format.c:2166 c-format.c:2219
1952 msgid "too few arguments for format"
1953 msgstr "ðïëý ëßãá ïñßóìáôá"
1957 msgid "zero width in %s format"
1958 msgstr "óöÜëìá åããñáöÞò %s"
1962 msgid "empty left precision in %s format"
1966 msgid "field precision"
1971 msgid "empty precision in %s format"
1976 msgid "%s does not support the `%s' %s length modifier"
1980 msgid "conversion lacks type at end of format"
1985 msgid "unknown conversion type character `%c' in format"
1986 msgstr "Üãíùóôïò ÷áñáêôÞñáò `%s'"
1990 msgid "unknown conversion type character 0x%x in format"
1995 msgid "%s does not support the `%%%c' %s format"
2000 msgid "%s used with `%%%c' %s format"
2005 msgid "%s does not support %s"
2006 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
2010 msgid "%s does not support %s with the `%%%c' %s format"
2015 msgid "%s ignored with %s and `%%%c' %s format"
2020 msgid "%s ignored with %s in %s format"
2025 msgid "use of %s and %s together with `%%%c' %s format"
2030 msgid "use of %s and %s together in %s format"
2035 msgid "`%%%c' yields only last 2 digits of year in some locales"
2040 msgid "`%%%c' yields only last 2 digits of year"
2043 #. The end of the format string was reached.
2046 msgid "no closing `]' for `%%[' format"
2051 msgid "use of `%s' length modifier with `%c' type character"
2056 msgid "%s does not support the `%%%s%c' %s format"
2060 msgid "operand number specified with suppressed assignment"
2064 msgid "operand number specified for format taking no argument"
2069 msgid "writing through null pointer (arg %d)"
2074 msgid "reading through null pointer (arg %d)"
2079 msgid "writing into constant object (arg %d)"
2084 msgid "extra type qualifiers in format argument (arg %d)"
2089 msgid "format argument is not a pointer (arg %d)"
2094 msgid "format argument is not a pointer to a pointer (arg %d)"
2103 msgid "different type"
2104 msgstr "åßäïò ìïñöÞò"
2108 msgid "%s is not type %s (arg %d)"
2113 msgid "%s format, %s arg (arg %d)"
2117 msgid "args to be formatted is not '...'"
2121 msgid "strftime formats cannot format arguments"
2126 msgid "ignoring duplicate directory \"%s\"\n"
2127 msgstr "áäõíáìßá áëëáãÞò óôï êáôÜëïãï \"%s\""
2130 msgid " as it is a non-system directory that duplicates a system directory\n"
2135 msgid "ignoring nonexistent directory \"%s\"\n"
2136 msgstr "äéáãñáöÞ ìç-êáôáëüãïõ `%s'\n"
2139 msgid "#include \"...\" search starts here:\n"
2143 msgid "#include <...> search starts here:\n"
2148 msgid "End of search list.\n"
2149 msgstr "ÔÝëïò ôìÞìáôïò"
2152 msgid "badly nested C headers from preprocessor"
2157 msgid "ignoring #pragma %s %s"
2162 msgid "%Hstray '@' in program"
2167 msgid "missing terminating %c character"
2168 msgstr "Ý÷åé ðáñáëçöèåß ôåñìáôéêüò ÷áñáêôÞñáò %c"
2172 msgid "stray '%c' in program"
2177 msgid "stray '\\%o' in program"
2181 msgid "this decimal constant is unsigned only in ISO C90"
2185 msgid "this decimal constant would be unsigned in ISO C90"
2190 msgid "integer constant is too large for \"%s\" type"
2191 msgstr "%s: ôï %s åßíáé ôüóï ìåãÜëï ðïõ äå ìðïñåß íá áíáðáñáóôáèåß"
2195 msgid "floating constant exceeds range of \"%s\""
2196 msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
2199 msgid "traditional C rejects string constant concatenation"
2202 #: c-objc-common.c:82
2203 msgid "%Jfunction '%F' can never be inlined because it is suppressed using -fno-inline"
2206 #: c-objc-common.c:92
2207 msgid "%Jfunction '%F' can never be inlined because it might not be bound within this unit of translation"
2210 #: c-objc-common.c:100
2211 msgid "%Jfunction '%F' can never be inlined because it uses attributes conflicting with inlining"
2214 #: c-objc-common.c:115
2215 msgid "%Jfunction '%F' can never be inlined because it has pending sizes"
2218 #: c-objc-common.c:128
2219 msgid "%Jnested function '%F' can never be inlined because it has possibly saved pending sizes"
2224 msgid "no class name specified with \"%s\""
2229 msgid "assertion missing after \"%s\""
2230 msgstr "ïñéóìüò äéêáéùìÜôùí óôï %s"
2234 msgid "macro name missing after \"%s\""
2235 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
2239 msgid "missing path after \"%s\""
2240 msgstr "Áñ÷Þ áñ÷åßïõ %s\n"
2244 msgid "missing filename after \"%s\""
2245 msgstr "ðáñÜëçøç ïñßóìáôïò áñ÷åßïõ"
2249 msgid "missing makefile target after \"%s\""
2250 msgstr "ÅëëéðÞò Þ êáêïó÷çìáôéóìÝíç éäéüôçôá"
2254 msgid "-I- specified twice"
2255 msgstr "ìç ïñéóìÝíï"
2259 msgid "switch \"%s\" is no longer supported"
2260 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
2263 msgid "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
2267 msgid "output filename specified twice"
2271 msgid "-Wformat-y2k ignored without -Wformat"
2275 msgid "-Wformat-extra-args ignored without -Wformat"
2279 msgid "-Wformat-zero-length ignored without -Wformat"
2283 msgid "-Wformat-nonliteral ignored without -Wformat"
2287 msgid "-Wformat-security ignored without -Wformat"
2291 msgid "-Wmissing-format-attribute ignored without -Wformat"
2296 msgid "opening output file %s: %m"
2297 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ `%s'"
2301 msgid "too many filenames given. Type %s --help for usage"
2305 msgid "YYDEBUG not defined"
2310 msgid "opening dependency file %s: %m"
2315 msgid "closing dependency file %s: %m"
2320 msgid "when writing output to %s: %m"
2321 msgstr "óöÜëìá åããñáöÞò %s"
2324 msgid "to generate dependencies you must specify either -M or -MM"
2332 msgid "<command line>"
2336 msgid "too late for # directive to set debug directory"
2339 #. Like YYERROR but do call yyerror.
2340 #: c-parse.y:54 objc/objc-parse.y:54
2341 msgid "syntax error"
2342 msgstr "óöÜëìá óýíôáîçò"
2344 #: /usr/share/bison/bison.simple:179
2346 msgid "syntax error: cannot back up"
2347 msgstr "ï äéá÷ùñéóôÞò äå ìðïñåß íá åßíáé êåíüò"
2349 #: c-parse.y:320 objc/objc-parse.y:344
2350 msgid "ISO C forbids an empty source file"
2353 #: c-parse.y:349 c-typeck.c:6225 objc/objc-parse.y:374
2354 msgid "argument of `asm' is not a constant string"
2357 #: c-parse.y:357 objc/objc-parse.y:382
2358 msgid "ISO C forbids data definition with no type or storage class"
2361 #: c-parse.y:359 objc/objc-parse.y:384
2362 msgid "data definition has no type or storage class"
2365 #: c-parse.y:372 objc/objc-parse.y:397
2366 msgid "ISO C does not allow extra `;' outside of a function"
2369 #: c-parse.y:429 cppexp.c:1253
2370 msgid "traditional C rejects the unary plus operator"
2373 #: c-parse.y:476 objc/objc-parse.y:501
2374 msgid "`sizeof' applied to a bit-field"
2377 #: c-parse.y:563 objc/objc-parse.y:588
2378 msgid "ISO C forbids omitting the middle term of a ?: expression"
2381 #: c-parse.y:611 objc/objc-parse.y:636
2382 msgid "ISO C90 forbids compound literals"
2385 #: c-parse.y:625 objc/objc-parse.y:650
2386 msgid "ISO C forbids braced-groups within expressions"
2389 #: c-parse.y:653 objc/objc-parse.y:678
2390 msgid "first argument to __builtin_choose_expr not a constant"
2393 #: c-parse.y:696 objc/objc-parse.y:737
2394 msgid "traditional C rejects ISO C style function definitions"
2397 #: c-parse.y:699 c-parse.y:705 objc/objc-parse.y:740 objc/objc-parse.y:746
2399 msgid "old-style parameter declaration"
2400 msgstr "êåíü áëöáñéèìçôéêü"
2402 #: c-parse.y:967 c-parse.y:973 c-parse.y:979 c-parse.y:985 c-parse.y:1006
2403 #: c-parse.y:1012 c-parse.y:1018 c-parse.y:1024 c-parse.y:1057 c-parse.y:1063
2404 #: c-parse.y:1069 c-parse.y:1075 c-parse.y:1120 c-parse.y:1126 c-parse.y:1132
2405 #: c-parse.y:1138 objc/objc-parse.y:1008 objc/objc-parse.y:1014
2406 #: objc/objc-parse.y:1020 objc/objc-parse.y:1026 objc/objc-parse.y:1047
2407 #: objc/objc-parse.y:1053 objc/objc-parse.y:1059 objc/objc-parse.y:1065
2408 #: objc/objc-parse.y:1098 objc/objc-parse.y:1104 objc/objc-parse.y:1110
2409 #: objc/objc-parse.y:1116 objc/objc-parse.y:1161 objc/objc-parse.y:1167
2410 #: objc/objc-parse.y:1173 objc/objc-parse.y:1179
2412 msgid "`%s' is not at beginning of declaration"
2413 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
2415 #: c-parse.y:1300 objc/objc-parse.y:1350
2416 msgid "`typeof' applied to a bit-field"
2419 #: c-parse.y:1427 objc/objc-parse.y:1477
2420 msgid "ISO C forbids empty initializer braces"
2423 #: c-parse.y:1441 objc/objc-parse.y:1491
2424 msgid "ISO C90 forbids specifying subobject to initialize"
2427 #: c-parse.y:1444 objc/objc-parse.y:1494
2428 msgid "obsolete use of designated initializer without `='"
2431 #: c-parse.y:1448 objc/objc-parse.y:1498
2432 msgid "obsolete use of designated initializer with `:'"
2435 #: c-parse.y:1475 objc/objc-parse.y:1525
2436 msgid "ISO C forbids specifying range of elements to initialize"
2439 #: c-parse.y:1483 c-parse.y:1514 objc/objc-parse.y:1533 objc/objc-parse.y:1564
2440 msgid "ISO C forbids nested functions"
2443 #: c-parse.y:1691 objc/objc-parse.y:1743
2444 msgid "ISO C forbids forward references to `enum' types"
2447 #: c-parse.y:1703 cp/parser.c:9307 objc/objc-parse.y:1755
2449 msgid "comma at end of enumerator list"
2450 msgstr "óêïõðßäéá óôï ôÝëïò ôïõ áñéèìïý"
2452 #: c-parse.y:1723 objc/objc-parse.y:1775
2453 msgid "no semicolon at end of struct or union"
2456 #: c-parse.y:1732 objc/objc-parse.y:1784 objc/objc-parse.y:2846
2457 msgid "extra semicolon in struct or union specified"
2460 #: c-parse.y:1745 objc/objc-parse.y:1800
2461 msgid "ISO C doesn't support unnamed structs/unions"
2464 #: c-parse.y:1754 objc/objc-parse.y:1809
2465 msgid "ISO C forbids member declarations with no members"
2468 #: c-parse.y:1915 objc/objc-parse.y:1970
2469 msgid "label at end of compound statement"
2472 #: c-parse.y:1934 objc/objc-parse.y:1989
2473 msgid "ISO C90 forbids mixed declarations and code"
2476 #: c-parse.y:2012 objc/objc-parse.y:2069
2477 msgid "ISO C forbids label declarations"
2480 #: c-parse.y:2062 objc/objc-parse.y:2119
2481 msgid "braced-group within expression allowed only inside a function"
2484 #: c-parse.y:2184 objc/objc-parse.y:2241
2485 msgid "empty body in an else-statement"
2488 #: c-parse.y:2192 objc/objc-parse.y:2249
2489 msgid "%Hempty body in an if-statement"
2492 #: c-parse.y:2272 cp/parser.c:6045 objc/objc-parse.y:2329
2493 msgid "break statement not within loop or switch"
2496 #: c-parse.y:2281 cp/parser.c:6056 objc/objc-parse.y:2338
2497 msgid "continue statement not within a loop"
2500 #: c-parse.y:2323 objc/objc-parse.y:2380
2501 msgid "ISO C forbids `goto *expr;'"
2504 #. Gcc used to allow this as an extension. However, it does
2505 #. not work for all targets, and thus has been disabled.
2506 #. Also, since func (...) and func () are indistinguishable,
2507 #. it caused problems with the code in expand_builtin which
2508 #. tries to verify that BUILT_IN_NEXT_ARG is being used
2510 #: c-parse.y:2440 objc/objc-parse.y:2548
2511 msgid "ISO C requires a named argument before `...'"
2514 #: c-parse.y:2538 objc/objc-parse.y:2646
2515 msgid "`...' in old-style identifier list"
2518 #: /usr/share/bison/bison.simple:795
2520 msgid "parse error; also virtual memory exhausted"
2521 msgstr "óöÜëìá åðåîåñãáóßáò· åðßóçò ç ìíÞìç åîáíôëÞèçêå"
2523 #: /usr/share/bison/bison.simple:799
2525 msgstr "óöÜëìá åðåîåñãáóßáò"
2527 #: /usr/share/bison/bison.simple:924
2529 msgid "parser stack overflow"
2530 msgstr "Õðåñ÷åßëéóç ðßíáêá áñ÷åßïõ"
2532 #: c-parse.y:2968 objc/objc-parse.y:3663
2534 msgid "syntax error at '%s' token"
2535 msgstr "óõíôáêôéêü óöÜëìá óôï óýìâïëï '%s'"
2539 msgid "can't create precompiled header %s: %m"
2540 msgstr "%s: Äåí åßíáé äõíáôüí íá äçìéïõñãçèåß ï êáôÜëïãïò %s: %s\n"
2544 msgid "can't write to %s: %m"
2545 msgstr "áäõíáìßá åããñáöÞò áðïôåëÝóìáôïò: %s"
2549 msgid "`%s' is not a valid output file"
2550 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
2552 #: c-pch.c:181 c-pch.c:197 c-pch.c:209
2554 msgid "can't write %s: %m"
2555 msgstr "áäõíáìßá åããñáöÞò áðïôåëÝóìáôïò: %s"
2559 msgid "can't seek in %s: %m"
2560 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
2562 #: c-pch.c:195 c-pch.c:240 c-pch.c:268 c-pch.c:273 c-pch.c:351
2564 msgid "can't read %s: %m"
2565 msgstr "%s: áäõíáìßá óôçí áíÜãíùóç %s: %s\n"
2569 msgid "%s: not compatible with this GCC version"
2572 #. It's a PCH for the wrong language.
2575 msgid "%s: not for %s"
2576 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
2578 #. Not any kind of PCH.
2581 msgid "%s: not a PCH file"
2582 msgstr "%s: Äåí åßíáé êáíïíéêü áñ÷åßï"
2586 msgid "%s: created on host `%.*s', but used on host `%s'"
2591 msgid "%s: created for target `%.*s', but used for target `%s'"
2596 msgid "%s: created by version `%.*s', but this is version `%s'"
2601 msgid "%s: created using different flags"
2606 msgid "%s: created with -g%s, but used with -g%s"
2611 msgid "%s: had text segment at different address"
2615 #: c-pch.c:357 cpperror.c:176 gcc.c:6554
2622 msgid "calling fdopen"
2625 #: c-pch.c:396 c-pch.c:408
2628 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
2631 msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2636 msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
2641 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2642 msgstr "ðñïåéäïðïßçóç: ôï --pid=PID äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
2646 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2647 msgstr "ðñïåéäïðïßçóç: ôï --pid=PID äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
2650 msgid "missing '(' after '#pragma pack' - ignored"
2653 #: c-pragma.c:178 c-pragma.c:228
2655 msgid "malformed '#pragma pack' - ignored"
2656 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
2659 msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2663 msgid "malformed '#pragma pack(pop[, id])' - ignored"
2668 msgid "unknown action '%s' for '#pragma pack' - ignored"
2672 msgid "junk at end of '#pragma pack'"
2677 msgid "alignment must be a small power of two, not %d"
2682 msgid "%Japplying #pragma weak '%D' after first use results in unspecified behavior"
2683 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
2685 #: c-pragma.c:325 c-pragma.c:330
2687 msgid "malformed #pragma weak, ignored"
2688 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
2691 msgid "junk at end of #pragma weak"
2694 #: c-pragma.c:367 c-pragma.c:372
2696 msgid "malformed #pragma redefine_extname, ignored"
2697 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
2701 msgid "junk at end of #pragma redefine_extname"
2702 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
2704 #: c-pragma.c:384 c-pragma.c:462
2705 msgid "#pragma redefine_extname conflicts with declaration"
2710 msgid "malformed #pragma extern_prefix, ignored"
2711 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
2715 msgid "junk at end of #pragma extern_prefix"
2716 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
2719 msgid "asm declaration conflicts with previous rename"
2722 #: c-semantics.c:697
2724 msgid "destructor needed for `%D'"
2725 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
2727 #: c-semantics.c:698
2728 msgid "where case label appears here"
2731 #: c-semantics.c:701
2732 msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
2735 #: c-semantics.c:737 c-typeck.c:6247 cp/semantics.c:1070
2737 msgid "%s qualifier ignored on asm"
2740 #: c-semantics.c:991
2741 msgid "will never be executed"
2746 msgid "`%s' has an incomplete type"
2749 #: c-typeck.c:142 cp/call.c:2532
2751 msgid "invalid use of void expression"
2752 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
2756 msgid "invalid use of flexible array member"
2757 msgstr "ìç Ýãêõñç þñá ôçò ìÝñáò"
2760 msgid "invalid use of array with unspecified bounds"
2765 msgid "invalid use of undefined type `%s %s'"
2766 msgstr "ìç Ýãêõñïò áñéèìüò áðü êåíÝò ãñáììÝò: `%s'"
2768 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2771 msgid "invalid use of incomplete typedef `%s'"
2772 msgstr "ìç Ýãêõñïò äåýôåñïò ôåëåóôÞò óå êáôÜóôáóç óõìâáôüôçôáò `%s'"
2774 #: c-typeck.c:415 c-typeck.c:430
2775 msgid "function types not truly compatible in ISO C"
2779 msgid "types are not quite compatible"
2783 msgid "function return types not compatible due to `volatile'"
2786 #: c-typeck.c:970 c-typeck.c:2151
2787 msgid "arithmetic on pointer to an incomplete type"
2792 msgid "%s has no member named `%s'"
2797 msgid "request for member `%s' in something not a structure or union"
2801 msgid "dereferencing pointer to incomplete type"
2805 msgid "dereferencing `void *' pointer"
2808 #: c-typeck.c:1429 cp/typeck.c:2104
2810 msgid "invalid type argument of `%s'"
2811 msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
2813 #: c-typeck.c:1447 cp/typeck.c:2129
2814 msgid "subscript missing in array reference"
2817 #: c-typeck.c:1468 cp/typeck.c:2171
2818 msgid "array subscript has type `char'"
2821 #: c-typeck.c:1476 c-typeck.c:1565 cp/typeck.c:2175 cp/typeck.c:2261
2822 msgid "array subscript is not an integer"
2826 msgid "ISO C forbids subscripting `register' array"
2830 msgid "ISO C90 forbids subscripting non-lvalue array"
2834 msgid "subscript has type `char'"
2837 #: c-typeck.c:1560 cp/typeck.c:2256
2838 msgid "subscripted value is neither array nor pointer"
2843 msgid "local declaration of `%s' hides instance variable"
2848 msgid "called object is not a function"
2849 msgstr "Ôï åðþíõìï áíôéêåßìåíï äåí åßíáé áíáæçôÞóéìï"
2851 #. This situation leads to run-time undefined behavior. We can't,
2852 #. therefore, simply error unless we can prove that all possible
2853 #. executions of the program must execute the code.
2855 msgid "function called through a non-compatible type"
2858 #: c-typeck.c:1813 cp/typeck.c:2544
2860 msgid "too many arguments to function"
2861 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
2865 msgid "type of formal parameter %d is incomplete"
2870 msgid "%s as integer rather than floating due to prototype"
2875 msgid "%s as integer rather than complex due to prototype"
2880 msgid "%s as complex rather than floating due to prototype"
2885 msgid "%s as floating rather than integer due to prototype"
2890 msgid "%s as complex rather than integer due to prototype"
2895 msgid "%s as floating rather than complex due to prototype"
2900 msgid "%s as `float' rather than `double' due to prototype"
2905 msgid "%s with different width due to prototype"
2910 msgid "%s as unsigned due to prototype"
2915 msgid "%s as signed due to prototype"
2918 #: c-typeck.c:1952 cp/typeck.c:2650
2920 msgid "too few arguments to function"
2921 msgstr "ðïëý ëßãá ïñßóìáôá"
2924 msgid "suggest parentheses around + or - inside shift"
2928 msgid "suggest parentheses around && within ||"
2932 msgid "suggest parentheses around arithmetic in operand of |"
2936 msgid "suggest parentheses around comparison in operand of |"
2940 msgid "suggest parentheses around arithmetic in operand of ^"
2944 msgid "suggest parentheses around comparison in operand of ^"
2948 msgid "suggest parentheses around + or - in operand of &"
2952 msgid "suggest parentheses around comparison in operand of &"
2956 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2960 msgid "pointer of type `void *' used in subtraction"
2964 msgid "pointer to a function used in subtraction"
2968 msgid "wrong type argument to unary plus"
2972 msgid "wrong type argument to unary minus"
2976 msgid "ISO C does not support `~' for complex conjugation"
2980 msgid "wrong type argument to bit-complement"
2985 msgid "wrong type argument to abs"
2986 msgstr "ëÜèïò áñéèìüò ïñéóìÜôùí"
2989 msgid "wrong type argument to conjugation"
2993 msgid "wrong type argument to unary exclamation mark"
2997 msgid "ISO C does not support `++' and `--' on complex types"
3000 #: c-typeck.c:2327 c-typeck.c:2359
3001 msgid "wrong type argument to increment"
3004 #: c-typeck.c:2329 c-typeck.c:2361
3005 msgid "wrong type argument to decrement"
3009 msgid "increment of pointer to unknown structure"
3013 msgid "decrement of pointer to unknown structure"
3018 msgid "invalid lvalue in unary `&'"
3019 msgstr "ìç Ýãêõñïò ÷ñüíïò áíáðÞäçò"
3023 msgid "attempt to take address of bit-field structure member `%s'"
3028 msgid "use of conditional expressions as lvalues is deprecated"
3029 msgstr "ËÜèïò Ýêöñáóç óôçí áðïôßìçóç (ëÜèïò åßóïäïò): %s"
3032 msgid "use of compound expressions as lvalues is deprecated"
3036 msgid "use of cast expressions as lvalues is deprecated"
3041 msgid "%s of read-only member `%s'"
3046 msgid "%s of read-only variable `%s'"
3047 msgstr "Ìç áíáãíùñßóéìç ìåôáâëçôÞ `%s'"
3051 msgid "%s of read-only location"
3056 msgid "cannot take address of bit-field `%s'"
3057 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï áñ÷åßï fifo `%s'"
3059 #: c-typeck.c:2716 treelang/treetree.c:946
3061 msgid "global register variable `%s' used in nested function"
3064 #: c-typeck.c:2720 treelang/treetree.c:950
3066 msgid "register variable `%s' used in nested function"
3069 #: c-typeck.c:2727 treelang/treetree.c:957
3071 msgid "address of global register variable `%s' requested"
3075 msgid "cannot put object with volatile field into register"
3078 #: c-typeck.c:2743 treelang/treetree.c:962
3080 msgid "address of register variable `%s' requested"
3084 msgid "signed and unsigned type in conditional expression"
3088 msgid "ISO C forbids conditional expr with only one void side"
3091 #: c-typeck.c:2851 c-typeck.c:2858
3092 msgid "ISO C forbids conditional expr between `void *' and function pointer"
3096 msgid "pointer type mismatch in conditional expression"
3099 #: c-typeck.c:2871 c-typeck.c:2881
3100 msgid "pointer/integer type mismatch in conditional expression"
3104 msgid "type mismatch in conditional expression"
3108 msgid "left-hand operand of comma expression has no effect"
3112 msgid "cast specifies array type"
3116 msgid "cast specifies function type"
3120 msgid "ISO C forbids casting nonscalar to the same type"
3124 msgid "ISO C forbids casts to union type"
3128 msgid "cast to union type from type not present in union"
3132 msgid "cast adds new qualifiers to function type"
3135 #. There are qualifiers present in IN_OTYPE that are not
3136 #. present in IN_TYPE.
3138 msgid "cast discards qualifiers from pointer target type"
3142 msgid "cast increases required alignment of target type"
3145 #: c-typeck.c:3105 cp/typeck.c:4897
3146 msgid "cast from pointer to integer of different size"
3150 msgid "cast does not match function type"
3153 #: c-typeck.c:3117 cp/typeck.c:4904
3154 msgid "cast to pointer from integer of different size"
3158 msgid "type-punning to incomplete type might break strict-aliasing rules"
3162 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3166 msgid "ISO C forbids conversion of function pointer to object pointer type"
3170 msgid "ISO C forbids conversion of object pointer to function pointer type"
3173 #. Now we have handled acceptable kinds of LHS that are not truly lvalues.
3174 #. Reject anything strange now.
3177 msgid "invalid lvalue in assignment"
3178 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
3180 #. Convert new value to destination type.
3181 #: c-typeck.c:3320 c-typeck.c:3345 c-typeck.c:3362 cp/typeck.c:5016
3182 #: cp/typeck.c:5163 cp/typeck.c:5178
3185 msgstr "ðñïóðÝñáóìá ïñßóìáôïò"
3189 msgid "cannot pass rvalue to reference parameter"
3190 msgstr "äåí åßíáé äõíáôüí íá ãßíåé `stat' ôï locale áñ÷åßï `%s'"
3192 #: c-typeck.c:3538 c-typeck.c:3614
3194 msgid "%s makes qualified function pointer from unqualified"
3197 #: c-typeck.c:3542 c-typeck.c:3594
3199 msgid "%s discards qualifiers from pointer target type"
3203 msgid "ISO C prohibits argument conversion to union type"
3208 msgid "ISO C forbids %s between function pointer and `void *'"
3213 msgid "pointer targets in %s differ in signedness"
3218 msgid "%s from incompatible pointer type"
3221 #: c-typeck.c:3625 c-typeck.c:4132 cp/typeck.c:1366
3223 msgid "invalid use of non-lvalue array"
3224 msgstr "ìç Ýãêõñç þñá ôçò ìÝñáò"
3228 msgid "%s makes pointer from integer without a cast"
3229 msgstr "%s ìåôáôñÝðåé áêÝñáéï óå äåßêôç ÷ùñßò ìåôáôñïðÝá"
3233 msgid "%s makes integer from pointer without a cast"
3236 #: c-typeck.c:3660 c-typeck.c:3663
3238 msgid "incompatible type for argument %d of `%s'"
3239 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
3243 msgid "incompatible type for argument %d of indirect function call"
3248 msgid "incompatible types in %s"
3249 msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
3251 #. Function name is known; supply it.
3254 msgid "passing arg of `%s'"
3255 msgstr "ôï ðÝñáóìá ôïõ ïñßóìáôïò %d áðü `%s'"
3257 #. Function name unknown (call through ptr).
3260 msgid "passing arg of pointer to function"
3261 msgstr "ôï ðÝñáóìá ôïõ ïñßóìáôïò %d ôïõ äåßêôç óôç óõíÜñôçóç"
3263 #. Function name is known; supply it.
3266 msgid "passing arg %d of `%s'"
3267 msgstr "ôï ðÝñáóìá ôïõ ïñßóìáôïò %d áðü `%s'"
3269 #. Function name unknown (call through ptr); just give arg number.
3272 msgid "passing arg %d of pointer to function"
3273 msgstr "ôï ðÝñáóìá ôïõ ïñßóìáôïò %d ôïõ äåßêôç óôç óõíÜñôçóç"
3276 msgid "traditional C rejects automatic aggregate initialization"
3280 #: c-typeck.c:3981 c-typeck.c:3996 c-typeck.c:4011
3282 msgid "(near initialization for `%s')"
3283 msgstr "Ôï âÞìá áñ÷éêïðïßçóçò áðÝôõ÷å"
3285 #: c-typeck.c:4060 cp/typeck2.c:560
3286 msgid "char-array initialized from wide string"
3289 #: c-typeck.c:4067 cp/typeck2.c:567
3290 msgid "int-array initialized from non-wide string"
3293 #: c-typeck.c:4085 cp/typeck2.c:582
3294 msgid "initializer-string for array of chars is too long"
3298 msgid "array initialized from non-constant array expression"
3301 #: c-typeck.c:4172 c-typeck.c:4174 c-typeck.c:4190 c-typeck.c:4211
3304 msgid "initializer element is not constant"
3305 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
3309 msgid "initialization"
3310 msgstr "áñ÷éêïðïßçóç"
3312 #: c-typeck.c:4217 c-typeck.c:5598
3313 msgid "initializer element is not computable at load time"
3316 #: c-typeck.c:4232 cp/typeck2.c:659
3318 msgid "invalid initializer"
3319 msgstr "ìç Ýãêõñï ìÝãåèïò ïñéæüíôéïõ óôçëïèÝôç: %s"
3321 #: c-typeck.c:4517 cp/decl.c:4484
3323 msgid "opaque vector types cannot be initialized"
3324 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
3328 msgid "extra brace group at end of initializer"
3329 msgstr "áêïëïõèïýí óêïõðßäéá óôï ôÝëïò ôçò ãñáììÞò"
3332 msgid "missing braces around initializer"
3336 msgid "braces around scalar initializer"
3340 msgid "initialization of flexible array member in a nested context"
3344 msgid "initialization of a flexible array member"
3349 msgid "missing initializer"
3350 msgstr "Ý÷åé ðáñáëçöèåß ôï áñ÷åßï ðñïïñéóìïý"
3353 msgid "empty scalar initializer"
3357 msgid "extra elements in scalar initializer"
3361 msgid "initialization designators may not nest"
3364 #: c-typeck.c:5008 c-typeck.c:5076
3365 msgid "array index in non-array initializer"
3368 #: c-typeck.c:5013 c-typeck.c:5129
3369 msgid "field name not in record or union initializer"
3372 #: c-typeck.c:5072 c-typeck.c:5074
3373 msgid "nonconstant array index in initializer"
3376 #: c-typeck.c:5078 c-typeck.c:5081
3377 msgid "array index in initializer exceeds array bounds"
3381 msgid "empty index range in initializer"
3385 msgid "array index range in initializer exceeds array bounds"
3390 msgid "unknown field `%s' specified in initializer"
3393 #: c-typeck.c:5177 c-typeck.c:5198 c-typeck.c:5660
3394 msgid "initialized field with side-effects overwritten"
3398 msgid "excess elements in char array initializer"
3401 #: c-typeck.c:5875 c-typeck.c:5921
3402 msgid "excess elements in struct initializer"
3406 msgid "non-static initialization of a flexible array member"
3410 msgid "excess elements in union initializer"
3414 msgid "traditional C rejects initialization of unions"
3418 msgid "excess elements in array initializer"
3422 msgid "excess elements in vector initializer"
3426 msgid "excess elements in scalar initializer"
3431 msgid "asm template is not a string constant"
3432 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
3435 msgid "invalid lvalue in asm statement"
3438 #: c-typeck.c:6344 cp/typeck.c:5854
3440 msgid "modification by `asm'"
3441 msgstr "Ç ôñïðïðïßçóç áðÝôõ÷å"
3443 #: c-typeck.c:6362 cp/typeck.c:5938
3444 msgid "function declared `noreturn' has a `return' statement"
3448 msgid "`return' with no value, in function returning non-void"
3449 msgstr "`return' ÷ùñßò ôéìÞ, óå óõíÜñôçóç ðïõ åðéóôñÝöåé ìç-êåíü"
3452 msgid "`return' with a value, in function returning void"
3460 msgid "function returns address of local variable"
3463 #: c-typeck.c:6486 cp/semantics.c:749
3464 msgid "switch quantity not an integer"
3468 msgid "`long' switch expression not converted to `int' in ISO C"
3471 #: c-typeck.c:6537 cp/parser.c:5555
3472 msgid "case label not within a switch statement"
3476 msgid "`default' label not within a switch statement"
3479 #: c-typeck.c:6691 c-typeck.c:6725
3480 msgid "division by zero"
3481 msgstr "äéáßñåóç ìå ìçäÝí"
3483 #: c-typeck.c:6770 cp/typeck.c:2930
3484 msgid "right shift count is negative"
3487 #: c-typeck.c:6777 cp/typeck.c:2936
3488 msgid "right shift count >= width of type"
3491 #: c-typeck.c:6798 cp/typeck.c:2955
3492 msgid "left shift count is negative"
3495 #: c-typeck.c:6801 cp/typeck.c:2957
3496 msgid "left shift count >= width of type"
3500 msgid "shift count is negative"
3504 msgid "shift count >= width of type"
3507 #: c-typeck.c:6841 cp/typeck.c:2992
3508 msgid "comparing floating point with == or != is unsafe"
3511 #: c-typeck.c:6865 c-typeck.c:6871
3512 msgid "ISO C forbids comparison of `void *' with function pointer"
3515 #: c-typeck.c:6874 c-typeck.c:6914 c-typeck.c:6942
3516 msgid "comparison of distinct pointer types lacks a cast"
3519 #: c-typeck.c:6888 c-typeck.c:6893 c-typeck.c:6962 c-typeck.c:6967
3520 msgid "comparison between pointer and integer"
3523 #: c-typeck.c:6909 c-typeck.c:6937
3524 msgid "ISO C forbids ordered comparisons of pointers to functions"
3528 msgid "comparison of complete and incomplete pointers"
3531 #: c-typeck.c:6950 c-typeck.c:6957
3532 msgid "ordered comparison of pointer with integer zero"
3535 #: c-typeck.c:6981 cp/typeck.c:3128
3537 msgid "unordered comparison on non-floating point argument"
3538 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
3541 msgid "comparison between signed and unsigned"
3544 #: c-typeck.c:7237 cp/typeck.c:3375
3545 msgid "comparison of promoted ~unsigned with constant"
3548 #: c-typeck.c:7245 cp/typeck.c:3383
3549 msgid "comparison of promoted ~unsigned with unsigned"
3554 msgid "%Jinlining failed in call to '%F'"
3555 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
3557 #: calls.c:1839 calls.c:2211 tree-inline.c:1339 tree-inline.c:1346
3558 msgid "called from here"
3563 msgid "%Jcan't inline call to '%F'"
3564 msgstr "áäõíáìßá åêôÝëåóçò ioctl óôï `%s'"
3567 msgid "ignoring return value of `%D', declared with attribute warn_unused_result"
3571 msgid "ignoring return value of function declared with attribute warn_unused_result"
3575 msgid "function call has aggregate value"
3580 msgid "bb %d on wrong place"
3585 msgid "prev_bb of %d should be %d, not %d"
3590 msgid "verify_flow_info: Wrong count of block %i %i"
3595 msgid "verify_flow_info: Wrong frequency of block %i %i"
3600 msgid "verify_flow_info: Duplicate edge %i->%i"
3605 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3610 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3615 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3618 #: cfg.c:909 cfgrtl.c:1971
3620 msgid "Wrong amount of branch edges after unconditional jump %i"
3625 msgid "basic block %d pred edge is corrupted"
3630 msgid "basic block %i edge lists are corrupted"
3634 msgid "verify_flow_info failed"
3639 msgid "Size of loop %d should be %d, not %d."
3644 msgid "Bb %d do not belong to loop %d."
3649 msgid "Loop %d's header does not have exactly 2 entries."
3654 msgid "Loop %d's latch does not have exactly 1 successor."
3659 msgid "Loop %d's latch does not have header as successor."
3664 msgid "Loop %d's latch does not belong directly to it."
3669 msgid "Loop %d's header does not belong directly to it."
3674 msgid "Loop %d's latch is marked as part of irreducible region."
3679 msgid "Basic block %d should be marked irreducible."
3684 msgid "Basic block %d should not be marked irreducible."
3689 msgid "Edge from %d to %d should be marked irreducible."
3694 msgid "Edge from %d to %d should not be marked irreducible."
3699 msgid "end insn %d for block %d not found in the insn stream"
3704 msgid "insn %d is in multiple basic blocks (%d and %d)"
3709 msgid "head insn %d for block %d not found in the insn stream"
3713 msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
3718 msgid "Missing REG_EH_REGION note in the end of bb %i"
3723 msgid "Too many outgoing branch edges from bb %i"
3728 msgid "Fallthru edge after unconditional jump %i"
3733 msgid "Wrong amount of branch edges after conditional jump %i"
3738 msgid "Call edges for non-call insn in bb %i"
3743 msgid "Abnormal edges for no purpose in bb %i"
3748 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3753 msgid "insn %d inside basic block %d but block_for_insn is %i"
3756 #: cfgrtl.c:2019 cfgrtl.c:2029
3758 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3763 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3768 msgid "in basic block %d:"
3772 msgid "flow control insn inside a basic block"
3777 msgid "missing barrier after block %i"
3782 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3787 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3791 msgid "wrong insn in the fallthru edge"
3795 msgid "basic blocks not laid down consecutively"
3799 msgid "insn outside basic block"
3803 msgid "return not followed by barrier"
3808 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3813 msgid "function body not available"
3814 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
3816 #: cgraph.c:163 cgraphunit.c:340
3817 msgid "redefined extern inline functions are not considered for inlining"
3820 #: cgraph.c:166 cgraphunit.c:345
3822 msgid "function not considered for inlining"
3823 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
3825 #: cgraph.c:168 cgraphunit.c:343
3827 msgid "function not inlinable"
3828 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
3831 msgid "%D renamed after being referenced in assembly"
3834 #: cgraphunit.c:1041
3835 msgid "--param large-function-growth limit reached"
3838 #: cgraphunit.c:1054
3839 msgid "--param large-function-growth limit reached while inlining the caller"
3842 #: cgraphunit.c:1119
3843 msgid "--param max-inline-insns-single limit reached"
3846 #: cgraphunit.c:1143
3847 msgid "--param max-inline-insns-single limit reached after inlining into the callee"
3850 #: cgraphunit.c:1220
3851 msgid "--param inline-unit-growth limit reached"
3854 #: cgraphunit.c:1292 cgraphunit.c:1436
3855 msgid "recursive inlining"
3859 msgid "internal error"
3860 msgstr "åóùôåñéêü óöÜëìá"
3863 msgid "no arguments"
3864 msgstr "÷ùñßò ïñßóìáôá"
3868 #: collect2.c:1226 collect2.c:1374 collect2.c:1409
3873 #: collect2.c:1229 collect2.c:1379 collect2.c:1412
3880 msgid "collect2 version %s"
3885 msgid "%d constructor(s) found\n"
3890 msgid "%d destructor(s) found\n"
3895 msgid "%d frame table(s) found\n"
3900 msgid "%s terminated with signal %d [%s]%s"
3901 msgstr "%s: Ï ðñïåðåîåñãáóôÞò C áðÝôõ÷å ìå óÞìá %d\n"
3905 msgid "%s returned %d exit status"
3910 msgid "[cannot find %s]"
3911 msgstr "Äåí åßíáé äõíáôüí íá åêôåëåóôåß ôï %s"
3915 msgid "cannot find `%s'"
3916 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
3918 #: collect2.c:1541 collect2.c:1544
3920 msgid "redirecting stdout: %s"
3925 msgid "[Leaving %s]\n"
3926 msgstr "äéáãñáöÞ êáôáëüãïõ %s\n"
3932 "write_c_file - output name is %s, prefix is %s\n"
3937 msgid "cannot find `nm'"
3938 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
3940 #: collect2.c:2017 collect2.c:2446
3944 #: collect2.c:2021 collect2.c:2450
3948 #: collect2.c:2047 collect2.c:2476
3953 #: collect2.c:2050 collect2.c:2053 collect2.c:2066 collect2.c:2479
3954 #: collect2.c:2482 collect2.c:2495
3959 #: collect2.c:2056 collect2.c:2485
3966 msgid "init function found in object %s"
3971 msgid "fini function found in object %s"
3974 #: collect2.c:2141 collect2.c:2534
3980 msgid "unable to open file '%s'"
3981 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
3985 msgid "unable to stat file '%s'"
3986 msgstr "áäõíáìßá ðñïóðÝëáóçò(stat()) áñ÷åßïõ `%s': %s"
3990 msgid "unable to mmap file '%s'"
3991 msgstr "Áäõíáìßá ìåôáöïñÜò óôç ìíÞìç (mmap) ôïõ áñ÷åßïõ %s.\n"
3995 msgstr "äå âñÝèçêå\n"
3997 #: collect2.c:2339 collect2.c:2513
3999 msgid "dynamic dependency %s not found"
4004 msgid "bad magic number in file '%s'"
4005 msgstr "ìç Ýãêõñïò áñéèìüò áñ÷åßïõ óôç äÞëùóç ðåäßïõ: `%s'"
4008 msgid "dynamic dependencies.\n"
4009 msgstr "äõíáìéêÝò åîáñôÞóåéò.\n"
4013 msgid "cannot find `ldd'"
4014 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
4019 "ldd output with constructors/destructors.\n"
4024 msgid "unable to open dynamic dependency '%s'"
4029 msgid "%s: not a COFF file"
4030 msgstr "%s: Äåí åßíáé êáíïíéêü áñ÷åßï"
4034 msgid "%s: cannot open as COFF file"
4035 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ"
4039 msgid "library lib%s not found"
4040 msgstr "Ðéèáíüí äå âñÝèçêå"
4045 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
4046 ";; %d successes.\n"
4054 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4055 ";; %d successes.\n"
4060 msgid "cannot convert to a pointer type"
4061 msgstr "Äåí åßíáé äõíáôüí íá âñåèåß ï ôýðïò ôïõ åðåîåñãáóôÞ."
4064 msgid "pointer value used where a floating point value was expected"
4068 msgid "aggregate value used where a float was expected"
4073 msgid "conversion to incomplete type"
4074 msgstr "ìç ðëÞñçò åããñáöÞ"
4076 #: convert.c:600 convert.c:678
4077 msgid "can't convert between vector values of different size"
4081 msgid "aggregate value used where an integer was expected"
4084 #: convert.c:657 f/com.c:1101
4085 msgid "pointer value used where a complex was expected"
4088 #: convert.c:661 f/com.c:1103
4089 msgid "aggregate value used where a complex was expected"
4093 msgid "can't convert value to a vector"
4098 msgid "`%s' is not a gcov data file"
4099 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
4103 msgid "`%s' is version `%.4s', expected version `%.4s'"
4104 msgstr "Ýêäïóç ïäçãïý gcc %s åêôåëåß ôçí Ýêäïóç gcc %s\n"
4106 #: coverage.c:255 coverage.c:263
4108 msgid "coverage mismatch for function %u while reading execution counters."
4111 #: coverage.c:257 coverage.c:340
4113 msgid "checksum is %x instead of %x"
4116 #: coverage.c:265 coverage.c:348
4118 msgid "number of counters is %d instead of %d"
4123 msgid "cannot merge separate %s counters for function %u"
4128 msgid "`%s' has overflowed"
4129 msgstr "Õðåñ÷åßëéóç ðßíáêá áñ÷åßïõ"
4133 msgid "`%s' is corrupted"
4134 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
4138 msgid "file %s not found, execution counts assumed to be zero"
4143 msgid "no coverage for function '%s' found."
4144 msgstr "ìç Ýãêõñç ôÜîç ÷áñáêôÞñùí `%s'"
4146 #: coverage.c:337 coverage.c:345
4148 msgid "coverage mismatch for function '%s' while reading counter '%s'."
4153 msgid "cannot open %s"
4154 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
4158 msgid "error writing `%s'"
4159 msgstr "óöÜëìá åããñáöÞò %s"
4161 #. XXX should be DL_SORRY
4164 msgid "conversion from %s to %s not supported by iconv"
4165 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
4171 #. XXX should be DL_SORRY
4174 msgid "no iconv implementation, cannot convert from %s to %s"
4179 msgid "universal character names are only valid in C++ and C99"
4180 msgstr "U+%04X: åêôüò ïñßùí ÷áñáêôÞñáò"
4184 msgid "the meaning of '\\%c' is different in traditional C"
4189 msgid "incomplete universal character name %.*s"
4194 msgid "%.*s is not a valid universal character"
4195 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
4199 msgid "universal character %.*s is not valid in an identifier"
4204 msgid "universal character %.*s is not valid at the start of an identifier"
4208 msgid "converting UCN to source character set"
4212 msgid "converting UCN to execution character set"
4216 msgid "the meaning of '\\x' is different in traditional C"
4219 #: cppcharset.c:984 f/lex.c:580
4220 msgid "\\x used with no following hex digits"
4225 msgid "hex escape sequence out of range"
4226 msgstr "ìç Ýãêõñç äéáäéêáóßá äéáöõãÞò óôï ôÝëïò ôïõ áëöáñéèìéôéêïý"
4228 #: cppcharset.c:1030
4230 msgid "octal escape sequence out of range"
4231 msgstr "ìç Ýãêõñç äéáäéêáóßá äéáöõãÞò óôï ôÝëïò ôïõ áëöáñéèìéôéêïý"
4233 #: cppcharset.c:1098
4234 msgid "the meaning of '\\a' is different in traditional C"
4237 #: cppcharset.c:1105
4239 msgid "non-ISO-standard escape sequence, '\\%c'"
4243 #: cppcharset.c:1113
4245 msgid "unknown escape sequence '\\%c'"
4246 msgstr "¶ãíùóôç óõìâïëïóåéñÜ `%s'"
4249 #: cppcharset.c:1116
4251 msgid "unknown escape sequence: '\\%03o'"
4252 msgstr "¶ãíùóôç óõìâïëïóåéñÜ `%s'"
4254 #: cppcharset.c:1122
4256 msgid "converting escape sequence to execution character set"
4257 msgstr "ìç Ýãêõñç äéáäéêáóßá äéáöõãÞò óôï ôÝëïò ôïõ áëöáñéèìéôéêïý"
4259 #: cppcharset.c:1181
4260 msgid "converting to execution character set"
4263 #: cppcharset.c:1244 cppcharset.c:1307
4265 msgid "character constant too long for its type"
4266 msgstr "ìç Ýãêõñïò óôáèåñüò ÷áñáêôÞñáò óôï áëöáñéèìéôéêü"
4268 #: cppcharset.c:1247
4270 msgid "multi-character character constant"
4271 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
4273 #: cppcharset.c:1339
4275 msgid "empty character constant"
4276 msgstr "êåíü áëöáñéèìçôéêü"
4278 #: cppcharset.c:1378
4280 msgid "failure to convert %s to %s"
4281 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
4283 #: cpperror.c:110 diagnostic.def:5
4285 msgstr "ðñïåéäïðïßçóç: "
4288 msgid "internal error: "
4289 msgstr "åóùôåñéêü óöÜëìá: "
4298 msgid "too many decimal points in number"
4299 msgstr "Õðåñâïëéêá ðïëëÜ áíïéêôÜ áñ÷åßá óôï óýóôçìá"
4303 msgid "invalid digit \"%c\" in octal constant"
4304 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
4307 msgid "use of C99 hexadecimal floating constant"
4311 msgid "exponent has no digits"
4315 msgid "hexadecimal floating constants require an exponent"
4320 msgid "invalid suffix \"%.*s\" on floating constant"
4321 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
4323 #: cppexp.c:250 cppexp.c:275
4325 msgid "traditional C rejects the \"%.*s\" suffix"
4330 msgid "invalid suffix \"%.*s\" on integer constant"
4331 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
4335 msgid "use of C99 long long integer constant"
4336 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
4339 msgid "imaginary constants are a GCC extension"
4344 msgid "integer constant is too large for its type"
4345 msgstr "%s: ôï %s åßíáé ôüóï ìåãÜëï ðïõ äå ìðïñåß íá áíáðáñáóôáèåß"
4349 msgid "integer constant is so large that it is unsigned"
4350 msgstr "%s: ôï %s åßíáé ôüóï ìåãÜëï ðïõ äå ìðïñåß íá áíáðáñáóôáèåß"
4354 msgid "missing ')' after \"defined\""
4355 msgstr "Ý÷åé ðáñáëçöèåß ç ëßóôá ìå ôá ðåäßá"
4358 msgid "operator \"defined\" requires an identifier"
4363 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
4367 msgid "this use of \"defined\" may not be portable"
4372 msgid "floating constant in preprocessor expression"
4373 msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
4377 msgid "imaginary number in preprocessor expression"
4378 msgstr "ìç Ýãêõñïò áñéèìüò áðü ãñáììÝò"
4382 msgid "\"%s\" is not defined"
4383 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
4385 #: cppexp.c:714 cppexp.c:743
4387 msgid "missing binary operator before token \"%s\""
4388 msgstr "%s: Áíáìåíüôáí äõáäéêüò ÷åéñéóôÞò.\n"
4392 msgid "token \"%s\" is not valid in preprocessor expressions"
4393 msgstr "%s: ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç: %s"
4396 msgid "void expression between '(' and ')'"
4400 msgid "#if with no expression"
4405 msgid "operator '%s' has no right operand"
4409 msgid " ':' without preceding '?'"
4413 msgid "unbalanced stack in #if"
4418 msgid "impossible operator '%u'"
4419 msgstr "RPC: Ìç óõìâáôÝò åêäüóåéò ôïõ RPC"
4423 msgid "missing ')' in expression"
4424 msgstr "Ý÷åé ðáñáëçöèåß ç ëßóôá ìå ôéò èÝóåéò"
4428 msgid "'?' without following ':'"
4429 msgstr "óõíôáêôéêü óöÜëìá óôïí ðñüëïãï: %s"
4432 msgid "integer overflow in preprocessor expression"
4437 msgid "missing '(' in expression"
4438 msgstr "Ý÷åé ðáñáëçöèåß ç ëßóôá ìå ôéò èÝóåéò"
4442 msgid "the left operand of \"%s\" changes sign when promoted"
4447 msgid "the right operand of \"%s\" changes sign when promoted"
4451 msgid "comma operator in operand of #if"
4456 msgid "division by zero in #if"
4457 msgstr "Äéáßñåóç ìå ìçäÝí óôçí áðïôßìçóç: %s"
4460 msgid "NULL directory in find_file"
4464 msgid "one or more PCH files were found, but they were invalid"
4468 msgid "use -Winvalid-pch for more information"
4473 msgid "%s is a block device"
4474 msgstr "Äåí Ýìåéíå êáèüëïõ ÷þñïò óôç óõóêåõÞ"
4479 msgid "%s is too large"
4480 msgstr "%s: ôï áñ÷åßï åßíáé ðïëý ìåãÜëï"
4484 msgid "%s is shorter than expected"
4485 msgstr "%s: Áíáìåíüôáí äõáäéêüò ÷åéñéóôÞò.\n"
4489 msgid "no include path in which to search for %s"
4493 msgid "Multiple include guards may be useful for:\n"
4498 msgid "cppchar_t must be an unsigned type"
4499 msgstr "äéðëüò ðñïóäéïñéóôÞò ìçíýìáôïò"
4503 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
4507 msgid "CPP arithmetic must be at least as precise as a target int"
4511 msgid "target char is less than 8 bits wide"
4515 msgid "target wchar_t is narrower than target char"
4519 msgid "target int is narrower than target char"
4523 msgid "CPP half-integer narrower than CPP character"
4528 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
4533 msgid "null character(s) ignored"
4534 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò óôï áñ÷åßï: "
4537 msgid "'$' in identifier or number"
4542 msgid "attempt to use poisoned \"%s\""
4546 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
4550 msgid "null character(s) preserved in literal"
4555 msgid "unterminated comment"
4556 msgstr "Ìç ôåñìáôéóìÝíç åíôïëÞ `s'"
4559 msgid "C++ style comments are not allowed in ISO C90"
4563 msgid "(this will be reported only once per input file)"
4567 msgid "multi-line comment"
4572 msgid "unspellable token %s"
4573 msgstr "%s: áäýíáôï ôï Üíïéãìá ôïõ %s: %m\n"
4577 msgid "extra tokens at end of #%s directive"
4582 msgid "#%s is a GCC extension"
4586 msgid "suggest not using #elif in traditional C"
4591 msgid "traditional C ignores #%s with the # indented"
4596 msgid "suggest hiding #%s from traditional C with an indented #"
4600 msgid "embedding a directive within macro arguments is not portable"
4604 msgid "style of line directive is a GCC extension"
4609 msgid "invalid preprocessing directive #%s"
4613 msgid "\"defined\" cannot be used as a macro name"
4618 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
4623 msgid "no macro name given in #%s directive"
4628 msgid "macro names must be identifiers"
4629 msgstr "äéðëüò ðñïóäéïñéóôÞò ìçíýìáôïò"
4633 msgid "undefining \"%s\""
4634 msgstr "Ìç ïñéóìÝíï üíïìá %s"
4638 msgid "missing terminating > character"
4639 msgstr "Ý÷åé ðáñáëçöèåß ôï áñ÷åßï ðñïïñéóìïý"
4643 msgid "#%s expects \"FILENAME\" or <FILENAME>"
4647 msgid "#include nested too deeply"
4651 msgid "#include_next in primary source file"
4656 msgid "invalid flag \"%s\" in line directive"
4661 msgid "\"%s\" after #line is not a positive integer"
4662 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
4666 msgid "line number out of range"
4667 msgstr "%s: áñéèìüò ãñáììÞò Ýîù áðü ôá üñéá"
4669 #: cpplib.c:812 cpplib.c:885
4671 msgid "\"%s\" is not a valid filename"
4672 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
4676 msgid "\"%s\" after # is not a positive integer"
4677 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
4681 msgid "invalid #ident directive"
4682 msgstr "%%%c: êáôåõèõíôÞñéïò ãñáììÞ ìç Ýãêõñç."
4686 msgid "registering \"%s\" as both a pragma and a pragma namespace"
4691 msgid "#pragma %s %s is already registered"
4696 msgid "#pragma %s is already registered"
4697 msgstr "ï ÷Üñôçò ÷áñáêôÞñùí `%s' ïñßóôçêå Þäç"
4700 msgid "#pragma once in main file"
4704 msgid "invalid #pragma GCC poison directive"
4709 msgid "poisoning existing macro \"%s\""
4713 msgid "#pragma system_header ignored outside include file"
4718 msgid "cannot find source file %s"
4719 msgstr "áäõíáìßá áíïßãìáôïò õðïäï÷Þò: %s"
4723 msgid "current file is older than %s"
4727 msgid "_Pragma takes a parenthesized string literal"
4731 msgid "#else without #if"
4735 msgid "#else after #else"
4736 msgstr "#else ìåôÜ áðü #else"
4739 msgid "#elif without #if"
4743 msgid "#elif after #else"
4744 msgstr "#elif ìåôÜ áðü #else"
4747 msgid "#endif without #if"
4751 msgid "missing '(' after predicate"
4755 msgid "missing ')' to complete answer"
4759 msgid "predicate's answer is empty"
4764 msgid "assertion without predicate"
4765 msgstr "Ç ëåéôïõñãßá äåí åðéôñÝðåôáé"
4769 msgid "predicate must be an identifier"
4770 msgstr "äéðëüò ðñïóäéïñéóôÞò ìçíýìáôïò"
4774 msgid "\"%s\" re-asserted"
4777 #: cppmacro.c:125 cppmacro.c:280
4779 msgid "invalid built-in macro \"%s\""
4780 msgstr "ìç Ýãêõñï ìÞêïò ãñáììÞò: %s"
4784 msgid "could not determine date and time"
4785 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
4789 msgid "invalid string literal, ignoring final '\\'"
4790 msgstr "ìç Ýãêõñïò áñ÷éêüò áñéèìüò ãñáììÞò: `%s'"
4794 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
4799 msgid "ISO C99 requires rest arguments to be used"
4800 msgstr "ÊáêÞ áßôçóç ðáñáìÝôñùí"
4804 msgid "macro \"%s\" requires %u arguments, but only %u given"
4809 msgid "macro \"%s\" passed %u arguments, but takes just %u"
4814 msgid "unterminated argument list invoking macro \"%s\""
4819 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
4824 msgid "duplicate macro parameter \"%s\""
4825 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
4829 msgid "\"%s\" may not appear in macro parameter list"
4833 msgid "macro parameters must be comma-separated"
4837 msgid "parameter name missing"
4841 msgid "anonymous variadic macros were introduced in C99"
4845 msgid "ISO C does not permit named variadic macros"
4849 msgid "missing ')' in macro parameter list"
4853 msgid "ISO C requires whitespace after the macro name"
4857 msgid "'#' is not followed by a macro parameter"
4861 msgid "'##' cannot appear at either end of a macro expansion"
4866 msgid "macro argument \"%s\" would be stringified in traditional C"
4871 msgid "invalid hash type %d in cpp_macro_definition"
4874 #: cpppch.c:84 cpppch.c:332 cpppch.c:356 cpppch.c:365
4875 msgid "while writing precompiled header"
4880 msgid "%s: not used because `%.*s' not defined"
4885 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
4890 msgid "%s: not used because `%s' is defined"
4893 #: cpppch.c:529 cpppch.c:715
4894 msgid "while reading precompiled header"
4899 msgid "\"%s\" is not a valid option to the preprocessor"
4900 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
4903 msgid "too many input files"
4904 msgstr "õðåñâïëéêÜ ðïëëÜ áñ÷åßá åéóüäïõ"
4908 msgid "detected recursion whilst expanding macro \"%s\""
4913 msgid "syntax error in macro parameter list"
4914 msgstr "óõíôáêôéêü óöÜëìá óôïí ïñéóìü êëÜóçò ÷áñáêôÞñùí"
4918 msgid ";; Processing block from %d to %d, %d sets.\n"
4923 msgid "%s:%d: confused by earlier errors, bailing out\n"
4928 msgid "compilation terminated.\n"
4929 msgstr "Ç ëåéôïõñãßá äåí åðéôñÝðåôáé"
4932 msgid "Internal compiler error: Error reporting routines re-entered.\n"
4937 msgid "in %s, at %s:%d"
4942 msgid "dominator of %d should be %d, not %d"
4947 msgid "DW_LOC_OP %s not implemented\n"
4948 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
4951 msgid "can't access real part of complex value in hard register"
4955 msgid "can't access imaginary part of complex value in hard register"
4960 msgid "Invalid rtl sharing found in the insn"
4961 msgstr "ìç Ýãêõñç ìÝôñçóç åðáíÜëçøçò `%s' óôç êáôáóêåõÞ [c*n]"
4968 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
4973 msgid "abort in %s, at %s:%d"
4977 msgid "exception handling disabled, use -fexceptions to enable"
4981 msgid "argument of `__builtin_eh_return_regno' must be constant"
4986 msgid "__builtin_eh_return not supported on this target"
4987 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
4991 msgid "stack limits not supported on this target"
4992 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
4995 msgid "function using short complex types cannot be inline"
4999 msgid "%Jprior parameter's size depends on '%D'"
5003 msgid "returned value in block_exit_expr"
5006 #. We can't make a bitwise copy of this object, so fail.
5009 msgid "cannot take the address of an unaligned member"
5010 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï áñ÷åßï fifo `%s'"
5013 msgid "negative insn length"
5018 msgid "could not split insn"
5019 msgstr "áäõíáìßá åýñåóçò âñü÷ïõ"
5023 msgid "invalid `asm': "
5024 msgstr "ìç Ýãêõñï ìÝãåèïò ïñéæüíôéïõ óôçëïèÝôç: %s"
5027 msgid "nested assembly dialect alternatives"
5030 #: final.c:2971 final.c:2983
5032 msgid "unterminated assembly dialect alternative"
5033 msgstr "ìç ôåñìáôéæüìåíï óõìâïëéêü üíïìá"
5037 msgid "operand number missing after %%-letter"
5038 msgstr "ïñéóìüò äéêáéùìÜôùí óôï %s"
5040 #: final.c:3030 final.c:3069
5042 msgid "operand number out of range"
5043 msgstr "Ï áñéèìüò óýíäåóìïõ åßíáé Ýîù áðü ôï üñéï"
5047 msgid "invalid %%-code"
5048 msgstr "ìç Ýãêõñï äéêáßùìá"
5052 msgid "`%%l' operand isn't a label"
5055 #. We can't handle floating point constants;
5056 #. PRINT_OPERAND must handle them.
5057 #: final.c:3220 vmsdbgout.c:467 config/i386/i386.c:6751
5058 #: config/pdp11/pdp11.c:1646
5059 msgid "floating constant misused"
5062 #: final.c:3276 vmsdbgout.c:524 config/i386/i386.c:6829
5063 #: config/pdp11/pdp11.c:1693
5065 msgid "invalid expression as operand"
5066 msgstr "%s: ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç: %s"
5069 msgid "function might be possible candidate for attribute `noreturn'"
5073 msgid "`noreturn' function does return"
5077 msgid "control reaches end of non-void function"
5078 msgstr "ï Ýëåã÷ïò öèÜíåé óôï ôÝëïò ìç-êåíÞò óõíÜñôçóçò"
5081 msgid "Attempt to delete prologue/epilogue insn:"
5084 #: fold-const.c:2878 fold-const.c:2891
5086 msgid "comparison is always %d due to width of bit-field"
5089 #: fold-const.c:4093 fold-const.c:4110
5091 msgid "comparison is always %d"
5094 #: fold-const.c:4241
5095 msgid "`or' of unmatched not-equal tests is always 1"
5098 #: fold-const.c:4246
5099 msgid "`and' of mutually exclusive equal-tests is always 0"
5102 #: fold-const.c:8393
5103 msgid "fold check: original tree changed by fold"
5107 #: function.c:884 varasm.c:1408
5109 msgid "%Jsize of variable '%D' is too large"
5110 msgstr "%s: ôï áñ÷åßï åßíáé ðïëý ìåãÜëï"
5113 msgid "impossible constraint in `asm'"
5117 msgid "%J'%D' might be used uninitialized in this function"
5121 msgid "%Jvariable '%D' might be clobbered by `longjmp' or `vfork'"
5125 msgid "%Jargument '%D' might be clobbered by `longjmp' or `vfork'"
5129 msgid "function returns an aggregate"
5134 msgid "%Junused parameter '%D'"
5135 msgstr "Üãíùóôïò ÷áñáêôÞñáò `%s'"
5140 msgid "ambiguous abbreviation %s"
5141 msgstr "ÁóáöÞò ìïñöÞ `%s'"
5145 msgid "incomplete `%s' option"
5150 msgid "missing argument to `%s' option"
5151 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
5155 msgid "extraneous argument to `%s' option"
5156 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
5159 msgid "Using built-in specs.\n"
5165 "Setting spec %s to '%s'\n"
5167 msgstr "äçìéïõñãßá %s %s óôï %s"
5171 msgid "Reading specs from %s\n"
5174 #: gcc.c:1953 gcc.c:1972
5176 msgid "specs %%include syntax malformed after %ld characters"
5181 msgid "could not find specs file %s\n"
5182 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
5184 #: gcc.c:1997 gcc.c:2005 gcc.c:2014 gcc.c:2023
5186 msgid "specs %%rename syntax malformed after %ld characters"
5191 msgid "specs %s spec was not found to be renamed"
5196 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
5201 msgid "rename spec %s to %s\n"
5202 msgstr "äçìéïõñãßá %s %s óôï %s"
5213 msgid "specs unknown %% command after %ld characters"
5214 msgstr "ëßóôá ìå üëá ôá ãíùóôÜ óýíïëá ÷áñáêôÞñùí"
5216 #: gcc.c:2070 gcc.c:2083
5218 msgid "specs file malformed after %ld characters"
5222 msgid "spec file has no spec for linking"
5226 msgid "-pipe not supported"
5227 msgstr "ôï -pipe äåí õðïóôçñßæåôáé"
5232 "Go ahead? (y or n) "
5235 "Íá óõíå÷ßóåôå; (y Þ n) "
5240 "Internal error: %s (program %s)\n"
5241 "Please submit a full bug report.\n"
5242 "See %s for instructions."
5247 msgid "# %s %.2f %.2f\n"
5248 msgstr "# %s %.2f %.2f\n"
5252 msgid "Usage: %s [options] file...\n"
5253 msgstr "÷ñÞóç: %s [åðéëïãÝò] áñ÷åßï...\n"
5257 msgstr "ÅðéëïãÝò:\n"
5260 msgid " -pass-exit-codes Exit with highest error code from a phase\n"
5261 msgstr " -pass-exit-codes ¸îïäïò ìå ôï õøçëüôåñï êùäéêü óöÜëìáôïò ôçò öÜóçò\n"
5264 msgid " --help Display this information\n"
5265 msgstr " --help ÅìöÜíéóç áõôþí ôùí ðëçñïöïñéþí\n"
5268 msgid " --target-help Display target specific command line options\n"
5269 msgstr " --target-help ÅìöÜíéóç åðéëïãÝò ãñáììþí åíôïëÞò ó÷åôéêÝò ìå ôï óôü÷ï\n"
5272 msgid " (Use '-v --help' to display command line options of sub-processes)\n"
5273 msgstr " (×ñÞóç '-v --help' ãéá ôçí åìöÜíéóç åðéëïãþí ãñáììÞò åíôïëÞò õðïäéåñãáóéþí)\n"
5276 msgid " -dumpspecs Display all of the built in spec strings\n"
5277 msgstr " -dumpspecs ÅìöÜíéóç üëùí ôùí ðñïêáèïñéóìÝíùí áëöáñéèìçôéêþí ôùí ðñïóäéïñéóìþí\n"
5280 msgid " -dumpversion Display the version of the compiler\n"
5281 msgstr " -dumpversion ÅìöÜíéóç ôçò Ýêäïóçò ôïõ ìåôáãëùôôéóôÞ\n"
5284 msgid " -dumpmachine Display the compiler's target processor\n"
5285 msgstr " -dumpmachine ÅìöÜíéóç ôïõ åðåîåñãáóôÞ óôü÷ïõ ôïõ ìåôáãëùôôéóôÞ\n"
5288 msgid " -print-search-dirs Display the directories in the compiler's search path\n"
5289 msgstr " -print-search-dirs ÅìöÜíéóç ôùí êáôáëüãùí óôéò äéáäñïìÝò áíáæÞôçóçò ôïõ ìåôáãëùôôéóôÞ\n"
5292 msgid " -print-libgcc-file-name Display the name of the compiler's companion library\n"
5293 msgstr " -print-libgcc-file-name ÅìöÜíéóç ôïõ ïíüìáôïò ôçò óõíïäåõôéêÞò âéâëéïèÞêçò ôïõ ìåôáãëùôôéóôÞ\n"
5296 msgid " -print-file-name=<lib> Display the full path to library <lib>\n"
5297 msgstr " -print-file-name=<âéâëéïè> ÅìöÜíéóç ôçò ðëÞñçò äéáäñïìÞò óôç âéâëéïèÞêç <âéâëéïè>\n"
5300 msgid " -print-prog-name=<prog> Display the full path to compiler component <prog>\n"
5301 msgstr " -print-prog-name=<ðñüãñ> ÅìöÜíéóç ôçò ðëÞñçò äéáäñïìÞò óôï óõóôáôéêü ìåôáãëùôôéóôÞ <ðñüãñ>\n"
5304 msgid " -print-multi-directory Display the root directory for versions of libgcc\n"
5305 msgstr " -print-multi-directory ÅìöÜíéóç ôïõ ñéæéêïý êáôáëüãïõ ãéá åêäüóåéò ôçò libgcc\n"
5309 " -print-multi-lib Display the mapping between command line options and\n"
5310 " multiple library search directories\n"
5312 " -print-multi-lib ÅìöÜíéóç ôçò áíôéóôïß÷éóçò ìåôáîý åðéëïãþí ãñáììÞò\n"
5313 " åíôïëÞò êáé êáôáëüãùí áíáæÞôçóçò ðïëëáðëþí\n"
5318 msgid " -print-multi-os-directory Display the relative path to OS libraries\n"
5319 msgstr " -print-multi-directory ÅìöÜíéóç ôïõ ñéæéêïý êáôáëüãïõ ãéá åêäüóåéò ôçò libgcc\n"
5322 msgid " -Wa,<options> Pass comma-separated <options> on to the assembler\n"
5323 msgstr " -Wa,<åðéëïãÝò> ÐÝñáóìá <åðéëïãþí> äéá÷ùñéóìÝíùí ìå êüììá óôï óõíáñìïëïãçôÞ\n"
5326 msgid " -Wp,<options> Pass comma-separated <options> on to the preprocessor\n"
5327 msgstr " -Wp,<åðéëïãÝò> ÐÝñáóìá <åðéëïãþí> äéá÷ùñéóìÝíùí ìå êüììá óôïí ðñï-åðåîåñãáóôÞ\n"
5330 msgid " -Wl,<options> Pass comma-separated <options> on to the linker\n"
5331 msgstr " -Wl,<åðéëïãÝò> ÐÝñáóìá <åðéëïãþí> äéá÷ùñéóìÝíùí ìå êüììá óôï óõíäÝôç\n"
5335 msgid " -Xassembler <arg> Pass <arg> on to the assembler\n"
5336 msgstr " -Xlinker <üñéóìá> ÐÝñáóìá <ïñßóìáôïò> óôï óõíäÝôç\n"
5340 msgid " -Xpreprocessor <arg> Pass <arg> on to the preprocessor\n"
5341 msgstr " -Xlinker <üñéóìá> ÐÝñáóìá <ïñßóìáôïò> óôï óõíäÝôç\n"
5344 msgid " -Xlinker <arg> Pass <arg> on to the linker\n"
5345 msgstr " -Xlinker <üñéóìá> ÐÝñáóìá <ïñßóìáôïò> óôï óõíäÝôç\n"
5348 msgid " -save-temps Do not delete intermediate files\n"
5349 msgstr " -save-temps Íá ìç äéáãñáöïýí ôá åíäéÜìåóá áñ÷åßá\n"
5352 msgid " -pipe Use pipes rather than intermediate files\n"
5353 msgstr " -pipe ×ñÞóç óùëçíþóåùí áíôß åíäéÜìåóùí áñ÷åßùí\n"
5356 msgid " -time Time the execution of each subprocess\n"
5357 msgstr " -time ÌÝôñçóç ôïõ ÷ñüíïõ åêôÝëåóçò êÜèå õðïäéåñãáóßáò\n"
5360 msgid " -specs=<file> Override built-in specs with the contents of <file>\n"
5361 msgstr " -specs=<áñ÷åßï> ×ñÞóç ôïõ ðåñéå÷ïìÝíïõ ôïõ <áñ÷åßïõ> áíôß ôùí ðñïêáèïñéóìÝíùí ðñïóäéïñéóìþí\n"
5364 msgid " -std=<standard> Assume that the input sources are for <standard>\n"
5366 " -std=<ðñüôõðï> Èåþñçóå üôé ïé ðçãÝò êþäéêá åßíáé ãéá ôï <ðñüôõðï>\n"
5370 msgid " -B <directory> Add <directory> to the compiler's search paths\n"
5371 msgstr " -B <êáôÜëïãïò> ÐñïóèÞêç ôïõ <êáôáëüãïõ> óôéò äéáäñïìÝò áíáæÞôçóçò ôïõ ìåôáãëùôôéóôÞ\n"
5374 msgid " -b <machine> Run gcc for target <machine>, if installed\n"
5375 msgstr " -b <ìç÷áíÞ> ÅêôÝëåóç ôïõ gcc ãéá ôï óôü÷ï <ìç÷áíÞ>, áí åßíáé åãêáôåóôçìÝíïò\n"
5378 msgid " -V <version> Run gcc version number <version>, if installed\n"
5379 msgstr " -V <Ýêäïóç> ÅêôÝëåóç ôçò Ýêäïóçò <Ýêäïóç> ôïõ gcc, áí åßíáé åãêáôåóôçìÝíç\n"
5382 msgid " -v Display the programs invoked by the compiler\n"
5383 msgstr " -v ÅìöÜíéóç ôùí ðñïãñáììÜôùí ðïõ êáëåß ï ìåôáãëùôôéóôÞò\n"
5386 msgid " -### Like -v but options quoted and commands not executed\n"
5390 msgid " -E Preprocess only; do not compile, assemble or link\n"
5391 msgstr " -E Ðñïåðåîåñãáóßá ìüíï· ü÷é ìåôáãëþôôéóç, óõíáñìïëüãçóç Þ óýíäåóç\n"
5394 msgid " -S Compile only; do not assemble or link\n"
5395 msgstr " -S Ìåôáãëþôôéóç ìüíï· ü÷é óõíáñìïëüãçóç Þóýíäåóç\n"
5398 msgid " -c Compile and assemble, but do not link\n"
5399 msgstr " -c Ìåôáãëþôôéóç êáé óõíáñìïëüãçóç, ü÷éüìùò óýíäåóç\n"
5402 msgid " -o <file> Place the output into <file>\n"
5403 msgstr " -o <áñ÷åßï> ÔïðïèÝôçóç ôçò åîüäïõ óôï <áñ÷åßï>\n"
5408 " -x <language> Specify the language of the following input files\n"
5409 " Permissible languages include: c c++ assembler none\n"
5410 " 'none' means revert to the default behavior of\n"
5411 " guessing the language based on the file's extension\n"
5413 " -x <ãëþóóá> Êáèïñéóìüò ôçò ãëþóóáò ôùí åðüìåíùí áñ÷Ýéùí åéóüäïõ\n"
5414 " ÁðïäåêôÝò ãëþóóåò åßíáé: c c++ assembler none\n"
5415 " Ôï 'none' óçìáßíåé åðáíáöïñÜ óôçí åî ïñéóìïý\n"
5416 " óõìðåñéöïñÜ åýñåóçò ôçò ãëþóóáò âÜóåé ôçò åðÝêôáóçò\n"
5423 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
5424 " passed on to the various sub-processes invoked by %s. In order to pass\n"
5425 " other options on to these processes the -W<letter> options must be used.\n"
5428 "Ïé åðéëïãÝò ðïõ îåêéíïýí ìå -g, -f, -m, -O, -W Þ --param ðåñíïýí áõôüìáôá\n"
5429 " óôéò äéÜöïñåò õðïäéåñãáóßåò ðïõ êáëåß ôï %s. Ãéá íá ðåñÜóåôå Üëëåò\n"
5430 " åðéëïãÝò óå áõôÝò ôéò äéåñãáóßåò, ðñÝðåé íá ÷ñçóéìïðïéÞóåôå ôéò åðéëïãÝò\n"
5435 msgid "`-%c' option must have argument"
5436 msgstr "ðáñÜëçøç ïñßóìáôïò áñ÷åßïõ"
5440 msgid "couldn't run `%s': %s"
5443 #. translate_options () has turned --version into -fversion.
5446 msgid "%s (GCC) %s\n"
5447 msgstr "%s (GCC) %s\n"
5449 #: gcc.c:3358 gcov.c:424 f/g77spec.c:351
5457 "This is free software; see the source for copying conditions. There is NO\n"
5458 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5461 "Áõôü åßíáé åëåýèåñï ëïãéóìéêü· äåßôå ôïí ðçãáßï êþäéêá ãéá ôïõò êáíïíéóìïýò\n"
5462 "áíôéãñáöÞò. Äåí õðÜñ÷åé ÊÁÌÉÁ åããýçóç· ïýôå áêüìá ãéá ËÅÉÔÏÕÑÃÉÊÏÔÇÔÁ Þ \n"
5463 "ÊÁÔÁËËÇËÏÔÇÔÁ ÃÉÁ ÅÍÁ ÓÕÃÊÅÊÑÉÌÅÍÏ ÓÊÏÐÏ.\n"
5467 msgid "argument to `-Xlinker' is missing"
5468 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5472 msgid "argument to `-Xpreprocessor' is missing"
5473 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5477 msgid "argument to `-Xassembler' is missing"
5478 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5482 msgid "argument to `-l' is missing"
5483 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5487 msgid "argument to `-specs' is missing"
5488 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5492 msgid "argument to `-specs=' is missing"
5493 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5497 msgid "`-%c' must come at the start of the command line"
5502 msgid "argument to `-B' is missing"
5503 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5506 msgid "warning: -pipe ignored because -save-temps specified"
5510 msgid "warning: -pipe ignored because -time specified"
5515 msgid "argument to `-x' is missing"
5516 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5520 msgid "argument to `-%s' is missing"
5521 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
5525 msgid "warning: `-x %s' after last input file has no effect"
5530 msgid "invalid specification! Bug in cc"
5531 msgstr "Ìç Ýãêõñç ñýèìéóç èýñáò (port)"
5538 #. Catch the case where a spec string contains something like
5539 #. '%{foo:%*}'. ie there is no * in the pattern on the left
5540 #. hand side of the :.
5543 msgid "spec failure: '%%*' has not been initialized by pattern match"
5548 msgid "warning: use of obsolete %%[ operator in specs"
5553 msgid "Processing spec %c%s%c, which is '%s'\n"
5558 msgid "spec failure: unrecognized spec option '%c'"
5559 msgstr "%s: ìç áíáãíùñßóéìç åðéëïãÞ `-%c'\n"
5563 msgid "unknown spec function `%s'"
5564 msgstr "Óôç óõíÜñôçóç `%s':"
5568 msgid "error in args to spec function `%s'"
5569 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
5572 msgid "malformed spec function name"
5578 msgid "no arguments for spec function"
5579 msgstr "ðïëý ëßãá ïñßóìáôá"
5582 msgid "malformed spec function arguments"
5586 msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC."
5590 msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC."
5595 msgid "unrecognized option `-%s'"
5596 msgstr "ìç áíáãíùñßóçìç åðéëïãÞ `-%s'"
5600 msgid "install: %s%s\n"
5601 msgstr "åãêáôÜóôáóç: %s%s\n"
5605 msgid "programs: %s\n"
5606 msgstr "ðñïãñÜììáôá: %s\n"
5610 msgid "libraries: %s\n"
5611 msgstr "âéâëéïèÞêåò: %s\n"
5616 "For bug reporting instructions, please see:\n"
5619 "Ãéá ïäçãßåò ãéá áíáöïñÝò óöáëìÜôùí. ðáñáêáëþ äåßôå:\n"
5623 msgid "Configured with: %s\n"
5624 msgstr "¸÷åé ñõèìéóôåß ìå: %s\n"
5628 msgid "Thread model: %s\n"
5629 msgstr "ÌïíôÝëï íçìÜôùí: %s\n"
5633 msgid "gcc version %s\n"
5634 msgstr "Ýêäïóç gcc %s\n"
5638 msgid "gcc driver version %s executing gcc version %s\n"
5639 msgstr "Ýêäïóç ïäçãïý gcc %s åêôåëåß ôçí Ýêäïóç gcc %s\n"
5642 msgid "no input files"
5643 msgstr "äåí õðÜñ÷ïõí áñ÷åßá åéóüäïõ"
5645 #: gcc.c:6324 gcc.c:6443
5647 msgid "%s: linker input file unused because linking not done"
5652 msgid "cannot specify -o with -c or -S and multiple languages"
5653 msgstr "äåí åßíáé äõíáôü íá ðáñáëçöèåß ï ÷ñÞóôçò êáé ç ïìÜäá"
5657 msgid "%s: %s compiler not installed on this system"
5658 msgstr "%s: ï ìåôáãëùôôéóôÞò %s äåí Ý÷åé åãêáôáóôáèåß óôï óýóôçìá áõôü"
5662 msgid "language %s not recognized"
5666 msgid "internal gcc abort"
5667 msgstr "åóùôåñéêü óöÜëìá gcc"
5672 msgid "Internal gcov abort.\n"
5673 msgstr "Åóùôåñéêü óöÜëìá (recoding)"
5677 "Usage: gcov [OPTION]... SOURCEFILE\n"
5680 "×ñÞóç: gcov [ÅÐÉËÏÃÇ]... [ÁÑןÏÐÇÃÇÓ]\n"
5685 "Print code coverage information.\n"
5688 "EìöÜíéóç ðëçñïöïñéþí êÜëõøçò êþäéêá.\n"
5692 msgid " -h, --help Print this help, then exit\n"
5693 msgstr " -h, --help ÅìöÜíéóç áõôÞò ôçò âïÞèåéáò, ìåôÜ Ýîïäïò\n"
5696 msgid " -v, --version Print version number, then exit\n"
5697 msgstr " -v, --version ÅìöÜíéóç áñéèìïý Ýêäïóçò, ìåôÜ Ýîïäïò\n"
5700 msgid " -a, --all-blocks Show information for every basic block\n"
5704 msgid " -b, --branch-probabilities Include branch probabilities in output\n"
5709 " -c, --branch-counts Given counts of branches taken\n"
5710 " rather than percentages\n"
5714 msgid " -n, --no-output Do not create an output file\n"
5719 " -l, --long-file-names Use long output file names for included\n"
5724 msgid " -f, --function-summaries Output summaries for each function\n"
5728 msgid " -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n"
5732 msgid " -p, --preserve-paths Preserve all pathname components\n"
5736 msgid " -u, --unconditional-branches Show unconditional branch counts too\n"
5743 "For bug reporting instructions, please see:\n"
5747 "Ãéá ïäçãßåò óôéò áíáöïñÝò óöáëìÜôùí, ðáñáêáëþ äåßôå:\n"
5752 msgid "gcov (GCC) %s\n"
5753 msgstr "gcov (GCC) %s\n"
5759 "This is free software; see the source for copying conditions.\n"
5760 "There is NO warranty; not even for MERCHANTABILITY or \n"
5761 "FITNESS FOR A PARTICULAR PURPOSE.\n"
5764 "Áõôü åßíáé åëåýèåñï ëïãéóìéêü· äåßôå ôïí ðçãáßï êþäéêá ãéá ôïõò êáíïíéóìïýò\n"
5765 "áíôéãñáöÞò. Äåí õðÜñ÷åé ÊÁÌÉÁ åããýçóç· ïýôå áêüìá ãéá ËÅÉÔÏÕÑÃÉÊÏÔÇÔÁ Þ \n"
5766 "ÊÁÔÁËËÇËÏÔÇÔÁ ÃÉÁ ÅÍÁ ÓÕÃÊÅÊÑÉÌÅÍÏ ÓÊÏÐÏ.\n"
5770 msgid "%s:no functions found\n"
5771 msgstr "Äåí âñÝèçêå ìÝóï"
5773 #: gcov.c:537 gcov.c:565
5780 msgid "%s:creating `%s'\n"
5781 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
5785 msgid "%s:error writing output file `%s'\n"
5786 msgstr "%s: ÓöÜëìá êáôÜ ôçí åããñáöÞ ôïõ %s\n"
5790 msgid "%s:could not open output file `%s'\n"
5791 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ `%s'"
5795 msgid "%s:cannot open graph file\n"
5796 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ"
5800 msgid "%s:not a gcov graph file\n"
5801 msgstr "%s: Äåí åßíáé êáíïíéêü áñ÷åßï"
5805 msgid "%s:version `%.4s', prefer `%.4s'\n"
5810 msgid "%s:already seen blocks for `%s'\n"
5813 #: gcov.c:904 gcov.c:1063
5815 msgid "%s:corrupted\n"
5820 msgid "%s:cannot open data file\n"
5821 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ"
5825 msgid "%s:not a gcov data file\n"
5826 msgstr "%s: Äåí åßíáé êáíïíéêü áñ÷åßï"
5830 msgid "%s:version `%.4s', prefer version `%.4s'\n"
5835 msgid "%s:stamp mismatch with graph file\n"
5840 msgid "%s:unknown function `%u'\n"
5841 msgstr "Óôç óõíÜñôçóç `%s':"
5845 msgid "%s:profile mismatch for `%s'\n"
5846 msgstr "äéáôÞñçóç ùñþí óôï %s"
5850 msgid "%s:overflowed\n"
5851 msgstr "%s: óöÜëìá åããñáöÞò"
5855 msgid "%s:`%s' lacks entry and/or exit blocks\n"
5860 msgid "%s:`%s' has arcs to entry block\n"
5865 msgid "%s:`%s' has arcs from exit block\n"
5870 msgid "%s:graph is unsolvable for `%s'\n"
5881 msgid "Lines executed:%s of %d\n"
5885 msgid "No executable lines"
5890 msgid "Branches executed:%s of %d\n"
5895 msgid "Taken at least once:%s of %d\n"
5900 msgid "No branches\n"
5902 "Äåí õðÜñ÷åé áñ÷åßï `%s'.\n"
5907 msgid "Calls executed:%s of %d\n"
5913 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
5917 msgid "%s:no lines for `%s'\n"
5918 msgstr "%s ðñéí áðü `%s'"
5922 msgid "call %2d returned %s\n"
5923 msgstr " áëëÜ %d áðáéôïýíôáé"
5927 msgid "call %2d never executed\n"
5932 msgid "branch %2d taken %s%s\n"
5937 msgid "branch %2d never executed\n"
5942 msgid "unconditional %2d taken %s\n"
5943 msgstr "¶ãíùóôÞ åðéëïãÞ ãéá ôï `s'"
5947 msgid "unconditional %2d never executed\n"
5952 msgid "%s:cannot open source file\n"
5953 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ"
5957 msgid "%s:source file is newer than graph file `%s'\n"
5958 msgstr "%s: ç Ýîïäïò èá åðéêáëýøåé ôï %s\n"
5960 #. Return if there's nothing to do, or it is too expensive.
5962 msgid "GCSE disabled"
5966 msgid "NULL pointer checks disabled"
5969 #. Return if there's nothing to do, or it is too expensive.
5972 msgid "jump bypassing disabled"
5973 msgstr "Ç ëåéôïõñãßá NIS+ áðÝôõ÷å"
5977 msgid "%s: %d basic blocks and %d edges/basic block"
5982 msgid "%s: %d basic blocks and %d registers"
5985 #: ggc-common.c:398 ggc-common.c:406 ggc-common.c:487 ggc-common.c:507
5986 #: ggc-page.c:2030 ggc-page.c:2062 ggc-page.c:2069 ggc-zone.c:1361
5987 #: ggc-zone.c:1367 ggc-zone.c:1372 ggc-zone.c:1379
5989 msgid "can't write PCH file: %m"
5990 msgstr "áäõíáìßá åããñáöÞò áðïôåëÝóìáôïò: %s"
5994 msgid "can't get position in PCH file: %m"
5995 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
5999 msgid "can't write padding to PCH file: %m"
6000 msgstr "áäõíáìßá åããñáöÞò áñ÷åßùí åîüäïõ óôï `%s'"
6002 #: ggc-common.c:563 ggc-common.c:571 ggc-common.c:578 ggc-common.c:581
6003 #: ggc-common.c:654 ggc-common.c:657 ggc-page.c:2157 ggc-zone.c:1389
6005 msgid "can't read PCH file: %m"
6006 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ"
6009 msgid "had to relocate PCH"
6014 msgid "open /dev/zero: %m"
6017 #: ggc-page.c:2047 ggc-page.c:2053
6019 msgid "can't write PCH file"
6020 msgstr "áäõíáìßá åããñáöÞò áñ÷åßùí åîüäïõ óôï `%s'"
6023 msgid "Generating PCH files is not supported when using ggc-simple.c"
6026 #: global.c:356 global.c:369 global.c:383
6028 msgid "%s cannot be used in asm here"
6029 msgstr "Äåí ìðïñåß íá ôåèåß ç çìåñïìçíßá."
6031 #: graph.c:403 toplev.c:1498 toplev.c:4432 f/com.c:14202 java/jcf-parse.c:883
6032 #: java/jcf-parse.c:1029 java/lex.c:1828 objc/objc-act.c:503
6034 msgid "can't open %s: %m"
6035 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
6037 #: haifa-sched.c:196
6039 msgid "fix_sched_param: unknown param: %s"
6044 msgid "function cannot be inline"
6045 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
6048 msgid "varargs function cannot be inline"
6052 msgid "function using alloca cannot be inline"
6057 msgid "function using longjmp cannot be inline"
6058 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
6061 msgid "function using setjmp cannot be inline"
6065 msgid "function uses __builtin_eh_return"
6069 msgid "function with nested functions cannot be inline"
6073 msgid "function with label addresses used in initializers cannot inline"
6076 #: integrate.c:196 integrate.c:240
6077 msgid "function too large to be inline"
6081 msgid "no prototype, and parameter address used; cannot be inline"
6084 #: integrate.c:213 integrate.c:258
6085 msgid "inline functions not supported for this return value type"
6089 msgid "function with varying-size return value cannot be inline"
6093 msgid "function with varying-size parameter cannot be inline"
6097 msgid "function with transparent unit parameter cannot be inline"
6101 msgid "function with computed jump cannot inline"
6105 msgid "function with nonlocal goto cannot be inline"
6109 msgid "function with target specific attribute(s) cannot be inlined"
6113 msgid "%Hwill never be executed"
6118 msgid "In file included from %s:%u"
6121 #. Translators note: this message is used in conjunction
6122 #. with "In file included from %s:%ld" and some other
6123 #. tricks. We want something like this:
6125 #. | In file included from sys/select.h:123,
6126 #. | from sys/types.h:234,
6127 #. | from userfile.c:31:
6128 #. | bits/select.h:45: <error message here>
6130 #. with all the "from"s lined up.
6131 #. The trailing comma is at the beginning of this message,
6132 #. and the trailing colon is not translated.
6140 #. What to print when a switch has no documentation.
6142 msgid "This switch lacks documentation"
6145 #. Eventually this should become a hard error IMO.
6148 msgid "command line option \"%s\" is valid for %s but not for %s"
6153 msgid "missing argument to \"%s\""
6154 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
6158 msgid "argument to \"%s\" should be a non-negative integer"
6159 msgstr "ôï ðñþôï üñéóìá ôçò `%s' ðñÝðåé íá åßíáé `int'"
6163 msgid "unrecognized command line option \"%s\""
6164 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
6167 msgid "-Wuninitialized is not supported without -O"
6170 # src/request.c:806 src/request.c:912
6173 msgid "unrecognized register name \"%s\""
6174 msgstr "Ìç áíáãíùñßóçìï üíïìá åðéöÜíåéáò `%s'"
6179 msgid "unknown tls-model \"%s\""
6180 msgstr "Üãíùóôç ìÝèïäïò êáôáëüãùí"
6183 msgid "-fwritable-strings is deprecated; see documentation for details"
6188 msgid "%s: --param arguments should be of the form NAME=VALUE"
6193 msgid "invalid --param value `%s'"
6194 msgstr "Ìç Ýãêõñï äéÜóôçìá ÷ñüíïõ `%s'"
6197 msgid "target system does not support debug output"
6202 msgid "debug format \"%s\" conflicts with prior selection"
6205 # src/request.c:806 src/request.c:912
6208 msgid "unrecognised debug output level \"%s\""
6209 msgstr "Ìç áíáãíùñßóçìï üíïìá åðéöÜíåéáò `%s'"
6213 msgid "debug output level %s is too high"
6217 msgid "The following options are language-independent:\n"
6223 "The %s front end recognizes the following options:\n"
6228 msgid "The --param option recognizes the following as parameters:\n"
6231 #. If we didn't find this parameter, issue an error message.
6234 msgid "invalid parameter `%s'"
6235 msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
6238 msgid "corrupted profile info: run_max * runs < sum_max"
6242 msgid "corrupted profile info: sum_all is smaller than sum_max"
6247 msgid "corrupted profile info: edge from %i to %i exceeds maximal count"
6252 msgid "corrupted profile info: number of iterations for basic block %d thought to be %i"
6257 msgid "corrupted profile info: number of executions for edge %d-%d thought to be %i"
6262 msgid "%s: internal abort\n"
6263 msgstr "Åóùôåñéêü óöÜëìá ôïõ áíáëõôÞ äéåõèýíóåùí"
6267 msgid "%s: error writing file `%s': %s\n"
6268 msgstr "%s: ÓöÜëìá êáôÜ ôçí åããñáöÞ ôïõ %s\n"
6272 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
6273 msgstr "%s: ç ÷ñÞóç åßíáé %s [ -v ] [ -c äéáêïðÞ ] ïíïìáóßá æþíçò ...\n"
6277 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
6278 msgstr "%s: ç ÷ñÞóç åßíáé %s [ -v ] [ -c äéáêïðÞ ] ïíïìáóßá æþíçò ...\n"
6282 msgid "%s: warning: no read access for file `%s'\n"
6283 msgstr "%s: Ðñïåéäïðïßçóç: ç uname áðÝôõ÷å: %s\n"
6287 msgid "%s: warning: no write access for file `%s'\n"
6288 msgstr "%s: Ðñïåéäïðïßçóç: ç uname áðÝôõ÷å: %s\n"
6292 msgid "%s: warning: no write access for dir containing `%s'\n"
6295 #. Catch cases like /.. where we try to backup to a
6296 #. point above the absolute root of the logical file
6300 msgid "%s: invalid file name: %s\n"
6301 msgstr "%s: ìç Ýãêõñï åßäïò áñ÷åßïõ"
6305 msgid "%s: %s: can't get status: %s\n"
6306 msgstr "%s: áäõíáìßá ðñüóâáóçò óôï %s: %s\n"
6312 "%s: fatal error: aux info file corrupted at line %d\n"
6317 msgid "%s:%d: declaration of function `%s' takes different forms\n"
6322 msgid "%s: compiling `%s'\n"
6323 msgstr "%s: ÓöÜëìá êáôÜ ôçí åããñáöÞ ôïõ %s\n"
6328 msgid "%s: wait: %s\n"
6333 msgid "%s: subprocess got fatal signal %d\n"
6334 msgstr "%s: Ï ðñïåðåîåñãáóôÞò C áðÝôõ÷å ìå óÞìá %d\n"
6338 msgid "%s: %s exited with status %d\n"
6339 msgstr "%s: Ï ðñïåðåîåñãáóôÞò C áðÝôõ÷å ìå óÞìá %d\n"
6343 msgid "%s: warning: missing SYSCALLS file `%s'\n"
6344 msgstr "%s: Ðñïåéäïðïßçóç: ç uname áðÝôõ÷å: %s\n"
6346 #: protoize.c:1995 protoize.c:2024
6348 msgid "%s: can't read aux info file `%s': %s\n"
6349 msgstr "%s: áäõíáìßá óôçí áíÜãíùóç %s: %s\n"
6351 #: protoize.c:2040 protoize.c:2068
6353 msgid "%s: can't get status of aux info file `%s': %s\n"
6354 msgstr "áäõíáìßá ðñïóðÝëáóçò(stat()) áñ÷åßïõ `%s': %s"
6358 msgid "%s: can't open aux info file `%s' for reading: %s\n"
6359 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäï `%s' ãéá ôçí êáôçãïñßá `%s'"
6364 msgid "%s: error reading aux info file `%s': %s\n"
6365 msgstr "%s: óöÜëìá åããñáöÞò óôç èÝóç %s"
6369 msgid "%s: error closing aux info file `%s': %s\n"
6370 msgstr "%s: ÓöÜëìá êáôÜ ôï êëåßóéìï ôïõ %s: %s\n"
6374 msgid "%s: can't delete aux info file `%s': %s\n"
6375 msgstr "%s: Äå ìðïñåß íá äéáãñáöåß ôï %s: %s\n"
6377 #: protoize.c:2225 protoize.c:4195
6379 msgid "%s: can't delete file `%s': %s\n"
6380 msgstr "%s: Äåí åßíáé äõíáôüí íá äçìéïõñãçèåß %s: %s\n"
6384 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
6385 msgstr "%s: Ðñïåéäïðïßçóç: ç uname áðÝôõ÷å: %s\n"
6389 msgid "%s: conflicting extern definitions of '%s'\n"
6394 msgid "%s: declarations of '%s' will not be converted\n"
6399 msgid "%s: conflict list for '%s' follows:\n"
6404 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
6409 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
6414 msgid "%s: %d: warning: no extern definition for `%s'\n"
6415 msgstr "%s: ðñïåéäïðïßçóç: äå âñÝèçêå áñ÷Þ êåöáëßäáò"
6419 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
6424 msgid "%s: multiple static defs of `%s' in file `%s'\n"
6427 #: protoize.c:2716 protoize.c:2719
6429 msgid "%s: %d: warning: source too confusing\n"
6434 msgid "%s: %d: warning: varargs function declaration not converted\n"
6439 msgid "%s: declaration of function `%s' not converted\n"
6444 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
6451 "%s: warning: too few parameter lists in declaration of `%s'\n"
6452 msgstr "Ðñïåéäïðïßçóç: Ðïëý ëßãá ïñßóìáôá óôï åóùäïìçìÝíï `%s'"
6456 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
6461 msgid "%s: local declaration for function `%s' not inserted\n"
6468 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
6473 msgid "%s: global declarations for file `%s' not inserted\n"
6476 #: protoize.c:3533 protoize.c:3563
6478 msgid "%s: definition of function `%s' not converted\n"
6483 msgid "%s: %d: warning: definition of %s not converted\n"
6488 msgid "%s: found definition of `%s' at %s(%d)\n"
6491 #. If we make it here, then we did not know about this
6492 #. function definition.
6495 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
6500 msgid "%s: function definition not converted\n"
6505 msgid "%s: `%s' not converted\n"
6506 msgstr "%s: `%s': äåí âñÝèçêå ôáßñéáóìá"
6510 msgid "%s: would convert file `%s'\n"
6511 msgstr "%s: ç Ýîïäïò èá åðéêáëýøåé ôï %s\n"
6515 msgid "%s: converting file `%s'\n"
6516 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
6520 msgid "%s: can't get status for file `%s': %s\n"
6521 msgstr "áäõíáìßá ðñïóðÝëáóçò(stat()) áñ÷åßïõ `%s': %s"
6525 msgid "%s: can't open file `%s' for reading: %s\n"
6526 msgstr "%s: Äåí åßíáé äõíáôüí íá áíïé÷ôåß ôï %s: %s\n"
6532 "%s: error reading input file `%s': %s\n"
6533 msgstr "%s: ÓöÜëìá êáôÜ ôçí áíÜãíùóç ôïõ %s\n"
6537 msgid "%s: can't create/open clean file `%s': %s\n"
6538 msgstr "%s: Äåí åßíáé äõíáôüí íá äçìéïõñãçèåß %s: %s\n"
6542 msgid "%s: warning: file `%s' already saved in `%s'\n"
6547 msgid "%s: can't link file `%s' to `%s': %s\n"
6548 msgstr "%s: Äåí åßíáé äõíáôüí íá óõíäåèåß ôï %s ìå ôï %s: %s\n"
6552 msgid "%s: can't create/open output file `%s': %s\n"
6553 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ `%s'"
6557 msgid "%s: can't change mode of file `%s': %s\n"
6558 msgstr "%s: Äåí åßíáé äõíáôüí íá áöáéñåèåß ôï %s: %s\n"
6562 msgid "%s: cannot get working directory: %s\n"
6563 msgstr "%s: äåí åßíáé äõíáôü íá ãñáöôåß ðÜíù óå êáôÜëïãï"
6567 msgid "%s: input file names must have .c suffixes: %s\n"
6568 msgstr "%s: ôï áñ÷åßï åéóüäïõ åßíáé ôï áñ÷åßï åîüäïõ"
6571 msgid "Didn't find a coloring.\n"
6576 msgid "output constraint %d must specify a single register"
6581 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6585 msgid "output regs must be grouped at top of stack"
6589 msgid "implicitly popped regs must be grouped at top of stack"
6594 msgid "output operand %d must use `&' constraint"
6599 msgid "can't use '%s' as a %s register"
6602 #: regclass.c:758 config/ia64/ia64.c:4657 config/ia64/ia64.c:4664
6604 msgid "unknown register name: %s"
6605 msgstr "Üãíùóôïò ÷áñáêôÞñáò `%s'"
6608 msgid "global register variable follows a function definition"
6612 msgid "register used for two global register variables"
6616 msgid "call-clobbered register used for global register variable"
6621 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6626 msgid "validate_value_data: Loop in regno chain (%u)"
6631 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6636 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6640 msgid "cannot reload integer constant operand in `asm'"
6644 msgid "impossible register constraint in `asm'"
6648 msgid "`&' constraint used with no register class"
6653 msgid "unable to generate reloads for:"
6654 msgstr "Áäýíáôç ç äçìéïõñãßá äéåñãáóßáò óôïí åîõðçñåôçôÞ"
6656 #: reload.c:3673 reload.c:3887
6657 msgid "inconsistent operand constraints in an `asm'"
6661 msgid "frame size too large for reliable stack checking"
6665 msgid "try reducing the number of local variables"
6670 msgid "can't find a register in class `%s' while reloading `asm'"
6675 msgid "unable to find a register to spill in class `%s'"
6680 msgid "this is the insn:"
6681 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
6684 msgid "`asm' operand requires impossible reload"
6687 #. It's the compiler's fault.
6690 msgid "could not find a spill register"
6691 msgstr "áäõíáìßá åýñåóçò âñü÷ïõ"
6694 msgid "`asm' operand constraint incompatible with operand size"
6697 #. It's the compiler's fault.
6699 msgid "VOIDmode on an output"
6703 msgid "output operand is constant in `asm'"
6708 msgid "unrecognizable insn:"
6709 msgstr "Ìç áíáãíùñßóéìç ìåôáâëçôÞ `%s'"
6712 msgid "insn does not satisfy its constraints:"
6717 msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
6722 msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6727 msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
6732 msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
6737 msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
6742 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6747 msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6752 msgid "jump to `%s' invalidly jumps into binding contour"
6755 #: stmt.c:977 stmt.c:3793
6756 msgid "%Jlabel '%D' used before containing binding contour"
6760 msgid "output operand constraint lacks `='"
6765 msgid "output constraint `%c' for operand %d is not at the beginning"
6769 msgid "operand constraint contains incorrectly positioned '+' or '='"
6772 #: stmt.c:1199 stmt.c:1301
6774 msgid "`%%' constraint used with last operand"
6778 msgid "matching constraint not valid in output operand"
6783 msgid "read-write constraint does not allow a register"
6784 msgstr "ìç Ýãêõñïò óôáèåñüò ÷áñáêôÞñáò óôï áëöáñéèìéôéêü"
6788 msgid "input operand constraint contains `%c'"
6792 msgid "matching constraint references invalid operand number"
6797 msgid "invalid punctuation `%c' in constraint"
6798 msgstr "ìç Ýãêõñç ìÝôñçóç åðáíÜëçøçò `%s' óôç êáôáóêåõÞ [c*n]"
6802 msgid "matching constraint does not allow a register"
6803 msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
6807 msgid "asm-specifier for variable `%s' conflicts with asm clobber list"
6812 msgid "unknown register name `%s' in `asm'"
6813 msgstr "Üãíùóôïò ÷áñáêôÞñáò óôï ðåäßï `%s' ôçò êáôçãïñßáò `%s'"
6817 msgid "PIC register `%s' clobbered in `asm'"
6818 msgstr "Üãíùóôïò ÷áñáêôÞñáò óôï ðåäßï `%s' ôçò êáôçãïñßáò `%s'"
6822 msgid "more than %d operands in `asm'"
6827 msgid "output number %d not directly addressable"
6832 msgid "asm operand %d probably doesn't match constraints"
6837 msgid "use of memory input without lvalue in asm operand %d is deprecated"
6841 msgid "asm clobber conflict with output operand"
6845 msgid "asm clobber conflict with input operand"
6850 msgid "too many alternatives in `asm'"
6851 msgstr "Õðåñâïëéêá ðïëëÜ áíïéêôÜ áñ÷åßá óôï óýóôçìá"
6854 msgid "operand constraints for `asm' differ in number of alternatives"
6859 msgid "duplicate asm operand name '%s'"
6860 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
6863 msgid "missing close brace for named operand"
6868 msgid "undefined named operand '%s'"
6869 msgstr "Ìç ïñéóìÝíï üíïìá %s"
6872 msgid "%Hstatement with no effect"
6876 msgid "%Hvalue computed is not used"
6881 msgid "%Junused variable '%D'"
6882 msgstr "á÷ñçóéìïðïßçôç ìåôáâëçôÞ `%s'"
6885 msgid "%Hunreachable code at beginning of %s"
6890 msgid "enumeration value `%s' not handled in switch"
6893 #: stmt.c:5161 stmt.c:5181
6895 msgid "case value `%ld' not in enumerated type"
6898 #: stmt.c:5164 stmt.c:5184
6900 msgid "case value `%ld' not in enumerated type `%s'"
6905 msgid "switch missing default case"
6906 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
6908 #: stor-layout.c:183
6909 msgid "type size can't be explicitly evaluated"
6912 #: stor-layout.c:185
6913 msgid "variable-size type declared outside of any function"
6916 #: stor-layout.c:515
6918 msgid "%Jsize of '%D' is %d bytes"
6919 msgstr "%s: ïé ôéìÝò ôïõ ðåäßïõ `%s' äåí ðñÝðåé íá åßíáé ìåãáëýôåñåò áðü %d"
6921 #: stor-layout.c:517
6923 msgid "%Jsize of '%D' is larger than %d bytes"
6924 msgstr "%s: ïé ôéìÝò ôïõ ðåäßïõ `%s' äåí ðñÝðåé íá åßíáé ìåãáëýôåñåò áðü %d"
6926 #: stor-layout.c:883
6927 msgid "%Jpacked attribute causes inefficient alignment for '%D'"
6930 #: stor-layout.c:886
6932 msgid "%Jpacked attribute is unnecessary for '%D'"
6933 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
6935 #: stor-layout.c:902
6936 msgid "%Jpadding struct to align '%D'"
6939 #: stor-layout.c:1245
6940 msgid "padding struct size to alignment boundary"
6943 #: stor-layout.c:1275
6945 msgid "packed attribute causes inefficient alignment for `%s'"
6948 #: stor-layout.c:1277
6950 msgid "packed attribute is unnecessary for `%s'"
6953 #: stor-layout.c:1282
6954 msgid "packed attribute causes inefficient alignment"
6957 #: stor-layout.c:1284
6958 msgid "packed attribute is unnecessary"
6963 msgid "__builtin_saveregs not supported by this target"
6964 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
6968 msgid "cannot timevar_pop '%s' when top of timevars stack is '%s'"
6974 "Execution times (seconds)\n"
6977 #. Print total time.
6980 msgstr " ÓÕÍÏËÉÊÁ :"
6984 msgid "time in %s: %ld.%06ld (%ld%%)\n"
6989 msgid "collect: reading %s\n"
6990 msgstr "óöÜëìá áíÜãíùóçò %s"
6994 msgid "collect: recompiling %s\n"
6999 msgid "collect: tweaking %s in %s\n"
7003 msgid "collect: relinking\n"
7008 msgid "ld returned %d exit status"
7009 msgstr "ç ld åðÝóôñåøå êáôÜóôáóç åîüäïõ %d"
7023 msgid "invalid option argument `%s'"
7024 msgstr "ìç Ýãêõñç åðéëïãÞ `%s'"
7028 msgid "getting core file size maximum limit: %m"
7033 msgid "setting core file size limit to maximum: %m"
7037 msgid "%J'%F' used but never defined"
7041 msgid "%J'%F' declared `static' but never defined"
7045 msgid "%J'%D' defined but not used"
7048 #: toplev.c:1743 toplev.c:1760
7050 msgid "`%s' is deprecated (declared at %s:%d)"
7055 msgid "`%s' is deprecated"
7056 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
7060 msgid "type is deprecated (declared at %s:%d)"
7064 msgid "type is deprecated"
7069 msgid "invalid register name `%s' for register variable"
7073 msgid "branch target register load optimization is not intended to be run twice"
7080 "Target specific options:\n"
7081 msgstr "äÞëùóç ðëÜôïõò"
7083 #: toplev.c:3727 toplev.c:3746
7085 msgid " -m%-23s [undocumented]\n"
7091 "There are undocumented target specific options as well.\n"
7095 msgid " They exist, but they are not documented.\n"
7100 msgid "unrecognized gcc debugging option: %c"
7101 msgstr "ìç áíáãíùñßóçìç åðéëïãÞ `-%c'"
7103 #: toplev.c:3874 config/rs6000/rs6000.c:907
7105 msgid "invalid option `%s'"
7106 msgstr "ìç Ýãêõñç åðéëïãÞ `%s'"
7111 "%s%s%s version %s (%s)\n"
7112 "%s\tcompiled by GNU C version %s.\n"
7113 "%s%s%s version %s (%s) compiled by CC.\n"
7118 msgid "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
7125 msgid "options passed: "
7132 msgid "options enabled: "
7133 msgstr "åðéëïãÞ á\n"
7135 #: toplev.c:4035 java/jcf-write.c:3422
7137 msgid "can't open %s for writing: %m"
7138 msgstr "%s: ÓöÜëìá åããñáöÞò "
7140 #: toplev.c:4118 config/sh/sh.c:6883
7141 msgid "created and used with different settings of -fpic"
7144 #: toplev.c:4120 config/sh/sh.c:6885
7145 msgid "created and used with different settings of -fpie"
7148 #: toplev.c:4171 config/sh/sh.c:6935
7150 msgid "created and used with differing settings of `-m%s'"
7153 #: toplev.c:4174 config/sh/sh.c:6938
7154 msgid "out of memory"
7159 msgid "instruction scheduling not supported on this target machine"
7160 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
7163 msgid "this target machine does not have delayed branches"
7168 msgid "-f%sleading-underscore not supported on this target machine"
7169 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
7173 msgid "target system does not support the \"%s\" debug format"
7178 msgid "-ffunction-sections not supported for this target"
7179 msgstr "ôï --no-dereference (-h) äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
7183 msgid "-fdata-sections not supported for this target"
7184 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
7187 msgid "-ffunction-sections disabled; it makes profiling impossible"
7192 msgid "-fprefetch-loop-arrays not supported for this target"
7193 msgstr "ôï --no-dereference (-h) äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
7196 msgid "-fprefetch-loop-arrays not supported for this target (try -march switches)"
7201 msgid "-fprefetch-loop-arrays is not supported with -Os"
7202 msgstr "ôï --no-dereference (-h) äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
7205 msgid "-ffunction-sections may affect debugging on some targets"
7210 msgid "error writing to %s: %m"
7211 msgstr "óöÜëìá åããñáöÞò %s"
7213 #: toplev.c:4583 java/jcf-parse.c:902 java/jcf-write.c:3429
7215 msgid "error closing %s: %m"
7216 msgstr "óöÜëìá áíÜãíùóçò %s"
7220 msgid "could not open dump file `%s'"
7221 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ `%s'"
7225 msgid "ignoring unknown option `%.*s' in `-fdump-%s'"
7226 msgstr "¶ãíùóôç åðéëïãÞ: %s %s %s"
7228 #: tree-inline.c:1016
7229 msgid "%Jfunction '%F' can never be inlined because it uses alloca (override using the always_inline attribute)"
7232 #: tree-inline.c:1029
7233 msgid "%Jfunction '%F' can never be inlined because it uses setjmp"
7236 #: tree-inline.c:1044
7237 msgid "%Jfunction '%F' can never be inlined because it uses variable argument lists"
7240 #: tree-inline.c:1060
7241 msgid "%Jfunction '%F' can never be inlined because it uses setjmp-longjmp exception handling"
7244 #: tree-inline.c:1078
7245 msgid "%Jfunction '%F' can never be inlined because it contains a nested function"
7248 #: tree-inline.c:1095
7249 msgid "%Jfunction '%F' can never be inlined because it contains a computed goto"
7252 #: tree-inline.c:1105
7253 msgid "%Jfunction '%F' can never be inlined because it contains a nonlocal goto"
7256 #: tree-inline.c:1128
7257 msgid "%Jfunction '%F' can never be inlined because it uses variable sized variables"
7260 #: tree-inline.c:1338 tree-inline.c:1345
7261 msgid "%Jinlining failed in call to '%F': %s"
7264 #: tree-optimize.c:190
7266 msgid "%Jsize of return value of '%D' is %u bytes"
7267 msgstr "%s: ïé ôéìÝò ôïõ ðåäßïõ `%s' äåí ðñÝðåé íá åßíáé ìåãáëýôåñåò áðü %d"
7269 #: tree-optimize.c:193
7271 msgid "%Jsize of return value of '%D' is larger than %wd bytes"
7272 msgstr "%s: ïé ôéìÝò ôïõ ðåäßïõ `%s' äåí ðñÝðåé íá åßíáé ìåãáëýôåñåò áðü %d"
7275 msgid "arrays of functions are not meaningful"
7279 msgid "function return type cannot be function"
7284 msgid "invalid initializer for bit string"
7285 msgstr "Ç áëõóßäá ìïñöÞò äåí åßíáé Ýãêõñç: `%s'"
7289 msgid "tree check: expected %s, have %s in %s, at %s:%d"
7294 msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
7299 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
7304 msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
7308 msgid "%J%D causes a section type conflict"
7313 msgid "%Jregister name not specified for '%D'"
7314 msgstr "ÅããñáöÞ ïíïìÜôùí ôùí åðéëåãìÝíùí ëÝîåùí-êëåéäéþí"
7318 msgid "%Jinvalid register name for '%D'"
7319 msgstr "ìç Ýãêõñïò áñéèìüò ðåäßïõ: `%s'"
7322 msgid "%Jdata type of '%D' isn't suitable for a register"
7326 msgid "%Jregister specified for '%D' isn't suitable for data type"
7330 msgid "global register variable has initial value"
7334 msgid "volatile register variables don't work as you might wish"
7338 msgid "%Jregister name given for non-register variable '%D'"
7343 msgid "%Jstorage size of `%D' isn't known"
7344 msgstr "Ôï üíïìá `%s' åßíáé Üãíùóôï\n"
7347 msgid "%Jalignment of '%D' is greater than maximum object file alignment. Using %d"
7351 msgid "thread-local COMMON data not implemented"
7355 msgid "%Jrequested alignment for '%D' is greater than implemented alignment of %d"
7359 msgid "initializer for integer value is too complicated"
7363 msgid "initializer for floating value is not a floating constant"
7368 msgid "unknown set constructor type"
7369 msgstr "Äåí åßíáé äõíáôüí íá âñåèåß ï ôýðïò ôïõ åðåîåñãáóôÞ."
7373 msgid "invalid initial value for member `%s'"
7374 msgstr "ìç Ýãêõñïò áñéèìüò ðåäßïõ: `%s'"
7376 #: varasm.c:4266 varasm.c:4310
7378 msgid "%Jweak declaration of '%D' must precede definition"
7379 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
7383 msgid "%Jweak declaration of '%D' after first use results in unspecified behavior"
7384 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
7388 msgid "%Jweak declaration of '%D' must be public"
7389 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
7393 msgid "%Jweak declaration of '%D' not supported"
7394 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
7396 #: varasm.c:4346 varasm.c:4436
7397 msgid "only weak aliases are supported in this configuration"
7401 msgid "alias definitions not supported in this configuration; ignored"
7406 msgid "visibility attribute not supported in this configuration; ignored"
7407 msgstr "Ç ïéêïãÝíåéá äéåõèýíóåùí äåí õðïóôçñßæåôáé áðü ôçí ïéêïãÝíåéá ðñùôïêüëëïõ"
7411 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
7416 msgid "underflowed virtual array %s in %s, at %s:%d"
7417 msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
7419 #. Print an error message for unrecognized stab codes.
7422 msgid "no sclass for %s stab (0x%x)\n"
7432 msgid "fatal error: "
7433 msgstr "åóùôåñéêü óöÜëìá: "
7437 msgid "internal compiler error: "
7438 msgstr "åóùôåñéêü óöÜëìá: "
7443 msgstr "åóùôåñéêü óöÜëìá: "
7447 msgid "sorry, unimplemented: "
7448 msgstr "óõããíþìç, ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß: "
7451 msgid "anachronism: "
7464 msgid "The maximum number of instructions in a single function eligible for inlining"
7468 msgid "The maximum number of instructions when automatically inlining"
7472 msgid "The maximum number of instructions for the RTL inliner"
7476 msgid "The maximum number of instructions to consider to fill a delay slot"
7480 msgid "The maximum number of instructions to consider to find accurate live register information"
7484 msgid "The maximum length of scheduling's pending operations list"
7488 msgid "The size of function body to be considered large"
7492 msgid "Maximal growth due to inlining of large function (in percent)"
7496 msgid "how much can given compilation unit grow because of the inlining (in percent)"
7500 msgid "The maximum amount of memory to be allocated by GCSE"
7504 msgid "The maximum number of passes to make when doing GCSE"
7508 msgid "The maximum number of instructions to consider to unroll in a loop"
7512 msgid "The maximum number of instructions to consider to unroll in a loop on average"
7516 msgid "The maximum number of unrollings of a single loop"
7520 msgid "The maximum number of insns of a peeled loop"
7524 msgid "The maximum number of peelings of a single loop"
7528 msgid "The maximum number of insns of a completely peeled loop"
7532 msgid "The maximum number of peelings of a single loop that is peeled completely"
7536 msgid "The maximum number of insns of a peeled loop that rolls only once"
7540 msgid "The maximum number of insns of an unswitched loop"
7544 msgid "The maximum number of unswitchings in a single loop"
7548 msgid "Select fraction of the maximal count of repetitions of basic block in program given basic block needs to have to be considered hot"
7552 msgid "Select fraction of the maximal frequency of executions of basic block in function given basic block needs to have to be considered hot"
7556 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available"
7560 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available"
7564 msgid "Maximal code growth caused by tail duplication (in percent)"
7568 msgid "Stop reverse growth if the reverse probability of best edge is less than this threshold (in percent)"
7572 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is available"
7576 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is not available"
7580 msgid "The maximum number of incoming edges to consider for crossjumping"
7584 msgid "The maximum length of path considered in cse"
7588 msgid "The maximum memory locations recorded by cselib"
7592 msgid "Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap"
7596 msgid "Minimum heap size before we start collecting garbage, in kilobytes"
7600 msgid "The maximum number of instructions to search backward when looking for equivalent reload"
7603 #: config/darwin-c.c:75
7605 msgid "too many #pragma options align=reset"
7606 msgstr "ÕðåñâïëéêÝò ðáñÜìåôñïé ðïõ äåí åßíáé åðéëïãÝò."
7608 #: config/darwin-c.c:95 config/darwin-c.c:98 config/darwin-c.c:100
7609 #: config/darwin-c.c:102
7611 msgid "malformed '#pragma options', ignoring"
7612 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
7614 #: config/darwin-c.c:105
7615 msgid "junk at end of '#pragma options'"
7618 #: config/darwin-c.c:115
7619 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
7622 #: config/darwin-c.c:127
7623 msgid "missing '(' after '#pragma unused', ignoring"
7626 #: config/darwin-c.c:145
7627 msgid "missing ')' after '#pragma unused', ignoring"
7630 #: config/darwin-c.c:148
7631 msgid "junk at end of '#pragma unused'"
7634 #: config/darwin.c:1347
7636 msgid "internal and protected visibility attributes not supportedin this configuration; ignored"
7637 msgstr "Ç ïéêïãÝíåéá äéåõèýíóåùí äåí õðïóôçñßæåôáé áðü ôçí ïéêïãÝíåéá ðñùôïêüëëïõ"
7639 #: config/lynx-ng.h:97 config/lynx.h:116 config/rs6000/lynx.h:73
7640 msgid "-msystem-v and -p are incompatible"
7643 #: config/lynx-ng.h:99 config/lynx.h:118 config/rs6000/lynx.h:75
7644 msgid "-msystem-v and -mthreads are incompatible"
7647 #: config/windiss.h:37
7648 msgid "profiler support for WindISS"
7651 #: config/alpha/alpha.c:231
7653 msgid "-f%s ignored for Unicos/Mk (not supported)"
7654 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
7656 #: config/alpha/alpha.c:255
7658 msgid "-mieee not supported on Unicos/Mk"
7659 msgstr "Ôï servname äåí õðïóôçñßæåôáé áðü ôï ai_socktype"
7661 #: config/alpha/alpha.c:266
7662 msgid "-mieee-with-inexact not supported on Unicos/Mk"
7665 #: config/alpha/alpha.c:283
7667 msgid "bad value `%s' for -mtrap-precision switch"
7670 #: config/alpha/alpha.c:297
7672 msgid "bad value `%s' for -mfp-rounding-mode switch"
7675 #: config/alpha/alpha.c:312
7677 msgid "bad value `%s' for -mfp-trap-mode switch"
7680 #: config/alpha/alpha.c:324 config/rs6000/rs6000.c:1070
7682 msgid "bad value `%s' for -mtls-size switch"
7683 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
7685 #: config/alpha/alpha.c:343 config/alpha/alpha.c:355
7687 msgid "bad value `%s' for -mcpu switch"
7690 #: config/alpha/alpha.c:362
7692 msgid "trap mode not supported on Unicos/Mk"
7693 msgstr "Ôï servname äåí õðïóôçñßæåôáé áðü ôï ai_socktype"
7695 #: config/alpha/alpha.c:369
7696 msgid "fp software completion requires -mtrap-precision=i"
7699 #: config/alpha/alpha.c:385
7701 msgid "rounding mode not supported for VAX floats"
7702 msgstr "Ôï servname äåí õðïóôçñßæåôáé áðü ôï ai_socktype"
7704 #: config/alpha/alpha.c:390
7706 msgid "trap mode not supported for VAX floats"
7707 msgstr "Ôï servname äåí õðïóôçñßæåôáé áðü ôï ai_socktype"
7709 #: config/alpha/alpha.c:394
7711 msgid "128-bit long double not supported for VAX floats"
7712 msgstr "Ôï servname äåí õðïóôçñßæåôáé áðü ôï ai_socktype"
7714 #: config/alpha/alpha.c:422
7716 msgid "L%d cache latency unknown for %s"
7719 #: config/alpha/alpha.c:437
7721 msgid "bad value `%s' for -mmemory-latency"
7724 #: config/alpha/alpha.c:5425
7726 msgid "invalid %%H value"
7727 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
7729 #: config/alpha/alpha.c:5446
7731 msgid "invalid %%J value"
7732 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
7734 #: config/alpha/alpha.c:5462 config/ia64/ia64.c:4260
7736 msgid "invalid %%r value"
7737 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
7739 #: config/alpha/alpha.c:5472 config/rs6000/rs6000.c:9012
7740 #: config/xtensa/xtensa.c:2013
7742 msgid "invalid %%R value"
7743 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
7745 #: config/alpha/alpha.c:5478 config/rs6000/rs6000.c:8931
7746 #: config/xtensa/xtensa.c:1980
7748 msgid "invalid %%N value"
7749 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
7751 #: config/alpha/alpha.c:5486 config/rs6000/rs6000.c:8959
7753 msgid "invalid %%P value"
7754 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
7756 #: config/alpha/alpha.c:5494
7758 msgid "invalid %%h value"
7759 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
7761 #: config/alpha/alpha.c:5502 config/xtensa/xtensa.c:2006
7763 msgid "invalid %%L value"
7764 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
7766 #: config/alpha/alpha.c:5541 config/rs6000/rs6000.c:8913
7768 msgid "invalid %%m value"
7769 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
7771 #: config/alpha/alpha.c:5549 config/rs6000/rs6000.c:8921
7773 msgid "invalid %%M value"
7774 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
7776 #: config/alpha/alpha.c:5593
7778 msgid "invalid %%U value"
7779 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
7781 #: config/alpha/alpha.c:5605 config/alpha/alpha.c:5619
7782 #: config/rs6000/rs6000.c:9020
7784 msgid "invalid %%s value"
7785 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
7787 #: config/alpha/alpha.c:5642
7789 msgid "invalid %%C value"
7790 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
7792 #: config/alpha/alpha.c:5679 config/rs6000/rs6000.c:8770
7794 msgid "invalid %%E value"
7795 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
7797 #: config/alpha/alpha.c:5704 config/alpha/alpha.c:5752
7799 msgid "unknown relocation unspec"
7800 msgstr "Äåí åßíáé äõíáôüí íá âñåèåß ï ôýðïò ôïõ åðåîåñãáóôÞ."
7802 #: config/alpha/alpha.c:5713 config/rs6000/rs6000.c:9333
7804 msgid "invalid %%xn code"
7805 msgstr "ìç Ýãêõñï äéêáßùìá"
7807 #: config/alpha/alpha.c:6657 config/alpha/alpha.c:6660 config/s390/s390.c:6575
7808 #: config/s390/s390.c:6578
7809 msgid "bad builtin fcode"
7812 #. Macro to define tables used to set the flags.
7813 #. This is a list in braces of pairs in braces,
7814 #. each pair being { "NAME", VALUE }
7815 #. where VALUE is the bits to set or minus the bits to clear.
7816 #. An empty string NAME is used to identify the default VALUE.
7817 #: config/alpha/alpha.h:293 config/i386/i386.h:327 config/i386/i386.h:329
7818 #: config/i386/i386.h:331 config/ns32k/ns32k.h:140 config/s390/s390.h:124
7819 #: config/sparc/sparc.h:543 config/sparc/sparc.h:548
7820 msgid "Use hardware fp"
7823 #: config/alpha/alpha.h:294 config/i386/i386.h:328 config/i386/i386.h:330
7824 #: config/sparc/sparc.h:545 config/sparc/sparc.h:550
7825 msgid "Do not use hardware fp"
7828 #: config/alpha/alpha.h:295
7829 msgid "Use fp registers"
7832 #: config/alpha/alpha.h:297
7833 msgid "Do not use fp registers"
7836 #: config/alpha/alpha.h:298
7837 msgid "Do not assume GAS"
7840 #: config/alpha/alpha.h:299
7844 #: config/alpha/alpha.h:301
7845 msgid "Request IEEE-conformant math library routines (OSF/1)"
7848 #: config/alpha/alpha.h:303
7849 msgid "Emit IEEE-conformant code, without inexact exceptions"
7852 #: config/alpha/alpha.h:305
7853 msgid "Emit IEEE-conformant code, with inexact exceptions"
7856 #: config/alpha/alpha.h:307
7857 msgid "Do not emit complex integer constants to read-only memory"
7860 #: config/alpha/alpha.h:308
7864 #: config/alpha/alpha.h:309
7865 msgid "Do not use VAX fp"
7868 #: config/alpha/alpha.h:310
7869 msgid "Emit code for the byte/word ISA extension"
7872 #: config/alpha/alpha.h:313
7873 msgid "Emit code for the motion video ISA extension"
7876 #: config/alpha/alpha.h:316
7877 msgid "Emit code for the fp move and sqrt ISA extension"
7880 #: config/alpha/alpha.h:318
7881 msgid "Emit code for the counting ISA extension"
7884 #: config/alpha/alpha.h:321
7885 msgid "Emit code using explicit relocation directives"
7888 #: config/alpha/alpha.h:324
7889 msgid "Emit 16-bit relocations to the small data areas"
7892 #: config/alpha/alpha.h:326
7893 msgid "Emit 32-bit relocations to the small data areas"
7896 #: config/alpha/alpha.h:328
7898 msgid "Emit direct branches to local functions"
7899 msgstr "Äåí âñÝèçêáí ôáéñéÜóìáôá óôç ìïñöÞ `%s'.\n"
7901 #: config/alpha/alpha.h:331
7902 msgid "Emit rdval instead of rduniq for thread pointer"
7905 #: config/alpha/alpha.h:333
7906 msgid "Use 128-bit long double"
7909 #: config/alpha/alpha.h:335
7911 msgid "Use 64-bit long double"
7912 msgstr "×ñÞóç ABI 64-bit"
7916 #. For -mfp-rounding-mode=[n|m|c|d]
7917 #. For -mfp-trap-mode=[n|u|su|sui]
7918 #. For -mtrap-precision=[p|f|i]
7919 #. For -mmemory-latency=
7921 #: config/alpha/alpha.h:364
7922 msgid "Use features of and schedule given CPU"
7925 #: config/alpha/alpha.h:366
7926 msgid "Schedule given CPU"
7929 #: config/alpha/alpha.h:368
7930 msgid "Control the generated fp rounding mode"
7933 #: config/alpha/alpha.h:370
7934 msgid "Control the IEEE trap mode"
7937 #: config/alpha/alpha.h:372
7938 msgid "Control the precision given to fp exceptions"
7941 #: config/alpha/alpha.h:374
7942 msgid "Tune expected memory latency"
7945 #: config/alpha/alpha.h:376 config/ia64/ia64.h:267 config/rs6000/sysv4.h:90
7946 msgid "Specify bit size of immediate TLS offsets"
7949 #: config/arc/arc.c:147
7951 msgid "bad value (%s) for -mcpu switch"
7954 #: config/arc/arc.c:369
7956 msgid "argument of `%s' attribute is not a string constant"
7957 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
7959 #: config/arc/arc.c:376
7961 msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
7964 #: config/arc/arc.c:1714 config/m32r/m32r.c:2325
7966 msgid "invalid operand to %%R code"
7967 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
7969 #: config/arc/arc.c:1746 config/m32r/m32r.c:2348
7971 msgid "invalid operand to %%H/%%L code"
7972 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
7974 #: config/arc/arc.c:1769 config/m32r/m32r.c:2419
7976 msgid "invalid operand to %%U code"
7977 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
7979 #: config/arc/arc.c:1780
7981 msgid "invalid operand to %%V code"
7982 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
7985 #: config/arc/arc.c:1787 config/m32r/m32r.c:2446 config/sparc/sparc.c:6985
7987 msgid "invalid operand output code"
7988 msgstr "Ìç Ýãêõñïò êþäéêáò áßôçóçò"
7990 #: config/arm/arm.c:520
7992 msgid "switch -mcpu=%s conflicts with -march= switch"
7995 #: config/arm/arm.c:530 config/rs6000/rs6000.c:760 config/sparc/sparc.c:424
7997 msgid "bad value (%s) for %s switch"
8000 #: config/arm/arm.c:672
8001 msgid "target CPU does not support APCS-32"
8004 #: config/arm/arm.c:677
8005 msgid "target CPU does not support APCS-26"
8008 #: config/arm/arm.c:683
8009 msgid "target CPU does not support interworking"
8012 #: config/arm/arm.c:689
8013 msgid "target CPU does not support THUMB instructions"
8016 #: config/arm/arm.c:694
8017 msgid "future releases of GCC will not support -mapcs-26"
8020 #: config/arm/arm.c:706
8021 msgid "enabling backtrace support is only meaningful when compiling for the Thumb"
8024 #: config/arm/arm.c:709
8025 msgid "enabling callee interworking support is only meaningful when compiling for the Thumb"
8028 #: config/arm/arm.c:712
8029 msgid "enabling caller interworking support is only meaningful when compiling for the Thumb"
8032 #: config/arm/arm.c:718
8033 msgid "interworking forces APCS-32 to be used"
8036 #: config/arm/arm.c:724
8037 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8040 #: config/arm/arm.c:732
8041 msgid "-fpic and -mapcs-reent are incompatible"
8044 #: config/arm/arm.c:735
8045 msgid "APCS reentrant code not supported. Ignored"
8048 #: config/arm/arm.c:743
8049 msgid "-g with -mno-apcs-frame may not give sensible debugging"
8052 #: config/arm/arm.c:751
8053 msgid "passing floating point arguments in fp regs not yet supported"
8056 #: config/arm/arm.c:795
8058 msgid "invalid floating point emulation option: -mfpe-%s"
8059 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
8061 #: config/arm/arm.c:806
8062 msgid "-mfpe switch not supported by ep9312 target cpu - ignored."
8065 #: config/arm/arm.c:826
8066 msgid "structure size boundary can only be set to 8 or 32"
8069 #: config/arm/arm.c:834
8070 msgid "-mpic-register= is useless without -fpic"
8073 #: config/arm/arm.c:841
8075 msgid "unable to use '%s' for PIC register"
8078 #: config/arm/arm.c:2249 config/arm/arm.c:2267 config/avr/avr.c:4558
8079 #: config/c4x/c4x.c:4447 config/h8300/h8300.c:4260 config/i386/i386.c:1580
8080 #: config/i386/i386.c:1626 config/ip2k/ip2k.c:3169
8081 #: config/m68hc11/m68hc11.c:1293 config/m68k/m68k.c:345
8082 #: config/mcore/mcore.c:3375 config/ns32k/ns32k.c:1064
8083 #: config/rs6000/rs6000.c:14624 config/sh/sh.c:6737 config/sh/sh.c:6758
8084 #: config/sh/sh.c:6793 config/stormy16/stormy16.c:2073 config/v850/v850.c:2173
8086 msgid "`%s' attribute only applies to functions"
8089 #: config/arm/arm.c:10576
8090 msgid "unable to compute real location of stacked parameter"
8093 #. @@@ better error message
8094 #: config/arm/arm.c:11204 config/arm/arm.c:11241
8096 msgid "selector must be an immediate"
8097 msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
8099 #. @@@ better error message
8100 #: config/arm/arm.c:11284 config/i386/i386.c:14300 config/i386/i386.c:14334
8102 msgid "mask must be an immediate"
8103 msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
8105 #: config/arm/arm.c:11979
8106 msgid "no low registers available for popping high registers"
8109 #: config/arm/arm.c:12229
8110 msgid "interrupt Service Routines cannot be coded in Thumb mode"
8113 #: config/arm/pe.c:170 config/mcore/mcore.c:3241
8114 msgid "%Jinitialized variable '%D' is marked dllimport"
8117 #: config/arm/pe.c:179
8118 msgid "%Jstatic variable '%D' is marked dllimport"
8121 #: config/arm/arm.h:451
8122 msgid "Generate APCS conformant stack frames"
8125 #: config/arm/arm.h:454
8126 msgid "Store function names in object code"
8129 #: config/arm/arm.h:458
8130 msgid "Use the 32-bit version of the APCS"
8133 #: config/arm/arm.h:463
8134 msgid "Pass FP arguments in FP registers"
8137 #: config/arm/arm.h:466
8138 msgid "Generate re-entrant, PIC code"
8141 #: config/arm/arm.h:469
8142 msgid "The MMU will trap on unaligned accesses"
8145 #: config/arm/arm.h:472
8146 msgid "Use library calls to perform FP operations"
8149 #: config/arm/arm.h:474 config/i960/i960.h:291
8150 msgid "Use hardware floating point instructions"
8153 #: config/arm/arm.h:476
8154 msgid "Assume target CPU is configured as big endian"
8157 #: config/arm/arm.h:478
8158 msgid "Assume target CPU is configured as little endian"
8161 #: config/arm/arm.h:480
8162 msgid "Assume big endian bytes, little endian words"
8165 #: config/arm/arm.h:482
8166 msgid "Support calls between Thumb and ARM instruction sets"
8169 #: config/arm/arm.h:485
8170 msgid "Generate a call to abort if a noreturn function returns"
8173 #: config/arm/arm.h:488
8174 msgid "Do not move instructions into a function's prologue"
8177 #: config/arm/arm.h:491
8178 msgid "Do not load the PIC register in function prologues"
8181 #: config/arm/arm.h:494
8182 msgid "Generate call insns as indirect calls, if necessary"
8185 #: config/arm/arm.h:497
8186 msgid "Compile for the Thumb not the ARM"
8189 #: config/arm/arm.h:501
8190 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8193 #: config/arm/arm.h:504
8194 msgid "Thumb: Generate (leaf) stack frames even if not needed"
8197 #: config/arm/arm.h:507
8198 msgid "Thumb: Assume non-static functions may be called from ARM code"
8201 #: config/arm/arm.h:511
8202 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8205 #: config/arm/arm.h:515
8206 msgid "Cirrus: Place NOPs to avoid invalid instruction combinations"
8209 #: config/arm/arm.h:517
8210 msgid "Cirrus: Do not break up invalid instruction combinations with NOPs"
8213 #: config/arm/arm.h:525
8214 msgid "Specify the name of the target CPU"
8217 #: config/arm/arm.h:527
8218 msgid "Specify the name of the target architecture"
8221 #: config/arm/arm.h:531
8222 msgid "Specify the version of the floating point emulator"
8225 #: config/arm/arm.h:533
8226 msgid "Specify the minimum bit alignment of structures"
8229 #: config/arm/arm.h:535
8230 msgid "Specify the register to be used for PIC addressing"
8233 #: config/arm/pe.h:65
8234 msgid "Ignore dllimport attribute for functions"
8237 #: config/avr/avr.c:514
8239 msgid "large frame pointer change (%d) with -mtiny-stack"
8242 #: config/avr/avr.c:1101
8243 msgid "bad address, not (reg+disp):"
8246 #: config/avr/avr.c:1109
8247 msgid "internal compiler error. Bad address:"
8250 #: config/avr/avr.c:1122
8251 msgid "internal compiler error. Unknown mode:"
8254 #: config/avr/avr.c:1744 config/avr/avr.c:2405
8256 msgid "invalid insn:"
8257 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
8259 #: config/avr/avr.c:1778 config/avr/avr.c:1861 config/avr/avr.c:1910
8260 #: config/avr/avr.c:1919 config/avr/avr.c:2014 config/avr/avr.c:2183
8261 #: config/avr/avr.c:2439 config/avr/avr.c:2547
8263 msgid "incorrect insn:"
8264 msgstr "ëÜèïò óõíèçìáôéêü"
8266 #: config/avr/avr.c:1938 config/avr/avr.c:2099 config/avr/avr.c:2254
8267 #: config/avr/avr.c:2591
8269 msgid "unknown move insn:"
8270 msgstr "Üãíùóôï óåô `%s'"
8272 #: config/avr/avr.c:2814
8273 msgid "bad shift insn:"
8276 #: config/avr/avr.c:2927 config/avr/avr.c:3348 config/avr/avr.c:3719
8277 msgid "internal compiler error. Incorrect shift:"
8280 #: config/avr/avr.c:4532 config/ip2k/ip2k.c:3144
8281 msgid "only initialized variables can be placed into program memory area"
8284 #: config/avr/avr.c:4626
8285 msgid "only uninitialized variables can be placed in the .noinit section"
8288 #: config/avr/avr.c:4640
8290 msgid "MCU `%s' supported for assembler only"
8291 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
8293 #: config/avr/avr.h:73
8294 msgid "Assume int to be 8 bit integer"
8297 #: config/avr/avr.h:75
8298 msgid "Change the stack pointer without disabling interrupts"
8301 #: config/avr/avr.h:77
8302 msgid "Use subroutines for function prologue/epilogue"
8305 #: config/avr/avr.h:79
8306 msgid "Change only the low 8 bits of the stack pointer"
8309 #: config/avr/avr.h:81
8310 msgid "Do not generate tablejump insns"
8313 #: config/avr/avr.h:83
8314 msgid "Use rjmp/rcall (limited range) on >8K devices"
8317 #: config/avr/avr.h:85
8318 msgid "Output instruction sizes to the asm file"
8321 #: config/avr/avr.h:102
8322 msgid "Specify the initial stack address"
8325 #: config/avr/avr.h:103
8327 msgid "Specify the MCU name"
8328 msgstr "Ïñéóìüò ïíüìáôïò ðñïãñÜììáôïò"
8330 #. `GIV_SORT_CRITERION(GIV1, GIV2)'
8331 #. In some cases, the strength reduction optimization pass can
8332 #. produce better code if this is defined. This macro controls the
8333 #. order that induction variables are combined. This macro is
8334 #. particularly useful if the target has limited addressing modes.
8335 #. For instance, the SH target has only positive offsets in
8336 #. addresses. Thus sorting to put the smallest address first allows
8337 #. the most combinations to be found.
8338 #: config/avr/avr.h:2268
8340 msgid "trampolines not supported"
8341 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
8343 #: config/c4x/c4x-c.c:71
8345 msgid "missing '(' after '#pragma %s' - ignored"
8348 #: config/c4x/c4x-c.c:74
8350 msgid "missing function name in '#pragma %s' - ignored"
8353 #: config/c4x/c4x-c.c:79
8355 msgid "malformed '#pragma %s' - ignored"
8356 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
8358 #: config/c4x/c4x-c.c:81
8360 msgid "missing section name in '#pragma %s' - ignored"
8363 #: config/c4x/c4x-c.c:86
8365 msgid "missing ')' for '#pragma %s' - ignored"
8368 #: config/c4x/c4x-c.c:89
8370 msgid "junk at end of '#pragma %s'"
8373 #: config/c4x/c4x.c:300
8375 msgid "unknown CPU version %d, using 40.\n"
8378 #: config/c4x/c4x.c:850
8380 msgid "ISR %s requires %d words of local vars, max is 32767"
8383 #: config/c4x/c4x.c:1571
8384 msgid "using CONST_DOUBLE for address"
8387 #: config/c4x/c4x.c:1709
8388 msgid "c4x_address_cost: Invalid addressing mode"
8391 #: config/c4x/c4x.c:1844
8393 msgid "c4x_print_operand: %%L inconsistency"
8396 #: config/c4x/c4x.c:1850
8398 msgid "c4x_print_operand: %%N inconsistency"
8401 #: config/c4x/c4x.c:1891
8403 msgid "c4x_print_operand: %%O inconsistency"
8406 #: config/c4x/c4x.c:1986
8407 msgid "c4x_print_operand: Bad operand case"
8410 #: config/c4x/c4x.c:2027
8411 msgid "c4x_print_operand_address: Bad post_modify"
8414 #: config/c4x/c4x.c:2049
8415 msgid "c4x_print_operand_address: Bad pre_modify"
8418 #: config/c4x/c4x.c:2097 config/c4x/c4x.c:2109 config/c4x/c4x.c:2124
8419 msgid "c4x_print_operand_address: Bad operand case"
8422 #: config/c4x/c4x.c:2375
8423 msgid "c4x_rptb_insert: Cannot find start label"
8426 #: config/c4x/c4x.c:3292 config/c4x/c4x.c:3310
8428 msgid "mode not QImode"
8429 msgstr "íåá_êáôÜóôáóç: êáôÜóôáóç ëåéôïõñãßáò\n"
8431 #: config/c4x/c4x.c:3380
8433 msgid "invalid indirect memory address"
8434 msgstr "ìç Ýãêõñïò ÷ñüíïò ëÞîçò"
8436 #: config/c4x/c4x.c:3469
8437 msgid "invalid indirect (S) memory address"
8440 #: config/c4x/c4x.c:3797
8441 msgid "c4x_valid_operands: Internal error"
8444 #: config/c4x/c4x.c:4216
8445 msgid "c4x_operand_subword: invalid mode"
8448 #: config/c4x/c4x.c:4219
8449 msgid "c4x_operand_subword: invalid operand"
8452 #. We could handle these with some difficulty.
8453 #. e.g., *p-- => *(p-=2); *(p+1).
8454 #: config/c4x/c4x.c:4245
8455 msgid "c4x_operand_subword: invalid autoincrement"
8458 #: config/c4x/c4x.c:4251
8459 msgid "c4x_operand_subword: invalid address"
8462 #: config/c4x/c4x.c:4262
8463 msgid "c4x_operand_subword: address not offsettable"
8466 #: config/c4x/c4x.c:4472
8467 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
8470 #. ??? HACK. We shouldn't have flag_inline_trees at all.
8471 #. Name of the c4x assembler.
8472 #. Name of the c4x linker.
8473 #. Define assembler options.
8474 #. Define linker options.
8475 #. Specify the end file to link with.
8476 #. Target compilation option flags.
8477 #. Small memory model.
8478 #. Use 24-bit MPYI for C3x.
8479 #. Fast fixing of floats.
8480 #. Allow use of RPTS.
8482 #. Be compatible with TI assembler.
8483 #. Be paranoid about DP reg. in ISRs.
8484 #. Pass arguments on stack.
8485 #. Enable features under development.
8486 #. Enable repeat block.
8487 #. Use BK as general register.
8488 #. Use decrement and branch for C3x.
8489 #. Enable debugging of GCC.
8490 #. Force constants into registers.
8491 #. Allow unsigned loop counters.
8492 #. Force op0 and op1 to be same.
8493 #. Save all 40 bits for floats.
8494 #. Allow parallel insns.
8495 #. Allow MPY||ADD, MPY||SUB insns.
8496 #. Assume mem refs possibly aliased.
8503 #. Run-time compilation parameters selecting different hardware subsets.
8505 #. Macro to define tables used to set the flags.
8506 #. This is a list in braces of triplets in braces,
8507 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
8508 #. where VALUE is the bits to set or minus the bits to clear.
8509 #. An empty string NAME is used to identify the default VALUE.
8510 #: config/c4x/c4x.h:168
8511 msgid "Small memory model"
8514 #: config/c4x/c4x.h:170
8515 msgid "Big memory model"
8518 #: config/c4x/c4x.h:172
8519 msgid "Use MPYI instruction for C3x"
8522 #: config/c4x/c4x.h:174
8523 msgid "Do not use MPYI instruction for C3x"
8526 #: config/c4x/c4x.h:176
8527 msgid "Use fast but approximate float to integer conversion"
8530 #: config/c4x/c4x.h:178
8531 msgid "Use slow but accurate float to integer conversion"
8534 #: config/c4x/c4x.h:180
8535 msgid "Enable use of RTPS instruction"
8538 #: config/c4x/c4x.h:182
8539 msgid "Disable use of RTPS instruction"
8542 #: config/c4x/c4x.h:184
8543 msgid "Enable use of RTPB instruction"
8546 #: config/c4x/c4x.h:186
8547 msgid "Disable use of RTPB instruction"
8550 #: config/c4x/c4x.h:188
8551 msgid "Generate code for C30 CPU"
8554 #: config/c4x/c4x.h:190
8555 msgid "Generate code for C31 CPU"
8558 #: config/c4x/c4x.h:192
8559 msgid "Generate code for C32 CPU"
8562 #: config/c4x/c4x.h:194
8563 msgid "Generate code for C33 CPU"
8566 #: config/c4x/c4x.h:196
8567 msgid "Generate code for C40 CPU"
8570 #: config/c4x/c4x.h:198
8571 msgid "Generate code for C44 CPU"
8574 #: config/c4x/c4x.h:200
8575 msgid "Emit code compatible with TI tools"
8578 #: config/c4x/c4x.h:202
8579 msgid "Emit code to use GAS extensions"
8582 #: config/c4x/c4x.h:204 config/c4x/c4x.h:208
8583 msgid "Save DP across ISR in small memory model"
8586 #: config/c4x/c4x.h:206 config/c4x/c4x.h:210
8587 msgid "Don't save DP across ISR in small memory model"
8590 #: config/c4x/c4x.h:212
8591 msgid "Pass arguments on the stack"
8594 #: config/c4x/c4x.h:214
8595 msgid "Pass arguments in registers"
8598 #: config/c4x/c4x.h:216
8599 msgid "Enable new features under development"
8602 #: config/c4x/c4x.h:218
8603 msgid "Disable new features under development"
8606 #: config/c4x/c4x.h:220
8607 msgid "Use the BK register as a general purpose register"
8610 #: config/c4x/c4x.h:222
8612 msgid "Do not allocate BK register"
8613 msgstr "Äåí åßíáé äõíáôü íá äåóìåõôåß ìíÞìç"
8615 #: config/c4x/c4x.h:224
8616 msgid "Enable use of DB instruction"
8619 #: config/c4x/c4x.h:226
8620 msgid "Disable use of DB instruction"
8623 #: config/c4x/c4x.h:228
8624 msgid "Enable debugging"
8627 #: config/c4x/c4x.h:230
8628 msgid "Disable debugging"
8631 #: config/c4x/c4x.h:232
8632 msgid "Force constants into registers to improve hoisting"
8635 #: config/c4x/c4x.h:234
8636 msgid "Don't force constants into registers"
8639 #: config/c4x/c4x.h:236
8640 msgid "Force RTL generation to emit valid 3 operand insns"
8643 #: config/c4x/c4x.h:238
8644 msgid "Allow RTL generation to emit invalid 3 operand insns"
8647 #: config/c4x/c4x.h:240
8648 msgid "Allow unsigned iteration counts for RPTB/DB"
8651 #: config/c4x/c4x.h:242
8652 msgid "Disallow unsigned iteration counts for RPTB/DB"
8655 #: config/c4x/c4x.h:244
8656 msgid "Preserve all 40 bits of FP reg across call"
8659 #: config/c4x/c4x.h:246
8660 msgid "Only preserve 32 bits of FP reg across call"
8663 #: config/c4x/c4x.h:248
8665 msgid "Enable parallel instructions"
8666 msgstr "ÁêáôÜëëçëç åíôïëÞ"
8668 #: config/c4x/c4x.h:250
8670 msgid "Disable parallel instructions"
8671 msgstr "ÁêáôÜëëçëç åíôïëÞ"
8673 #: config/c4x/c4x.h:252
8674 msgid "Enable MPY||ADD and MPY||SUB instructions"
8677 #: config/c4x/c4x.h:254
8678 msgid "Disable MPY||ADD and MPY||SUB instructions"
8681 #: config/c4x/c4x.h:256
8682 msgid "Assume that pointers may be aliased"
8685 #: config/c4x/c4x.h:258
8686 msgid "Assume that pointers not aliased"
8689 #: config/c4x/c4x.h:331
8690 msgid "Specify maximum number of iterations for RPTS"
8693 #: config/c4x/c4x.h:333
8694 msgid "Select CPU to generate code for"
8697 #: config/cris/cris.c:604
8698 msgid "unexpected index-type in cris_print_index"
8701 #: config/cris/cris.c:618
8702 msgid "unexpected base-type in cris_print_base"
8705 #: config/cris/cris.c:911
8707 msgid "stackframe too big: %d bytes"
8710 #: config/cris/cris.c:1222
8711 msgid "allocated but unused delay list in epilogue"
8714 #: config/cris/cris.c:1232
8715 msgid "unexpected function type needing stack adjustment for __builtin_eh_return"
8718 #: config/cris/cris.c:1308
8720 msgid "invalid operand for 'b' modifier"
8721 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8723 #: config/cris/cris.c:1321
8725 msgid "invalid operand for 'v' modifier"
8726 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8728 #: config/cris/cris.c:1331
8730 msgid "invalid operand for 'P' modifier"
8731 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8733 #: config/cris/cris.c:1338
8735 msgid "invalid operand for 'p' modifier"
8736 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8738 #: config/cris/cris.c:1377
8740 msgid "invalid operand for 'z' modifier"
8741 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8743 #: config/cris/cris.c:1425 config/cris/cris.c:1455
8745 msgid "invalid operand for 'H' modifier"
8746 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8748 #: config/cris/cris.c:1431
8750 msgid "bad register"
8751 msgstr "Äåí åßíáé äõíáôÞ ç êáôá÷þñçóç ôçò õðçñåóßáò"
8753 #: config/cris/cris.c:1469
8755 msgid "invalid operand for 'e' modifier"
8756 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8758 #: config/cris/cris.c:1486
8760 msgid "invalid operand for 'm' modifier"
8761 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8763 #: config/cris/cris.c:1511
8765 msgid "invalid operand for 'A' modifier"
8766 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8768 #: config/cris/cris.c:1519
8770 msgid "invalid operand for 'D' modifier"
8771 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8773 #: config/cris/cris.c:1533
8775 msgid "invalid operand for 'T' modifier"
8776 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8778 #: config/cris/cris.c:1542
8780 msgid "invalid operand modifier letter"
8781 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
8783 #: config/cris/cris.c:1550
8785 msgid "internal error: bad register: %d"
8786 msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
8788 #: config/cris/cris.c:1598
8789 msgid "unexpected multiplicative operand"
8792 #: config/cris/cris.c:1618
8794 msgid "unexpected operand"
8795 msgstr "Ìç ïñéóìÝíï üíïìá %s"
8797 # src/request.c:806 src/request.c:912
8798 #: config/cris/cris.c:1651 config/cris/cris.c:1661
8800 msgid "unrecognized address"
8801 msgstr "Ìç áíáãíùñßóçìï üíïìá åðéöÜíåéáò `%s'"
8803 #: config/cris/cris.c:2011
8804 msgid "internal error: sideeffect-insn affecting main effect"
8807 #. If we get here, the caller got its initial tests wrong.
8808 #: config/cris/cris.c:2404
8809 msgid "internal error: cris_side_effect_mode_ok with bad operands"
8812 #: config/cris/cris.c:2481 config/cris/cris.c:2543
8814 msgid "unrecognized supposed constant"
8815 msgstr "Üãíùóôï ðñüèåìá: %s"
8817 #: config/cris/cris.c:2588
8818 msgid "unrecognized supposed constant in cris_global_pic_symbol"
8821 #: config/cris/cris.c:2607
8823 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
8826 #: config/cris/cris.c:2635
8828 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
8831 #: config/cris/cris.c:2671
8833 msgid "unknown CRIS cpu version specification in -mtune= : %s"
8834 msgstr "ðÜñá ðïëëÝò äçëþóåéò ìåôáôñïðÞò óôçí êáôÜëçîç"
8836 #: config/cris/cris.c:2689
8838 msgid "-fPIC and -fpic are not supported in this configuration"
8839 msgstr "Ç ïéêïãÝíåéá äéåõèýíóåùí äåí õðïóôçñßæåôáé áðü ôçí ïéêïãÝíåéá ðñùôïêüëëïõ"
8841 #: config/cris/cris.c:2705
8842 msgid "that particular -g option is invalid with -maout and -melinux"
8845 #: config/cris/cris.c:2960 config/cris/cris.c:3005
8846 msgid "unexpected side-effects in address"
8849 #. Labels are never marked as global symbols.
8850 #: config/cris/cris.c:3100 config/cris/cris.c:3131
8851 msgid "unexpected PIC symbol"
8854 #: config/cris/cris.c:3104
8855 msgid "PIC register isn't set up"
8858 #: config/cris/cris.c:3117 config/cris/cris.c:3200
8860 msgid "unexpected address expression"
8861 msgstr "Ìç Ýãêõñç ðñïðïñåõüìåíç êáíïíéêÞ Ýêöñáóç"
8863 #: config/cris/cris.c:3135
8864 msgid "emitting PIC operand, but PIC register isn't set up"
8867 #: config/cris/cris.c:3144
8868 msgid "unexpected NOTE as addr_const:"
8871 #: config/cris/aout.h:108
8872 msgid "Compile for the MMU-less Etrax 100-based elinux system"
8875 #: config/cris/aout.h:115
8876 msgid "For elinux, request a specified stack-size for this program"
8879 #: config/cris/cris.h:362
8880 msgid "Work around bug in multiplication instruction"
8883 #. 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.
8884 #: config/cris/cris.h:368
8885 msgid "Compile for ETRAX 4 (CRIS v3)"
8888 #: config/cris/cris.h:373
8889 msgid "Compile for ETRAX 100 (CRIS v8)"
8892 #: config/cris/cris.h:377
8893 msgid "Emit verbose debug information in assembly code"
8896 #: config/cris/cris.h:380
8897 msgid "Do not use condition codes from normal instructions"
8900 #: config/cris/cris.h:384
8901 msgid "Do not emit addressing modes with side-effect assignment"
8904 #: config/cris/cris.h:387
8905 msgid "Do not tune stack alignment"
8908 #: config/cris/cris.h:390
8909 msgid "Do not tune writable data alignment"
8912 #: config/cris/cris.h:393
8913 msgid "Do not tune code and read-only data alignment"
8916 #: config/cris/cris.h:402
8917 msgid "Align code and data to 32 bits"
8920 #: config/cris/cris.h:415
8921 msgid "Don't align items in code or data"
8924 #: config/cris/cris.h:418
8925 msgid "Do not emit function prologue or epilogue"
8928 #. We have to handle this m-option here since we can't wash it off in both CC1_SPEC and CC1PLUS_SPEC.
8929 #: config/cris/cris.h:422
8930 msgid "Use the most feature-enabling options allowed by other options"
8933 #. 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.
8934 #: config/cris/cris.h:428
8935 msgid "Override -mbest-lib-options"
8938 #: config/cris/cris.h:460
8939 msgid "Generate code for the specified chip or CPU version"
8942 #: config/cris/cris.h:462
8943 msgid "Tune alignment for the specified chip or CPU version"
8946 #: config/cris/cris.h:464
8947 msgid "Warn when a stackframe is larger than the specified size"
8951 #: config/cris/cris.h:1050
8952 msgid "no FUNCTION_PROFILER for CRIS"
8955 #: config/cris/linux.h:69
8956 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
8959 #: config/d30v/d30v.c:218
8961 msgid "bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
8964 #: config/d30v/d30v.c:2678
8965 msgid "bad insn to d30v_print_operand_address:"
8968 #: config/d30v/d30v.c:2695 config/d30v/d30v.c:2756 config/d30v/d30v.c:2777
8969 #: config/d30v/d30v.c:2795
8970 msgid "bad insn to d30v_print_operand_memory_reference:"
8973 #: config/d30v/d30v.c:2863
8974 msgid "bad insn to d30v_print_operand, 'f' modifier:"
8977 #: config/d30v/d30v.c:2872
8978 msgid "bad insn to d30v_print_operand, 'A' modifier:"
8981 #: config/d30v/d30v.c:2879
8982 msgid "bad insn to d30v_print_operand, 'M' modifier:"
8985 #: config/d30v/d30v.c:2933
8986 msgid "bad insn to print_operand, 'F' or 'T' modifier:"
8989 #: config/d30v/d30v.c:2944
8990 msgid "bad insn to print_operand, 'B' modifier:"
8993 #: config/d30v/d30v.c:2951
8994 msgid "bad insn to print_operand, 'E' modifier:"
8997 #: config/d30v/d30v.c:2969
8998 msgid "bad insn to print_operand, 'R' modifier:"
9001 #: config/d30v/d30v.c:2978 config/d30v/d30v.c:2986
9002 msgid "bad insn to print_operand, 's' modifier:"
9005 #: config/d30v/d30v.c:3015
9006 msgid "bad insn in d30v_print_operand, 0 case"
9009 #: config/d30v/d30v.c:3313
9010 msgid "d30v_emit_comparison"
9013 #: config/d30v/d30v.c:3357
9014 msgid "bad call to d30v_move_2words"
9017 #: config/d30v/d30v.h:111
9018 msgid "Enable use of conditional move instructions"
9021 #: config/d30v/d30v.h:114
9022 msgid "Disable use of conditional move instructions"
9025 #: config/d30v/d30v.h:117
9027 msgid "Debug argument support in compiler"
9028 msgstr "%s: ç õðïóôÞñéîç åêóöáëìÜôùóçò äåí Ý÷åé óõìðåñéëçöèåß óôç ìåôáãëþôôéóç.\n"
9030 #: config/d30v/d30v.h:120
9032 msgid "Debug stack support in compiler"
9033 msgstr "%s: ç õðïóôÞñéîç åêóöáëìÜôùóçò äåí Ý÷åé óõìðåñéëçöèåß óôç ìåôáãëþôôéóç.\n"
9035 #: config/d30v/d30v.h:123
9036 msgid "Debug memory address support in compiler"
9039 #: config/d30v/d30v.h:126
9040 msgid "Make adjacent short instructions parallel if possible"
9043 #: config/d30v/d30v.h:129
9044 msgid "Do not make adjacent short instructions parallel"
9047 #: config/d30v/d30v.h:132 config/d30v/d30v.h:135
9048 msgid "Link programs/data to be in external memory by default"
9051 #: config/d30v/d30v.h:138
9052 msgid "Link programs/data to be in onchip memory by default"
9055 #: config/d30v/d30v.h:146
9056 msgid "Change the branch costs within the compiler"
9059 #: config/d30v/d30v.h:149
9060 msgid "Change the threshold for conversion to conditional execution"
9063 #: config/dsp16xx/dsp16xx.c:1463 config/dsp16xx/dsp16xx.c:1486
9064 msgid "stack size > 32k"
9067 #: config/dsp16xx/dsp16xx.c:1695
9069 msgid "invalid addressing mode"
9070 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
9072 #: config/dsp16xx/dsp16xx.c:1838
9074 msgid "bad register extension code"
9075 msgstr "Äåí åßíáé äõíáôÞ ç êáôá÷þñçóç ôçò õðçñåóßáò"
9077 #: config/dsp16xx/dsp16xx.c:1938
9079 msgid "invalid offset in ybase addressing"
9080 msgstr "ìç Ýãêõñïò ÷ñüíïò Ýíáñîçò"
9082 #: config/dsp16xx/dsp16xx.c:1941
9084 msgid "invalid register in ybase addressing"
9085 msgstr "ìç Ýãêõñïò ÷ñüíïò Ýíáñîçò"
9087 #: config/dsp16xx/dsp16xx.c:2116
9088 msgid "invalid shift operator in emit_1600_core_shift"
9091 #: config/dsp16xx/dsp16xx.c:2406
9093 msgid "invalid mode for gen_tst_reg"
9094 msgstr "ìç Ýãêõñç êáôÜóôáóç ãéá ôçí dlopen()"
9096 #: config/dsp16xx/dsp16xx.c:2478
9097 msgid "invalid mode for integer comparison in gen_compare_reg"
9100 #. Macro to define tables used to set the flags.
9101 #. This is a list in braces of pairs in braces,
9102 #. each pair being { "NAME", VALUE }
9103 #. where VALUE is the bits to set or minus the bits to clear.
9104 #. An empty string NAME is used to identify the default VALUE.
9105 #: config/dsp16xx/dsp16xx.h:230
9106 msgid "Pass parameters in registers (default)"
9109 #: config/dsp16xx/dsp16xx.h:232
9110 msgid "Don't pass parameters in registers"
9113 #: config/dsp16xx/dsp16xx.h:234
9115 msgid "Generate code for near calls"
9116 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
9118 #: config/dsp16xx/dsp16xx.h:236
9119 msgid "Don't generate code for near calls"
9122 #: config/dsp16xx/dsp16xx.h:238
9124 msgid "Generate code for near jumps"
9125 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
9127 #: config/dsp16xx/dsp16xx.h:240
9128 msgid "Don't generate code for near jumps"
9131 #: config/dsp16xx/dsp16xx.h:242
9132 msgid "Generate code for a bit-manipulation unit"
9135 #: config/dsp16xx/dsp16xx.h:244
9136 msgid "Don't generate code for a bit-manipulation unit"
9139 #: config/dsp16xx/dsp16xx.h:246
9140 msgid "Generate code for memory map1"
9143 #: config/dsp16xx/dsp16xx.h:248
9144 msgid "Generate code for memory map2"
9147 #: config/dsp16xx/dsp16xx.h:250
9148 msgid "Generate code for memory map3"
9151 #: config/dsp16xx/dsp16xx.h:252
9152 msgid "Generate code for memory map4"
9155 #: config/dsp16xx/dsp16xx.h:254
9156 msgid "Ouput extra code for initialized data"
9159 #: config/dsp16xx/dsp16xx.h:256
9160 msgid "Don't let reg. allocator use ybase registers"
9163 #: config/dsp16xx/dsp16xx.h:258
9164 msgid "Output extra debug info in Luxworks environment"
9167 #: config/dsp16xx/dsp16xx.h:260
9168 msgid "Save temp. files in Luxworks environment"
9171 #: config/dsp16xx/dsp16xx.h:272
9172 msgid "Specify alternate name for text section"
9175 #: config/dsp16xx/dsp16xx.h:274
9176 msgid "Specify alternate name for data section"
9179 #: config/dsp16xx/dsp16xx.h:276
9180 msgid "Specify alternate name for bss section"
9183 #: config/dsp16xx/dsp16xx.h:278
9184 msgid "Specify alternate name for constant section"
9187 #: config/dsp16xx/dsp16xx.h:280
9188 msgid "Specify alternate name for dsp16xx chip"
9191 #. Output assembler code to FILE to increment profiler label # LABELNO
9192 #. for profiling a function entry.
9193 #: config/dsp16xx/dsp16xx.h:1217 config/dsp16xx/dsp16xx.h:1668
9194 #: config/dsp16xx/dsp16xx.h:1673
9196 msgid "profiling not implemented yet"
9197 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
9199 #. Emit RTL insns to initialize the variable parts of a trampoline.
9200 #. FNADDR is an RTX for the address of the function's pure code.
9201 #. CXT is an RTX for the static chain value for the function.
9202 #: config/dsp16xx/dsp16xx.h:1227 config/dsp16xx/dsp16xx.h:1239
9204 msgid "trampolines not yet implemented"
9205 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
9207 #: config/fr30/fr30.c:451
9208 msgid "fr30_print_operand_address: unhandled address"
9211 #: config/fr30/fr30.c:475
9213 msgid "fr30_print_operand: unrecognized %%p code"
9216 #: config/fr30/fr30.c:495
9218 msgid "fr30_print_operand: unrecognized %%b code"
9221 #: config/fr30/fr30.c:516
9223 msgid "fr30_print_operand: unrecognized %%B code"
9226 #: config/fr30/fr30.c:524
9228 msgid "fr30_print_operand: invalid operand to %%A code"
9229 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9231 #: config/fr30/fr30.c:541
9233 msgid "fr30_print_operand: invalid %%x code"
9234 msgstr "ìç Ýãêõñï äéêáßùìá"
9236 #: config/fr30/fr30.c:548
9238 msgid "fr30_print_operand: invalid %%F code"
9241 #: config/fr30/fr30.c:565
9242 msgid "fr30_print_operand: unknown code"
9245 #: config/fr30/fr30.c:594 config/fr30/fr30.c:603 config/fr30/fr30.c:614
9246 #: config/fr30/fr30.c:627
9247 msgid "fr30_print_operand: unhandled MEM"
9250 #: config/fr30/fr30.h:63
9251 msgid "Assume small address space"
9254 #: config/frv/frv.c:392 config/frv/frv.c:410
9256 msgid "Unknown cpu: -mcpu=%s"
9259 #: config/frv/frv.c:433
9260 msgid "-fpic and -gdwarf are incompatible (-fpic and -g/-gdwarf-2 are fine)"
9263 #: config/frv/frv.c:2397
9264 msgid "Bad insn to frv_print_operand_address:"
9267 #: config/frv/frv.c:2408
9268 msgid "Bad register to frv_print_operand_memory_reference_reg:"
9271 #: config/frv/frv.c:2446 config/frv/frv.c:2456 config/frv/frv.c:2465
9272 #: config/frv/frv.c:2493 config/frv/frv.c:2506 config/frv/frv.c:2510
9273 msgid "Bad insn to frv_print_operand_memory_reference:"
9276 #: config/frv/frv.c:2648
9277 msgid "Bad insn in frv_print_operand, bad const_double"
9280 #: config/frv/frv.c:2693
9282 msgid "Bad insn to frv_print_operand, 'C' modifier:"
9283 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9285 #: config/frv/frv.c:2716
9287 msgid "Bad insn to frv_print_operand, 'c' modifier:"
9288 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9290 #: config/frv/frv.c:2741
9292 msgid "Bad insn to frv_print_operand, 'e' modifier:"
9293 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9295 #: config/frv/frv.c:2749
9297 msgid "Bad insn to frv_print_operand, 'F' modifier:"
9298 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9300 #: config/frv/frv.c:2765
9302 msgid "Bad insn to frv_print_operand, 'f' modifier:"
9303 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9305 #: config/frv/frv.c:2818
9307 msgid "Bad insn to frv_print_operand, 'L' modifier:"
9308 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9310 #: config/frv/frv.c:2831
9311 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
9314 #: config/frv/frv.c:2852
9316 msgid "Bad insn to frv_print_operand, 'O' modifier:"
9317 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9319 #: config/frv/frv.c:2870
9320 msgid "Bad insn to frv_print_operand, P modifier:"
9323 #: config/frv/frv.c:2890
9324 msgid "Bad insn in frv_print_operand, z case"
9327 #: config/frv/frv.c:2918
9328 msgid "Bad insn in frv_print_operand, 0 case"
9331 #: config/frv/frv.c:2923
9333 msgid "frv_print_operand: unknown code"
9334 msgstr "ìç Ýãêõñï äéêáßùìá"
9336 #: config/frv/frv.c:5474
9338 msgid "Bad output_move_single operand"
9339 msgstr "áñ÷åßï åîüäïõ"
9341 #: config/frv/frv.c:5601
9342 msgid "Bad output_move_double operand"
9345 #: config/frv/frv.c:5743
9347 msgid "Bad output_condmove_single operand"
9348 msgstr "áñ÷åßï åîüäïõ"
9350 #: config/frv/frv.c:8031
9351 msgid "frv_registers_update"
9354 #: config/frv/frv.c:8188
9355 msgid "frv_registers_used_p"
9358 #: config/frv/frv.c:8314
9359 msgid "frv_registers_set_p"
9362 #: config/frv/frv.c:8910
9364 msgid "accumulator is not a constant integer"
9365 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
9367 #: config/frv/frv.c:8915
9368 msgid "accumulator number is out of bounds"
9371 #: config/frv/frv.c:8926
9373 msgid "inappropriate accumulator for `%s'"
9376 #: config/frv/frv.c:8986
9378 msgid "`%s' expects a constant argument"
9381 #: config/frv/frv.c:8991
9383 msgid "constant argument out of range for `%s'"
9384 msgstr "ðÜñá ðïëëÜ ïñßóìáôá óôç ñïõôßíá `%s'"
9386 #: config/frv/frv.c:9338
9387 msgid "media functions are not available unless -mmedia is used"
9390 #: config/frv/frv.c:9350
9391 msgid "this media function is only available on the fr500"
9394 #: config/frv/frv.c:9378
9395 msgid "this media function is only available on the fr400"
9398 #. This macro is a C statement to print on `stderr' a string describing the
9399 #. particular machine description choice. Every machine description should
9400 #. define `TARGET_VERSION'. For example:
9403 #. #define TARGET_VERSION fprintf (stderr, " (68k, Motorola syntax)");
9405 #. #define TARGET_VERSION fprintf (stderr, " (68k, MIT syntax)");
9407 #: config/frv/frv.h:506
9411 #: config/h8300/h8300.c:288
9412 msgid "-ms2600 is used without -ms"
9415 #: config/h8300/h8300.c:294
9416 msgid "-mn is used without -mh or -ms"
9419 #. Macro to define tables used to set the flags.
9420 #. This is a list in braces of pairs in braces,
9421 #. each pair being { "NAME", VALUE }
9422 #. where VALUE is the bits to set or minus the bits to clear.
9423 #. An empty string NAME is used to identify the default VALUE.
9424 #: config/h8300/h8300.h:145
9425 msgid "Generate H8S code"
9428 #: config/h8300/h8300.h:146
9429 msgid "Do not generate H8S code"
9432 #: config/h8300/h8300.h:147
9433 msgid "Generate H8S/2600 code"
9436 #: config/h8300/h8300.h:148
9437 msgid "Do not generate H8S/2600 code"
9440 #: config/h8300/h8300.h:149
9441 msgid "Make integers 32 bits wide"
9444 #: config/h8300/h8300.h:152
9446 msgid "Use registers for argument passing"
9447 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
9449 #: config/h8300/h8300.h:154
9450 msgid "Do not use registers for argument passing"
9453 #: config/h8300/h8300.h:156
9454 msgid "Consider access to byte sized memory slow"
9457 #: config/h8300/h8300.h:157
9458 msgid "Enable linker relaxing"
9461 #: config/h8300/h8300.h:158
9462 msgid "Generate H8/300H code"
9465 #: config/h8300/h8300.h:159
9467 msgid "Enable the normal mode"
9468 msgstr "ìçäåíéóìÝíç åããñáöÞ êáé ãñÜøéìï ðÜíù óå áõôÞ (truncated)"
9470 #: config/h8300/h8300.h:160
9471 msgid "Do not generate H8/300H code"
9474 #: config/h8300/h8300.h:161
9475 msgid "Use H8/300 alignment rules"
9478 #: config/i370/i370-c.c:55
9479 msgid "junk at end of #pragma map"
9482 #: config/i370/i370-c.c:61
9484 msgid "malformed #pragma map, ignored"
9485 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
9487 #: config/i370/i370.c:784
9488 msgid "real name is too long - alias ignored"
9491 #: config/i370/i370.c:789
9492 msgid "alias name is too long - alias ignored"
9495 #: config/i370/i370.c:1060
9496 msgid "internal error--no jump follows compare:"
9499 #. Macro to define tables used to set the flags. This is a list in braces
9500 #. of pairs in braces, each pair being { "NAME", VALUE }
9501 #. where VALUE is the bits to set or minus the bits to clear.
9502 #. An empty string NAME is used to identify the default VALUE.
9503 #: config/i370/i370.h:75
9505 msgid "Generate char instructions"
9506 msgstr "ÁêáôÜëëçëç åíôïëÞ"
9508 #: config/i370/i370.h:76
9509 msgid "Do not generate char instructions"
9512 #: config/i386/i386.c:1170
9514 msgid "code model %s not supported in PIC mode"
9517 #: config/i386/i386.c:1180 config/sparc/sparc.c:387
9519 msgid "bad value (%s) for -mcmodel= switch"
9522 #: config/i386/i386.c:1195
9524 msgid "bad value (%s) for -masm= switch"
9527 #: config/i386/i386.c:1198
9529 msgid "code model `%s' not supported in the %s bit mode"
9532 #: config/i386/i386.c:1201
9534 msgid "code model `large' not supported yet"
9535 msgstr "åéäéêÜ áñ÷åßá ìðëïê äåí õðïóôçñßæïíôáé"
9537 #: config/i386/i386.c:1203
9539 msgid "%i-bit mode not compiled in"
9540 msgstr "%s: ç õðïóôÞñéîç åêóöáëìÜôùóçò äåí Ý÷åé óõìðåñéëçöèåß óôç ìåôáãëþôôéóç.\n"
9542 #: config/i386/i386.c:1230 config/i386/i386.c:1242
9543 msgid "CPU you selected does not support x86-64 instruction set"
9546 #: config/i386/i386.c:1235 config/iq2000/iq2000.c:1840
9548 msgid "bad value (%s) for -march= switch"
9551 #: config/i386/i386.c:1248
9553 msgid "bad value (%s) for -mtune= switch"
9556 #: config/i386/i386.c:1265
9558 msgid "-mregparm=%d is not between 0 and %d"
9561 #: config/i386/i386.c:1278
9562 msgid "-malign-loops is obsolete, use -falign-loops"
9565 #: config/i386/i386.c:1283 config/i386/i386.c:1296 config/i386/i386.c:1309
9567 msgid "-malign-loops=%d is not between 0 and %d"
9570 #: config/i386/i386.c:1291
9571 msgid "-malign-jumps is obsolete, use -falign-jumps"
9574 #: config/i386/i386.c:1304
9575 msgid "-malign-functions is obsolete, use -falign-functions"
9578 #: config/i386/i386.c:1342
9580 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
9583 #: config/i386/i386.c:1354
9585 msgid "-mbranch-cost=%d is not between 0 and 5"
9588 #: config/i386/i386.c:1366
9590 msgid "bad value (%s) for -mtls-dialect= switch"
9591 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
9593 #: config/i386/i386.c:1395
9594 msgid "-malign-double makes no sense in the 64bit mode"
9597 #: config/i386/i386.c:1397
9598 msgid "-mrtd calling convention not supported in the 64bit mode"
9601 #: config/i386/i386.c:1419 config/i386/i386.c:1430
9602 msgid "SSE instruction set disabled, using 387 arithmetics"
9605 #: config/i386/i386.c:1435
9606 msgid "387 instruction set disabled, using SSE arithmetics"
9609 #: config/i386/i386.c:1442
9611 msgid "bad value (%s) for -mfpmath= switch"
9614 #: config/i386/i386.c:1590 config/i386/i386.c:1601
9615 msgid "fastcall and stdcall attributes are not compatible"
9618 #: config/i386/i386.c:1594 config/i386/i386.c:1650
9619 msgid "fastcall and regparm attributes are not compatible"
9622 #: config/i386/i386.c:1637
9624 msgid "`%s' attribute requires an integer constant argument"
9627 #: config/i386/i386.c:1643
9629 msgid "argument to `%s' attribute larger than %d"
9630 msgstr "%s: ïé ôéìÝò ôïõ ðåäßïõ `%s' äåí ðñÝðåé íá åßíáé ìåãáëýôåñåò áðü %d"
9632 #: config/i386/i386.c:2605
9633 msgid "SSE vector argument without SSE enabled changes the ABI"
9636 #: config/i386/i386.c:2621
9637 msgid "MMX vector argument without MMX enabled changes the ABI"
9640 #: config/i386/i386.c:2849
9641 msgid "SSE vector return without SSE enabled changes the ABI"
9644 #: config/i386/i386.c:6823
9646 msgid "invalid UNSPEC as operand"
9647 msgstr "ìç Ýãêõñç ìåôáôüðéóç UTC"
9649 #: config/i386/i386.c:7081
9650 msgid "extended registers have no high halves"
9653 #: config/i386/i386.c:7096
9654 msgid "unsupported operand size for extended register"
9657 #: config/i386/i386.c:7411
9658 msgid "operand is neither a constant nor a condition code, invalid operand code 'c'"
9661 #: config/i386/i386.c:7457
9663 msgid "invalid operand code `%c'"
9664 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
9666 #: config/i386/i386.c:7500
9668 msgid "invalid constraints for operand"
9669 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
9672 #: config/i386/i386.c:12014
9674 msgid "unknown insn mode"
9675 msgstr "Üãíùóôç ìÝèïäïò êáôáëüãùí"
9677 #: config/i386/i386.c:14102 config/i386/i386.c:14138
9679 msgid "selector must be an integer constant in the range 0..%i"
9680 msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
9682 #: config/i386/i386.c:14366
9684 msgid "shift must be an immediate"
9685 msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
9687 #: config/i386/i386.c:15389
9689 msgid "`%s' incompatible attribute ignored"
9690 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
9692 #: config/i386/winnt.c:104
9693 msgid "%Jfunction `%D' definition is marked dllimport."
9696 #: config/i386/winnt.c:112
9697 msgid "%Jvariable `%D' definition is marked dllimport."
9700 #: config/i386/winnt.c:132
9701 msgid "%Jexternal linkage required for symbol '%D' because of '%s' attribute."
9704 #: config/i386/winnt.c:149
9706 msgid "`%s' attribute only applies to variables"
9709 #: config/i386/winnt.c:248
9710 msgid "%Jfunction '%D' is defined after prior declaration as dllimport: attribute ignored"
9713 #: config/i386/winnt.c:259
9714 msgid "%Jinline function '%D' is declared as dllimport: attribute ignored."
9717 #: config/i386/winnt.c:271
9718 msgid "%Jdefinition of static data member '%D' of dllimport'd class."
9721 #: config/i386/winnt.c:330
9722 msgid "%Jinconsistent dll linkage for '%D', dllexport assumed."
9725 #: config/i386/winnt.c:372
9727 msgid "`%s' declared as both exported to and imported from a DLL"
9730 #: config/i386/winnt.c:381
9731 msgid "%Jfailure in redeclaration of '%D': dllimport'd symbol lacks external linkage."
9734 #: config/i386/winnt.c:530
9735 msgid "%J'%D' defined locally after being referenced with dllimport linkage"
9738 #: config/i386/winnt.c:533
9739 msgid "%J'%D' redeclared without dllimport attribute after being referenced with dllimport linkage"
9742 #: config/i386/winnt.c:702
9743 msgid "%J'%D' causes a section type conflict"
9746 #: config/i386/cygming.h:40
9747 msgid "Use the Cygwin interface"
9750 #: config/i386/cygming.h:41
9751 msgid "Use the Mingw32 interface"
9754 #: config/i386/cygming.h:42
9755 msgid "Create GUI application"
9758 #: config/i386/cygming.h:43
9759 msgid "Don't set Windows defines"
9762 #: config/i386/cygming.h:44
9763 msgid "Set Windows defines"
9766 #: config/i386/cygming.h:45
9767 msgid "Create console application"
9770 #: config/i386/cygming.h:46
9771 msgid "Generate code for a DLL"
9774 #: config/i386/cygming.h:48
9775 msgid "Ignore dllimport for functions"
9778 #: config/i386/cygming.h:50
9779 msgid "Use Mingw-specific thread support"
9782 #: config/i386/cygming.h:169
9784 msgid "-f%s ignored for target (all code is position independent)"
9787 #: config/i386/djgpp.h:191
9788 msgid "-mbnu210 is ignored (option is obsolete)"
9791 #: config/i386/i386-interix.h:256
9793 msgid "ms-bitfields not supported for objc"
9794 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
9804 #: config/i386/i386.h:341
9806 msgid "Alternate calling convention"
9807 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
9809 #: config/i386/i386.h:343 config/m68k/m68k.h:344 config/ns32k/ns32k.h:144
9810 msgid "Use normal calling convention"
9813 #: config/i386/i386.h:345
9814 msgid "Align some doubles on dword boundary"
9817 #: config/i386/i386.h:347
9818 msgid "Align doubles on word boundary"
9821 #: config/i386/i386.h:349
9822 msgid "Uninitialized locals in .bss"
9825 #: config/i386/i386.h:351
9826 msgid "Uninitialized locals in .data"
9829 #: config/i386/i386.h:353 config/m68k/linux.h:35 config/ns32k/ns32k.h:167
9830 msgid "Use IEEE math for fp comparisons"
9833 #: config/i386/i386.h:355 config/ns32k/ns32k.h:169
9834 msgid "Do not use IEEE math for fp comparisons"
9837 #: config/i386/i386.h:357
9838 msgid "Return values of functions in FPU registers"
9841 #: config/i386/i386.h:359
9842 msgid "Do not return values of functions in FPU registers"
9845 #: config/i386/i386.h:361
9846 msgid "Do not generate sin, cos, sqrt for FPU"
9849 #: config/i386/i386.h:363
9850 msgid "Generate sin, cos, sqrt for FPU"
9853 #: config/i386/i386.h:365
9854 msgid "Omit the frame pointer in leaf functions"
9857 #: config/i386/i386.h:368
9858 msgid "Enable stack probing"
9863 #: config/i386/i386.h:373
9864 msgid "Align destination of the string operations"
9867 #: config/i386/i386.h:375
9868 msgid "Do not align destination of the string operations"
9871 #: config/i386/i386.h:377
9872 msgid "Inline all known string operations"
9875 #: config/i386/i386.h:379
9876 msgid "Do not inline all known string operations"
9879 #: config/i386/i386.h:381 config/i386/i386.h:385
9880 msgid "Use push instructions to save outgoing arguments"
9883 #: config/i386/i386.h:383 config/i386/i386.h:387
9884 msgid "Do not use push instructions to save outgoing arguments"
9887 #: config/i386/i386.h:389
9888 msgid "Support MMX built-in functions"
9891 #: config/i386/i386.h:391
9892 msgid "Do not support MMX built-in functions"
9895 #: config/i386/i386.h:393
9896 msgid "Support 3DNow! built-in functions"
9899 #: config/i386/i386.h:395
9900 msgid "Do not support 3DNow! built-in functions"
9903 #: config/i386/i386.h:397
9904 msgid "Support MMX and SSE built-in functions and code generation"
9907 #: config/i386/i386.h:399
9908 msgid "Do not support MMX and SSE built-in functions and code generation"
9911 #: config/i386/i386.h:401
9912 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
9915 #: config/i386/i386.h:403
9916 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
9919 #: config/i386/i386.h:405
9920 msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9923 #: config/i386/i386.h:407
9924 msgid "Do not support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9927 #: config/i386/i386.h:409
9928 msgid "sizeof(long double) is 16"
9931 #: config/i386/i386.h:411
9932 msgid "sizeof(long double) is 12"
9935 #: config/i386/i386.h:413
9936 msgid "Generate 64bit x86-64 code"
9939 #: config/i386/i386.h:415
9940 msgid "Generate 32bit i386 code"
9943 #: config/i386/i386.h:417
9944 msgid "Use native (MS) bitfield layout"
9947 #: config/i386/i386.h:419
9948 msgid "Use gcc default bitfield layout"
9951 #: config/i386/i386.h:421
9952 msgid "Use red-zone in the x86-64 code"
9955 #: config/i386/i386.h:423
9956 msgid "Do not use red-zone in the x86-64 code"
9959 #: config/i386/i386.h:425
9961 msgid "Use direct references against %gs when accessing tls data"
9964 #: config/i386/i386.h:427
9966 msgid "Do not use direct references against %gs when accessing tls data"
9969 #. This macro is similar to `TARGET_SWITCHES' but defines names of
9970 #. command options that have values. Its definition is an
9971 #. initializer with a subgrouping for each command option.
9973 #. Each subgrouping contains a string constant, that defines the
9974 #. fixed part of the option name, and the address of a variable. The
9975 #. variable, type `char *', is set to the variable part of the given
9976 #. option if the fixed part matches. The actual option name is made
9977 #. by appending `-m' to the specified name.
9978 #: config/i386/i386.h:461 config/ia64/ia64.h:269 config/rs6000/rs6000.h:437
9979 #: config/s390/s390.h:146 config/sparc/sparc.h:656
9980 msgid "Schedule code for given CPU"
9983 #: config/i386/i386.h:463
9984 msgid "Generate floating point mathematics using given instruction set"
9987 #: config/i386/i386.h:465 config/s390/s390.h:148
9988 msgid "Generate code for given CPU"
9991 #: config/i386/i386.h:467
9992 msgid "Number of registers used to pass integer arguments"
9995 #. TARGET_DEFAULT is defined in m68k-none.h, netbsd.h, etc.
9996 #. This macro is similar to `TARGET_SWITCHES' but defines names of
9997 #. command options that have values. Its definition is an
9998 #. initializer with a subgrouping for each command option.
10000 #. Each subgrouping contains a string constant, that defines the
10001 #. fixed part of the option name, and the address of a variable. The
10002 #. variable, type `char *', is set to the variable part of the given
10003 #. option if the fixed part matches. The actual option name is made
10004 #. by appending `-m' to the specified name.
10005 #: config/i386/i386.h:469 config/m68k/m68k.h:360
10006 msgid "Loop code aligned to this power of 2"
10009 #: config/i386/i386.h:471 config/m68k/m68k.h:362
10010 msgid "Jump targets are aligned to this power of 2"
10013 #: config/i386/i386.h:473 config/m68k/m68k.h:364
10014 msgid "Function starts are aligned to this power of 2"
10017 #: config/i386/i386.h:476
10018 msgid "Attempt to keep stack aligned to this power of 2"
10021 #: config/i386/i386.h:478
10022 msgid "Branches are this expensive (1-5, arbitrary units)"
10025 #: config/i386/i386.h:480
10026 msgid "Use given x86-64 code model"
10031 #: config/i386/i386.h:486
10032 msgid "Use given assembler dialect"
10035 #: config/i386/i386.h:488
10036 msgid "Use given thread-local storage dialect"
10039 #: config/i386/sco5.h:292
10040 msgid "Generate ELF output"
10043 #. 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.
10044 #. 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.
10045 #: config/i386/xm-djgpp.h:61
10046 msgid "environment variable DJGPP not defined"
10049 #: config/i386/xm-djgpp.h:63
10051 msgid "environment variable DJGPP points to missing file '%s'"
10054 #: config/i386/xm-djgpp.h:66
10056 msgid "environment variable DJGPP points to corrupt file '%s'"
10059 #. Macro to define tables used to set the flags.
10060 #. This is a list in braces of pairs in braces,
10061 #. each pair being { "NAME", VALUE }
10062 #. where VALUE is the bits to set or minus the bits to clear.
10063 #. An empty string NAME is used to identify the default VALUE.
10064 #: config/i860/i860.h:60
10065 msgid "Generate code which uses the FPU"
10068 #: config/i860/i860.h:61 config/i860/i860.h:62
10069 msgid "Do not generate code which uses the FPU"
10072 #: config/i960/i960-c.c:68
10073 msgid "sorry, not implemented: #pragma align NAME=SIZE"
10076 #: config/i960/i960-c.c:73
10078 msgid "malformed #pragma align - ignored"
10079 msgstr "êáêïäéáìïñöùìÝíç ãñáììÞ áãíïÞèçêå"
10081 #: config/i960/i960-c.c:111
10082 msgid "sorry, not implemented: #pragma noalign NAME"
10085 #: config/i960/i960.c:134 config/i960/i960.c:144
10086 msgid "conflicting architectures defined - using C series"
10089 #: config/i960/i960.c:139
10090 msgid "conflicting architectures defined - using K series"
10093 #: config/i960/i960.c:154
10094 msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
10097 #: config/i960/i960.c:1456 config/m68k/m68k.c:600 config/rs6000/rs6000.c:11364
10099 msgid "stack limit expression is not supported"
10100 msgstr "åéäéêÜ áñ÷åßá ìðëïê äåí õðïóôçñßæïíôáé"
10102 #. Macro to define tables used to set the flags.
10103 #. This is a list in braces of pairs in braces,
10104 #. each pair being { "NAME", VALUE }
10105 #. where VALUE is the bits to set or minus the bits to clear.
10106 #. An empty string NAME is used to identify the default VALUE.
10107 #. ??? Not all ten of these architecture variations actually exist, but I
10108 #. am not sure which are real and which aren't.
10109 #: config/i960/i960.h:250
10110 msgid "Generate SA code"
10113 #: config/i960/i960.h:253
10114 msgid "Generate SB code"
10117 #. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate SC code")},
10118 #: config/i960/i960.h:258
10119 msgid "Generate KA code"
10122 #: config/i960/i960.h:261
10123 msgid "Generate KB code"
10126 #. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate KC code")},
10127 #: config/i960/i960.h:266
10128 msgid "Generate JA code"
10131 #: config/i960/i960.h:268
10132 msgid "Generate JD code"
10135 #: config/i960/i960.h:271
10136 msgid "Generate JF code"
10139 #: config/i960/i960.h:273
10140 msgid "generate RP code"
10143 #: config/i960/i960.h:276
10144 msgid "Generate MC code"
10147 #: config/i960/i960.h:279
10148 msgid "Generate CA code"
10151 #. {"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")},
10152 #: config/i960/i960.h:289
10153 msgid "Generate CF code"
10156 #: config/i960/i960.h:293 config/mips/mips.h:552 config/pa/pa.h:266
10157 msgid "Use software floating point"
10160 #: config/i960/i960.h:295
10161 msgid "Use alternate leaf function entries"
10164 #: config/i960/i960.h:297
10165 msgid "Do not use alternate leaf function entries"
10168 #: config/i960/i960.h:299
10169 msgid "Perform tail call optimization"
10172 #: config/i960/i960.h:301
10173 msgid "Do not perform tail call optimization"
10176 #: config/i960/i960.h:303
10177 msgid "Use complex addressing modes"
10180 #: config/i960/i960.h:305
10182 msgid "Do not use complex addressing modes"
10183 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
10185 #: config/i960/i960.h:307
10186 msgid "Align code to 8 byte boundary"
10189 #: config/i960/i960.h:309
10190 msgid "Do not align code to 8 byte boundary"
10193 #. {"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")},
10194 #: config/i960/i960.h:315 config/i960/i960.h:317
10195 msgid "Enable compatibility with iC960 v2.0"
10198 #: config/i960/i960.h:319
10199 msgid "Enable compatibility with iC960 v3.0"
10202 #: config/i960/i960.h:321 config/i960/i960.h:323
10203 msgid "Enable compatibility with ic960 assembler"
10206 #: config/i960/i960.h:325
10207 msgid "Do not permit unaligned accesses"
10210 #: config/i960/i960.h:327
10211 msgid "Permit unaligned accesses"
10214 #: config/i960/i960.h:329
10215 msgid "Layout types like Intel's v1.3 gcc"
10218 #: config/i960/i960.h:331
10219 msgid "Do not layout types like Intel's v1.3 gcc"
10222 #: config/i960/i960.h:333 config/sparc/freebsd.h:80 config/sparc/linux.h:91
10223 #: config/sparc/linux64.h:103 config/sparc/netbsd-elf.h:215
10224 msgid "Use 64 bit long doubles"
10227 #: config/i960/i960.h:335
10228 msgid "Enable linker relaxation"
10231 #: config/i960/i960.h:337
10232 msgid "Do not enable linker relaxation"
10235 # src/dfa.c:569 src/dfa.c:583 src/dfa.c:587
10236 # src/dfa.c:577 src/dfa.c:591 src/dfa.c:595
10237 #: config/ia64/ia64-c.c:52
10239 msgid "malformed #pragma builtin"
10240 msgstr "êáêïó÷çìáôéóìÝíïò ìåôñçôÞò åðáíÜëçøçò"
10242 #: config/ia64/ia64.c:1025 config/m32r/m32r.c:354
10244 msgid "invalid argument of `%s' attribute"
10245 msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
10247 #: config/ia64/ia64.c:1037
10248 msgid "%Jan address area attribute cannot be specified for local variables"
10251 #: config/ia64/ia64.c:1044
10252 msgid "%Jaddress area of '%s' conflicts with previous declaration"
10255 #: config/ia64/ia64.c:1051
10256 msgid "%Jaddress area attribute cannot be specified for functions"
10259 #: config/ia64/ia64.c:4305
10260 msgid "ia64_print_operand: unknown code"
10263 #: config/ia64/ia64.c:4645
10264 msgid "value of -mfixed-range must have form REG1-REG2"
10267 #: config/ia64/ia64.c:4672
10269 msgid "%s-%s is an empty range"
10272 #: config/ia64/ia64.c:4720
10273 msgid "cannot optimize floating point division for both latency and throughput"
10276 #: config/ia64/ia64.c:4726
10277 msgid "cannot optimize integer division for both latency and throughput"
10280 #: config/ia64/ia64.c:4732
10281 msgid "cannot optimize square root for both latency and throughput"
10284 #: config/ia64/ia64.c:4738
10285 msgid "not yet implemented: latency-optimized inline square root"
10288 #: config/ia64/ia64.c:4750
10290 msgid "bad value (%s) for -mtls-size= switch"
10291 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
10293 #: config/ia64/ia64.c:4766
10295 msgid "bad value (%s) for -tune= switch"
10296 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
10298 #. This macro defines names of command options to set and clear bits in
10299 #. `target_flags'. Its definition is an initializer with a subgrouping for
10300 #. each command option.
10301 #: config/ia64/ia64.h:172
10302 msgid "Generate big endian code"
10305 #: config/ia64/ia64.h:174 config/mcore/mcore.h:154
10306 msgid "Generate little endian code"
10309 #: config/ia64/ia64.h:176
10310 msgid "Generate code for GNU as"
10313 #: config/ia64/ia64.h:178
10314 msgid "Generate code for Intel as"
10317 #: config/ia64/ia64.h:180
10318 msgid "Generate code for GNU ld"
10321 #: config/ia64/ia64.h:182
10322 msgid "Generate code for Intel ld"
10325 #: config/ia64/ia64.h:184
10326 msgid "Generate code without GP reg"
10329 #: config/ia64/ia64.h:186
10330 msgid "Emit stop bits before and after volatile extended asms"
10333 #: config/ia64/ia64.h:188
10334 msgid "Don't emit stop bits before and after volatile extended asms"
10337 #: config/ia64/ia64.h:190
10338 msgid "Emit code for Itanium (TM) processor B step"
10341 #: config/ia64/ia64.h:192
10342 msgid "Use in/loc/out register names"
10345 #: config/ia64/ia64.h:194
10346 msgid "Disable use of sdata/scommon/sbss"
10349 #: config/ia64/ia64.h:196
10350 msgid "Enable use of sdata/scommon/sbss"
10353 #: config/ia64/ia64.h:198
10354 msgid "gp is constant (but save/restore gp on indirect calls)"
10357 #: config/ia64/ia64.h:200
10358 msgid "Generate self-relocatable code"
10361 #: config/ia64/ia64.h:202
10362 msgid "Generate inline floating point division, optimize for latency"
10365 #: config/ia64/ia64.h:204
10366 msgid "Generate inline floating point division, optimize for throughput"
10369 #: config/ia64/ia64.h:206
10370 msgid "Generate inline integer division, optimize for latency"
10373 #: config/ia64/ia64.h:208
10374 msgid "Generate inline integer division, optimize for throughput"
10377 #: config/ia64/ia64.h:210
10378 msgid "Generate inline square root, optimize for latency"
10381 #: config/ia64/ia64.h:212
10382 msgid "Generate inline square root, optimize for throughput"
10385 #: config/ia64/ia64.h:214
10386 msgid "Enable Dwarf 2 line debug info via GNU as"
10389 #: config/ia64/ia64.h:216
10390 msgid "Disable Dwarf 2 line debug info via GNU as"
10393 #: config/ia64/ia64.h:218
10394 msgid "Enable earlier placing stop bits for better scheduling"
10397 #: config/ia64/ia64.h:220
10399 msgid "Disable earlier placing stop bits"
10400 msgstr "ÁêáôÜëëçëç åíôïëÞ"
10402 #: config/ia64/ia64.h:265
10403 msgid "Specify range of registers to make fixed"
10406 #: config/ip2k/ip2k.c:1074
10408 msgid "bad operand"
10409 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
10411 #: config/iq2000/iq2000.c:1816
10413 msgid "bad value (%s) for -mcpu= switch"
10416 #: config/iq2000/iq2000.c:1845
10418 msgid "The compiler does not support -march=%s."
10419 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
10421 #: config/iq2000/iq2000.c:2232
10423 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
10426 #: config/iq2000/iq2000.c:3023
10428 msgid "argument `%d' is not a constant"
10429 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
10431 #: config/iq2000/iq2000.c:3314 config/xtensa/xtensa.c:2095
10432 msgid "PRINT_OPERAND_ADDRESS, null pointer"
10435 #: config/iq2000/iq2000.c:3469
10437 msgid "PRINT_OPERAND: Unknown punctuation '%c'"
10440 #: config/iq2000/iq2000.c:3478 config/mips/mips.c:5464
10441 #: config/xtensa/xtensa.c:1949
10442 msgid "PRINT_OPERAND null pointer"
10445 #: config/iq2000/iq2000.c:3547
10447 msgid "invalid %%P operand"
10448 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
10450 #: config/iq2000/iq2000.c:3555 config/rs6000/rs6000.c:8949
10452 msgid "invalid %%p value"
10453 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
10455 #: config/iq2000/iq2000.c:3619 config/mips/mips.c:5594
10457 msgid "invalid use of %%d, %%x, or %%X"
10460 #: config/iq2000/iq2000.h:72 config/mn10300/mn10300.h:74
10461 msgid "No default crt0.o"
10464 #: config/iq2000/iq2000.h:74
10465 msgid "Use GP relative sdata/sbss sections"
10468 #: config/iq2000/iq2000.h:76
10469 msgid "Don't use GP relative sdata/sbss sections"
10472 #: config/iq2000/iq2000.h:78 config/mips/mips.h:576
10473 msgid "Use ROM instead of RAM"
10476 #: config/iq2000/iq2000.h:80 config/mips/mips.h:578
10477 msgid "Don't use ROM instead of RAM"
10480 #: config/iq2000/iq2000.h:82 config/mips/mips.h:580
10481 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
10484 #: config/iq2000/iq2000.h:84 config/mips/mips.h:582
10485 msgid "Don't put uninitialized constants in ROM"
10488 #: config/iq2000/iq2000.h:106 config/mips/mips.h:744 config/pa/pa.h:310
10489 msgid "Specify CPU for scheduling purposes"
10492 #: config/iq2000/iq2000.h:108 config/mips/mips.h:746
10493 msgid "Specify CPU for code generation purposes"
10496 #: config/m32r/m32r.c:172
10498 msgid "bad value (%s) for -mmodel switch"
10501 #: config/m32r/m32r.c:181
10503 msgid "bad value (%s) for -msdata switch"
10506 #: config/m32r/m32r.c:188
10508 msgid "bad value (%s) for -flush-trap=n (0=<n<=15)"
10511 #: config/m32r/m32r.c:2295
10513 msgid "invalid operand to %%s code"
10514 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10516 #: config/m32r/m32r.c:2302
10518 msgid "invalid operand to %%p code"
10519 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10521 #: config/m32r/m32r.c:2357
10522 msgid "bad insn for 'A'"
10525 #: config/m32r/m32r.c:2404
10527 msgid "invalid operand to %%T/%%B code"
10528 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10530 #: config/m32r/m32r.c:2427
10532 msgid "invalid operand to %%N code"
10533 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10535 #: config/m32r/m32r.c:2460
10536 msgid "pre-increment address is not a register"
10539 #: config/m32r/m32r.c:2467
10540 msgid "pre-decrement address is not a register"
10543 #: config/m32r/m32r.c:2474
10544 msgid "post-increment address is not a register"
10547 #: config/m32r/m32r.c:2550 config/m32r/m32r.c:2566
10548 #: config/rs6000/rs6000.c:14821
10550 msgid "bad address"
10551 msgstr "ÅóöáëìÝíç äéåýèõíóç"
10553 #: config/m32r/m32r.c:2571
10555 msgid "lo_sum not of register"
10556 msgstr "RPC: Ôï ðñüãñáììá äåí Ý÷åé êáôá÷ùñçèåß"
10558 #. { "relax", TARGET_RELAX_MASK, "" }, { "no-relax", -TARGET_RELAX_MASK, "" },
10559 #: config/m32r/m32r.h:279
10560 msgid "Display compile time statistics"
10563 #: config/m32r/m32r.h:281
10564 msgid "Align all loops to 32 byte boundary"
10567 #: config/m32r/m32r.h:284
10568 msgid "Only issue one instruction per cycle"
10571 #: config/m32r/m32r.h:287
10572 msgid "Prefer branches over conditional execution"
10575 #: config/m32r/m32r.h:308
10576 msgid "Code size: small, medium or large"
10579 #: config/m32r/m32r.h:310
10580 msgid "Small data area: none, sdata, use"
10583 #: config/m32r/m32r.h:312 config/mips/mips.h:752
10584 msgid "Don't call any cache flush functions"
10587 #: config/m32r/m32r.h:314 config/mips/mips.h:754
10588 msgid "Specify cache flush function"
10591 #: config/m32r/m32r.h:316
10592 msgid "Don't call any cache flush trap"
10595 #: config/m32r/m32r.h:318
10596 msgid "Specify cache flush trap number"
10599 #: config/m68hc11/m68hc11.c:280
10601 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
10604 #: config/m68hc11/m68hc11.c:1326
10605 msgid "`trap' and `far' attributes are not compatible, ignoring `far'"
10608 #: config/m68hc11/m68hc11.c:1332
10610 msgid "`trap' attribute is already used"
10611 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
10613 #. !!!! SCz wrong here.
10614 #: config/m68hc11/m68hc11.c:3305 config/m68hc11/m68hc11.c:3689
10615 msgid "move insn not handled"
10618 #: config/m68hc11/m68hc11.c:3537 config/m68hc11/m68hc11.c:3621
10619 #: config/m68hc11/m68hc11.c:3892
10620 msgid "invalid register in the move instruction"
10623 #: config/m68hc11/m68hc11.c:3571
10625 msgid "invalid operand in the instruction"
10626 msgstr "ìç Ýãêõñç ìÝôñçóç åðáíÜëçøçò `%s' óôç êáôáóêåõÞ [c*n]"
10628 #: config/m68hc11/m68hc11.c:3866
10630 msgid "invalid register in the instruction"
10631 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
10633 #: config/m68hc11/m68hc11.c:3899
10634 msgid "operand 1 must be a hard register"
10637 #: config/m68hc11/m68hc11.c:3913
10639 msgid "invalid rotate insn"
10640 msgstr "Ìç Ýãêõñç çìåñïìçíßá `%s'."
10642 #: config/m68hc11/m68hc11.c:4337
10643 msgid "registers IX, IY and Z used in the same INSN"
10646 #: config/m68hc11/m68hc11.c:4674 config/m68hc11/m68hc11.c:4974
10648 msgid "cannot do z-register replacement"
10649 msgstr "Äåí åßíáé äõíáôÞ ç êáôá÷þñçóç ôçò õðçñåóßáò"
10651 #: config/m68hc11/m68hc11.c:5037
10652 msgid "invalid Z register replacement for insn"
10655 #. Macro to define tables used to set the flags. This is a list in braces of
10656 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
10657 #. to set or minus the bits to clear. An empty string NAME is used to
10658 #. identify the default VALUE.
10659 #: config/m68hc11/m68hc11.h:177
10660 msgid "Compile with 16-bit integer mode"
10663 #: config/m68hc11/m68hc11.h:179
10664 msgid "Compile with 32-bit integer mode"
10667 #: config/m68hc11/m68hc11.h:181
10668 msgid "Auto pre/post decrement increment allowed"
10671 #: config/m68hc11/m68hc11.h:183
10672 msgid "Auto pre/post decrement increment not allowed"
10675 #: config/m68hc11/m68hc11.h:185
10676 msgid "Min/max instructions allowed"
10679 #: config/m68hc11/m68hc11.h:187
10681 msgid "Min/max instructions not allowed"
10682 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
10684 #: config/m68hc11/m68hc11.h:189
10685 msgid "Use call and rtc for function calls and returns"
10688 #: config/m68hc11/m68hc11.h:191
10689 msgid "Use jsr and rts for function calls and returns"
10692 #: config/m68hc11/m68hc11.h:193
10694 msgid "Do not use direct addressing mode for soft registers"
10695 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
10697 #: config/m68hc11/m68hc11.h:195
10699 msgid "Use direct addressing mode for soft registers"
10700 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
10702 #: config/m68hc11/m68hc11.h:197 config/m68hc11/m68hc11.h:203
10703 msgid "Compile for a 68HC11"
10706 #: config/m68hc11/m68hc11.h:199 config/m68hc11/m68hc11.h:205
10707 msgid "Compile for a 68HC12"
10710 #: config/m68hc11/m68hc11.h:201 config/m68hc11/m68hc11.h:207
10711 msgid "Compile for a 68HCS12"
10714 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10715 #. command options that have values. Its definition is an
10716 #. initializer with a subgrouping for each command option.
10718 #. Each subgrouping contains a string constant, that defines the
10719 #. fixed part of the option name, and the address of a variable. The
10720 #. variable, type `char *', is set to the variable part of the given
10721 #. option if the fixed part matches. The actual option name is made
10722 #. by appending `-m' to the specified name.
10723 #: config/m68hc11/m68hc11.h:221
10725 msgid "Specify the register allocation order"
10726 msgstr "Áðïôõ÷ßá äÝóìåõóçò ðüñùí óõóôÞìáôïò"
10728 #: config/m68hc11/m68hc11.h:223
10729 msgid "Indicate the number of soft registers available"
10732 #: config/m68k/m68k.c:239
10734 msgid "-malign-loops=%d is not between 1 and %d"
10737 #: config/m68k/m68k.c:250
10738 msgid "-mshared-library-id= specified without -mid-shared-library"
10741 #: config/m68k/m68k.c:253
10743 msgid "-mshared-library-id=%d is not between 0 and %d"
10746 #: config/m68k/m68k.c:267
10748 msgid "cannot specify both -msep-data and -mid-shared-library"
10749 msgstr "äåí åßíáé äõíáôü íá ðáñáëçöèåß ï ÷ñÞóôçò êáé ç ïìÜäá"
10751 #: config/m68k/m68k.c:282
10753 msgid "-malign-jumps=%d is not between 1 and %d"
10756 #: config/m68k/m68k.c:293
10758 msgid "-malign-functions=%d is not between 1 and %d"
10761 #: config/m68k/m68k.c:302
10762 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
10765 #. Macro to define tables used to set the flags.
10766 #. This is a list in braces of pairs in braces,
10767 #. each pair being { "NAME", VALUE }
10768 #. where VALUE is the bits to set or minus the bits to clear.
10769 #. An empty string NAME is used to identify the default VALUE.
10770 #: config/m68k/m68k.h:248 config/m68k/m68k.h:250
10771 msgid "Generate code for a 68020"
10774 #: config/m68k/m68k.h:255 config/m68k/m68k.h:258
10775 msgid "Generate code for a 68000"
10778 #: config/m68k/m68k.h:260
10779 msgid "Use the bit-field instructions"
10782 #: config/m68k/m68k.h:262
10783 msgid "Do not use the bit-field instructions"
10786 #: config/m68k/m68k.h:264
10787 msgid "Consider type `int' to be 16 bits wide"
10790 #: config/m68k/m68k.h:266
10791 msgid "Consider type `int' to be 32 bits wide"
10794 #: config/m68k/m68k.h:269
10795 msgid "Generate code with library calls for floating point"
10798 #: config/m68k/m68k.h:271
10799 msgid "Generate code for a 68040, without any new instructions"
10802 #: config/m68k/m68k.h:274
10803 msgid "Generate code for a 68060, without any new instructions"
10806 #: config/m68k/m68k.h:278
10807 msgid "Generate code for a 68030"
10810 #: config/m68k/m68k.h:281
10811 msgid "Generate code for a 68040"
10814 #: config/m68k/m68k.h:285
10815 msgid "Generate code for a 68060"
10818 #: config/m68k/m68k.h:290
10819 msgid "Generate code for a 520X"
10822 #: config/m68k/m68k.h:294
10824 msgid "Generate code for a 5206e"
10825 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
10827 #: config/m68k/m68k.h:298
10829 msgid "Generate code for a 528x"
10830 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
10832 #: config/m68k/m68k.h:302
10834 msgid "Generate code for a 5307"
10835 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
10837 #: config/m68k/m68k.h:306
10839 msgid "Generate code for a 5407"
10840 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
10842 #: config/m68k/m68k.h:309
10843 msgid "Generate code for a 68851"
10846 #: config/m68k/m68k.h:311
10847 msgid "Do no generate code for a 68851"
10850 #: config/m68k/m68k.h:314
10851 msgid "Generate code for a 68302"
10854 #: config/m68k/m68k.h:317
10855 msgid "Generate code for a 68332"
10858 #: config/m68k/m68k.h:321
10859 msgid "Generate code for a cpu32"
10862 #: config/m68k/m68k.h:324
10863 msgid "Align variables on a 32-bit boundary"
10866 #: config/m68k/m68k.h:326
10867 msgid "Align variables on a 16-bit boundary"
10870 #: config/m68k/m68k.h:328
10871 msgid "Enable separate data segment"
10874 #: config/m68k/m68k.h:330
10875 msgid "Disable separate data segment"
10878 #: config/m68k/m68k.h:332
10879 msgid "Enable ID based shared library"
10882 #: config/m68k/m68k.h:334
10883 msgid "Disable ID based shared library"
10886 #: config/m68k/m68k.h:336
10887 msgid "Generate pc-relative code"
10890 #: config/m68k/m68k.h:338
10891 msgid "Do not use unaligned memory references"
10894 #: config/m68k/m68k.h:340
10896 msgid "Use unaligned memory references"
10897 msgstr "Ìç Ýãêõñç ðéóù-ðáñáðïìðÞ"
10899 #: config/m68k/m68k.h:342
10900 msgid "Use different calling convention using 'rtd'"
10903 #: config/m68k/m68k.h:366
10904 msgid "ID of shared library to build"
10907 #: config/mcore/mcore.c:2973
10909 msgid "invalid option `-mstack-increment=%s'"
10910 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
10912 #: config/mcore/mcore.h:121
10913 msgid "Inline constants if it can be done in 2 insns or less"
10916 #: config/mcore/mcore.h:123
10917 msgid "Inline constants if it only takes 1 instruction"
10920 #: config/mcore/mcore.h:125
10921 msgid "Set maximum alignment to 4"
10924 #: config/mcore/mcore.h:127
10925 msgid "Set maximum alignment to 8"
10928 #: config/mcore/mcore.h:131
10929 msgid "Do not use the divide instruction"
10932 #: config/mcore/mcore.h:135
10933 msgid "Do not arbitrary sized immediates in bit operations"
10936 #: config/mcore/mcore.h:137
10937 msgid "Always treat bit-field as int-sized"
10940 #: config/mcore/mcore.h:141
10941 msgid "Force functions to be aligned to a 4 byte boundary"
10944 #: config/mcore/mcore.h:143
10945 msgid "Force functions to be aligned to a 2 byte boundary"
10948 #: config/mcore/mcore.h:145
10950 msgid "Emit call graph information"
10951 msgstr "åìöÜíéóç ðëçñïöïñéþí ðñïüäïõ"
10953 #: config/mcore/mcore.h:149
10954 msgid "Prefer word accesses over byte accesses"
10957 #: config/mcore/mcore.h:160
10958 msgid "Generate code for the M*Core M340"
10961 #: config/mcore/mcore.h:173
10962 msgid "Maximum amount for a single stack increment operation"
10965 #: config/mips/mips.c:3122 config/xtensa/xtensa.c:1000
10966 #: config/xtensa/xtensa.c:1032 config/xtensa/xtensa.c:1041
10969 msgstr "ÅóöáëìÝíç äéåýèõíóç"
10971 #: config/mips/mips.c:4600
10973 msgid "bad value (%s) for -mabi= switch"
10976 #: config/mips/mips.c:4623
10978 msgid "-mips%s conflicts with the other architecture options, which specify a MIPS%d processor"
10981 #: config/mips/mips.c:4642
10983 msgid "-march=%s is not compatible with the selected ABI"
10986 #: config/mips/mips.c:4657
10987 msgid "-mgp64 used with a 32-bit processor"
10990 #: config/mips/mips.c:4659
10992 msgid "-mgp32 used with a 64-bit ABI"
10993 msgstr "×ñÞóç ABI 64-bit"
10995 #: config/mips/mips.c:4661
10997 msgid "-mgp64 used with a 32-bit ABI"
10998 msgstr "×ñÞóç ABI 32-bit"
11000 #: config/mips/mips.c:4679 config/mips/mips.c:4681 config/mips/mips.c:4683
11001 #: config/mips/mips.c:4811
11003 msgid "unsupported combination: %s"
11004 msgstr "ÅìöÜíéóç Ýêäïóçò ðñïãñÜììáôïò"
11006 #: config/mips/mips.c:4775
11007 msgid "-g is only supported using GNU as,"
11010 #: config/mips/mips.c:4777
11011 msgid "-g is only supported using GNU as with -mabi=32,"
11014 #: config/mips/mips.c:4778 config/pa/pa.c:353
11016 msgid "-g option disabled"
11017 msgstr "Ç ëåéôïõñãßá NIS+ áðÝôõ÷å"
11019 #: config/mips/mips.c:4806
11020 msgid "generation of Branch Likely instructions enabled, but not supported by architecture"
11023 #: config/mips/mips.c:4823
11024 msgid "-G is incompatible with PIC code which is the default"
11027 #: config/mips/mips.c:4851
11028 msgid "-membedded-pic and -mabicalls are incompatible"
11031 #: config/mips/mips.c:4854
11032 msgid "-G and -membedded-pic are incompatible"
11035 #: config/mips/mips.c:4886
11036 msgid "non-PIC n64 with explicit relocations"
11039 #: config/mips/mips.c:5274
11040 msgid "mips_debugger_offset called with non stack/frame/arg pointer"
11043 #: config/mips/mips.c:5401
11045 msgid "internal error: %%) found without a %%( in assembler pattern"
11048 #: config/mips/mips.c:5415
11050 msgid "internal error: %%] found without a %%[ in assembler pattern"
11053 #: config/mips/mips.c:5428
11055 msgid "internal error: %%> found without a %%< in assembler pattern"
11058 #: config/mips/mips.c:5441
11060 msgid "internal error: %%} found without a %%{ in assembler pattern"
11063 #: config/mips/mips.c:5455
11065 msgid "PRINT_OPERAND: unknown punctuation '%c'"
11068 #: config/mips/mips.c:5484
11070 msgid "PRINT_OPERAND, invalid insn for %%C"
11073 #: config/mips/mips.c:5501
11075 msgid "PRINT_OPERAND, invalid insn for %%N"
11078 #: config/mips/mips.c:5510
11080 msgid "PRINT_OPERAND, invalid insn for %%F"
11083 #: config/mips/mips.c:5519
11085 msgid "PRINT_OPERAND, invalid insn for %%W"
11088 #: config/mips/mips.c:5625
11089 msgid "PRINT_OPERAND, invalid operand for relocation"
11092 #: config/mips/mips.c:8310
11094 msgid "can not handle inconsistent calls to `%s'"
11095 msgstr "áäõíáìßá åêôÝëåóçò ioctl óôï `%s'"
11097 #: config/mips/mips.c:9316
11098 msgid "the cpu name must be lower case"
11101 #: config/mips/mips.c:9338
11103 msgid "bad value (%s) for %s"
11104 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
11106 #: config/mips/mips.c:9607
11108 msgid "can't rewind temp file: %m"
11109 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ"
11111 #: config/mips/mips.c:9611
11113 msgid "can't write to output file: %m"
11114 msgstr "áäõíáìßá åããñáöÞò áñ÷åßùí åîüäïõ óôï `%s'"
11116 #: config/mips/mips.c:9614
11118 msgid "can't read from temp file: %m"
11119 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ"
11121 #: config/mips/mips.c:9617
11123 msgid "can't close temp file: %m"
11124 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ"
11126 #: config/mips/linux64.h:39
11127 msgid "Same as -mabi=32, just trickier"
11130 #. Target CPU builtins.
11131 #. We do this here because __mips is defined below and so we can't use builtin_define_std.
11132 #. Treat _R3000 and _R4000 like register-size defines, which is how they've historically been used.
11133 #. Macros dependent on the C dialect.
11134 #. Bizarre, but needed at least for Irix.
11135 #. Macro to define tables used to set the flags.
11136 #. This is a list in braces of pairs in braces,
11137 #. each pair being { "NAME", VALUE }
11138 #. where VALUE is the bits to set or minus the bits to clear.
11139 #. An empty string NAME is used to identify the default VALUE.
11140 #: config/mips/mips.h:514
11141 msgid "Use 64-bit int type"
11144 #: config/mips/mips.h:516
11145 msgid "Use 64-bit long type"
11148 #: config/mips/mips.h:518
11149 msgid "Use 32-bit long type"
11152 #: config/mips/mips.h:520
11153 msgid "Optimize lui/addiu address loads"
11156 #: config/mips/mips.h:522
11157 msgid "Don't optimize lui/addiu address loads"
11160 #: config/mips/mips.h:524
11161 msgid "Use MIPS as"
11164 #: config/mips/mips.h:526
11168 #: config/mips/mips.h:528
11170 msgid "Use symbolic register names"
11171 msgstr "äåí äþèçêå óõìâïëéêü üíïìá"
11173 #: config/mips/mips.h:530
11174 msgid "Don't use symbolic register names"
11177 #: config/mips/mips.h:532 config/mips/mips.h:534
11178 msgid "Use GP relative sdata/sbss sections (now ignored)"
11181 #: config/mips/mips.h:536 config/mips/mips.h:538
11182 msgid "Don't use GP relative sdata/sbss sections (now ignored)"
11185 #: config/mips/mips.h:540
11186 msgid "Output compiler statistics (now ignored)"
11189 #: config/mips/mips.h:542
11190 msgid "Don't output compiler statistics"
11193 #: config/mips/mips.h:544
11194 msgid "Don't optimize block moves"
11197 #: config/mips/mips.h:546
11198 msgid "Optimize block moves"
11201 #: config/mips/mips.h:548
11202 msgid "Use mips-tfile asm postpass"
11205 #: config/mips/mips.h:550
11206 msgid "Don't use mips-tfile asm postpass"
11209 #. Macro to define tables used to set the flags.
11210 #. This is a list in braces of triplets in braces,
11211 #. each triplet being { "NAME", VALUE, DOC }
11212 #. where VALUE is the bits to set or minus the bits to clear and DOC
11213 #. is the documentation for --help (NULL if intentionally undocumented).
11214 #. An empty string NAME is used to identify the default VALUE.
11215 #: config/mips/mips.h:554 config/pdp11/pdp11.h:61 config/rs6000/rs6000.h:314
11216 msgid "Use hardware floating point"
11219 #: config/mips/mips.h:556
11220 msgid "Use 64-bit FP registers"
11223 #: config/mips/mips.h:558
11224 msgid "Use 32-bit FP registers"
11227 #: config/mips/mips.h:560
11228 msgid "Use 64-bit general registers"
11231 #: config/mips/mips.h:562
11232 msgid "Use 32-bit general registers"
11235 #: config/mips/mips.h:564
11236 msgid "Use Irix PIC"
11239 #: config/mips/mips.h:566
11240 msgid "Don't use Irix PIC"
11243 #: config/mips/mips.h:568
11244 msgid "Use indirect calls"
11247 #: config/mips/mips.h:570
11248 msgid "Don't use indirect calls"
11251 #: config/mips/mips.h:572
11252 msgid "Use embedded PIC"
11255 #: config/mips/mips.h:574
11256 msgid "Don't use embedded PIC"
11259 #: config/mips/mips.h:584
11260 msgid "Use big-endian byte order"
11263 #: config/mips/mips.h:586
11264 msgid "Use little-endian byte order"
11267 #: config/mips/mips.h:588
11268 msgid "Use single (32-bit) FP only"
11271 #: config/mips/mips.h:590
11272 msgid "Don't use single (32-bit) FP only"
11275 #: config/mips/mips.h:592
11276 msgid "Use multiply accumulate"
11279 #: config/mips/mips.h:594
11280 msgid "Don't use multiply accumulate"
11283 #: config/mips/mips.h:596
11284 msgid "Don't generate fused multiply/add instructions"
11287 #: config/mips/mips.h:598 config/rs6000/rs6000.h:330
11288 msgid "Generate fused multiply/add instructions"
11291 #: config/mips/mips.h:600
11292 msgid "Work around early 4300 hardware bug"
11295 #: config/mips/mips.h:602
11296 msgid "Don't work around early 4300 hardware bug"
11299 #: config/mips/mips.h:604
11300 msgid "Work around errata for early SB-1 revision 2 cores"
11303 #: config/mips/mips.h:606
11304 msgid "Don't work around errata for early SB-1 revision 2 cores"
11307 #: config/mips/mips.h:608
11308 msgid "Trap on integer divide by zero"
11311 #: config/mips/mips.h:610
11312 msgid "Don't trap on integer divide by zero"
11315 #: config/mips/mips.h:612
11316 msgid "Use Branch Likely instructions, overriding default for arch"
11319 #: config/mips/mips.h:614
11320 msgid "Don't use Branch Likely instructions, overriding default for arch"
11323 #: config/mips/mips.h:616
11324 msgid "Use NewABI-style %reloc() assembly operators"
11327 #: config/mips/mips.h:618
11328 msgid "Use assembler macros instead of relocation operators"
11331 #: config/mips/mips.h:620
11332 msgid "Generate mips16 code"
11335 #: config/mips/mips.h:622
11336 msgid "Generate normal-mode code"
11339 #: config/mips/mips.h:624
11340 msgid "Lift restrictions on GOT size"
11343 #: config/mips/mips.h:626
11344 msgid "Do not lift restrictions on GOT size"
11347 #: config/mips/mips.h:748
11348 msgid "Specify an ABI"
11351 #: config/mips/mips.h:750
11352 msgid "Specify a Standard MIPS ISA"
11355 #. Output assembler code to FILE to increment profiler label # LABELNO
11356 #. for profiling a function entry.
11357 #: config/mips/mips.h:2418
11358 msgid "mips16 function profiling"
11361 #: config/mmix/mmix.c:207
11363 msgid "-f%s not supported: ignored"
11364 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
11366 #: config/mmix/mmix.c:633
11368 msgid "too large function value type, needs %d registers, have only %d registers for this"
11371 #: config/mmix/mmix.c:803
11372 msgid "function_profiler support for MMIX"
11375 #: config/mmix/mmix.c:823
11376 msgid "MMIX Internal: Last named vararg would not fit in a register"
11379 #: config/mmix/mmix.c:1538 config/mmix/mmix.c:1668
11380 msgid "MMIX Internal: Expected a CONST_INT, not this"
11383 #: config/mmix/mmix.c:1546 config/mmix/mmix.c:1570 config/mmix/mmix.c:1686
11385 msgid "MMIX Internal: Bad register: %d"
11388 #: config/mmix/mmix.c:1617
11389 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
11392 #: config/mmix/mmix.c:1636
11393 msgid "MMIX Internal: Expected a register, not this"
11396 #: config/mmix/mmix.c:1646
11397 msgid "MMIX Internal: Expected a constant, not this"
11400 #. Presumably there's a missing case above if we get here.
11401 #: config/mmix/mmix.c:1678
11403 msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
11406 #. We need the original here.
11407 #: config/mmix/mmix.c:1730
11408 msgid "MMIX Internal: Cannot decode this operand"
11411 #: config/mmix/mmix.c:1787
11412 msgid "MMIX Internal: This is not a recognized address"
11415 #: config/mmix/mmix.c:1964
11417 msgid "stack frame not a multiple of 8 bytes: %d"
11418 msgstr "ï ßäéïò êáíüíáò óå ðïëëáðëÜ áñ÷åßá"
11420 #: config/mmix/mmix.c:2203
11422 msgid "stack frame not a multiple of octabyte: %d"
11425 #: config/mmix/mmix.c:2677 config/mmix/mmix.c:2741
11427 msgid "MMIX Internal: %s is not a shiftable int"
11430 #: config/mmix/mmix.c:2857
11431 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
11434 #: config/mmix/mmix.c:2864
11435 msgid "MMIX Internal: What's the CC of this?"
11438 #: config/mmix/mmix.c:2868
11439 msgid "MMIX Internal: What is the CC of this?"
11442 #: config/mmix/mmix.c:2938
11443 msgid "MMIX Internal: This is not a constant:"
11446 #. For these target macros, there is no generic documentation here. You
11447 #. should read `Using and Porting GCC' for that. Only comments specific
11448 #. to the MMIX target are here.
11450 #. There are however references to the specific texinfo node (comments
11451 #. with "Node:"), so there should be little or nothing amiss. Probably
11452 #. the opposite, since we don't have to care about old littering and
11453 #. soon outdated generic comments.
11455 #. User symbols are in the same name-space as built-in symbols, but we
11456 #. don't need the built-in symbols, so remove those and instead apply
11457 #. stricter operand checking. Don't warn when expanding insns.
11458 #. Pass on -mset-program-start=N and -mset-data-start=M to the linker.
11459 #. Provide default program start 0x100 unless -mno-set-program-start.
11460 #. Don't do this if linking relocatably, with -r. For a final link,
11461 #. produce mmo, unless ELF is requested or when linking relocatably.
11462 #. Put unused option values here.
11463 #: config/mmix/mmix.h:132
11464 msgid "Set start-address of the program"
11467 #: config/mmix/mmix.h:134
11468 msgid "Set start-address of data"
11471 #. FIXME: Provide a way to *load* the epsilon register.
11472 #: config/mmix/mmix.h:198
11473 msgid "For intrinsics library: pass all parameters in registers"
11476 #: config/mmix/mmix.h:201
11477 msgid "Use register stack for parameters and return value"
11480 #: config/mmix/mmix.h:203
11481 msgid "Use call-clobbered registers for parameters and return value"
11484 #: config/mmix/mmix.h:205
11485 msgid "Use epsilon-respecting floating point compare instructions"
11488 #: config/mmix/mmix.h:208
11489 msgid "Use zero-extending memory loads, not sign-extending ones"
11492 #: config/mmix/mmix.h:211
11493 msgid "Generate divide results with reminder having the same sign as the divisor (not the dividend)"
11496 #: config/mmix/mmix.h:215
11497 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
11500 #: config/mmix/mmix.h:217
11501 msgid "Do not provide a default start-address 0x100 of the program"
11504 #: config/mmix/mmix.h:219
11505 msgid "Link to emit program in ELF format (rather than mmo)"
11508 #: config/mmix/mmix.h:221
11509 msgid "Use P-mnemonics for branches statically predicted as taken"
11512 #: config/mmix/mmix.h:223
11513 msgid "Don't use P-mnemonics for branches"
11516 #: config/mmix/mmix.h:225
11517 msgid "Use addresses that allocate global registers"
11520 #: config/mmix/mmix.h:227
11522 msgid "Do not use addresses that allocate global registers"
11523 msgstr "Äåí åßíáé äõíáôü íá äåóìåõôåß ìíÞìç"
11525 #: config/mmix/mmix.h:229
11526 msgid "Generate a single exit point for each function"
11529 #: config/mmix/mmix.h:231
11530 msgid "Do not generate a single exit point for each function"
11533 #: config/mn10300/linux.h:60 config/mn10300/mn10300.h:71
11534 msgid "Target the AM33 processor"
11537 #: config/mn10300/linux.h:61 config/mn10300/mn10300.h:75
11538 msgid "Target the AM33/2.0 processor"
11541 #: config/mn10300/linux.h:62 config/mn10300/mn10300.h:78
11542 msgid "Enable linker relaxations"
11545 #: config/mn10300/mn10300.h:69
11546 msgid "Work around hardware multiply bug"
11549 #: config/mn10300/mn10300.h:70
11550 msgid "Do not work around hardware multiply bug"
11553 #: config/ns32k/ns32k.h:142 config/s390/s390.h:125
11554 msgid "Don't use hardware fp"
11557 #: config/ns32k/ns32k.h:143
11558 msgid "Alternative calling convention"
11561 #: config/ns32k/ns32k.h:145
11562 msgid "Pass some arguments in registers"
11565 #: config/ns32k/ns32k.h:146
11566 msgid "Pass all arguments on stack"
11569 #: config/ns32k/ns32k.h:147
11570 msgid "Optimize for 32532 cpu"
11573 #: config/ns32k/ns32k.h:148
11574 msgid "Optimize for 32332 cpu"
11577 #: config/ns32k/ns32k.h:150
11578 msgid "Optimize for 32032"
11581 #: config/ns32k/ns32k.h:152
11582 msgid "Register sb is zero. Use for absolute addressing"
11585 #: config/ns32k/ns32k.h:153
11587 msgid "Do not use register sb"
11588 msgstr "Äåí åßíáé äõíáôÞ ç êáôá÷þñçóç ôçò õðçñåóßáò"
11590 #: config/ns32k/ns32k.h:155
11592 msgid "Use bit-field instructions"
11593 msgstr "ÁêáôÜëëçëç åíôïëÞ"
11595 #: config/ns32k/ns32k.h:157
11596 msgid "Do not use bit-field instructions"
11599 #: config/ns32k/ns32k.h:158
11600 msgid "Generate code for high memory"
11603 #: config/ns32k/ns32k.h:159
11604 msgid "Generate code for low memory"
11607 #: config/ns32k/ns32k.h:160
11611 #: config/ns32k/ns32k.h:162
11612 msgid "Use multiply-accumulate fp instructions"
11615 #: config/ns32k/ns32k.h:164
11616 msgid "Do not use multiply-accumulate fp instructions"
11619 #: config/ns32k/ns32k.h:165
11620 msgid "\"Small register classes\" kludge"
11623 #: config/ns32k/ns32k.h:166
11624 msgid "No \"Small register classes\" kludge"
11627 #: config/pa/pa.c:304
11630 "unknown -mschedule= option (%s).\n"
11631 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
11634 #: config/pa/pa.c:329
11637 "unknown -march= option (%s).\n"
11638 "Valid options are 1.0, 1.1, and 2.0\n"
11641 #: config/pa/pa.c:342
11642 msgid "PIC code generation is not supported in the portable runtime model\n"
11645 #: config/pa/pa.c:347
11646 msgid "PIC code generation is not compatible with fast indirect calls\n"
11649 #: config/pa/pa.c:352
11650 msgid "-g is only supported when using GAS on this processor,"
11653 #: config/pa/pa-hpux.h:91 config/pa/pa64-hpux.h:25
11655 msgid "Generate cpp defines for server IO"
11656 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
11658 #: config/pa/pa-hpux.h:92 config/pa/pa64-hpux.h:27
11659 msgid "Generate cpp defines for workstation IO"
11662 #. Macro to define tables used to set the flags. This is a
11663 #. list in braces of target switches with each switch being
11664 #. { "NAME", VALUE, "HELP_STRING" }. VALUE is the bits to set,
11665 #. or minus the bits to clear. An empty string NAME is used to
11666 #. identify the default VALUE. Do not mark empty strings for
11668 #: config/pa/pa.h:232 config/pa/pa.h:238
11669 msgid "Generate PA1.1 code"
11672 #: config/pa/pa.h:234 config/pa/pa.h:236
11673 msgid "Generate PA1.0 code"
11676 #: config/pa/pa.h:240
11677 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
11680 #: config/pa/pa.h:242
11681 msgid "Disable FP regs"
11684 #: config/pa/pa.h:244
11686 msgid "Do not disable FP regs"
11687 msgstr "Äåí åßíáé äõíáôü íá äåóìåõôåß ìíÞìç"
11689 #: config/pa/pa.h:246
11690 msgid "Disable space regs"
11693 #: config/pa/pa.h:248
11695 msgid "Do not disable space regs"
11696 msgstr "Äåí åßíáé äõíáôü íá äåóìåõôåß ìíÞìç"
11698 #: config/pa/pa.h:250
11699 msgid "Put jumps in call delay slots"
11702 #: config/pa/pa.h:252
11703 msgid "Do not put jumps in call delay slots"
11706 #: config/pa/pa.h:254
11708 msgid "Disable indexed addressing"
11709 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
11711 #: config/pa/pa.h:256
11713 msgid "Do not disable indexed addressing"
11714 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
11716 #: config/pa/pa.h:258
11718 msgid "Use portable calling conventions"
11719 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
11721 #: config/pa/pa.h:260
11723 msgid "Do not use portable calling conventions"
11724 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
11726 #: config/pa/pa.h:262
11727 msgid "Assume code will be assembled by GAS"
11730 #: config/pa/pa.h:264
11731 msgid "Do not assume code will be assembled by GAS"
11734 #: config/pa/pa.h:268
11735 msgid "Do not use software floating point"
11738 #: config/pa/pa.h:270
11739 msgid "Emit long load/store sequences"
11742 #: config/pa/pa.h:272
11743 msgid "Do not emit long load/store sequences"
11746 #: config/pa/pa.h:274
11748 msgid "Generate fast indirect calls"
11749 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
11751 #: config/pa/pa.h:276
11752 msgid "Do not generate fast indirect calls"
11755 #: config/pa/pa.h:278
11757 msgid "Generate code for huge switch statements"
11758 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
11760 #: config/pa/pa.h:280
11761 msgid "Do not generate code for huge switch statements"
11764 #: config/pa/pa.h:282
11765 msgid "Always generate long calls"
11768 #: config/pa/pa.h:284
11769 msgid "Generate long calls only when needed"
11772 #: config/pa/pa.h:286
11773 msgid "Enable linker optimizations"
11776 #: config/pa/pa.h:312
11777 msgid "Specify architecture for code generation. Values are 1.0, 1.1, and 2.0. 2.0 requires gas snapshot 19990413 or later."
11780 #: config/pa/pa64-hpux.h:29
11781 msgid "Assume code will be linked by GNU ld"
11784 #: config/pa/pa64-hpux.h:31
11785 msgid "Assume code will be linked by HP ld"
11788 #: config/pdp11/pdp11.h:62 config/rs6000/rs6000.h:316
11789 msgid "Do not use hardware floating point"
11792 #. return float result in ac0
11793 #: config/pdp11/pdp11.h:64
11795 msgid "Return floating point results in ac0"
11796 msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
11798 #: config/pdp11/pdp11.h:65
11799 msgid "Return floating point results in memory"
11803 #: config/pdp11/pdp11.h:67
11804 msgid "Generate code for an 11/40"
11808 #: config/pdp11/pdp11.h:70
11809 msgid "Generate code for an 11/45"
11813 #: config/pdp11/pdp11.h:73
11814 msgid "Generate code for an 11/10"
11817 #. use movstrhi for bcopy
11818 #. use 32 bit for int
11819 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
11820 msgid "Use 32 bit int"
11823 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
11824 msgid "Use 16 bit int"
11827 #. use 32 bit for float
11828 #: config/pdp11/pdp11.h:83 config/pdp11/pdp11.h:84
11829 msgid "Use 32 bit float"
11832 #: config/pdp11/pdp11.h:85 config/pdp11/pdp11.h:86
11833 msgid "Use 64 bit float"
11836 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
11837 #. is branching expensive - on a PDP, it's actually really cheap
11838 #. this is just to play around and check what code gcc generates
11839 #. split instruction and data memory?
11840 #: config/pdp11/pdp11.h:95
11841 msgid "Target has split I&D"
11844 #: config/pdp11/pdp11.h:96
11846 msgid "Target does not have split I&D"
11847 msgstr "-nt äåí äÝ÷åôáé -l\n"
11849 #. UNIX assembler syntax?
11850 #: config/pdp11/pdp11.h:98
11851 msgid "Use UNIX assembler syntax"
11854 #: config/pdp11/pdp11.h:99
11855 msgid "Use DEC assembler syntax"
11858 #: config/rs6000/host-darwin.c:52
11859 msgid "Segmentation Fault (code)"
11862 #: config/rs6000/host-darwin.c:83
11863 msgid "Out of stack space.\n"
11866 #: config/rs6000/host-darwin.c:104
11868 msgid "Try running `%s' in the shell to raise its limit.\n"
11871 #: config/rs6000/host-darwin.c:117
11872 msgid "Segmentation Fault"
11875 #: config/rs6000/host-darwin.c:131
11877 msgid "While setting up signal stack: %m"
11880 #: config/rs6000/host-darwin.c:137
11882 msgid "While setting up signal handler: %m"
11885 #: config/rs6000/host-darwin.c:184
11887 msgid "couldn't unmap pch_address_space: %m\n"
11890 #. Handle the machine specific pragma longcall. Its syntax is
11892 #. # pragma longcall ( TOGGLE )
11894 #. where TOGGLE is either 0 or 1.
11896 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
11897 #. whether or not new function declarations receive a longcall
11898 #. attribute by default.
11899 #: config/rs6000/rs6000-c.c:46
11901 msgid "ignoring malformed #pragma longcall"
11902 msgstr "áãíïïýíôáé üëá ôá ïñßóìáôá"
11904 #: config/rs6000/rs6000-c.c:59
11906 msgid "missing open paren"
11907 msgstr "ÅëëéðÞò Þ êáêïó÷çìáôéóìÝíç éäéüôçôá"
11909 #: config/rs6000/rs6000-c.c:61
11911 msgid "missing number"
11912 msgstr "¸÷åé ðáñáëçöèåß åíôïëÞ"
11914 #: config/rs6000/rs6000-c.c:63
11916 msgid "missing close paren"
11917 msgstr "¸÷åé ðáñáëçöèåß åíôïëÞ"
11919 #: config/rs6000/rs6000-c.c:66
11920 msgid "number must be 0 or 1"
11923 #: config/rs6000/rs6000-c.c:69
11925 msgid "junk at end of #pragma longcall"
11926 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
11928 #: config/rs6000/rs6000.c:784
11930 msgid "-mmultiple is not supported on little endian systems"
11931 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
11933 #: config/rs6000/rs6000.c:791
11935 msgid "-mstring is not supported on little endian systems"
11936 msgstr "ðñïåéäïðïßçóç: ôï --pid=PID äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
11938 #: config/rs6000/rs6000.c:805
11940 msgid "unknown -mdebug-%s switch"
11943 #: config/rs6000/rs6000.c:817
11945 msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
11948 #: config/rs6000/rs6000.c:828
11950 msgid "Unknown switch -mlong-double-%s"
11953 #: config/rs6000/rs6000.c:1011
11955 msgid "unknown -m%s= option specified: '%s'"
11956 msgstr "Üãíùóôï óåô `%s'"
11958 #: config/rs6000/rs6000.c:1032
11960 msgid "not configured for ABI: '%s'"
11963 #: config/rs6000/rs6000.c:1038
11965 msgid "unknown ABI specified: '%s'"
11966 msgstr "Üãíùóôï óåô `%s'"
11968 #: config/rs6000/rs6000.c:1052
11970 msgid "unknown -malign-XXXXX option specified: '%s'"
11971 msgstr "Üãíùóôï óåô `%s'"
11973 #: config/rs6000/rs6000.c:3892
11974 msgid "Cannot return value in vector register because altivec instructions are disabled, use -maltivec to enable them."
11977 #: config/rs6000/rs6000.c:3991
11978 msgid "Cannot pass argument in vector register because altivec instructions are disabled, use -maltivec to enable them."
11981 #: config/rs6000/rs6000.c:5409
11983 msgid "argument 1 must be a 5-bit signed literal"
11984 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
11986 #: config/rs6000/rs6000.c:5511 config/rs6000/rs6000.c:6134
11988 msgid "argument 2 must be a 5-bit unsigned literal"
11989 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
11991 #: config/rs6000/rs6000.c:5551
11992 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
11995 #: config/rs6000/rs6000.c:5605
11996 msgid "argument 1 of __builtin_altivec_predicate is out of range"
11999 #: config/rs6000/rs6000.c:5733
12001 msgid "argument 3 must be a 4-bit unsigned literal"
12002 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
12004 #: config/rs6000/rs6000.c:5903
12006 msgid "argument to `%s' must be a 2-bit unsigned literal"
12007 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
12009 #: config/rs6000/rs6000.c:6016
12011 msgid "argument to dss must be a 2-bit unsigned literal"
12012 msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
12014 #: config/rs6000/rs6000.c:6254
12016 msgid "argument 1 of __builtin_spe_predicate must be a constant"
12017 msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
12019 #: config/rs6000/rs6000.c:6327
12020 msgid "argument 1 of __builtin_spe_predicate is out of range"
12023 #: config/rs6000/rs6000.c:8531
12024 msgid "your function will be miscompiled"
12027 #: config/rs6000/rs6000.c:8779
12029 msgid "invalid %%f value"
12030 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12032 #: config/rs6000/rs6000.c:8788
12034 msgid "invalid %%F value"
12035 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12037 #: config/rs6000/rs6000.c:8797
12039 msgid "invalid %%G value"
12040 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12042 #: config/rs6000/rs6000.c:8832
12044 msgid "invalid %%j code"
12045 msgstr "ìç Ýãêõñï äéêáßùìá"
12047 #: config/rs6000/rs6000.c:8842
12049 msgid "invalid %%J code"
12050 msgstr "ìç Ýãêõñï äéêáßùìá"
12052 #: config/rs6000/rs6000.c:8852
12054 msgid "invalid %%k value"
12055 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12057 #: config/rs6000/rs6000.c:8872 config/xtensa/xtensa.c:1999
12059 msgid "invalid %%K value"
12060 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12062 #: config/rs6000/rs6000.c:8939
12064 msgid "invalid %%O value"
12065 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12067 #: config/rs6000/rs6000.c:8986
12069 msgid "invalid %%q value"
12070 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12072 #: config/rs6000/rs6000.c:9030
12074 msgid "invalid %%S value"
12075 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12077 #: config/rs6000/rs6000.c:9072
12079 msgid "invalid %%T value"
12080 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12082 #: config/rs6000/rs6000.c:9082
12084 msgid "invalid %%u value"
12085 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12087 #: config/rs6000/rs6000.c:9091 config/xtensa/xtensa.c:1969
12089 msgid "invalid %%v value"
12090 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12092 #: config/rs6000/rs6000.c:13581
12093 msgid "no profiling of 64-bit code for this ABI"
12096 #: config/rs6000/aix.h:184 config/rs6000/beos.h:32
12098 msgid "Always pass floating-point arguments in memory"
12099 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
12101 #: config/rs6000/aix.h:186 config/rs6000/beos.h:34
12103 msgid "Don't always pass floating-point arguments in memory"
12104 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
12106 #: config/rs6000/aix41.h:27 config/rs6000/aix43.h:31 config/rs6000/aix51.h:31
12107 #: config/rs6000/aix52.h:31
12108 msgid "Support message passing with the Parallel Environment"
12111 #: config/rs6000/aix43.h:27 config/rs6000/aix51.h:27 config/rs6000/aix52.h:27
12112 msgid "Compile for 64-bit pointers"
12115 #: config/rs6000/aix43.h:29 config/rs6000/aix51.h:29 config/rs6000/aix52.h:29
12116 msgid "Compile for 32-bit pointers"
12119 #: config/rs6000/aix43.h:48 config/rs6000/aix51.h:48 config/rs6000/aix52.h:48
12120 msgid "-maix64 and POWER architecture are incompatible"
12123 #: config/rs6000/aix43.h:53 config/rs6000/aix51.h:53 config/rs6000/aix52.h:53
12124 msgid "-maix64 requires PowerPC64 architecture remain enabled"
12127 #: config/rs6000/aix43.h:57 config/rs6000/aix51.h:57 config/rs6000/aix52.h:57
12128 msgid "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
12131 #: config/rs6000/darwin.h:64
12132 msgid "Generate code suitable for executables (NOT shared libs)"
12135 #. The Darwin ABI always includes AltiVec, can't be (validly) turned
12137 #: config/rs6000/darwin.h:80
12138 msgid "-mdynamic-no-pic overrides -fpic or -fPIC"
12141 #. Darwin doesn't support -fpic.
12142 #: config/rs6000/darwin.h:86
12144 msgid "-fpic is not supported; -fPIC assumed"
12145 msgstr "ôï -pipe äåí õðïóôçñßæåôáé"
12147 #: config/rs6000/linux64.h:96
12148 msgid "-m64 requires a PowerPC64 cpu"
12151 #: config/rs6000/linux64.h:201
12152 msgid "Call mcount for profiling before a function prologue"
12155 #: config/rs6000/linux64.h:203
12156 msgid "Call mcount for profiling after a function prologue"
12159 #. Run-time compilation parameters selecting different hardware subsets.
12161 #. Macro to define tables used to set the flags.
12162 #. This is a list in braces of pairs in braces,
12163 #. each pair being { "NAME", VALUE }
12164 #. where VALUE is the bits to set or minus the bits to clear.
12165 #. An empty string NAME is used to identify the default VALUE.
12166 #: config/rs6000/rs6000.h:262
12167 msgid "Use POWER instruction set"
12170 #: config/rs6000/rs6000.h:265
12171 msgid "Use POWER2 instruction set"
12174 #: config/rs6000/rs6000.h:267
12175 msgid "Do not use POWER2 instruction set"
12178 #: config/rs6000/rs6000.h:270
12179 msgid "Do not use POWER instruction set"
12182 #: config/rs6000/rs6000.h:272
12183 msgid "Use PowerPC instruction set"
12186 #: config/rs6000/rs6000.h:275
12187 msgid "Do not use PowerPC instruction set"
12190 #: config/rs6000/rs6000.h:277
12191 msgid "Use PowerPC General Purpose group optional instructions"
12194 #: config/rs6000/rs6000.h:279
12195 msgid "Do not use PowerPC General Purpose group optional instructions"
12198 #: config/rs6000/rs6000.h:281
12199 msgid "Use PowerPC Graphics group optional instructions"
12202 #: config/rs6000/rs6000.h:283
12203 msgid "Do not use PowerPC Graphics group optional instructions"
12206 #: config/rs6000/rs6000.h:285
12207 msgid "Use PowerPC-64 instruction set"
12210 #: config/rs6000/rs6000.h:287
12212 msgid "Do not use PowerPC-64 instruction set"
12213 msgstr "Äåí åßíáé äõíáôÞ ç êáôá÷þñçóç ôçò õðçñåóßáò"
12215 #: config/rs6000/rs6000.h:289
12217 msgid "Use AltiVec instructions"
12218 msgstr "ÁêáôÜëëçëç åíôïëÞ"
12220 #: config/rs6000/rs6000.h:291
12222 msgid "Do not use AltiVec instructions"
12223 msgstr "ÁêáôÜëëçëç åíôïëÞ"
12225 #: config/rs6000/rs6000.h:293
12226 msgid "Use new mnemonics for PowerPC architecture"
12229 #: config/rs6000/rs6000.h:295
12230 msgid "Use old mnemonics for PowerPC architecture"
12233 #: config/rs6000/rs6000.h:298
12234 msgid "Put everything in the regular TOC"
12237 #: config/rs6000/rs6000.h:300
12238 msgid "Place floating point constants in TOC"
12241 #: config/rs6000/rs6000.h:302
12243 msgid "Do not place floating point constants in TOC"
12244 msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
12246 #: config/rs6000/rs6000.h:304
12247 msgid "Place symbol+offset constants in TOC"
12250 #: config/rs6000/rs6000.h:306
12251 msgid "Do not place symbol+offset constants in TOC"
12254 #: config/rs6000/rs6000.h:312
12255 msgid "Place variable addresses in the regular TOC"
12258 #: config/rs6000/rs6000.h:318
12259 msgid "Generate load/store multiple instructions"
12262 #: config/rs6000/rs6000.h:320
12263 msgid "Do not generate load/store multiple instructions"
12266 #: config/rs6000/rs6000.h:322
12267 msgid "Generate string instructions for block moves"
12270 #: config/rs6000/rs6000.h:324
12271 msgid "Do not generate string instructions for block moves"
12274 #: config/rs6000/rs6000.h:326
12275 msgid "Generate load/store with update instructions"
12278 #: config/rs6000/rs6000.h:328
12279 msgid "Do not generate load/store with update instructions"
12282 #: config/rs6000/rs6000.h:332
12284 msgid "Do not generate fused multiply/add instructions"
12285 msgstr "ÁêáôÜëëçëç åíôïëÞ"
12287 #: config/rs6000/rs6000.h:336
12288 msgid "Do not schedule the start and end of the procedure"
12291 #: config/rs6000/rs6000.h:342
12292 msgid "Return all structures in memory (AIX default)"
12295 #: config/rs6000/rs6000.h:344
12296 msgid "Return small structures in registers (SVR4 default)"
12299 #: config/rs6000/rs6000.h:350
12301 msgid "Generate single field mfcr instruction"
12302 msgstr "ÁêáôÜëëçëç åíôïëÞ"
12304 #: config/rs6000/rs6000.h:352
12306 msgid "Do not generate single field mfcr instruction"
12307 msgstr "ÁêáôÜëëçëç åíôïëÞ"
12309 #: config/rs6000/rs6000.h:435 config/sparc/sparc.h:654
12310 msgid "Use features of and schedule code for given CPU"
12313 #: config/rs6000/rs6000.h:438
12314 msgid "Enable debug output"
12317 #: config/rs6000/rs6000.h:440
12318 msgid "Select full, part, or no traceback table"
12321 #: config/rs6000/rs6000.h:441
12322 msgid "Specify ABI to use"
12325 #: config/rs6000/rs6000.h:443
12326 msgid "Specify size of long double (64 or 128 bits)"
12329 #: config/rs6000/rs6000.h:445
12330 msgid "Specify yes/no if isel instructions should be generated"
12333 #: config/rs6000/rs6000.h:447
12334 msgid "Specify yes/no if SPE SIMD instructions should be generated"
12337 #: config/rs6000/rs6000.h:449
12338 msgid "Specify yes/no if using floating point in the GPRs"
12341 #: config/rs6000/rs6000.h:451
12342 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
12345 #: config/rs6000/rs6000.h:453
12347 msgid "Avoid all range limits on call instructions"
12348 msgstr "ÁêáôÜëëçëç åíôïëÞ"
12350 #: config/rs6000/rs6000.h:456
12351 msgid "Determine which dependences between insns are considered costly"
12354 #: config/rs6000/rs6000.h:458
12355 msgid "Specify which post scheduling nop insertion scheme to apply"
12358 #: config/rs6000/rs6000.h:460
12359 msgid "Specify alignment of structure fields default/natural"
12362 #: config/rs6000/rs6000.h:462
12363 msgid "Specify scheduling priority for dispatch slot restricted insns"
12366 #. Definitions for __builtin_return_address and __builtin_frame_address.
12367 #. __builtin_return_address (0) should give link register (65), enable
12369 #. This should be uncommented, so that the link register is used, but
12370 #. currently this would result in unmatched insns and spilling fixed
12371 #. registers so we'll leave it for another day. When these problems are
12372 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
12374 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
12375 #. Number of bytes into the frame return addresses can be found. See
12376 #. rs6000_stack_info in rs6000.c for more information on how the different
12377 #. abi's store the return address.
12378 #: config/rs6000/rs6000.h:1929
12379 msgid "RETURN_ADDRESS_OFFSET not supported"
12382 #: config/rs6000/sysv4.h:87
12383 msgid "Select ABI calling convention"
12386 #: config/rs6000/sysv4.h:88
12387 msgid "Select method for sdata handling"
12390 #: config/rs6000/sysv4.h:100
12391 msgid "Align to the base type of the bit-field"
12394 #: config/rs6000/sysv4.h:102
12395 msgid "Don't align to the base type of the bit-field"
12398 #: config/rs6000/sysv4.h:104
12399 msgid "Don't assume that unaligned accesses are handled by the system"
12402 #: config/rs6000/sysv4.h:106
12403 msgid "Assume that unaligned accesses are handled by the system"
12406 #: config/rs6000/sysv4.h:108 config/rs6000/sysv4.h:112
12407 msgid "Produce code relocatable at runtime"
12410 #: config/rs6000/sysv4.h:110 config/rs6000/sysv4.h:114
12411 msgid "Don't produce code relocatable at runtime"
12414 #: config/rs6000/sysv4.h:116 config/rs6000/sysv4.h:118
12415 msgid "Produce little endian code"
12418 #: config/rs6000/sysv4.h:120 config/rs6000/sysv4.h:122
12419 msgid "Produce big endian code"
12422 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:124
12423 #: config/rs6000/sysv4.h:125 config/rs6000/sysv4.h:126
12424 #: config/rs6000/sysv4.h:127 config/rs6000/sysv4.h:128
12425 #: config/rs6000/sysv4.h:138 config/rs6000/sysv4.h:139
12426 #: config/rs6000/sysv4.h:151 config/rs6000/sysv4.h:157
12428 msgid "no description yet"
12429 msgstr "(÷ùñßò ðåñéãñáöÞ)"
12431 #: config/rs6000/sysv4.h:129
12435 #: config/rs6000/sysv4.h:130
12436 msgid "Don't use EABI"
12439 #: config/rs6000/sysv4.h:133
12440 msgid "Do not allow bit-fields to cross word boundaries"
12443 #: config/rs6000/sysv4.h:135
12445 msgid "Use alternate register names"
12446 msgstr "ìç ôåñìáôéæüìåíï üíïìá âÜñïõò"
12448 #: config/rs6000/sysv4.h:137
12449 msgid "Don't use alternate register names"
12452 #: config/rs6000/sysv4.h:141
12453 msgid "Link with libsim.a, libc.a and sim-crt0.o"
12456 #: config/rs6000/sysv4.h:143
12457 msgid "Link with libads.a, libc.a and crt0.o"
12460 #: config/rs6000/sysv4.h:145
12461 msgid "Link with libyk.a, libc.a and crt0.o"
12464 #: config/rs6000/sysv4.h:147
12465 msgid "Link with libmvme.a, libc.a and crt0.o"
12468 #: config/rs6000/sysv4.h:149
12469 msgid "Set the PPC_EMB bit in the ELF flags header"
12472 #: config/rs6000/sysv4.h:150
12473 msgid "Use the WindISS simulator"
12476 #: config/rs6000/sysv4.h:153
12477 msgid "Generate 64-bit code"
12480 #: config/rs6000/sysv4.h:155
12481 msgid "Generate 32-bit code"
12484 #. Sometimes certain combinations of command options do not make sense
12485 #. on a particular target machine. You can define a macro
12486 #. `OVERRIDE_OPTIONS' to take account of this. This macro, if
12487 #. defined, is executed once just after all the command options have
12490 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
12492 #: config/rs6000/sysv4.h:214
12494 msgid "bad value for -mcall-%s"
12495 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
12497 #: config/rs6000/sysv4.h:230
12499 msgid "bad value for -msdata=%s"
12500 msgstr "ÁêáôÜëëçëç ôéìÞ óôï ai_flags"
12502 #: config/rs6000/sysv4.h:247
12504 msgid "-mrelocatable and -msdata=%s are incompatible"
12507 #: config/rs6000/sysv4.h:256
12509 msgid "-f%s and -msdata=%s are incompatible"
12512 #: config/rs6000/sysv4.h:265
12514 msgid "-msdata=%s and -mcall-%s are incompatible"
12517 #: config/rs6000/sysv4.h:274
12518 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
12521 #: config/rs6000/sysv4.h:280
12523 msgid "-mrelocatable and -mcall-%s are incompatible"
12526 #: config/rs6000/sysv4.h:287
12528 msgid "-fPIC and -mcall-%s are incompatible"
12531 #: config/rs6000/sysv4.h:294
12533 msgid "-mcall-aixdesc must be big endian"
12534 msgstr "ôá ìåãÝèç ôïõ óôçëïãíþìïíá ðñÝðåé íá åßíáé êáôÜ áýîïõóá óåéñÜ"
12536 #: config/rs6000/sysv4.h:309
12538 msgid "-m%s not supported in this configuration"
12539 msgstr "Ç ïéêïãÝíåéá äéåõèýíóåùí äåí õðïóôçñßæåôáé áðü ôçí ïéêïãÝíåéá ðñùôïêüëëïõ"
12541 #: config/s390/s390.c:926
12543 msgid "Unknown cpu used in -march=%s."
12546 #: config/s390/s390.c:945
12548 msgid "Unknown cpu used in -mtune=%s."
12549 msgstr "ðÜñá ðïëëÝò äçëþóåéò ìåôáôñïðÞò óôçí êáôÜëçîç"
12551 #: config/s390/s390.c:950
12553 msgid "z/Architecture mode not supported on %s."
12554 msgstr "Ôï servname äåí õðïóôçñßæåôáé áðü ôï ai_socktype"
12556 #: config/s390/s390.c:952
12557 msgid "64-bit ABI not supported in ESA/390 mode."
12560 #: config/s390/s390.c:3336
12561 msgid "invalid UNSPEC as operand (1)"
12564 #: config/s390/s390.c:3384
12565 msgid "invalid UNSPEC as operand (2)"
12568 #: config/s390/s390.c:3390
12569 msgid "UNKNOWN in s390_output_symbolic_const !?"
12572 #: config/s390/s390.c:3406
12574 msgid "Cannot decompose address."
12575 msgstr "Äåí åßíáé äõíáôÞ ç åê÷þñçóç ôçò æçôçèÞóáò äéåýèõíóçò"
12577 #: config/s390/s390.c:3577
12578 msgid "UNKNOWN in print_operand !?"
12581 #: config/s390/s390.c:5304
12582 msgid "Total size of local variables exceeds architecture limit."
12585 #: config/s390/s390.h:126
12586 msgid "Set backchain"
12589 #: config/s390/s390.h:127
12590 msgid "Don't set backchain (faster, but debug harder"
12593 #: config/s390/s390.h:128
12594 msgid "Use bras for executable < 64k"
12597 #: config/s390/s390.h:129
12598 msgid "Don't use bras"
12601 #: config/s390/s390.h:130
12602 msgid "Additional debug prints"
12605 #: config/s390/s390.h:131
12606 msgid "Don't print additional debug prints"
12609 #: config/s390/s390.h:132
12612 msgstr "×ñÞóç ABI 64-bit"
12614 #: config/s390/s390.h:133
12617 msgstr "×ñÞóç ABI 64-bit"
12619 #: config/s390/s390.h:134
12620 msgid "z/Architecture"
12623 #: config/s390/s390.h:135
12624 msgid "ESA/390 architecture"
12627 #: config/s390/s390.h:136
12630 msgstr "Ç óõóêåõÞ åßíáé áðáó÷ïëçìÝíç"
12632 #: config/s390/s390.h:137
12636 #: config/s390/s390.h:138
12637 msgid "enable tpf OS code"
12640 #: config/s390/s390.h:139
12641 msgid "disable tpf OS code"
12644 #: config/s390/s390.h:140
12646 msgid "disable fused multiply/add instructions"
12647 msgstr "ÁêáôÜëëçëç åíôïëÞ"
12649 #: config/s390/s390.h:141
12651 msgid "enable fused multiply/add instructions"
12652 msgstr "ÁêáôÜëëçëç åíôïëÞ"
12654 #: config/sh/sh.c:5841
12656 msgid "__builtin_saveregs not supported by this subtarget"
12657 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
12659 #: config/sh/sh.c:6743
12660 msgid "attribute interrupt_handler is not compatible with -m5-compact"
12663 #. The sp_switch attribute only has meaning for interrupt functions.
12664 #: config/sh/sh.c:6765 config/sh/sh.c:6800
12666 msgid "`%s' attribute only applies to interrupt functions"
12669 #. The argument must be a constant string.
12670 #: config/sh/sh.c:6772
12672 msgid "`%s' attribute argument not a string constant"
12673 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
12675 #. The argument must be a constant integer.
12676 #: config/sh/sh.c:6807
12678 msgid "`%s' attribute argument not an integer constant"
12681 #. There are no delay slots on SHmedia.
12682 #. Relaxation isn't yet supported for SHmedia
12683 #. -fprofile-arcs needs a working libgcov . In unified tree configurations with newlib, this requires to configure with --with-newlib --with-headers. But there is no way to check here we have a working libgcov, so just assume that we have.
12684 #: config/sh/sh.h:478
12686 msgid "Profiling is not supported on this target."
12687 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
12689 #: config/sparc/sparc.c:360
12691 msgid "%s is not supported by this configuration"
12692 msgstr "Ç ïéêïãÝíåéá äéåõèýíóåùí äåí õðïóôçñßæåôáé áðü ôçí ïéêïãÝíåéá ðñùôïêüëëïõ"
12694 #: config/sparc/sparc.c:367
12695 msgid "-mlong-double-64 not allowed with -m64"
12698 #: config/sparc/sparc.c:392
12700 msgid "-mcmodel= is not supported on 32 bit systems"
12701 msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
12703 #: config/sparc/sparc.c:6793 config/sparc/sparc.c:6799
12705 msgid "invalid %%Y operand"
12706 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12708 #: config/sparc/sparc.c:6869
12710 msgid "invalid %%A operand"
12711 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12713 #: config/sparc/sparc.c:6879
12715 msgid "invalid %%B operand"
12716 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12718 #: config/sparc/sparc.c:6918
12720 msgid "invalid %%c operand"
12721 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12723 #: config/sparc/sparc.c:6919
12725 msgid "invalid %%C operand"
12726 msgstr "ìç Ýãêõñç ìåôáôüðéóç UTC"
12728 #: config/sparc/sparc.c:6940
12730 msgid "invalid %%d operand"
12731 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12733 #: config/sparc/sparc.c:6941
12735 msgid "invalid %%D operand"
12736 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12738 #: config/sparc/sparc.c:6957
12740 msgid "invalid %%f operand"
12741 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12743 #: config/sparc/sparc.c:6971
12745 msgid "invalid %%s operand"
12746 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
12748 #: config/sparc/sparc.c:7025
12749 msgid "long long constant not a valid immediate operand"
12752 #: config/sparc/sparc.c:7028
12753 msgid "floating point constant not a valid immediate operand"
12756 #: config/sparc/freebsd.h:81 config/sparc/linux.h:92
12757 #: config/sparc/linux64.h:104 config/sparc/netbsd-elf.h:216
12758 msgid "Use 128 bit long doubles"
12761 #: config/sparc/sp64-elf.h:90
12762 msgid "Generate code for big endian"
12765 #: config/sparc/sp64-elf.h:91
12766 msgid "Generate code for little endian"
12769 #: config/sparc/sp86x-elf.h:68
12770 msgid "Use little-endian byte order for data"
12773 #: config/sparc/sparc.h:553
12774 msgid "Assume possible double misalignment"
12777 #: config/sparc/sparc.h:555
12778 msgid "Assume all doubles are aligned"
12781 #: config/sparc/sparc.h:557
12782 msgid "Pass -assert pure-text to linker"
12785 #: config/sparc/sparc.h:559
12786 msgid "Do not pass -assert pure-text to linker"
12789 #: config/sparc/sparc.h:561
12790 msgid "Use flat register window model"
12793 #: config/sparc/sparc.h:563
12794 msgid "Do not use flat register window model"
12797 #: config/sparc/sparc.h:565
12798 msgid "Use ABI reserved registers"
12801 #: config/sparc/sparc.h:567
12802 msgid "Do not use ABI reserved registers"
12805 #: config/sparc/sparc.h:569
12806 msgid "Use hardware quad fp instructions"
12809 #: config/sparc/sparc.h:571
12810 msgid "Do not use hardware quad fp instructions"
12813 #: config/sparc/sparc.h:573
12814 msgid "Compile for v8plus ABI"
12817 #: config/sparc/sparc.h:575
12818 msgid "Do not compile for v8plus ABI"
12821 #: config/sparc/sparc.h:577
12823 msgid "Utilize Visual Instruction Set"
12824 msgstr "ÐáñÜíïìç ÅíôïëÞ"
12826 #: config/sparc/sparc.h:579
12827 msgid "Do not utilize Visual Instruction Set"
12830 #. ??? These are deprecated, coerced to -mcpu=. Delete in 2.9.
12831 #: config/sparc/sparc.h:582
12832 msgid "Optimize for Cypress processors"
12835 #: config/sparc/sparc.h:584
12836 msgid "Optimize for SPARCLite processors"
12839 #: config/sparc/sparc.h:586
12840 msgid "Optimize for F930 processors"
12843 #: config/sparc/sparc.h:588
12844 msgid "Optimize for F934 processors"
12847 #: config/sparc/sparc.h:590
12848 msgid "Use V8 SPARC ISA"
12851 #: config/sparc/sparc.h:592
12852 msgid "Optimize for SuperSPARC processors"
12855 #. End of deprecated options.
12856 #: config/sparc/sparc.h:595
12857 msgid "Pointers are 64-bit"
12860 #: config/sparc/sparc.h:597
12861 msgid "Pointers are 32-bit"
12864 #: config/sparc/sparc.h:599
12865 msgid "Use 32-bit ABI"
12866 msgstr "×ñÞóç ABI 32-bit"
12868 #: config/sparc/sparc.h:601
12869 msgid "Use 64-bit ABI"
12870 msgstr "×ñÞóç ABI 64-bit"
12872 #: config/sparc/sparc.h:603
12873 msgid "Use stack bias"
12876 #: config/sparc/sparc.h:605
12877 msgid "Do not use stack bias"
12880 #: config/sparc/sparc.h:607
12881 msgid "Use structs on stronger alignment for double-word copies"
12884 #: config/sparc/sparc.h:609
12885 msgid "Do not use structs on stronger alignment for double-word copies"
12888 #: config/sparc/sparc.h:611
12889 msgid "Optimize tail call instructions in assembler and linker"
12892 #: config/sparc/sparc.h:613
12893 msgid "Do not optimize tail call instructions in assembler or linker"
12896 #: config/sparc/sparc.h:658
12897 msgid "Use given SPARC code model"
12900 #: config/stormy16/stormy16.c:526
12901 msgid "Constant halfword load operand out of range."
12904 #: config/stormy16/stormy16.c:536
12905 msgid "Constant arithmetic operand out of range."
12908 #: config/stormy16/stormy16.c:1027
12909 msgid "Local variable memory requirements exceed capacity."
12912 #: config/stormy16/stormy16.c:1193
12913 msgid "function_profiler support"
12916 #: config/stormy16/stormy16.c:1292
12917 msgid "cannot use va_start in interrupt function"
12920 #: config/stormy16/stormy16.c:1624
12921 msgid "`B' operand is not constant"
12924 #: config/stormy16/stormy16.c:1630
12925 msgid "`B' operand has multiple bits set"
12928 #: config/stormy16/stormy16.c:1656
12929 msgid "`o' operand is not constant"
12932 #: config/stormy16/stormy16.c:1670
12933 msgid "xstormy16_print_operand: unknown code"
12936 #: config/stormy16/stormy16.c:1716
12938 msgid "switch statement of size %lu entries too large"
12941 #: config/v850/v850-c.c:67
12942 msgid "#pragma GHS endXXXX found without previous startXXX"
12945 #: config/v850/v850-c.c:69
12946 msgid "#pragma GHS endXXX does not match previous startXXX"
12949 #: config/v850/v850-c.c:94
12950 msgid "cannot set interrupt attribute: no current function"
12953 #: config/v850/v850-c.c:102
12954 msgid "cannot set interrupt attribute: no such identifier"
12957 #: config/v850/v850-c.c:147
12958 msgid "junk at end of #pragma ghs section"
12961 # src/request.c:806 src/request.c:912
12962 #: config/v850/v850-c.c:164
12964 msgid "unrecognized section name \"%s\""
12965 msgstr "Ìç áíáãíùñßóçìï üíïìá åðéöÜíåéáò `%s'"
12967 # src/dfa.c:569 src/dfa.c:583 src/dfa.c:587
12968 # src/dfa.c:577 src/dfa.c:591 src/dfa.c:595
12969 #: config/v850/v850-c.c:179
12971 msgid "malformed #pragma ghs section"
12972 msgstr "êáêïó÷çìáôéóìÝíïò ìåôñçôÞò åðáíÜëçøçò"
12974 #: config/v850/v850-c.c:198
12975 msgid "junk at end of #pragma ghs interrupt"
12978 #: config/v850/v850-c.c:209
12979 msgid "junk at end of #pragma ghs starttda"
12982 #: config/v850/v850-c.c:220
12983 msgid "junk at end of #pragma ghs startsda"
12986 #: config/v850/v850-c.c:231
12987 msgid "junk at end of #pragma ghs startzda"
12990 #: config/v850/v850-c.c:242
12991 msgid "junk at end of #pragma ghs endtda"
12994 #: config/v850/v850-c.c:253
12995 msgid "junk at end of #pragma ghs endsda"
12998 #: config/v850/v850-c.c:264
12999 msgid "junk at end of #pragma ghs endzda"
13002 #: config/v850/v850.c:142
13004 msgid "%s=%s is not numeric"
13008 #: config/v850/v850.c:149
13010 msgid "%s=%s is too large"
13011 msgstr "%s: ôï áñ÷åßï åßíáé ðïëý ìåãÜëï"
13013 #: config/v850/v850.c:301
13014 msgid "const_double_split got a bad insn:"
13017 #: config/v850/v850.c:866
13019 msgid "output_move_single:"
13020 msgstr "áñ÷åßï åîüäïõ"
13022 #: config/v850/v850.c:2209
13023 msgid "%Jdata area attributes cannot be specified for local variables"
13026 #: config/v850/v850.c:2220
13028 msgid "%Jdata area of '%D' conflicts with previous declaration"
13029 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
13031 #: config/v850/v850.c:2419
13033 msgid "bogus JR construction: %d\n"
13036 #: config/v850/v850.c:2440 config/v850/v850.c:2643
13038 msgid "bad amount of stack space removal: %d"
13041 #: config/v850/v850.c:2619
13043 msgid "bogus JARL construction: %d\n"
13046 #: config/v850/v850.c:2989
13048 msgid "Bogus DISPOSE construction: %d\n"
13051 #: config/v850/v850.c:3011
13053 msgid "Too much stack space to dispose of: %d"
13056 #: config/v850/v850.c:3184
13058 msgid "Bogus PREPEARE construction: %d\n"
13061 #: config/v850/v850.c:3206
13063 msgid "Too much stack space to prepare: %d"
13066 #. Macro to define tables used to set the flags.
13067 #. This is a list in braces of pairs in braces,
13068 #. each pair being { "NAME", VALUE }
13069 #. where VALUE is the bits to set or minus the bits to clear.
13070 #. An empty string NAME is used to identify the default VALUE.
13071 #: config/v850/v850.h:174
13072 msgid "Support Green Hills ABI"
13075 #: config/v850/v850.h:177
13076 msgid "Prohibit PC relative function calls"
13079 #: config/v850/v850.h:180
13080 msgid "Reuse r30 on a per function basis"
13083 #: config/v850/v850.h:183
13084 msgid "Use stubs for function prologues"
13087 #: config/v850/v850.h:186
13088 msgid "Same as: -mep -mprolog-function"
13091 #: config/v850/v850.h:187
13092 msgid "Enable backend debugging"
13095 #: config/v850/v850.h:189
13096 msgid "Compile for the v850 processor"
13099 #: config/v850/v850.h:191
13100 msgid "Compile for v850e1 processor"
13103 #. Make sure that the other bits are cleared.
13104 #: config/v850/v850.h:193
13105 msgid "Compile for v850e processor"
13108 #. Make sure that the other bits are cleared.
13109 #: config/v850/v850.h:195
13111 msgid "Enable the use of the short load instructions"
13112 msgstr "ÁêáôÜëëçëç åíôïëÞ"
13114 #: config/v850/v850.h:198
13116 msgid "Do not use the callt instruction"
13117 msgstr "ÁêáôÜëëçëç åíôïëÞ"
13119 #: config/v850/v850.h:205
13121 msgid "Do not use registers r2 and r5"
13122 msgstr "Äåí åßíáé äõíáôÞ ç êáôá÷þñçóç ôçò õðçñåóßáò"
13124 #: config/v850/v850.h:207
13125 msgid "Enforce strict alignment"
13128 #: config/v850/v850.h:210
13129 msgid "Use 4 byte entries in switch tables"
13132 #: config/v850/v850.h:236
13133 msgid "Set the max size of data eligible for the TDA area"
13136 #: config/v850/v850.h:239
13137 msgid "Set the max size of data eligible for the SDA area"
13140 #: config/v850/v850.h:242
13141 msgid "Set the max size of data eligible for the ZDA area"
13144 #: config/xtensa/xtensa.c:1828
13145 msgid "boolean registers required for the floating-point option"
13148 #: config/xtensa/xtensa.c:1882
13150 msgid "-f%s is not supported with CONST16 instructions"
13151 msgstr "Ç ïéêïãÝíåéá äéåõèýíóåùí äåí õðïóôçñßæåôáé áðü ôçí ïéêïãÝíåéá ðñùôïêüëëïõ"
13153 #: config/xtensa/xtensa.c:1887
13154 msgid "PIC is required but not supported with CONST16 instructions"
13157 #: config/xtensa/xtensa.c:1957
13159 msgid "invalid %%D value"
13160 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13162 #: config/xtensa/xtensa.c:1994
13164 msgid "invalid mask"
13165 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13167 #: config/xtensa/xtensa.c:2020
13169 msgid "invalid %%x value"
13170 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13172 #: config/xtensa/xtensa.c:2027
13174 msgid "invalid %%d value"
13175 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13177 #: config/xtensa/xtensa.c:2048 config/xtensa/xtensa.c:2058
13179 msgid "invalid %%t/%%b value"
13180 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
13182 #: config/xtensa/xtensa.c:2100
13184 msgid "invalid address"
13185 msgstr "ÁêáôÜëëçëç ÷ñÞóç ôïõ äéáìïñöùôÞ äéåýèõíóçò"
13187 #: config/xtensa/xtensa.c:2125
13189 msgid "no register in address"
13190 msgstr "ìç Ýãêõñïò ÷ñüíïò Ýíáñîçò"
13192 #: config/xtensa/xtensa.c:2133
13194 msgid "address offset not a constant"
13195 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
13197 #: config/xtensa/xtensa.c:2744
13198 msgid "only uninitialized variables can be placed in a .bss section"
13201 #: config/xtensa/xtensa.h:79
13202 msgid "Use CONST16 instruction to load constants"
13205 #: config/xtensa/xtensa.h:81
13206 msgid "Use PC-relative L32R instruction to load constants"
13209 #: config/xtensa/xtensa.h:83
13210 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
13213 #: config/xtensa/xtensa.h:85
13214 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
13217 #: config/xtensa/xtensa.h:87
13218 msgid "Intersperse literal pools with code in the text section"
13221 #: config/xtensa/xtensa.h:89
13222 msgid "Put literal pools in a separate literal section"
13225 #: config/xtensa/xtensa.h:91
13226 msgid "Automatically align branch targets to reduce branch penalties"
13229 #: config/xtensa/xtensa.h:93
13230 msgid "Do not automatically align branch targets"
13233 #: config/xtensa/xtensa.h:95
13234 msgid "Use indirect CALLXn instructions for large programs"
13237 #: config/xtensa/xtensa.h:97
13238 msgid "Use direct CALLn instructions for fast calls"
13243 msgid "missing argument to \"-%s\""
13244 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
13247 msgid "`-gnat' misspelled as `-gant'"
13251 msgid "unable to call pointer to member function here"
13255 msgid "%s %D(%T, %T, %T) <built-in>"
13259 msgid "%s %D(%T, %T) <built-in>"
13263 msgid "%s %D(%T) <built-in>"
13267 msgid "%s %T <conversion>"
13271 msgid "%J%s %+#D <near match>"
13279 msgid "candidates are:"
13284 msgid "conversion from `%T' to `%T' is ambiguous"
13285 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
13287 #: cp/call.c:2619 cp/call.c:2663
13288 msgid "no matching function for call to `%D(%A)'"
13291 #: cp/call.c:2622 cp/call.c:2666
13292 msgid "call of overloaded `%D(%A)' is ambiguous"
13295 #. It's no good looking for an overloaded operator() on a
13296 #. pointer-to-member-function.
13299 msgid "pointer-to-member function %E cannot be called without an object; consider using .* or ->*"
13303 msgid "no match for call to `(%T) (%A)'"
13310 msgid "call of `(%T) (%A)' is ambiguous"
13311 msgstr "%s: ç åðéëïãÞ `-W %s' åßíáé äéöïñïýìåíç\n"
13315 msgid "%s for ternary 'operator?:' in '%E ? %E : %E'"
13320 msgid "%s for 'operator%s' in '%E%s'"
13325 msgid "%s for 'operator[]' in '%E[%E]'"
13330 msgid "%s for '%s' in '%s %E'"
13331 msgstr "%s ðñéí áðü %s'%c'"
13335 msgid "%s for 'operator%s' in '%E %s %E'"
13340 msgid "%s for 'operator%s' in '%s%E'"
13344 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
13349 msgid "`%E' has type `void' and is not a throw-expression"
13352 #: cp/call.c:3061 cp/call.c:3265
13353 msgid "operands to ?: have different types"
13357 msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
13361 msgid "enumeral and non-enumeral type in conditional expression"
13365 msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"
13369 msgid "using synthesized `%#D' for copy assignment"
13373 msgid " where cfront would use `%#D'"
13377 msgid "comparison between `%#T' and `%#T'"
13382 msgid "no suitable `operator %s' for `%T'"
13383 msgstr "äåí åßíáé äõíáôü íá ìåôáíïìáóôåß ôï `.' Þ ôï `..'"
13386 msgid "`%+#D' is private"
13390 msgid "`%+#D' is protected"
13395 msgid "`%+#D' is inaccessible"
13396 msgstr "ôï `%s' åßíáé ìç-ðñïóðåëÜóéìï"
13399 msgid "within this context"
13404 msgid "invalid conversion from `%T' to `%T'"
13405 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
13409 msgid " initializing argument %P of `%D'"
13410 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
13414 msgid "cannot bind bitfield `%E' to `%T'"
13415 msgstr "äåí åßíáé äõíáôü íá ìåôáíïìáóôåß ôï `.' Þ ôï `..'"
13419 msgid "cannot bind packed field `%E' to `%T'"
13420 msgstr "Üãíùóôïò ÷áñáêôÞñáò óôï ðåäßï `%s' ôçò êáôçãïñßáò `%s'"
13424 msgid "cannot bind rvalue `%E' to `%T'"
13425 msgstr "äåí åßíáé äõíáôü íá ìåôáíïìáóôåß ôï `.' Þ ôï `..'"
13428 msgid "cannot pass objects of non-POD type `%#T' through `...'; call will abort at runtime"
13431 #. Undefined behavior [expr.call] 5.2.2/7.
13433 msgid "cannot receive objects of non-POD type `%#T' through `...'; call will abort at runtime"
13437 msgid "the default argument for parameter %d of `%D' has not yet been parsed"
13441 msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
13446 msgid "`%T' is not an accessible base of `%T'"
13447 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
13450 msgid "could not find class$ field in java interface type `%T'"
13455 msgid "call to non-function `%D'"
13456 msgstr "Äåí âñÝèçêáí URL óôï %s.\n"
13459 msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"
13463 msgid "no matching function for call to `%T::%s(%A)%#V'"
13470 msgid "call of overloaded `%s(%A)' is ambiguous"
13471 msgstr "%s: ç åðéëïãÞ `-W %s' åßíáé äéöïñïýìåíç\n"
13474 msgid "cannot call member function `%D' without object"
13478 msgid "passing `%T' chooses `%T' over `%T'"
13481 #: cp/call.c:5704 cp/name-lookup.c:4143
13483 msgid " in call to `%D'"
13484 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
13487 msgid "choosing `%D' over `%D'"
13492 msgid " for conversion from `%T' to `%T'"
13493 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
13496 msgid " because conversion sequence for the argument is better"
13500 msgid "ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:"
13504 msgid "candidate 1:"
13508 msgid "candidate 2:"
13513 msgid "could not convert `%E' to `%T'"
13514 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
13517 msgid "invalid initialization of non-const reference of type '%T' from a temporary of type '%T'"
13521 msgid "invalid initialization of reference of type '%T' from expression of type '%T'"
13525 msgid "cannot convert from base `%T' to derived type `%T' via virtual base `%T'"
13529 msgid "Java class '%T' cannot have an implicit non-trivial destructor"
13533 msgid "Java class '%T' cannot have a destructor"
13537 msgid "`%#D' and `%#D' cannot be overloaded"
13541 msgid "conflicting access specifications for method `%D', ignored"
13546 msgid "conflicting access specifications for field `%s', ignored"
13550 msgid "`%D' names constructor"
13555 msgid "`%D' invalid in `%T'"
13556 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
13559 msgid "no members matching `%D' in `%#T'"
13562 #: cp/class.c:1074 cp/class.c:1082
13564 msgid "`%D' invalid in `%#T'"
13565 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
13568 msgid " because of local method `%#D' with same name"
13572 msgid " because of local member `%#D' with same name"
13576 msgid "base class `%#T' has a non-virtual destructor"
13580 msgid "base `%T' with only non-default constructor in class without a constructor"
13584 msgid "all member functions in class `%T' are private"
13588 msgid "`%#T' only defines a private destructor and has no friends"
13592 msgid "`%#T' only defines private constructors and has no friends"
13596 msgid "no unique final overrider for `%D' in `%T'"
13599 #. Here we know it is a hider, and no overrider exists.
13601 msgid "`%D' was hidden"
13606 msgstr " êáôÜ `%D'"
13608 #: cp/class.c:2484 cp/decl2.c:1160
13609 msgid "`%#D' invalid; an anonymous union can only have non-static data members"
13612 #: cp/class.c:2490 cp/decl2.c:1167
13613 msgid "private member `%#D' in anonymous union"
13616 #: cp/class.c:2493 cp/decl2.c:1169
13617 msgid "protected member `%#D' in anonymous union"
13621 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"
13625 msgid "bit-field `%#D' with non-integral type"
13629 msgid "bit-field `%D' width not an integer constant"
13634 msgid "negative width in bit-field `%D'"
13635 msgstr "Áñíçôéêü ðëÜôïò óôçí áðïôßìçóç"
13638 msgid "zero width for bit-field `%D'"
13642 msgid "width of `%D' exceeds its type"
13646 msgid "`%D' is too small to hold all values of `%#T'"
13650 msgid "member `%#D' with constructor not allowed in union"
13654 msgid "member `%#D' with destructor not allowed in union"
13658 msgid "member `%#D' with copy assignment operator not allowed in union"
13662 msgid "multiple fields in union `%T' initialized"
13666 msgid "ignoring packed attribute on unpacked non-POD field `%#D'"
13671 msgid "`%D' may not be static because it is a member of a union"
13672 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
13675 msgid "`%D' may not have reference type `%T' because it is a member of a union"
13679 msgid "field `%D' in local class cannot be static"
13683 msgid "field `%D' invalidly declared function type"
13687 msgid "field `%D' invalidly declared method type"
13691 msgid "non-static reference `%#D' in class without a constructor"
13695 msgid "non-static const member `%#D' in class without a constructor"
13700 msgid "field `%#D' with same name as class"
13701 msgstr "ÕðÜñ÷åé áíôéêåßìåíï ìå ôï ßäéï üíïìá"
13704 msgid "`%#T' has pointer data members"
13708 msgid " but does not override `%T(const %T&)'"
13712 msgid " or `operator=(const %T&)'"
13716 msgid " but does not override `operator=(const %T&)'"
13720 msgid "offset of empty base `%T' may not be ABI-compliant and maychange in a future version of GCC"
13724 msgid "class `%T' will be considered nearly empty in a future version of GCC"
13728 msgid "initializer specified for non-virtual method `%D'"
13732 msgid "offset of virtual base `%T' is not ABI-compliant and may change in a future version of GCC"
13736 msgid "direct base `%T' inaccessible in `%T' due to ambiguity"
13740 msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"
13744 msgid "size assigned to `%T' may not be ABI-compliant and may change in a future version of GCC"
13747 #. Versions of G++ before G++ 3.4 did not reset the
13750 msgid "the offset of `%D' may not be ABI-compliant and may change in a future version of GCC"
13754 msgid "offset of `%D' is not ABI-compliant and may change in a future version of GCC"
13758 msgid "`%D' contains empty classes which may cause base classes to be placed at different locations in a future version of GCC"
13762 msgid "layout of classes derived from empty class `%T' may change in a future version of GCC"
13765 #: cp/class.c:4935 cp/semantics.c:2044
13767 msgid "redefinition of `%#T'"
13768 msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
13771 msgid "`%#T' has virtual functions but non-virtual destructor"
13775 msgid "trying to finish struct, but kicked out due to previous parse errors"
13780 msgid "language string `\"%s\"' not recognized"
13784 msgid "cannot resolve overloaded function `%D' based on conversion to type `%T'"
13788 msgid "no matches converting function `%D' to type `%#T'"
13792 msgid "converting overloaded function `%D' to type `%#T' is ambiguous"
13796 msgid "assuming pointer to member `%D'"
13801 msgid "(a pointer to member can only be formed with `&%E')"
13804 #: cp/class.c:5936 cp/class.c:6118 cp/class.c:6125
13806 msgid "not enough type information"
13807 msgstr "åìöÜíéóç ðëçñïöïñéþí ðñïüäïõ"
13810 msgid "argument of type `%T' does not match `%T'"
13814 msgid "invalid operation on uninstantiated type"
13817 #. [basic.scope.class]
13819 #. A name N used in a class S shall refer to the same declaration
13820 #. in its context and when re-evaluated in the completed scope of
13822 #: cp/class.c:6360 cp/decl.c:1222 cp/name-lookup.c:502 cp/pt.c:2097
13824 msgid "declaration of `%#D'"
13825 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
13828 msgid "changes meaning of `%D' from `%+#D'"
13831 #: cp/cp-lang.c:398
13833 msgid "inter-module optimisations not implemented yet"
13834 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
13837 msgid "can't convert from incomplete type `%T' to `%T'"
13842 msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
13843 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
13845 #: cp/cvt.c:113 cp/cvt.c:127
13847 msgid "converting from `%T' to `%T'"
13848 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
13850 #: cp/cvt.c:185 cp/cvt.c:253 cp/cvt.c:297
13852 msgid "cannot convert `%E' from type `%T' to type `%T'"
13853 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
13855 #: cp/cvt.c:214 cp/cvt.c:218
13856 msgid "pointer to member cast from `%T' to `%T' is via virtual base"
13861 msgid "invalid conversion from '%T' to '%T'"
13862 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
13866 msgid "conversion from `%T' to `%T' discards qualifiers"
13867 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
13870 msgid "casting `%T' to `%T' does not dereference pointer"
13875 msgid "cannot convert type `%T' to type `%T'"
13876 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
13880 msgid "conversion from `%#T' to `%#T'"
13881 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
13884 msgid "`%#T' used where a `%T' was expected"
13888 msgid "`%#T' used where a floating point value was expected"
13893 msgid "conversion from `%T' to non-scalar type `%T' requested"
13894 msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
13897 msgid "object of incomplete type `%T' will not be accessed in %s"
13901 msgid "object of type `%T' will not be accessed in %s"
13905 msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
13908 #. [over.over] enumerates the places where we can take the address
13909 #. of an overloaded function, and this is not one of them.
13912 msgid "%s cannot resolve address of overloaded function"
13915 #. Only warn when there is no &.
13918 msgid "%s is a reference, not call, to function `%E'"
13924 msgid "%s has no effect"
13928 msgid "converting NULL to non-pointer type"
13932 msgid "ambiguous default type conversion from `%T'"
13936 msgid " candidate conversions include `%D' and `%D'"
13940 msgid "label `%D' used but not defined"
13944 msgid "label `%D' defined but not used"
13947 #: cp/decl.c:1130 cp/decl.c:1556
13948 msgid "previous declaration of `%D'"
13953 msgid "%Jfunction '%D' redeclared as inline"
13954 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
13957 msgid "%Jprevious declaration of '%D' with attribute noinline"
13961 msgid "%Jfunction '%D' redeclared with attribute noinline"
13966 msgid "%Jprevious declaration of '%D' was inline"
13967 msgstr "ðñïçãïýìåíç áõôïíüçôç äéáêýñçîç ôïõ `%s'"
13969 #: cp/decl.c:1209 cp/decl.c:1247
13970 msgid "shadowing %s function `%#D'"
13974 msgid "library function `%#D' redeclared as non-function `%#D'"
13978 msgid "conflicts with built-in declaration `%#D'"
13981 #: cp/decl.c:1242 cp/decl.c:1354 cp/decl.c:1370
13982 msgid "new declaration `%#D'"
13986 msgid "ambiguates built-in declaration `%#D'"
13990 msgid "`%#D' redeclared as different kind of symbol"
13994 msgid "previous declaration of `%#D'"
13998 msgid "declaration of template `%#D'"
14001 #: cp/decl.c:1340 cp/name-lookup.c:503
14002 msgid "conflicts with previous declaration `%#D'"
14005 #: cp/decl.c:1355 cp/decl.c:1371
14006 msgid "ambiguates old declaration `%#D'"
14010 msgid "declaration of C function `%#D' conflicts with"
14014 msgid "previous declaration `%#D' here"
14019 msgid "conflicting declaration '%#D'"
14020 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
14024 msgid "'%D' has a previous declaration as `%#D'"
14025 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
14028 msgid "`%#D' previously defined here"
14033 msgid "`%#D' previously declared here"
14034 msgstr "Äåí õðÜñ÷åé ðñïçãïýìåíç êáíïíéêÞ Ýêöñáóç"
14036 #. Prototype decl follows defn w/o prototype.
14038 msgid "prototype for `%#D'"
14042 msgid "%Jfollows non-prototype definition here"
14046 msgid "previous declaration of `%#D' with %L linkage"
14050 msgid "conflicts with new declaration with %L linkage"
14053 #: cp/decl.c:1483 cp/decl.c:1490
14054 msgid "default argument given for parameter %d of `%#D'"
14057 #: cp/decl.c:1485 cp/decl.c:1492
14059 msgid "after previous specification in `%#D'"
14060 msgstr "%s: Ìç Ýãêõñç ñýèìéóç `%s'.\n"
14063 msgid "`%#D' was used before it was declared inline"
14068 msgid "%Jprevious non-inline declaration here"
14069 msgstr "ðñïçãïýìåíç áõôïíüçôç äéáêýñçîç ôïõ `%s'"
14072 msgid "redundant redeclaration of `%D' in same scope"
14077 msgid "declaration of `%F' throws different exceptions"
14082 msgid "than previous declaration `%F'"
14085 #. From [temp.expl.spec]:
14087 #. If a template, a member template or the member of a class
14088 #. template is explicitly specialized then that
14089 #. specialization shall be declared before the first use of
14090 #. that specialization that would cause an implicit
14091 #. instantiation to take place, in every translation unit in
14092 #. which such a use occurs.
14094 msgid "explicit specialization of %D after first use"
14098 msgid "%J'%D': visibility attribute ignored because it"
14103 msgid "%Jconflicts with previous declaration here"
14104 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
14107 msgid "implicit declaration of function `%#D'"
14108 msgstr "áõôïíüçôç äéáêýñçîç ôçò óõíÜñôçóçò `%#D'"
14112 msgid "label `%s' referenced outside of any function"
14115 #: cp/decl.c:2234 cp/decl.c:2258 cp/decl.c:2346
14116 msgid "jump to label `%D'"
14119 #: cp/decl.c:2236 cp/decl.c:2260
14120 msgid "jump to case label"
14123 #: cp/decl.c:2239 cp/decl.c:2263
14124 msgid "%H from here"
14128 msgid " crosses initialization of `%#D'"
14131 #: cp/decl.c:2247 cp/decl.c:2362
14132 msgid " enters scope of non-POD `%#D'"
14135 #: cp/decl.c:2267 cp/decl.c:2366
14136 msgid " enters try block"
14139 #: cp/decl.c:2269 cp/decl.c:2368
14140 msgid " enters catch block"
14147 #. Can't skip init of __exception_info.
14149 msgid "%J enters catch block"
14153 msgid " skips initialization of `%#D'"
14157 msgid "label named wchar_t"
14162 msgid "duplicate label `%D'"
14163 msgstr "äéðëü êëåéäß"
14165 #: cp/decl.c:2625 cp/parser.c:3182
14166 msgid "`%D' used without template parameters"
14169 #: cp/decl.c:2635 cp/decl.c:2651 cp/decl.c:2739
14170 msgid "no class template named `%#T' in `%#T'"
14173 #: cp/decl.c:2672 cp/decl.c:2682 cp/decl.c:2702
14174 msgid "no type named `%#T' in `%#T'"
14178 msgid "%Jan anonymous union cannot have function members"
14182 msgid "member %#D' with constructor not allowed in anonymous aggregate"
14186 msgid "member %#D' with destructor not allowed in anonymous aggregate"
14190 msgid "member %#D' with copy assignment operator not allowed in anonymous aggregate"
14194 msgid "redeclaration of C++ built-in type `%T'"
14198 msgid "multiple types in one declaration"
14202 msgid "missing type-name in typedef-declaration"
14206 msgid "ISO C++ prohibits anonymous structs"
14210 msgid "`%D' can only be specified for functions"
14214 msgid "`%D' can only be specified inside a class"
14218 msgid "`%D' can only be specified for constructors"
14222 msgid "`%D' can only be specified for objects and functions"
14225 #: cp/decl.c:3721 cp/decl2.c:854
14226 msgid "typedef `%D' is initialized (use __typeof__ instead)"
14230 msgid "function `%#D' is initialized like a variable"
14234 msgid "declaration of `%#D' has `extern' and is initialized"
14239 msgid "`%#D' is not a static member of `%#T'"
14240 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
14243 msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
14246 # src/request.c:263
14249 msgid "duplicate initialization of %D"
14250 msgstr "Ôï âÞìá áñ÷éêïðïßçóçò áðÝôõ÷å"
14253 msgid "declaration of `%#D' outside of class is not definition"
14257 msgid "variable `%#D' has initializer but incomplete type"
14260 #: cp/decl.c:3876 cp/decl.c:4445
14261 msgid "elements of array `%#D' have incomplete type"
14265 msgid "aggregate `%#D' has incomplete type and cannot be defined"
14269 msgid "`%D' declared as reference but not initialized"
14273 msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"
14278 msgid "cannot initialize `%T' from `%T'"
14279 msgstr "äåí åßíáé äõíáôü íá ìåôáíïìáóôåß ôï `.' Þ ôï `..'"
14282 msgid "initializer fails to determine size of `%D'"
14287 msgid "array size missing in `%D'"
14288 msgstr "óöÜëìá êáôÜ ôï êëåßóéìï ôçò åéóüäïõ `%s'"
14291 msgid "zero-size array `%D'"
14294 #. An automatic variable with an incomplete type: that is an error.
14295 #. Don't talk about array types here, since we took care of that
14296 #. message in grokdeclarator.
14298 msgid "storage size of `%D' isn't known"
14302 msgid "storage size of `%D' isn't constant"
14306 msgid "sorry: semantics of inline function static data `%#D' are wrong (you'll wind up with multiple copies)"
14310 msgid "%J you can work around this by removing the initializer"
14315 msgid "uninitialized const `%D'"
14316 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
14320 msgid "brace-enclosed initializer used to initialize `%T'"
14321 msgstr "ìç Ýãêõñï byte Þ ëßóôá ðåäßùí"
14324 msgid "initializer for `%T' must be brace-enclosed"
14328 msgid "ISO C++ does not allow designated initializers"
14333 msgid "`%T' has no non-static data member named `%D'"
14334 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
14337 msgid "name `%D' used in a GNU-style designated initializer for an array"
14342 msgid "too many initializers for `%T'"
14343 msgstr "ìç Ýãêõñï byte Þ ëßóôá ðåäßùí"
14346 msgid "variable-sized object `%D' may not be initialized"
14350 msgid "`%D' has incomplete type"
14354 msgid "`%D' must be initialized by constructor, not by `{...}'"
14358 msgid "structure `%D' with uninitialized const members"
14362 msgid "structure `%D' with uninitialized reference members"
14366 msgid "assignment (not initialization) in declaration"
14370 msgid "cannot initialize `%D' to namespace `%D'"
14374 msgid "shadowing previous type declaration of `%#D'"
14378 msgid "`%D' cannot be thread-local because it has non-POD type `%T'"
14382 msgid "`%D' is thread-local and so cannot be dynamically initialized"
14387 msgid "invalid catch parameter"
14388 msgstr "Ìç Ýãêõñïò ÷áñáêôÞñáò ðáñáâïëÞò"
14391 msgid "destructor for alien class `%T' cannot be a member"
14395 msgid "constructor for alien class `%T' cannot be a member"
14399 msgid "`%D' declared as a `virtual' %s"
14403 msgid "`%D' declared as an `inline' %s"
14407 msgid "`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
14411 msgid "`%D' declared as a friend"
14415 msgid "`%D' declared with an exception specification"
14419 msgid "cannot declare `::main' to be a template"
14423 msgid "cannot declare `::main' to be inline"
14427 msgid "cannot declare `::main' to be static"
14431 msgid "`main' must return `int'"
14435 msgid "non-local function `%#D' uses anonymous type"
14439 msgid "`%#D' does not refer to the unqualified type, so it is not used for linkage"
14443 msgid "non-local function `%#D' uses local type `%T'"
14447 msgid "%smember function `%D' cannot have `%T' method qualifier"
14451 msgid "defining explicit specialization `%D' in friend declaration"
14454 #. Something like `template <class T> friend void f<T>()'.
14456 msgid "invalid use of template-id `%D' in declaration of primary template"
14460 msgid "default arguments are not allowed in declaration of friend template specialization `%D'"
14464 msgid "`inline' is not allowed in declaration of friend template specialization `%D'"
14468 msgid "definition of implicitly-declared `%D'"
14471 #: cp/decl.c:5785 cp/decl2.c:737
14472 msgid "no `%#D' member function declared in class `%T'"
14476 msgid "non-local variable `%#D' uses local type `%T'"
14480 msgid "invalid in-class initialization of static data member of non-integral type `%T'"
14484 msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"
14488 msgid "ISO C++ forbids initialization of member constant `%D' of non-integral type `%T'"
14493 msgid "size of array `%D' has non-integral type `%T'"
14494 msgstr "Ï êáôÜëïãïò `%s' äåí åßíáé ðñïóéôüò."
14497 msgid "size of array has non-integral type `%T'"
14501 msgid "size of array `%D' is negative"
14505 msgid "size of array is negative"
14509 msgid "ISO C++ forbids zero-size array `%D'"
14513 msgid "ISO C++ forbids zero-size array"
14517 msgid "size of array `%D' is not an integral constant-expression"
14521 msgid "size of array is not an integral constant-expression"
14525 msgid "ISO C++ forbids variable-size array `%D'"
14529 msgid "ISO C++ forbids variable-size array"
14533 msgid "overflow in array dimension"
14537 msgid "declaration of `%D' as %s"
14542 msgid "creating %s"
14543 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
14546 msgid "declaration of `%D' as multidimensional array must have bounds for all dimensions except the first"
14550 msgid "multidimensional array must have bounds for all dimensions except the first"
14554 msgid "return type specification for constructor invalid"
14558 msgid "return type specification for destructor invalid"
14562 msgid "operator `%T' declared to return `%T'"
14566 msgid "return type specified for `operator %T'"
14570 msgid "destructors must be member functions"
14574 msgid "destructor `%T' must match class name `%T'"
14578 msgid "declarator-id missing; using reserved word `%D'"
14582 msgid "type `%T' is not derived from type `%T'"
14585 #. Parse error puts this typespec where
14586 #. a declarator should go.
14588 msgid "`%T' specified as declarator-id"
14592 msgid " perhaps you want `%T' for a constructor"
14595 #. Sometimes, we see a template-name used as part of a
14596 #. decl-specifier like in
14597 #. std::allocator alloc;
14598 #. Handle that gracefully.
14601 msgid "invalid use of template-name '%E' in a declarator"
14602 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
14605 msgid "declaration of `%D' as non-function"
14610 msgid "`bool' is now a keyword"
14611 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
14614 msgid "extraneous `%T' ignored"
14617 #: cp/decl.c:6790 cp/decl.c:6834
14619 msgid "multiple declarations `%T' and `%T'"
14620 msgstr "ðïëëáðëüò áñéèìüò åðéëïãþí ôçí åíôïëÞ `s'"
14623 msgid "ISO C++ does not support `long long'"
14626 #: cp/decl.c:6907 cp/decl.c:6910
14628 msgid "ISO C++ forbids declaration of `%s' with no type"
14633 msgid "short, signed or unsigned invalid for `%s'"
14638 msgid "long and short specified together for `%s'"
14643 msgid "signed and unsigned given together for `%s'"
14647 msgid "qualifiers are not allowed on declaration of `operator %T'"
14651 msgid "member `%D' cannot be declared both virtual and static"
14656 msgid "`%T::%D' is not a valid declarator"
14657 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
14660 msgid "storage class specifiers invalid in parameter declarations"
14664 msgid "typedef declaration invalid in parameter declaration"
14668 msgid "virtual outside class declaration"
14673 msgid "storage class specified for %s `%s'"
14678 msgid "top-level declaration of `%s' specifies `auto'"
14682 msgid "storage class specifiers invalid in friend function declarations"
14686 msgid "destructor cannot be static member function"
14691 msgid "destructors may not be `%s'"
14695 msgid "constructor cannot be static member function"
14699 msgid "constructors cannot be declared virtual"
14704 msgid "constructors may not be `%s'"
14708 msgid "return value type specifier for constructor ignored"
14713 msgid "can't initialize friend function `%s'"
14714 msgstr "Äåí Þôáí äõíáôÞ ç åýñåóç åôéêÝôôáò ãéá ìåôáãùãÞ óôï `%s'"
14716 #. Cannot be both friend and virtual.
14718 msgid "virtual functions cannot be friends"
14723 msgid "friend declaration not in class definition"
14724 msgstr "óõíôáêôéêü óöÜëìá óôïí ïñéóìü êëÜóçò ÷áñáêôÞñùí"
14728 msgid "can't define friend function `%s' in a local class definition"
14732 msgid "destructors may not have parameters"
14735 #: cp/decl.c:7510 cp/decl.c:7517
14737 msgid "cannot declare reference to `%#T'"
14738 msgstr "áäõíáìßá áëëáãÞò óôï êáôÜëïãï %s"
14742 msgid "cannot declare pointer to `%#T'"
14743 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
14746 msgid "cannot declare pointer to `%#T' member"
14750 msgid "extra qualification `%T::' on member `%s' ignored"
14754 msgid "cannot declare member function `%T::%s' within `%T'"
14759 msgid "cannot declare member `%T::%s' within `%T'"
14760 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
14763 msgid "data member may not have variably modified type `%T'"
14767 msgid "parameter may not have variably modified type `%T'"
14770 #. [dcl.fct.spec] The explicit specifier shall only be used in
14771 #. declarations of constructors within a class definition.
14773 msgid "only declarations of constructors can be `explicit'"
14778 msgid "non-member `%s' cannot be declared `mutable'"
14783 msgid "non-object member `%s' cannot be declared `mutable'"
14788 msgid "function `%s' cannot be declared `mutable'"
14793 msgid "static `%s' cannot be declared `mutable'"
14798 msgid "const `%s' cannot be declared `mutable'"
14802 msgid "template-id `%D' used as a declarator"
14806 msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"
14810 msgid "%Jtypedef name may not be a nested-name-specifier"
14814 msgid "%Jinvalid type qualifier for non-member function type"
14818 msgid "type qualifiers specified for friend class declaration"
14822 msgid "`inline' specified for friend class declaration"
14827 msgid "template parameters cannot be friends"
14828 msgstr "ï äéá÷ùñéóôÞò äå ìðïñåß íá åßíáé êåíüò"
14831 msgid "friend declaration requires class-key, i.e. `friend class %T::%D'"
14835 msgid "friend declaration requires class-key, i.e. `friend %#T'"
14839 msgid "trying to make class `%T' a friend of global scope"
14843 msgid "invalid qualifiers on non-member function type"
14847 msgid "abstract declarator `%T' used as declaration"
14851 msgid "unnamed variable or field declared void"
14855 msgid "variable or field declared void"
14859 msgid "cannot use `::' in parameter declaration"
14862 #. Something like struct S { int N::j; };
14865 msgid "invalid use of `::'"
14866 msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
14869 msgid "function `%D' cannot be declared friend"
14873 msgid "can't make `%D' into a method -- not in a class"
14877 msgid "function `%D' declared virtual inside a union"
14881 msgid "`%D' cannot be declared virtual, since it is always static"
14885 msgid "field `%D' has incomplete type"
14889 msgid "name `%T' has incomplete type"
14893 msgid " in instantiation of template `%T'"
14898 msgid "`%s' is neither function nor member function; cannot be declared friend"
14902 msgid "member functions are implicitly friends of their class"
14905 #. An attempt is being made to initialize a non-static
14906 #. member. But, from [class.mem]:
14908 #. 4 A member-declarator can contain a
14909 #. constant-initializer only if it declares a static
14910 #. member (_class.static_) of integral or enumeration
14911 #. type, see _class.static.data_.
14913 #. This used to be relatively common practice, but
14914 #. the rest of the compiler does not correctly
14915 #. handle the initialization unless the member is
14916 #. static so we make it static below.
14918 msgid "ISO C++ forbids initialization of member `%D'"
14922 msgid "making `%D' static"
14927 msgid "storage class `auto' invalid for function `%s'"
14932 msgid "storage class `register' invalid for function `%s'"
14937 msgid "storage class `__thread' invalid for function `%s'"
14938 msgstr "ìç Ýãêõñç ôÜîç ÷áñáêôÞñùí `%s'"
14942 msgid "storage class `static' invalid for function `%s' declared out of global scope"
14947 msgid "storage class `inline' invalid for function `%s' declared out of global scope"
14952 msgid "virtual non-class function `%s'"
14956 msgid "cannot declare member function `%D' to have static linkage"
14959 #. FIXME need arm citation
14961 msgid "cannot declare static function inside another function"
14965 msgid "`static' may not be used when defining (as opposed to declaring) a static data member"
14969 msgid "static member `%D' declared `register'"
14973 msgid "cannot explicitly declare member `%#D' to have extern linkage"
14977 msgid "default argument for `%#D' has type `%T'"
14981 msgid "default argument for parameter of type `%T' has type `%T'"
14985 msgid "default argument `%E' uses local variable `%D'"
14990 msgid "invalid string constant `%E'"
14991 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
14994 msgid "invalid integer constant in parameter list, did you forget to give parameter name?"
14998 msgid "parameter `%D' invalidly declared method type"
15002 msgid "parameter `%D' includes %s to array of unknown bound `%T'"
15007 #. A declaration of a constructor for a class X is ill-formed if
15008 #. its first parameter is of type (optionally cv-qualified) X
15009 #. and either there are no other parameters or else all other
15010 #. parameters have default arguments.
15012 #. We *don't* complain about member template instantiations that
15013 #. have this form, though; they can occur as we try to decide
15014 #. what constructor to use during overload resolution. Since
15015 #. overload resolution will never prefer such a constructor to
15016 #. the non-template copy constructor (which is either explicitly
15017 #. or implicitly defined), there's no need to worry about their
15018 #. existence. Theoretically, they should never even be
15019 #. instantiated, but that's hard to forestall.
15021 msgid "invalid constructor; you probably meant `%T (const %T&)'"
15025 msgid "`%D' must be a nonstatic member function"
15029 msgid "`%D' must be either a non-static member function or a non-member function"
15033 msgid "`%D' must have an argument of class or enumerated type"
15038 msgid "conversion to %s%s will never use a type conversion operator"
15043 msgid "ISO C++ prohibits overloading operator ?:"
15047 msgid "postfix `%D' must take `int' as its argument"
15051 msgid "postfix `%D' must take `int' as its second argument"
15055 msgid "`%D' must take either zero or one argument"
15059 msgid "`%D' must take either one or two arguments"
15063 msgid "prefix `%D' should return `%T'"
15067 msgid "postfix `%D' should return `%T'"
15071 msgid "`%D' must take `void'"
15074 #: cp/decl.c:9165 cp/decl.c:9173
15075 msgid "`%D' must take exactly one argument"
15079 msgid "`%D' must take exactly two arguments"
15083 msgid "user-defined `%D' always evaluates both arguments"
15087 msgid "`%D' should return by value"
15090 #: cp/decl.c:9209 cp/decl.c:9212
15091 msgid "`%D' cannot have default arguments"
15095 msgid "using typedef-name `%D' after `%s'"
15099 msgid "using template type parameter `%T' after `%s'"
15104 msgid "`%T' referred to as `%s'"
15105 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
15108 msgid "`%T' referred to as enum"
15111 #. If a class template appears as elaborated type specifier
15112 #. without a template header such as:
15114 #. template <class T> class C {};
15115 #. void f(class C); // No template header here
15117 #. then the required template argument is missing.
15120 msgid "template argument required for `%s %T'"
15121 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
15124 msgid "use of enum `%#D' without previous declaration"
15128 msgid "derived union `%T' invalid"
15132 msgid "base type `%T' fails to be a struct or class type"
15136 msgid "recursive type `%T' undefined"
15141 msgid "duplicate base type `%T' invalid"
15142 msgstr "äéðëüò ïñéóìüò óõíüëïõ"
15145 msgid "Java class '%T' cannot have multiple bases"
15149 msgid "Java class '%T' cannot have virtual bases"
15154 msgid "multiple definition of `%#T'"
15155 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
15159 msgid "%Jprevious definition here"
15160 msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
15164 #. IF no integral type can represent all the enumerator values, the
15165 #. enumeration is ill-formed.
15167 msgid "no integral type can represent all of the enumerator values for `%T'"
15171 msgid "enumerator value for `%D' not integer constant"
15175 msgid "overflow in enumeration values at `%D'"
15179 msgid "return type `%#T' is incomplete"
15183 msgid "return type for `main' changed to `int'"
15187 msgid "`%D' implicitly declared before its definition"
15190 #: cp/decl.c:10176 cp/typeck.c:6023
15191 msgid "`operator=' should return a reference to `*this'"
15195 msgid "parameter `%D' declared void"
15200 msgid "invalid member function declaration"
15201 msgstr "ìç Ýãêõñïò áñéèìüò áðü êåíÝò ãñáììÝò: `%s'"
15204 msgid "`%D' is already defined in class `%T'"
15208 msgid "static member function `%#D' declared with type qualifiers"
15213 msgid "duplicate type qualifiers in %s declaration"
15217 msgid "name missing for member function"
15220 #: cp/decl2.c:408 cp/decl2.c:422
15221 msgid "ambiguous conversion for array subscript"
15225 msgid "invalid types `%T[%T]' for array subscript"
15229 msgid "deleting array `%#D'"
15233 msgid "type `%#T' argument given to `delete', expected pointer"
15237 msgid "cannot delete a function. Only pointer-to-objects are valid arguments to `delete'"
15241 msgid "deleting `%T' is undefined"
15244 #. 14.5.2.2 [temp.mem]
15246 #. A local class shall not have member templates.
15248 msgid "invalid declaration of member template `%#D' in local class"
15252 msgid "invalid use of `virtual' in template declaration of `%#D'"
15255 #: cp/decl2.c:540 cp/pt.c:2834
15256 msgid "template declaration of `%#D'"
15260 msgid "Java method '%D' has non-Java return type `%T'"
15264 msgid "Java method '%D' has non-Java parameter type `%T'"
15269 msgid "prototype for `%#D' does not match any in class `%T'"
15270 msgstr "ôï áñ÷åßï äåäïìÝíùí ðñïößë `%s' äåí ôáéñéÜæåé ìå ôï äéáìïéñáæüìåíï áíôéêåßìåíï `%s'"
15274 msgid "local class `%#T' shall not have static data member `%#D'"
15275 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
15278 msgid "initializer invalid for static member with constructor"
15282 msgid "(an out of class initialization is required)"
15286 msgid "member `%D' conflicts with virtual function table field name"
15290 msgid "`%D' is already defined in `%T'"
15294 msgid "field initializer is not constant"
15298 msgid "`asm' specifiers are not permitted on non-static data members"
15302 msgid "cannot declare `%D' to be a bit-field type"
15306 msgid "cannot declare bit-field `%D' with function type"
15310 msgid "`%D' is already defined in the class %T"
15314 msgid "static member `%D' cannot be a bit-field"
15318 msgid "initializer specified for non-member function `%D'"
15323 msgid "invalid initializer for virtual method `%D'"
15324 msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
15327 msgid "anonymous struct not inside named type"
15331 msgid "namespace-scope anonymous aggregates must be static"
15335 msgid "anonymous union with no members"
15339 msgid "`operator new' must return type `%T'"
15343 msgid "`operator new' takes type `size_t' (`%T') as first parameter"
15347 msgid "`operator delete' must return type `%T'"
15351 msgid "`operator delete' takes type `%T' as first parameter"
15355 msgid "inline function `%D' used but never defined"
15359 msgid "default argument missing for parameter %P of `%+#D'"
15362 #. damn ICE suppression
15365 msgid "unexpected letter `%c' in locate_error\n"
15368 #. Can't throw a reference.
15370 msgid "type `%T' is disallowed in Java `throw' or `catch'"
15374 msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
15377 #. Thrown object must be a Throwable.
15379 msgid "type `%T' is not derived from `java::lang::Throwable'"
15383 msgid "mixing C++ and Java catches in a single translation unit"
15387 msgid "throwing NULL, which has integral, not pointer type"
15390 #: cp/except.c:598 cp/init.c:2037
15391 msgid "`%D' should never be overloaded"
15395 msgid " in thrown expression"
15399 msgid "expression '%E' of abstract class type '%T' cannot be used in throw-expression"
15403 msgid "exception of type `%T' will be caught"
15407 msgid " by earlier handler for `%T'"
15411 msgid "`...' handler must be the last handler for its try block"
15415 msgid "`%D' is already a friend of class `%T'"
15419 msgid "invalid type `%T' declared `friend'"
15423 #. Friend declarations shall not declare partial
15424 #. specializations.
15426 msgid "partial specialization `%T' declared `friend'"
15430 msgid "class `%T' is implicitly friends with itself"
15433 #. template <class T> friend typename S<T>::X;
15435 msgid "typename type `%#T' declared `friend'"
15438 #. template <class T> friend class T;
15440 msgid "template parameter type `%T' declared `friend'"
15443 #. template <class T> friend class A; where A is not a template
15446 msgid "`%#T' is not a template"
15447 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
15451 msgid "`%D' is already a friend of `%T'"
15452 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
15456 msgid "`%T' is already a friend of `%T'"
15457 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
15460 msgid "member `%D' declared as friend before type `%T' defined"
15464 msgid "friend declaration `%#D' declares a non-template function"
15468 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"
15471 #: cp/g++spec.c:229 java/jvspec.c:415
15473 msgid "argument to `%s' missing\n"
15474 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
15477 msgid "`%D' should be initialized in the member initialization list"
15481 msgid "default-initialization of `%#D', which has reference type"
15485 msgid "uninitialized reference member `%D'"
15490 msgid "uninitialized member `%D' with `const' type `%T'"
15491 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
15494 msgid "`%D' will be initialized after"
15499 msgid "base `%T' will be initialized after"
15500 msgstr "ç êëÜóç ÷áñáêôÞñùí `%s' ïñßóôçêå Þäç"
15510 msgstr " êáôÜ `%D'"
15514 msgid " when initialized here"
15515 msgstr "ìç Ýãêõñï ìÝãåèïò ïñéæüíôéïõ óôçëïèÝôç: %s"
15518 msgid "multiple initializations given for `%D'"
15521 # src/request.c:263
15524 msgid "multiple initializations given for base `%T'"
15525 msgstr "Ôï âÞìá áñ÷éêïðïßçóçò áðÝôõ÷å"
15528 msgid "initializations for multiple members of `%T'"
15532 msgid "base class `%#T' should be explicitly initialized in the copy constructor"
15535 #: cp/init.c:895 cp/init.c:914
15536 msgid "class `%T' does not have any field named `%D'"
15540 msgid "`%#D' is a static data member; it can only be initialized at its definition"
15545 msgid "`%#D' is not a non-static data member of `%T'"
15546 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
15549 msgid "unnamed initializer for `%T', which has no base classes"
15553 msgid "unnamed initializer for `%T', which uses multiple inheritance"
15557 msgid "'%D' is both a direct base and an indirect virtual base"
15561 msgid "type `%D' is not a direct or virtual base of `%T'"
15566 msgid "type `%D' is not a direct base of `%T'"
15567 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
15569 #. Handle bad initializers like:
15573 #. COMPLEX(double r = 0.0, double i = 0.0) {re = r; im = i;};
15577 #. int main(int argc, char **argv) {
15578 #. COMPLEX zees(1.0, 0.0)[10];
15582 msgid "bad array initializer"
15587 msgid "`%T' is not an aggregate type"
15588 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
15591 msgid "`%T' fails to be an aggregate typedef"
15595 msgid "type `%T' is of non-aggregate type"
15598 #: cp/init.c:1432 cp/typeck.c:1795
15599 msgid "qualified type `%T' does not match destructor name `~%T'"
15603 msgid "incomplete type `%T' does not have member `%D'"
15608 msgid "`%D' is not a member of type `%T'"
15609 msgstr "äåí åßóôå ìÝëïò ôçò ïìÜäáò `%s'"
15613 msgid "invalid pointer to bit-field `%D'"
15614 msgstr "áêáôÜëëçëïò ôýðïò äéêôýïõ :`%s'\n"
15618 msgid "invalid use of non-static member function `%D'"
15619 msgstr "ìç Ýãêõñïò áñéèìüò áðü óôÞëåò: `%s'"
15621 #: cp/init.c:1586 cp/semantics.c:1236
15623 msgid "invalid use of non-static data member `%D'"
15624 msgstr "ìç Ýãêõñïò áñéèìüò áðü óôÞëåò: `%s'"
15627 msgid "new of array type fails to specify size"
15631 msgid "size in array new must have integral type"
15635 msgid "zero size array reserves no space"
15639 msgid "new cannot be applied to a reference type"
15643 msgid "new cannot be applied to a function type"
15647 msgid "call to Java constructor, while `jclass' undefined"
15651 msgid "can't find class$"
15656 msgid "invalid type `void' for new"
15657 msgstr "ìç Ýãêõñç êáôÜóôáóç ãéá ôçí dlopen()"
15660 msgid "uninitialized const in `new' of `%#T'"
15665 msgid "call to Java constructor with `%s' undefined"
15672 msgid "request for member `%D' is ambiguous"
15673 msgstr "%s: ç åðéëïãÞ `%s' åßíáé áóáöÞò\n"
15676 msgid "ISO C++ forbids initialization in array new"
15680 msgid "initializer ends prematurely"
15684 msgid "cannot initialize multi-dimensional array with initializer"
15688 msgid "possible problem detected in invocation of delete operator:"
15692 msgid "neither the destructor nor the class-specific "
15696 msgid "operator delete will be called, even if they are "
15700 msgid "declared when the class is defined."
15704 msgid "unknown array size in delete"
15708 msgid "type to vector delete is neither pointer or array type"
15713 msgid "type name expected before `*'"
15714 msgstr "ÅããñáöÞ ïíïìÜôùí ôùí åðéëåãìÝíùí êáôçãïñéþí"
15718 msgid "junk at end of #pragma %s"
15723 msgid "invalid #pragma %s"
15724 msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
15727 msgid "#pragma vtable no longer supported"
15732 msgid "#pragma implementation for %s appears after file is included"
15736 msgid "junk at end of #pragma GCC java_exceptions"
15741 msgid "`%D' not defined"
15745 msgid "`%D' was not declared in this scope"
15749 msgid "`%D' undeclared (first use this function)"
15753 msgid "(Each undeclared identifier is reported only once for each function it appears in.)"
15756 #. In a template, it is invalid to write "f()" or "f(3)" if no
15757 #. declaration of "f" is available. Historically, G++ and most
15758 #. other compilers accepted that usage since they deferred all name
15759 #. lookup until instantiation time rather than doing unqualified
15760 #. name lookup at template definition time; explain to the user what
15763 #. Note that we have the exact wording of the following message in
15764 #. the manual (trouble.texi, node "Name lookup"), so they need to
15765 #. be kept in synch.
15767 msgid "there are no arguments to `%D' that depend on a template parameter, so a declaration of `%D' must be available"
15771 msgid "(if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)"
15774 #: cp/mangle.c:2037
15775 msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
15778 #: cp/mangle.c:2090
15779 msgid "omitted middle operand to `?:' operand cannot be mangled"
15782 #: cp/mangle.c:2389
15783 msgid "the mangled name of `%D' will change in a future version of GCC"
15787 msgid "generic thunk code fails for method `%#D' which uses `...'"
15791 msgid "non-static const member `%#D', can't use default assignment operator"
15795 msgid "non-static reference member `%#D', can't use default assignment operator"
15798 #: cp/name-lookup.c:660
15799 msgid "`%#D' used prior to declaration"
15802 #: cp/name-lookup.c:691
15803 msgid "redeclaration of `wchar_t' as `%T'"
15806 #. A redeclaration of main, but not a duplicate of the
15809 #. [basic.start.main]
15811 #. This function shall not be overloaded.
15812 #: cp/name-lookup.c:723
15814 msgid "invalid redeclaration of `%D'"
15815 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
15817 #: cp/name-lookup.c:724
15821 #: cp/name-lookup.c:812
15823 msgid "type mismatch with previous external decl of `%#D'"
15824 msgstr "óöÜëìá ôáéñéÜóìáôïò ôýðïõ ìå ðñïçãïýìåíç áõôïíüçôç äéáêýñçîç"
15826 #: cp/name-lookup.c:813
15827 msgid "previous external decl of `%#D'"
15830 #: cp/name-lookup.c:855
15831 msgid "`%D' was previously implicitly declared to return `int'"
15834 #: cp/name-lookup.c:913
15835 msgid "extern declaration of `%#D' doesn't match"
15838 #: cp/name-lookup.c:914
15839 msgid "global declaration `%#D'"
15842 #: cp/name-lookup.c:950 cp/name-lookup.c:957
15844 msgid "declaration of '%#D' shadows a parameter"
15845 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
15847 #. Location of previous decl is not useful in this case.
15848 #: cp/name-lookup.c:974
15849 msgid "declaration of '%D' shadows a member of 'this'"
15852 #: cp/name-lookup.c:980
15853 msgid "declaration of '%D' shadows a previous local"
15856 #: cp/name-lookup.c:987
15857 msgid "declaration of '%D' shadows a global declaration"
15860 #: cp/name-lookup.c:1156
15862 msgid "name lookup of `%D' changed"
15863 msgstr "ç ïìÜäá ôïõ %s Üëëáîå óå %s\n"
15865 #: cp/name-lookup.c:1158
15866 msgid " matches this `%D' under ISO standard rules"
15869 #: cp/name-lookup.c:1160
15870 msgid " matches this `%D' under old rules"
15873 #: cp/name-lookup.c:1174 cp/name-lookup.c:1181
15875 msgid "name lookup of `%D' changed for new ISO `for' scoping"
15876 msgstr "ç ïìÜäá ôïõ %s Üëëáîå óå %s\n"
15878 #: cp/name-lookup.c:1176
15879 msgid " cannot use obsolete binding at `%D' because it has a destructor"
15882 #: cp/name-lookup.c:1183
15883 msgid " using obsolete binding at `%D'"
15886 #: cp/name-lookup.c:1236
15888 msgid "%s %s(%E) %p %d\n"
15892 #: cp/name-lookup.c:1239
15894 msgid "%s %s %p %d\n"
15897 #: cp/name-lookup.c:1358
15898 msgid "XXX is_class_level != (current_scope == class_scope)\n"
15901 #: cp/name-lookup.c:1996
15903 msgid "`%#D' hides constructor for `%#T'"
15904 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
15906 #: cp/name-lookup.c:2011
15907 msgid "`%#D' conflicts with previous using declaration `%#D'"
15910 #: cp/name-lookup.c:2023
15911 msgid "previous non-function declaration `%#D'"
15914 #: cp/name-lookup.c:2024
15915 msgid "conflicts with function declaration `%#D'"
15919 #. A using-declaration shall not name a template-id.
15920 #: cp/name-lookup.c:2101
15921 msgid "a using-declaration cannot specify a template-id. Try `using %D'"
15924 #: cp/name-lookup.c:2107
15925 msgid "namespace `%D' not allowed in using-declaration"
15928 #. It's a nested name with template parameter dependent scope.
15929 #. This can only be using-declaration for class member.
15930 #: cp/name-lookup.c:2115 cp/name-lookup.c:2129 cp/name-lookup.c:3369
15932 msgid "`%T' is not a namespace"
15933 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
15935 #: cp/name-lookup.c:2153
15937 msgid "`%D' not declared"
15938 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
15940 #. If the OLD_FN was really declared, the
15941 #. declarations don't match.
15942 #: cp/name-lookup.c:2165 cp/name-lookup.c:2207 cp/name-lookup.c:2244
15943 msgid "`%D' is already declared in this scope"
15946 #: cp/name-lookup.c:2250
15947 msgid "using declaration `%D' introduced ambiguous type `%T'"
15950 #. Definition isn't the kind we were looking for.
15951 #: cp/name-lookup.c:2412 cp/name-lookup.c:2431
15952 msgid "`%#D' redeclared as %C"
15955 #: cp/name-lookup.c:2804
15956 msgid "`%D' has the same name as the class in which it is declared"
15959 #: cp/name-lookup.c:2891
15960 msgid "using-declaration for non-member at class scope"
15963 #: cp/name-lookup.c:2898
15965 msgid "using-declaration cannot name destructor"
15966 msgstr "óõíôáêôéêü óöÜëìá óôïí ïñéóìü êëÜóçò ÷áñáêôÞñùí"
15968 #: cp/name-lookup.c:2994
15969 msgid "declaration of `%D' not in a namespace surrounding `%D'"
15972 #: cp/name-lookup.c:3034
15973 msgid "`%D' should have been declared inside `%D'"
15976 #: cp/name-lookup.c:3098
15977 msgid "namespace alias `%D' not allowed here, assuming `%D'"
15980 #. The parser did not find it, so it's not there.
15981 #: cp/name-lookup.c:3213
15983 msgid "unknown namespace `%D'"
15984 msgstr "Üãíùóôï óåô `%s'"
15986 #: cp/name-lookup.c:3363
15987 msgid "namespace `%T' undeclared"
15990 #: cp/name-lookup.c:3396
15991 msgid "strong using only meaningful at namespace scope"
15994 #: cp/name-lookup.c:3403
15996 msgid "`%D' attribute directive ignored"
15997 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
16001 #: cp/name-lookup.c:3536
16003 msgid "use of `%D' is ambiguous"
16004 msgstr "%s: ç åðéëïãÞ `%s' åßíáé áóáöÞò\n"
16006 #: cp/name-lookup.c:3537
16007 msgid " first declared as `%#D' here"
16010 #: cp/name-lookup.c:3540
16011 msgid " also declared as `%#D' here"
16014 #: cp/name-lookup.c:3555
16015 msgid "`%D' denotes an ambiguous type"
16018 #: cp/name-lookup.c:3556
16019 msgid "%J first type here"
16022 #: cp/name-lookup.c:3557
16023 msgid "%J other type here"
16026 #. This happens for A::B where B is a template, and there are no
16027 #. template arguments.
16028 #: cp/name-lookup.c:3622 cp/typeck.c:1769
16030 msgid "invalid use of `%D'"
16031 msgstr "Ìç Ýãêõñç çìåñïìçíßá `%s'."
16033 #: cp/name-lookup.c:3663
16035 msgid "`%D::%D' is not a template"
16036 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16038 #: cp/name-lookup.c:3680
16039 msgid "`%D' undeclared in namespace `%D'"
16042 #: cp/name-lookup.c:4141
16044 msgid "`%D' is not a function,"
16045 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
16047 #: cp/name-lookup.c:4142
16048 msgid " conflict with `%D'"
16051 #: cp/name-lookup.c:4882
16052 msgid "XXX entering pop_everything ()\n"
16055 #: cp/name-lookup.c:4891
16056 msgid "XXX leaving pop_everything ()\n"
16061 msgid "invalid token"
16062 msgstr "ìç Ýãêõñï äéêáßùìá"
16064 #: cp/parser.c:1806
16066 msgid "`%D::%D' has not been declared"
16067 msgstr "Äåí ìðïñåß íá ôåèåß ç çìåñïìçíßá."
16069 #: cp/parser.c:1809 cp/semantics.c:2308
16071 msgid "`::%D' has not been declared"
16072 msgstr "Äåí ìðïñåß íá ôåèåß ç çìåñïìçíßá."
16074 #: cp/parser.c:1811
16076 msgid "`%D' has not been declared"
16077 msgstr "Äåí ìðïñåß íá ôåèåß ç çìåñïìçíßá."
16079 #: cp/parser.c:1814
16080 msgid "`%D::%D' %s"
16083 #: cp/parser.c:1816
16088 #: cp/parser.c:1818
16093 #: cp/parser.c:1870
16094 msgid "new types may not be defined in a return type"
16097 #: cp/parser.c:1888 cp/pt.c:4196
16099 msgid "`%T' is not a template"
16100 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16102 #: cp/parser.c:1890
16104 msgid "`%s' is not a template"
16105 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16107 #: cp/parser.c:1892
16109 msgid "invalid template-id"
16110 msgstr "Ìç Ýãêõñç çìåñïìçíßá `%s'."
16112 #: cp/parser.c:1933
16114 msgid "%s cannot appear in a constant-expression"
16115 msgstr "%s: ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç: %s"
16117 #. Issue an error message.
16118 #: cp/parser.c:1964
16120 msgid "`%s' does not name a type"
16121 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16123 #: cp/parser.c:1995
16124 msgid "(perhaps `typename %T::%s' was intended)"
16127 #: cp/parser.c:2417
16128 msgid "ISO C++ forbids braced-groups within expressions"
16131 #: cp/parser.c:2426
16132 msgid "statement-expressions are allowed only inside functions"
16135 #: cp/parser.c:2477
16136 msgid "`this' may not be used in this context"
16139 #: cp/parser.c:2621
16140 msgid "local variable `%D' may not appear in this context"
16143 #: cp/parser.c:2986
16144 msgid "typedef-name `%D' used as destructor declarator"
16147 #: cp/parser.c:3635
16148 msgid "ISO C++ forbids compound-literals"
16151 #: cp/parser.c:4456
16152 msgid "array bound forbidden after parenthesized type-id"
16155 #: cp/parser.c:4457
16156 msgid "try removing the parentheses around the type-id"
16159 #: cp/parser.c:4619
16160 msgid "expression in new-declarator must have integral or enumeration type"
16163 #: cp/parser.c:4800
16165 msgid "use of old-style cast"
16166 msgstr "ðáëáéïý åßäïõò èÝóç"
16168 #: cp/parser.c:5545
16170 msgid "case label `%E' not within a switch statement"
16173 #: cp/parser.c:6087
16174 msgid "ISO C++ forbids computed gotos"
16177 #: cp/parser.c:6207
16181 #: cp/parser.c:6502
16182 msgid "mixing declarations and function-definitions is forbidden"
16185 #: cp/parser.c:6640
16187 msgid "duplicate `friend'"
16188 msgstr "äéðëü êëåéäß"
16190 #: cp/parser.c:6789
16191 msgid "class definition may not be declared a friend"
16194 #: cp/parser.c:7104
16195 msgid "only constructors take base initializers"
16198 #: cp/parser.c:7155
16199 msgid "anachronistic old-style base class initializer"
16202 #. Warn that we do not support `export'.
16203 #: cp/parser.c:7548
16204 msgid "keyword `export' not implemented, and will be ignored"
16207 #. Otherwise, emit an error about the invalid digraph, but continue
16208 #. parsing because we got our argument list.
16209 #: cp/parser.c:7908
16211 msgid "`<::' cannot begin a template-argument list"
16212 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
16214 #: cp/parser.c:7909
16215 msgid "`<:' is an alternate spelling for `['. Insert whitespace between `<' and `::'"
16218 #: cp/parser.c:7916
16219 msgid "(if you use `-fpermissive' G++ will accept your code)"
16222 #. Explain what went wrong.
16223 #: cp/parser.c:8088
16224 msgid "non-template `%D' used as template"
16227 #: cp/parser.c:8089
16228 msgid "(use `%T::template %D' to indicate that it is a template)"
16231 #: cp/parser.c:9026
16232 msgid "using `typename' outside of template"
16235 #: cp/parser.c:9148
16237 msgid "expected type-name"
16238 msgstr "%s: áíáìåíüôáí áñéèìçôéêÞ ôéìÞ."
16240 #: cp/parser.c:9207
16241 msgid "type attributes are honored only at type definition"
16244 #. [namespace.udecl]
16246 #. A using declaration shall not name a template-id.
16247 #: cp/parser.c:9590
16248 msgid "a template-id may not appear in a using-declaration"
16251 #: cp/parser.c:9917
16252 msgid "an asm-specification is not allowed on a function-definition"
16255 #: cp/parser.c:9919
16256 msgid "attributes are not allowed on a function-definition"
16259 #: cp/parser.c:10052
16260 msgid "attributes after parenthesized initializer ignored"
16263 # src/grep.c:785 src/grep.c:792
16264 # src/grep.c:1060 src/grep.c:1067 src/grep.c:1076
16265 #: cp/parser.c:11254
16267 msgid "file ends in default argument"
16268 msgstr "ìç Ýãêõñï üñéóìá ìÞêïõò ðåñéå÷ïìÝíïõ"
16270 #: cp/parser.c:11310
16271 msgid "deprecated use of default argument for parameter of non-function"
16274 #: cp/parser.c:11313
16275 msgid "default arguments are only permitted for function parameters"
16278 #: cp/parser.c:12043
16279 msgid "declaration of `%D' in `%D' which does not enclose `%D'"
16282 #: cp/parser.c:12056
16283 msgid "extra qualification ignored"
16286 #: cp/parser.c:12067
16287 msgid "an explicit specialization must be preceded by 'template <>'"
16290 #: cp/parser.c:12350
16291 msgid "extra semicolon"
16294 #: cp/parser.c:12368
16295 msgid "a class-key must be used when declaring a friend"
16298 #: cp/parser.c:12399
16300 msgid "friend declaration does not name a class or function"
16301 msgstr "óõíôáêôéêü óöÜëìá óôïí ïñéóìü êëÜóçò ÷áñáêôÞñùí"
16303 #: cp/parser.c:12570
16304 msgid "pure-specifier on function-definition"
16307 #: cp/parser.c:12843
16308 msgid "keyword `typename' not allowed outside of templates"
16311 #: cp/parser.c:12845
16312 msgid "keyword `typename' not allowed in this context (the base class is implicitly a type)"
16317 #: cp/parser.c:13665
16319 msgid "reference to `%D' is ambiguous"
16320 msgstr "%s: ç åðéëïãÞ `%s' åßíáé áóáöÞò\n"
16322 #: cp/parser.c:13839
16324 msgid "too few template-parameter-lists"
16325 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
16327 #. Otherwise, there are too many template parameter lists. We have
16330 #. template <class T> template <class U> void S::f();
16331 #: cp/parser.c:13854
16332 msgid "too many template-parameter-lists"
16335 #. If begin_function_definition didn't like the definition, skip
16336 #. the entire function.
16337 #: cp/parser.c:14146
16339 msgid "invalid function declaration"
16340 msgstr "Ìç Ýãêõñç áíôáëëáãÞ"
16342 #. Issue an error message.
16343 #: cp/parser.c:14183
16345 msgid "named return values are no longer supported"
16346 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
16348 #: cp/parser.c:14522
16349 msgid "`>>' should be `> >' within a nested template argument list"
16352 #. If this is not a nested template argument list, the '>>' is
16353 #. a typo for '>'. Emit an error message and continue.
16354 #: cp/parser.c:14530
16355 msgid "spurious `>>', use `>' to terminate a template argument list"
16358 #: cp/parser.c:14535
16359 msgid "missing `>' to terminate the template argument list"
16362 #: cp/parser.c:15023
16364 msgid "`%s' tag used in naming `%#T'"
16365 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
16367 #: cp/parser.c:15043
16368 msgid "%D redeclared with different access"
16371 #: cp/parser.c:15060
16372 msgid "`template' (as a disambiguator) is only allowed within templates"
16376 msgid "data member `%D' cannot be a member template"
16381 msgid "invalid member template declaration `%D'"
16382 msgstr "ìç Ýãêõñïò áñéèìüò áðü êåíÝò ãñáììÝò: `%s'"
16385 msgid "explicit specialization in non-namespace scope `%D'"
16389 msgid "enclosing class templates are not explicitly specialized"
16392 #: cp/pt.c:739 cp/pt.c:780
16393 msgid "specializing `%#T' in different namespace"
16396 #: cp/pt.c:740 cp/pt.c:781
16398 msgid " from definition of `%#D'"
16399 msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
16402 msgid "specialization of `%T' after instantiation"
16407 msgid "specialization `%T' after instantiation `%T'"
16408 msgstr "äéðëüò ïñéóìüò óõíüëïõ"
16411 msgid "explicit specialization of non-template `%T'"
16415 msgid "specialization of %D after instantiation"
16423 msgid "`%D' is not a function template"
16427 msgid "template-id `%D' for `%+D' does not match any template declaration"
16431 msgid "ambiguous template specialization `%D' for `%+D'"
16434 #. This case handles bogus declarations like template <>
16435 #. template <class T> void f<int>();
16436 #: cp/pt.c:1620 cp/pt.c:1694
16437 msgid "template-id `%D' in declaration of primary template"
16441 msgid "template parameter list used in explicit instantiation"
16445 msgid "definition provided for explicit instantiation"
16449 msgid "too many template parameter lists in declaration of `%D'"
16453 msgid "too few template parameter lists in declaration of `%D'"
16457 msgid "explicit specialization not preceded by `template <>'"
16461 msgid "partial specialization `%D' of function template"
16465 msgid "default argument specified in explicit specialization"
16469 msgid "template specialization with C linkage"
16472 #. From [temp.expl.spec]:
16474 #. If such an explicit specialization for the member
16475 #. of a class template names an implicitly-declared
16476 #. special member function (clause _special_), the
16477 #. program is ill-formed.
16479 #. Similar language is found in [temp.explicit].
16481 msgid "specialization of implicitly-declared special member function"
16485 msgid "no member function `%D' declared in `%T'"
16488 #. There are two many template parameter lists.
16490 msgid "too many template parameter lists in declaration of `%T'"
16494 msgid " shadows template parm `%#D'"
16498 msgid "template parameters not used in partial specialization:"
16506 msgid "partial specialization `%T' does not specialize any template arguments"
16511 msgid "template argument `%E' involves template parameter(s)"
16515 msgid "type `%T' of template argument `%E' depends on template parameter(s)"
16520 msgid "no default argument for `%D'"
16521 msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
16524 msgid "template with C linkage"
16529 msgid "template class without a name"
16530 msgstr "ìç ôåñìáôéæüìåíï üíïìá âÜñïõò"
16534 #. A destructor shall not be a member template.
16536 msgid "destructor `%D' declared as member template"
16540 msgid "`%D' does not declare a template type"
16545 msgid "template definition of non-template `%#D'"
16546 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
16549 msgid "expected %d levels of template parms for `%#D', got %d"
16553 msgid "got %d template parameters for `%#D'"
16557 msgid "got %d template parameters for `%#T'"
16562 msgid " but %d required"
16563 msgstr " áëëÜ %d áðáéôïýíôáé"
16567 msgid "`%T' is not a template type"
16568 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16571 msgid "previous declaration `%D'"
16576 msgid "used %d template parameter%s instead of %d"
16581 msgid "template parameter `%#D'"
16582 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
16585 msgid "redeclared here as `%#D'"
16588 #. We have in [temp.param]:
16590 #. A template-parameter may not be given default arguments
16591 #. by two different declarations in the same scope.
16593 msgid "redefinition of default argument for `%#D'"
16597 msgid "%J original definition appeared here"
16602 msgid "`%E' is not a valid template argument"
16603 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
16606 msgid "it must be the address of a function with external linkage"
16610 msgid "it must be the address of an object with external linkage"
16614 msgid "it must be a pointer-to-member of the form `&X::Y'"
16619 msgid "string literal %E is not a valid template argument because it is the address of an object with static linkage"
16624 msgid "address of non-extern `%E' cannot be used as template argument"
16629 msgid "non-constant `%E' cannot be used as template argument"
16633 msgid "type '%T' cannot be used as a value for a non-type template-parameter"
16636 # src/grep.c:785 src/grep.c:792
16637 # src/grep.c:1060 src/grep.c:1067 src/grep.c:1076
16640 msgid "invalid use of '%D' as a non-type template-argument"
16641 msgstr "ìç Ýãêõñï üñéóìá ìÞêïõò ðåñéå÷ïìÝíïõ"
16643 # src/grep.c:785 src/grep.c:792
16644 # src/grep.c:1060 src/grep.c:1067 src/grep.c:1076
16647 msgid "invalid use of '%E' as a non-type template-argument"
16648 msgstr "ìç Ýãêõñï üñéóìá ìÞêïõò ðåñéå÷ïìÝíïõ"
16652 msgid "to refer to a type member of a template parameter, use `typename %E'"
16655 #: cp/pt.c:3681 cp/pt.c:3699 cp/pt.c:3738
16656 msgid "type/value mismatch at argument %d in template parameter list for `%D'"
16660 msgid " expected a constant of type `%T', got `%T'"
16665 msgid " expected a class template, got `%E'"
16666 msgstr "%s: áíáìåíüôáí áêÝñáéïò ìåôÜ ôï `%c'"
16670 msgid " expected a type, got `%E'"
16671 msgstr "%s: áíáìåíüôáí áêÝñáéïò ìåôÜ ôï `%c'"
16675 msgid " expected a type, got `%T'"
16676 msgstr "%s: áíáìåíüôáí áêÝñáéïò ìåôÜ ôï `%c'"
16679 msgid " expected a class template, got `%T'"
16683 msgid " expected a template of type `%D', got `%D'"
16687 msgid "could not convert template argument `%E' to `%T'"
16692 msgid "wrong number of template arguments (%d, should be %d)"
16693 msgstr "ëÜèïò áñéèìüò ïñéóìÜôùí"
16696 msgid "provided for `%D'"
16701 msgid "template argument %d is invalid"
16702 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
16705 msgid "non-template used as template"
16709 msgid "non-template type `%T' used as a template"
16713 msgid "for template declaration `%D'"
16717 msgid "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN to increase the maximum) instantiating `%D'"
16721 msgid "ambiguous class template instantiation for `%#T'"
16728 #: cp/pt.c:6307 cp/pt.c:6427
16729 msgid "instantiation of `%D' as type `%T'"
16734 msgid "invalid parameter type `%T'"
16735 msgstr "Ìç Ýãêõñç ðñïôåñáéüôçôá `%s'"
16738 msgid "in declaration `%D'"
16742 msgid "creating pointer to member function of non-class type `%T'"
16746 msgid "creating array with size zero"
16751 msgid "creating array with size zero (`%E')"
16755 msgid "forming reference to void"
16759 msgid "forming %s to reference type `%T'"
16763 msgid "creating pointer to member of non-class type `%T'"
16768 msgid "creating pointer to member reference type `%T'"
16769 msgstr "äåí åßóôå ìÝëïò ôçò ïìÜäáò `%s'"
16773 msgid "creating array of `%T'"
16774 msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
16777 msgid "creating array of `%T', which is an abstract class type"
16781 msgid "`%T' is not a class, struct, or union type"
16786 msgid "use of `%s' in template"
16791 msgid "dependent-name `%E' is parsed as a non-type, but instantiation yields a type"
16796 msgid "say `typename %E' if a type is meant"
16800 msgid "`%T' uses anonymous type"
16805 msgid "`%T' uses local type `%T'"
16806 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
16810 msgid "`%T' is a variably modified type"
16811 msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
16815 msgid "integral expression `%E' is not constant"
16816 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
16819 msgid " trying to instantiate `%D'"
16824 msgid "incomplete type unification"
16825 msgstr "Ìåôáãëùôôéóìüò ðñïäéáãñáöþí ôïðéêþí ñõèìßóåùí"
16829 msgid "use of `%s' in template type unification"
16832 #: cp/pt.c:10529 cp/pt.c:10601
16833 msgid "explicit instantiation of non-template `%#D'"
16836 #: cp/pt.c:10545 cp/pt.c:10596
16838 msgid "no matching template for `%D' found"
16839 msgstr "Ï Ýëåã÷ïò ìïíïðáôéïý ãéá ôï `%s' âñÞêå `%s'"
16842 msgid "explicit instantiation of `%#D'"
16847 msgid "duplicate explicit instantiation of `%#D'"
16848 msgstr "äéðëüò ïñéóìüò óõíüëïõ"
16851 msgid "ISO C++ forbids the use of `extern' on explicit instantiations"
16854 #: cp/pt.c:10614 cp/pt.c:10695
16855 msgid "storage class `%D' applied to template instantiation"
16859 msgid "explicit instantiation of non-template type `%T'"
16863 msgid "explicit instantiation of `%#T' before definition of template"
16868 msgid "ISO C++ forbids the use of `%s' on explicit instantiations"
16873 msgid "duplicate explicit instantiation of `%#T'"
16874 msgstr "äéðëüò ïñéóìüò óõíüëïõ"
16877 msgid "explicit instantiation of `%D' but no definition available"
16882 msgid "`%#T' is not a valid type for a template constant parameter"
16883 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
16886 msgid "-frepo must be used with -c"
16891 msgid "mysterious repository information in %s"
16896 msgid "can't create repository information file `%s'"
16897 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
16901 msgid "cannot use typeid with -fno-rtti"
16902 msgstr "Äåí åßíáé äõíáôü íá ÷ñçóéìïðïéçèåß ç åðéëïãÞ -a ÷ùñßò ôï -n"
16905 msgid "must #include <typeinfo> before using typeid"
16909 msgid "cannot create type information for type `%T' because its size is variable"
16912 #: cp/rtti.c:580 cp/rtti.c:594
16913 msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
16917 msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
16922 msgid "`%T' is an ambiguous base of `%T'"
16923 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
16927 msgid "`%T' is an inaccessible base of `%T'"
16928 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
16930 #: cp/search.c:1767
16932 msgid "invalid covariant return type for `%#D'"
16933 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
16935 #: cp/search.c:1768 cp/search.c:1774
16937 msgid " overriding `%#D'"
16938 msgstr "áíôéãñÜöåôáé áðü ðÜíù"
16940 #: cp/search.c:1772
16941 msgid "conflicting return type specified for `%#D'"
16944 #: cp/search.c:1786
16946 msgid "looser throw specifier for `%#F'"
16949 #: cp/search.c:1787
16951 msgid " overriding `%#F'"
16952 msgstr "áíôéãñÜöåôáé áðü ðÜíù"
16954 #. A static member function cannot match an inherited
16955 #. virtual member function.
16956 #: cp/search.c:1877
16958 msgid "`%#D' cannot be declared"
16959 msgstr "Äåí ìðïñåß íá ôåèåß ç çìåñïìçíßá."
16961 #: cp/search.c:1878
16962 msgid " since `%#D' declared in base class"
16965 #: cp/search.c:1955
16966 msgid "`%#D' needs a final overrider"
16969 #: cp/semantics.c:1092
16971 msgid "type of asm operand `%E' could not be determined"
16974 #: cp/semantics.c:1233
16975 msgid "invalid use of member `%D' in static member function"
16978 #: cp/semantics.c:1237 cp/semantics.c:1276
16979 msgid "from this location"
16982 #: cp/semantics.c:1275
16983 msgid "object missing in reference to `%D'"
16986 #: cp/semantics.c:1721
16988 msgid "arguments to destructor are not allowed"
16989 msgstr "%s: ïé ôéìÝò ôïõ ðåäßïõ `%s' äåí ðñÝðåé íá åßíáé ìåãáëýôåñåò áðü %d"
16991 #: cp/semantics.c:1770
16992 msgid "`this' is unavailable for static member functions"
16995 #: cp/semantics.c:1776
16996 msgid "invalid use of `this' in non-member function"
16999 #: cp/semantics.c:1778
17000 msgid "invalid use of `this' at top level"
17003 #: cp/semantics.c:1802
17004 msgid "invalid qualifying scope in pseudo-destructor name"
17007 #: cp/semantics.c:1822
17009 msgid "`%E' is not of type `%T'"
17010 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
17012 #: cp/semantics.c:1933
17013 msgid "template type parameters must use the keyword `class' or `typename'"
17016 #: cp/semantics.c:1977
17018 msgid "invalid use of type `%T' as a default value for a template template-parameter"
17019 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
17021 #: cp/semantics.c:1980
17023 msgid "invalid use of `%D' as a default value for a template template-parameter"
17024 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
17026 #: cp/semantics.c:1984
17028 msgid "invalid default argument for a template template parameter"
17029 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
17031 #: cp/semantics.c:2019
17032 msgid "definition of `%#T' inside template parameter list"
17035 #: cp/semantics.c:2030
17037 msgid "invalid definition of qualified type `%T'"
17038 msgstr "ìç Ýãêõñïò áñéèìüò áñ÷åßïõ óôç äÞëùóç ðåäßïõ: `%s'"
17040 #: cp/semantics.c:2045
17042 msgid "previous definition of `%#T'"
17043 msgstr "êáíÝíáò ïñéóìüò ôïõ `UNDEFINED'"
17045 #: cp/semantics.c:2249
17047 msgid "invalid base-class specification"
17048 msgstr "Ìç Ýãêõñç ñýèìéóç èýñáò (port)"
17050 #: cp/semantics.c:2258
17051 msgid "base class `%T' has cv qualifiers"
17054 #: cp/semantics.c:2290
17055 msgid "multiple declarators in template declaration"
17058 #: cp/semantics.c:2301
17059 msgid "incomplete type `%T' used in nested name specifier"
17062 #: cp/semantics.c:2303 cp/typeck.c:1612
17064 msgid "`%D' is not a member of `%T'"
17065 msgstr "äåí åßóôå ìÝëïò ôçò ïìÜäáò `%s'"
17067 #: cp/semantics.c:2306
17069 msgid "`%D' is not a member of `%D'"
17070 msgstr "äåí åßóôå ìÝëïò ôçò ïìÜäáò `%s'"
17072 #: cp/semantics.c:2431
17073 msgid "template parameter `%D' of type `%T' is not allowed in an integral constant expression because it is not of integral or enumeration type"
17076 #: cp/semantics.c:2584
17078 msgid "`%D' cannot appear in a constant-expression"
17079 msgstr "%s: ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç: %s"
17081 #: cp/semantics.c:2593
17082 msgid "use of namespace `%D' as expression"
17085 #: cp/semantics.c:2598
17086 msgid "use of class template `%T' as expression"
17089 #. Ambiguous reference to base members.
17090 #: cp/semantics.c:2604
17091 msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
17094 #: cp/semantics.c:2664
17096 msgid "use of %s from containing function"
17099 #: cp/semantics.c:2667
17100 msgid " `%#D' declared here"
17103 #: cp/semantics.c:2718
17105 msgid "type of `%E' is unknown"
17106 msgstr "ç åðéóôñåöüìåíç ôéìÞ ôçò `%s' äåí åßíáé `int'"
17110 msgid "non-lvalue in %s"
17115 msgid "`%V' qualifiers cannot be applied to `%T'"
17116 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
17120 msgid "`%s' attribute can only be applied to Java class definitions"
17125 msgid "`%s' attribute can only be applied to class definitions"
17130 msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"
17134 msgid "requested init_priority is not an integer constant"
17139 msgid "can only use `%s' attribute on file-scope definitions of objects of class type"
17143 msgid "requested init_priority is out of range"
17147 msgid "requested init_priority is reserved for internal use"
17152 msgid "`%s' attribute is not supported on this platform"
17153 msgstr "ðñïåéäïðïßçóç: ôï --pid=PID äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
17157 msgid "lang_* check: failed in %s, at %s:%d"
17160 #: cp/typeck.c:437 cp/typeck.c:451 cp/typeck.c:543
17161 msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
17166 msgid "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
17170 msgid "%s between distinct pointer-to-member types `%T' and `%T' lacks a cast"
17173 #: cp/typeck.c:1235
17175 msgid "invalid application of `%s' to a member function"
17178 #: cp/typeck.c:1268
17180 msgid "invalid application of `%s' to a bit-field"
17181 msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
17183 #: cp/typeck.c:1273
17185 msgid "ISO C++ forbids applying `%s' to an expression of function type"
17188 #: cp/typeck.c:1342
17190 msgid "invalid use of non-static member function"
17191 msgstr "ìç Ýãêõñïò áñéèìüò áðü óôÞëåò: `%s'"
17193 #: cp/typeck.c:1471
17194 msgid "deprecated conversion from string constant to `%T'"
17197 #: cp/typeck.c:1583 cp/typeck.c:1874
17198 msgid "request for member `%D' in `%E', which is of non-class type `%T'"
17201 #: cp/typeck.c:1610
17203 msgid "invalid use of nonstatic data member '%E'"
17204 msgstr "ìç Ýãêõñïò áñéèìüò áðü óôÞëåò: `%s'"
17206 #: cp/typeck.c:1662 cp/typeck.c:1684
17208 msgid "invalid access to non-static data member `%D' of NULL object"
17209 msgstr "ìç Ýãêõñïò áñéèìüò áðü óôÞëåò: `%s'"
17211 #: cp/typeck.c:1664 cp/typeck.c:1686
17212 msgid "(perhaps the `offsetof' macro was used incorrectly)"
17215 #: cp/typeck.c:1801
17216 msgid "the type being destroyed is `%T', but the destructor refers to `%T'"
17219 #: cp/typeck.c:1924
17221 msgid "`%D::%D' is not a member of `%T'"
17222 msgstr "äåí åßóôå ìÝëïò ôçò ïìÜäáò `%s'"
17224 #: cp/typeck.c:1935
17226 msgid "`%T' is not a base of `%T'"
17227 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
17229 #: cp/typeck.c:1954
17231 msgid "'%D' has no member named '%E'"
17232 msgstr "äåí åßóôå ìÝëïò ôçò ïìÜäáò `%s'"
17234 #: cp/typeck.c:1969
17236 msgid "`%D' is not a member template function"
17237 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
17239 #. A pointer to incomplete type (other than cv void) can be
17240 #. dereferenced [expr.unary.op]/1
17241 #: cp/typeck.c:2075
17243 msgid "`%T' is not a pointer-to-object type"
17244 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
17246 #: cp/typeck.c:2100
17248 msgid "invalid use of `%s' on pointer to member"
17251 #: cp/typeck.c:2106
17253 msgid "invalid type argument"
17254 msgstr "Ìç Ýãêõñç ðáñÜìåôñïò"
17256 #: cp/typeck.c:2212
17257 msgid "ISO C++ forbids subscripting non-lvalue array"
17260 #: cp/typeck.c:2223
17261 msgid "subscripting array declared `register'"
17264 #: cp/typeck.c:2306
17266 msgid "object missing in use of `%E'"
17269 #: cp/typeck.c:2408
17270 msgid "ISO C++ forbids calling `::main' from within program"
17273 #: cp/typeck.c:2433
17275 msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
17278 #: cp/typeck.c:2446
17280 msgid "`%E' cannot be used as a function"
17283 #: cp/typeck.c:2539
17285 msgid "too many arguments to %s `%+#D'"
17286 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
17288 #: cp/typeck.c:2541 cp/typeck.c:2647
17289 msgid "at this point in file"
17292 #: cp/typeck.c:2578
17294 msgid "parameter %P of `%D' has incomplete type `%T'"
17295 msgstr "ìç ðëÞñçò åããñáöÞ"
17297 #: cp/typeck.c:2581
17299 msgid "parameter %P has incomplete type `%T'"
17300 msgstr "ìç ðëÞñçò åããñáöÞ"
17302 #: cp/typeck.c:2645
17304 msgid "too few arguments to %s `%+#D'"
17305 msgstr "ðïëý ëßãá ïñßóìáôá"
17307 #: cp/typeck.c:2792 cp/typeck.c:2802
17308 msgid "assuming cast to type `%T' from overloaded function"
17311 #: cp/typeck.c:2863
17313 msgid "division by zero in `%E / 0'"
17316 #: cp/typeck.c:2865
17318 msgid "division by zero in `%E / 0.'"
17321 #: cp/typeck.c:2894
17323 msgid "division by zero in `%E %% 0'"
17324 msgstr "Äéáßñåóç ìå ìçäÝí óôçí áðïôßìçóç: %s"
17326 #: cp/typeck.c:2896
17328 msgid "division by zero in `%E %% 0.'"
17329 msgstr "Äéáßñåóç ìå ìçäÝí óôçí áðïôßìçóç: %s"
17331 #: cp/typeck.c:2976
17333 msgid "%s rotate count is negative"
17336 #: cp/typeck.c:2979
17338 msgid "%s rotate count >= width of type"
17341 #: cp/typeck.c:3013 cp/typeck.c:3018 cp/typeck.c:3109 cp/typeck.c:3114
17342 msgid "ISO C++ forbids comparison between pointer and integer"
17345 #: cp/typeck.c:3295
17346 msgid "comparison between types `%#T' and `%#T'"
17349 #: cp/typeck.c:3331
17350 msgid "comparison between signed and unsigned integer expressions"
17353 #: cp/typeck.c:3396
17354 msgid "invalid operands of types `%T' and `%T' to binary `%O'"
17357 #. Some sort of arithmetic operation involving NULL was
17358 #. performed. Note that pointer-difference and pointer-addition
17359 #. have already been handled above, and so we don't end up here in
17361 #: cp/typeck.c:3418
17362 msgid "NULL used in arithmetic"
17365 #: cp/typeck.c:3481
17366 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
17369 #: cp/typeck.c:3483
17370 msgid "ISO C++ forbids using pointer to a function in subtraction"
17373 #: cp/typeck.c:3485
17374 msgid "ISO C++ forbids using pointer to a method in subtraction"
17377 #: cp/typeck.c:3497
17378 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
17381 #: cp/typeck.c:3553
17383 msgid "invalid use of '%E' to form a pointer-to-member-function. Use a qualified-id."
17386 #: cp/typeck.c:3559
17388 msgid "parenthesis around '%E' cannot be used to form a pointer-to-member-function"
17391 #: cp/typeck.c:3581
17392 msgid "taking address of temporary"
17395 #: cp/typeck.c:3816
17397 msgid "ISO C++ forbids %sing an enum"
17400 #: cp/typeck.c:3827
17401 msgid "cannot %s a pointer to incomplete type `%T'"
17404 #: cp/typeck.c:3833
17405 msgid "ISO C++ forbids %sing a pointer of type `%T'"
17408 #: cp/typeck.c:3858
17409 msgid "cast to non-reference type used as lvalue"
17412 #: cp/typeck.c:3892
17414 msgid "invalid use of `--' on bool variable `%D'"
17415 msgstr "ìç Ýãêõñïò áñéèìüò áðü êåíÝò ãñáììÝò: `%s'"
17418 #: cp/typeck.c:3923
17419 msgid "ISO C++ forbids taking address of function `::main'"
17422 #. An expression like &memfn.
17423 #: cp/typeck.c:3994
17424 msgid "ISO C++ forbids taking the address of an unqualified or parenthesized non-static member function to form a pointer to member function. Say `&%T::%D'"
17427 #: cp/typeck.c:3999
17428 msgid "ISO C++ forbids taking the address of a bound member function to form a pointer to member function. Say `&%T::%D'"
17431 #: cp/typeck.c:4027
17432 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
17435 #: cp/typeck.c:4047
17439 #: cp/typeck.c:4076
17440 msgid "attempt to take address of bit-field structure member `%D'"
17443 #: cp/typeck.c:4190
17444 msgid "taking address of destructor"
17447 #: cp/typeck.c:4203
17448 msgid "taking address of bound pointer-to-member expression"
17451 #: cp/typeck.c:4211
17453 msgid "cannot create pointer to reference member `%D'"
17454 msgstr "äåí åßíáé äõíáôüí íá ãßíåé `stat' ôï locale áñ÷åßï `%s'"
17456 #: cp/typeck.c:4273
17457 msgid "cannot take the address of `this', which is an rvalue expression"
17460 #: cp/typeck.c:4292
17461 msgid "address requested for `%D', which is declared `register'"
17464 #: cp/typeck.c:4360
17466 msgid "%s expression list treated as compound expression"
17467 msgstr "ËÜèïò Ýêöñáóç óôçí áðïôßìçóç: %s"
17469 #: cp/typeck.c:4434
17470 msgid "%s from type `%T' to type `%T' casts away constness"
17473 #: cp/typeck.c:4626
17475 msgid "invalid static_cast from type `%T' to type `%T'"
17476 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
17478 #: cp/typeck.c:4666
17479 msgid "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
17482 #: cp/typeck.c:4686
17483 msgid "reinterpret_cast from `%T' to `%T' loses precision"
17486 #: cp/typeck.c:4705
17487 msgid "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
17490 #: cp/typeck.c:4711
17491 msgid "invalid reinterpret_cast from type `%T' to type `%T'"
17494 #: cp/typeck.c:4739
17495 msgid "invalid use of const_cast with type `%T', which is not a pointer, reference, nor a pointer-to-data-member type"
17498 #: cp/typeck.c:4742
17499 msgid "invalid use of const_cast with type `%T', which is a pointer or reference to a function type"
17502 #: cp/typeck.c:4765
17503 msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
17506 #: cp/typeck.c:4782
17508 msgid "invalid const_cast from type `%T' to type `%T'"
17509 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
17511 #: cp/typeck.c:4822 cp/typeck.c:4827
17512 msgid "ISO C++ forbids casting to an array type `%T'"
17515 #: cp/typeck.c:4835
17517 msgid "invalid cast to function type `%T'"
17518 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
17520 #: cp/typeck.c:4891
17521 msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
17524 #: cp/typeck.c:4937
17525 msgid "cast from `%T' to `%T' increases required alignment of target type"
17528 #: cp/typeck.c:5104
17529 msgid " in evaluation of `%Q(%#T, %#T)'"
17532 #: cp/typeck.c:5146
17533 msgid "ISO C++ forbids cast to non-reference type used as lvalue"
17536 #: cp/typeck.c:5219
17537 msgid "incompatible types in assignment of `%T' to `%T'"
17540 #: cp/typeck.c:5226
17541 msgid "ISO C++ forbids assignment of arrays"
17544 #: cp/typeck.c:5326
17545 msgid " in pointer to member function conversion"
17548 #: cp/typeck.c:5334
17549 msgid " in pointer to member conversion"
17552 #. This is a reinterpret cast, we choose to do nothing.
17553 #: cp/typeck.c:5344 cp/typeck.c:5359
17555 msgid "pointer to member cast via virtual base `%T'"
17556 msgstr "äåí åßóôå ìÝëïò ôçò ïìÜäáò `%s'"
17558 #: cp/typeck.c:5362
17560 msgid "pointer to member conversion via virtual base `%T'"
17561 msgstr "äåí åßóôå ìÝëïò ôçò ïìÜäáò `%s'"
17563 #: cp/typeck.c:5432
17564 msgid "invalid conversion to type `%T' from type `%T'"
17567 #: cp/typeck.c:5588
17568 msgid "passing NULL used for non-pointer %s %P of `%D'"
17571 #: cp/typeck.c:5591
17572 msgid "%s to non-pointer type `%T' from NULL"
17575 #: cp/typeck.c:5599
17576 msgid "passing `%T' for %s %P of `%D'"
17579 #: cp/typeck.c:5602
17580 msgid "%s to `%T' from `%T'"
17583 #: cp/typeck.c:5612
17584 msgid "passing negative value `%E' for %s %P of `%D'"
17587 #: cp/typeck.c:5615
17588 msgid "%s of negative value `%E' to `%T'"
17591 #: cp/typeck.c:5703
17592 msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
17595 #: cp/typeck.c:5706
17597 msgid "cannot convert `%T' to `%T' in %s"
17598 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
17600 #: cp/typeck.c:5783 cp/typeck.c:5785
17602 msgid "in passing argument %P of `%+D'"
17603 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
17605 #: cp/typeck.c:5892
17607 msgid "returning reference to temporary"
17608 msgstr "xdr_reference: ç ìíÞìç åîáíôëÞèçêå\n"
17610 #: cp/typeck.c:5899
17611 msgid "reference to non-lvalue returned"
17614 #: cp/typeck.c:5911
17615 msgid "reference to local variable `%D' returned"
17618 #: cp/typeck.c:5914
17619 msgid "address of local variable `%D' returned"
17622 #: cp/typeck.c:5944
17623 msgid "returning a value from a destructor"
17626 #. If a return statement appears in a handler of the
17627 #. function-try-block of a constructor, the program is ill-formed.
17628 #: cp/typeck.c:5952
17629 msgid "cannot return from a handler of a function-try-block of a constructor"
17632 #. You can't return a value from a constructor.
17633 #: cp/typeck.c:5955
17634 msgid "returning a value from a constructor"
17637 #: cp/typeck.c:5978
17639 msgid "return-statement with no value, in function returning '%T'"
17640 msgstr "`return' ÷ùñßò ôéìÞ, óå óõíÜñôçóç ðïõ åðéóôñÝöåé ìç-êåíü"
17642 #: cp/typeck.c:5995
17644 msgid "return-statement with a value, in function returning 'void'"
17645 msgstr "`return' ÷ùñßò ôéìÞ, óå óõíÜñôçóç ðïõ åðéóôñÝöåé ìç-êåíü"
17647 #: cp/typeck.c:6017
17648 msgid "`operator new' must not return NULL unless it is declared `throw()' (or -fcheck-new is in effect)"
17652 msgid "type `%T' is not a base type for type `%T'"
17655 #: cp/typeck2.c:151
17657 msgid "cannot declare variable `%D' to be of type `%T'"
17658 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
17660 #: cp/typeck2.c:154
17662 msgid "cannot declare parameter `%D' to be of type `%T'"
17663 msgstr "äåí åßíáé äõíáôü íá äçìéïõñãçèåß ôï %s `%s' óôï `%s'"
17665 #: cp/typeck2.c:157
17667 msgid "cannot declare field `%D' to be of type `%T'"
17668 msgstr "Üãíùóôïò ÷áñáêôÞñáò óôï ðåäßï `%s' ôçò êáôçãïñßáò `%s'"
17670 #: cp/typeck2.c:161
17671 msgid "invalid return type for member function `%#D'"
17674 #: cp/typeck2.c:163
17676 msgid "invalid return type for function `%#D'"
17677 msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
17679 #: cp/typeck2.c:166
17681 msgid "cannot allocate an object of type `%T'"
17682 msgstr "áäõíáìßá áíÜãíùóçò êáôáëüãïõ locale `%s'"
17684 #: cp/typeck2.c:173
17685 msgid " because the following virtual functions are abstract:"
17688 #: cp/typeck2.c:175
17692 #: cp/typeck2.c:178
17693 msgid " since type `%T' has abstract virtual functions"
17696 #: cp/typeck2.c:427
17697 msgid "constructor syntax used, but no constructor declared for type `%T'"
17700 #: cp/typeck2.c:440
17701 msgid "cannot initialize arrays using this syntax"
17704 #: cp/typeck2.c:545
17705 msgid "initializing array with parameter list"
17708 #: cp/typeck2.c:600
17709 msgid "initializer for scalar variable requires one element"
17712 #: cp/typeck2.c:607
17713 msgid "braces around scalar initializer for `%T'"
17716 #: cp/typeck2.c:610
17717 msgid "ignoring extra initializers for `%T'"
17720 #: cp/typeck2.c:622
17721 msgid "variable-sized object of type `%T' may not be initialized"
17724 #: cp/typeck2.c:632
17725 msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
17728 #: cp/typeck2.c:697
17729 msgid "aggregate has a partly bracketed initializer"
17732 #: cp/typeck2.c:735 cp/typeck2.c:840
17733 msgid "non-trivial labeled initializers"
17736 #: cp/typeck2.c:752
17737 msgid "non-empty initializer for array of empty elements"
17740 #: cp/typeck2.c:806
17741 msgid "initializer list for object of class with virtual base classes"
17744 #: cp/typeck2.c:812
17745 msgid "initializer list for object of class with base classes"
17748 #: cp/typeck2.c:818
17749 msgid "initializer list for object using virtual functions"
17752 #: cp/typeck2.c:880 cp/typeck2.c:896
17753 msgid "missing initializer for member `%D'"
17756 #: cp/typeck2.c:885
17757 msgid "uninitialized const member `%D'"
17760 #: cp/typeck2.c:887
17761 msgid "member `%D' with uninitialized const fields"
17764 #: cp/typeck2.c:890
17765 msgid "member `%D' is uninitialized reference"
17768 #: cp/typeck2.c:937
17769 msgid "index value instead of field name in union initializer"
17772 #: cp/typeck2.c:949
17773 msgid "no field `%D' in union being initialized"
17776 #: cp/typeck2.c:957
17777 msgid "union `%T' with no named members cannot be initialized"
17780 #: cp/typeck2.c:993
17781 msgid "excess elements in aggregate initializer"
17784 #: cp/typeck2.c:1102
17785 msgid "circular pointer delegation detected"
17788 #: cp/typeck2.c:1115
17789 msgid "base operand of `->' has non-pointer type `%T'"
17792 #: cp/typeck2.c:1139
17793 msgid "result of `operator->()' yields non-pointer result"
17796 #: cp/typeck2.c:1141
17797 msgid "base operand of `->' is not a pointer"
17800 #: cp/typeck2.c:1164
17801 msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
17804 #: cp/typeck2.c:1172
17805 msgid "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
17808 #: cp/typeck2.c:1182
17809 msgid "member type `%T::' incompatible with object type `%T'"
17812 #: cp/typeck2.c:1398
17813 msgid "call to function `%D' which throws incomplete type `%#T'"
17816 #: cp/typeck2.c:1401
17818 msgid "call to function which throws incomplete type `%#T'"
17819 msgstr "ìç ðëÞñçò åããñáöÞ"
17821 #. XXX Not i18n clean.
17822 #: cp/cp-tree.h:3756
17824 msgid "%s is deprecated, please see the documentation for details"
17834 msgstr "ðñïåéäïðïßçóç: "
17841 msgid "(continued):"
17842 msgstr "(óõíå÷ßæåôáé):"
17844 #: f/bad.c:488 f/bad.c:506
17845 msgid "[REPORT BUG!!] %"
17846 msgstr "[ÁÍÁÖ¸ÑÅÔÅ ÔÏ ÓÖ¶ËÌÁ!!] %"
17848 #: f/bad.c:495 f/bad.c:527
17849 msgid "[REPORT BUG!!]"
17850 msgstr "[ÁÍÁÖ¸ÑÅÔÅ ÔÏ ÓÖÁËÌÁ!!]"
17854 msgid "ASSIGN'ed label cannot fit into `%A' at %0 -- using wider sibling"
17858 msgid "no INTEGER type can hold a pointer on this configuration"
17863 msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
17868 msgid "and pointers are %d bits wide, but g77 doesn't yet work"
17872 msgid "properly unless they all are 32 bits wide"
17876 msgid "Please keep this in mind before you report bugs."
17879 #. I/O will probably crash.
17882 msgid "configuration: char * holds %d bits, but ftnlen only %d"
17885 #. ASSIGN 10 TO I will crash.
17889 "configuration: char * holds %d bits, but INTEGER only %d --\n"
17890 " ASSIGN statement might fail"
17895 msgid "In statement function"
17896 msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
17899 msgid "Outside of any program unit:\n"
17904 msgid "%A from %B at %0%C"
17909 msgid "At %0, INCLUDE file %A exists, but is not readable"
17914 msgid "At %0, INCLUDE nesting too deep"
17919 msgid "Two arithmetic operators in a row at %0 and %1 -- use parentheses"
17924 msgid "Operator at %0 has lower precedence than that at %1 -- use parentheses"
17929 msgid "Use .EQV./.NEQV. instead of .EQ./.NE. at %0 for LOGICAL operands at %1 and %2"
17934 msgid "Unsupported operand for ** at %1 -- converting to default INTEGER"
17939 msgid "overflowed output arg list for `%s'"
17944 "GNU Fortran comes with NO WARRANTY, to the extent permitted by law.\n"
17945 "You may redistribute copies of GNU Fortran\n"
17946 "under the terms of the GNU General Public License.\n"
17947 "For more information about these matters, see the file named COPYING\n"
17948 "or type the command `info -f g77 Copying'.\n"
17952 msgid "--driver no longer supported"
17957 msgid "argument to `%s' missing"
17958 msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
17962 msgid "no input files; unwilling to write output files"
17963 msgstr "%s: ôï áñ÷åßï åéóüäïõ åßíáé ôï áñ÷åßï åîüäïõ"
17966 #, fuzzy, no-c-format
17967 msgid "Implicit declaration of `%A' at %0"
17968 msgstr "ðñïçãïýìåíç áõôïíüçôç äéáêýñçîç ôïõ `%s'"
17972 #, fuzzy, no-c-format
17973 msgid "Non-ISO-C-standard escape sequence `\\%A' at %0"
17974 msgstr "¶ãíùóôç óõìâïëïóåéñÜ `%s'"
17978 #, fuzzy, no-c-format
17979 msgid "Unknown escape sequence `\\%A' at %0"
17980 msgstr "¶ãíùóôç óõìâïëïóåéñÜ `%s'"
17983 #, fuzzy, no-c-format
17984 msgid "Unterminated escape sequence `\\' at %0"
17985 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
17989 msgid "Unknown escape sequence `\\' followed by char code 0x%A at %0"
17994 msgid "\\x used at %0 with no following hex digits"
17998 #, fuzzy, no-c-format
17999 msgid "Hex escape at %0 out of range"
18000 msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
18003 #, fuzzy, no-c-format
18004 msgid "Escape sequence at %0 out of range for character"
18005 msgstr "ìç Ýãêõñç äéáäéêáóßá äéáöõãÞò óôï ôÝëïò ôïõ áëöáñéèìéôéêïý"
18009 msgid "hex escape out of range"
18010 msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
18014 msgid "non-ANSI-standard escape sequence, `\\%c'"
18020 msgid "non-ISO escape sequence `\\%c'"
18021 msgstr "¶ãíùóôç óõìâïëïóåéñÜ `%s'"
18026 msgid "unknown escape sequence `\\%c'"
18027 msgstr "¶ãíùóôç óõìâïëïóåéñÜ `%s'"
18031 msgid "unknown escape sequence: `\\' followed by char code 0x%x"
18035 msgid "badly formed directive -- no closing quote"
18039 msgid "#-lines for entering and leaving files don't match"
18043 msgid "bad directive -- missing close-quote"
18048 msgid "invalid #ident"
18049 msgstr "ìç Ýãêõñï äéêáßùìá"
18053 msgid "undefined or invalid # directive"
18054 msgstr "%%%c: êáôåõèõíôÞñéïò ãñáììÞ ìç Ýãêõñç."
18058 msgid "invalid #line"
18059 msgstr "ìç Ýãêõñïò áñéèìüò"
18061 #: f/lex.c:1236 f/lex.c:1280
18062 msgid "use `#line ...' instead of `# ...' in first line"
18067 msgid "invalid #-line"
18068 msgstr "ìç Ýãêõñïò áñéèìüò"
18071 #, fuzzy, no-c-format
18072 msgid "Null character at %0 -- line ignored"
18073 msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò óôï áñ÷åßï: "
18077 msgid "INCLUDE at %0 not the only statement on the source line"
18080 #: f/ste.c:1397 f/ste.c:1744
18081 msgid "ASSIGNed FORMAT specifier is too small"
18084 #. ~~~Someday handle CHARACTER*1, CHARACTER*N
18087 msgid "SELECT CASE on CHARACTER type (at %0) not supported -- sorry"
18091 msgid "SELECT (at %0) has duplicate cases -- check integer overflow of CASE(s)"
18095 msgid "ASSIGN to variable that is too small"
18099 msgid "ASSIGNed GOTO target variable is too small"
18104 msgid "Local adjustable symbol `%A' at %0"
18108 msgid "data initializer on host with different endianness"
18113 msgid "-fvxt-not-f90 no longer supported -- try -fvxt"
18114 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
18117 msgid "-ff90-not-vxt no longer supported -- try -fno-vxt -ff90"
18121 msgid "-fdebug-kludge is disabled, use normal debugging flags"
18125 #, fuzzy, no-c-format
18126 msgid "Missing first operand for binary operator at %0"
18127 msgstr "Áãíùóôïò äõáäéêüò ÷åéñéóôÞò."
18130 #, fuzzy, no-c-format
18131 msgid "Zero-length character constant at %0"
18132 msgstr "êåíü áëöáñéèìçôéêü"
18135 #, fuzzy, no-c-format
18136 msgid "Invalid token at %0 in expression or subexpression at %1"
18137 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
18141 msgid "Missing operand for operator at %1 at end of expression at %0"
18146 msgid "Label %A already defined at %1 when redefined at %0"
18151 msgid "Unrecognized character at %0 [info -f g77 M LEX]"
18156 msgid "Label definition %A at %0 on empty statement (as of %1)"
18161 msgid "Invalid first character at %0 [info -f g77 M LEX]"
18166 msgid "Line too long as of %0 [info -f g77 M LEX]"
18171 msgid "Non-numeric character at %0 in label field [info -f g77 M LEX]"
18176 msgid "Label number at %0 not in range 1-99999"
18181 msgid "At %0, '!' and '/*' are not valid comment delimiters"
18186 msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
18191 msgid "Label at %0 invalid with continuation line indicator at %1 [info -f g77 M LEX]"
18195 #, fuzzy, no-c-format
18196 msgid "Character constant at %0 has no closing apostrophe at %1"
18197 msgstr "ìç Ýãêõñïò óôáèåñüò ÷áñáêôÞñáò óôï áëöáñéèìéôéêü"
18201 msgid "Hollerith constant at %0 specified %A more characters than are present as of %1"
18206 msgid "Missing close parenthese at %0 needed to match open parenthese at %1"
18210 #, fuzzy, no-c-format
18211 msgid "Integer at %0 too large"
18212 msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
18216 msgid "Period at %0 not followed by digits for floating-point number or by `NOT.', `TRUE.', or `FALSE.'"
18221 msgid "Missing close-period between `.%A' at %0 and %1"
18226 msgid "Invalid exponent at %0 for real constant at %1; nondigit `%A' in exponent field"
18231 msgid "Missing value at %1 for real-number exponent at %0"
18236 msgid "Expected binary operator between expressions at %0 and at %1"
18241 msgid "Semicolon at %0 is an invalid token"
18246 msgid "Extraneous comma in FORMAT statement at %0"
18251 msgid "Missing comma in FORMAT statement at %0"
18256 msgid "Spurious sign in FORMAT statement at %0"
18261 msgid "Spurious number in FORMAT statement at %0"
18266 msgid "Spurious text trailing number in FORMAT statement at %0"
18270 #, fuzzy, no-c-format
18271 msgid "Unrecognized FORMAT specifier at %0"
18272 msgstr "Üãíùóôï ðñüèåìá: %s"
18276 msgid "Missing close-parenthese(s) in FORMAT statement at %0"
18281 msgid "Missing number following period in FORMAT statement at %0"
18286 msgid "Missing number following `E' in FORMAT statement at %0"
18291 msgid "Spurious trailing comma preceding terminator at %0"
18296 msgid "At %0, specify OPERATOR instead of ASSIGNMENT for INTERFACE statement not specifying the assignment operator (=)"
18301 msgid "At %0, specify ASSIGNMENT instead of OPERATOR for INTERFACE statement specifying the assignment operator (=)"
18306 msgid "Cannot specify =initialization-expr at %0 unless `::' appears before list of objects"
18311 msgid "Reference to label at %1 inconsistent with its definition at %0"
18316 msgid "Reference to label at %1 inconsistent with earlier reference at %0"
18321 msgid "DO-statement reference to label at %1 follows its definition at %0"
18326 msgid "Reference to label at %1 is outside block containing definition at %0"
18331 msgid "DO-statement references to label at %0 and %2 separated by unterminated block starting at %1"
18336 msgid "DO-statement reference to label at %0 and label definition at %2 separated by unterminated block starting at %1"
18341 msgid "Label definition at %0 invalid on this kind of statement"
18346 msgid "Statement at %0 invalid in this context"
18351 msgid "Statement at %0 invalid in context established by statement at %1"
18356 msgid "Statement at %0 must specify construct name specified at %1"
18361 msgid "Construct name at %0 superfluous, no construct name specified at %1"
18366 msgid "Construct name at %0 not the same as construct name at %1"
18371 msgid "Construct name at %0 does not match construct name for any containing DO constructs"
18376 msgid "Label definition missing at %0 for DO construct specifying label at %1"
18381 msgid "Statement at %0 follows ELSE block for IF construct at %1"
18386 msgid "No label definition for FORMAT statement at %0"
18391 msgid "Second occurrence of ELSE WHERE at %0 within WHERE at %1"
18396 msgid "END statement at %0 missing `%A' keyword required for internal or module procedure(s) bounded by %1"
18401 msgid "MODULE PROCEDURE statement at %0 disallowed because INTERFACE at %1 specifies no generic name, operator, or assignment"
18406 msgid "BLOCK DATA name at %0 superfluous, no name specified at %1"
18411 msgid "Program name at %0 superfluous, no PROGRAM statement specified at %1"
18416 msgid "Program unit name at %0 not the same as name at %1"
18421 msgid "Type name at %0 not the same as name at %1"
18426 msgid "End of source file before end of block started at %0"
18431 msgid "Undefined label, first referenced at %0"
18436 msgid "SAVE statement or attribute at %1 cannot be specified along with SAVE statement or attribute at %0"
18441 msgid "PUBLIC or PRIVATE statement at %1 cannot be specified along with PUBLIC or PRIVATE statement at %0"
18446 msgid "RETURN statement at %0 invalid within a main program unit"
18451 msgid "Alternate return specifier at %0 invalid within a main program unit"
18456 msgid "Alternate return specifier at %0 invalid within a function"
18461 msgid "Access specifier or PRIVATE statement at %0 invalid for derived-type definition within other than the specification part of a module"
18466 msgid "Access specifier at %0 must immediately follow derived-type statement at %1 with no intervening statements"
18471 msgid "No components specified as of %0 for derived-type definition beginning at %1"
18476 msgid "No components specified as of %0 for structure definition beginning at %1"
18481 msgid "Missing structure name for outer structure definition at %0"
18486 msgid "Field names at %0 for outer structure definition -- specify them in a subsequent RECORD statement instead"
18491 msgid "Missing field name(s) for structure definition at %0 within structure definition at %1"
18496 msgid "No components specified as of %0 for map beginning at %1"
18501 msgid "Zero or one maps specified as of %0 for union beginning at %1 -- at least two are required"
18506 msgid "Missing %A specifier in statement at %0"
18511 msgid "Items in I/O list starting at %0 invalid for namelist-directed I/O"
18516 msgid "Conflicting I/O control specifications at %0 and %1"
18521 msgid "No UNIT= specifier in I/O control list at %0"
18526 msgid "Specification at %0 requires ADVANCE=`NO' specification in same I/O control list"
18531 msgid "Specification at %0 requires explicit FMT= specification in same I/O control list"
18536 msgid "Second occurrence of CASE DEFAULT at %0 within SELECT CASE at %1"
18541 msgid "Duplicate or overlapping case values/ranges at %0 and %1"
18546 msgid "Type and/or kind-type parameter disagreement between CASE value or value within range at %0 and SELECT CASE at %1"
18551 msgid "Range specification at %0 invalid for CASE statement within logical-type SELECT CASE statement"
18556 msgid "Fortran 90 feature at %0 unsupported"
18561 msgid "Invalid declaration of or reference to symbol `%A' at %0 [initially seen at %1]"
18566 msgid "Null element at %0 for array reference at %1"
18571 msgid "Too few elements (%A missing) as of %0 for array reference at %1"
18576 msgid "Too many elements as of %0 for array reference at %1"
18581 msgid "Missing colon as of %0 in substring reference for %1"
18586 msgid "Invalid use at %0 of substring operator on %1"
18591 msgid "Substring begin/end point at %0 out of defined range"
18596 msgid "Array element value at %0 out of defined range"
18601 msgid "Expression at %0 has incorrect data type or rank for its context"
18606 msgid "Division by 0 (zero) at %0 (IEEE not yet supported)"
18611 msgid "%A step count known to be 0 (zero) at %0"
18616 msgid "%A end value plus step count known to overflow at %0"
18621 msgid "%A begin, end, and step-count values known to result in implementation-dependent behavior due to overflow(s) in intermediate calculations at %0"
18626 msgid "%A begin, end, and step-count values known to result in no iterations at %0"
18631 msgid "Type disagreement between expressions at %0 and %1"
18636 msgid "No specification for implied-DO iterator `%A' at %0"
18641 msgid "Gratuitous parentheses surround implied-DO construct at %0"
18645 #, fuzzy, no-c-format
18646 msgid "Zero-size specification invalid at %0"
18647 msgstr "%s: Ìç Ýãêõñç ñýèìéóç `%s'.\n"
18651 msgid "Zero-size array at %0"
18656 msgid "Target machine does not support complex entity of kind specified at %0"
18661 msgid "Target machine does not support DOUBLE COMPLEX, specified at %0"
18666 msgid "Attempt to raise constant zero to a power at %0"
18671 msgid "Reference to generic intrinsic `%A' at %0 could be to form %B or %C"
18676 msgid "Ambiguous use of intrinsic `%A' at %0 [info -f g77 M CMPAMBIG]"
18681 msgid "Intrinsic `%A' referenced %Bly at %0, %Cly at %1 [info -f g77 M EXPIMP]"
18686 msgid "Same name `%A' used for %B at %0 and %C at %1 [info -f g77 M INTGLOB]"
18691 msgid "Explicit type declaration for intrinsic `%A' disagrees with invocation at %0"
18695 #, fuzzy, no-c-format
18696 msgid "Unable to open INCLUDE file `%A' at %0"
18697 msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
18701 msgid "Null argument at %0 for statement function reference at %1"
18706 msgid "Null argument at %0 for procedure invocation at %1"
18711 msgid "%A too few arguments (starting with dummy argument `%B') as of %0 for statement function reference at %1"
18716 msgid "%A too many arguments as of %0 for statement function reference at %1"
18721 msgid "Array supplied at %1 for dummy argument `%A' in statement function reference at %0"
18726 msgid "Unsupported FORMAT specifier at %0"
18731 msgid "Variable-expression FORMAT specifier at %0 -- unsupported"
18736 msgid "Unsupported VXT statement at %0"
18741 msgid "Attempt to specify second initial value for `%A' at %0"
18746 msgid "Too few initial values in list of initializers for `%A' at %0"
18751 msgid "Too many initial values in list of initializers starting at %0"
18756 msgid "Array or substring specification for `%A' out of range in statement at %0"
18761 msgid "Array subscript #%B out of range for initialization of `%A' in statement at %0"
18766 msgid "Implied do-loop step count of 0 (zero) for iteration variable `%A' in statement at %0"
18771 msgid "Implied do-loop iteration count of 0 (zero) for iteration variable `%A' in statement at %0"
18776 msgid "Not an integer constant expression in implied do-loop in statement at %0"
18781 msgid "Attempt to specify second initial value for element of `%A' at %0"
18786 msgid "Attempt to EQUIVALENCE common areas `%A' and `%B' at %0"
18791 msgid "Can't place `%A' as directed by EQUIVALENCE due to alignment restrictions"
18796 msgid "Mismatched EQUIVALENCE requirements for placement of `%A' at both %C and %D bytes offset from `%B'"
18801 msgid "Array or substring specification for `%A' out of range in EQUIVALENCE statement"
18806 msgid "Substring of non-CHARACTER entity `%A' in EQUIVALENCE statement"
18811 msgid "Array reference to scalar variable `%A' in EQUIVALENCE statement"
18816 msgid "Array subscript #%B out of range for EQUIVALENCE of `%A'"
18821 msgid "Attempt to extend COMMON area beyond its starting point via EQUIVALENCE of `%A'"
18826 msgid "Too few elements in reference to array `%A' in EQUIVALENCE statement"
18831 msgid "Too many elements in reference to array `%A' in EQUIVALENCE statement"
18836 msgid "Mixed CHARACTER and non-CHARACTER types via COMMON/EQUIVALENCE -- for example, `%A' and `%B'"
18841 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
18846 msgid "Common block `%A' is SAVEd, explicitly or implicitly, at %0 but not SAVEd at %1"
18851 msgid "Common block `%A' is %B %D in length at %0 but %C %E at %1"
18856 msgid "Blank common initialized at %0"
18861 msgid "Intrinsic `%A' is passed as actual argument at %0 but not explicitly declared INTRINSIC"
18866 msgid "External procedure `%A' is passed as actual argument at %0 but not explicitly declared EXTERNAL"
18871 msgid "Character `%A' (for example) is upper-case in symbol name at %0"
18876 msgid "Character `%A' (for example) is lower-case in symbol name at %0"
18881 msgid "Character `%A' not followed at some point by lower-case character in symbol name at %0"
18886 msgid "Initial character `%A' is lower-case in symbol name at %0"
18891 msgid "NAMELIST not adequately supported by run-time library for source files with case preserved"
18896 msgid "Nested %% construct (%%VAL, %%REF, or %%DESCR) at %0"
18901 msgid "Statement at %0 invalid in BLOCK DATA program unit at %1"
18905 #, fuzzy, no-c-format
18906 msgid "Truncating characters on right side of character constant at %0"
18907 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
18911 msgid "Truncating characters on right side of hollerith constant at %0"
18916 msgid "Truncating non-zero data on left side of numeric constant at %0"
18921 msgid "Truncating non-zero data on left side of typeless constant at %0"
18925 #, fuzzy, no-c-format
18926 msgid "Typeless constant at %0 too large"
18927 msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
18931 msgid "First-column ampersand continuation at %0"
18934 #: f/bad.def:1055 f/bad.def:1058
18936 msgid "Global name `%A' defined at %0 already defined at %1 [info -f g77 M GLOBALS]"
18939 #: f/bad.def:1061 f/bad.def:1064
18941 msgid "Global name `%A' is %B at %0 but is %C at %1 [info -f g77 M GLOBALS]"
18944 #: f/bad.def:1067 f/bad.def:1070
18946 msgid "Global name `%A' at %0 has different type at %1 [info -f g77 M GLOBALS]"
18951 msgid "Too %B arguments passed to `%A' at %0 versus definition at %1 [info -f g77 M GLOBALS]"
18956 msgid "Too %B arguments for `%A' at %0 versus invocation at %1 [info -f g77 M GLOBALS]"
18959 #: f/bad.def:1079 f/bad.def:1082
18961 msgid "Argument #%B of `%A' is %C at %0 but is %D at %1 [info -f g77 M GLOBALS]"
18965 #, fuzzy, no-c-format
18966 msgid "Array `%A' at %0 is too large to handle"
18967 msgstr "Ï êáôÜëïãïò `%s' äåí åßíáé ðñïóéôüò."
18971 msgid "Statement function `%A' defined at %0 is not used"
18976 msgid "Intrinsic `%A', invoked at %0, known to be non-Y2K-compliant [info -f g77 M Y2KBAD]"
18980 #, fuzzy, no-c-format
18981 msgid "Internal compiler error -- cannot perform operation"
18982 msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
18985 #. Kind messages are used in diagnostic location reports of the
18986 #. form "<file>: In function `foo': <error message>".
18989 msgid "In unknown kind"
18990 msgstr "Üãíùóôç ìÝèïäïò êáôáëüãùí"
18997 msgid "In function"
18998 msgstr "Óôç óõíÜñôçóç"
19001 msgid "In subroutine"
19002 msgstr "Óôçí õðïñïõôßíá"
19006 msgstr "Óôï ðñüãñáììá"
19009 msgid "In block-data unit"
19010 msgstr "Óôç ìïíÜäá ìðëïê-äåäïìÝíùí"
19013 msgid "In common block"
19014 msgstr "Óôï êïéíü ìðëïê"
19017 msgid "In construct"
19021 msgid "In namelist"
19025 msgid "In anything"
19028 #: java/check-init.c:905
19030 msgid "internal error in check-init: tree code not implemented: %s"
19033 #: java/check-init.c:977
19034 msgid "%Jfinal field '%D' may not have been initialized"
19037 #: java/class.c:592 java/class.c:616
19039 msgid "internal error - too many interface type"
19040 msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
19042 #: java/class.c:715
19043 msgid "bad method signature"
19046 #: java/class.c:759
19047 msgid "misplaced ConstantValue attribute (not in any field)"
19050 #: java/class.c:761
19052 msgid "duplicate ConstantValue attribute for field '%s'"
19055 #: java/class.c:772
19057 msgid "ConstantValue attribute of field '%s' has wrong type"
19060 #: java/class.c:1067
19062 msgid "field '%s' not found in class"
19065 #: java/class.c:1324
19066 msgid "%Jabstract method in non-abstract class"
19069 #: java/class.c:2141
19070 msgid "%Jnon-static method '%D' overrides static method"
19073 #: java/decl.c:1018
19075 msgid "%J'%D' used prior to declaration"
19076 msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
19078 #: java/decl.c:1059
19080 msgid "declaration of `%s' shadows a parameter"
19083 #: java/decl.c:1062
19085 msgid "declaration of `%s' shadows a symbol from the parameter list"
19088 #: java/decl.c:1361
19090 msgid "%Jlabel '%D' used but not defined"
19093 #: java/decl.c:1366
19094 msgid "%Jlabel '%D' defined but not used"
19097 #: java/decl.c:1494
19098 msgid "%JIn %D: overlapped variable and exception ranges at %d"
19101 #: java/decl.c:1572
19102 msgid "bad type in parameter debug info"
19105 #: java/decl.c:1581
19106 msgid "%Jbad PC range for debug info for local '%D'"
19110 msgid "stack underflow - dup* operation"
19113 #: java/expr.c:1469
19115 msgid "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
19118 #: java/expr.c:1497
19120 msgid "field `%s' not found"
19121 msgstr "ôï áñ÷åßï ÷Üñôç ÷áñáêôÞñùí `%s' äåí âñÝèçêå"
19123 #: java/expr.c:1658
19125 msgid "ret instruction not implemented"
19126 msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
19128 #: java/expr.c:1815
19130 msgid "method '%s' not found in class"
19133 #: java/expr.c:2020
19135 msgid "failed to find class '%s'"
19138 #: java/expr.c:2030
19140 msgid "class '%s' has no method named '%s' matching signature '%s'"
19143 #: java/expr.c:2040
19144 msgid "invokestatic on non static method"
19147 #: java/expr.c:2045
19148 msgid "invokestatic on abstract method"
19151 #: java/expr.c:2053
19152 msgid "invoke[non-static] on static method"
19155 #: java/expr.c:2352
19157 msgid "missing field '%s' in '%s'"
19160 #: java/expr.c:2358
19162 msgid "mismatching signature for field '%s' in '%s'"
19165 #: java/expr.c:2380
19166 msgid "%Jassignment to final field '%D' not in field's class"
19169 #: java/expr.c:2385
19170 msgid "%Jassignment to final static field `%D' not in class initializer"
19173 #: java/expr.c:2393
19174 msgid "%Jassignment to final field '%D' not in constructor"
19177 #: java/expr.c:2636
19179 msgid "can't expand %s"
19180 msgstr "%s: áäõíáìßá óôçí áíÜãíùóç %s: %s\n"
19182 #: java/expr.c:2808
19184 msgid "invalid PC in line number table"
19185 msgstr "ìç Ýãêõñïò áñ÷éêüò áñéèìüò ãñáììÞò: `%s'"
19187 #: java/expr.c:2854
19189 msgid "unreachable bytecode from %d to before %d"
19192 #: java/expr.c:2892
19194 msgid "unreachable bytecode from %d to the end of the method"
19197 #. duplicate code from LOAD macro
19198 #: java/expr.c:3206
19199 msgid "unrecogized wide sub-instruction"
19202 #: java/jcf-io.c:534
19204 msgid "source file for class `%s' is newer than its matching class file. Source file `%s' used instead"
19207 #: java/jcf-parse.c:330
19209 msgid "bad string constant"
19210 msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
19212 #: java/jcf-parse.c:348
19214 msgid "bad value constant type %d, index %d"
19217 #: java/jcf-parse.c:514
19219 msgid "can't reopen %s: %m"
19220 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
19222 #: java/jcf-parse.c:519
19224 msgid "can't close %s: %m"
19225 msgstr "äåí åßíáé äõíáôü íá áëëá÷ôïýí ôá äéêáéþìáôá ôïõ `%s'"
19227 #: java/jcf-parse.c:604
19229 msgid "cannot find file for class %s"
19230 msgstr "äå âñÝèçêå ï ðñïåðåîåñãáóôÞò C: %s \n"
19232 #: java/jcf-parse.c:615
19234 msgid "not a valid Java .class file"
19235 msgstr "Ìç Ýãêõñïò ÷áñáêôÞñáò ïíüìáôïò êëÜóçò"
19237 #: java/jcf-parse.c:618
19239 msgid "error while parsing constant pool"
19240 msgstr "óöÜëìá êáôÜ ôï êëåßóéìï ôïõ áñ÷åßïõ åîüäïõ"
19242 #: java/jcf-parse.c:621
19244 msgid "error in constant pool entry #%d\n"
19247 #. FIXME - where was first time
19248 #: java/jcf-parse.c:633
19250 msgid "reading class %s for the second time from %s"
19253 #: java/jcf-parse.c:651
19255 msgid "error while parsing fields"
19256 msgstr "óöÜëìá êáôÜ ôï êëåßóéìï ôïõ áñ÷åßïõ åîüäïõ"
19258 #: java/jcf-parse.c:654
19260 msgid "error while parsing methods"
19261 msgstr "óöÜëìá êáôÜ ôçí áíÜãíùóç ôçò åéóüäïõ"
19263 #: java/jcf-parse.c:657
19265 msgid "error while parsing final attributes"
19266 msgstr "óöÜëìá êáôÜ ôï êëåßóéìï ôçò åéóüäïõ `%s'"
19268 #: java/jcf-parse.c:671
19270 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"
19273 #: java/jcf-parse.c:749
19275 msgid "missing Code attribute"
19276 msgstr "ÅëëéðÞò Þ êáêïó÷çìáôéóìÝíç éäéüôçôá"
19278 #: java/jcf-parse.c:981
19279 msgid "%Hsource file seen twice on command line and will be compiled only once"
19282 #: java/jcf-parse.c:996
19284 msgid "no input file specified"
19285 msgstr "Äåí õðÜñ÷ïõí áñ÷åßá åéóüäïõ"
19287 #: java/jcf-parse.c:1025
19289 msgid "can't close input file %s: %m"
19290 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åéóüäïõ `%s'"
19292 #: java/jcf-parse.c:1063
19294 msgid "bad zip/jar file %s"
19297 #: java/jcf-parse.c:1235
19299 msgid "error while reading %s from zip file"
19300 msgstr "óöÜëìá êáôÜ ôï êëåßóéìï ôïõ áñ÷åßïõ åîüäïõ"
19302 #: java/jcf-write.c:2602
19304 msgid "internal error in generate_bytecode_insn - tree code not implemented: %s"
19307 #: java/jcf-write.c:2934
19309 msgid "field initializer type mismatch"
19310 msgstr "Êáêïóõíôáßñéáóìá ôýðùí êáôá÷þñçóçò/ðßíáêá"
19312 #: java/jcf-write.c:3389
19314 msgid "can't create directory %s: %m"
19315 msgstr "%s: Äåí åßíáé äõíáôüí íá äçìéïõñãçèåß ï êáôÜëïãïò %s: %s\n"
19317 #: java/jcf-write.c:3442
19319 msgid "can't create %s: %m"
19320 msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"
19322 #: java/jv-scan.c:185
19323 msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
19326 #: java/jv-scan.c:188
19328 msgid "can't open output file `%s'"
19329 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ åîüäïõ `%s'"
19331 #: java/jv-scan.c:222
19333 msgid "file not found `%s'"
19334 msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
19336 #: java/jvspec.c:418
19337 msgid "can't specify `-D' without `--main'\n"
19340 #: java/jvspec.c:421
19342 msgid "`%s' is not a valid class name"
19343 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
19345 #: java/jvspec.c:427
19347 msgid "--resource requires -o"
19348 msgstr "ÅóöáëìÝíïò êþäéêáò áßôçóçò"
19350 #: java/jvspec.c:434
19351 msgid "warning: already-compiled .class files ignored with -C"
19354 #: java/jvspec.c:441
19356 msgid "cannot specify both -C and -o"
19357 msgstr "äåí åßíáé äõíáôü íá ðáñáëçöèåß ï ÷ñÞóôçò êáé ç ïìÜäá"
19359 #: java/jvspec.c:453
19361 msgid "cannot create temporary file"
19362 msgstr "ÓÖÁËÌÁ: Áäõíáìßá äçìéïõñãßáò ðñïóùñéíïý áñ÷åßïõ ãéá áëëáãÞ"
19364 #: java/jvspec.c:481
19365 msgid "using both @FILE with multiple files not implemented"
19368 #: java/jvspec.c:530
19370 msgid "cannot specify `main' class when not linking"
19371 msgstr "Äåí åßíáé äõíáôü íá äçëùèåß áñéèìüò óôçëþí óôçí ðáñÜëëçëç åêôýðùóç."
19374 msgid "can't do dependency tracking with input from stdin"
19378 msgid "couldn't determine target name for dependency tracking"
19384 "unknown encoding: `%s'\n"
19385 "This might mean that your locale's encoding is not supported\n"
19386 "by your system's iconv(3) implementation. If you aren't trying\n"
19387 "to use a particular encoding for your input file, try the\n"
19388 "`--encoding=UTF-8' option"
19391 #: java/mangle.c:89
19393 msgid "can't mangle %s"
19394 msgstr "Äåí åßíáé äõíáôüí íá åêôåëåóôåß ôï %s"
19396 #: java/mangle_name.c:140 java/mangle_name.c:210
19398 msgid "internal error - invalid Utf8 name"
19399 msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
19401 #: ../../gcc/java/parse-scan.y:880 ../../gcc/java/parse.y:949
19402 #: ../../gcc/java/parse.y:1290 ../../gcc/java/parse.y:1351
19403 #: ../../gcc/java/parse.y:1555 ../../gcc/java/parse.y:1777
19404 #: ../../gcc/java/parse.y:1786 ../../gcc/java/parse.y:1797
19405 #: ../../gcc/java/parse.y:1808 ../../gcc/java/parse.y:1820
19406 #: ../../gcc/java/parse.y:1835 ../../gcc/java/parse.y:1852
19407 #: ../../gcc/java/parse.y:1854 ../../gcc/java/parse.y:1935
19408 #: ../../gcc/java/parse.y:2106 ../../gcc/java/parse.y:2168
19409 #: ../../gcc/java/parse.y:2320 ../../gcc/java/parse.y:2332
19410 #: ../../gcc/java/parse.y:2339 ../../gcc/java/parse.y:2346
19411 #: ../../gcc/java/parse.y:2357 ../../gcc/java/parse.y:2359
19412 #: ../../gcc/java/parse.y:2397 ../../gcc/java/parse.y:2399
19413 #: ../../gcc/java/parse.y:2401 ../../gcc/java/parse.y:2422
19414 #: ../../gcc/java/parse.y:2424 ../../gcc/java/parse.y:2426
19415 #: ../../gcc/java/parse.y:2442 ../../gcc/java/parse.y:2444
19416 #: ../../gcc/java/parse.y:2465 ../../gcc/java/parse.y:2467
19417 #: ../../gcc/java/parse.y:2469 ../../gcc/java/parse.y:2497
19418 #: ../../gcc/java/parse.y:2499 ../../gcc/java/parse.y:2501
19419 #: ../../gcc/java/parse.y:2503 ../../gcc/java/parse.y:2521
19420 #: ../../gcc/java/parse.y:2523 ../../gcc/java/parse.y:2534
19421 #: ../../gcc/java/parse.y:2545 ../../gcc/java/parse.y:2556
19422 #: ../../gcc/java/parse.y:2567 ../../gcc/java/parse.y:2578
19423 #: ../../gcc/java/parse.y:2591 ../../gcc/java/parse.y:2595
19424 #: ../../gcc/java/parse.y:2597 ../../gcc/java/parse.y:2610
19426 msgid "Missing term"
19427 msgstr "¸÷åé ðáñáëçöèåß åíôïëÞ"
19429 #: ../../gcc/java/parse-scan.y:882 ../../gcc/java/parse.y:721
19430 #: ../../gcc/java/parse.y:759 ../../gcc/java/parse.y:784
19431 #: ../../gcc/java/parse.y:970 ../../gcc/java/parse.y:1325
19432 #: ../../gcc/java/parse.y:1531 ../../gcc/java/parse.y:1533
19433 #: ../../gcc/java/parse.y:1762 ../../gcc/java/parse.y:1788
19434 #: ../../gcc/java/parse.y:1799 ../../gcc/java/parse.y:1810
19435 #: ../../gcc/java/parse.y:1822 ../../gcc/java/parse.y:1837
19436 msgid "';' expected"
19437 msgstr "áíáìåíüôáí ';'"
19439 #: ../../gcc/java/parse.y:719 ../../gcc/java/parse.y:757
19441 msgid "Missing name"
19442 msgstr "¸÷åé ðáñáëçöèåß åíôïëÞ"
19444 #: ../../gcc/java/parse.y:782
19445 msgid "'*' expected"
19446 msgstr "áíáìåíüôáí '*'"
19448 #: ../../gcc/java/parse.y:796
19449 msgid "Class or interface declaration expected"
19452 #: ../../gcc/java/parse.y:833 ../../gcc/java/parse.y:835
19454 msgid "Missing class name"
19455 msgstr "¸÷åé ðáñáëçöèåß åíôïëÞ"
19457 #: ../../gcc/java/parse.y:838 ../../gcc/java/parse.y:842
19458 #: ../../gcc/java/parse.y:850 ../../gcc/java/parse.y:1010
19459 #: ../../gcc/java/parse.y:1271 ../../gcc/java/parse.y:1273
19460 #: ../../gcc/java/parse.y:1597 ../../gcc/java/parse.y:1848
19461 #: ../../gcc/java/parse.y:1880 ../../gcc/java/parse.y:1942
19462 msgid "'{' expected"
19463 msgstr "áíáìåíüôáí '{'"
19465 #: ../../gcc/java/parse.y:852
19466 msgid "Missing super class name"
19469 #: ../../gcc/java/parse.y:862 ../../gcc/java/parse.y:878
19471 msgid "Missing interface name"
19472 msgstr "ðáñÜëçøç ïñßóìáôïò áñ÷åßïõ"
19474 #: ../../gcc/java/parse.y:964
19475 msgid "Missing variable initializer"
19478 #: ../../gcc/java/parse.y:981
19480 msgid "Invalid declaration"
19481 msgstr "Ìç Ýãêõñç áíôáëëáãÞ"
19483 #: ../../gcc/java/parse.y:984 ../../gcc/java/parse.y:1069
19484 #: ../../gcc/java/parse.y:2143 ../../gcc/java/parse.y:2165
19485 #: ../../gcc/java/parse.y:2169 ../../gcc/java/parse.y:2204
19486 #: ../../gcc/java/parse.y:2281 ../../gcc/java/parse.y:2291
19487 msgid "']' expected"
19488 msgstr "áíáìåíüôáí ']'"
19490 # src/dfa.c:652 src/dfa.c:655 src/dfa.c:682 src/dfa.c:686 src/dfa.c:687
19491 # src/dfa.c:690 src/dfa.c:703 src/dfa.c:704
19492 # src/dfa.c:660 src/dfa.c:663 src/dfa.c:690 src/dfa.c:694 src/dfa.c:695
19493 # src/dfa.c:698 src/dfa.c:711 src/dfa.c:712
19494 #: ../../gcc/java/parse.y:988
19496 msgid "Unbalanced ']'"
19497 msgstr "Ìç éóóïñïðçìÝíï ["
19499 #: ../../gcc/java/parse.y:1024
19500 msgid "Invalid method declaration, method name required"
19503 #: ../../gcc/java/parse.y:1029 ../../gcc/java/parse.y:1034
19504 #: ../../gcc/java/parse.y:1039 ../../gcc/java/parse.y:2026
19506 msgid "Identifier expected"
19507 msgstr "ÐñïóäéïñéóôÞò áöáéñÝèçêå"
19509 #: ../../gcc/java/parse.y:1044
19510 msgid "Invalid method declaration, return type required"
19513 #: ../../gcc/java/parse.y:1067 ../../gcc/java/parse.y:1511
19514 #: ../../gcc/java/parse.y:1518 ../../gcc/java/parse.y:1527
19515 #: ../../gcc/java/parse.y:1529 ../../gcc/java/parse.y:1557
19516 #: ../../gcc/java/parse.y:1665 ../../gcc/java/parse.y:1971
19517 #: ../../gcc/java/parse.y:2024
19518 msgid "')' expected"
19519 msgstr "áíáìåíüôáí '('"
19521 #: ../../gcc/java/parse.y:1083
19523 msgid "Missing formal parameter term"
19524 msgstr "ÅëëéðÞò Þ êáêïó÷çìáôéóìÝíç éäéüôçôá"
19526 #: ../../gcc/java/parse.y:1098 ../../gcc/java/parse.y:1103
19528 msgid "Missing identifier"
19529 msgstr "Ý÷åé ðáñáëçöèåß ôï áñ÷åßï ðñïïñéóìïý"
19531 #: ../../gcc/java/parse.y:1123 ../../gcc/java/parse.y:1132
19532 msgid "Missing class type term"
19535 #: ../../gcc/java/parse.y:1288
19537 msgid "Invalid interface type"
19538 msgstr "Ìç Ýãêõñïò åîáêñéâùôÞò(verifier) åîõðçñåôïýìåíïõ"
19540 #: ../../gcc/java/parse.y:1475 ../../gcc/java/parse.y:1644
19541 #: ../../gcc/java/parse.y:1646
19542 msgid "':' expected"
19543 msgstr "áíáìåíüôáí ':'"
19545 #: ../../gcc/java/parse.y:1497 ../../gcc/java/parse.y:1502
19546 #: ../../gcc/java/parse.y:1507
19548 msgid "Invalid expression statement"
19549 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
19551 #: ../../gcc/java/parse.y:1525 ../../gcc/java/parse.y:1553
19552 #: ../../gcc/java/parse.y:1593 ../../gcc/java/parse.y:1661
19553 #: ../../gcc/java/parse.y:1729 ../../gcc/java/parse.y:1850
19554 #: ../../gcc/java/parse.y:1928 ../../gcc/java/parse.y:2018
19555 #: ../../gcc/java/parse.y:2020 ../../gcc/java/parse.y:2028
19556 #: ../../gcc/java/parse.y:2264 ../../gcc/java/parse.y:2266
19557 msgid "'(' expected"
19558 msgstr "áíáìåíüôáí '('"
19560 #: ../../gcc/java/parse.y:1595
19562 msgid "Missing term or ')'"
19563 msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
19565 #: ../../gcc/java/parse.y:1642
19567 msgid "Missing or invalid constant expression"
19568 msgstr "%s: ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç: %s"
19570 #: ../../gcc/java/parse.y:1663
19571 msgid "Missing term and ')' expected"
19574 #: ../../gcc/java/parse.y:1702
19576 msgid "Invalid control expression"
19577 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
19579 #: ../../gcc/java/parse.y:1704 ../../gcc/java/parse.y:1706
19581 msgid "Invalid update expression"
19582 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
19584 #: ../../gcc/java/parse.y:1731
19586 msgid "Invalid init statement"
19587 msgstr "Ìç Ýãêõñç ðáñÜìåôñïò"
19589 #: ../../gcc/java/parse.y:1931
19590 msgid "Missing term or ')' expected"
19593 #: ../../gcc/java/parse.y:1973
19594 msgid "'class' or 'this' expected"
19597 #: ../../gcc/java/parse.y:1975 ../../gcc/java/parse.y:1977
19599 msgid "'class' expected"
19600 msgstr "áíáìåíüôáí ')'\n"
19602 #: ../../gcc/java/parse.y:2022
19604 msgid "')' or term expected"
19605 msgstr "áíáìåíüôáí ')'\n"
19607 #: ../../gcc/java/parse.y:2141
19608 msgid "'[' expected"
19609 msgstr "áíáìåíüôáí '['"
19611 #: ../../gcc/java/parse.y:2219
19613 msgid "Field expected"
19614 msgstr "Ç èõãáôñéêÞ äéåñãáóßá ôåñìáôßóôçêå"
19616 #: ../../gcc/java/parse.y:2276 ../../gcc/java/parse.y:2286
19617 msgid "Missing term and ']' expected"
19620 #: ../../gcc/java/parse.y:2390
19622 msgid "']' expected, invalid type expression"
19623 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
19625 #: ../../gcc/java/parse.y:2393
19627 msgid "Invalid type expression"
19628 msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
19630 #: ../../gcc/java/parse.y:2505
19632 msgid "Invalid reference type"
19633 msgstr "Ìç Ýãêõñç ðéóù-ðáñáðïìðÞ"
19635 #: ../../gcc/java/parse.y:2977
19636 msgid "Constructor invocation must be first thing in a constructor"
19639 #: ../../gcc/java/parse.y:2979
19640 msgid "Only constructors can invoke constructors"
19643 #: ../../gcc/java/parse.y:2987
19645 msgid ": `%s' JDK1.1(TM) feature"
19648 #: ../../gcc/java/parse.y:3046 ../../gcc/java/parse.y:3048
19657 #: ../../gcc/java/parse.y:6909
19659 msgid "malformed .zip archive in CLASSPATH: %s"
19662 #: ../../gcc/java/parse.y:6980
19664 msgid "Can't find default package `%s'. Check the CLASSPATH environment variable and the access to the archives"
19667 #: ../../gcc/java/parse.y:12193
19669 msgid "missing static field `%s'"
19670 msgstr "Ý÷åé ðáñáëçöèåß ç ëßóôá ìå ôá ðåäßá"
19672 #: ../../gcc/java/parse.y:12198
19674 msgid "not a static field `%s'"
19675 msgstr "áäõíáìßá ðñïóðÝëáóçò(stat()) áñ÷åßïõ `%s': %s"
19677 #: ../../gcc/java/parse.y:12241
19679 msgid "No case for %s"
19680 msgstr "ÓöÜëìá åðåîåñãáóßáò: %s"
19682 #: ../../gcc/java/parse.y:13173
19684 msgid "unregistered operator %s"
19685 msgstr "ðïôÝ äåí äçëþèçêå ôï ðñüãñáììá %d\n"
19687 #: java/typeck.c:530
19689 msgid "junk at end of signature string"
19690 msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
19692 #: java/verify.c:471
19694 msgid "bad pc in exception_table"
19695 msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
19697 #: java/verify.c:1384
19699 msgid "unknown opcode %d@pc=%d during verification"
19702 #: java/verify.c:1454 java/verify.c:1467 java/verify.c:1471
19704 msgid "verification error at PC=%d"
19707 #: objc/objc-act.c:689
19709 msgid "object does not conform to the `%s' protocol"
19712 #: objc/objc-act.c:775 objc/objc-act.c:848
19714 msgid "class `%s' does not implement the `%s' protocol"
19717 #: objc/objc-act.c:951
19719 msgid "statically allocated instance of Objective-C class `%s'"
19722 #: objc/objc-act.c:998
19724 msgid "unexpected type for `id' (%s)"
19727 #: objc/objc-act.c:1003
19728 msgid "undefined type `id', please import <objc/objc.h>"
19731 #: objc/objc-act.c:1052
19733 msgid "protocol `%s' has circular dependency"
19736 #: objc/objc-act.c:1074 objc/objc-act.c:5982
19738 msgid "cannot find protocol declaration for `%s'"
19739 msgstr "áäõíáìßá åéóáãùãÞò óôïé÷åßï ðáñáâïëÞò `%.*s'"
19741 #: objc/objc-act.c:1408 objc/objc-act.c:2645 objc/objc-act.c:6513
19742 #: objc/objc-act.c:6822 objc/objc-act.c:6875 objc/objc-act.c:6900
19744 msgid "cannot find interface declaration for `%s'"
19745 msgstr "áäõíáìßá áíÜãíùóçò êåöáëßäáò áðü ôï `%s'"
19747 #: objc/objc-act.c:1423
19749 msgid "interface `%s' does not have valid constant string layout"
19752 #: objc/objc-act.c:1439
19754 msgid "cannot find reference tag for class `%s'"
19755 msgstr "äå âñÝèçêå ï ðñïåðåîåñãáóôÞò C: %s \n"
19757 #: objc/objc-act.c:2179
19759 msgid "creating selector for non existant method %s"
19762 #: objc/objc-act.c:2389
19764 msgid "`%s' is not an Objective-C class name or alias"
19765 msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
19767 #: objc/objc-act.c:2500 objc/objc-act.c:2518 objc/objc-act.c:6769
19768 #: objc/objc-act.c:7059 objc/objc-act.c:7088
19769 msgid "Objective-C declarations may only appear in global scope"
19772 #: objc/objc-act.c:2505
19774 msgid "cannot find class `%s'"
19775 msgstr "áäõíáìßá åêôÝëåóçò ioctl óôï `%s'"
19777 #: objc/objc-act.c:2507
19779 msgid "class `%s' already exists"
19780 msgstr "(ôï áñ÷åßï Þäç õðÜñ÷åé)"
19782 #: objc/objc-act.c:2532 objc/objc-act.c:6791
19784 msgid "`%s' redeclared as different kind of symbol"
19787 #. fatal did not work with 2 args...should fix
19788 #: objc/objc-act.c:2680
19790 msgid "cannot find interface declaration for `%s', superclass of `%s'"
19793 #: objc/objc-act.c:2687
19795 msgid "circular inheritance in interface declaration for `%s'"
19798 #: objc/objc-act.c:2780 objc/objc-act.c:2924 objc/objc-act.c:3024
19799 #: objc/objc-act.c:3200 objc/objc-act.c:3240
19800 msgid "Use `-fobjc-exceptions' to enable Objective-C exception syntax"
19803 #: objc/objc-act.c:2787
19804 msgid "`@throw;' (rethrow) used outside of a `@catch' block"
19807 #: objc/objc-act.c:3027
19808 msgid "`@catch' parameter is not a known Objective-C class type"
19811 #: objc/objc-act.c:3036
19812 msgid "Exception already handled by preceding `@catch(id)'"
19815 #: objc/objc-act.c:3041
19817 msgid "Exception of type `%s *' already handled by `@catch (%s *)'"
19820 #: objc/objc-act.c:3206
19821 msgid "`@try' without `@catch' or `@finally'"
19824 #: objc/objc-act.c:3647
19825 msgid "%Jtype '%D' does not have a known size"
19828 #: objc/objc-act.c:4256
19833 #: objc/objc-act.c:4281 objc/objc-act.c:4300
19835 msgid "inconsistent instance variable specification"
19836 msgstr "Ìåôáãëùôôéóìüò ðñïäéáãñáöþí ôïðéêþí ñõèìßóåùí"
19838 #: objc/objc-act.c:5303
19839 msgid "can not use an object as parameter to a method\n"
19842 #: objc/objc-act.c:5504
19844 msgid "multiple %s named `%c%s' found"
19845 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
19848 #: objc/objc-act.c:5721
19850 msgid "no super class declared in @interface for `%s'"
19851 msgstr "Ï áíôéôïðïèåôçôÞò åðéöÜíåéáò Ý÷åé ôåèåß ðåñéóóüôåñï áðü ìéá öïñÜ ãéá ôï `%s'"
19853 #: objc/objc-act.c:5809
19855 msgid "invalid receiver type `%s'"
19856 msgstr "Ìç Ýãêõñç ðñïôåñáéüôçôá `%s'"
19858 #: objc/objc-act.c:5820
19860 msgid "`%s' may not respond to `%c%s'"
19861 msgstr "ôï `%s' åßíáé ðñüãïíïò ôïõ `%s'"
19863 #: objc/objc-act.c:5825
19865 msgid "`%c%s' not implemented by protocol(s)"
19866 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé áðü ôï ðñùôüêïëëï"
19868 #: objc/objc-act.c:5830
19869 msgid "(Messages without a matching method signature"
19872 #: objc/objc-act.c:5831
19873 msgid "will be assumed to return `id' and accept"
19876 #: objc/objc-act.c:5832
19878 msgid "`...' as arguments.)"
19879 msgstr "÷ùñßò ïñßóìáôá"
19881 #: objc/objc-act.c:6079
19883 msgid "undeclared selector `%s'"
19884 msgstr "ìç Ýãêõñïò äçëùôÞò ðåäßïõ: `%s'"
19886 #. Historically, a class method that produced objects (factory
19887 #. method) would assign `self' to the instance that it
19888 #. allocated. This would effectively turn the class method into
19889 #. an instance method. Following this assignment, the instance
19890 #. variables could be accessed. That practice, while safe,
19891 #. violates the simple rule that a class method should not refer
19892 #. to an instance variable. It's better to catch the cases
19893 #. where this is done unknowingly than to support the above
19895 #: objc/objc-act.c:6121
19897 msgid "instance variable `%s' accessed in class method"
19900 #: objc/objc-act.c:6327
19902 msgid "duplicate declaration of method `%c%s'"
19903 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
19905 #: objc/objc-act.c:6368
19907 msgid "duplicate interface declaration for category `%s(%s)'"
19910 #: objc/objc-act.c:6398
19912 msgid "illegal reference type specified for instance variable `%s'"
19916 #: objc/objc-act.c:6414
19918 msgid "instance variable `%s' has unknown size"
19919 msgstr "%s: ôï áñ÷åßï åßíáé ðïëý ìåãÜëï"
19921 #. vtable pointers are Real Bad(tm), since Obj-C cannot initialize them
19922 #: objc/objc-act.c:6428
19924 msgid "type `%s' has virtual member functions"
19925 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
19927 #: objc/objc-act.c:6429
19929 msgid "illegal aggregate type `%s' specified for instance variable `%s'"
19932 #: objc/objc-act.c:6437
19934 msgid "type `%s' has a user-defined constructor"
19935 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
19937 #: objc/objc-act.c:6439
19939 msgid "type `%s' has a user-defined destructor"
19940 msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
19942 #: objc/objc-act.c:6440
19943 msgid "C++ constructors and destructors will not be invoked for Objective-C fields"
19946 #: objc/objc-act.c:6490
19948 msgid "instance variable `%s' is declared private"
19951 #: objc/objc-act.c:6539
19953 msgid "instance variable `%s' is %s; this will be a hard error in the future"
19956 #: objc/objc-act.c:6546
19958 msgid "instance variable `%s' is declared %s"
19961 #: objc/objc-act.c:6556
19962 msgid "static access to object of type `id'"
19965 #: objc/objc-act.c:6578 objc/objc-act.c:6666
19967 msgid "incomplete implementation of class `%s'"
19970 #: objc/objc-act.c:6582 objc/objc-act.c:6671
19972 msgid "incomplete implementation of category `%s'"
19973 msgstr "áðïôõ÷ßá êáôÜ ôçí åããñáöÞ äåäïìÝíùí ãéá ôçí êáôçãïñßá `%s'"
19975 #: objc/objc-act.c:6587 objc/objc-act.c:6676
19977 msgid "method definition for `%c%s' not found"
19980 #: objc/objc-act.c:6717
19982 msgid "%s `%s' does not fully implement the `%s' protocol"
19985 #: objc/objc-act.c:6775 objc/objc-act.c:8803
19986 msgid "`@end' missing in implementation context"
19989 #: objc/objc-act.c:6805
19991 msgid "reimplementation of class `%s'"
19994 # src/request.c:806 src/request.c:912
19995 #: objc/objc-act.c:6836
19997 msgid "conflicting super class name `%s'"
19998 msgstr "Ìç áíáãíùñßóçìï üíïìá åðéöÜíåéáò `%s'"
20000 #: objc/objc-act.c:6838
20002 msgid "previous declaration of `%s'"
20005 #: objc/objc-act.c:6852 objc/objc-act.c:6854
20007 msgid "duplicate interface declaration for class `%s'"
20008 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
20010 #: objc/objc-act.c:7121
20012 msgid "duplicate declaration for protocol `%s'"
20013 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
20015 #. Add a readable method name to the warning.
20016 #: objc/objc-act.c:7613
20017 msgid "%J%s `%c%s'"
20021 #: objc/objc-act.c:7908
20023 msgid "no super class declared in interface for `%s'"
20024 msgstr "Ï áíôéôïðïèåôçôÞò åðéöÜíåéáò Ý÷åé ôåèåß ðåñéóóüôåñï áðü ìéá öïñÜ ãéá ôï `%s'"
20026 #: objc/objc-act.c:7956
20027 msgid "[super ...] must appear in a method context"
20030 #: objc/objc-parse.y:2700
20031 msgid "`@end' must appear in an implementation context"
20034 #: objc/objc-parse.y:2913
20035 msgid "method definition not in class context"
20038 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:21
20040 msgid "Display this information"
20041 msgstr " --help ÅìöÜíéóç áõôþí ôùí ðëçñïöïñéþí\n"
20043 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:27
20044 msgid "--param <param>=<value>\tSet paramter <param> to value. See below for a complete list of parameters"
20047 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:36
20048 msgid "-A<question>=<answer>\tAssert the <answer> to <question>. Putting '-' before <question> disables the <answer> to <question>"
20051 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:39
20053 msgid "Do not discard comments"
20054 msgstr "Ìç ôåñìáôéóìÝíç åíôïëÞ `s'"
20056 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:42
20057 msgid "Do not discard comments in macro expansions"
20060 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:45
20061 msgid "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value. If just <macro> is given, <val> is taken to be 1"
20064 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:51
20065 msgid "-G<number>\tPut global and static data smaller than <number> bytes into a special section (on some targets)"
20068 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:54
20069 msgid "Print the name of header files as they are used"
20072 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:57
20073 msgid "-I <dir>\tAdd <dir> to the end of the main include path. -I- gives more include path control; see info documentation"
20076 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:60
20078 msgid "Generate make dependencies"
20079 msgstr "äõíáìéêÝò åîáñôÞóåéò.\n"
20081 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:63
20082 msgid "Generate make dependencies and compile"
20085 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:66
20086 msgid "-MF <file>\tWrite dependency output to the given file"
20089 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:69
20090 msgid "Treat missing header files as generated files"
20093 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:72
20094 msgid "Like -M but ignore system header files"
20097 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:75
20098 msgid "Like -MD but ignore system header files"
20101 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:78
20103 msgid "Generate phony targets for all headers"
20104 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
20106 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:81
20107 msgid "-MQ <target>\tAdd a MAKE-quoted target"
20110 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:84
20111 msgid "-MT <target>\tAdd an unquoted target"
20114 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:87
20115 msgid "-O<number>\tSet optimization level to <number>"
20118 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:90
20119 msgid "Optimize for space rather than speed"
20122 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:93
20123 msgid "Do not generate #line directives"
20126 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:96
20127 msgid "-U<macro>\tUndefine <macro>"
20130 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:99
20131 msgid "This switch is deprecated; use -Wextra instead"
20134 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:105
20135 msgid "Warn about returning structures, unions or arrays"
20138 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:108
20139 msgid "Enable most warning messages"
20142 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:111
20143 msgid "Warn about casting functions to incompatible types"
20146 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:114
20147 msgid "Warn about pointer casts which increase alignment"
20150 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:117
20151 msgid "Warn about casts which discard qualifiers"
20154 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:120
20155 msgid "Warn about subscripts whose type is \"char\""
20158 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:123
20159 msgid "Warn about possibly nested block comments, and C++ comments spanning more than one physical line"
20162 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:126
20163 msgid "Synonym for -Wcomment"
20166 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:129
20167 msgid "Warn about possibly confusing type conversions"
20170 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:132
20171 msgid "Warn when all constructors and destructors are private"
20174 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:135
20175 msgid "Warn when a declaration is found after a statement"
20178 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:138
20179 msgid "Warn about deprecated compiler features"
20182 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:141
20183 msgid "Warn about uses of __attribute__((deprecated)) declarations"
20186 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:144
20187 msgid "Warn when an optimization pass is disabled"
20190 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:147
20191 msgid "Warn about compile-time integer division by zero"
20194 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:150
20195 msgid "Warn about violations of Effective C++ style rules"
20198 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:153
20199 msgid "Warn about stray tokens after #elif and #endif"
20202 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:156
20203 msgid "Treat all warnings as errors"
20206 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:159
20207 msgid "Make implicit function declarations an error"
20210 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:162
20211 msgid "Print extra (possibly unwanted) warnings"
20214 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:165
20215 msgid "Warn if testing floating point numbers for equality"
20218 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:168
20219 msgid "Warn about printf/scanf/strftime/strfmon format string anomalies"
20222 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:171
20224 msgid "Warn if passing too many arguments to a function for its format string"
20225 msgstr "ðÜñá ðïëëÜ ïñßóìáôá óå áõôü ôï áëöáñéèìçôéêü ìïñöÞò"
20227 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:174
20228 msgid "Warn about format strings that are not literals"
20231 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:177
20232 msgid "Warn about possible security problems with format functions"
20235 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:180
20236 msgid "Warn about strftime formats yielding 2-digit years"
20239 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:192
20240 msgid "Warn about implicit function declarations"
20243 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:195
20244 msgid "Warn when a declaration does not specify a type"
20247 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:198
20248 msgid "Deprecated. This switch has no effect."
20251 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:201
20252 msgid "Warn about variables which are initialized to themselves."
20255 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:204
20256 msgid "Warn when an inlined function cannot be inlined"
20259 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:207
20260 msgid "Warn about invalid uses of the \"offsetof\" macro"
20263 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:210
20264 msgid "Warn about PCH files that are found but not used"
20267 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:213
20268 msgid "-Wlarger-than-<number>\tWarn if an object is larger than <number> bytes"
20271 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:216
20272 msgid "Do not warn about using \"long long\" when -pedantic"
20275 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:219
20276 msgid "Warn about suspicious declarations of \"main\""
20279 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:222
20280 msgid "Warn about possibly missing braces around initializers"
20283 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:225
20284 msgid "Warn about global functions without previous declarations"
20287 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:228
20288 msgid "Warn about functions which might be candidates for format attributes"
20291 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:231
20292 msgid "Warn about functions which might be candidates for __attribute__((noreturn))"
20295 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:234
20296 msgid "Warn about global functions without prototypes"
20299 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:237
20301 msgid "Warn about use of multi-character character constants"
20302 msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
20304 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:240
20305 msgid "Warn about \"extern\" declarations not at file scope"
20308 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:243
20309 msgid "Warn when non-templatized friend functions are declared within a template"
20312 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:246
20313 msgid "Warn about non-virtual destructors"
20316 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:252
20317 msgid "Warn if a C-style cast is used in a program"
20320 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:255
20321 msgid "Warn if an old-style parameter definition is used"
20324 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:258
20325 msgid "Warn about overloaded virtual function names"
20328 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:261
20329 msgid "Warn when the packed attribute has no effect on struct layout"
20332 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:264
20333 msgid "Warn when padding is required to align structure members"
20336 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:267
20337 msgid "Warn about possibly missing parentheses"
20340 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:270
20341 msgid "Warn when converting the type of pointers to member functions"
20344 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:273
20345 msgid "Warn about function pointer arithmetic"
20348 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:276
20349 msgid "Warn if inherited methods are unimplemented"
20352 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:279
20353 msgid "Warn about multiple declarations of the same object"
20356 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:282
20357 msgid "Warn when the compiler reorders code"
20360 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:285
20361 msgid "Warn whenever a function's return type defaults to \"int\" (C), or about inconsistent return types (C++)"
20364 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:288
20365 msgid "Warn if a selector has multiple methods"
20368 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:291
20369 msgid "Warn about possible violations of sequence point rules"
20372 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:294
20373 msgid "Warn when one local variable shadows another"
20376 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:297
20377 msgid "Warn about signed-unsigned comparisons"
20380 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:300
20381 msgid "Warn when overload promotes from unsigned to signed"
20384 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:303
20385 msgid "Warn about code which might break strict aliasing rules"
20388 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:306
20390 msgid "Warn about unprototyped function declarations"
20391 msgstr "áäõíáìßá åéóáãùãÞò óôïé÷åßï ðáñáâïëÞò `%.*s'"
20393 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:309
20394 msgid "Warn about enumerated switches, with no default, missing a case"
20397 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:312
20398 msgid "Warn about enumerated switches missing a \"default:\" statement"
20401 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:315
20402 msgid "Warn about all enumerated switches missing a specific case"
20405 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:318
20406 msgid "Warn when synthesis behavior differs from Cfront"
20409 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:321
20411 msgid "Do not suppress warnings from system headers"
20412 msgstr "Áðïóéþðçóç ðñïçäïðïéÞóåùí êáé ìçíõìÜôùí ðëçñïöüñçóçò"
20414 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:324
20415 msgid "Warn about features not present in traditional C"
20418 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:327
20419 msgid "Warn if trigraphs are encountered that might affect the meaning of the program"
20422 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:333
20424 msgid "Warn if an undefined macro is used in an #if directive"
20425 msgstr "%%%c: êáôåõèõíôÞñéïò ãñáììÞ ìç Ýãêõñç."
20427 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:336
20428 msgid "Warn about uninitialized automatic variables"
20431 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:339
20432 msgid "Warn about unrecognized pragmas"
20435 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:342
20436 msgid "Warn about code that will never be executed"
20439 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:345
20440 msgid "Enable all -Wunused- warnings"
20443 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:348
20444 msgid "Warn when a function is unused"
20447 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:351
20448 msgid "Warn when a label is unused"
20451 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:354
20452 msgid "Warn about macros defined in the main file that are not used"
20455 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:357
20456 msgid "Warn when a function parameter is unused"
20459 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:360
20460 msgid "Warn when an expression value is unused"
20463 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:363
20464 msgid "Warn when a variable is unused"
20467 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:366
20468 msgid "Give strings the type \"array of char\""
20471 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:369
20472 msgid "A synonym for -std=c89. In a future version of GCC it will become synonymous with -std=c99 instead"
20475 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:372
20476 msgid "-aux-info <file>\tEmit declaration information into <file>"
20479 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:384
20480 msgid "-d<letters>\tEnable dumps from specific passes of the compiler"
20483 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:387
20484 msgid "-dumpbase <file>\tSet the file basename to be used for dumps"
20487 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:399
20488 msgid "Enforce class member access control semantics"
20491 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:402
20492 msgid "Align the start of functions"
20495 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:408
20496 msgid "Align labels which are only reached by jumping"
20499 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:414
20500 msgid "Align all labels"
20503 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:420
20504 msgid "Align the start of loops"
20507 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:429
20508 msgid "Change when template instances are emitted"
20511 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:432
20512 msgid "Specify that arguments may alias each other and globals"
20515 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:435
20516 msgid "Assume arguments may alias globals but not each other"
20519 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:438
20520 msgid "Assume arguments alias neither each other nor globals"
20523 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:441
20524 msgid "Recognize the \"asm\" keyword"
20527 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:444
20528 msgid "Generate unwind tables that are exact at each instruction boundary"
20531 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:447
20533 msgid "Generate code to check bounds before indexing arrays"
20534 msgstr "×ñÞóç îå÷ùñéóôÞò ëáíèÜíïõóáò ìíÞìçò ãéá êÜèå ÷ñÞóôç"
20536 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:450
20537 msgid "Replace add, compare, branch with branch on count register"
20540 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:453
20541 msgid "Use profiling information for branch probabilities"
20544 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:456
20545 msgid "Perform branch target load optimization before prologue / epilogue threading"
20548 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:459
20549 msgid "Perform branch target load optimization after prologue / epilogue threading"
20552 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:462
20554 msgid "Recognize built-in functions"
20555 msgstr "áäõíáìßá åêôÝëåóçò ioctl óôï `%s'"
20557 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:468
20558 msgid "-fcall-saved-<register>\tMark <register> as being preserved across functions"
20561 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:471
20562 msgid "-fcall-used-<register>\tMark <register> as being corrupted by function calls"
20565 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:474
20566 msgid "Save registers around function calls"
20569 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:477
20570 msgid "Check the return value of new"
20573 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:480
20574 msgid "Do not put uninitialized globals in the common section"
20577 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:483
20578 msgid "Allow the arguments of the '?' operator to have different types"
20581 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:486
20582 msgid "Reduce the size of object files"
20585 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:489
20586 msgid "Make string literals \"const char[]\" not \"char[]\""
20589 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:492
20590 msgid "-fconst-string-class=<name>\tUse class <name> for constant strings"
20593 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:495
20594 msgid "Perform a register copy-propagation optimization pass"
20597 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:498
20598 msgid "Perform cross-jumping optimization"
20601 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:501
20602 msgid "When running CSE, follow jumps to their targets"
20605 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:504
20606 msgid "When running CSE, follow conditional jumps"
20609 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:507
20610 msgid "Place data items into their own section"
20613 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:510
20615 msgid "Inline member functions by default"
20616 msgstr "Óôç óõíÜñôçóç ìÝëïò `%s':"
20618 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:513
20619 msgid "Defer popping functions args from stack until later"
20622 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:516
20623 msgid "Attempt to fill delay slots of branch instructions"
20626 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:519
20627 msgid "Delete useless null pointer checks"
20630 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:522
20631 msgid "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source location at the beginning of line-wrapped diagnostics"
20634 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:525
20636 msgid "Permit '$' as an identifier character"
20637 msgstr "ëßóôá ìå üëá ôá ãíùóôÜ óýíïëá ÷áñáêôÞñùí"
20639 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:528
20640 msgid "-fdump-<type>\tDump various compiler internals to a file"
20643 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:531
20644 msgid "Suppress output of instruction numbers and line number notes in debugging dumps"
20647 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:537
20648 msgid "Perform DWARF2 duplicate elimination"
20651 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:540
20652 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:543
20653 msgid "Perform unused type elimination in debug info"
20656 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:546
20657 msgid "Generate code to check exception specifications"
20660 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:552
20661 msgid "Enable exception handling"
20664 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:555
20665 msgid "-fexec-charset=<cset>\tConvert all strings and character constants to character set <cset>"
20668 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:558
20669 msgid "Perform a number of minor, expensive optimizations"
20672 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:567
20673 msgid "Assume no NaNs or infinities are generated"
20676 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:570
20677 msgid "-ffixed-<register>\tMark <register> as being unavailable to the compiler"
20680 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:579
20681 msgid "Do not store floats in registers"
20684 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:582
20685 msgid "Scope of for-init-statement variables is local to the loop"
20688 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:585
20689 msgid "Copy memory address constants into registers before use"
20692 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:588
20693 msgid "Copy memory operands into registers before use"
20696 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:591
20697 msgid "Do not assume that standard C libraries and \"main\" exist"
20700 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:594
20701 msgid "Allow function addresses to be held in registers"
20704 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:597
20705 msgid "Place each function into its own section"
20708 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:600
20709 msgid "Perform global common subexpression elimination"
20712 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:603
20713 msgid "Perform redundant load after store elimination in global common subexpression elimination"
20716 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:606
20717 msgid "Perform enhanced load motion during global common subexpression elimination"
20720 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:609
20721 msgid "Perform store motion after global common subexpression elimination"
20724 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:612
20725 msgid "Recognize GNU-defined keywords"
20728 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:615
20729 msgid "Generate code for GNU runtime environment"
20732 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:618
20733 msgid "Enable guessing of branch probabilities"
20736 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:630
20737 msgid "Assume normal C execution environment"
20740 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:633
20741 msgid "Enable support for huge objects"
20744 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:636
20745 msgid "Process #ident directives"
20748 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:639
20749 msgid "Perform conversion of conditional jumps to branchless equivalents"
20752 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:642
20753 msgid "Perform conversion of conditional jumps to conditional execution"
20756 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:645
20757 msgid "Export functions even if they can be inlined"
20760 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:648
20762 msgid "Emit implicit instantiations of inline templates"
20763 msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
20765 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:651
20767 msgid "Emit implicit instantiations of templates"
20768 msgstr "äéðëüò ïñéóìüò óõíüëïõ"
20770 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:654
20771 msgid "Do not generate .size directives"
20774 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:657
20775 msgid "Pay attention to the \"inline\" keyword"
20778 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:660
20779 msgid "Integrate simple functions into their callers"
20782 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:666
20783 msgid "-finline-limit=<number>\tLimit the size of inlined functions to <number>"
20786 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:669
20787 msgid "-finput-charset=<cset> Specify the default character set for source files."
20790 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:672
20791 msgid "Instrument function entry and exit with profiling calls"
20794 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:675
20795 msgid "Generate code for functions even if they are fully inlined"
20798 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:678
20799 msgid "Emit static const variables even if they are not used"
20802 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:684
20803 msgid "Give external symbols a leading underscore"
20806 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:687
20807 msgid "Perform loop optimizations"
20810 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:690
20811 msgid "Set errno after built-in math functions"
20814 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:693
20815 msgid "Report on permanent memory allocation"
20818 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:696
20819 msgid "Attempt to merge identical constants and constant variables"
20822 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:699
20823 msgid "Attempt to merge identical constants across compilation units"
20826 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:702
20827 msgid "-fmessage-length=<number>\tLimit diagnostics to <number> characters per line. 0 suppresses line-wrapping"
20830 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:705
20831 msgid "Force all loop invariant computations out of loops"
20834 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:708
20835 msgid "Don't warn about uses of Microsoft extensions"
20838 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:717
20840 msgid "Use graph-coloring register allocation"
20841 msgstr "Áðïôõ÷ßá äÝóìåõóçò ðüñùí óõóôÞìáôïò"
20843 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:720
20844 msgid "Generate code for NeXT (Apple Mac OS X) runtime environment"
20847 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:723
20848 msgid "Assume that receivers of Objective-C messages may be nil"
20851 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:726
20852 msgid "Support synchronous non-call exceptions"
20855 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:735
20856 msgid "Enable Objective-C exception and synchronization syntax"
20859 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:738
20860 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:978
20861 msgid "Perform loop unrolling for all loops"
20864 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:741
20865 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:981
20866 msgid "Perform loop unrolling when iteration count is known"
20869 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:744
20870 msgid "When possible do not generate stack frames"
20873 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:747
20874 msgid "Recognize C++ kewords like \"compl\" and \"xor\""
20877 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:750
20878 msgid "Do the full register move optimization pass"
20881 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:753
20882 msgid "Optimize sibling and tail recursive calls"
20885 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:756
20887 msgid "Enable optional diagnostics"
20888 msgstr "ÁêáôÜëëçëç åíôïëÞ"
20890 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:759
20891 msgid "Pack structure members together without holes"
20894 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:762
20895 msgid "Return small aggregates in memory, not registers"
20898 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:768
20899 msgid "Perform loop peeling"
20902 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:771
20903 msgid "Enable machine specific peephole optimizations"
20906 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:774
20907 msgid "Enable an RTL peephole pass before sched2"
20910 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:777
20911 msgid "Downgrade conformance errors to warnings"
20914 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:780
20915 msgid "Generate position-independent code if possible"
20918 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:783
20919 msgid "Generate position-independent code for executables if possible"
20922 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:786
20923 msgid "Generate prefetch instructions, if available, for arrays in loops"
20926 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:789
20927 msgid "Treat the input file as already preprocessed"
20930 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:792
20931 msgid "Enable basic program profiling code"
20934 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:795
20935 msgid "Insert arc-based program profiling code"
20938 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:798
20939 msgid "Enable common options for generating profile info for profile feedback directed optimizations"
20942 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:801
20943 msgid "Enable common options for performing profile feedback directed optimizations"
20946 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:804
20947 msgid "Insert code to profile values of expressions"
20950 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:810
20951 msgid "-frandom-seed=<string>\tMake compile reproducible using <string>"
20954 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:813
20955 msgid "Strength reduce all loop general induction variables"
20958 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:816
20959 msgid "Return small aggregates in registers"
20962 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:819
20963 msgid "Enables a register move optimization"
20966 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:822
20967 msgid "Perform a register renaming optimization pass"
20970 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:825
20971 msgid "Reorder basic blocks to improve code placement"
20974 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:828
20975 msgid "Reorder functions to improve code placement"
20978 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:831
20979 msgid "Used in Fix-and-Continue mode to indicate that object files may be swapped in at runtime"
20982 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:834
20983 msgid "Enable automatic template instantiation"
20986 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:837
20987 msgid "Add a common subexpression elimination pass after loop optimizations"
20990 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:840
20991 msgid "Run the loop optimizer twice"
20994 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:843
20995 msgid "Disable optimizations that assume default FP rounding behavior"
20998 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:846
20999 msgid "Generate run time type descriptor information"
21002 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:849
21003 msgid "Enable scheduling across basic blocks"
21006 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:852
21007 msgid "Allow speculative motion of non-loads"
21010 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:855
21011 msgid "Allow speculative motion of some loads"
21014 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:858
21015 msgid "Allow speculative motion of more loads"
21018 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:861
21019 msgid "Allow premature scheduling of queued insns"
21022 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:864
21023 msgid "Set dependence distance checking in premature scheduling of queued insns"
21026 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:867
21027 msgid "-fsched-stalled-insns-dep=<number> Set dependence distance checking in premature scheduling of queued insns"
21030 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:870
21031 msgid "-fsched-stalled-insns=<number> Set number of queued insns that can be prematurely scheduled"
21034 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:873
21035 msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler"
21038 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:876
21039 msgid "If scheduling post reload, do superblock scheduling"
21042 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:879
21043 msgid "If scheduling post reload, do trace scheduling"
21046 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:882
21047 msgid "Reschedule instructions before register allocation"
21050 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:885
21051 msgid "Reschedule instructions after register allocation"
21054 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:888
21055 msgid "Mark data as shared rather than private"
21058 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:891
21059 msgid "Use the same size for double as for float"
21062 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:894
21063 msgid "Use the narrowest integer type possible for enumeration types"
21066 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:897
21067 msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\""
21070 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:903
21071 msgid "Disable optimizations observable by IEEE signaling NaNs"
21074 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:906
21075 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed"
21078 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:909
21079 msgid "Make \"char\" signed by default"
21082 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:912
21083 msgid "Convert floating point constants to single precision constants"
21086 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:918
21087 msgid "Insert stack checking code into the program"
21090 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:924
21091 msgid "-fstack-limit-register=<register>\tTrap if the stack goes past <register>"
21094 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:927
21095 msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>"
21098 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:930
21099 msgid "Display statistics accumulated during compilation"
21102 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:933
21103 msgid "Perform strength reduction optimizations"
21106 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:936
21107 msgid "Assume strict aliasing rules apply"
21110 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:942
21111 msgid "Check for syntax errors, then stop"
21114 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:945
21115 msgid "-ftabstop=<number>\tDistance between tab stops for column reporting"
21118 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:948
21119 msgid "-ftemplate-depth-<number>\tSpecify maximum template instantiation depth"
21122 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:951
21123 msgid "Create data files needed by \"gcov\""
21126 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:957
21127 msgid "Perform jump threading optimizations"
21130 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:960
21131 msgid "Report the time taken by each compiler pass"
21134 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:963
21135 msgid "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the default thread-local storage code generation model"
21138 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:966
21139 msgid "Perform superblock formation via tail duplication"
21142 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:969
21144 msgid "Assume floating-point operations can trap"
21145 msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
21147 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:972
21148 msgid "Trap for signed overflow in addition, subtraction and multiplication"
21151 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:975
21152 msgid "Compile whole compilation unit at a time"
21155 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:984
21156 msgid "Allow math optimizations that may violate IEEE or ISO standards"
21159 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:987
21160 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned"
21163 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:990
21164 msgid "Make \"char\" unsigned by default"
21167 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:993
21168 msgid "Perform loop unswitching"
21171 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:996
21172 msgid "Just generate unwind tables for exception handling"
21175 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:999
21176 msgid "Use __cxa_atexit to register destructors"
21179 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1002
21180 msgid "Add extra commentary to assembler output"
21183 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1005
21185 msgid "Use expression value profiles in optimizations"
21186 msgstr "ËÜèïò Ýêöñáóç óôçí áðïôßìçóç: %s"
21188 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1008
21189 msgid "Discard unused virtual functions"
21192 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1011
21193 msgid "Implement vtables using thunks"
21196 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1014
21197 msgid "Emit common-like symbols as weak symbols"
21200 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1017
21201 msgid "Construct webs and split unrelated uses of single variable"
21204 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1020
21205 msgid "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants to character set <cset>"
21208 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1023
21209 msgid "Generate a #line directive pointing at the current working directory"
21212 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1026
21213 msgid "Assume signed arithmetic overflow wraps around"
21216 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1029
21217 msgid "Store strings in writable data section"
21220 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1032
21222 msgid "Emit cross referencing information"
21223 msgstr "åìöÜíéóç ðëçñïöïñéþí ðñïüäïõ"
21225 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1035
21226 msgid "Put zero initialized data in the bss section"
21229 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1038
21230 msgid "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode"
21233 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1041
21234 msgid "Generate debug information in default format"
21237 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1044
21238 msgid "Generate debug information in COFF format"
21241 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1047
21242 msgid "Generate debug information in DWARF v2 format"
21245 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1050
21246 msgid "Dump declarations to a .decl file"
21249 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1053
21250 msgid "Generate debug information in default extended format"
21253 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1056
21254 msgid "Generate debug information in STABS format"
21257 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1059
21258 msgid "Generate debug information in extended STABS format"
21261 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1062
21262 msgid "Generate debug information in VMS format"
21265 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1065
21266 msgid "Generate debug information in XCOFF format"
21269 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1068
21270 msgid "Generate debug information in extended XCOFF format"
21273 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1071
21274 msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path"
21277 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1074
21278 msgid "-imacros <file>\tAccept definition of macros in <file>"
21281 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1077
21282 msgid "-include <file>\tInclude the contents of <file> before other files"
21285 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1080
21286 msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options"
21289 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1083
21290 msgid "-isysroot <dir>\tSet <dir> to be the system root directory"
21293 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1086
21294 msgid "-isystem <dir>\tAdd <dir> to the start of the system include path"
21297 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1089
21298 msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path"
21301 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1092
21302 msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path"
21305 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1104
21306 msgid "Do not search standard system include directories (those specified with -isystem will still be used)"
21309 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1107
21310 msgid "Do not search standard system include directories for C++"
21313 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1110
21315 msgid "-o <file>\tPlace output into <file>"
21316 msgstr " -o <áñ÷åßï> ÔïðïèÝôçóç ôçò åîüäïõ óôï <áñ÷åßï>\n"
21318 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1113
21320 msgid "Enable function profiling"
21321 msgstr "áäýíáôç ç öüñôùóç äåäïìÝíùí ðñïößë"
21323 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1116
21324 msgid "Issue warnings needed for strict compliance to the standard"
21327 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1119
21328 msgid "Like -pedantic but issue them as errors"
21331 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1122
21332 msgid "Generate C header of platform-specific features"
21335 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1125
21336 msgid "Do not display functions compiled or elapsed time"
21339 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1128
21341 msgid "Remap file names when including files"
21342 msgstr "Ìç ïñéóìÝíï üíïìá %s"
21344 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1131
21345 msgid "Conform to the ISO 1998 C++ standard"
21348 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1134
21349 msgid "Conform to the ISO 1990 C standard"
21352 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1137
21353 msgid "Conform to the ISO 1999 C standard"
21356 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1140
21357 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1161
21358 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1164
21359 msgid "Deprecated in favor of -std=c99"
21362 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1143
21363 msgid "Conform to the ISO 1998 C++ standard with GNU extensions"
21366 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1146
21367 msgid "Conform to the ISO 1990 C standard with GNU extensions"
21370 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1149
21371 msgid "Conform to the ISO 1999 C standard with GNU extensions"
21374 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1152
21375 msgid "Deprecated in favor of -std=gnu99"
21378 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1155
21379 msgid "Deprecated in favor of -std=c89"
21382 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1158
21383 msgid "Conform to the ISO 1990 C standard as amended in 1994"
21386 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1167
21387 msgid "Enable traditional preprocessing"
21390 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1170
21391 msgid "-trigraphs\tSupport ISO C trigraphs"
21394 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1173
21395 msgid "Do not predefine system-specific and GCC-specific macros"
21398 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1176
21399 msgid "Enable verbose output"
21402 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1179
21403 msgid "Display the compiler's version"
21406 #: /home/mitchell/dev/gcc-3.4/objdir/gcc/options.c:1182
21408 msgid "Suppress warnings"
21409 msgstr "%s: ðñïåéäïðïßçóç: "
21411 #: config/i386/freebsd-aout.h:215 config/rs6000/sysv4.h:1094
21412 msgid "`-p' not supported; use `-pg' and gprof(1)"
21415 #: f/lang-specs.h:38
21417 msgid "GCC does not support -C without using -E"
21418 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
21420 #: f/lang-specs.h:39
21422 msgid "GCC does not support -CC without using -E"
21423 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
21425 #: config/sparc/linux64.h:208 config/sparc/linux64.h:219
21426 #: config/sparc/netbsd-elf.h:140 config/sparc/netbsd-elf.h:159
21427 #: config/sparc/sol2-bi.h:195 config/sparc/sol2-bi.h:205
21429 msgid "may not use both -m32 and -m64"
21430 msgstr "äåí åßíáé äõíáôü íá ðáñáëçöèåß ï ÷ñÞóôçò êáé ç ïìÜäá"
21432 #: config/i386/mingw32.h:58 config/i386/cygwin.h:70
21433 msgid "shared and mdll are not compatible"
21436 #: config/darwin.h:215
21437 msgid "-current_version only allowed with -dynamiclib"
21440 #: config/darwin.h:218
21441 msgid "-install_name only allowed with -dynamiclib"
21444 #: config/darwin.h:223
21445 msgid "-bundle not allowed with -dynamiclib"
21448 #: config/darwin.h:224
21449 msgid "-bundle_loader not allowed with -dynamiclib"
21452 #: config/darwin.h:225
21453 msgid "-client_name not allowed with -dynamiclib"
21456 #: config/darwin.h:228
21457 msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
21460 #: config/darwin.h:229
21461 msgid "-force_flat_namespace not allowed with -dynamiclib"
21464 #: config/darwin.h:231
21465 msgid "-keep_private_externs not allowed with -dynamiclib"
21468 #: config/darwin.h:232
21469 msgid "-private_bundle not allowed with -dynamiclib"
21472 #: config/vax/netbsd-elf.h:42
21473 msgid "The -shared option is not currently supported for VAX ELF."
21476 #: config/vax/vax.h:50 config/vax/vax.h:51
21478 msgid "profiling not supported with -mg\n"
21479 msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
21481 #: config/arc/arc.h:63 config/mips/mips.h:1143
21482 msgid "may not use both -EB and -EL"
21485 #: config/mips/mips.h:988
21486 msgid "-pipe is not supported"
21487 msgstr "ôï -pipe äåí õðïóôçñßæåôáé"
21489 #: java/jvspec.c:80 ada/lang-specs.h:34 gcc.c:767
21490 msgid "-pg and -fomit-frame-pointer are incompatible"
21493 #: java/lang-specs.h:34
21494 msgid "-fjni and -femit-class-files are incompatible"
21497 #: java/lang-specs.h:35
21498 msgid "-fjni and -femit-class-file are incompatible"
21501 #: java/lang-specs.h:36 java/lang-specs.h:37
21502 msgid "-femit-class-file should used along with -fsyntax-only"
21505 #: treelang/lang-specs.h:52
21506 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
21509 #: config/sparc/sol2-bi.h:167 config/sparc/sol2-bi.h:172
21510 #: config/sparc/sol2-gld-bi.h:17 config/sparc/sol2-gld-bi.h:22
21512 msgid "does not support multilib"
21513 msgstr "áñ÷åßá fifo äåí õðïóôçñßæïíôáé"
21515 #: config/i386/sco5.h:191
21517 msgid "-pg not supported on this platform"
21518 msgstr "ðñïåéäïðïßçóç: ôï --pid=PID äåí õðïóôçñßæåôáé óå áõôü ôï óýóôçìá"
21520 #: config/i386/sco5.h:192
21522 msgid "-p and -pp specified - pick one"
21523 msgstr "ìç ïñéóìÝíï"
21525 #: config/i386/sco5.h:266
21527 msgid "-G and -static are mutually exclusive"
21528 msgstr "\"Æþíç %s\" ãñáììÞ êáé åðéëïãÞ -l åßíáé áìïéâáßùò áðïêëåéüìåíá"
21530 #: config/arm/arm.h:198
21532 msgid "-mapcs-26 and -mapcs-32 may not be used together"
21534 "Ïé åðéëïãÝò ãéá íá åêôõðùèåß êáé íá ïñéóôåß ç þñá äåí ìðïñïýí íá\n"
21535 "÷ñçóéìïðïéçèïýí ðáñÜëëçëá."
21537 #: config/arm/arm.h:200
21539 msgid "-msoft-float and -mhard_float may not be used together"
21541 "Ïé åðéëïãÝò ãéá íá åêôõðùèåß êáé íá ïñéóôåß ç þñá äåí ìðïñïýí íá\n"
21542 "÷ñçóéìïðïéçèïýí ðáñÜëëçëá."
21544 #: config/arm/arm.h:202
21546 msgid "-mbig-endian and -mlittle-endian may not be used together"
21548 "Ïé åðéëïãÝò ãéá íá åêôõðùèåß êáé íá ïñéóôåß ç þñá äåí ìðïñïýí íá\n"
21549 "÷ñçóéìïðïéçèïýí ðáñÜëëçëá."
21551 #: config/mcore/mcore.h:65
21552 msgid "the m210 does not have little endian support"
21555 #: ada/lang-specs.h:36
21556 msgid "one of -c, -S, -gnatc, -gnatz, or -gnats is required for Ada"
21559 #: config/mips/r3900.h:35
21561 msgid "-mhard-float not supported"
21562 msgstr "Ôï ðñùôüêïëëï äåí õðïóôçñßæåôáé"
21564 #: config/mips/r3900.h:37
21565 msgid "-msingle-float and -msoft-float can not both be specified"
21568 #: config/rs6000/darwin.h:98
21569 msgid " conflicting code gen style switches are used"
21573 msgid "GCC does not support -C or -CC without -E"
21577 msgid "-E required when input is from standard input"
21580 #: config/i386/cygwin.h:29
21581 msgid "mno-cygwin and mno-win32 are not compatible"
21585 #~ msgid "unknown C standard `%s'"
21586 #~ msgstr "Üãíùóôï óåô `%s'"
21589 #~ msgid "a parameter"
21590 #~ msgstr "êáêü üñéóìá"
21593 #~ msgid "array size missing in `%s'"
21594 #~ msgstr "óöÜëìá êáôÜ ôï êëåßóéìï ôçò åéóüäïõ `%s'"
21597 #~ msgid "duplicate member `%s'"
21598 #~ msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
21601 #~ msgid "null format string"
21602 #~ msgstr "Ç áëõóßäá ìïñöÞò äåí åßíáé Ýãêõñç: `%s'"
21605 #~ msgid "'lul' is not a valid integer suffix"
21606 #~ msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
21609 #~ msgid "decimal constant is so large that it is unsigned"
21610 #~ msgstr "%s: ôï %s åßíáé ôüóï ìåãÜëï ðïõ äå ìðïñåß íá áíáðáñáóôáèåß"
21613 #~ msgid "integer constant is larger than the maximum value for its type"
21615 #~ "ï äçëùìÝíïò áñéèìüò bytes `%s' åßíáé ìåãáëýôåñïò áðü ôï ìÝãéóôï\n"
21616 #~ "ðïõ ìðïñåß íá áíáðáñáóôáèåß áðü ôï ôýðï äåäïìÝíùí `long'"
21619 #~ msgid "ignoring invalid multibyte character"
21620 #~ msgstr "Ìç Ýãêõñï Þ áóõìðëÞñùôï multibyte Þ ðëáôýò ÷áñáêôÞñáò"
21622 #~ msgid "execvp %s"
21623 #~ msgstr "execvp %s"
21625 # src/getopt1.c:132
21626 # src/getopt1.c:132
21628 #~ msgstr "open %s"
21631 #~ msgid "section pointer missing"
21632 #~ msgstr "ïñéóìüò äéêáéùìÜôùí óôï %s"
21635 #~ msgid "no symbol table found"
21636 #~ msgstr "äåí äþèçêå óõìâïëéêü üíïìá"
21640 #~ "writing load commands.\n"
21642 #~ msgstr "¸÷åé ðáñáëçöèåß åíôïëÞ"
21644 #~ msgid "close %s"
21645 #~ msgstr "close %s"
21648 #~ msgid "bad magic number"
21649 #~ msgstr "ÅóöáëìÝíïò áñéèìüò áñ÷åßïõ"
21651 #~ msgid "bad header version"
21652 #~ msgstr "åóöáëìÝíç Ýêäïóç êåöáëßäáò"
21655 #~ msgid "old raw header file"
21656 #~ msgstr "Äåí åßíáé åðþíõìï áñ÷åßï"
21659 #~ msgid "fstat %s"
21660 #~ msgstr "fstat %s"
21662 #~ msgid "lseek %s 0"
21663 #~ msgstr "lseek %s 0"
21666 #~ msgstr "read %s"
21668 #~ msgid "msync %s"
21669 #~ msgstr "msync %s"
21671 #~ msgid "munmap %s"
21672 #~ msgstr "munmap %s"
21674 #~ msgid "write %s"
21675 #~ msgstr "write %s"
21678 #~ msgid "integer constant out of range"
21679 #~ msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
21682 #~ msgid "invalid character '%c' in #if"
21683 #~ msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
21686 #~ msgid "invalid character '\\%03o' in #if"
21687 #~ msgstr "ìç Ýãêõñïò ÷áñáêôÞñáò `%c' óôï ôýðï áëöáñéèìçôéêïý `%s'"
21690 #~ msgid "missing binary operator"
21691 #~ msgstr "Áãíùóôïò äõáäéêüò ÷åéñéóôÞò."
21694 #~ msgid "%s: Not a directory"
21695 #~ msgstr "Äåí åßíáé êáôÜëïãïò"
21698 #~ msgid "changing search order for system directory \"%s\""
21699 #~ msgstr "áäõíáìßá áëëáãÞò óôï êáôÜëïãï \"%s\""
21702 #~ msgid "I/O error on output"
21703 #~ msgstr "ÓöÜëìá åéóüäïõ/åîüäïõ"
21706 #~ msgid "argument missing after %s"
21707 #~ msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
21710 #~ msgid "number missing after %s"
21711 #~ msgstr "ïñéóìüò äéêáéùìÜôùí óôï %s"
21714 #~ msgid "backslash-newline at end of file"
21715 #~ msgstr "ìç Ýãêõñç äéáöõãÞ ìå ðéóùêÜèåôï óôï ôÝëïò ôïõ áëöáñéèìçôéêïý"
21718 #~ msgid "possible start of unterminated string literal"
21719 #~ msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
21721 #~ msgid "multi-line string literals are deprecated"
21722 #~ msgstr "äå óõíßóôáôáé ðéá ç ÷ñÞóç áëöáñéèìçôéêþí óôáèåñþí ðïëëáðëþí ãñáììþí"
21725 #~ msgid "no newline at end of file"
21726 #~ msgstr "%s: ðñüùñï ôÝëïò áñ÷åßïõ"
21729 #~ msgid "unterminated #%s"
21730 #~ msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
21733 #~ msgid "\"%s\" redefined"
21734 #~ msgstr "áüñéóôï"
21737 #~ msgid "this is the location of the previous definition"
21738 #~ msgstr "áõôÞ åßíáé ç èÝóç ôïõ ðñþôïõ ïñéóìïý"
21740 #~ msgid "invalid option %s"
21741 #~ msgstr "ìç Ýãêõñç åðéëïãÞ %s"
21743 #~ msgid "%s:%d: warning: "
21744 #~ msgstr "%s:%d: ðñïåéäïðïßçóç: "
21747 #~ msgid "can't get current directory"
21748 #~ msgstr "Äåí åßíáé äõíáôüí íá ëçöèåß ï ôñÝ÷ùí êáôÜëïãïò."
21750 #~ msgid "Copyright (C) 2002 Free Software Foundation, Inc.\n"
21751 #~ msgstr "ÐíåõìáôéêÜ Äéêáéþìáôá (C) 2002 Free Software Foundation, Inc.\n"
21754 #~ msgid "argument to `-b' is missing"
21755 #~ msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
21758 #~ msgid "argument to `-V' is missing"
21759 #~ msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
21762 #~ msgid "invalid version number format"
21763 #~ msgstr "ìç Ýãêõñç äéáìüñöùóç óõíôüìåõóçò"
21765 #~ msgid "Copyright (C) 2001 Free Software Foundation, Inc.\n"
21766 #~ msgstr "ÐíåõìáôéêÜ Äéêáéþìáôá (C) 2001 Free Software Foundation, Inc.\n"
21769 #~ msgid "Could not open basic block file %s.\n"
21770 #~ msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
21773 #~ msgid "Could not open program flow graph file %s.\n"
21774 #~ msgstr "Áäýíáôç ç äçìéïõñãßá áñ÷åßïõ êáôáãñáöþí \"%s\""
21777 #~ msgid "No executable code associated with file %s.\n"
21778 #~ msgstr "ÊáìéÜ äéåýèõíóç äåí óõíäÝåôáé ìå ôï üíïìá"
21781 #~ msgid "didn't use all bb entries of graph, function %s\n"
21782 #~ msgstr "äéáãñáöÞ üëùí ôùí åããñáöþí ôïõ êáôáëüãïõ %s\n"
21785 #~ msgid "Could not open source file %s.\n"
21786 #~ msgstr "Äåí ìðüñåóá íá áíïßîù ôï áñ÷åßï %s"
21788 #~ msgid "Creating %s.\n"
21789 #~ msgstr "Äçìéïõñãßá ôïõ %s.\n"
21792 #~ msgid "conversion from NaN to int"
21793 #~ msgstr "ç ìåôáôñïðÞ áðü `%s' óå `%s' äåí õðïóôçñßæåôå"
21796 #~ msgid "floating point overflow"
21797 #~ msgstr "Åîáßñåóç êéíçôÞò õðïäéáóôïëÞò"
21800 #~ msgid "%s: argument domain error"
21801 #~ msgstr "%s: óöÜëìá áíÜãíùóçò"
21804 #~ msgid "%s: underflow range error"
21805 #~ msgstr "%s: óöÜëìá åããñáöÞò"
21808 #~ msgid "internal error: %s"
21809 #~ msgstr "óöÜëìá óôçí áíÜãíùóç åéóüäïõ: %s"
21812 #~ msgid "unrecognized option `%s'"
21813 #~ msgstr "ìç áíáãíùñßóçìç åðéëïãÞ `-%c'"
21816 #~ msgid "`%s': unknown or unsupported -g option"
21817 #~ msgstr "%s: Üãíùóôï/ìç õðïóôçñéæüìåíï åßäïò áñ÷åßïõ.\n"
21820 #~ msgid "invalid --param option: %s"
21821 #~ msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
21824 #~ msgid "invalid character constant in #if"
21825 #~ msgstr "ìç Ýãêõñïò óôáèåñüò ÷áñáêôÞñáò óôï áëöáñéèìéôéêü"
21828 #~ msgid "invalid token in expression"
21829 #~ msgstr "Ìç Ýãêõñç êáíïíéêÞ Ýêöñáóç"
21832 #~ msgid "octal character constant does not fit in a byte"
21833 #~ msgstr "ìç Ýãêõñïò óôáèåñüò ÷áñáêôÞñáò óôï áëöáñéèìéôéêü"
21836 #~ msgid "Junk after end of expression."
21837 #~ msgstr "Ðñüùñï ôÝëïò ôçò êáíïíéêÞò Ýêöñáóçò"
21840 #~ msgid "-traditional is not supported in C++"
21841 #~ msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
21844 #~ msgid "-traditional and -ansi are mutually exclusive"
21845 #~ msgstr "ïé åðéëïãÝò --string êáé --check åßíáé áìïéâáßùò áðïêëåéüìåíåò"
21848 #~ msgid "-trigraphs and -traditional are mutually exclusive"
21849 #~ msgstr "ïé åðéëïãÝò --string êáé --check åßíáé áìïéâáßùò áðïêëåéüìåíåò"
21852 #~ msgid "unterminated #%s conditional"
21853 #~ msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
21856 #~ msgid "not in any file?!"
21857 #~ msgstr "Äåí åßíáé åðþíõìï áñ÷åßï"
21860 #~ msgid "invalid macro name"
21861 #~ msgstr "ìç Ýãêõñï üíïìá ìÞíá"
21864 #~ msgid "invalid macro name `%s'"
21865 #~ msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
21868 #~ msgid "unterminated parameter list in #define"
21869 #~ msgstr "ìç ôåñìáôéæüìåíï üíïìá âÜñïõò"
21872 #~ msgid "invalid format #line command"
21873 #~ msgstr "Ç áëõóßäá ìïñöÞò äåí åßíáé Ýãêõñç: `%s'"
21876 #~ msgid "undefining `defined'"
21877 #~ msgstr "áüñéóôï"
21880 #~ msgid "undefining `%s'"
21881 #~ msgstr "¶íïéãìá ôïõ `%s'"
21884 #~ msgid "#warning%.*s"
21885 #~ msgstr "ðñïåéäïðïßçóç: "
21887 # src/dfa.c:652 src/dfa.c:655 src/dfa.c:682 src/dfa.c:686 src/dfa.c:687
21888 # src/dfa.c:690 src/dfa.c:703 src/dfa.c:704
21889 # src/dfa.c:660 src/dfa.c:663 src/dfa.c:690 src/dfa.c:694 src/dfa.c:695
21890 # src/dfa.c:698 src/dfa.c:711 src/dfa.c:712
21892 #~ msgid "unbalanced #endif"
21893 #~ msgstr "Ìç éóóïñïðçìÝíï ["
21896 #~ msgid "unterminated string or character constant"
21897 #~ msgstr "ìç ôåñìáôéæìÝíï áëöáñéèìçôéêü óôáèåñÜò"
21900 #~ msgid "arguments given to macro `%s'"
21901 #~ msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
21904 #~ msgid "no args to macro `%s'"
21905 #~ msgstr "Üãíùóôïò ÷áñáêôÞñáò `%s'"
21908 #~ msgid "invalid %%Q value"
21909 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21912 #~ msgid "invalid %%V value"
21913 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21916 #~ msgid "Don't do symbol renaming"
21917 #~ msgstr "äåí äþèçêå óõìâïëéêü üíïìá"
21920 #~ msgid "inline float constants not supported on this host"
21921 #~ msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
21924 #~ msgid "Retain legend information"
21925 #~ msgstr "åìöÜíéóç ðëçñïöïñéþí ðñïüäïõ"
21927 # lib/argmatch.c:188
21929 #~ msgid "argument is a structure"
21930 #~ msgstr "¸ãêõñá ïñßóìáôá åßíáé:"
21933 #~ msgid "invalid %%o value"
21934 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21937 #~ msgid "invalid %%s/S value"
21938 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21941 #~ msgid "invalid %%B value"
21942 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21945 #~ msgid "invalid option `-mshort-data-%s'"
21946 #~ msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
21949 #~ msgid "-mips%d not supported"
21950 #~ msgstr "Ôï ai_family äåí õðïóôçñßæåôáé"
21953 #~ msgid "-mabi=%s does not support -mips%d"
21954 #~ msgstr "Ôï ai_socktype äåí õðïóôçñßæåôáé"
21957 #~ msgid "invalid option `entry%s'"
21958 #~ msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
21961 #~ msgid "invalid %%z value"
21962 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21965 #~ msgid "invalid %%Z value"
21966 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21969 #~ msgid "invalid %%j value"
21970 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21973 #~ msgid "-fdata-sections not supported on AIX"
21974 #~ msgstr "Ç ëåéôïõñãßá äåí õðïóôçñßæåôáé"
21976 #~ msgid "64 bit mode"
21977 #~ msgstr "êáôÜóôáóç 64 bit"
21979 #~ msgid "31 bit mode"
21980 #~ msgstr "êáôÜóôáóç 31 bit"
21983 #~ msgid "Use the Xtensa boolean register option"
21984 #~ msgstr "ìç ôåñìáôéæüìåíï üíïìá âÜñïõò"
21987 #~ msgid "duplicate enum value `%D'"
21988 #~ msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
21991 #~ msgid "duplicate nested type `%D'"
21992 #~ msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
21995 #~ msgid "invalid declarator"
21996 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
21999 #~ msgid "`%D' as declarator"
22000 #~ msgstr "ôï `%s' åßíáé êáôÜëïãïò"
22003 #~ msgid "invalid type: `void &'"
22004 #~ msgstr "Ìç Ýãêõñç çìåñïìçíßá `%s'"
22010 #~ msgid "`%D' is not a namespace"
22011 #~ msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
22014 #~ msgid "`%T' does not have a class or union named `%D'"
22015 #~ msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
22018 #~ msgid "`%T' is not a class or union type"
22019 #~ msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
22022 #~ msgid "`%s' not supported by %s"
22023 #~ msgstr "Äåí õðïóôçñßæåôáé"
22026 #~ msgid "%s: In instantiation of `%s':\n"
22027 #~ msgstr "%s: Ìç Ýãêõñç ñýèìéóç `%s'.\n"
22030 #~ msgid "invalid use of member `%D'"
22031 #~ msgstr "ìç Ýãêõñïò áñéèìüò ðåäßïõ: `%s'"
22034 #~ msgid "type name expected before `&'"
22035 #~ msgstr "ÅããñáöÞ ïíïìÜôùí ôùí åðéëåãìÝíùí êáôçãïñéþí"
22038 #~ msgid "`%T' is not a valid expression"
22039 #~ msgstr "%s' äåí åßíáé éó÷ýùí èåôéêüò áêÝñáéïò."
22044 #~ msgid "sigof type specifier"
22045 #~ msgstr "Äåí ïñßóôçêå óõíôáêôéêü"
22048 #~ msgid "`%T' is not a class or namespace"
22049 #~ msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
22052 #~ msgid "no type `%D' in `%T'"
22053 #~ msgstr "Ìç Ýãêõñç åðéëïãÞ `%s'"
22056 #~ msgid "parse error in method specification"
22057 #~ msgstr "óõíôáêôéêü óöÜëìá óôïí êáèïñéóìü óåéñÜò"
22060 #~ msgid "invalid type `%T' for default argument to `%T'"
22061 #~ msgstr "Ìç Ýãêõñç áêÝñáéá ðáñÜìåôñïò `%s'"
22063 #~ msgid "%s before `%c'"
22064 #~ msgstr "%s ðñéí áðü `%c'"
22066 #~ msgid "%s before `\\%o'"
22067 #~ msgstr "%s ðñéí áðü `\\%o'"
22070 #~ msgid "%s before `%s' token"
22071 #~ msgstr "%s (ãéá êáíïíéêÞ Ýêöñáóç `%s')"
22074 #~ msgid "invalid use of type decl `%#D' as expression"
22075 #~ msgstr "Ìç Ýãêõñç ðñïðïñåõüìåíç êáíïíéêÞ Ýêöñáóç"
22078 #~ msgid "invalid use of undefined type `%#T'"
22079 #~ msgstr "ìç Ýãêõñïò áñéèìüò áðü êåíÝò ãñáììÝò: `%s'"
22082 #~ msgid "declaration of `%#T'"
22083 #~ msgstr "äçìéïõñãßá áñ÷åßïõ `%s'\n"
22086 #~ msgid "invalid use of `%T'"
22087 #~ msgstr "Ìç Ýãêõñç çìåñïìçíßá `%s'."
22090 #~ msgid "ignoring pragma: %s"
22091 #~ msgstr "áãíïïýíôáé üëá ôá ïñßóìáôá"
22094 #~ msgid "Set the maximum line length"
22095 #~ msgstr "åëÜ÷éóôï ìÝãåèïò áëöáñéèìçôéêïý"
22098 #~ msgid "internal error - use of undefined type"
22099 #~ msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
22102 #~ msgid "Warn if modifiers are specified when not necessary"
22103 #~ msgstr "äå ìðïñïýí íá äçëþíïíôáé áñ÷åßá üôáí ãßíåôáé ÷ñÞóç ôïõ --string"
22106 #~ msgid "multiple declarations for method `%s'"
22107 #~ msgstr "ðïëëáðëüò áñéèìüò åðéëïãþí ôçí åíôïëÞ `s'"
22109 # src/install.c:562
22111 #~ msgid "cannot find method"
22112 #~ msgstr "áäõíáìßá äéêñÜíùóçò"
22115 #~ msgid "duplicate definition of class method `%s'"
22116 #~ msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
22119 #~ msgid "duplicate definition of instance method `%s'"
22120 #~ msgstr "áäõíáìßá áíïßãìáôïò áñ÷åßïõ ïñéóìïý locale `%s'"
22123 #~ msgid "duplicate declaration of instance method `%s'"
22124 #~ msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
22127 #~ msgid "-p option not supported: use -pg instead"
22128 #~ msgstr "ôï -C äåí óõíßóôáôáé ðéá, ÷ñçóéìïðïéÞóôå -Z"
22131 #~ msgid "options -mabi=mmixware and -mabi=gnu are mutually exclusive"
22132 #~ msgstr "\"Æþíç %s\" ãñáììÞ êáé åðéëïãÞ -l åßíáé áìïéâáßùò áðïêëåéüìåíá"
22135 #~ msgid "__builtin_trap not supported by this target"
22136 #~ msgstr "óõìâïëéêïß óýíäåóìïé äåí õðïóôçñßæïíôáé óôï óýóôçìá áõôü"
22139 #~ msgid "invalid %H value"
22140 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
22143 #~ msgid "invalid %h value"
22144 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
22147 #~ msgid "invalid %Q value"
22148 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
22151 #~ msgid "invalid %q value"
22152 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
22155 #~ msgid "invalid %p value"
22156 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
22159 #~ msgid "invalid %B value"
22160 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
22163 #~ msgid "invalid %C value"
22164 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
22167 #~ msgid "invalid %E value"
22168 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
22171 #~ msgid "invalid %r value"
22172 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
22175 #~ msgid "bad string length in %s"
22176 #~ msgstr "åëÜ÷éóôï ìÝãåèïò áëöáñéèìçôéêïý"
22179 #~ msgid "mode mismatch in %s expression"
22180 #~ msgstr "ÓöÜëìá óôï ôáßñéáóìá óôçí êáíïíéêÞ Ýêöñáóç `%s'"
22182 # src/main.c:697 src/main.c:751
22184 #~ msgid "no label named `%s'"
22185 #~ msgstr "¶ãíùóôç ãëþóóá `%s'"
22188 #~ msgid "this is the first ELSE label"
22189 #~ msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
22192 #~ msgid "duplicate CASE value"
22193 #~ msgstr "äéðëü êëåéäß"
22196 #~ msgid "this is the first entry for that value"
22197 #~ msgstr "áõôüò åßíáé ï ðñþôïò ïñéóìüò"
22200 #~ msgid "CASE value out of range"
22201 #~ msgstr "Ï áñéèìüò ôùí êáíáëéþí åßíáé Ýîù áðü ôá üñéá"
22204 #~ msgid "empty range"
22205 #~ msgstr "êåíü áëöáñéèìçôéêü"
22208 #~ msgid "internal error - unknown type in multiple assignment"
22209 #~ msgstr "åóùôåñéêü óöÜëìá - êëÞèçêå ç addtype ìå êáêü ttisgmt"
22212 #~ msgid "cannot convert to a boolean mode"
22213 #~ msgstr "áäýíáôç ç ìåôáôñïðÞ ôïõ U+%04X óôï ôïðéêü óýíïëï ÷áñáêôÞñùí"
22216 #~ msgid "cannot convert to a char mode"
22217 #~ msgstr "áäýíáôç ç ìåôáôñïðÞ ôïõ U+%04X óôï ôïðéêü óýíïëï ÷áñáêôÞñùí"
22220 #~ msgid "powerset tuple element out of range"
22221 #~ msgstr "%s: áñéèìüò ãñáììÞò Ýîù áðü ôá üñéá"
22224 #~ msgid "missing variant fields (at least `%s')"
22225 #~ msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
22228 #~ msgid "invalid array tuple label"
22229 #~ msgstr "Ìç Ýãêõñïò ÷áñáêôÞñáò ïíüìáôïò êëÜóçò"
22232 #~ msgid "array tuple index out of range"
22233 #~ msgstr "%s: áñéèìüò ãñáììÞò Ýîù áðü ôá üñéá"
22236 #~ msgid "too many array tuple values"
22237 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
22240 #~ msgid "missing array tuple element %s"
22241 #~ msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
22244 #~ msgid "missing array tuple elements %s : %s"
22245 #~ msgstr "Ëåßðåé ðáñÜìåôñïò ãéá `%s'"
22248 #~ msgid "`%s' must not be declared readonly"
22249 #~ msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
22251 # src/request.c:263
22253 #~ msgid "no initialization allowed for `%s'"
22254 #~ msgstr "Ôï âÞìá áñ÷éêïðïßçóçò áðÝôõ÷å"
22257 #~ msgid "location for `%s' not read-compatible"
22258 #~ msgstr "Ï êáôÜëïãïò `%s' äåí åßíáé ðñïóéôüò."
22261 #~ msgid "too few tag labels"
22262 #~ msgstr "ðïëý ëßãá ïñßóìáôá"
22265 #~ msgid "too many tag labels"
22266 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
22269 #~ msgid "...is duplicated here"
22270 #~ msgstr "äéðëü êëåéäß"
22273 #~ msgid "mode of `%s' is not a mode"
22274 #~ msgstr "Ôï `%s' äåí åßíáé êáôÜëïãïò."
22277 #~ msgid "duplicate grant for `%s'"
22278 #~ msgstr "äéðëü üíïìá ÷áñáêôÞñá `%s'"
22281 #~ msgid "duplicate definition `%s'"
22282 #~ msgstr "äéðëüò ïñéóìüò óõíüëïõ"
22286 #~ msgid "ambiguous choice for seize `%s' -"
22287 #~ msgstr "ÁóáöÞò ìïñöÞ `%s'"
22290 #~ msgid "INTERNAL ERROR: handle_one_level is broken"
22291 #~ msgstr "ÅÓÙÔÅÑÉÊÏ ÓÖÁËÌÁ: ËÜèïò åßäïò áíôéêåéìÝíïõ óôï expand_token ()"
22294 #~ msgid "internal error: unknown expression mode in %s"
22295 #~ msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
22298 #~ msgid "array is not addressable"
22299 #~ msgstr "Ï êáôÜëïãïò `%s' äåí åßíáé ðñïóéôüò."
22301 #~ msgid "too few arguments in call to `%s'"
22302 #~ msgstr "ðïëý ëßãá ïñßóìáôá óôç êëÞóç ôçò `%s'"
22304 #~ msgid "too many arguments in call to `%s'"
22305 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá óôç êëÞóç ôçò `%s'"
22308 #~ msgid "cannot dereference, not a pointer"
22309 #~ msgstr "Äåí ìðïñåß íá êáèïñéóôåß ôï üíïìá ôïõ óõóôÞìáôïò"
22312 #~ msgid "invalid type argument of `->'"
22313 #~ msgstr "Ç ðáñÜìåôñïò `%s' äåí åßíáé Ýãêõñç."
22316 #~ msgid "no field named `%s'"
22317 #~ msgstr "Ìç ïñéóìÝíï üíïìá %s"
22320 #~ msgid "argument %d to ABSTIME must be of integer type"
22321 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
22324 #~ msgid "parameter 2 must be a positive integer"
22325 #~ msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
22328 #~ msgid "argument 1 to `%s' must be of floating point mode"
22329 #~ msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
22332 #~ msgid "first argument to `%s' must be a mode"
22333 #~ msgstr "Ç ðáñÜìåôñïò óôï `%s' ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
22335 #~ msgid "too many arguments to procedure"
22336 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá óôç ñïõôßíá"
22339 #~ msgid "too few arguments to procedure `%s'"
22340 #~ msgstr "Ðñïåéäïðïßçóç: Ðïëý ëßãá ïñßóìáôá óôï åóùäïìçìÝíï `%s'"
22343 #~ msgid "too few arguments to procedure"
22344 #~ msgstr "ðïëý ëßãá ïñßóìáôá"
22347 #~ msgid "syntax error (integer used as function)"
22348 #~ msgstr "óõíôáêôéêü óöÜëìá óôïí êáèïñéóìü óåéñÜò"
22351 #~ msgid "syntax error - missing operator, comma, or '('?"
22352 #~ msgstr "óõíôáêôéêü óöÜëìá óôïí ïñéóìü ôïõ ðßíáêá ñåðåñôïñßïõ: %s"
22355 #~ msgid "internal error - bad built-in function `%s'"
22356 #~ msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
22359 #~ msgid "invalid operation on array of chars"
22360 #~ msgstr "Ìç Ýãêõñïò ÷áñáêôÞñáò ðáñáâïëÞò"
22363 #~ msgid "invalid left operand of %s"
22364 #~ msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
22367 #~ msgid "invalid right operand of %s"
22368 #~ msgstr "ìç Ýãêõñï åßäïò áëöáñéèìçôéêïý `%s'"
22371 #~ msgid "ADDR requires a LOCATION argument"
22372 #~ msgstr "ç åðéëïãÞ `-k' áðáéôåß Ýíá üñéóìá"
22375 #~ msgid "-> expression is not addressable"
22376 #~ msgstr "ËÜèïò Ýêöñáóç óôçí áðïôßìçóç: %s"
22379 #~ msgid "%s is not addressable"
22380 #~ msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
22383 #~ msgid "FORBID is not yet implemented"
22384 #~ msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
22387 #~ msgid "text length must be greater then 0"
22388 #~ msgstr "%s: ï áñéèìüò ãñáììÞò ðñÝðåé íá åßíáé ìåãáëýôåñïò áðü ôï ìçäÝí"
22391 #~ msgid "argument 2 of ASSOCIATE must not be an empty string"
22392 #~ msgstr "%s: ç ôéìÞ ãéá ôï ðåäßï `%s' äåí ðñÝðåé íá åßíáé Ýíá êåíü áëöáñéèìçôéêü"
22395 #~ msgid "argument 2 to ASSOCIATE must be a string"
22396 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
22399 #~ msgid "argument 3 to ASSOCIATE must be a string"
22400 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
22403 #~ msgid "too many arguments in call to MODIFY"
22404 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
22407 #~ msgid "argument 2 of MODIFY must not be an empty string"
22408 #~ msgstr "%s: ç ôéìÞ ãéá ôï ðåäßï `%s' äåí ðñÝðåé íá åßíáé Ýíá êåíü áëöáñéèìçôéêü"
22411 #~ msgid "argument 2 to MODIFY must be a string"
22412 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
22415 #~ msgid "argument 3 to MODIFY must be a string"
22416 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
22419 #~ msgid "incompatible index mode"
22420 #~ msgstr "ìç Ýãêõñï äéêáßùìá"
22423 #~ msgid "argument %d of %s must be of mode ACCESS"
22424 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
22427 #~ msgid "too few arguments in call to `readrecord'"
22428 #~ msgstr "ðïëý ëßãá bytes óôçí êùäéêïðïßçóç ÷áñáêôÞñá"
22431 #~ msgid "too few arguments in call to `writerecord'"
22432 #~ msgstr "ðïëý ëßãá bytes óôçí êùäéêïðïßçóç ÷áñáêôÞñá"
22435 #~ msgid "argument %d of %s must be of mode TEXT"
22436 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
22439 #~ msgid "argument %d must be referable"
22440 #~ msgstr "Ç ðáñÜìåôñïò óôï <%s> ðñÝðåé íá åßíáé Ýíáò áðëüò ÷áñáêôÞñáò"
22443 #~ msgid "too few arguments for this format string"
22444 #~ msgstr "Ý÷ïõí ðáñáëçöèåß ïñßóìáôá"
22447 #~ msgid "internal error in check_format_string"
22448 #~ msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
22452 #~ msgid "no padding character (offset %d)"
22453 #~ msgstr "ÊáíÝíáò ÷áñáêôÞñáò äåí ìåôáôñÝðåôáé óå %3d"
22456 #~ msgid "missing index expression"
22457 #~ msgstr "ðáñÜëçøç ïñßóìáôïò áñ÷åßïõ"
22460 #~ msgid "too few arguments in call to `readtext'"
22461 #~ msgstr "ðïëý ëßãá ïñßóìáôá"
22464 #~ msgid "non-constant expression"
22465 #~ msgstr "Áäõíáìßá ðñïóðÝëáóçò ôïõ áñ÷åßïõ ôçò áëëáãÞò"
22468 #~ msgid "invalid C'xx' "
22469 #~ msgstr "ìç Ýãêõñç ìåôáôüðéóç UTC"
22472 #~ msgid "unrecognized compiler directive"
22473 #~ msgstr "ìç áíáãíùñßóçìç åðéëïãÞ `-%c'"
22476 #~ msgid "unrecognized compiler directive `%s'"
22477 #~ msgstr "ìç áíáãíùñßóçìç åðéëïãÞ `-%c'"
22480 #~ msgid "invalid control sequence"
22481 #~ msgstr "ìç Ýãêõñï üíïìá ìÞíá"
22484 #~ msgid "unterminated string literal"
22485 #~ msgstr "ìç ôåñìáôéæüìåío áëöáñéèìçôéêü"
22488 #~ msgid "invalid number format `%s'"
22489 #~ msgstr "ìç Ýãêõñïò áñéèìüò áðü óôÞëåò: `%s'"
22492 #~ msgid "can't find %s"
22493 #~ msgstr "Äåí åßíáé äõíáôüí íá åêôåëåóôåß ôï %s"
22496 #~ msgid "invalid `%c' character in name"
22497 #~ msgstr "Ìç Ýãêõñïò ÷áñáêôÞñáò ïíüìáôïò êëÜóçò"
22500 #~ msgid "loop identifier undeclared"
22501 #~ msgstr "áíáìåíüôáí óôáèåñÜ Þ ðñïóäéïñéóôÞò"
22504 #~ msgid "start label '%s' does not match end label '%s'"
22505 #~ msgstr "ôï áñ÷åßï äåäïìÝíùí ðñïößë `%s' äåí ôáéñéÜæåé ìå ôï äéáìïéñáæüìåíï áíôéêåßìåíï `%s'"
22508 #~ msgid "expected a name string here"
22509 #~ msgstr "%s: áíáìåíüôáí áñéèìçôéêÞ ôéìÞ."
22512 #~ msgid "missing defining occurrence"
22513 #~ msgstr "Ý÷åé ðáñáëçöèåß ôï áñ÷åßï ðñïïñéóìïý"
22516 #~ msgid "missing '(' in exception list"
22517 #~ msgstr "Ý÷åé ðáñáëçöèåß ôï áñ÷åßï ðñïïñéóìïý"
22520 #~ msgid "syntax error in exception list"
22521 #~ msgstr "óõíôáêôéêü óöÜëìá óôï ïñéóìü ôïõ %s: %s"
22524 #~ msgid "empty ON-condition"
22525 #~ msgstr "Åðåßãïõóá êáôÜóôáóç åéóüäïõ/åîüäïõ"
22528 #~ msgid "expected another rename clause"
22529 #~ msgstr "%s: áíáìåíüôáí áñéèìçôéêÞ ôéìÞ."
22532 #~ msgid "syntax error while parsing signal definition statement"
22533 #~ msgstr "óõíôáêôéêü óöÜëìá óôï ïñéóìü ôïõ %s: %s"
22536 #~ msgid "syntax error in action"
22537 #~ msgstr "óõíôáêôéêü óöÜëìá óôïí êáèïñéóìü óåéñÜò"
22540 #~ msgid "bad tuple field name list"
22541 #~ msgstr "ìç Ýãêõñï byte Þ ëßóôá ðåäßùí"
22544 #~ msgid "invalid syntax for label in tuple"
22545 #~ msgstr "ìç Ýãêõñï byte Þ ëßóôá ðåäßùí"
22548 #~ msgid "missing field"
22549 #~ msgstr "Ý÷åé ðáñáëçöèåß ç ëßóôá ìå ôá ðåäßá"
22552 #~ msgid "VARYING bit-strings not implemented"
22553 #~ msgstr "Ç ëåéôïõñãßá äåí Ý÷åé õëïðïéçèåß"
22556 #~ msgid "SIGNAL is not a valid mode"
22557 #~ msgstr "ìç Ýãêõñï äéêáßùìá"
22560 #~ msgid "syntax error - missing mode"
22561 #~ msgstr "óõíôáêôéêü óöÜëìá óôïí ïñéóìïý locale ìçíýìáôïò"
22564 #~ msgid "too many arguments to process `%s'"
22565 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
22568 #~ msgid "too many arguments to process"
22569 #~ msgstr "ðÜñá ðïëëÜ ïñßóìáôá"
22572 #~ msgid "too few arguments to process `%s'"
22573 #~ msgstr "ðïëý ëßãá ïñßóìáôá"
22576 #~ msgid "too few arguments to process"
22577 #~ msgstr "ðïëý ëßãá ïñßóìáôá"
22580 #~ msgid "GEN_INST parameter 2 must be an integer mode"
22581 #~ msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
22584 #~ msgid "%s is not a declared process"
22585 #~ msgstr "ôï `%s' äåí åßíáé êáíïíéêü áñ÷åßï"
22588 #~ msgid " and no default priority was set."
22589 #~ msgstr "Äåí åßíáé äõíáôüí íá âñåèåß ç ðñïôåñáéüôçôá."
22592 #~ msgid " and no destination process specified"
22593 #~ msgstr "Áðáéôåßôáé äéåýèõíóç ðñïïñéóìïý"
22596 #~ msgid "slice length out-of-range"
22597 #~ msgstr "ó÷åôéêÞ èÝóç áñ÷åßïõ åßíáé åêôüò ïñßùí"
22600 #~ msgid "too many index expressions"
22601 #~ msgstr "õðåñâïëéêÜ ðïëëÜ äåõôåñüëåðôá áíáðÞäçóçò"
22604 #~ msgid "cannot convert to float"
22605 #~ msgstr "áäýíáôç ç ìåôáôñïðÞ ôïõ U+%04X óôï ôïðéêü óýíïëï ÷áñáêôÞñùí"
22608 #~ msgid "cannot convert float to this mode"
22609 #~ msgstr "yp_update: áäõíáìßá ìåôáôñïðÞò ïíüìáôïò óõóôÞìáôïò óå üíïìá äéêôýïõ\n"
22612 #~ msgid "internal error in chill_root_resulting_mode"
22613 #~ msgstr "åóùôåñéêü óöÜëìá óôï %s, ãñáììÞ %u"
22616 #~ msgid "cannot process BIN (>32)"
22617 #~ msgstr "Äåí åßíáé äõíáôüí íá âñåèåß ï ôýðïò ôïõ åðåîåñãáóôÞ."
22620 #~ msgid "negative string length"
22621 #~ msgstr "åëÜ÷éóôï ìÝãåèïò áëöáñéèìçôéêïý"
22624 #~ msgid "floating point ranges"
22625 #~ msgstr "Ç ðáñÜìåôñïò êéíçôÞò õðïäéáóôïëÞò äåí åßíáé Ýãêõñç: %s"
22628 #~ msgid "starting word in POS must be an integer constant"
22629 #~ msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
22632 #~ msgid "end bit in POS must be an integer constant"
22633 #~ msgstr "ç ôéìÞ ãéá ôï %s ðñÝðåé íá åßíáé áêÝñáéïò"
22636 #~ msgid "invalid parameterized type"
22637 #~ msgstr "%s: ìç Ýãêõñï åßäïò áñ÷åßïõ"
22641 #~ msgid "ambiguous request for method pointer `%s'"
22642 #~ msgstr "ÁóáöÞò óõìâïëïóåéñÜ `%s'"
22645 #~ msgid "invalid use of %D"
22646 #~ msgstr "ìç Ýãêõñïò ÷ñÞóôçò"
22649 #~ msgid "internal error #%d"
22650 #~ msgstr "Åóùôåñéêü óöÜëìá NIS"
22653 #~ msgid "can't to open %s"
22654 #~ msgstr "áäõíáìßá áíïßãìáôïò ôïõ `%s'"