Pull translations from Transifex.
[hivex.git] / po / ru.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: hivex\n"
9 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/\n"
10 "POT-Creation-Date: 2010-12-02 15:28+0000\n"
11 "PO-Revision-Date: 2011-03-22 15:29+0000\n"
12 "Last-Translator: rjones <rjones@redhat.com>\n"
13 "Language-Team: Russian <trans-ru@lists.fedoraproject.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Language: ru\n"
18 "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"
19
20 #: sh/hivexsh.c:149
21 #, c-format
22 msgid ""
23 "\n"
24 "Welcome to hivexsh, the hivex interactive shell for examining\n"
25 "Windows Registry binary hive files.\n"
26 "\n"
27 "Type: 'help' for help summary\n"
28 "      'quit' to quit the shell\n"
29 "\n"
30 msgstr ""
31 "\n"
32 "Добро пожаловать в hivexsh &mdash; интерактивную оболочку для\n"
33 "анализа двоичных файлов куста реестра Windows.\n"
34 "\n"
35 "Введите «help» для получения помощи, \n"
36 "     «quit» для выхода из оболочки\n"
37 "\n"
38
39 #: sh/hivexsh.c:263
40 #, c-format
41 msgid "hivexsh: error getting parent of node %zu\n"
42 msgstr "hivexsh: ошибка получения родительского узла для %zu\n"
43
44 #: sh/hivexsh.c:273
45 #, c-format
46 msgid "hivexsh: error getting node name of node %zx\n"
47 msgstr "hivexsh: ошибка получения имени узла для %zx\n"
48
49 #: sh/hivexsh.c:412
50 #, c-format
51 msgid "hivexsh: you must load a hive file first using 'load hivefile'\n"
52 msgstr ""
53 "hivexsh: сначала необходимо загрузить файл с помощью команды «load "
54 "hivefile»\n"
55
56 #: sh/hivexsh.c:433
57 #, c-format
58 msgid "hivexsh: unknown command '%s', use 'help' for help summary\n"
59 msgstr ""
60 "hivexsh: неизвестная команда «%s». Выполните «help» для получения помощи\n"
61
62 #: sh/hivexsh.c:443
63 #, c-format
64 msgid "hivexsh: load: no hive file name given to load\n"
65 msgstr "hivexsh: load: не задан файл для загрузки\n"
66
67 #: sh/hivexsh.c:459
68 #, c-format
69 msgid ""
70 "hivexsh: failed to open hive file: %s: %m\n"
71 "\n"
72 "If you think this file is a valid Windows binary hive file (_not_\n"
73 "a regedit *.reg file) then please run this command again using the\n"
74 "hivexsh option '-d' and attach the complete output _and_ the hive file\n"
75 "which fails into a bug report at https://bugzilla.redhat.com/\n"
76 "\n"
77 msgstr ""
78 "hivexsh: не удалось открыть файл %s: %m\n"
79 "\n"
80 "Если вы уверены, что этот файл является двоичным файлом куста Windows\n"
81 "(НЕ файл *.reg), повторно выполните команду с опцией «-d»\n"
82 "и включите её вывод и сам файл куста в отчёт Bugzilla:\n"
83 "https://bugzilla.redhat.com/\n"
84 "\n"
85
86 #: sh/hivexsh.c:492 sh/hivexsh.c:601 sh/hivexsh.c:1067
87 #, c-format
88 msgid "hivexsh: '%s' command should not be given arguments\n"
89 msgstr "hivexsh: не передавайте аргументы команде «%s»\n"
90
91 #: sh/hivexsh.c:534
92 #, c-format
93 msgid ""
94 "%s: %s: \\ characters in path are doubled - are you escaping the path "
95 "parameter correctly?\n"
96 msgstr ""
97 "%s: %s: \\ символы в пути повторяются. Проверьте правильность управляющей "
98 "последовательности.\n"
99
100 #: sh/hivexsh.c:572
101 #, c-format
102 msgid "hivexsh: cd: subkey '%s' not found\n"
103 msgstr "hivexsh: cd: подраздел «%s» не найден\n"
104
105 #: sh/hivexsh.c:590
106 #, c-format
107 msgid ""
108 "Navigate through the hive's keys using the 'cd' command, as if it\n"
109 "contained a filesystem, and use 'ls' to list the subkeys of the\n"
110 "current key.  Full documentation is in the hivexsh(1) manual page.\n"
111 msgstr ""
112 "Переход между разделами куста осуществляется с помощью команды «cd»,\n"
113 "аналогично навигации в файловой системе.\n"
114 "«ls» позволяет просмотреть список подразделов.\n"
115 "Подробную информацию можно найти на странице помощи hivexsh(1).\n"
116
117 #: sh/hivexsh.c:665
118 #, c-format
119 msgid "%s: %s: key not found\n"
120 msgstr "%s: %s: раздел не найден\n"
121
122 #: sh/hivexsh.c:841 sh/hivexsh.c:945 sh/hivexsh.c:971 sh/hivexsh.c:1000
123 #, c-format
124 msgid "%s: %s: invalid integer parameter (%s returned %d)\n"
125 msgstr "%s: %s: недопустимое целое значение параметра (%s вернул %d)\n"
126
127 #: sh/hivexsh.c:846 sh/hivexsh.c:951 sh/hivexsh.c:977 sh/hivexsh.c:1006
128 #, c-format
129 msgid "%s: %s: integer out of range\n"
130 msgstr "%s: %s: целое значение выходит за пределы диапазона\n"
131
132 #: sh/hivexsh.c:868 sh/hivexsh.c:886
133 #, c-format
134 msgid "hivexsh: setval: unexpected end of input\n"
135 msgstr "hivexsh: setval: непредвиденный конец ввода\n"
136
137 #: sh/hivexsh.c:907 sh/hivexsh.c:926
138 #, c-format
139 msgid ""
140 "hivexsh: string(utf16le): only 7 bit ASCII strings are supported for input\n"
141 msgstr ""
142 "hivexsh: string(utf16le): при вводе поддерживаются только 7-битные строки "
143 "ASCII\n"
144
145 #: sh/hivexsh.c:1037
146 #, c-format
147 msgid "hivexsh: setval: trailing garbage after hex string\n"
148 msgstr "hivexsh: setval: мусор в конце шестнадцатеричной строки\n"
149
150 #: sh/hivexsh.c:1044
151 #, c-format
152 msgid ""
153 "hivexsh: setval: cannot parse value string, please refer to the man page "
154 "hivexsh(1) for help: %s\n"
155 msgstr ""
156 "hivexsh: setval: не удалось разобрать значение. Обратитесь к странице помощи"
157 " hivexsh(1): %s\n"
158
159 #: sh/hivexsh.c:1073
160 #, c-format
161 msgid "hivexsh: del: the root node cannot be deleted\n"
162 msgstr "hivexsh: del: невозможно удалить корневой элемент\n"
163
164 #: xml/hivexml.c:70
165 #, c-format
166 msgid "%s: failed to write XML document\n"
167 msgstr "%s: не удалось записать XML\n"
168
169 #: xml/hivexml.c:101
170 #, c-format
171 msgid "hivexml: missing name of input file\n"
172 msgstr "hivexml: отсутствует имя входного файла\n"
173
174 #: xml/hivexml.c:120
175 #, c-format
176 msgid "xmlNewTextWriterFilename: failed to create XML writer\n"
177 msgstr "xmlNewTextWriterFilename: не удалось создать модуль записи XML\n"