# Greek translation of gcc. # Copyright (C) 2001, 2002 Free Software Foundation, Inc. # Simos Xenitellis <simos@hellug.gr>, 2001, 2002. # msgid "" msgstr "" "Project-Id-Version: gcc 3.2\n" "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n" "POT-Creation-Date: 2012-01-27 16:12+0000\n" "PO-Revision-Date: 2002-08-18 15:46+0100\n" "Last-Translator: Simos Xenitellis <simos@hellug.gr>\n" "Language-Team: Greek <nls@tux.hellug.gr>\n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-7\n" "Content-Transfer-Encoding: 8bit\n" #: charset.c:674 #, fuzzy, c-format msgid "conversion from %s to %s not supported by iconv" msgstr "� ��������� ��� `%s' �� `%s' ��� ������������" #: charset.c:677 msgid "iconv_open" msgstr "" #: charset.c:685 #, c-format msgid "no iconv implementation, cannot convert from %s to %s" msgstr "" #: charset.c:781 #, c-format msgid "character 0x%lx is not in the basic source character set\n" msgstr "" #: charset.c:798 charset.c:1444 msgid "converting to execution character set" msgstr "" #: charset.c:804 #, c-format msgid "character 0x%lx is not unibyte in execution character set" msgstr "" #: charset.c:928 #, c-format msgid "Character %x might not be NFKC" msgstr "" #: charset.c:994 #, fuzzy msgid "universal character names are only valid in C++ and C99" msgstr "U+%04X: ����� ����� ����������" #: charset.c:997 #, c-format msgid "the meaning of '\\%c' is different in traditional C" msgstr "" #: charset.c:1006 msgid "In _cpp_valid_ucn but not a UCN" msgstr "" #: charset.c:1031 #, c-format msgid "incomplete universal character name %.*s" msgstr "" #: charset.c:1046 #, fuzzy, c-format msgid "%.*s is not a valid universal character" msgstr "�� `%s' ��� ����� ���������." #: charset.c:1056 lex.c:1052 msgid "'$' in identifier or number" msgstr "" #: charset.c:1066 #, c-format msgid "universal character %.*s is not valid in an identifier" msgstr "" #: charset.c:1070 #, c-format msgid "universal character %.*s is not valid at the start of an identifier" msgstr "" #: charset.c:1102 charset.c:1674 msgid "converting UCN to source character set" msgstr "" #: charset.c:1106 msgid "converting UCN to execution character set" msgstr "" #: charset.c:1178 msgid "the meaning of '\\x' is different in traditional C" msgstr "" #: charset.c:1195 msgid "\\x used with no following hex digits" msgstr "" #: charset.c:1202 #, fuzzy msgid "hex escape sequence out of range" msgstr "�� ������ ���������� �������� ��� ����� ��� ��������������" #: charset.c:1240 #, fuzzy msgid "octal escape sequence out of range" msgstr "�� ������ ���������� �������� ��� ����� ��� ��������������" #: charset.c:1306 msgid "the meaning of '\\a' is different in traditional C" msgstr "" #: charset.c:1313 #, c-format msgid "non-ISO-standard escape sequence, '\\%c'" msgstr "" # src/main.c:663 #: charset.c:1321 #, fuzzy, c-format msgid "unknown escape sequence: '\\%c'" msgstr "������� ������������ `%s'" # src/main.c:663 #: charset.c:1329 #, fuzzy, c-format msgid "unknown escape sequence: '\\%s'" msgstr "������� ������������ `%s'" #: charset.c:1336 #, fuzzy msgid "converting escape sequence to execution character set" msgstr "�� ������ ���������� �������� ��� ����� ��� ��������������" #: charset.c:1509 charset.c:1573 #, fuzzy msgid "character constant too long for its type" msgstr "�� ������� �������� ���������� ��� �������������" #: charset.c:1512 #, fuzzy msgid "multi-character character constant" msgstr "����� ����� ��������� `%s'" #: charset.c:1612 #, fuzzy msgid "empty character constant" msgstr "���� �������������" #: charset.c:1721 #, fuzzy, c-format msgid "failure to convert %s to %s" msgstr "��� ����� ������ �� ������������ �� %s `%s' ��� `%s'" #: directives.c:223 directives.c:249 #, c-format msgid "extra tokens at end of #%s directive" msgstr "" #: directives.c:356 #, c-format msgid "#%s is a GCC extension" msgstr "" #: directives.c:361 #, fuzzy, c-format msgid "#%s is a deprecated GCC extension" msgstr "�� `%s' ��� ����� �������� ������" #: directives.c:374 msgid "suggest not using #elif in traditional C" msgstr "" #: directives.c:377 #, c-format msgid "traditional C ignores #%s with the # indented" msgstr "" #: directives.c:381 #, c-format msgid "suggest hiding #%s from traditional C with an indented #" msgstr "" #: directives.c:407 msgid "embedding a directive within macro arguments is not portable" msgstr "" #: directives.c:427 msgid "style of line directive is a GCC extension" msgstr "" #: directives.c:482 #, c-format msgid "invalid preprocessing directive #%s" msgstr "" #: directives.c:550 msgid "\"defined\" cannot be used as a macro name" msgstr "" #: directives.c:556 #, c-format msgid "\"%s\" cannot be used as a macro name as it is an operator in C++" msgstr "" #: directives.c:559 #, c-format msgid "no macro name given in #%s directive" msgstr "" #: directives.c:562 #, fuzzy msgid "macro names must be identifiers" msgstr "������ ������������� ���������" #: directives.c:611 #, fuzzy, c-format msgid "undefining \"%s\"" msgstr "�� �������� ����� %s" #: directives.c:666 #, fuzzy msgid "missing terminating > character" msgstr "���� ���������� �� ������ ����������" #: directives.c:725 #, c-format msgid "#%s expects \"FILENAME\" or <FILENAME>" msgstr "" #: directives.c:771 #, fuzzy, c-format msgid "empty filename in #%s" msgstr "�� �������� ����� %s" #: directives.c:781 msgid "#include nested too deeply" msgstr "" #: directives.c:822 msgid "#include_next in primary source file" msgstr "" #: directives.c:848 #, c-format msgid "invalid flag \"%s\" in line directive" msgstr "" #: directives.c:908 msgid "unexpected end of file after #line" msgstr "" #: directives.c:911 #, fuzzy, c-format msgid "\"%s\" after #line is not a positive integer" msgstr "%s' ��� ����� ������ ������� ��������." #: directives.c:917 directives.c:919 #, fuzzy msgid "line number out of range" msgstr "%s: ������� ������� ��� ��� �� ����" #: directives.c:932 directives.c:1012 #, fuzzy, c-format msgid "\"%s\" is not a valid filename" msgstr "%s' ��� ����� ������ ������� ��������." #: directives.c:972 #, fuzzy, c-format msgid "\"%s\" after # is not a positive integer" msgstr "%s' ��� ����� ������ ������� ��������." #: directives.c:1067 directives.c:1069 directives.c:1071 #, c-format msgid "%s" msgstr "%s" #: directives.c:1095 #, fuzzy, c-format msgid "invalid #%s directive" msgstr "%%%c: �������������� ������ �� ������." #: directives.c:1158 #, c-format msgid "registering pragmas in namespace \"%s\" with mismatched name expansion" msgstr "" #: directives.c:1167 #, c-format msgid "registering pragma \"%s\" with name expansion and no namespace" msgstr "" #: directives.c:1185 #, c-format msgid "registering \"%s\" as both a pragma and a pragma namespace" msgstr "" #: directives.c:1188 #, c-format msgid "#pragma %s %s is already registered" msgstr "" #: directives.c:1191 #, fuzzy, c-format msgid "#pragma %s is already registered" msgstr "� ������ ���������� `%s' �������� ���" #: directives.c:1221 msgid "registering pragma with NULL handler" msgstr "" #: directives.c:1462 msgid "#pragma once in main file" msgstr "" #: directives.c:1485 #, fuzzy msgid "invalid #pragma push_macro directive" msgstr "%%%c: �������������� ������ �� ������." #: directives.c:1540 #, fuzzy msgid "invalid #pragma pop_macro directive" msgstr "%%%c: �������������� ������ �� ������." #: directives.c:1595 msgid "invalid #pragma GCC poison directive" msgstr "" #: directives.c:1604 #, c-format msgid "poisoning existing macro \"%s\"" msgstr "" #: directives.c:1623 msgid "#pragma system_header ignored outside include file" msgstr "" #: directives.c:1648 #, fuzzy, c-format msgid "cannot find source file %s" msgstr "�������� ���������� ��������: %s" #: directives.c:1652 #, c-format msgid "current file is older than %s" msgstr "" #: directives.c:1837 msgid "_Pragma takes a parenthesized string literal" msgstr "" #: directives.c:1958 msgid "#else without #if" msgstr "" #: directives.c:1963 msgid "#else after #else" msgstr "#else ���� ��� #else" #: directives.c:1965 directives.c:1998 msgid "the conditional began here" msgstr "" #: directives.c:1991 msgid "#elif without #if" msgstr "" #: directives.c:1996 msgid "#elif after #else" msgstr "#elif ���� ��� #else" #: directives.c:2034 msgid "#endif without #if" msgstr "" #: directives.c:2114 msgid "missing '(' after predicate" msgstr "" #: directives.c:2129 msgid "missing ')' to complete answer" msgstr "" #: directives.c:2149 msgid "predicate's answer is empty" msgstr "" #: directives.c:2176 #, fuzzy msgid "assertion without predicate" msgstr "� ���������� ��� �����������" #: directives.c:2179 #, fuzzy msgid "predicate must be an identifier" msgstr "������ ������������� ���������" #: directives.c:2265 #, c-format msgid "\"%s\" re-asserted" msgstr "" #: directives.c:2556 #, fuzzy, c-format msgid "unterminated #%s" msgstr "�� ������������o �������������" #: directives-only.c:222 lex.c:2133 traditional.c:163 #, fuzzy msgid "unterminated comment" msgstr "�� ������������ ������ `s'" #: errors.c:235 msgid "stdout" msgstr "" # src/request.c:37 #: errors.c:237 #, c-format msgid "%s: %s" msgstr "%s: %s" #: expr.c:424 #, fuzzy msgid "too many decimal points in number" msgstr "���������� ����� ������� ������ ��� �������" #: expr.c:453 expr.c:547 msgid "fixed-point constants are a GCC extension" msgstr "" #: expr.c:466 #, fuzzy, c-format msgid "invalid digit \"%c\" in binary constant" msgstr "�� ������ ������� ���������� `%s'" #: expr.c:468 #, fuzzy, c-format msgid "invalid digit \"%c\" in octal constant" msgstr "�� ������ ������� ���������� `%s'" #: expr.c:476 #, fuzzy msgid "invalid prefix \"0b\" for floating constant" msgstr "� ���������� ������� ������������ ��� ����� ������: %s" #: expr.c:481 msgid "no digits in hexadecimal floating constant" msgstr "" #: expr.c:485 msgid "use of C99 hexadecimal floating constant" msgstr "" #: expr.c:494 msgid "exponent has no digits" msgstr "" #: expr.c:501 msgid "hexadecimal floating constants require an exponent" msgstr "" #: expr.c:515 #, fuzzy, c-format msgid "invalid suffix \"%.*s\" on floating constant" msgstr "� ���������� ������� ������������ ��� ����� ������: %s" #: expr.c:526 expr.c:585 #, c-format msgid "traditional C rejects the \"%.*s\" suffix" msgstr "" #: expr.c:534 msgid "suffix for double constant is a GCC extension" msgstr "" #: expr.c:540 #, fuzzy, c-format msgid "invalid suffix \"%.*s\" with hexadecimal floating constant" msgstr "� ���������� ������� ������������ ��� ����� ������: %s" #: expr.c:551 #, fuzzy msgid "decimal float constants are a GCC extension" msgstr "%s: �� %s ����� ���� ������ ��� �� ������ �� �������������" #: expr.c:569 #, fuzzy, c-format msgid "invalid suffix \"%.*s\" on integer constant" msgstr "�� ������ ������� ���������� `%s'" #: expr.c:593 #, fuzzy msgid "use of C++0x long long integer constant" msgstr "�� ������ ������� ���������� `%s'" #: expr.c:594 #, fuzzy msgid "use of C99 long long integer constant" msgstr "�� ������ ������� ���������� `%s'" #: expr.c:608 msgid "imaginary constants are a GCC extension" msgstr "" #: expr.c:611 msgid "binary constants are a GCC extension" msgstr "" #: expr.c:704 #, fuzzy msgid "integer constant is too large for its type" msgstr "%s: �� %s ����� ���� ������ ��� �� ������ �� �������������" #: expr.c:735 #, fuzzy msgid "integer constant is so large that it is unsigned" msgstr "%s: �� %s ����� ���� ������ ��� �� ������ �� �������������" #: expr.c:830 #, fuzzy msgid "missing ')' after \"defined\"" msgstr "���� ���������� � ����� �� �� �����" #: expr.c:837 msgid "operator \"defined\" requires an identifier" msgstr "" #: expr.c:845 #, c-format msgid "(\"%s\" is an alternative token for \"%s\" in C++)" msgstr "" #: expr.c:855 msgid "this use of \"defined\" may not be portable" msgstr "" #: expr.c:914 msgid "user-defined literal in preprocessor expression" msgstr "" #: expr.c:919 #, fuzzy msgid "floating constant in preprocessor expression" msgstr "�������� ������� ������������" #: expr.c:925 #, fuzzy msgid "imaginary number in preprocessor expression" msgstr "�� ������� ������� ��� �������" #: expr.c:972 #, fuzzy, c-format msgid "\"%s\" is not defined" msgstr "�� `%s' ��� ����� �������� ������" #: expr.c:984 msgid "assertions are a GCC extension" msgstr "" #: expr.c:987 msgid "assertions are a deprecated extension" msgstr "" #: expr.c:1120 expr.c:1149 #, fuzzy, c-format msgid "missing binary operator before token \"%s\"" msgstr "%s: ���������� �������� ���������.\n" #: expr.c:1140 #, fuzzy, c-format msgid "token \"%s\" is not valid in preprocessor expressions" msgstr "%s: �� ������ �������� �������: %s" #: expr.c:1157 msgid "missing expression between '(' and ')'" msgstr "" #: expr.c:1160 #, fuzzy, c-format msgid "%s with no expression" msgstr "%s' ��� ����� ������ ������� ��������." #: expr.c:1163 #, c-format msgid "operator '%s' has no right operand" msgstr "" #: expr.c:1168 #, c-format msgid "operator '%s' has no left operand" msgstr "" #: expr.c:1194 msgid " ':' without preceding '?'" msgstr "" # src/dfa.c:652 src/dfa.c:655 src/dfa.c:682 src/dfa.c:686 src/dfa.c:687 # src/dfa.c:690 src/dfa.c:703 src/dfa.c:704 # src/dfa.c:660 src/dfa.c:663 src/dfa.c:690 src/dfa.c:694 src/dfa.c:695 # src/dfa.c:698 src/dfa.c:711 src/dfa.c:712 #: expr.c:1222 #, fuzzy, c-format msgid "unbalanced stack in %s" msgstr "�� ������������ [" #: expr.c:1242 #, fuzzy, c-format msgid "impossible operator '%u'" msgstr "RPC: �� �������� �������� ��� RPC" #: expr.c:1343 #, fuzzy msgid "missing ')' in expression" msgstr "���� ���������� � ����� �� ��� ������" #: expr.c:1372 #, fuzzy msgid "'?' without following ':'" msgstr "���������� ������ ���� �������: %s" #: expr.c:1382 msgid "integer overflow in preprocessor expression" msgstr "" #: expr.c:1387 #, fuzzy msgid "missing '(' in expression" msgstr "���� ���������� � ����� �� ��� ������" #: expr.c:1419 #, c-format msgid "the left operand of \"%s\" changes sign when promoted" msgstr "" #: expr.c:1424 #, c-format msgid "the right operand of \"%s\" changes sign when promoted" msgstr "" #: expr.c:1683 msgid "traditional C rejects the unary plus operator" msgstr "" #: expr.c:1766 msgid "comma operator in operand of #if" msgstr "" #: expr.c:1902 #, fuzzy msgid "division by zero in #if" msgstr "�������� �� ����� ���� ���������: %s" #: files.c:463 msgid "NULL directory in find_file" msgstr "" #: files.c:500 msgid "one or more PCH files were found, but they were invalid" msgstr "" #: files.c:503 msgid "use -Winvalid-pch for more information" msgstr "" #: files.c:594 #, fuzzy, c-format msgid "%s is a block device" msgstr "��� ������ ������� ����� ��� �������" # src/shred.c:1134 #: files.c:611 #, fuzzy, c-format msgid "%s is too large" msgstr "%s: �� ������ ����� ���� ������" #: files.c:646 #, fuzzy, c-format msgid "%s is shorter than expected" msgstr "%s: ���������� �������� ���������.\n" #: files.c:881 #, c-format msgid "no include path in which to search for %s" msgstr "" #: files.c:1305 msgid "Multiple include guards may be useful for:\n" msgstr "" #: init.c:512 #, fuzzy msgid "cppchar_t must be an unsigned type" msgstr "������ ������������� ���������" #: init.c:516 #, c-format msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits" msgstr "" #: init.c:523 msgid "CPP arithmetic must be at least as precise as a target int" msgstr "" #: init.c:526 msgid "target char is less than 8 bits wide" msgstr "" #: init.c:530 msgid "target wchar_t is narrower than target char" msgstr "" #: init.c:534 msgid "target int is narrower than target char" msgstr "" #: init.c:539 msgid "CPP half-integer narrower than CPP character" msgstr "" #: init.c:543 #, c-format msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits" msgstr "" #: lex.c:846 msgid "backslash and newline separated by space" msgstr "" #: lex.c:851 #, fuzzy msgid "backslash-newline at end of file" msgstr "�� ������ ������� �� ���������� ��� ����� ��� ��������������" #: lex.c:867 #, c-format msgid "trigraph ??%c converted to %c" msgstr "" #: lex.c:875 #, c-format msgid "trigraph ??%c ignored, use -trigraphs to enable" msgstr "" #: lex.c:924 msgid "\"/*\" within comment" msgstr "" #: lex.c:982 #, c-format msgid "%s in preprocessing directive" msgstr "" #: lex.c:991 #, fuzzy msgid "null character(s) ignored" msgstr "�� ������� ���������� ��� ������: " #: lex.c:1028 #, fuzzy, c-format msgid "`%.*s' is not in NFKC" msgstr "�� `%s' ��� ����� �������� ������" #: lex.c:1031 #, fuzzy, c-format msgid "`%.*s' is not in NFC" msgstr "�� `%s' ��� ����� �������� ������" #: lex.c:1099 lex.c:1176 #, c-format msgid "attempt to use poisoned \"%s\"" msgstr "" #: lex.c:1107 lex.c:1184 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro" msgstr "" #: lex.c:1113 lex.c:1190 #, c-format msgid "identifier \"%s\" is a special operator name in C++" msgstr "" #: lex.c:1334 msgid "raw string delimiter longer than 16 characters" msgstr "" #: lex.c:1337 #, fuzzy, c-format msgid "invalid character '%c' in raw string delimiter" msgstr "�� ������� ���������� `%c' ��� ���� �������������� `%s'" #: lex.c:1460 lex.c:1482 #, fuzzy msgid "unterminated raw string" msgstr "�� ������������o �������������" #: lex.c:1601 msgid "null character(s) preserved in literal" msgstr "" #: lex.c:1604 #, c-format msgid "missing terminating %c character" msgstr "���� ���������� ���������� ���������� %c" #: lex.c:2144 msgid "C++ style comments are not allowed in ISO C90" msgstr "" #: lex.c:2146 msgid "(this will be reported only once per input file)" msgstr "" #: lex.c:2151 msgid "multi-line comment" msgstr "" #: lex.c:2471 #, fuzzy, c-format msgid "unspellable token %s" msgstr "%s: ������� �� ������� ��� %s: %m\n" #: macro.c:188 #, fuzzy, c-format msgid "macro \"%s\" is not used" msgstr "�� `%s' ��� ����� �������� ������" #: macro.c:226 macro.c:423 #, fuzzy, c-format msgid "invalid built-in macro \"%s\"" msgstr "�� ������ ����� �������: %s" #: macro.c:260 #, fuzzy msgid "could not determine file timestamp" msgstr "��� ������� �� ������ �� ������ %s" #: macro.c:358 #, fuzzy msgid "could not determine date and time" msgstr "��� ������� �� ������ �� ������ %s" #: macro.c:374 msgid "__COUNTER__ expanded inside directive with -fdirectives-only" msgstr "" #: macro.c:532 #, fuzzy msgid "invalid string literal, ignoring final '\\'" msgstr "�� ������� ������� ������� �������: `%s'" #: macro.c:592 #, c-format msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token" msgstr "" #: macro.c:682 #, fuzzy msgid "ISO C99 requires rest arguments to be used" msgstr "���� ������ ����������" #: macro.c:687 #, c-format msgid "macro \"%s\" requires %u arguments, but only %u given" msgstr "" #: macro.c:692 #, c-format msgid "macro \"%s\" passed %u arguments, but takes just %u" msgstr "" #: macro.c:886 traditional.c:681 #, c-format msgid "unterminated argument list invoking macro \"%s\"" msgstr "" #: macro.c:1026 #, c-format msgid "function-like macro \"%s\" must be used with arguments in traditional C" msgstr "" #: macro.c:1694 #, c-format msgid "invoking macro %s argument %d: empty macro arguments are undefined in ISO C90 and ISO C++98" msgstr "" #: macro.c:2596 #, fuzzy, c-format msgid "duplicate macro parameter \"%s\"" msgstr "����� ����� ��������� `%s'" #: macro.c:2642 #, c-format msgid "\"%s\" may not appear in macro parameter list" msgstr "" #: macro.c:2650 msgid "macro parameters must be comma-separated" msgstr "" #: macro.c:2667 msgid "parameter name missing" msgstr "" #: macro.c:2685 msgid "anonymous variadic macros were introduced in C99" msgstr "" #: macro.c:2690 msgid "ISO C does not permit named variadic macros" msgstr "" #: macro.c:2699 msgid "missing ')' in macro parameter list" msgstr "" #: macro.c:2748 msgid "'##' cannot appear at either end of a macro expansion" msgstr "" #: macro.c:2783 #, fuzzy msgid "ISO C99 requires whitespace after the macro name" msgstr "���� ������ ����������" #: macro.c:2807 msgid "missing whitespace after the macro name" msgstr "" #: macro.c:2841 msgid "'#' is not followed by a macro parameter" msgstr "" #: macro.c:2999 #, fuzzy, c-format msgid "\"%s\" redefined" msgstr "�������" #: macro.c:3005 #, fuzzy msgid "this is the location of the previous definition" msgstr "���� ����� � ���� ��� ������ �������" #: macro.c:3066 #, c-format msgid "macro argument \"%s\" would be stringified in traditional C" msgstr "" #: macro.c:3093 #, c-format msgid "invalid hash type %d in cpp_macro_definition" msgstr "" #: pch.c:88 pch.c:336 pch.c:348 pch.c:366 pch.c:372 pch.c:381 pch.c:388 msgid "while writing precompiled header" msgstr "" #: pch.c:608 #, c-format msgid "%s: not used because `%.*s' is poisoned" msgstr "" #: pch.c:630 #, c-format msgid "%s: not used because `%.*s' not defined" msgstr "" #: pch.c:642 #, c-format msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'" msgstr "" #: pch.c:683 #, c-format msgid "%s: not used because `%s' is defined" msgstr "" #: pch.c:703 #, c-format msgid "%s: not used because `__COUNTER__' is invalid" msgstr "" #: pch.c:712 pch.c:888 msgid "while reading precompiled header" msgstr "" #: traditional.c:751 #, c-format msgid "detected recursion whilst expanding macro \"%s\"" msgstr "" #: traditional.c:969 #, fuzzy msgid "syntax error in macro parameter list" msgstr "���������� ������ ���� ������ ������ ����������" #, fuzzy #~ msgid "wrong number of arguments specified for `%s' attribute" #~ msgstr "����� ������� ���������" #, fuzzy #~ msgid "unknown machine mode `%s'" #~ msgstr "������� ��� `%s'" #, fuzzy #~ msgid "no data type for mode `%s'" #~ msgstr "��� �������� �������� ��� �� ������� `%s'" #, fuzzy #~ msgid "section attributes are not supported for this target" #~ msgstr "���������� ��������� ��� �������������� ��� ������� ����" #, fuzzy #~ msgid "requested alignment is too large" #~ msgstr "���� ������ ����������" #, fuzzy #~ msgid "alignment may not be specified for `%s'" #~ msgstr "���� ��� ������ ������ �� �������" #, fuzzy #~ msgid "can't set `%s' attribute after definition" #~ msgstr "����� ����� � ������ �������" #, fuzzy #~ msgid "`%s' attribute ignored for `%s'" #~ msgstr "�� `%s' ����� �������� ��� `%s'" #, fuzzy #~ msgid "invalid vector type for attribute `%s'" #~ msgstr "�� ������ ����� �������������� `%s'" #, fuzzy #~ msgid "__builtin_saveregs not supported by this target" #~ msgstr "���������� ��������� ��� �������������� ��� ������� ����" #, fuzzy #~ msgid "missing argument in `__builtin_args_info'" #~ msgstr "������ ���������� ��� `%s'" #, fuzzy #~ msgid "too many arguments to function `va_start'" #~ msgstr "���� ����� ��������" #, fuzzy #~ msgid "vector overflow in expression" #~ msgstr "�������� ������� ������������" #, fuzzy #~ msgid "invalid truth-value expression" #~ msgstr "�� ������ �������� �������" #, fuzzy #~ msgid "invalid operands to binary %s" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid use of `restrict'" #~ msgstr "�� ������� ������� ��� �������" #, fuzzy #~ msgid "cannot disable built-in function `%s'" #~ msgstr "�������� ��������� ioctl ��� `%s'" #, fuzzy #~ msgid "too few arguments to function `%s'" #~ msgstr "�������������: ���� ���� �������� ��� ����������� `%s'" #, fuzzy #~ msgid "too many arguments to function `%s'" #~ msgstr "���� ����� ��������" #, fuzzy #~ msgid "empty range specified" #~ msgstr "�� ��������" #, fuzzy #~ msgid "this is the first entry overlapping that value" #~ msgstr "����� ����� � ������ �������" #, fuzzy #~ msgid "duplicate case value" #~ msgstr "������ ������� ���������" #, fuzzy #~ msgid "this is the first default label" #~ msgstr "����� ����� � ������ �������" #, fuzzy #~ msgid "unknown C standard `%s'" #~ msgstr "������� ��� `%s'" #, fuzzy #~ msgid "conflicting types for `%s'" #~ msgstr "�� ������ ����� �������������� `%s'" #, fuzzy #~ msgid "redefinition of `%s'" #~ msgstr "������� ������� ��� `UNDEFINED'" #, fuzzy #~ msgid "redeclaration of `%s'" #~ msgstr "���������� ������� `%s'\n" #, fuzzy #~ msgid "`%s' declared inline after its definition" #~ msgstr "%s: ������ ������� ������� ����������" #, fuzzy #~ msgid "a parameter" #~ msgstr "���� ������" #~ msgid "type mismatch with previous implicit declaration" #~ msgstr "������ ������������ ����� �� ����������� ��������� ���������" #~ msgid "previous implicit declaration of `%s'" #~ msgstr "����������� ��������� ��������� ��� `%s'" #~ msgid "implicit declaration of function `%s'" #~ msgstr "��������� ��������� ��� ���������� `%s'" #, fuzzy #~ msgid "duplicate label declaration `%s'" #~ msgstr "����� ����� ��������� `%s'" #, fuzzy #~ msgid "this is a previous declaration" #~ msgstr "����� ����� � ������ �������" #, fuzzy #~ msgid "empty declaration" #~ msgstr "���� �������������" #, fuzzy #~ msgid "array size missing in `%s'" #~ msgstr "������ ���� �� �������� ��� ������� `%s'" #, fuzzy #~ msgid "storage size of `%s' isn't known" #~ msgstr "�� ����� `%s' ����� �������\n" #, fuzzy #~ msgid "duplicate `%s'" #~ msgstr "����� ������" #, fuzzy #~ msgid "both signed and unsigned specified for `%s'" #~ msgstr "�� ������� ������� ������: `%s'" #, fuzzy #~ msgid "complex invalid for `%s'" #~ msgstr "�� ������ ������������� `%s'" #, fuzzy #~ msgid "duplicate `const'" #~ msgstr "����� ������" #, fuzzy #~ msgid "duplicate `restrict'" #~ msgstr "����� ������" #, fuzzy #~ msgid "duplicate `volatile'" #~ msgstr "����� ������" #, fuzzy #~ msgid "size of array `%s' is too large" #~ msgstr "� ��������� `%s' ��� ����� ��������." #, fuzzy #~ msgid "invalid storage class for function `%s'" #~ msgstr "�� ������ ���� ���������� `%s'" #, fuzzy #~ msgid "cannot inline function `main'" #~ msgstr "��� ����� ������ �� ������������ �� ������ fifo `%s'" #, fuzzy #~ msgid "parameter has incomplete type" #~ msgstr "�� ������ �������" #, fuzzy #~ msgid "redefinition of `union %s'" #~ msgstr "�� ������� ���� ���������� ��� ������" #, fuzzy #~ msgid "%s defined inside parms" #~ msgstr "����������� ��� �����" #~ msgid "union" #~ msgstr "�����" #~ msgid "structure" #~ msgstr "����" # src/request.c:37 #, fuzzy #~ msgid "%s has no %s" #~ msgstr "%s �� %s" #~ msgid "struct" #~ msgstr "����" #~ msgid "named members" #~ msgstr "������� ����" #~ msgid "members" #~ msgstr "����" #, fuzzy #~ msgid "nested redefinition of `%s'" #~ msgstr "�������� ���������� ������� ������� locale `%s'" #, fuzzy #~ msgid "negative width in bit-field `%s'" #~ msgstr "�������� ������ ���� ���������" #, fuzzy #~ msgid "`%s' is narrower than values of its type" #~ msgstr "%s' ��� ����� ������ ������� ��������." #, fuzzy #~ msgid "duplicate member `%s'" #~ msgstr "����� ����� ��������� `%s'" #, fuzzy #~ msgid "enum defined inside parms" #~ msgstr "�� �������� ����� %s" #~ msgid "return type defaults to `int'" #~ msgstr "� �������������� ����� �������������� �� `int'" #, fuzzy #~ msgid "`%s' was used with no declaration before its definition" #~ msgstr "���� ����� � ���� ��� ������ �������" #~ msgid "return type of `%s' is not `int'" #~ msgstr "� ������������� ���� ��� `%s' ��� ����� `int'" #~ msgid "first argument of `%s' should be `int'" #~ msgstr "�� ����� ������ ��� `%s' ������ �� ����� `int'" #~ msgid "second argument of `%s' should be `char **'" #~ msgstr "�� ������� ������ ��� `%s' ������ �� ����� `char **'" #~ msgid "third argument of `%s' should probably be `char **'" #~ msgstr "�� ����� ������ ��� `%s' ������ �� ����� `char **'" #~ msgid "`%s' takes only zero or two arguments" #~ msgstr "� `%s' ������� ���� ������ ���� ��� ��������" #~ msgid "`%s' is normally a non-static function" #~ msgstr "� `%s' ����� ������� ��-������� ���������" #~ msgid "parameter name omitted" #~ msgstr "���� ���������� �� ����� ��� ����������" #, fuzzy #~ msgid "parameter `%s' declared void" #~ msgstr "� ������ ���������� `%s' �������� ���" #, fuzzy #~ msgid "multiple parameters named `%s'" #~ msgstr "����� ����� ��������� `%s'" #, fuzzy #~ msgid "no return statement in function returning non-void" #~ msgstr "`return' ����� ����, �� ��������� ��� ���������� ��-����" #, fuzzy #~ msgid "size of return value of `%s' is larger than %d bytes" #~ msgstr "%s: �� ����� ��� ������ `%s' ��� ������ �� ����� ����������� ��� %d" #, fuzzy #~ msgid "unrecognized format specifier" #~ msgstr "������� �������: %s" #~ msgid "field width" #~ msgstr "������� ������" #~ msgid "precision" #~ msgstr "��������" #, fuzzy #~ msgid "fill character" #~ msgstr "�� ������� ���������� ���������" #, fuzzy #~ msgid "fill character in strfmon format" #~ msgstr "�� ������� ���������� ��� ������: " #, fuzzy #~ msgid "right precision" #~ msgstr "�������� ������� ������������" #, fuzzy #~ msgid "missing $ operand number in format" #~ msgstr "������ � ������������ ������� ���� ��������� ��������." #, fuzzy #~ msgid "operand number out of range in format" #~ msgstr "� ������� ��������� ����� ��� ��� �� ����" #, fuzzy #~ msgid "too many arguments for format" #~ msgstr "���� ����� ��������" #, fuzzy #~ msgid "format is a wide character string" #~ msgstr "����� �� ��� �� ������ ������ ����������" #, fuzzy #~ msgid "null format string" #~ msgstr "� ������� ������ ��� ����� ������: `%s'" #, fuzzy #~ msgid "repeated %s in format" #~ msgstr "repeated leap second moment" #, fuzzy #~ msgid "too few arguments for format" #~ msgstr "���� ���� ��������" #, fuzzy #~ msgid "zero width in %s format" #~ msgstr "������ �������� %s" #, fuzzy #~ msgid "unknown conversion type character `%c' in format" #~ msgstr "�������� ���������� `%s'" #, fuzzy #~ msgid "%s does not support %s" #~ msgstr "������ fifo ��� ��������������" #, fuzzy #~ msgid "different type" #~ msgstr "����� ������" #, fuzzy #~ msgid "floating constant out of range" #~ msgstr "������� ���� ������� ����� ����� �����" #, fuzzy #~ msgid "'lul' is not a valid integer suffix" #~ msgstr "%s' ��� ����� ������ ������� ��������." #, fuzzy #~ msgid "integer constant is larger than the maximum value for its type" #~ msgstr "" #~ "� ��������� ������� bytes `%s' ����� ����������� ��� �� �������\n" #~ "��� ������ �� ������������� ��� �� ���� ��������� `long'" #, fuzzy #~ msgid "ignoring invalid multibyte character" #~ msgstr "�� ������ � ����������� multibyte � ������ ����������" #~ msgid "syntax error" #~ msgstr "������ ��������" #, fuzzy #~ msgid "syntax error: cannot back up" #~ msgstr "� ����������� �� ������ �� ����� �����" #, fuzzy #~ msgid "parser stack overflow" #~ msgstr "����������� ������ �������" #, fuzzy #~ msgid "`%s' is not at beginning of declaration" #~ msgstr "�� `%s' ��� ����� �������� ������" #, fuzzy #~ msgid "comma at end of enumerator list" #~ msgstr "��������� ��� ����� ��� �������" #~ msgid "parse error; also virtual memory exceeded" #~ msgstr "������ ������������ ������ � ����� �����������" #~ msgid "parse error" #~ msgstr "������ ������������" #~ msgid "%s at end of input" #~ msgstr "%s ��� ����� ��� �������" #~ msgid "%s before %s'%c'" #~ msgstr "%s ���� ��� %s'%c'" #~ msgid "%s before %s'\\x%x'" #~ msgstr "%s ���� ��� %s'\\x%x'" #, fuzzy #~ msgid "%s before string constant" #~ msgstr "�� ������������ ������������� ��������" #~ msgid "%s before numeric constant" #~ msgstr "%s ���� ��� ���������� �������" # src/request.c:37 #~ msgid "%s before \"%s\"" #~ msgstr "%s ���� ��� \"%s\"" #~ msgid "%s before '%s' token" #~ msgstr "%s ���� ��� �� ������� '%s'" #~ msgid "syntax error at '%s' token" #~ msgstr "���������� ������ ��� ������� '%s'" #, fuzzy #~ msgid "#pragma pack(push[, id], <n>) is not supported on this target" #~ msgstr "�������������: �� --pid=PID ��� ������������� �� ���� �� �������" #, fuzzy #~ msgid "#pragma pack(pop[, id], <n>) is not supported on this target" #~ msgstr "�������������: �� --pid=PID ��� ������������� �� ���� �� �������" #, fuzzy #~ msgid "malformed '#pragma pack' - ignored" #~ msgstr "���������������� ������ ���������" #, fuzzy #~ msgid "malformed #pragma weak, ignored" #~ msgstr "���������������� ������ ���������" #, fuzzy #~ msgid "malformed #pragma redefine_extname, ignored" #~ msgstr "���������������� ������ ���������" #, fuzzy #~ msgid "junk at end of #pragma redefine_extname" #~ msgstr "�� ������������o �������������" #, fuzzy #~ msgid "malformed #pragma extern_prefix, ignored" #~ msgstr "���������������� ������ ���������" #, fuzzy #~ msgid "junk at end of #pragma extern_prefix" #~ msgstr "�� ������������o �������������" #, fuzzy #~ msgid "invalid use of void expression" #~ msgstr "�� ������ �������� �������" #, fuzzy #~ msgid "invalid use of flexible array member" #~ msgstr "�� ������ ��� ��� �����" #, fuzzy #~ msgid "invalid use of undefined type `%s %s'" #~ msgstr "�� ������� ������� ��� ����� �������: `%s'" #, fuzzy #~ msgid "invalid use of incomplete typedef `%s'" #~ msgstr "�� ������� �������� �������� �� ��������� ������������ `%s'" #, fuzzy #~ msgid "invalid type argument of `%s'" #~ msgstr "� ���������� `%s' ��� ����� ������." #, fuzzy #~ msgid "called object is not a function" #~ msgstr "�� ������� ����������� ��� ����� �����������" #, fuzzy #~ msgid "too many arguments to function" #~ msgstr "���� ����� ��������" #, fuzzy #~ msgid "too few arguments to function" #~ msgstr "���� ���� ��������" #~ msgid "division by zero" #~ msgstr "�������� �� �����" #, fuzzy #~ msgid "unordered comparison on non-floating point argument" #~ msgstr "� ���������� ������� ������������ ��� ����� ������: %s" #, fuzzy #~ msgid "wrong type argument to abs" #~ msgstr "����� ������� ���������" #, fuzzy #~ msgid "invalid lvalue in unary `&'" #~ msgstr "�� ������� ������ ��������" #, fuzzy #~ msgid "%s of read-only variable `%s'" #~ msgstr "�� ������������ ��������� `%s'" #, fuzzy #~ msgid "cannot take address of bit-field `%s'" #~ msgstr "��� ����� ������ �� ������������ �� ������ fifo `%s'" #, fuzzy #~ msgid "invalid lvalue in assignment" #~ msgstr "� ���������� ������� ������������ ��� ����� ������: %s" #, fuzzy #~ msgid "assignment" #~ msgstr "����������� ���������" #~ msgid "%s makes pointer from integer without a cast" #~ msgstr "%s ���������� ������� �� ������ ����� ����������" #, fuzzy #~ msgid "incompatible type for argument %d of `%s'" #~ msgstr "�� ������ ������� ���������� `%s'" #, fuzzy #~ msgid "incompatible types in %s" #~ msgstr "�� ������ ����� �������������� `%s'" #~ msgid "passing arg %d of `%s'" #~ msgstr "�� ������� ��� ��������� %d ��� `%s'" #~ msgid "passing arg %d of pointer to function" #~ msgstr "�� ������� ��� ��������� %d ��� ������ ��� ���������" # src/request.c:263 #, fuzzy #~ msgid "(near initialization for `%s')" #~ msgstr "�� ���� ������������� �������" #, fuzzy #~ msgid "initializer element is not constant" #~ msgstr "�� ������������ ������������� ��������" # src/request.c:263 #~ msgid "initialization" #~ msgstr "������������" #, fuzzy #~ msgid "invalid initializer" #~ msgstr "�� ������ ������� ���������� ���������: %s" #, fuzzy #~ msgid "extra brace group at end of initializer" #~ msgstr "���������� ��������� ��� ����� ��� �������" #, fuzzy #~ msgid "missing initializer" #~ msgstr "���� ���������� �� ������ ����������" #, fuzzy #~ msgid "asm template is not a string constant" #~ msgstr "�� ������������ ������������� ��������" #, fuzzy #~ msgid "modification by `asm'" #~ msgstr "� ����������� �������" #~ msgid "`return' with no value, in function returning non-void" #~ msgstr "`return' ����� ����, �� ��������� ��� ���������� ��-����" #~ msgid "return" #~ msgstr "���������" #, fuzzy #~ msgid "can't inline call to `%s'" #~ msgstr "�������� ��������� ioctl ��� `%s'" #~ msgid "internal error" #~ msgstr "��������� ������" #~ msgid "no arguments" #~ msgstr "����� ��������" # src/getopt1.c:132 # src/getopt1.c:132 #~ msgid "fopen %s" #~ msgstr "fopen %s" #~ msgid "fclose %s" #~ msgstr "fclose %s" #, fuzzy #~ msgid "%s terminated with signal %d [%s]%s" #~ msgstr "%s: � ��������������� C ������� �� ���� %d\n" #, fuzzy #~ msgid "[cannot find %s]" #~ msgstr "��� ����� ������� �� ���������� �� %s" #, fuzzy #~ msgid "cannot find `%s'" #~ msgstr "�������� ���������� ��� `%s'" #, fuzzy #~ msgid "[Leaving %s]\n" #~ msgstr "�������� ��������� %s\n" #, fuzzy #~ msgid "cannot find `nm'" #~ msgstr "�������� ���������� ��� `%s'" #~ msgid "pipe" #~ msgstr "��������" #~ msgid "fdopen" #~ msgstr "fdopen" #~ msgid "dup2 %d 1" #~ msgstr "dup2 %d 1" #~ msgid "close %d" #~ msgstr "close %d" #~ msgid "execvp %s" #~ msgstr "execvp %s" #~ msgid "fclose" #~ msgstr "fclose" #, fuzzy #~ msgid "unable to open file '%s'" #~ msgstr "��� ������� �� ������ �� ������ %s" #, fuzzy #~ msgid "unable to stat file '%s'" #~ msgstr "�������� �����������(stat()) ������� `%s': %s" #, fuzzy #~ msgid "unable to mmap file '%s'" #~ msgstr "�������� ��������� ��� ����� (mmap) ��� ������� %s.\n" #~ msgid "not found\n" #~ msgstr "�� �������\n" #, fuzzy #~ msgid "bad magic number in file '%s'" #~ msgstr "�� ������� ������� ������� ��� ������ ������: `%s'" #~ msgid "dynamic dependencies.\n" #~ msgstr "��������� ����������.\n" #, fuzzy #~ msgid "cannot find `ldd'" #~ msgstr "�������� ���������� ��� `%s'" #~ msgid "execv %s" #~ msgstr "execv %s" #, fuzzy #~ msgid "%s: not a COFF file" #~ msgstr "%s: ��� ����� �������� ������" #, fuzzy #~ msgid "%s: cannot open as COFF file" #~ msgstr "�������� ���������� ������� ������" #, fuzzy #~ msgid "library lib%s not found" #~ msgstr "������� �� �������" # src/getopt1.c:132 # src/getopt1.c:132 #~ msgid "open %s" #~ msgstr "open %s" #, fuzzy #~ msgid "section pointer missing" #~ msgstr "������� ����������� ��� %s" #, fuzzy #~ msgid "no symbol table found" #~ msgstr "��� ������ ��������� �����" #, fuzzy #~ msgid "no cmd_strings found" #~ msgstr "��� ������� ����" #, fuzzy #~ msgid "" #~ "writing load commands.\n" #~ "\n" #~ msgstr "���� ���������� ������" #~ msgid "close %s" #~ msgstr "close %s" #, fuzzy #~ msgid "bad magic number" #~ msgstr "���������� ������� �������" #~ msgid "bad header version" #~ msgstr "��������� ������ ���������" #, fuzzy #~ msgid "old raw header file" #~ msgstr "��� ����� ������� ������" #, fuzzy #~ msgid "unsupported version" #~ msgstr "�������� ������� ������������" # src/request.c:37 #~ msgid "fstat %s" #~ msgstr "fstat %s" #~ msgid "lseek %s 0" #~ msgstr "lseek %s 0" #~ msgid "read %s" #~ msgstr "read %s" #~ msgid "msync %s" #~ msgstr "msync %s" #~ msgid "munmap %s" #~ msgstr "munmap %s" #~ msgid "write %s" #~ msgstr "write %s" #, fuzzy #~ msgid "cannot convert to a pointer type" #~ msgstr "��� ����� ������� �� ������ � ����� ��� �����������." #, fuzzy #~ msgid "conversion to incomplete type" #~ msgstr "�� ������ �������" #~ msgid "internal error: " #~ msgstr "��������� ������: " #~ msgid "warning: " #~ msgstr "�������������: " #, fuzzy #~ msgid "integer constant out of range" #~ msgstr "������� ���� ������� ����� ����� �����" #, fuzzy #~ msgid "invalid character '\\%03o' in #if" #~ msgstr "�� ������� ���������� `%c' ��� ���� �������������� `%s'" #, fuzzy #~ msgid "missing binary operator" #~ msgstr "�������� �������� ���������." #, fuzzy #~ msgid "ignoring nonexistent directory \"%s\"\n" #~ msgstr "�������� ��-��������� `%s'\n" #, fuzzy #~ msgid "%s: Not a directory" #~ msgstr "��� ����� ���������" #, fuzzy #~ msgid "ignoring duplicate directory \"%s\"\n" #~ msgstr "�������� ������� ��� �������� \"%s\"" #, fuzzy #~ msgid "changing search order for system directory \"%s\"" #~ msgstr "�������� ������� ��� �������� \"%s\"" #, fuzzy #~ msgid "End of search list.\n" #~ msgstr "����� ��������" #, fuzzy #~ msgid "I/O error on output" #~ msgstr "������ �������/������" #, fuzzy #~ msgid "argument missing after %s" #~ msgstr "����� ���������� ��������" #, fuzzy #~ msgid "assertion missing after %s" #~ msgstr "������� ����������� ��� %s" #, fuzzy #~ msgid "file name missing after %s" #~ msgstr "����� ���������� ��������" #, fuzzy #~ msgid "number missing after %s" #~ msgstr "������� ����������� ��� %s" #, fuzzy #~ msgid "target missing after %s" #~ msgstr "���� ������� %s\n" #, fuzzy #~ msgid "-I- specified twice" #~ msgstr "�� ��������" #, fuzzy #~ msgid "possible start of unterminated string literal" #~ msgstr "�� ������������ ������������� ��������" #~ msgid "multi-line string literals are deprecated" #~ msgstr "�� ���������� ��� � ����� �������������� �������� ��������� �������" #, fuzzy #~ msgid "no newline at end of file" #~ msgstr "%s: ������ ����� �������" #, fuzzy #~ msgid "unknown string token %s\n" #~ msgstr "������� ������� ��� �� `s'" # src/main.c:663 #, fuzzy #~ msgid "unknown escape sequence: '\\%03o'" #~ msgstr "������� ������������ `%s'" #~ msgid "invalid option %s" #~ msgstr "�� ������ ������� %s" #, fuzzy #~ msgid "\"%s\" is not a valid option to the preprocessor" #~ msgstr "%s' ��� ����� ������ ������� ��������." #~ msgid "too many input files" #~ msgstr "���������� ����� ������ �������" #~ msgid "%s:%d: warning: " #~ msgstr "%s:%d: �������������: " #~ msgid "%s: warning: " #~ msgstr "%s: �������������: " #~ msgid "((anonymous))" #~ msgstr "((�������))" # src/request.c:37 #~ msgid "%s: %s: " #~ msgstr "%s: %s: " #~ msgid "sorry, not implemented: " #~ msgstr "��������, � ���������� ��� ���� ����������: " #~ msgid "%s " #~ msgstr "%s " #~ msgid " %s" #~ msgstr " %s" #~ msgid "In member function `%s':" #~ msgstr "��� ��������� ����� `%s':" #~ msgid "In function `%s':" #~ msgstr "��� ��������� `%s':" #, fuzzy #~ msgid "compilation terminated.\n" #~ msgstr "� ���������� ��� �����������" #, fuzzy #~ msgid "Internal compiler error in %s, at %s:%d" #~ msgstr "��������� ������ ��� %s, ������ %u" #~ msgid ":\n" #~ msgstr ":\n" #, fuzzy #~ msgid "DW_LOC_OP %s not implemented\n" #~ msgstr "� ���������� ��� ���� ����������" #, fuzzy #~ msgid "can't get current directory" #~ msgstr "��� ����� ������� �� ������ � ������ ���������." #, fuzzy #~ msgid "__builtin_eh_return not supported on this target" #~ msgstr "���������� ��������� ��� �������������� ��� ������� ����" #, fuzzy #~ msgid "stack limits not supported on this target" #~ msgstr "���������� ��������� ��� �������������� ��� ������� ����" #, fuzzy #~ msgid "could not split insn" #~ msgstr "�������� ������� ������" #, fuzzy #~ msgid "invalid `asm': " #~ msgstr "�� ������ ������� ���������� ���������: %s" #, fuzzy #~ msgid "unterminated assembly dialect alternative" #~ msgstr "�� ������������� ��������� �����" #, fuzzy #~ msgid "operand number missing after %%-letter" #~ msgstr "������� ����������� ��� %s" #, fuzzy #~ msgid "operand number out of range" #~ msgstr "� ������� ��������� ����� ��� ��� �� ����" #, fuzzy #~ msgid "invalid %%-code" #~ msgstr "�� ������ ��������" #, fuzzy #~ msgid "invalid expression as operand" #~ msgstr "%s: �� ������ �������� �������: %s" #~ msgid "control reaches end of non-void function" #~ msgstr "� ������� ������ ��� ����� ��-����� ����������" # src/shred.c:1134 #, fuzzy #~ msgid "size of variable `%s' is too large" #~ msgstr "%s: �� ������ ����� ���� ������" #, fuzzy #~ msgid "unused parameter `%s'" #~ msgstr "�������� ���������� `%s'" # src/main.c:785 #, fuzzy #~ msgid "ambiguous abbreviation %s" #~ msgstr "������ ����� `%s'" #, fuzzy #~ msgid "missing argument to `%s' option" #~ msgstr "������ ���������� ��� `%s'" #, fuzzy #~ msgid "extraneous argument to `%s' option" #~ msgstr "������ ���������� ��� `%s'" #, fuzzy #~ msgid "" #~ "Setting spec %s to '%s'\n" #~ "\n" #~ msgstr "���������� %s %s ��� %s" #, fuzzy #~ msgid "rename spec %s to %s\n" #~ msgstr "���������� %s %s ��� %s" #, fuzzy #~ msgid "specs unknown %% command after %ld characters" #~ msgstr "����� �� ��� �� ������ ������ ����������" #~ msgid "-pipe not supported" #~ msgstr "�� -pipe ��� �������������" #~ msgid "" #~ "\n" #~ "Go ahead? (y or n) " #~ msgstr "" #~ "\n" #~ "�� ����������; (y � n) " #~ msgid "# %s %.2f %.2f\n" #~ msgstr "# %s %.2f %.2f\n" #~ msgid "Usage: %s [options] file...\n" #~ msgstr "�����: %s [��������] ������...\n" #~ msgid "Options:\n" #~ msgstr "��������:\n" #~ msgid " -pass-exit-codes Exit with highest error code from a phase\n" #~ msgstr " -pass-exit-codes ������ �� �� ��������� ������ ��������� ��� �����\n" #~ msgid " --help Display this information\n" #~ msgstr " --help �������� ����� ��� �����������\n" #~ msgid " --target-help Display target specific command line options\n" #~ msgstr " --target-help �������� �������� ������� ������� �������� �� �� �����\n" #~ msgid " (Use '-v --help' to display command line options of sub-processes)\n" #~ msgstr " (����� '-v --help' ��� ��� �������� �������� ������� ������� �������������)\n" #~ msgid " -dumpspecs Display all of the built in spec strings\n" #~ msgstr " -dumpspecs �������� ���� ��� ��������������� �������������� ��� �������������\n" #~ msgid " -dumpversion Display the version of the compiler\n" #~ msgstr " -dumpversion �������� ��� ������� ��� �������������\n" #~ msgid " -dumpmachine Display the compiler's target processor\n" #~ msgstr " -dumpmachine �������� ��� ����������� ������ ��� �������������\n" #~ msgid " -print-search-dirs Display the directories in the compiler's search path\n" #~ msgstr " -print-search-dirs �������� ��� ��������� ���� ��������� ���������� ��� �������������\n" #~ msgid " -print-libgcc-file-name Display the name of the compiler's companion library\n" #~ msgstr " -print-libgcc-file-name �������� ��� �������� ��� ������������ ����������� ��� �������������\n" #~ msgid " -print-file-name=<lib> Display the full path to library <lib>\n" #~ msgstr " -print-file-name=<�������> �������� ��� ������ ��������� ��� ���������� <�������>\n" #~ msgid " -print-prog-name=<prog> Display the full path to compiler component <prog>\n" #~ msgstr " -print-prog-name=<�����> �������� ��� ������ ��������� ��� ��������� ������������� <�����>\n" #~ msgid " -print-multi-directory Display the root directory for versions of libgcc\n" #~ msgstr " -print-multi-directory �������� ��� ������� ��������� ��� �������� ��� libgcc\n" #~ msgid "" #~ " -print-multi-lib Display the mapping between command line options and\n" #~ " multiple library search directories\n" #~ msgstr "" #~ " -print-multi-lib �������� ��� ������������� ������ �������� �������\n" #~ " ������� ��� ��������� ���������� ���������\n" #~ " �����������\n" #~ msgid " -Wa,<options> Pass comma-separated <options> on to the assembler\n" #~ msgstr " -Wa,<��������> ������� <��������> ������������� �� ����� ��� �������������\n" #~ msgid " -Wp,<options> Pass comma-separated <options> on to the preprocessor\n" #~ msgstr " -Wp,<��������> ������� <��������> ������������� �� ����� ���� ���-�����������\n" #~ msgid " -Wl,<options> Pass comma-separated <options> on to the linker\n" #~ msgstr " -Wl,<��������> ������� <��������> ������������� �� ����� ��� �������\n" #~ msgid " -Xlinker <arg> Pass <arg> on to the linker\n" #~ msgstr " -Xlinker <������> ������� <���������> ��� �������\n" #~ msgid " -save-temps Do not delete intermediate files\n" #~ msgstr " -save-temps �� �� ���������� �� ��������� ������\n" #~ msgid " -pipe Use pipes rather than intermediate files\n" #~ msgstr " -pipe ����� ���������� ���� ���������� �������\n" #~ msgid " -time Time the execution of each subprocess\n" #~ msgstr " -time ������� ��� ������ ��������� ���� �������������\n" #~ msgid " -specs=<file> Override built-in specs with the contents of <file>\n" #~ msgstr " -specs=<������> ����� ��� ������������ ��� <�������> ���� ��� ��������������� �������������\n" #~ msgid " -std=<standard> Assume that the input sources are for <standard>\n" #~ msgstr "" #~ " -std=<�������> ������� ��� �� ����� ������ ����� ��� �� <�������>\n" #~ "\n" #~ msgid " -B <directory> Add <directory> to the compiler's search paths\n" #~ msgstr " -B <���������> �������� ��� <���������> ���� ��������� ���������� ��� �������������\n" #~ msgid " -b <machine> Run gcc for target <machine>, if installed\n" #~ msgstr " -b <������> �������� ��� gcc ��� �� ����� <������>, �� ����� ��������������\n" #~ msgid " -V <version> Run gcc version number <version>, if installed\n" #~ msgstr " -V <������> �������� ��� ������� <������> ��� gcc, �� ����� �������������\n" #~ msgid " -v Display the programs invoked by the compiler\n" #~ msgstr " -v �������� ��� ������������ ��� ����� � ��������������\n" #~ msgid " -E Preprocess only; do not compile, assemble or link\n" #~ msgstr " -E �������������� ���� ��� ������������, ������������� � �������\n" #~ msgid " -S Compile only; do not assemble or link\n" #~ msgstr " -S ������������ ���� ��� ������������� ��������\n" #~ msgid " -c Compile and assemble, but do not link\n" #~ msgstr " -c ������������ ��� �������������, ������� �������\n" #~ msgid " -o <file> Place the output into <file>\n" #~ msgstr " -o <������> ���������� ��� ������ ��� <������>\n" #~ msgid "" #~ " -x <language> Specify the language of the following input files\n" #~ " Permissable languages include: c c++ assembler none\n" #~ " 'none' means revert to the default behavior of\n" #~ " guessing the language based on the file's extension\n" #~ msgstr "" #~ " -x <������> ���������� ��� ������� ��� �������� ������� �������\n" #~ " ��������� ������� �����: c c++ assembler none\n" #~ " �� 'none' �������� ��������� ���� �� �������\n" #~ " ����������� ������� ��� ������� ����� ��� ���������\n" #~ " ��� �������\n" #~ msgid "" #~ "\n" #~ "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n" #~ " passed on to the various sub-processes invoked by %s. In order to pass\n" #~ " other options on to these processes the -W<letter> options must be used.\n" #~ msgstr "" #~ "\n" #~ "�� �������� ��� �������� �� -g, -f, -m, -O, -W � --param ������� ��������\n" #~ " ���� �������� ������������� ��� ����� �� %s. ��� �� �������� �����\n" #~ " �������� �� ����� ��� ����������, ������ �� ��������������� ��� ��������\n" #~ " -W<������>.\n" #~ msgid "%s (GCC) %s\n" #~ msgstr "%s (GCC) %s\n" #~ msgid "Copyright (C) 2002 Free Software Foundation, Inc.\n" #~ msgstr "���������� ���������� (C) 2002 Free Software Foundation, Inc.\n" # src/main.c:850 #, fuzzy #~ msgid "" #~ "This is free software; see the source for copying conditions. There is NO\n" #~ "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" #~ "\n" #~ msgstr "" #~ "���� ����� �������� ���������� ����� ��� ������ ������ ��� ���� �����������\n" #~ "����������. ��� ������� ����� ������� ���� ����� ��� ��������������� � \n" #~ "������������� ��� ��� ������������ �����.\n" #, fuzzy #~ msgid "argument to `-Xlinker' is missing" #~ msgstr "����� ���������� ��������" #, fuzzy #~ msgid "argument to `-l' is missing" #~ msgstr "����� ���������� ��������" #, fuzzy #~ msgid "argument to `-specs' is missing" #~ msgstr "����� ���������� ��������" #, fuzzy #~ msgid "argument to `-specs=' is missing" #~ msgstr "����� ���������� ��������" #, fuzzy #~ msgid "argument to `-b' is missing" #~ msgstr "����� ���������� ��������" #, fuzzy #~ msgid "argument to `-B' is missing" #~ msgstr "����� ���������� ��������" #, fuzzy #~ msgid "argument to `-V' is missing" #~ msgstr "����� ���������� ��������" #, fuzzy #~ msgid "invalid version number format" #~ msgstr "�� ������ ���������� �����������" #, fuzzy #~ msgid "argument to `-x' is missing" #~ msgstr "����� ���������� ��������" #, fuzzy #~ msgid "argument to `-%s' is missing" #~ msgstr "����� ���������� ��������" #, fuzzy #~ msgid "invalid specification! Bug in cc" #~ msgstr "�� ������ ������� ����� (port)" #, fuzzy #~ msgid "spec failure: unrecognized spec option '%c'" #~ msgstr "%s: �� ������������ ������� `-%c'\n" #~ msgid "unrecognized option `-%s'" #~ msgstr "�� ������������ ������� `-%s'" #~ msgid "install: %s%s\n" #~ msgstr "�����������: %s%s\n" #~ msgid "programs: %s\n" #~ msgstr "�����������: %s\n" #~ msgid "libraries: %s\n" #~ msgstr "�����������: %s\n" #~ msgid "" #~ "\n" #~ "For bug reporting instructions, please see:\n" #~ msgstr "" #~ "\n" #~ "��� ������� ��� �������� ���������. �������� �����:\n" #~ msgid "Configured with: %s\n" #~ msgstr "���� ��������� ��: %s\n" #~ msgid "Thread model: %s\n" #~ msgstr "������� �������: %s\n" #~ msgid "gcc version %s\n" #~ msgstr "������ gcc %s\n" #~ msgid "gcc driver version %s executing gcc version %s\n" #~ msgstr "������ ������ gcc %s ������� ��� ������ gcc %s\n" #~ msgid "no input files" #~ msgstr "��� �������� ������ �������" #~ msgid "%s: %s compiler not installed on this system" #~ msgstr "%s: � �������������� %s ��� ���� ������������ ��� ������� ����" #~ msgid "internal gcc abort" #~ msgstr "��������� ������ gcc" # src/main.c:178 #, fuzzy #~ msgid "Internal gcov abort.\n" #~ msgstr "��������� ������ (recoding)" #~ msgid "" #~ "Usage: gcov [OPTION]... SOURCEFILE\n" #~ "\n" #~ msgstr "" #~ "�����: gcov [�������]... [���ź������]\n" #~ "\n" #~ msgid "" #~ "Print code coverage information.\n" #~ "\n" #~ msgstr "" #~ "E������� ����������� ������� ������.\n" #~ "\n" #~ msgid " -h, --help Print this help, then exit\n" #~ msgstr " -h, --help �������� ����� ��� ��������, ���� ������\n" #~ msgid " -v, --version Print version number, then exit\n" #~ msgstr " -v, --version �������� ������� �������, ���� ������\n" #~ msgid "" #~ "\n" #~ "For bug reporting instructions, please see:\n" #~ "%s.\n" #~ msgstr "" #~ "\n" #~ "��� ������� ���� �������� ���������, �������� �����:\n" #~ "%s.\n" #~ msgid "gcov (GCC) %s\n" #~ msgstr "gcov (GCC) %s\n" #~ msgid "Copyright (C) 2001 Free Software Foundation, Inc.\n" #~ msgstr "���������� ���������� (C) 2001 Free Software Foundation, Inc.\n" #, fuzzy #~ msgid "Could not open basic block file %s.\n" #~ msgstr "��� ������� �� ������ �� ������ %s" #, fuzzy #~ msgid "Could not open program flow graph file %s.\n" #~ msgstr "������� � ���������� ������� ���������� \"%s\"" #, fuzzy #~ msgid "No executable code associated with file %s.\n" #~ msgstr "����� ��������� ��� ��������� �� �� �����" #, fuzzy #~ msgid "No branches in function %s\n" #~ msgstr "��� �������� ����������� ��� ����� `%s'.\n" #, fuzzy #~ msgid "No calls in function %s\n" #~ msgstr "��� �������� URL ��� %s.\n" #, fuzzy #~ msgid "didn't use all bb entries of graph, function %s\n" #~ msgstr "�������� ���� ��� �������� ��� ��������� %s\n" #, fuzzy #~ msgid "No branches in file %s\n" #~ msgstr "" #~ "��� ������� ������ `%s'.\n" #~ "\n" #, fuzzy #~ msgid "No calls in file %s\n" #~ msgstr "���������� ������� `%s'\n" #, fuzzy #~ msgid "Could not open source file %s.\n" #~ msgstr "��� ������� �� ������ �� ������ %s" #, fuzzy #~ msgid "Could not open output file %s.\n" #~ msgstr "�������� ���������� ������� ������ `%s'" #~ msgid "Creating %s.\n" #~ msgstr "���������� ��� %s.\n" #, fuzzy #~ msgid "can't open %s" #~ msgstr "�������� ���������� ��� `%s'" #, fuzzy #~ msgid "function cannot be inline" #~ msgstr "� ���������� ��� ���� ����������" #, fuzzy #~ msgid "invalid parameter `%s'" #~ msgstr "� ���������� `%s' ��� ����� ������." #, fuzzy #~ msgid "%s: internal abort\n" #~ msgstr "��������� ������ ��� ������� �����������" #, fuzzy #~ msgid "%s: error writing file `%s': %s\n" #~ msgstr "%s: ������ ���� ��� ������� ��� %s\n" #, fuzzy #~ msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n" #~ msgstr "%s: � ����� ����� %s [ -v ] [ -c ������� ] �������� ����� ...\n" #, fuzzy #~ msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n" #~ msgstr "%s: � ����� ����� %s [ -v ] [ -c ������� ] �������� ����� ...\n" #, fuzzy #~ msgid "%s: warning: no read access for file `%s'\n" #~ msgstr "%s: �������������: � uname �������: %s\n" #, fuzzy #~ msgid "%s: warning: no write access for file `%s'\n" #~ msgstr "%s: �������������: � uname �������: %s\n" #, fuzzy #~ msgid "%s: invalid file name: %s\n" #~ msgstr "%s: �� ������ ����� �������" #, fuzzy #~ msgid "%s: %s: can't get status: %s\n" #~ msgstr "%s: �������� ��������� ��� %s: %s\n" #, fuzzy #~ msgid "%s: compiling `%s'\n" #~ msgstr "%s: ������ ���� ��� ������� ��� %s\n" # src/request.c:37 #, fuzzy #~ msgid "%s: wait: %s\n" #~ msgstr "%s �� %s" #, fuzzy #~ msgid "%s: subprocess got fatal signal %d\n" #~ msgstr "%s: � ��������������� C ������� �� ���� %d\n" #, fuzzy #~ msgid "%s: %s exited with status %d\n" #~ msgstr "%s: � ��������������� C ������� �� ���� %d\n" #, fuzzy #~ msgid "%s: warning: missing SYSCALLS file `%s'\n" #~ msgstr "%s: �������������: � uname �������: %s\n" #, fuzzy #~ msgid "%s: can't read aux info file `%s': %s\n" #~ msgstr "%s: �������� ���� �������� %s: %s\n" #, fuzzy #~ msgid "%s: can't get status of aux info file `%s': %s\n" #~ msgstr "�������� �����������(stat()) ������� `%s': %s" #, fuzzy #~ msgid "%s: can't open aux info file `%s' for reading: %s\n" #~ msgstr "�������� ���������� ������� ����� `%s' ��� ��� ��������� `%s'" # src/shred.c:1103 #, fuzzy #~ msgid "%s: error reading aux info file `%s': %s\n" #~ msgstr "%s: ������ �������� ��� ���� %s" #, fuzzy #~ msgid "%s: error closing aux info file `%s': %s\n" #~ msgstr "%s: ������ ���� �� �������� ��� %s: %s\n" #, fuzzy #~ msgid "%s: can't delete aux info file `%s': %s\n" #~ msgstr "%s: �� ������ �� ��������� �� %s: %s\n" #, fuzzy #~ msgid "%s: can't delete file `%s': %s\n" #~ msgstr "%s: ��� ����� ������� �� ������������ %s: %s\n" #, fuzzy #~ msgid "%s: warning: can't rename file `%s' to `%s': %s\n" #~ msgstr "%s: �������������: � uname �������: %s\n" #, fuzzy #~ msgid "%s: %d: warning: no extern definition for `%s'\n" #~ msgstr "%s: �������������: �� ������� ���� ���������" #, fuzzy #~ msgid "" #~ "\n" #~ "%s: warning: too few parameter lists in declaration of `%s'\n" #~ msgstr "�������������: ���� ���� �������� ��� ����������� `%s'" #, fuzzy #~ msgid "%s: `%s' not converted\n" #~ msgstr "%s: `%s': ��� ������� ���������" #, fuzzy #~ msgid "%s: would convert file `%s'\n" #~ msgstr "%s: � ������ �� ���������� �� %s\n" #, fuzzy #~ msgid "%s: converting file `%s'\n" #~ msgstr "���������� ������� `%s'\n" #, fuzzy #~ msgid "%s: can't get status for file `%s': %s\n" #~ msgstr "�������� �����������(stat()) ������� `%s': %s" #, fuzzy #~ msgid "%s: can't open file `%s' for reading: %s\n" #~ msgstr "%s: ��� ����� ������� �� �������� �� %s: %s\n" #, fuzzy #~ msgid "" #~ "\n" #~ "%s: error reading input file `%s': %s\n" #~ msgstr "%s: ������ ���� ��� �������� ��� %s\n" #, fuzzy #~ msgid "%s: can't create/open clean file `%s': %s\n" #~ msgstr "%s: ��� ����� ������� �� ������������ %s: %s\n" #, fuzzy #~ msgid "%s: can't link file `%s' to `%s': %s\n" #~ msgstr "%s: ��� ����� ������� �� �������� �� %s �� �� %s: %s\n" #, fuzzy #~ msgid "%s: can't create/open output file `%s': %s\n" #~ msgstr "�������� ���������� ������� ������ `%s'" #, fuzzy #~ msgid "%s: can't change mode of file `%s': %s\n" #~ msgstr "%s: ��� ����� ������� �� ��������� �� %s: %s\n" #, fuzzy #~ msgid "%s: cannot get working directory: %s\n" #~ msgstr "%s: ��� ����� ������ �� ������� ���� �� ��������" #, fuzzy #~ msgid "%s: input file names must have .c suffixes: %s\n" #~ msgstr "%s: �� ������ ������� ����� �� ������ ������" #, fuzzy #~ msgid "conversion from NaN to int" #~ msgstr "� ��������� ��� `%s' �� `%s' ��� ������������" #, fuzzy #~ msgid "floating point overflow" #~ msgstr "�������� ������� ������������" #, fuzzy #~ msgid "%s: argument domain error" #~ msgstr "%s: ������ ���������" #, fuzzy #~ msgid "%s: overflow range error" #~ msgstr "%s: ������ ��������" #, fuzzy #~ msgid "%s: underflow range error" #~ msgstr "%s: ������ ��������" #, fuzzy #~ msgid "unknown register name: %s" #~ msgstr "�������� ���������� `%s'" #, fuzzy #~ msgid "unable to generate reloads for:" #~ msgstr "������� � ���������� ���������� ���� �����������" #, fuzzy #~ msgid "this is the insn:" #~ msgstr "����� ����� � ������ �������" #, fuzzy #~ msgid "could not find a spill register" #~ msgstr "�������� ������� ������" #, fuzzy #~ msgid "unrecognizable insn:" #~ msgstr "�� ������������ ��������� `%s'" #, fuzzy #~ msgid "invalid punctuation `%c' in constraint" #~ msgstr "�� ������ ������� ���������� `%s' ��� ��������� [c*n]" #, fuzzy #~ msgid "unknown register name `%s' in `asm'" #~ msgstr "�������� ���������� ��� ����� `%s' ��� ���������� `%s'" #, fuzzy #~ msgid "duplicate asm operand name '%s'" #~ msgstr "����� ����� ��������� `%s'" #, fuzzy #~ msgid "undefined named operand '%s'" #~ msgstr "�� �������� ����� %s" #~ msgid "unused variable `%s'" #~ msgstr "�������������� ��������� `%s'" #, fuzzy #~ msgid "size of `%s' is larger than %d bytes" #~ msgstr "%s: �� ����� ��� ������ `%s' ��� ������ �� ����� ����������� ��� %d" #~ msgid " TOTAL :" #~ msgstr " �������� :" #, fuzzy #~ msgid "collect: reading %s\n" #~ msgstr "������ ��������� %s" #~ msgid "ld returned %d exit status" #~ msgstr "� ld ��������� ��������� ������ %d" #, fuzzy #~ msgid "Floating-point operations can trap" #~ msgstr "�������� ������� ������������" #, fuzzy #~ msgid "Do not suppress warnings from system headers" #~ msgstr "���������� �������������� ��� ��������� ������������" #~ msgid "invalid option `%s'" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "internal error: %s" #~ msgstr "������ ���� �������� �������: %s" #, fuzzy #~ msgid "" #~ "\n" #~ "Target specific options:\n" #~ msgstr "������ �������" #, fuzzy #~ msgid "unrecognized gcc debugging option: %c" #~ msgstr "�� ������������ ������� `-%c'" # src/request.c:806 src/request.c:912 #, fuzzy #~ msgid "unrecognized register name `%s'" #~ msgstr "�� ������������ ����� ���������� `%s'" #, fuzzy #~ msgid "unrecognized option `%s'" #~ msgstr "�� ������������ ������� `-%c'" #, fuzzy #~ msgid "`%s': unknown or unsupported -g option" #~ msgstr "%s: �������/�� �������������� ����� �������.\n" #, fuzzy #~ msgid "-param option missing argument" #~ msgstr "�������� ��������� �������" #, fuzzy #~ msgid "invalid --param option: %s" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid parameter value `%s'" #~ msgstr "�� ������ �������� ������ `%s'" # src/getopt1.c:132 # src/getopt1.c:132 #, fuzzy #~ msgid "options passed: " #~ msgstr "������� %s" # src/getopt1.c:155 # src/getopt1.c:155 #, fuzzy #~ msgid "options enabled: " #~ msgstr "������� �\n" #, fuzzy #~ msgid "can't open %s for writing" #~ msgstr "%s: ������ �������� " #, fuzzy #~ msgid "ignoring command line option '%s'" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "instruction scheduling not supported on this target machine" #~ msgstr "���������� ��������� ��� �������������� ��� ������� ����" #, fuzzy #~ msgid "-f%sleading-underscore not supported on this target machine" #~ msgstr "���������� ��������� ��� �������������� ��� ������� ����" #, fuzzy #~ msgid "-ffunction-sections not supported for this target" #~ msgstr "�� --no-dereference (-h) ��� ������������� �� ���� �� �������" #, fuzzy #~ msgid "-fdata-sections not supported for this target" #~ msgstr "���������� ��������� ��� �������������� ��� ������� ����" #, fuzzy #~ msgid "-fprefetch-loop-arrays not supported for this target" #~ msgstr "�� --no-dereference (-h) ��� ������������� �� ���� �� �������" #, fuzzy #~ msgid "-fprefetch-loop-arrays is not supported with -Os" #~ msgstr "�� --no-dereference (-h) ��� ������������� �� ���� �� �������" #, fuzzy #~ msgid "error writing to %s" #~ msgstr "������ �������� %s" #, fuzzy #~ msgid "error closing %s" #~ msgstr "������ ��������� %s" #, fuzzy #~ msgid "invalid character constant in #if" #~ msgstr "�� ������� �������� ���������� ��� �������������" #, fuzzy #~ msgid "invalid token in expression" #~ msgstr "�� ������ �������� �������" #, fuzzy #~ msgid "octal character constant does not fit in a byte" #~ msgstr "�� ������� �������� ���������� ��� �������������" #, fuzzy #~ msgid "hex character constant does not fit in a byte" #~ msgstr "�� ������� �������� ���������� ��� �������������" #, fuzzy #~ msgid "Junk after end of expression." #~ msgstr "������ ����� ��� ��������� ��������" #, fuzzy #~ msgid "-traditional is not supported in C++" #~ msgstr "� ���������� ��� �������������" #, fuzzy #~ msgid "-traditional and -ansi are mutually exclusive" #~ msgstr "�� �������� --string ��� --check ����� ��������� �������������" #, fuzzy #~ msgid "-pedantic and -traditional are mutually exclusive" #~ msgstr "\"���� %s\" ������ ��� ������� -l ����� ��������� ������������" #, fuzzy #~ msgid "-trigraphs and -traditional are mutually exclusive" #~ msgstr "�� �������� --string ��� --check ����� ��������� �������������" #, fuzzy #~ msgid "unterminated #%s conditional" #~ msgstr "�� ������������o �������������" #, fuzzy #~ msgid "not in any file?!" #~ msgstr "��� ����� ������� ������" #, fuzzy #~ msgid "invalid macro name" #~ msgstr "�� ������ ����� ����" #, fuzzy #~ msgid "invalid macro name `%s'" #~ msgstr "� ���������� `%s' ��� ����� ������." #, fuzzy #~ msgid "unterminated parameter list in #define" #~ msgstr "�� ������������� ����� ������" #, fuzzy #~ msgid "invalid format #line command" #~ msgstr "� ������� ������ ��� ����� ������: `%s'" #, fuzzy #~ msgid "undefining `defined'" #~ msgstr "�������" #, fuzzy #~ msgid "undefining `%s'" #~ msgstr "������� ��� `%s'" #, fuzzy #~ msgid "#warning%.*s" #~ msgstr "�������������: " #, fuzzy #~ msgid "unterminated string or character constant" #~ msgstr "�� ������������ ������������� ��������" #, fuzzy #~ msgid "arguments given to macro `%s'" #~ msgstr "������ ���������� ��� `%s'" #, fuzzy #~ msgid "no args to macro `%s'" #~ msgstr "�������� ���������� `%s'" #, fuzzy #~ msgid "could not open dump file `%s'" #~ msgstr "�������� ���������� ������� ������ `%s'" #, fuzzy #~ msgid "ignoring unknown option `%.*s' in `-f%s'" #~ msgstr "������� �������: %s %s %s" #, fuzzy #~ msgid "invalid initializer for bit string" #~ msgstr "� ������� ������ ��� ����� ������: `%s'" #, fuzzy #~ msgid "register name not specified for `%s'" #~ msgstr "������� �������� ��� ����������� ������-��������" #, fuzzy #~ msgid "invalid register name for `%s'" #~ msgstr "�� ������� ������� ������: `%s'" #, fuzzy #~ msgid "unknown set constructor type" #~ msgstr "��� ����� ������� �� ������ � ����� ��� �����������." #, fuzzy #~ msgid "invalid initial value for member `%s'" #~ msgstr "�� ������� ������� ������: `%s'" #, fuzzy #~ msgid "weak declaration of `%s' after first use results in unspecified behavior" #~ msgstr "� ���������� ��� �������������" #, fuzzy #~ msgid "weak declaration of `%s' not supported" #~ msgstr "� ���������� ��� �������������" #, fuzzy #~ msgid "too many #pragma options align=reset" #~ msgstr "����������� ���������� ��� ��� ����� ��������." #, fuzzy #~ msgid "malformed '#pragma options', ignoring" #~ msgstr "���������������� ������ ���������" #, fuzzy #~ msgid "invalid %%Q value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%C value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%N value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%M value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%m value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%L value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%O value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%P value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%V value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "-f%s ignored for Unicos/Mk (not supported)" #~ msgstr "������ fifo ��� ��������������" #, fuzzy #~ msgid "-mieee not supported on Unicos/Mk" #~ msgstr "�� servname ��� ������������� ��� �� ai_socktype" #, fuzzy #~ msgid "trap mode not supported on Unicos/Mk" #~ msgstr "�� servname ��� ������������� ��� �� ai_socktype" #, fuzzy #~ msgid "rounding mode not supported for VAX floats" #~ msgstr "�� servname ��� ������������� ��� �� ai_socktype" #, fuzzy #~ msgid "trap mode not supported for VAX floats" #~ msgstr "�� servname ��� ������������� ��� �� ai_socktype" #, fuzzy #~ msgid "invalid %%H value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%J value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%r value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%R value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%h value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%U value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%s value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%E value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%xn code" #~ msgstr "�� ������ ��������" #, fuzzy #~ msgid "argument of `%s' attribute is not a string constant" #~ msgstr "� ���������� ��� `%s' ������ �� ����� ���� ����� ����������" #, fuzzy #~ msgid "invalid operand to %%R code" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid operand to %%H/%%L code" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid operand to %%U code" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid operand to %%V code" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid operand output code" #~ msgstr "�� ������� ������� �������" #, fuzzy #~ msgid "invalid floating point emulation option: -mfpe-%s" #~ msgstr "� ���������� ������� ������������ ��� ����� ������: %s" #, fuzzy #~ msgid "Don't do symbol renaming" #~ msgstr "��� ������ ��������� �����" #, fuzzy #~ msgid "MCU `%s' not supported" #~ msgstr "������ fifo ��� ��������������" #, fuzzy #~ msgid "invalid insn:" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "incorrect insn:" #~ msgstr "����� �����������" #, fuzzy #~ msgid "unknown move insn:" #~ msgstr "������� ��� `%s'" #, fuzzy #~ msgid "Specify the MCU name" #~ msgstr "������� �������� ������������" #, fuzzy #~ msgid "trampolines not supported" #~ msgstr "� ���������� ��� �������������" #, fuzzy #~ msgid "malformed '#pragma %s' - ignored" #~ msgstr "���������������� ������ ���������" #, fuzzy #~ msgid "mode not QImode" #~ msgstr "���_���������: ��������� �����������\n" #, fuzzy #~ msgid "invalid indirect memory address" #~ msgstr "�� ������� ������ �����" #, fuzzy #~ msgid "Do not allocate BK register" #~ msgstr "��� ����� ������ �� ��������� �����" #, fuzzy #~ msgid "Enable parallel instructions" #~ msgstr "���������� ������" #, fuzzy #~ msgid "Disable parallel instructions" #~ msgstr "���������� ������" #, fuzzy #~ msgid "invalid operand for 'b' modifier" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid operand for 'v' modifier" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid operand for 'P' modifier" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid operand for 'p' modifier" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid operand for 'z' modifier" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid operand for 'H' modifier" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "bad register" #~ msgstr "��� ����� ������ � ���������� ��� ���������" #, fuzzy #~ msgid "invalid operand for 'e' modifier" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid operand for 'm' modifier" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid operand for 'A' modifier" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid operand for 'D' modifier" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid operand for 'T' modifier" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid operand modifier letter" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "internal error: bad register: %d" #~ msgstr "��������� ������ ��� %s, ������ %u" #, fuzzy #~ msgid "unexpected operand" #~ msgstr "�� �������� ����� %s" # src/request.c:806 src/request.c:912 #, fuzzy #~ msgid "unrecognized address" #~ msgstr "�� ������������ ����� ���������� `%s'" #, fuzzy #~ msgid "unrecognized supposed constant" #~ msgstr "������� �������: %s" #, fuzzy #~ msgid "unknown CRIS cpu version specification in -mtune= : %s" #~ msgstr "���� ������ �������� ���������� ���� ��������" #, fuzzy #~ msgid "-fPIC and -fpic are not supported in this configuration" #~ msgstr "� ���������� ����������� ��� ������������� ��� ��� ���������� �����������" #, fuzzy #~ msgid "unexpected address expression" #~ msgstr "�� ������ ������������� �������� �������" #, fuzzy #~ msgid "Debug argument support in compiler" #~ msgstr "%s: � ���������� ������������� ��� ���� ������������� ��� ������������.\n" #, fuzzy #~ msgid "Debug stack support in compiler" #~ msgstr "%s: � ���������� ������������� ��� ���� ������������� ��� ������������.\n" #, fuzzy #~ msgid "invalid addressing mode" #~ msgstr "���������� ����� ��� ���������� ����������" #, fuzzy #~ msgid "bad register extension code" #~ msgstr "��� ����� ������ � ���������� ��� ���������" #, fuzzy #~ msgid "invalid offset in ybase addressing" #~ msgstr "�� ������� ������ �������" #, fuzzy #~ msgid "invalid register in ybase addressing" #~ msgstr "�� ������� ������ �������" #, fuzzy #~ msgid "inline float constants not supported on this host" #~ msgstr "���������� ��������� ��� �������������� ��� ������� ����" #, fuzzy #~ msgid "invalid mode for gen_tst_reg" #~ msgstr "�� ������ ��������� ��� ��� dlopen()" #, fuzzy #~ msgid "Generate code for near calls" #~ msgstr "����� ���������� ����������� ������ ��� ���� ������" #, fuzzy #~ msgid "Generate code for near jumps" #~ msgstr "����� ���������� ����������� ������ ��� ���� ������" #, fuzzy #~ msgid "profiling not implemented yet" #~ msgstr "� ���������� ��� ���� ����������" #, fuzzy #~ msgid "trampolines not yet implemented" #~ msgstr "� ���������� ��� ���� ����������" #, fuzzy #~ msgid "fr30_print_operand: invalid operand to %%A code" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "fr30_print_operand: invalid %%x code" #~ msgstr "�� ������ ��������" #, fuzzy #~ msgid "Use registers for argument passing" #~ msgstr "����� ���������� ��������" #, fuzzy #~ msgid "malformed #pragma map, ignored" #~ msgstr "���������������� ������ ���������" #, fuzzy #~ msgid "Generate char instructions" #~ msgstr "���������� ������" #, fuzzy #~ msgid "code model `large' not supported yet" #~ msgstr "������ ������ ����� ��� ��������������" #, fuzzy #~ msgid "%i-bit mode not compiled in" #~ msgstr "%s: � ���������� ������������� ��� ���� ������������� ��� ������������.\n" #, fuzzy #~ msgid "argument to `%s' attribute larger than %d" #~ msgstr "%s: �� ����� ��� ������ `%s' ��� ������ �� ����� ����������� ��� %d" #, fuzzy #~ msgid "invalid UNSPEC as operand" #~ msgstr "�� ������ ���������� UTC" #, fuzzy #~ msgid "invalid operand code `%c'" #~ msgstr "�� ������ ������� `%s'" # src/grep.c:1133 #, fuzzy #~ msgid "unknown insn mode" #~ msgstr "������� ������� ���������" #, fuzzy #~ msgid "selector must be an immediate" #~ msgstr "� ���� ��� �� %s ������ �� ����� ��������" #, fuzzy #~ msgid "mask must be an immediate" #~ msgstr "� ���� ��� �� %s ������ �� ����� ��������" #, fuzzy #~ msgid "Retain legend information" #~ msgstr "�������� ����������� �������" # lib/argmatch.c:188 #, fuzzy #~ msgid "argument is a structure" #~ msgstr "������ �������� �����:" #, fuzzy #~ msgid "Alternate calling convention" #~ msgstr "�� ������������ ������������� ��������" #, fuzzy #~ msgid "Use mcount for profiling" #~ msgstr "������� � ������� ��������� ������" #, fuzzy #~ msgid "malformed #pragma align - ignored" #~ msgstr "���������������� ������ ���������" #, fuzzy #~ msgid "stack limit expression is not supported" #~ msgstr "������ ������ ����� ��� ��������������" #, fuzzy #~ msgid "Do not use complex addressing modes" #~ msgstr "���������� ����� ��� ���������� ����������" #, fuzzy #~ msgid "invalid argument of `%s' attribute" #~ msgstr "� ���������� `%s' ��� ����� ������." #, fuzzy #~ msgid "invalid operand to %%s code" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid operand to %%p code" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid operand to %%T/%%B code" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid operand to %%N code" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "bad address" #~ msgstr "��������� ���������" #, fuzzy #~ msgid "lo_sum not of register" #~ msgstr "RPC: �� ��������� ��� ���� �����������" #, fuzzy #~ msgid "invalid operand in the instruction" #~ msgstr "�� ������ ������� ���������� `%s' ��� ��������� [c*n]" #, fuzzy #~ msgid "invalid register in the instruction" #~ msgstr "�� ������� ���������� `%c' ��� ���� �������������� `%s'" #, fuzzy #~ msgid "invalid rotate insn" #~ msgstr "�� ������ ���������� `%s'." #, fuzzy #~ msgid "cannot do z-register replacement" #~ msgstr "��� ����� ������ � ���������� ��� ���������" #, fuzzy #~ msgid "Do not use direct addressing mode for soft registers" #~ msgstr "���������� ����� ��� ���������� ����������" #, fuzzy #~ msgid "Specify the register allocation order" #~ msgstr "�������� ��������� ����� ����������" #, fuzzy #~ msgid "Use unaligned memory references" #~ msgstr "�� ������ ����-���������" #, fuzzy #~ msgid "invalid %%x/X value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%q value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%o value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%p value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%s/S value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%P operand" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%B value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%D value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid code" #~ msgstr "�� ������ ��������" #, fuzzy #~ msgid "invalid option `-mshort-data-%s'" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid option `-mstack-increment=%s'" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "Emit call graph information" #~ msgstr "�������� ����������� �������" #, fuzzy #~ msgid "-mips%d not supported" #~ msgstr "�� ai_family ��� �������������" #, fuzzy #~ msgid "-mabi=%s does not support -mips%d" #~ msgstr "�� ai_socktype ��� �������������" #, fuzzy #~ msgid "invalid option `entry%s'" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "can't rewind temp file" #~ msgstr "�������� ���������� ������� ������" #, fuzzy #~ msgid "can't write to output file" #~ msgstr "�������� �������� ������� ������ ��� `%s'" #, fuzzy #~ msgid "can't read from temp file" #~ msgstr "�������� ���������� ������� ������" #, fuzzy #~ msgid "can't close temp file" #~ msgstr "�������� ���������� ������� ������" #, fuzzy #~ msgid "can not handle inconsistent calls to `%s'" #~ msgstr "�������� ��������� ioctl ��� `%s'" #, fuzzy #~ msgid "Use symbolic register names" #~ msgstr "��� ������ ��������� �����" #, fuzzy #~ msgid "-f%s not supported: ignored" #~ msgstr "������ fifo ��� ��������������" #, fuzzy #~ msgid "stack frame not a multiple of 8 bytes: %d" #~ msgstr "� ����� ������� �� �������� ������" #, fuzzy #~ msgid "Do not use addresses that allocate global registers" #~ msgstr "��� ����� ������ �� ��������� �����" #, fuzzy #~ msgid "Do not use register sb" #~ msgstr "��� ����� ������ � ���������� ��� ���������" #, fuzzy #~ msgid "Use bit-field instructions" #~ msgstr "���������� ������" #, fuzzy #~ msgid "-g option disabled" #~ msgstr "� ���������� NIS+ �������" #, fuzzy #~ msgid "Return floating point results in ac0" #~ msgstr "�������� ������� ������������" #, fuzzy #~ msgid "Target does not have split I&D" #~ msgstr "-nt ��� ������� -l\n" #, fuzzy #~ msgid "invalid %%S value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%b value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%z value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%Z value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%k value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%j value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "-mmultiple is not supported on little endian systems" #~ msgstr "���������� ��������� ��� �������������� ��� ������� ����" #, fuzzy #~ msgid "-mstring is not supported on little endian systems" #~ msgstr "�������������: �� --pid=PID ��� ������������� �� ���� �� �������" #, fuzzy #~ msgid "-fdata-sections not supported on AIX" #~ msgstr "� ���������� ��� �������������" #, fuzzy #~ msgid "unknown ABI specified: '%s'" #~ msgstr "������� ��� `%s'" #, fuzzy #~ msgid "argument 3 of `%s' must be a 2-bit literal" #~ msgstr "� ���������� ��� `%s' ������ �� ����� ���� ����� ����������" #, fuzzy #~ msgid "invalid %%f value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%F value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%G value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%j code" #~ msgstr "�� ������ ��������" #, fuzzy #~ msgid "invalid %%J code" #~ msgstr "�� ������ ��������" #, fuzzy #~ msgid "invalid %%K value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%T value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%u value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%v value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "Always pass floating-point arguments in memory" #~ msgstr "� ���������� ������� ������������ ��� ����� ������: %s" #, fuzzy #~ msgid "Don't always pass floating-point arguments in memory" #~ msgstr "� ���������� ������� ������������ ��� ����� ������: %s" #, fuzzy #~ msgid "Use AltiVec instructions" #~ msgstr "���������� ������" #, fuzzy #~ msgid "no description yet" #~ msgstr "(����� ���������)" #, fuzzy #~ msgid "Use alternate register names" #~ msgstr "�� ������������� ����� ������" #, fuzzy #~ msgid "bad value for -mcall-%s" #~ msgstr "���������� ���� ��� ai_flags" #, fuzzy #~ msgid "bad value for -msdata=%s" #~ msgstr "���������� ���� ��� ai_flags" #, fuzzy #~ msgid "-mcall-aixdesc must be big endian" #~ msgstr "�� ������ ��� ������������ ������ �� ����� ���� ������� �����" #, fuzzy #~ msgid "Cannot decompose address." #~ msgstr "��� ����� ������ � �������� ��� ��������� ����������" #~ msgid "64 bit mode" #~ msgstr "��������� 64 bit" #~ msgid "31 bit mode" #~ msgstr "��������� 31 bit" #, fuzzy #~ msgid "mvcle use" #~ msgstr "� ������� ����� ������������" #, fuzzy #~ msgid "__builtin_saveregs not supported by this subtarget" #~ msgstr "���������� ��������� ��� �������������� ��� ������� ����" #, fuzzy #~ msgid "`%s' attribute argument not a string constant" #~ msgstr "�� ������������ ������������� ��������" #, fuzzy #~ msgid "Profiling is not supported on this target." #~ msgstr "���������� ��������� ��� �������������� ��� ������� ����" #, fuzzy #~ msgid "%s is not supported by this configuration" #~ msgstr "� ���������� ����������� ��� ������������� ��� ��� ���������� �����������" #, fuzzy #~ msgid "-mcmodel= is not supported on 32 bit systems" #~ msgstr "���������� ��������� ��� �������������� ��� ������� ����" #, fuzzy #~ msgid "invalid %%Y operand" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%A operand" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%B operand" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%c operand" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%C operand" #~ msgstr "�� ������ ���������� UTC" #, fuzzy #~ msgid "invalid %%d operand" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%D operand" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %%f operand" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "Utilize Visual Instruction Set" #~ msgstr "�������� ������" #~ msgid "Use 32-bit ABI" #~ msgstr "����� ABI 32-bit" #~ msgid "Use 64-bit ABI" #~ msgstr "����� ABI 64-bit" # src/request.c:806 src/request.c:912 #, fuzzy #~ msgid "unrecognized section name \"%s\"" #~ msgstr "�� ������������ ����� ���������� `%s'" # src/dfa.c:569 src/dfa.c:583 src/dfa.c:587 # src/dfa.c:577 src/dfa.c:591 src/dfa.c:595 #, fuzzy #~ msgid "malformed #pragma ghs section" #~ msgstr "����������������� �������� ����������" # src/shred.c:1134 #, fuzzy #~ msgid "%s=%s is too large" #~ msgstr "%s: �� ������ ����� ���� ������" #, fuzzy #~ msgid "output_move_single:" #~ msgstr "������ ������" #, fuzzy #~ msgid "bad test" #~ msgstr "��������� ���������" #, fuzzy #~ msgid "invalid mask" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid address" #~ msgstr "���������� ����� ��� ���������� ����������" #, fuzzy #~ msgid "no register in address" #~ msgstr "�� ������� ������ �������" #, fuzzy #~ msgid "address offset not a constant" #~ msgstr "%s' ��� ����� ������ ������� ��������." #, fuzzy #~ msgid "Use the Xtensa boolean register option" #~ msgstr "�� ������������� ����� ������" #, fuzzy #~ msgid "conversion from `%T' to `%T' is ambiguous" #~ msgstr "� ��������� ��� `%s' �� `%s' ��� ������������" # src/getopt.c:813 # src/getopt.c:813 #, fuzzy #~ msgid "call of `(%T) (%A)' is ambiguous" #~ msgstr "%s: � ������� `-W %s' ����� �����������\n" #, fuzzy #~ msgid "`%+#D' is inaccessible" #~ msgstr "�� `%s' ����� ��-������������" #, fuzzy #~ msgid "invalid conversion from `%T' to `%T'" #~ msgstr "� ��������� ��� `%s' �� `%s' ��� ������������" #, fuzzy #~ msgid " initializing argument %P of `%D'" #~ msgstr "�� ������ ������� ���������� `%s'" #, fuzzy #~ msgid " in call to `%D'" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid " for conversion from `%T' to `%T'" #~ msgstr "� ��������� ��� `%s' �� `%s' ��� ������������" #, fuzzy #~ msgid "duplicate enum value `%D'" #~ msgstr "����� ����� ��������� `%s'" #, fuzzy #~ msgid "duplicate nested type `%D'" #~ msgstr "����� ����� ��������� `%s'" #, fuzzy #~ msgid "duplicate member `%D'" #~ msgstr "������ ������� ���������" #, fuzzy #~ msgid "`%D' invalid in `%T'" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "`%D' invalid in `%#T'" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "redefinition of `%#T'" #~ msgstr "������� ������� ��� `UNDEFINED'" #, fuzzy #~ msgid "previous definition of `%#T'" #~ msgstr "������� ������� ��� `UNDEFINED'" #~ msgid " by `%D'" #~ msgstr " ���� `%D'" #, fuzzy #~ msgid "negative width in bit-field `%D'" #~ msgstr "�������� ������ ���� ���������" #, fuzzy #~ msgid "field `%#D' with same name as class" #~ msgstr "������� ����������� �� �� ���� �����" #, fuzzy #~ msgid "not enough type information" #~ msgstr "�������� ����������� �������" #, fuzzy #~ msgid "declaration of `%#D'" #~ msgstr "���������� ������� `%s'\n" #, fuzzy #~ msgid "conversion of `%E' from `%T' to `%T' is ambiguous" #~ msgstr "� ��������� ��� `%s' �� `%s' ��� ������������" #, fuzzy #~ msgid "converting from `%T' to `%T'" #~ msgstr "� ��������� ��� `%s' �� `%s' ��� ������������" #, fuzzy #~ msgid "cannot convert `%E' from type `%T' to type `%T'" #~ msgstr "��� ����� ������ �� ������������ �� %s `%s' ��� `%s'" #, fuzzy #~ msgid "conversion from `%T' to `%T' discards qualifiers" #~ msgstr "� ��������� ��� `%s' �� `%s' ��� ������������" #, fuzzy #~ msgid "cannot convert type `%T' to type `%T'" #~ msgstr "��� ����� ������ �� ������������ �� %s `%s' ��� `%s'" #, fuzzy #~ msgid "conversion from `%#T' to `%#T'" #~ msgstr "� ��������� ��� `%s' �� `%s' ��� ������������" #, fuzzy #~ msgid "conversion from `%T' to non-scalar type `%T' requested" #~ msgstr "� ��������� ��� `%s' �� `%s' ��� ������������" #, fuzzy #~ msgid "`%#D' previously declared here" #~ msgstr "��� ������� ����������� �������� �������" #, fuzzy #~ msgid "after previous specification in `%#D'" #~ msgstr "%s: �� ������ ������� `%s'.\n" #, fuzzy #~ msgid "invalid redeclaration of `%D'" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "`%#D' hides constructor for `%#T'" #~ msgstr "�� `%s' ����� �������� ��� `%s'" #~ msgid "implicit declaration of function `%#D'" #~ msgstr "��������� ��������� ��� ���������� `%#D'" #, fuzzy #~ msgid "duplicate label `%D'" #~ msgstr "����� ������" #, fuzzy #~ msgid "invalid use of `%D'" #~ msgstr "�� ������ ���������� `%s'." #, fuzzy #~ msgid "`%D::%D' is not a template" #~ msgstr "�� `%s' ��� ����� �������� ������" #, fuzzy #~ msgid "`%#D' is not a static member of `%#T'" #~ msgstr "�� `%s' ����� �������� ��� `%s'" # src/request.c:263 #, fuzzy #~ msgid "duplicate initialization of %D" #~ msgstr "�� ���� ������������� �������" #, fuzzy #~ msgid "cannot initialize `%T' from `%T'" #~ msgstr "��� ����� ������ �� ������������ �� `.' � �� `..'" #, fuzzy #~ msgid "array size missing in `%D'" #~ msgstr "������ ���� �� �������� ��� ������� `%s'" #, fuzzy #~ msgid "uninitialized const `%D'" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid catch parameter" #~ msgstr "�� ������� ���������� ���������" #, fuzzy #~ msgid "creating %s" #~ msgstr "���������� ������� `%s'\n" #, fuzzy #~ msgid "invalid declarator" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "`%D' as declarator" #~ msgstr "�� `%s' ����� ���������" #, fuzzy #~ msgid "`bool' is now a keyword" #~ msgstr "�� `%s' ��� ����� ���������." #, fuzzy #~ msgid "multiple declarations `%T' and `%T'" #~ msgstr "��������� ������� �������� ��� ������ `s'" #, fuzzy #~ msgid "can't initialize friend function `%s'" #~ msgstr "��� ���� ������ � ������ ��������� ��� �������� ��� `%s'" #, fuzzy #~ msgid "friend declaration not in class definition" #~ msgstr "���������� ������ ���� ������ ������ ����������" #, fuzzy #~ msgid "cannot declare %s to references" #~ msgstr "�������� ������� ��� �������� %s" #, fuzzy #~ msgid "invalid type: `void &'" #~ msgstr "�� ������ ���������� `%s'" #, fuzzy #~ msgid "cannot declare member `%T::%s' within `%T'" #~ msgstr "��� ����� ������ �� ������������ �� %s `%s' ��� `%s'" #, fuzzy #~ msgid "template parameters cannot be friends" #~ msgstr "� ����������� �� ������ �� ����� �����" #, fuzzy #~ msgid "invalid use of `::'" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid string constant `%E'" #~ msgstr "�� ������������ ������������� ��������" #, fuzzy #~ msgid "duplicate base type `%T' invalid" #~ msgstr "������ ������� �������" #, fuzzy #~ msgid "multiple definition of `%#T'" #~ msgstr "�������� ���������� ������� ������� locale `%s'" #, fuzzy #~ msgid "-f%s is no longer supported" #~ msgstr "������ fifo ��� ��������������" #, fuzzy #~ msgid "prototype for `%#D' does not match any in class `%T'" #~ msgstr "�� ������ ��������� ������ `%s' ��� ��������� �� �� �������������� ����������� `%s'" #~ msgid " %#D" #~ msgstr " %#D" #, fuzzy #~ msgid "local class `%#T' shall not have static data member `%#D'" #~ msgstr "�� `%s' ����� �������� ��� `%s'" #, fuzzy #~ msgid "invalid initializer for virtual method `%D'" #~ msgstr "�� ������ ������� ���������� `%s'" #, fuzzy #~ msgid "use of old-style cast" #~ msgstr "������� ������ ����" # src/getopt.c:628 # src/getopt.c:628 #, fuzzy #~ msgid "use of `%D' is ambiguous" #~ msgstr "%s: � ������� `%s' ����� ������\n" #, fuzzy #~ msgid "`%D' is not a function," #~ msgstr "�� `%s' ��� ����� ���������." #, fuzzy #~ msgid "unknown namespace `%D'" #~ msgstr "������� ��� `%s'" #, fuzzy #~ msgid "`%T' is not a namespace" #~ msgstr "�� `%s' ��� ����� �������� ������" #, fuzzy #~ msgid "`%D' is not a namespace" #~ msgstr "�� `%s' ��� ����� �������� ������" #, fuzzy #~ msgid "`%D' not declared" #~ msgstr "�� `%s' ��� ����� �������� ������" #, fuzzy #~ msgid "`%T' does not have a class or union named `%D'" #~ msgstr "�� `%s' ��� ����� �������� ������" #, fuzzy #~ msgid "`%T' is not a class or union type" #~ msgstr "�� `%s' ��� ����� �������� ������" #, fuzzy #~ msgid "`%s' not supported by %s" #~ msgstr "��� �������������" #, fuzzy #~ msgid "%s: In instantiation of `%s':\n" #~ msgstr "%s: �� ������ ������� `%s'.\n" #, fuzzy #~ msgid "`%#T' is not a template" #~ msgstr "�� `%s' ��� ����� �������� ������" #, fuzzy #~ msgid "`%T' is already a friend of `%T'" #~ msgstr "�� `%s' ����� �������� ��� `%s'" #, fuzzy #~ msgid "argument to `%s' missing\n" #~ msgstr "����� ���������� ��������" #, fuzzy #~ msgid "base class `%T' already initialized" #~ msgstr "� ����� ���������� `%s' �������� ���" #, fuzzy #~ msgid "type `%D' is not a direct base of `%T'" #~ msgstr "�� `%s' ��� ����� ���������." #, fuzzy #~ msgid "`%T' is not an aggregate type" #~ msgstr "�� `%s' ��� ����� �������� ������" #, fuzzy #~ msgid "invalid use of non-static field `%D'" #~ msgstr "�� ������� ������� ��� ������: `%s'" #, fuzzy #~ msgid "invalid use of member `%D'" #~ msgstr "�� ������� ������� ������: `%s'" #, fuzzy #~ msgid "`%D' is not a member of type `%T'" #~ msgstr "��� ����� ����� ��� ������ `%s'" #, fuzzy #~ msgid "illegal pointer to bit-field `%D'" #~ msgstr "����������� ����� ������� :`%s'\n" #, fuzzy #~ msgid "invalid type `void' for new" #~ msgstr "�� ������ ��������� ��� ��� dlopen()" #, fuzzy #~ msgid "type name expected before `*'" #~ msgstr "������� �������� ��� ����������� ����������" #, fuzzy #~ msgid "type name expected before `&'" #~ msgstr "������� �������� ��� ����������� ����������" #, fuzzy #~ msgid "invalid #pragma %s" #~ msgstr "� ���������� `%s' ��� ����� ������." #, fuzzy #~ msgid "`%D' not defined" #~ msgstr "�������" #, fuzzy #~ msgid "name lookup of `%s' changed" #~ msgstr "� ����� ��� %s ������ �� %s\n" #, fuzzy #~ msgid "`%s' tag used in naming `%#T'" #~ msgstr "�� ������ ������� `%s'" # src/grep.c:785 src/grep.c:792 # src/grep.c:1060 src/grep.c:1067 src/grep.c:1076 #, fuzzy #~ msgid "invalid default template argument" #~ msgstr "�� ������ ������ ������ ������������" # src/dfa.c:962 # src/dfa.c:970 #, fuzzy #~ msgid "sigof type specifier" #~ msgstr "��� �������� ����������" #, fuzzy #~ msgid "`%T' is not a class or namespace" #~ msgstr "�� `%s' ��� ����� �������� ������" #, fuzzy #~ msgid "no type `%D' in `%T'" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "invalid member template declaration `%D'" #~ msgstr "�� ������� ������� ��� ����� �������: `%s'" #, fuzzy #~ msgid " from definition of `%#D'" #~ msgstr "������� ������� ��� `UNDEFINED'" #~ msgid " `%D'" #~ msgstr " `%D'" #, fuzzy #~ msgid "no default argument for `%D'" #~ msgstr "� ���������� `%s' ��� ����� ������." #, fuzzy #~ msgid "template class without a name" #~ msgstr "�� ������������� ����� ������" #, fuzzy #~ msgid "template definition of non-template `%#D'" #~ msgstr "�������� ���������� ������� ������� locale `%s'" #~ msgid " but %d required" #~ msgstr " ���� %d �����������" #, fuzzy #~ msgid "`%T' is not a template type" #~ msgstr "�� `%s' ��� ����� �������� ������" #, fuzzy #~ msgid "template parameter `%#D'" #~ msgstr "����� ����� ��������� `%s'" #, fuzzy #~ msgid "`%E' is not a valid template argument" #~ msgstr "%s' ��� ����� ������ ������� ��������." #, fuzzy #~ msgid " expected a type, got `%E'" #~ msgstr "%s: ���������� �������� ���� �� `%c'" #, fuzzy #~ msgid " expected a type, got `%T'" #~ msgstr "%s: ���������� �������� ���� �� `%c'" #, fuzzy #~ msgid "wrong number of template arguments (%d, should be %d)" #~ msgstr "����� ������� ���������" #, fuzzy #~ msgid "template argument %d is invalid" #~ msgstr "����� ���������� ��������" #, fuzzy #~ msgid "`%T' is not a template" #~ msgstr "�� `%s' ��� ����� �������� ������" #, fuzzy #~ msgid "invalid parameter type `%T'" #~ msgstr "�� ������ ������������� `%s'" #, fuzzy #~ msgid "creating pointer to member reference type `%T'" #~ msgstr "��� ����� ����� ��� ������ `%s'" #, fuzzy #~ msgid "creating array of `%T'" #~ msgstr "���������� ������� `%s'\n" #, fuzzy #~ msgid "incomplete type unification" #~ msgstr "�������������� ������������ ������� ���������" #, fuzzy #~ msgid "no matching template for `%D' found" #~ msgstr "� ������� ���������� ��� �� `%s' ����� `%s'" #, fuzzy #~ msgid "duplicate explicit instantiation of `%#D'" #~ msgstr "������ ������� �������" #, fuzzy #~ msgid "duplicate explicit instantiation of `%#T'" #~ msgstr "������ ������� �������" #, fuzzy #~ msgid "`%#T' is not a valid type for a template constant parameter" #~ msgstr "%s' ��� ����� ������ ������� ��������." #, fuzzy #~ msgid "can't create repository information file `%s'" #~ msgstr "�������� ���������� ������� ������� locale `%s'" #, fuzzy #~ msgid "cannot use typeid with -fno-rtti" #~ msgstr "��� ����� ������ �� �������������� � ������� -a ����� �� -n" #, fuzzy #~ msgid "`%T' is an inaccessible base of `%T'" #~ msgstr "�� `%s' ����� �������� ��� `%s'" #, fuzzy #~ msgid "`%T' is an ambiguous base of `%T'" #~ msgstr "�� `%s' ����� �������� ��� `%s'" #, fuzzy #~ msgid "invalid covariant return type for `%#D'" #~ msgstr "�� ������� ���������� `%c' ��� ���� �������������� `%s'" #, fuzzy #~ msgid " overriding `%#D'" #~ msgstr "������������ ��� ����" #, fuzzy #~ msgid " overriding `%#F'" #~ msgstr "������������ ��� ����" #, fuzzy #~ msgid "`%#D' cannot be declared" #~ msgstr "��� ������ �� ����� � ����������." #, fuzzy #~ msgid "`%E' is not of type `%T'" #~ msgstr "�� `%s' ����� �������� ��� `%s'" #, fuzzy #~ msgid "invalid definition of qualified type `%T'" #~ msgstr "�� ������� ������� ������� ��� ������ ������: `%s'" #, fuzzy #~ msgid "parse error in method specification" #~ msgstr "���������� ������ ���� ��������� ������" #, fuzzy #~ msgid "invalid type `%T' for default argument to `%T'" #~ msgstr "�� ������ ������� ���������� `%s'" #~ msgid "%s before `%s'" #~ msgstr "%s ���� ��� `%s'" #~ msgid "%s before `%c'" #~ msgstr "%s ���� ��� `%c'" #~ msgid "%s before `\\%o'" #~ msgstr "%s ���� ��� `\\%o'" #, fuzzy #~ msgid "%s before `%s' token" #~ msgstr "%s (��� �������� ������� `%s')" #, fuzzy #~ msgid "`%V' qualifiers cannot be applied to `%T'" #~ msgstr "�� `%s' ����� �������� ��� `%s'" #, fuzzy #~ msgid "`%s' attribute is not supported on this platform" #~ msgstr "�������������: �� --pid=PID ��� ������������� �� ���� �� �������" #, fuzzy #~ msgid "invalid use of non-lvalue array" #~ msgstr "�� ������ ��� ��� �����" #, fuzzy #~ msgid "type `%T' has no destructor" #~ msgstr "�� `%s' ��� ����� ���������." #, fuzzy #~ msgid "invalid use of type decl `%#D' as expression" #~ msgstr "�� ������ ������������� �������� �������" #, fuzzy #~ msgid "invalid use of template `%#D' as expression" #~ msgstr "�� ������ �������� �������" #, fuzzy #~ msgid "`%T' is not a pointer-to-object type" #~ msgstr "�� `%s' ��� ����� ���������." #, fuzzy #~ msgid "invalid type argument" #~ msgstr "�� ������ ����������" #, fuzzy #~ msgid "too many arguments to %s `%+#D'" #~ msgstr "���� ����� ��������" #, fuzzy #~ msgid "too few arguments to %s `%+#D'" #~ msgstr "���� ���� ��������" #, fuzzy #~ msgid "division by zero in `%E %% 0'" #~ msgstr "�������� �� ����� ���� ���������: %s" #, fuzzy #~ msgid "division by zero in `%E %% 0.'" #~ msgstr "�������� �� ����� ���� ���������: %s" #, fuzzy #~ msgid "invalid use of `--' on bool variable `%D'" #~ msgstr "�� ������� ������� ��� ����� �������: `%s'" #, fuzzy #~ msgid "cannot create pointer to reference member `%D'" #~ msgstr "��� ����� ������� �� ����� `stat' �� locale ������ `%s'" #, fuzzy #~ msgid "invalid static_cast from type `%T' to type `%T'" #~ msgstr "�� ������� ���������� `%c' ��� ���� �������������� `%s'" #, fuzzy #~ msgid "invalid const_cast from type `%T' to type `%T'" #~ msgstr "�� ������� ���������� `%c' ��� ���� �������������� `%s'" #, fuzzy #~ msgid "invalid cast to function type `%T'" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "cannot convert `%T' to `%T' in %s" #~ msgstr "��� ����� ������ �� ������������ �� %s `%s' ��� `%s'" #, fuzzy #~ msgid "in passing argument %P of `%+D'" #~ msgstr "������ ���������� ��� `%s'" #, fuzzy #~ msgid "returning reference to temporary" #~ msgstr "xdr_reference: � ����� �����������\n" #, fuzzy #~ msgid "cannot declare variable `%D' to be of type `%T'" #~ msgstr "��� ����� ������ �� ������������ �� %s `%s' ��� `%s'" #, fuzzy #~ msgid "cannot declare parameter `%D' to be of type `%T'" #~ msgstr "��� ����� ������ �� ������������ �� %s `%s' ��� `%s'" #, fuzzy #~ msgid "cannot declare field `%D' to be of type `%T'" #~ msgstr "�������� ���������� ��� ����� `%s' ��� ���������� `%s'" #, fuzzy #~ msgid "invalid return type for function `%#D'" #~ msgstr "�� ������ ����� �������������� `%s'" #, fuzzy #~ msgid "cannot allocate an object of type `%T'" #~ msgstr "�������� ��������� ��������� locale `%s'" #, fuzzy #~ msgid "invalid use of undefined type `%#T'" #~ msgstr "�� ������� ������� ��� ����� �������: `%s'" #, fuzzy #~ msgid "declaration of `%#T'" #~ msgstr "���������� ������� `%s'\n" #, fuzzy #~ msgid "invalid use of `%T'" #~ msgstr "�� ������ ���������� `%s'." #, fuzzy #~ msgid "Emit cross referencing information" #~ msgstr "�������� ����������� �������" #~ msgid "note:" #~ msgstr "��������:" #, fuzzy #~ msgid "warning:" #~ msgstr "�������������: " #~ msgid "fatal:" #~ msgstr "�������:" #~ msgid "(continued):" #~ msgstr "(�����������):" #~ msgid "[REPORT BUG!!] %" #~ msgstr "[���ָ���� �� �ֶ���!!] %" #~ msgid "[REPORT BUG!!]" #~ msgstr "[���ָ���� �� ������!!]" #, fuzzy #~ msgid "In statement function" #~ msgstr "���� ����� ��������" #, fuzzy #~ msgid "argument to `%s' missing" #~ msgstr "����� ���������� ��������" #, fuzzy #~ msgid "no input files; unwilling to write output files" #~ msgstr "%s: �� ������ ������� ����� �� ������ ������" #, fuzzy #~ msgid "Implicit declaration of `%A' at %0" #~ msgstr "����������� ��������� ��������� ��� `%s'" # src/main.c:663 #, fuzzy #~ msgid "Non-ISO-C-standard escape sequence `\\%A' at %0" #~ msgstr "������� ������������ `%s'" # src/main.c:663 #, fuzzy #~ msgid "Unknown escape sequence `\\%A' at %0" #~ msgstr "������� ������������ `%s'" #, fuzzy #~ msgid "Unterminated escape sequence `\\' at %0" #~ msgstr "�� ������������o �������������" #, fuzzy #~ msgid "Hex escape at %0 out of range" #~ msgstr "������� ���� ������� ����� ����� �����" #, fuzzy #~ msgid "Escape sequence at %0 out of range for character" #~ msgstr "�� ������ ���������� �������� ��� ����� ��� ��������������" #, fuzzy #~ msgid "hex escape out of range" #~ msgstr "������� ���� ������� ����� ����� �����" # src/main.c:663 #, fuzzy #~ msgid "non-ISO escape sequence `\\%c'" #~ msgstr "������� ������������ `%s'" # src/main.c:663 #, fuzzy #~ msgid "unknown escape sequence `\\%c'" #~ msgstr "������� ������������ `%s'" #, fuzzy #~ msgid "ignoring pragma: %s" #~ msgstr "���������� ��� �� ��������" #, fuzzy #~ msgid "invalid #ident" #~ msgstr "�� ������ ��������" #, fuzzy #~ msgid "undefined or invalid # directive" #~ msgstr "%%%c: �������������� ������ �� ������." #, fuzzy #~ msgid "invalid #line" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid #-line" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "Null character at %0 -- line ignored" #~ msgstr "�� ������� ���������� ��� ������: " #, fuzzy #~ msgid "Set the maximum line length" #~ msgstr "�������� ������� ��������������" #, fuzzy #~ msgid "Missing first operand for binary operator at %0" #~ msgstr "�������� �������� ���������." #, fuzzy #~ msgid "Zero-length character constant at %0" #~ msgstr "���� �������������" #, fuzzy #~ msgid "Invalid token at %0 in expression or subexpression at %1" #~ msgstr "�� ������ �������� �������" #, fuzzy #~ msgid "Character constant at %0 has no closing apostrophe at %1" #~ msgstr "�� ������� �������� ���������� ��� �������������" #, fuzzy #~ msgid "Integer at %0 too large" #~ msgstr "������� ���� ������� ����� ����� �����" #, fuzzy #~ msgid "Unrecognized FORMAT specifier at %0" #~ msgstr "������� �������: %s" #, fuzzy #~ msgid "Zero-size specification invalid at %0" #~ msgstr "%s: �� ������ ������� `%s'.\n" #, fuzzy #~ msgid "Unable to open INCLUDE file `%A' at %0" #~ msgstr "��� ������� �� ������ �� ������ %s" #, fuzzy #~ msgid "Truncating characters on right side of character constant at %0" #~ msgstr "����� ����� ��������� `%s'" #, fuzzy #~ msgid "Typeless constant at %0 too large" #~ msgstr "������� ���� ������� ����� ����� �����" #, fuzzy #~ msgid "Array `%A' at %0 is too large to handle" #~ msgstr "� ��������� `%s' ��� ����� ��������." #, fuzzy #~ msgid "Internal compiler error -- cannot perform operation" #~ msgstr "��������� ������ ��� %s, ������ %u" # src/grep.c:1133 #, fuzzy #~ msgid "In unknown kind" #~ msgstr "������� ������� ���������" #~ msgid "In function" #~ msgstr "��� ���������" #~ msgid "In subroutine" #~ msgstr "���� ����������" #~ msgid "In program" #~ msgstr "��� ���������" #~ msgid "In block-data unit" #~ msgstr "��� ������ �����-���������" #~ msgid "In common block" #~ msgstr "��� ����� �����" #, fuzzy #~ msgid "internal error - too many interface type" #~ msgstr "��������� ������ ��� %s, ������ %u" #, fuzzy #~ msgid "field `%s' not found" #~ msgstr "�� ������ ����� ���������� `%s' ��� �������" #, fuzzy #~ msgid "ret instruction not implemented" #~ msgstr "� ���������� ��� ���� ����������" #, fuzzy #~ msgid "can't expand %s" #~ msgstr "%s: �������� ���� �������� %s: %s\n" #, fuzzy #~ msgid "invalid PC in line number table" #~ msgstr "�� ������� ������� ������� �������: `%s'" #, fuzzy #~ msgid "bad string constant" #~ msgstr "�� ������������ ������������� ��������" #, fuzzy #~ msgid "can't reopen %s" #~ msgstr "�������� ���������� ��� `%s'" #, fuzzy #~ msgid "can't close %s" #~ msgstr "��� ����� ������ �� ��������� �� ���������� ��� `%s'" #, fuzzy #~ msgid "cannot find file for class %s" #~ msgstr "�� ������� � ��������������� C: %s \n" #, fuzzy #~ msgid "not a valid Java .class file" #~ msgstr "�� ������� ���������� �������� ������" #, fuzzy #~ msgid "error while parsing constant pool" #~ msgstr "������ ���� �� �������� ��� ������� ������" #, fuzzy #~ msgid "error while parsing fields" #~ msgstr "������ ���� �� �������� ��� ������� ������" #, fuzzy #~ msgid "error while parsing methods" #~ msgstr "������ ���� ��� �������� ��� �������" #, fuzzy #~ msgid "error while parsing final attributes" #~ msgstr "������ ���� �� �������� ��� ������� `%s'" #, fuzzy #~ msgid "missing Code attribute" #~ msgstr "������� � ���������������� ��������" #, fuzzy #~ msgid "no input file specified" #~ msgstr "��� �������� ������ �������" #, fuzzy #~ msgid "can't close input file %s" #~ msgstr "�������� ���������� ������� ������� `%s'" #, fuzzy #~ msgid "field initializer type mismatch" #~ msgstr "���������������� ����� �����������/������" #, fuzzy #~ msgid "can't create directory %s" #~ msgstr "%s: ��� ����� ������� �� ������������ � ��������� %s: %s\n" #, fuzzy #~ msgid "can't create %s" #~ msgstr "�������� ���������� ��� `%s'" #, fuzzy #~ msgid "can't open output file `%s'" #~ msgstr "�������� ���������� ������� ������ `%s'" #, fuzzy #~ msgid "file not found `%s'" #~ msgstr "�� ������ ������� `%s'" #, fuzzy #~ msgid "`%s' is not a valid class name" #~ msgstr "%s' ��� ����� ������ ������� ��������." #, fuzzy #~ msgid "--resource requires -o" #~ msgstr "���������� ������� �������" #, fuzzy #~ msgid "cannot specify both -C and -o" #~ msgstr "��� ����� ������ �� ���������� � ������� ��� � �����" #, fuzzy #~ msgid "cannot create temporary file" #~ msgstr "������: �������� ����������� ���������� ������� ��� ������" #, fuzzy #~ msgid "cannot specify `main' class when not linking" #~ msgstr "��� ����� ������ �� ������� ������� ������ ���� ��������� ��������." #, fuzzy #~ msgid "can't mangle %s" #~ msgstr "��� ����� ������� �� ���������� �� %s" #, fuzzy #~ msgid "internal error - invalid Utf8 name" #~ msgstr "��������� ������ ��� %s, ������ %u" #, fuzzy #~ msgid "Missing name" #~ msgstr "���� ���������� ������" #~ msgid "';' expected" #~ msgstr "���������� ';'" #~ msgid "'*' expected" #~ msgstr "���������� '*'" #, fuzzy #~ msgid "Missing class name" #~ msgstr "���� ���������� ������" #~ msgid "'{' expected" #~ msgstr "���������� '{'" #, fuzzy #~ msgid "Missing interface name" #~ msgstr "�������� ��������� �������" #, fuzzy #~ msgid "Missing term" #~ msgstr "���� ���������� ������" #, fuzzy #~ msgid "Invalid declaration" #~ msgstr "�� ������ ���������" #~ msgid "']' expected" #~ msgstr "���������� ']'" # src/dfa.c:652 src/dfa.c:655 src/dfa.c:682 src/dfa.c:686 src/dfa.c:687 # src/dfa.c:690 src/dfa.c:703 src/dfa.c:704 # src/dfa.c:660 src/dfa.c:663 src/dfa.c:690 src/dfa.c:694 src/dfa.c:695 # src/dfa.c:698 src/dfa.c:711 src/dfa.c:712 #, fuzzy #~ msgid "Unbalanced ']'" #~ msgstr "�� ������������ [" #, fuzzy #~ msgid "Identifier expected" #~ msgstr "������������� ����������" #~ msgid "')' expected" #~ msgstr "���������� '('" #, fuzzy #~ msgid "Missing formal parameter term" #~ msgstr "������� � ���������������� ��������" #, fuzzy #~ msgid "Missing identifier" #~ msgstr "���� ���������� �� ������ ����������" #, fuzzy #~ msgid "Invalid interface type" #~ msgstr "�� ������� �����������(verifier) ���������������" #~ msgid "':' expected" #~ msgstr "���������� ':'" #, fuzzy #~ msgid "Invalid expression statement" #~ msgstr "�� ������ �������� �������" #~ msgid "'(' expected" #~ msgstr "���������� '('" #, fuzzy #~ msgid "Missing term or ')'" #~ msgstr "������ ���������� ��� `%s'" #, fuzzy #~ msgid "Missing or invalid constant expression" #~ msgstr "%s: �� ������ �������� �������: %s" #, fuzzy #~ msgid "Invalid control expression" #~ msgstr "�� ������ �������� �������" #, fuzzy #~ msgid "Invalid update expression" #~ msgstr "�� ������ �������� �������" #, fuzzy #~ msgid "Invalid init statement" #~ msgstr "�� ������ ����������" #, fuzzy #~ msgid "'class' expected" #~ msgstr "���������� ')'\n" #, fuzzy #~ msgid "')' or term expected" #~ msgstr "���������� ')'\n" #~ msgid "'[' expected" #~ msgstr "���������� '['" #, fuzzy #~ msgid "Field expected" #~ msgstr "� ��������� ��������� ������������" #, fuzzy #~ msgid "']' expected, invalid type expression" #~ msgstr "�� ������ �������� �������" #, fuzzy #~ msgid "Invalid type expression" #~ msgstr "�� ������ �������� �������" #, fuzzy #~ msgid "Invalid reference type" #~ msgstr "�� ������ ����-���������" #~ msgid "" #~ "%s.\n" #~ "%s" #~ msgstr "" #~ "%s.\n" #~ "%s" #, fuzzy #~ msgid "missing static field `%s'" #~ msgstr "���� ���������� � ����� �� �� �����" #, fuzzy #~ msgid "not a static field `%s'" #~ msgstr "�������� �����������(stat()) ������� `%s': %s" #, fuzzy #~ msgid "No case for %s" #~ msgstr "������ ������������: %s" #, fuzzy #~ msgid "unregistered operator %s" #~ msgstr "���� ��� �������� �� ��������� %d\n" #, fuzzy #~ msgid "internal error - use of undefined type" #~ msgstr "��������� ������ ��� %s, ������ %u" #, fuzzy #~ msgid "junk at end of signature string" #~ msgstr "�� ������������o �������������" #, fuzzy #~ msgid "bad pc in exception_table" #~ msgstr "�������� ������� ������������" #, fuzzy #~ msgid "Warn if modifiers are specified when not necessary" #~ msgstr "�� ������� �� ���������� ������ ���� ������� ����� ��� --string" #, fuzzy #~ msgid "cannot find protocol declaration for `%s'" #~ msgstr "�������� ��������� �������� ��������� `%.*s'" #, fuzzy #~ msgid "cannot find interface declaration for `%s'" #~ msgstr "�������� ��������� ��������� ��� �� `%s'" #, fuzzy #~ msgid "cannot find reference tag for class `%s'" #~ msgstr "�� ������� � ��������������� C: %s \n" #, fuzzy #~ msgid "cannot find class `%s'" #~ msgstr "�������� ��������� ioctl ��� `%s'" #, fuzzy #~ msgid "class `%s' already exists" #~ msgstr "(�� ������ ��� �������)" #, fuzzy #~ msgid "inconsistent instance variable specification" #~ msgstr "�������������� ������������ ������� ���������" #, fuzzy #~ msgid "multiple declarations for method `%s'" #~ msgstr "��������� ������� �������� ��� ������ `s'" #, fuzzy #~ msgid "invalid receiver type `%s'" #~ msgstr "�� ������ ������������� `%s'" #, fuzzy #~ msgid "`%s' does not respond to `%s'" #~ msgstr "�� `%s' ����� �������� ��� `%s'" # src/outer.c:102 #, fuzzy #~ msgid "no super class declared in interface for `%s'" #~ msgstr "� ��������������� ���������� ���� ����� ����������� ��� ��� ���� ��� �� `%s'" #, fuzzy #~ msgid "method `%s' not implemented by protocol" #~ msgstr "� ���������� ��� ������������� ��� �� ����������" # src/install.c:562 #, fuzzy #~ msgid "cannot find method" #~ msgstr "�������� ����������" #, fuzzy #~ msgid "duplicate definition of class method `%s'" #~ msgstr "�������� ���������� ������� ������� locale `%s'" #, fuzzy #~ msgid "duplicate declaration of class method `%s'" #~ msgstr "����� ����� ��������� `%s'" #, fuzzy #~ msgid "duplicate definition of instance method `%s'" #~ msgstr "�������� ���������� ������� ������� locale `%s'" #, fuzzy #~ msgid "duplicate declaration of instance method `%s'" #~ msgstr "����� ����� ��������� `%s'" #, fuzzy #~ msgid "incomplete implementation of category `%s'" #~ msgstr "�������� ���� ��� ������� ��������� ��� ��� ��������� `%s'" # src/request.c:806 src/request.c:912 #, fuzzy #~ msgid "conflicting super class name `%s'" #~ msgstr "�� ������������ ����� ���������� `%s'" #, fuzzy #~ msgid "duplicate interface declaration for class `%s'" #~ msgstr "����� ����� ��������� `%s'" #, fuzzy #~ msgid "duplicate declaration for protocol `%s'" #~ msgstr "����� ����� ��������� `%s'" #, fuzzy #~ msgid "profiling not supported with -mg\n" #~ msgstr "� ���������� ��� �������������" #, fuzzy #~ msgid "may not use both -m32 and -m64" #~ msgstr "��� ����� ������ �� ���������� � ������� ��� � �����" #, fuzzy #~ msgid "-mapcs-26 and -mapcs-32 may not be used together" #~ msgstr "" #~ "�� �������� ��� �� ��������� ��� �� ������� � ��� ��� ������� ��\n" #~ "��������������� ���������." #, fuzzy #~ msgid "-msoft-float and -mhard_float may not be used together" #~ msgstr "" #~ "�� �������� ��� �� ��������� ��� �� ������� � ��� ��� ������� ��\n" #~ "��������������� ���������." #, fuzzy #~ msgid "-mbig-endian and -mlittle-endian may not be used together" #~ msgstr "" #~ "�� �������� ��� �� ��������� ��� �� ������� � ��� ��� ������� ��\n" #~ "��������������� ���������." #, fuzzy #~ msgid "-p option not supported: use -pg instead" #~ msgstr "�� -C ��� ���������� ���, �������������� -Z" #~ msgid "-pipe is not supported" #~ msgstr "�� -pipe ��� �������������" #, fuzzy #~ msgid "-mhard-float not supported" #~ msgstr "�� ���������� ��� �������������" #, fuzzy #~ msgid "options -mabi=mmixware and -mabi=gnu are mutually exclusive" #~ msgstr "\"���� %s\" ������ ��� ������� -l ����� ��������� ������������" #, fuzzy #~ msgid "__builtin_trap not supported by this target" #~ msgstr "���������� ��������� ��� �������������� ��� ������� ����" #, fuzzy #~ msgid "ignoring #pragma %s" #~ msgstr "���������� ��� �� ��������" #, fuzzy #~ msgid "invalid %H value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %h value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %Q value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %q value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %p value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %B value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %C value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %E value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "invalid %r value" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "bad string length in %s" #~ msgstr "�������� ������� ��������������" #, fuzzy #~ msgid "mode mismatch in %s expression" #~ msgstr "������ ��� ��������� ���� �������� ������� `%s'" # src/main.c:697 src/main.c:751 #, fuzzy #~ msgid "no label named `%s'" #~ msgstr "������� ������ `%s'" #, fuzzy #~ msgid "this is the first ELSE label" #~ msgstr "����� ����� � ������ �������" #, fuzzy #~ msgid "duplicate CASE value" #~ msgstr "����� ������" #, fuzzy #~ msgid "this is the first entry for that value" #~ msgstr "����� ����� � ������ �������" #, fuzzy #~ msgid "CASE value out of range" #~ msgstr "� ������� ��� �������� ����� ��� ��� �� ����" #, fuzzy #~ msgid "empty range" #~ msgstr "���� �������������" #, fuzzy #~ msgid "internal error - unknown type in multiple assignment" #~ msgstr "��������� ������ - ������� � addtype �� ���� ttisgmt" #, fuzzy #~ msgid "cannot convert to a boolean mode" #~ msgstr "������� � ��������� ��� U+%04X ��� ������ ������ ����������" #, fuzzy #~ msgid "cannot convert to a char mode" #~ msgstr "������� � ��������� ��� U+%04X ��� ������ ������ ����������" #, fuzzy #~ msgid "powerset tuple element out of range" #~ msgstr "%s: ������� ������� ��� ��� �� ����" #, fuzzy #~ msgid "missing variant fields (at least `%s')" #~ msgstr "������ ���������� ��� `%s'" #, fuzzy #~ msgid "bad initializer for field `%s'" #~ msgstr "�� ������ byte � ����� ������" #, fuzzy #~ msgid "invalid array tuple label" #~ msgstr "�� ������� ���������� �������� ������" #, fuzzy #~ msgid "array tuple index out of range" #~ msgstr "%s: ������� ������� ��� ��� �� ����" #, fuzzy #~ msgid "too many array tuple values" #~ msgstr "���� ����� ��������" #, fuzzy #~ msgid "missing array tuple element %s" #~ msgstr "������ ���������� ��� `%s'" #, fuzzy #~ msgid "missing array tuple elements %s : %s" #~ msgstr "������ ���������� ��� `%s'" #, fuzzy #~ msgid "`%s' must not be declared readonly" #~ msgstr "�� `%s' ��� ����� �������� ������" # src/request.c:263 #, fuzzy #~ msgid "no initialization allowed for `%s'" #~ msgstr "�� ���� ������������� �������" #, fuzzy #~ msgid "location for `%s' not read-compatible" #~ msgstr "� ��������� `%s' ��� ����� ��������." #, fuzzy #~ msgid "too few tag labels" #~ msgstr "���� ���� ��������" #, fuzzy #~ msgid "too many tag labels" #~ msgstr "���� ����� ��������" #, fuzzy #~ msgid "...is duplicated here" #~ msgstr "����� ������" #, fuzzy #~ msgid "mode of `%s' is not a mode" #~ msgstr "�� `%s' ��� ����� ���������." #, fuzzy #~ msgid "duplicate grant for `%s'" #~ msgstr "����� ����� ��������� `%s'" #, fuzzy #~ msgid "previous grant for `%s'" #~ msgstr "��������� ���� ��� %s" #, fuzzy #~ msgid "duplicate definition `%s'" #~ msgstr "������ ������� �������" #, fuzzy #~ msgid "previous definition of `%s'" #~ msgstr "������� ������� ��� `UNDEFINED'" # src/main.c:785 #, fuzzy #~ msgid "ambiguous choice for seize `%s' -" #~ msgstr "������ ����� `%s'" #, fuzzy #~ msgid "INTERNAL ERROR: handle_one_level is broken" #~ msgstr "��������� ������: ����� ����� ������������ ��� expand_token ()" #, fuzzy #~ msgid "conditional expression not allowed in %s" #~ msgstr "����� ������� ���� ��������� (����� �������): %s" #, fuzzy #~ msgid "internal error: unknown expression mode in %s" #~ msgstr "��������� ������ ��� %s, ������ %u" #, fuzzy #~ msgid "array is not addressable" #~ msgstr "� ��������� `%s' ��� ����� ��������." #~ msgid "too few arguments in call to `%s'" #~ msgstr "���� ���� �������� ��� ����� ��� `%s'" #~ msgid "too many arguments in call to `%s'" #~ msgstr "���� ����� �������� ��� ����� ��� `%s'" #, fuzzy #~ msgid "cannot dereference, not a pointer" #~ msgstr "��� ������ �� ���������� �� ����� ��� ����������" #, fuzzy #~ msgid "invalid type argument of `->'" #~ msgstr "� ���������� `%s' ��� ����� ������." #, fuzzy #~ msgid "no field named `%s'" #~ msgstr "�� �������� ����� %s" #, fuzzy #~ msgid "argument %d to ABSTIME must be of integer type" #~ msgstr "� ���������� ��� <%s> ������ �� ����� ���� ����� ����������" #, fuzzy #~ msgid "parameter 2 must be a positive integer" #~ msgstr "� ���� ��� �� %s ������ �� ����� ��������" #, fuzzy #~ msgid "argument 1 to `%s' must be of floating point mode" #~ msgstr "� ���������� ��� `%s' ������ �� ����� ���� ����� ����������" #, fuzzy #~ msgid "first argument to `%s' must be a mode" #~ msgstr "� ���������� ��� `%s' ������ �� ����� ���� ����� ����������" #~ msgid "too many arguments to procedure `%s'" #~ msgstr "���� ����� �������� ��� ������� `%s'" #~ msgid "too many arguments to procedure" #~ msgstr "���� ����� �������� ��� �������" #, fuzzy #~ msgid "too few arguments to procedure `%s'" #~ msgstr "�������������: ���� ���� �������� ��� ����������� `%s'" #, fuzzy #~ msgid "too few arguments to procedure" #~ msgstr "���� ���� ��������" #, fuzzy #~ msgid "syntax error (integer used as function)" #~ msgstr "���������� ������ ���� ��������� ������" #, fuzzy #~ msgid "syntax error - missing operator, comma, or '('?" #~ msgstr "���������� ������ ���� ������ ��� ������ �����������: %s" #, fuzzy #~ msgid "internal error - bad built-in function `%s'" #~ msgstr "��������� ������ ��� %s, ������ %u" #, fuzzy #~ msgid "invalid operation on array of chars" #~ msgstr "�� ������� ���������� ���������" #, fuzzy #~ msgid "invalid left operand of %s" #~ msgstr "�� ������ ����� �������������� `%s'" #, fuzzy #~ msgid "invalid right operand of %s" #~ msgstr "�� ������ ����� �������������� `%s'" #, fuzzy #~ msgid "ADDR requires a LOCATION argument" #~ msgstr "� ������� `-k' ������� ��� ������" #, fuzzy #~ msgid "-> expression is not addressable" #~ msgstr "����� ������� ���� ���������: %s" #, fuzzy #~ msgid "%s is not addressable" #~ msgstr "�� `%s' ��� ����� �������� ������" #, fuzzy #~ msgid "can't write to %s" #~ msgstr "�������� �������� �������������: %s" #, fuzzy #~ msgid "FORBID is not yet implemented" #~ msgstr "� ���������� ��� ���� ����������" #, fuzzy #~ msgid "text length must be greater then 0" #~ msgstr "%s: � ������� ������� ������ �� ����� ����������� ��� �� �����" #, fuzzy #~ msgid "argument %d of %s must be a location" #~ msgstr "� ���������� ��� <%s> ������ �� ����� ���� ����� ����������" #, fuzzy #~ msgid "argument 2 of ASSOCIATE must not be an empty string" #~ msgstr "%s: � ���� ��� �� ����� `%s' ��� ������ �� ����� ��� ���� �������������" #, fuzzy #~ msgid "argument 2 to ASSOCIATE must be a string" #~ msgstr "� ���������� ��� <%s> ������ �� ����� ���� ����� ����������" #, fuzzy #~ msgid "argument 3 to ASSOCIATE must be a string" #~ msgstr "� ���������� ��� <%s> ������ �� ����� ���� ����� ����������" #, fuzzy #~ msgid "too many arguments in call to MODIFY" #~ msgstr "���� ����� ��������" #, fuzzy #~ msgid "argument 2 of MODIFY must not be an empty string" #~ msgstr "%s: � ���� ��� �� ����� `%s' ��� ������ �� ����� ��� ���� �������������" #, fuzzy #~ msgid "argument 2 to MODIFY must be a string" #~ msgstr "� ���������� ��� <%s> ������ �� ����� ���� ����� ����������" #, fuzzy #~ msgid "argument 3 to MODIFY must be a string" #~ msgstr "� ���������� ��� <%s> ������ �� ����� ���� ����� ����������" #, fuzzy #~ msgid "incompatible index mode" #~ msgstr "�� ������ ��������" #, fuzzy #~ msgid "argument %d of %s must be of mode ACCESS" #~ msgstr "� ���������� ��� <%s> ������ �� ����� ���� ����� ����������" #, fuzzy #~ msgid "too few arguments in call to `readrecord'" #~ msgstr "���� ���� bytes ���� ������������ ���������" #, fuzzy #~ msgid "incompatible record mode" #~ msgstr "����������� ������� ��� ������� ���� �� ���� (truncated)" #, fuzzy #~ msgid "too few arguments in call to `writerecord'" #~ msgstr "���� ���� bytes ���� ������������ ���������" #, fuzzy #~ msgid "argument %d of %s must be of mode TEXT" #~ msgstr "� ���������� ��� <%s> ������ �� ����� ���� ����� ����������" #, fuzzy #~ msgid "argument %d must be referable" #~ msgstr "� ���������� ��� <%s> ������ �� ����� ���� ����� ����������" #, fuzzy #~ msgid "too few arguments for this format string" #~ msgstr "����� ���������� ��������" #, fuzzy #~ msgid "internal error in check_format_string" #~ msgstr "��������� ������ ��� %s, ������ %u" # src/recode.c:171 #, fuzzy #~ msgid "no padding character (offset %d)" #~ msgstr "������� ���������� ��� ������������ �� %3d" #, fuzzy #~ msgid "too many arguments for this format string" #~ msgstr "���� ����� �������� �� ���� �� ������������� ������" #, fuzzy #~ msgid "missing index expression" #~ msgstr "�������� ��������� �������" #, fuzzy #~ msgid "too few arguments in call to `readtext'" #~ msgstr "���� ���� ��������" #, fuzzy #~ msgid "non-constant expression" #~ msgstr "�������� ����������� ��� ������� ��� �������" #, fuzzy #~ msgid "invalid C'xx' " #~ msgstr "�� ������ ���������� UTC" #, fuzzy #~ msgid "unrecognized compiler directive" #~ msgstr "�� ������������ ������� `-%c'" #, fuzzy #~ msgid "unrecognized compiler directive `%s'" #~ msgstr "�� ������������ ������� `-%c'" #, fuzzy #~ msgid "invalid control sequence" #~ msgstr "�� ������ ����� ����" #, fuzzy #~ msgid "unterminated string literal" #~ msgstr "�� ������������o �������������" #, fuzzy #~ msgid "invalid number format `%s'" #~ msgstr "�� ������� ������� ��� ������: `%s'" #, fuzzy #~ msgid "can't find %s" #~ msgstr "��� ����� ������� �� ���������� �� %s" #, fuzzy #~ msgid "invalid `%c' character in name" #~ msgstr "�� ������� ���������� �������� ������" #, fuzzy #~ msgid "loop identifier undeclared" #~ msgstr "���������� ������� � �������������" #, fuzzy #~ msgid "BY expression is negative or zero" #~ msgstr "����� ������� ���� ���������: %s" #, fuzzy #~ msgid "start label '%s' does not match end label '%s'" #~ msgstr "�� ������ ��������� ������ `%s' ��� ��������� �� �� �������������� ����������� `%s'" #, fuzzy #~ msgid "expected a name here" #~ msgstr "%s: ���������� ���������� ����." #, fuzzy #~ msgid "expected a name string here" #~ msgstr "%s: ���������� ���������� ����." #, fuzzy #~ msgid "missing defining occurrence" #~ msgstr "���� ���������� �� ������ ����������" #, fuzzy #~ msgid "missing '(' in exception list" #~ msgstr "���� ���������� �� ������ ����������" #, fuzzy #~ msgid "syntax error in exception list" #~ msgstr "���������� ������ ��� ������ ��� %s: %s" #, fuzzy #~ msgid "empty ON-condition" #~ msgstr "��������� ��������� �������/������" #, fuzzy #~ msgid "expected another rename clause" #~ msgstr "%s: ���������� ���������� ����." #, fuzzy #~ msgid "syntax error while parsing signal definition statement" #~ msgstr "���������� ������ ��� ������ ��� %s: %s" #, fuzzy #~ msgid "expression is not an action" #~ msgstr "����� ������� ���� ���������: %s" #, fuzzy #~ msgid "syntax error in action" #~ msgstr "���������� ������ ���� ��������� ������" #, fuzzy #~ msgid "bad tuple field name list" #~ msgstr "�� ������ byte � ����� ������" #, fuzzy #~ msgid "invalid syntax for label in tuple" #~ msgstr "�� ������ byte � ����� ������" #, fuzzy #~ msgid "missing field name" #~ msgstr "�������� ��������� �������" #, fuzzy #~ msgid "missing field" #~ msgstr "���� ���������� � ����� �� �� �����" #, fuzzy #~ msgid "VARYING bit-strings not implemented" #~ msgstr "� ���������� ��� ���� ����������" #, fuzzy #~ msgid "SIGNAL is not a valid mode" #~ msgstr "�� ������ ��������" #, fuzzy #~ msgid "syntax error - missing mode" #~ msgstr "���������� ������ ���� ������� locale ���������" #~ msgid " `%s'" #~ msgstr " `%s'" #, fuzzy #~ msgid "undeclared identifier `%s'" #~ msgstr "�� ������� ������� ������: `%s'" #, fuzzy #~ msgid "too many arguments to process `%s'" #~ msgstr "���� ����� ��������" #, fuzzy #~ msgid "too many arguments to process" #~ msgstr "���� ����� ��������" #, fuzzy #~ msgid "too few arguments to process `%s'" #~ msgstr "���� ���� ��������" #, fuzzy #~ msgid "too few arguments to process" #~ msgstr "���� ���� ��������" #, fuzzy #~ msgid "GEN_INST parameter 2 must be an integer mode" #~ msgstr "� ���� ��� �� %s ������ �� ����� ��������" #, fuzzy #~ msgid "%s is not a declared process" #~ msgstr "�� `%s' ��� ����� �������� ������" #, fuzzy #~ msgid " and no default priority was set." #~ msgstr "��� ����� ������� �� ������ � �������������." #, fuzzy #~ msgid " and no destination process specified" #~ msgstr "���������� ��������� ����������" #, fuzzy #~ msgid "slice length out-of-range" #~ msgstr "������� ���� ������� ����� ����� �����" #, fuzzy #~ msgid "too many index expressions" #~ msgstr "���������� ����� ������������ ����������" #, fuzzy #~ msgid "cannot convert to float" #~ msgstr "������� � ��������� ��� U+%04X ��� ������ ������ ����������" #, fuzzy #~ msgid "cannot convert float to this mode" #~ msgstr "yp_update: �������� ���������� �������� ���������� �� ����� �������\n" #, fuzzy #~ msgid "internal error in chill_root_resulting_mode" #~ msgstr "��������� ������ ��� %s, ������ %u" #, fuzzy #~ msgid "cannot process BIN (>32)" #~ msgstr "��� ����� ������� �� ������ � ����� ��� �����������." #, fuzzy #~ msgid "negative string length" #~ msgstr "�������� ������� ��������������" #, fuzzy #~ msgid "floating point ranges" #~ msgstr "� ���������� ������� ������������ ��� ����� ������: %s" #, fuzzy #~ msgid "starting word in POS must be an integer constant" #~ msgstr "� ���� ��� �� %s ������ �� ����� ��������" #, fuzzy #~ msgid "length in POS must be an integer constant" #~ msgstr "� ���� ��� �� %s ������ �� ����� ��������" #, fuzzy #~ msgid "end bit in POS must be an integer constant" #~ msgstr "� ���� ��� �� %s ������ �� ����� ��������" #, fuzzy #~ msgid "invalid parameterized type" #~ msgstr "%s: �� ������ ����� �������" # src/main.c:659 #, fuzzy #~ msgid "ambiguous request for method pointer `%s'" #~ msgstr "������ ������������ `%s'" #, fuzzy #~ msgid "invalid use of %D" #~ msgstr "�� ������� �������" #, fuzzy #~ msgid "internal error #%d" #~ msgstr "��������� ������ NIS" #, fuzzy #~ msgid "can't to open %s" #~ msgstr "�������� ���������� ��� `%s'"