# Translation of binutils messages to Russian # Copyright (C) 2003, 2005, 2006, 2009, 2010 Free Software Foundation, Inc. # This file is distributed under the same license as the binutils package. # # Pavel Maryanov , 2003, 2005, 2006, 2008, 2010. # Yuri Kozlov , 2009, 2010, 2012, 2014, 2018. # Pavel Maryanov , 2010, 2011. msgid "" msgstr "" "Project-Id-Version: binutils 2.30.0\n" "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n" "POT-Creation-Date: 2022-01-22 12:22+0000\n" "PO-Revision-Date: 2018-03-19 22:27+0300\n" "Last-Translator: Pavel Maryanov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Bugs: Report translation errors to the Language-Team address.\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 2.0\n" #: addr2line.c:87 #, c-format msgid "Usage: %s [option(s)] [addr(s)]\n" msgstr "Использование: %s [параметры] [адрес(а)]\n" #: addr2line.c:88 #, c-format msgid " Convert addresses into line number/file name pairs.\n" msgstr " Конвертирует адреса в пары номер_строки/имя_файла.\n" #: addr2line.c:89 #, c-format msgid " If no addresses are specified on the command line, they will be read from stdin\n" msgstr " Если адреса не указаны в командной строке, они будут прочитаны из stdin\n" #: addr2line.c:90 #, fuzzy, c-format #| msgid "" #| " The options are:\n" #| " @ Read options from \n" #| " -a --addresses Show addresses\n" #| " -b --target= Set the binary file format\n" #| " -e --exe= Set the input file name (default is a.out)\n" #| " -i --inlines Unwind inlined functions\n" #| " -j --section= Read section-relative offsets instead of addresses\n" #| " -p --pretty-print Make the output easier to read for humans\n" #| " -s --basenames Strip directory names\n" #| " -f --functions Show function names\n" #| " -C --demangle[=style] Demangle function names\n" #| " -h --help Display this information\n" #| " -v --version Display the program's version\n" #| "\n" msgid "" " The options are:\n" " @ Read options from \n" " -a --addresses Show addresses\n" " -b --target= Set the binary file format\n" " -e --exe= Set the input file name (default is a.out)\n" " -i --inlines Unwind inlined functions\n" " -j --section= Read section-relative offsets instead of addresses\n" " -p --pretty-print Make the output easier to read for humans\n" " -s --basenames Strip directory names\n" " -f --functions Show function names\n" " -C --demangle[=style] Demangle function names\n" " -R --recurse-limit Enable a limit on recursion whilst demangling. [Default]\n" " -r --no-recurse-limit Disable a limit on recursion whilst demangling\n" " -h --help Display this information\n" " -v --version Display the program's version\n" "\n" msgstr "" " Параметры:\n" " @<файл> читать параметры из <файла>\n" " -a --addresses показать адреса\n" " -b --target= установить формат двоичного файла\n" " -e --exe= установить имя входного файла (по умолчанию\n" " используется a.out)\n" " -i --inlines развёрнутая информация по внутристрочным функциям\n" " -j --section=<имя> читать смещения разделов вместо адресов\n" " -p --pretty-print выдавать результат в понятном человеку виде\n" " -s --basenames удалить имена каталогов\n" " -f --functions показать имена функций\n" " -C --demangle[=стиль] декодировать имена функций\n" " -h --help показать эту информацию\n" " -v --version показать версию программы\n" "\n" #: addr2line.c:109 ar.c:359 ar.c:396 coffdump.c:471 dlltool.c:3713 #: dllwrap.c:518 elfedit.c:976 objcopy.c:697 objcopy.c:752 readelf.c:5165 #: size.c:109 srconv.c:1704 strings.c:1343 sysdump.c:655 windmc.c:227 #: windres.c:690 #, c-format msgid "Report bugs to %s\n" msgstr "Отчёты об ошибках отправляйте в %s\n" #. Note for translators: This printf is used to join the #. function name just printed above to the line number/ #. file name pair that is about to be printed below. Eg: #. #. foo at 123:bar.c #: addr2line.c:313 #, c-format msgid " at " msgstr " у " #. Note for translators: This printf is used to join the #. line number/file name pair that has just been printed with #. the line number/file name pair that is going to be printed #. by the next iteration of the while loop. Eg: #. #. 123:bar.c (inlined by) 456:main.c #: addr2line.c:353 #, c-format msgid " (inlined by) " msgstr " (внутристрочный) " #: addr2line.c:386 #, c-format msgid "%s: cannot get addresses from archive" msgstr "%s: cannot get addresses from archive" #: addr2line.c:403 #, c-format msgid "%s: cannot find section %s" msgstr "%s: невозможно найти раздел %s" #: addr2line.c:442 ar.c:758 dlltool.c:3237 nm.c:2051 objcopy.c:6036 #: objdump.c:5372 size.c:151 strings.c:340 windmc.c:958 windres.c:816 msgid "fatal error: libbfd ABI mismatch" msgstr "" #: addr2line.c:469 nm.c:2077 objdump.c:5419 readelf.c:5438 #, c-format msgid "unknown demangling style `%s'" msgstr "неизвестный стиль декодирования «%s»" #: ar.c:275 #, c-format msgid "no entry %s in archive\n" msgstr "в архиве нет пункта %s\n" #: ar.c:289 #, fuzzy, c-format #| msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [--plugin ] [member-name] [count] archive-file file...\n" msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin ] [member-name] [count] archive-file file...\n" msgstr "" "Использование: %s [параметры эмуляции] [-]{dmpqrstx}[abcDfilMNoPsSTuvV]\n" " [--plugin <имя>] [имя_члена] [счётчик] файл_архива файл…\n" #: ar.c:295 #, fuzzy, c-format #| msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [member-name] [count] archive-file file...\n" msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [member-name] [count] archive-file file...\n" msgstr "" "Использование: %s [параметры эмуляции] [-]{dmpqrstx}[abcDfilMNoPsSTuvV]\n" " [имя_члена] [счётчик] файл_архива файл…\n" #: ar.c:303 #, c-format msgid " %s -M [ ] - specify the dependencies of this library\n" msgstr "" #: ar.c:340 #, c-format msgid " [S] - do not build a symbol table\n" msgstr " [S] - не создавать таблицу символов\n" #: ar.c:341 #, fuzzy, c-format #| msgid " [T] - make a thin archive\n" msgid " [T] - deprecated, use --thin instead\n" msgstr " [T] - создание полупустого архива\n" #: ar.c:342 #, c-format msgid " [v] - be verbose\n" msgstr " [v] - подробный режим\n" #: ar.c:343 #, c-format msgid " [V] - display the version number\n" msgstr " [V] - вывод номера версии\n" #: ar.c:344 #, c-format msgid " @ - read options from \n" msgstr " @<файл> - читать параметры из <файла>\n" #: ar.c:345 #, c-format msgid " --target=BFDNAME - specify the target object format as BFDNAME\n" msgstr " --target=BFDNAME - назначить форматом объекта назначения BFDNAME\n" #: ar.c:346 #, fuzzy, c-format #| msgid " --target=BFDNAME - specify the target object format as BFDNAME\n" msgid " --output=DIRNAME - specify the output directory for extraction operations\n" msgstr " --target=BFDNAME - назначить форматом объекта назначения BFDNAME\n" #: ar.c:347 #, c-format msgid " --record-libdeps= - specify the dependencies of this library\n" msgstr "" #: ar.c:348 #, fuzzy, c-format #| msgid " [T] - make a thin archive\n" msgid " --thin - make a thin archive\n" msgstr " [T] - создание полупустого архива\n" #: ar.c:350 #, c-format msgid " optional:\n" msgstr " необязательные:\n" #: ar.c:351 #, c-format msgid " --plugin

- load the specified plugin\n" msgstr " --plugin

- загрузить указанный модуль\n" #: ar.c:372 #, c-format msgid "Usage: %s [options] archive\n" msgstr "Использование: %s [параметры] архив\n" #: ar.c:373 #, c-format msgid " Generate an index to speed access to archives\n" msgstr " Создает индекс для увеличения скорости доступа к архивам\n" #: ar.c:374 #, c-format msgid "" " The options are:\n" " @ Read options from \n" msgstr "" " Параметры:\n" " @<файл> читать параметры из <файла>\n" #: ar.c:377 #, c-format msgid " --plugin Load the specified plugin\n" msgstr " --plugin <название> загрузить указанный модуль\n" #: ar.c:381 #, c-format msgid "" " -D Use zero for symbol map timestamp (default)\n" " -U Use an actual symbol map timestamp\n" msgstr "" " -D использовать ноль для отметок времени\n" " карты символов (по умолчанию)\n" " -U использовать актуальные отметки времени\n" " карты символов\n" #: ar.c:385 #, c-format msgid "" " -D Use zero for symbol map timestamp\n" " -U Use actual symbol map timestamp (default)\n" msgstr "" " -D использовать ноль для отметок времени\n" " карты символов\n" " -U использовать актуальные отметки времени\n" " карты символов (по умолчанию)\n" #: ar.c:388 #, c-format msgid "" " -t Update the archive's symbol map timestamp\n" " -h --help Print this help message\n" " -v --version Print version information\n" msgstr "" " -t обновить временные отметки карты символов архива\n" " -h --help показать это справочное сообщение\n" " -V --version показать информацию о версии\n" #: ar.c:513 msgid "two different operation options specified" msgstr "указаны параметры для двух различных операций" #: ar.c:549 msgid "libdeps specified more than once" msgstr "" #: ar.c:610 ar.c:685 nm.c:2188 #, c-format msgid "sorry - this program has been built without plugin support\n" msgstr "увы — эта программа была собрана без поддержки модулей\n" #: ar.c:814 msgid "no operation specified" msgstr "операция не указана" #: ar.c:817 msgid "`u' is only meaningful with the `r' option." msgstr "«u» имеет значение только с параметром «r»." #: ar.c:820 msgid "`u' is not meaningful with the `D' option." msgstr "«u» не имеет смысла с параметром «D»." #: ar.c:823 msgid "`u' modifier ignored since `D' is the default (see `U')" msgstr "модификатор «u» игнорируется, так как по умолчанию используется «D» (смотрите «U»)" #: ar.c:832 msgid "missing position arg." msgstr "Отсутствует аргумент положения." #: ar.c:838 msgid "`N' is only meaningful with the `x' and `d' options." msgstr "«N» имеет значение только с параметрами «x» и «d»." #: ar.c:840 msgid "`N' missing value." msgstr "Отсутствует значение «N»." #: ar.c:843 msgid "Value for `N' must be positive." msgstr "Значение «N» должно быть положительным." #: ar.c:859 msgid "`x' cannot be used on thin archives." msgstr "«x» нельзя использовать для полупустого архива." #: ar.c:873 #, fuzzy #| msgid "Can't create .lib file: %s: %s" msgid "Cannot create libdeps record." msgstr "Не удалось создать файл .lib: %s: %s" #: ar.c:876 msgid "Cannot set libdeps record type to binary." msgstr "" #: ar.c:879 msgid "Cannot set libdeps object format." msgstr "" #: ar.c:882 msgid "Cannot make libdeps object writable." msgstr "" #: ar.c:885 msgid "Cannot write libdeps record." msgstr "" #: ar.c:888 msgid "Cannot make libdeps object readable." msgstr "" #: ar.c:891 #, fuzzy #| msgid "unexpected record type" msgid "Cannot reset libdeps record type." msgstr "неожиданный комбинированный тип" #: ar.c:952 #, c-format msgid "internal error -- this option not implemented" msgstr "внутренняя ошибка — этот параметр не реализован" #: ar.c:1021 #, c-format msgid "creating %s" msgstr "создаётся %s" #: ar.c:1052 #, c-format msgid "Cannot convert existing library %s to thin format" msgstr "Невозможно преобразовать существующую библиотеку %s в формат полупустого архива" #: ar.c:1058 #, c-format msgid "Cannot convert existing thin library %s to normal format" msgstr "Невозможно преобразовать существующую полупустую библиотеку %s в обычный формат" #: ar.c:1090 ar.c:1190 ar.c:1512 objcopy.c:3612 #, c-format msgid "internal stat error on %s" msgstr "внутренняя ошибка stat на %s" #: ar.c:1109 ar.c:1216 #, c-format msgid "%s is not a valid archive" msgstr "%s не является верным архивом" #: ar.c:1137 #, fuzzy, c-format #| msgid "illegal pathname found in archive member: %s" msgid "illegal output pathname for archive member: %s, using '%s' instead" msgstr "в элементе архива найден некорректный путь: %s" #: ar.c:1264 msgid "could not create temporary file whilst writing archive" msgstr "невозможно создать временный файл при записи архива" #: ar.c:1415 #, c-format msgid "No member named `%s'\n" msgstr "Нет члена с именем «%s»\n" #: ar.c:1465 #, c-format msgid "no entry %s in archive %s!" msgstr "пункта %s нет в архиве %s!" #: ar.c:1625 #, c-format msgid "%s: no archive map to update" msgstr "%s: нет карты архива для обновления" #: arsup.c:91 #, c-format msgid "No entry %s in archive.\n" msgstr "пункта %s нет в архиве.\n" #: arsup.c:116 #, c-format msgid "Can't open file %s\n" msgstr "Невозможно открыть файл %s\n" #: arsup.c:159 #, fuzzy, c-format #| msgid "can't open temporary file `%s': %s" msgid "%s: Can't open temporary file (%s)\n" msgstr "невозможно открыть временный файл «%s»: %s" #: arsup.c:170 #, c-format msgid "%s: Can't open output archive %s\n" msgstr "%s: Невозможно открыть выходной архив %s\n" #: arsup.c:191 #, c-format msgid "%s: Can't open input archive %s\n" msgstr "%s: Невозможно открыть входной архив %s\n" #: arsup.c:200 #, c-format msgid "%s: file %s is not an archive\n" msgstr "%s: файл %s не является архивом\n" #: arsup.c:240 #, c-format msgid "%s: no output archive specified yet\n" msgstr "%s: выходной архив еще не указан\n" #: arsup.c:260 arsup.c:303 arsup.c:345 arsup.c:383 arsup.c:449 #, c-format msgid "%s: no open output archive\n" msgstr "%s: нет открытого выходного архива\n" #: arsup.c:276 arsup.c:404 arsup.c:430 #, c-format msgid "%s: can't open file %s\n" msgstr "%s: невозможно открыть файл %s\n" #: arsup.c:330 arsup.c:426 arsup.c:507 #, c-format msgid "%s: can't find module file %s\n" msgstr "%s: невозможно найти файл модуля %s\n" #: arsup.c:458 #, c-format msgid "Current open archive is %s\n" msgstr "Текущий открытый архив — %s\n" #: arsup.c:482 #, c-format msgid "%s: no open archive\n" msgstr "%s: нет открытого архива\n" #: binemul.c:38 #, c-format msgid " No emulation specific options\n" msgstr " Нет параметров эмуляции\n" #. Macros for common output. #: binemul.h:45 #, c-format msgid " emulation options: \n" msgstr " параметры эмуляции: \n" #: bucomm.c:43 bucomm.c:76 msgid "cause of error unknown" msgstr "" #: bucomm.c:157 #, c-format msgid "can't set BFD default target to `%s': %s" msgstr "невозможно установить цель BFD по умолчанию на «%s»: %s" #: bucomm.c:169 #, c-format msgid "%s: Matching formats:" msgstr "%s: Форматы совпадения:" #: bucomm.c:184 #, c-format msgid "Supported targets:" msgstr "Поддерживаемые цели:" #: bucomm.c:186 #, c-format msgid "%s: supported targets:" msgstr "%s: поддерживаемые цели:" #: bucomm.c:204 #, c-format msgid "Supported architectures:" msgstr "Поддерживаемые архитектуры:" #: bucomm.c:206 #, c-format msgid "%s: supported architectures:" msgstr "%s: поддерживаемые архитектуры:" #: bucomm.c:219 msgid "big endian" msgstr "от старшего к младшему" #: bucomm.c:220 msgid "little endian" msgstr "от младшего к старшему" #: bucomm.c:221 msgid "endianness unknown" msgstr "байтовый порядок неизвестен" #: bucomm.c:268 #, c-format msgid "" "%s\n" " (header %s, data %s)\n" msgstr "" "%s\n" " (заголовок %s, данные %s)\n" #: bucomm.c:417 #, c-format msgid "BFD header file version %s\n" msgstr "Файл заголовка BFD версия %s\n" #: bucomm.c:447 #, c-format msgid "