# Перевод сообщений bison. # Copyright (C) 1999 Free Software Foundation, Inc. # Dmitry S. Sivachenko , 1999,2000. # msgid "" msgstr "" "Project-Id-Version: bison 1.28a\n" "POT-Creation-Date: 2000-12-20 11:28+0100\n" "PO-Revision-Date: 2000-04-12 13:16+04:00\n" "Last-Translator: Dmitry S. Sivachenko \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=koi8-r\n" "Content-Transfer-Encoding: 8-bit\n" #: src/LR0.c:207 #, c-format msgid "too many states (max %d)" msgstr "слишком много состояний (максимально %d)" #: src/conflicts.c:50 #, c-format msgid "Conflict in state %d between rule %d and token %s resolved as %s.\n" msgstr "" "Конфликт в состоянии %d между правилом %d и лексемой %s разрешен как %s.\n" #: src/conflicts.c:116 src/conflicts.c:139 msgid "reduce" msgstr "вывод" #: src/conflicts.c:122 src/conflicts.c:135 msgid "shift" msgstr "сдвиг" #: src/conflicts.c:143 msgid "an error" msgstr "ошибка" #: src/conflicts.c:419 msgid " 1 shift/reduce conflict" msgstr " 1 конфликт сдвига/вывода" #: src/conflicts.c:421 #, c-format msgid " %d shift/reduce conflicts" msgstr " %d конфликтов сдвига/вывода" #: src/conflicts.c:424 msgid " and" msgstr " и" #: src/conflicts.c:427 msgid " 1 reduce/reduce conflict" msgstr " 1 конфликт вывода/вывода" #: src/conflicts.c:429 #, c-format msgid " %d reduce/reduce conflicts" msgstr " %d конфликтов вывода/вывода" #: src/conflicts.c:461 #, c-format msgid "State %d contains" msgstr "Состояние %d содержит" #. If invoked with `--yacc', use the output format specified by #. POSIX. #: src/conflicts.c:472 msgid "conflicts: " msgstr "конфликты: " #: src/conflicts.c:474 #, c-format msgid " %d shift/reduce" msgstr " %d сдвиг/вывод" #: src/conflicts.c:478 #, c-format msgid " %d reduce/reduce" msgstr " %d вывод/вывод" #: src/conflicts.c:483 #, c-format msgid "%s contains" msgstr "%s содержит" #: src/conflicts.c:568 src/conflicts.c:688 #, c-format msgid " %-4s\t[reduce using rule %d (%s)]\n" msgstr " %-4s\t[вывод с использованием правила %d (%s)]\n" #: src/conflicts.c:579 src/print.c:170 #, c-format msgid "" " $default\treduce using rule %d (%s)\n" "\n" msgstr "" " $default\tвывод с использованием правила %d (%s)\n" "\n" #: src/conflicts.c:668 src/conflicts.c:682 #, c-format msgid " %-4s\treduce using rule %d (%s)\n" msgstr " %-4s\tвывод с использованием правила %d (%s)\n" #: src/conflicts.c:709 #, c-format msgid " $default\treduce using rule %d (%s)\n" msgstr " $default\tвывод с использованием правила %d (%s)\n" #: src/derives.c:44 #, fuzzy msgid "DERIVES" msgstr "" "\n" "\n" "\n" "DERIVES\n" "\n" #: src/derives.c:49 #, c-format msgid "%s derives" msgstr "%s выводит" #. Some efforts were made to ease the translators' task, please #. continue. #: src/getargs.c:71 msgid "GNU bison generates parsers for LALR(1) grammars.\n" msgstr "GNU bison генерирует анализаторы для грамматик LALR(1).\n" #: src/getargs.c:75 #, c-format msgid "Usage: %s [OPTION]... FILE\n" msgstr "Использование: %s [КЛЮЧИ]... ФАЙЛ\n" #: src/getargs.c:79 msgid "" "If a long option shows an argument as mandatory, then it is mandatory\n" "for the equivalent short option also. Similarly for optional arguments.\n" msgstr "" "Если длинная форма ключа определяет аргумент как обязательный, то он также\n" "является обязательным для короткой формы. То же касается необязательных\n" "аргументов.\n" #: src/getargs.c:85 msgid "" "Operation modes:\n" " -h, --help display this help and exit\n" " -V, --version output version information and exit\n" " -y, --yacc emulate POSIX yacc\n" msgstr "" "Режимы функционирования:\n" " -h, --help вывести эту справку и выйти\n" " -V, --version вывести информацию о версии и выйти\n" " -y, --yacc эмулировать POSIX yacc\n" #: src/getargs.c:92 #, fuzzy msgid "" "Parser:\n" " -t, --debug instrument the parser for debugging\n" " --locations enable locations computation\n" " -p, --name-prefix=PREFIX prepend PREFIX to the external symbols\n" " -l, --no-lines don't generate `#line' directives\n" " -n, --no-parser generate the tables only\n" " -r, --raw number the tokens from 3\n" " -k, --token-table include a table of token names\n" msgstr "" "Анализатор:\n" " -t, --debug настроить анализатор для отладки\n" " -p, --name-prefix=ПРЕФИКС подставить ПРЕФИКС для внешних символов\n" " -l, --no-lines не генерировать директивы `#line'\n" " -n, --no-parser генерировать только таблицы\n" " -r, --raw нумеровать лексемы, начиная с 3\n" " -k, --token-table включить таблицу имен лексем\n" #: src/getargs.c:104 msgid "" "Output:\n" " -d, --defines also produce a header file\n" " -v, --verbose also produce an explanation of the automaton\n" " -b, --file-prefix=PREFIX specify a PREFIX for output files\n" " -o, --output-file=FILE leave output to FILE\n" msgstr "" "Вывод:\n" " -d, --defines создать также файл заголовков\n" " -v, --verbose создать также пояснения в автомату\n" " -b, --file-prefix=ПРЕФИКС указать ПРЕФИКС для выходных файлов\n" " -o, --output-file=ФАЙЛ поместить результат в ФАЙЛ\n" #: src/getargs.c:112 msgid "Report bugs to .\n" msgstr "Ошибки сообщайте по адресу .\n" #. Some efforts were made to ease the translators' task, please #. continue. #: src/getargs.c:126 #, c-format msgid "bison (GNU Bison) %s" msgstr "" #: src/getargs.c:131 msgid "Copyright 1984, 1986, 1989, 1992, 2000 Free Software Foundation, Inc.\n" msgstr "" #: src/getargs.c:135 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" msgstr "" #: src/getargs.c:214 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" #: src/getargs.c:222 #, c-format msgid "%s: no grammar file given\n" msgstr "%s: не задан файл с грамматикой\n" #: src/getargs.c:226 #, c-format msgid "%s: extra arguments ignored after `%s'\n" msgstr "%s: лишние аргументы после `%s' игнорированы\n" #: src/lalr.c:312 #, c-format msgid "too many gotos (max %d)" msgstr "слишком много goto (максимально %d)" #: src/lex.c:83 msgid "unexpected `/' found and ignored" msgstr "встречен и проигнорирован неожиданный символ `/'" #: src/lex.c:112 src/reader.c:301 msgid "unterminated comment" msgstr "незаконченный комментарий" #: src/lex.c:144 msgid "unexpected end of file" msgstr "неожиданный конец файла" #: src/lex.c:167 msgid "unescaped newline in constant" msgstr "неэкранированный перевод строки в константе" #: src/lex.c:209 #, c-format msgid "octal value outside range 0...255: `\\%o'" msgstr "восьмеричная величина за пределами диапазона 0...255: `\\%o'" #: src/lex.c:234 #, c-format msgid "hexadecimal value above 255: `\\x%x'" msgstr "шестнадцатеричная величина превышает 255: `\\x%x'" #: src/lex.c:246 #, c-format msgid "unknown escape sequence: `\\' followed by `%s'" msgstr "неизвестная escape-последовательность: `%s' после `\\'" #: src/lex.c:340 msgid "unterminated type name at end of file" msgstr "незаконченное имя типа в конце файла" #: src/lex.c:343 msgid "unterminated type name" msgstr "незаконченное имя типа" #: src/lex.c:447 msgid "use \"...\" for multi-character literal tokens" msgstr "используйте \"...\" для многосимвольных литеральных лексем" #: src/main.c:104 #, c-format msgid "%s: internal error: %s\n" msgstr "%s: внутренняя ошибка: %s\n" #: src/nullable.c:52 msgid "Entering set_nullable" msgstr "Вход в set_nullable" #: src/output.c:985 #, c-format msgid "maximum table size (%d) exceeded" msgstr "превышен максимальный размер таблицы (%d)" #: src/print.c:38 #, c-format msgid " type %d is %s\n" msgstr " тип %d является %s\n" #: src/print.c:86 #, c-format msgid " (rule %d)" msgstr " (правило %d)" #: src/print.c:112 msgid " $default\taccept\n" msgstr " $default\tпринятие\n" #: src/print.c:114 msgid " NO ACTIONS\n" msgstr " НЕТ ДЕЙСТВИЙ\n" #. I.e. strcmp(tags[symbol],"$")==0 #: src/print.c:132 #, c-format msgid " $ \tgo to state %d\n" msgstr " $ \tпереход в состояние %d\n" #: src/print.c:134 #, c-format msgid " %-4s\tshift, and go to state %d\n" msgstr " %-4s\tсдвиг, и переход в состояние %d\n" #: src/print.c:158 #, c-format msgid " %-4s\terror (nonassociative)\n" msgstr " %-4s\tошибка (неассоциативная)\n" #: src/print.c:186 #, c-format msgid " %-4s\tgo to state %d\n" msgstr " %-4s\tпереход в состояние %d\n" #: src/print.c:198 #, fuzzy, c-format msgid "state %d" msgstr "" "\n" "\n" "состояние %d\n" "\n" #: src/print.c:228 #, fuzzy msgid "Grammar" msgstr "" "\n" "Грамматика\n" #: src/print.c:234 #, c-format msgid "rule %-4d %s ->" msgstr "правило %-4d %s ->" #: src/print.c:240 msgid "\t\t/* empty */" msgstr "\t\t/* пусто */" #: src/print.c:246 #, fuzzy msgid "Terminals, with rules where they appear" msgstr "" "\n" "Терминальные символы с правилами, в которых они появляются\n" "\n" #: src/print.c:296 #, fuzzy msgid "Nonterminals, with rules where they appear" msgstr "" "\n" "Нетерминальные символы с правилами, в которых они появляются\n" "\n" #: src/print.c:323 msgid " on left:" msgstr " налево:" #: src/print.c:338 msgid " on right:" msgstr " направо:" #: src/reader.c:82 msgid " Skipping to next \\n" msgstr " Пропуск до следующего \\n" #: src/reader.c:84 #, c-format msgid " Skipping to next %c" msgstr " Пропуск до следующего %c" #: src/reader.c:135 src/reader.c:147 msgid "invalid $ value" msgstr "неверное $ значение" #: src/reader.c:176 src/reader.c:194 msgid "unterminated string at end of file" msgstr "незаконченная строка в конце файла" #: src/reader.c:179 msgid "unterminated string" msgstr "незаконченная строка" #: src/reader.c:368 src/reader.c:448 #, fuzzy, c-format msgid "%s is invalid" msgstr "неверный знак @%s" #: src/reader.c:416 #, c-format msgid "$$ of `%s' has no declared type" msgstr "$$ в `%s' не имеет описанного типа" #: src/reader.c:441 #, c-format msgid "$%d of `%s' has no declared type" msgstr "$%d из `%s' не имеет описанного типа" #: src/reader.c:495 msgid "unterminated `%{' definition" msgstr "незаконченное определение `%{'" #: src/reader.c:540 src/reader.c:656 src/reader.c:706 #, c-format msgid "Premature EOF after %s" msgstr "Преждевременный конец файла после %s" #: src/reader.c:557 #, c-format msgid "symbol `%s' used more than once as a literal string" msgstr "" #: src/reader.c:560 #, c-format msgid "symbol `%s' given more than one literal string" msgstr "" #: src/reader.c:582 src/reader.c:725 #, c-format msgid "symbol %s redefined" msgstr "повторное определение символа %s" #: src/reader.c:592 src/reader.c:671 src/reader.c:732 src/reader.c:1291 #, c-format msgid "type redeclaration for %s" msgstr "повторное описание типа для %s" #: src/reader.c:602 #, c-format msgid "`%s' is invalid in %s" msgstr "`%s' неверно в %s" #: src/reader.c:619 src/reader.c:779 #, fuzzy, c-format msgid "multiple %s declarations" msgstr "множественное описание %start" #: src/reader.c:621 src/reader.c:1269 #, fuzzy, c-format msgid "invalid %s declaration" msgstr "неверное описание %start" #: src/reader.c:641 msgid "%type declaration has no " msgstr "описание %type не имеет <имя_типа>" #: src/reader.c:676 msgid "invalid %%type declaration due to item: %s" msgstr "неверное описание %%type из-за элемента: %s" #: src/reader.c:721 #, c-format msgid "redefining precedence of %s" msgstr "переопределение приоритета для %s" #: src/reader.c:745 #, c-format msgid "invalid text (%s) - number should be after identifier" msgstr "неверный текст (%s) - число должно следовать за идентификатором" #: src/reader.c:755 #, c-format msgid "unexpected item: %s" msgstr "неожиданный элемент: %s" #: src/reader.c:817 src/reader.c:1100 src/reader.c:1171 #, fuzzy, c-format msgid "unmatched %s" msgstr "непарная `{'" #: src/reader.c:849 #, fuzzy msgid "argument of %%expect is not an integer" msgstr "аргумент %expect не является целым числом" #: src/reader.c:896 #, c-format msgid "unrecognized item %s, expected an identifier" msgstr "нераспознанный элемент %s, ожидался идентификатор" #: src/reader.c:920 #, c-format msgid "expected string constant instead of %s" msgstr "вместо %s ожидалась строковая постоянная" #: src/reader.c:1016 #, c-format msgid "unrecognized: %s" msgstr "нераспознано: %s" #: src/reader.c:1021 msgid "no input grammar" msgstr "нет входной грамматики" #: src/reader.c:1026 #, c-format msgid "unknown character: %s" msgstr "неизвестный символ: %s" #: src/reader.c:1194 #, c-format msgid "unterminated %guard clause" msgstr "незаконченный оператор %guard" #: src/reader.c:1356 msgid "ill-formed rule: initial symbol not followed by colon" msgstr "неверное правило: двоеточие не следует за начальным символом" #: src/reader.c:1363 msgid "grammar starts with vertical bar" msgstr "грамматика начинается с вертикальной черты" #: src/reader.c:1394 #, c-format msgid "rule given for %s, which is a token" msgstr "правило задано для %s, который является лексемой" #: src/reader.c:1496 msgid "two @prec's in a row" msgstr "два @prec подряд" #: src/reader.c:1504 #, fuzzy msgid "%%guard present but %%semantic_parser not specified" msgstr "%guard присутствует, а %semantic_parser не задан" #: src/reader.c:1513 msgid "two actions at end of one rule" msgstr "два действия в конце одного правила" #: src/reader.c:1527 #, c-format msgid "type clash (`%s' `%s') on default action" msgstr "конфликт типов (`%s' `%s') на действии по умолчанию" #: src/reader.c:1533 msgid "empty rule for typed nonterminal, and no action" msgstr "" "пустое правило для типизированного нетерминального символа, и нет действия" #: src/reader.c:1577 #, c-format msgid "invalid input: %s" msgstr "неверные входные данные: %s" #: src/reader.c:1585 #, c-format msgid "too many symbols (tokens plus nonterminals); maximum %d" msgstr "слишком много символов (лексемы плюс нетерминалы); максимально %d" #: src/reader.c:1588 msgid "no rules in the input grammar" msgstr "отсутствуют правила во входной грамматике" #: src/reader.c:1612 #, c-format msgid "symbol %s is used, but is not defined as a token and has no rules" msgstr "символ %s используется, но не определен как лексема и не имеет правил" #: src/reader.c:1718 #, c-format msgid "conflicting precedences for %s and %s" msgstr "противоречивые приоритеты для %s и %s" #: src/reader.c:1730 #, c-format msgid "conflicting assoc values for %s and %s" msgstr "противоречивые значения ассоциативности для %s и %s" #: src/reader.c:1781 #, c-format msgid "tokens %s and %s both assigned number %d" msgstr "обеим лексемам %s и %s присвоен номер %d" #: src/reader.c:1794 #, c-format msgid "the start symbol %s is undefined" msgstr "начальный символ %s неопределен" #: src/reader.c:1796 #, c-format msgid "the start symbol %s is a token" msgstr "начальный символ %s является лексемой" #: src/reduce.c:404 #, fuzzy msgid "Useless nonterminals:" msgstr "" "Бесполезные нетерминалы:\n" "\n" #: src/reduce.c:418 #, fuzzy msgid "Terminals which are not used:" msgstr "" "\n" "\n" "Неиспользованные терминалы:\n" "\n" #: src/reduce.c:429 #, fuzzy msgid "Useless rules:" msgstr "" "\n" "\n" "Бесполезные правила:\n" "\n" #: src/reduce.c:459 msgid "" "Variables\n" "---------\n" "\n" msgstr "" "Переменные\n" "----------\n" "\n" #: src/reduce.c:460 msgid "Value Sprec Sassoc Tag\n" msgstr "Знач Приор Ассоц Тег\n" #: src/reduce.c:464 msgid "" "Rules\n" "-----\n" "\n" msgstr "" "Правила\n" "-------\n" "\n" #: src/reduce.c:474 msgid "" "Rules interpreted\n" "-----------------\n" "\n" msgstr "" "Интерпретированные правила\n" "--------------------------\n" "\n" #: src/reduce.c:492 #, c-format msgid "%d rules never reduced\n" msgstr "%d правил не сведено\n" #: src/reduce.c:494 #, c-format msgid "%s contains " msgstr "%s содержит " #: src/reduce.c:498 #, c-format msgid "%d useless nonterminal%s" msgstr "%d бесполезных нетерминалов%s" #: src/reduce.c:503 msgid " and " msgstr " и " #: src/reduce.c:507 #, c-format msgid "%d useless rule%s" msgstr "%d бесполезных правил%s" #: src/reduce.c:540 #, c-format msgid "Start symbol %s does not derive any sentence" msgstr "Начальный символ %s не выводит ни одного предложения" #: src/reduce.c:553 #, c-format msgid "" "reduced %s defines %d terminal%s, %d nonterminal%s, and %d production%s.\n" msgstr "" "выведенный %s определяет %d терминалов%s, %d нетерминалов%s, и %d правил " "вывода%s.\n" #: lib/error.c:102 msgid "Unknown system error" msgstr "" #: lib/getopt.c:675 #, c-format msgid "%s: option `%s' is ambiguous\n" msgstr "%s: неоднозначный ключ `%s'\n" #: lib/getopt.c:700 #, c-format msgid "%s: option `--%s' doesn't allow an argument\n" msgstr "%s: ключ `--%s' должен использоваться без аргумента\n" #: lib/getopt.c:705 #, c-format msgid "%s: option `%c%s' doesn't allow an argument\n" msgstr "%s: ключ `%c%s' должен использоваться без аргумента\n" #: lib/getopt.c:723 lib/getopt.c:896 #, c-format msgid "%s: option `%s' requires an argument\n" msgstr "%s: ключ `%s' должен использоваться с аргументом\n" #. --option #: lib/getopt.c:752 #, c-format msgid "%s: unrecognized option `--%s'\n" msgstr "%s: неизвестный ключ `--%s'\n" #. +option or -option #: lib/getopt.c:756 #, c-format msgid "%s: unrecognized option `%c%s'\n" msgstr "%s: неизвестный ключ `%c%s'\n" #. 1003.2 specifies the format of this message. #: lib/getopt.c:782 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: недопустимый ключ -- %c\n" #: lib/getopt.c:785 #, c-format msgid "%s: invalid option -- %c\n" msgstr "%s: неверный ключ -- %c\n" #. 1003.2 specifies the format of this message. #: lib/getopt.c:815 lib/getopt.c:945 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "%s: ключ должен использоваться с аргументом -- %c\n" #: lib/getopt.c:862 #, c-format msgid "%s: option `-W %s' is ambiguous\n" msgstr "%s: неоднозначный ключ `-W %s'\n" #: lib/getopt.c:880 #, c-format msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "%s: ключ `-W %s' должен использоваться без аргумента\n" #: lib/obstack.c:477 #, fuzzy msgid "memory exhausted" msgstr "%s: память исчерпана\n" #. Get translations for open and closing quotation marks. #. #. The message catalog should translate "`" to a left #. quotation mark suitable for the locale, and similarly for #. "'". If the catalog has no translation, #. locale_quoting_style quotes `like this', and #. clocale_quoting_style quotes "like this". #. #. For example, an American English Unicode locale should #. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and #. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION #. MARK). A British English Unicode locale should instead #. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and #. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #: lib/quotearg.c:262 msgid "`" msgstr "" #: lib/quotearg.c:263 msgid "'" msgstr "" #. If XALLOC_FAIL_FUNC is NULL, or does return, display this message #. before exiting when memory is exhausted. Goes through gettext. #: lib/xmalloc.c:66 #, fuzzy msgid "Memory exhausted" msgstr "%s: память исчерпана\n" #~ msgid "$%s is invalid" #~ msgstr "неверный знак $%s" #~ msgid "multiple %union declarations" #~ msgstr "множественное описание %union" #~ msgid "unterminated comment at end of file" #~ msgstr "незаконченный комментарий в конце файла" #~ msgid "unmatched close-brace (`}')" #~ msgstr "непарная закрывающая фигурная скобка (`}')" #~ msgid "unmatched right brace (`}')" #~ msgstr "непарная правая фигурная скобка (`}')" #~ msgid "ill-formed %type declaration" #~ msgstr "неверное описание %type"