Mercurial > vim
annotate src/po/ru.cp1251.po @ 13614:87e5629fc915 v8.0.1679
patch 8.0.1679: compiler warning for printf format
commit https://github.com/vim/vim/commit/672afb9f66c64e031a2b609bdee0cb873883c9ec
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Apr 8 16:34:22 2018 +0200
patch 8.0.1679: compiler warning for printf format
Problem: Compiler warning for printf format. (Chdiza)
Solution: Change type to "long long". (closes https://github.com/vim/vim/issues/2791)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 08 Apr 2018 16:45:07 +0200 |
parents | 8f67bf01e910 |
children | 28ac7914b2b6 |
rev | line source |
---|---|
7 | 1 # Russian translation for Vim |
4869 | 2 # |
7 | 3 # Об условиях использования читайте в редакторе Vim ":help uganda" |
4 # | |
5 # vassily "vr" ragosin <vrr@users.sourceforge.net>, 2004 | |
5763 | 6 # Sergey Alyoshin <alyoshin.s@gmail.com>, 2013-2014 |
7 | 7 # |
8 msgid "" | |
9 msgstr "" | |
6292
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
10 "Project-Id-Version: vim_ru\n" |
7 | 11 "Report-Msgid-Bugs-To: \n" |
6292
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
12 "POT-Creation-Date: 2014-10-10 11:52+0400\n" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
13 "PO-Revision-Date: 2014-10-10 12:00+0400\n" |
4869 | 14 "Last-Translator: Sergey Alyoshin <alyoshin.s@gmail.com>\n" |
15 "Language-Team: \n" | |
16 "Language: Russian\n" | |
7 | 17 "MIME-Version: 1.0\n" |
18 "Content-Type: text/plain; charset=cp1251\n" | |
19 "Content-Transfer-Encoding: 8bit\n" | |
20 | |
4869 | 21 msgid "E831: bf_key_init() called with empty password" |
22 msgstr "E831: bf_key_init() вызван с пустым паролем" | |
23 | |
24 msgid "E820: sizeof(uint32_t) != 4" | |
25 msgstr "E820: sizeof(uint32_t) != 4" | |
26 | |
27 msgid "E817: Blowfish big/little endian use wrong" | |
28 msgstr "" | |
29 "E817: Неправильное использование обратного/прямого порядка байт в Blowfish" | |
30 | |
31 msgid "E818: sha256 test failed" | |
32 msgstr "E818: Не удалось выполнить тест sha256" | |
33 | |
34 msgid "E819: Blowfish test failed" | |
35 msgstr "E819: Не удалось выполнить тест Blowfish" | |
36 | |
37 msgid "[Location List]" | |
38 msgstr "[Список расположений]" | |
39 | |
40 msgid "[Quickfix List]" | |
41 msgstr "[Список быстрых исправлений]" | |
42 | |
43 msgid "E855: Autocommands caused command to abort" | |
44 msgstr "E855: Автокоманды вызвали прекращение команды" | |
45 | |
7 | 46 msgid "E82: Cannot allocate any buffer, exiting..." |
47 msgstr "E82: Невозможно выделить память даже для одного буфера, выход..." | |
48 | |
49 msgid "E83: Cannot allocate buffer, using other one..." | |
50 msgstr "E83: Невозможно выделить память для буфера, используем другой буфер..." | |
51 | |
52 msgid "E515: No buffers were unloaded" | |
53 msgstr "E515: Ни один буфер не был выгружен из памяти" | |
54 | |
55 msgid "E516: No buffers were deleted" | |
56 msgstr "E516: Ни один буфер не был удалён" | |
57 | |
58 msgid "E517: No buffers were wiped out" | |
59 msgstr "E517: Ни один буфер не был очищен" | |
60 | |
61 msgid "1 buffer unloaded" | |
62 msgstr "Один буфер выгружен из памяти" | |
63 | |
64 #, c-format | |
65 msgid "%d buffers unloaded" | |
66 msgstr "Всего выгружено буферов из памяти: %d" | |
67 | |
68 msgid "1 buffer deleted" | |
69 msgstr "Один буфер удалён" | |
70 | |
71 #, c-format | |
72 msgid "%d buffers deleted" | |
73 msgstr "Всего удалено буферов: %d" | |
74 | |
75 msgid "1 buffer wiped out" | |
76 msgstr "Один буфер очищен" | |
77 | |
78 #, c-format | |
79 msgid "%d buffers wiped out" | |
80 msgstr "Всего очищено буферов: %d" | |
81 | |
5763 | 82 msgid "E90: Cannot unload last buffer" |
83 msgstr "E90: Невозможно выгрузить из памяти последний буфер" | |
84 | |
7 | 85 msgid "E84: No modified buffer found" |
86 msgstr "E84: Изменённых буферов не обнаружено" | |
87 | |
88 #. back where we started, didn't find anything. | |
89 msgid "E85: There is no listed buffer" | |
90 msgstr "E85: Буферы в списке отсутствуют" | |
91 | |
92 #, c-format | |
93 msgid "E86: Buffer %ld does not exist" | |
94 msgstr "E86: Буфер %ld не существует" | |
95 | |
96 msgid "E87: Cannot go beyond last buffer" | |
97 msgstr "E87: Это последний буфер" | |
98 | |
99 msgid "E88: Cannot go before first buffer" | |
100 msgstr "E88: Это первый буфер" | |
101 | |
102 #, c-format | |
103 msgid "E89: No write since last change for buffer %ld (add ! to override)" | |
4869 | 104 msgstr "" |
105 "E89: Изменения в буфере %ld не сохранены (добавьте !, чтобы обойти проверку)" | |
7 | 106 |
107 msgid "W14: Warning: List of file names overflow" | |
108 msgstr "W14: Предупреждение: переполнение списка имён файлов" | |
109 | |
110 #, c-format | |
111 msgid "E92: Buffer %ld not found" | |
112 msgstr "E92: Буфер %ld не найден" | |
113 | |
114 #, c-format | |
115 msgid "E93: More than one match for %s" | |
116 msgstr "E93: Несколько соответствий для %s" | |
117 | |
118 #, c-format | |
119 msgid "E94: No matching buffer for %s" | |
120 msgstr "E94: Нет соответствующего %s буфера" | |
121 | |
122 #, c-format | |
123 msgid "line %ld" | |
124 msgstr "строка %ld" | |
125 | |
126 msgid "E95: Buffer with this name already exists" | |
127 msgstr "E95: Буфер с таким именем уже существует" | |
128 | |
129 msgid " [Modified]" | |
130 msgstr " [Изменён]" | |
131 | |
132 msgid "[Not edited]" | |
133 msgstr "[Не редактировался]" | |
134 | |
135 msgid "[New file]" | |
136 msgstr "[Новый файл]" | |
137 | |
138 msgid "[Read errors]" | |
139 msgstr "[Ошибки чтения]" | |
140 | |
4869 | 141 msgid "[RO]" |
142 msgstr "[ТЧ]" | |
143 | |
7 | 144 msgid "[readonly]" |
145 msgstr "[только для чтения]" | |
146 | |
147 #, c-format | |
148 msgid "1 line --%d%%--" | |
149 msgstr "Одна строка --%d%%--" | |
150 | |
151 #, c-format | |
152 msgid "%ld lines --%d%%--" | |
153 msgstr "%ld стр. --%d%%--" | |
154 | |
155 #, c-format | |
156 msgid "line %ld of %ld --%d%%-- col " | |
157 msgstr "стр. %ld из %ld --%d%%-- кол. " | |
158 | |
4869 | 159 msgid "[No Name]" |
160 msgstr "[Нет имени]" | |
7 | 161 |
162 #. must be a help buffer | |
163 msgid "help" | |
164 msgstr "справка" | |
165 | |
4869 | 166 msgid "[Help]" |
167 msgstr "[Справка]" | |
7 | 168 |
169 msgid "[Preview]" | |
170 msgstr "[Предпросмотр]" | |
171 | |
172 msgid "All" | |
173 msgstr "Весь" | |
174 | |
175 msgid "Bot" | |
176 msgstr "Внизу" | |
177 | |
178 msgid "Top" | |
179 msgstr "Наверху" | |
180 | |
181 msgid "" | |
182 "\n" | |
183 "# Buffer list:\n" | |
184 msgstr "" | |
185 "\n" | |
186 "# Список буферов:\n" | |
187 | |
4869 | 188 msgid "[Scratch]" |
189 msgstr "[Временный]" | |
7 | 190 |
191 msgid "" | |
192 "\n" | |
193 "--- Signs ---" | |
194 msgstr "" | |
195 "\n" | |
196 "--- Значки ---" | |
197 | |
198 #, c-format | |
199 msgid "Signs for %s:" | |
200 msgstr "Значки для %s:" | |
201 | |
202 #, c-format | |
203 msgid " line=%ld id=%d name=%s" | |
204 msgstr " строка=%ld id=%d имя=%s" | |
205 | |
6292
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
206 msgid "E821: File is encrypted with unknown method" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
207 msgstr "E821: Файл зашифрован неизвестным методом" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
208 |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
209 msgid "Enter encryption key: " |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
210 msgstr "Введите пароль для шифрования: " |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
211 |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
212 msgid "Enter same key again: " |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
213 msgstr "Повторите ввод пароля: " |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
214 |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
215 msgid "Keys don't match!" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
216 msgstr "Введённые пароли не совпадают!" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
217 |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
218 msgid "[crypted]" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
219 msgstr "[зашифровано]" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
220 |
7 | 221 #, c-format |
222 msgid "E96: Can not diff more than %ld buffers" | |
223 msgstr "E96: Следить за отличиями можно не более чем в %ld буферах" | |
224 | |
4869 | 225 msgid "E810: Cannot read or write temp files" |
226 msgstr "E810: Невозможно прочитать или записать временные файлы" | |
227 | |
7 | 228 msgid "E97: Cannot create diffs" |
229 msgstr "E97: Невозможно создать файлы отличий" | |
230 | |
231 msgid "Patch file" | |
232 msgstr "Файл-заплатка" | |
233 | |
4869 | 234 msgid "E816: Cannot read patch output" |
235 msgstr "E816: Невозможно прочитать вывод patch" | |
236 | |
7 | 237 msgid "E98: Cannot read diff output" |
4869 | 238 msgstr "E98: Невозможно прочитать вывод diff" |
7 | 239 |
240 msgid "E99: Current buffer is not in diff mode" | |
241 msgstr "E99: Активный буфер не находится в режиме отличий" | |
242 | |
4869 | 243 msgid "E793: No other buffer in diff mode is modifiable" |
244 msgstr "E793: Больше нет изменяемых буферов в режиме отличий" | |
245 | |
7 | 246 msgid "E100: No other buffer in diff mode" |
247 msgstr "E100: Больше нет буферов в режиме отличий" | |
248 | |
249 msgid "E101: More than two buffers in diff mode, don't know which one to use" | |
250 msgstr "E101: В режиме отличий более двух буферов, не могу выбрать" | |
251 | |
252 #, c-format | |
253 msgid "E102: Can't find buffer \"%s\"" | |
254 msgstr "E102: Не могу найти буфер \"%s\"" | |
255 | |
256 #, c-format | |
257 msgid "E103: Buffer \"%s\" is not in diff mode" | |
258 msgstr "E103: Буфер \"%s\" не находится в режиме отличий" | |
259 | |
4869 | 260 msgid "E787: Buffer changed unexpectedly" |
261 msgstr "E787: Буфер неожиданно изменился" | |
262 | |
7 | 263 msgid "E104: Escape not allowed in digraph" |
264 msgstr "E104: Экранирующий символ Escape нельзя использовать в диграфе" | |
265 | |
266 msgid "E544: Keymap file not found" | |
267 msgstr "E544: Файл с раскладкой клавиатуры не найден" | |
268 | |
269 msgid "E105: Using :loadkeymap not in a sourced file" | |
270 msgstr "E105: Команда :loadkeymap применена вне файла сценария" | |
271 | |
4869 | 272 msgid "E791: Empty keymap entry" |
273 msgstr "E791: пустая запись раскладки клавиатуры" | |
274 | |
7 | 275 msgid " Keyword completion (^N^P)" |
276 msgstr " Автодополнение ключевого слова (^N^P)" | |
277 | |
278 #. ctrl_x_mode == 0, ^P/^N compl. | |
4869 | 279 msgid " ^X mode (^]^D^E^F^I^K^L^N^O^Ps^U^V^Y)" |
280 msgstr " Режим ^X (^]^D^E^F^I^K^L^N^O^Ps^U^V^Y)" | |
7 | 281 |
282 msgid " Whole line completion (^L^N^P)" | |
283 msgstr " Автодополнение целой строки (^L^N^P)" | |
284 | |
285 msgid " File name completion (^F^N^P)" | |
286 msgstr " Автодополнение имени файла (^F^N^P)" | |
287 | |
288 msgid " Tag completion (^]^N^P)" | |
289 msgstr " Автодополнение метки (^]^N^P)" | |
290 | |
291 msgid " Path pattern completion (^N^P)" | |
292 msgstr " Автодополнение шаблона пути (^N^P)" | |
293 | |
294 msgid " Definition completion (^D^N^P)" | |
295 msgstr " Автодополнение определения (^D^N^P)" | |
296 | |
297 msgid " Dictionary completion (^K^N^P)" | |
298 msgstr " Автодополнение по словарю (^K^N^P)" | |
299 | |
300 msgid " Thesaurus completion (^T^N^P)" | |
301 msgstr " Автодополнение синонимов (^T^N^P)" | |
302 | |
303 msgid " Command-line completion (^V^N^P)" | |
304 msgstr " Автодополнение командной строки (^V^N^P)" | |
305 | |
4869 | 306 msgid " User defined completion (^U^N^P)" |
307 msgstr " Пользовательское автодополнение (^U^N^P)" | |
308 | |
309 msgid " Omni completion (^O^N^P)" | |
310 msgstr " Omni-дополнение (^O^N^P)" | |
311 | |
312 msgid " Spelling suggestion (s^N^P)" | |
313 msgstr " Предложение исправления правописания (s^N^P)" | |
314 | |
315 msgid " Keyword Local completion (^N^P)" | |
316 msgstr " Местное автодополнение ключевого слова (^N^P)" | |
317 | |
7 | 318 msgid "Hit end of paragraph" |
319 msgstr "Конец абзаца" | |
320 | |
4869 | 321 msgid "E839: Completion function changed window" |
322 msgstr "E839: Функция автодополнения изменила окно" | |
323 | |
324 msgid "E840: Completion function deleted text" | |
325 msgstr "E840: Функция автодополнения удалила текст" | |
326 | |
327 msgid "'dictionary' option is empty" | |
328 msgstr "Не задано значение опции 'dictionary'" | |
329 | |
7 | 330 msgid "'thesaurus' option is empty" |
331 msgstr "Не задано значение опции 'thesaurus'" | |
332 | |
333 #, c-format | |
334 msgid "Scanning dictionary: %s" | |
335 msgstr "Просмотр словаря: %s" | |
336 | |
337 msgid " (insert) Scroll (^E/^Y)" | |
338 msgstr " (вставка) Прокрутка (^E/^Y)" | |
339 | |
340 msgid " (replace) Scroll (^E/^Y)" | |
341 msgstr " (замена) Прокрутка (^E/^Y)" | |
342 | |
343 #, c-format | |
344 msgid "Scanning: %s" | |
345 msgstr "Просмотр: %s" | |
346 | |
347 msgid "Scanning tags." | |
348 msgstr "Выполняется поиск среди меток." | |
349 | |
350 msgid " Adding" | |
351 msgstr " Добавление" | |
352 | |
353 #. showmode might reset the internal line pointers, so it must | |
354 #. * be called before line = ml_get(), or when this address is no | |
355 #. * longer needed. -- Acevedo. | |
356 #. | |
357 msgid "-- Searching..." | |
358 msgstr "-- Поиск..." | |
359 | |
360 msgid "Back at original" | |
361 msgstr "Исходное слово" | |
362 | |
363 msgid "Word from other line" | |
364 msgstr "Слово из другой строки" | |
365 | |
366 msgid "The only match" | |
367 msgstr "Единственное соответствие" | |
368 | |
369 #, c-format | |
370 msgid "match %d of %d" | |
371 msgstr "соответствие %d из %d" | |
372 | |
373 #, c-format | |
374 msgid "match %d" | |
375 msgstr "соответствие %d" | |
376 | |
4869 | 377 msgid "E18: Unexpected characters in :let" |
378 msgstr "E18: Неожиданные символы в :let" | |
379 | |
380 #, c-format | |
381 msgid "E684: list index out of range: %ld" | |
382 msgstr "E684: Индекс списка за пределами диапазона: %ld" | |
383 | |
384 #, c-format | |
385 msgid "E121: Undefined variable: %s" | |
386 msgstr "E121: Неопределённая переменная: %s" | |
387 | |
388 msgid "E111: Missing ']'" | |
389 msgstr "E111: Пропущена ']'" | |
390 | |
391 #, c-format | |
392 msgid "E686: Argument of %s must be a List" | |
393 msgstr "E686: Параметр %s должен быть списком" | |
394 | |
395 #, c-format | |
396 msgid "E712: Argument of %s must be a List or Dictionary" | |
397 msgstr "E712: Параметр %s должен быть списком или словарём" | |
398 | |
399 msgid "E713: Cannot use empty key for Dictionary" | |
400 msgstr "E713: Невозможно использовать пустой ключ для словаря" | |
401 | |
402 msgid "E714: List required" | |
403 msgstr "E714: Требуется список" | |
404 | |
405 msgid "E715: Dictionary required" | |
406 msgstr "E715: Требуется словарь" | |
407 | |
408 #, c-format | |
409 msgid "E118: Too many arguments for function: %s" | |
410 msgstr "E118: Слишком много параметров для функции %s" | |
411 | |
412 #, c-format | |
413 msgid "E716: Key not present in Dictionary: %s" | |
414 msgstr "E716: Нет ключа в словаре: %s" | |
415 | |
416 #, c-format | |
417 msgid "E122: Function %s already exists, add ! to replace it" | |
418 msgstr "E122: Функция %s уже существует. Добавьте !, чтобы заменить её." | |
419 | |
420 msgid "E717: Dictionary entry already exists" | |
421 msgstr "E717: Запись уже существует в словаре" | |
422 | |
423 msgid "E718: Funcref required" | |
424 msgstr "E718: Требуется ссылка на функцию" | |
425 | |
426 msgid "E719: Cannot use [:] with a Dictionary" | |
427 msgstr "E719: Невозможно использовать [:] со словарём" | |
428 | |
429 #, c-format | |
430 msgid "E734: Wrong variable type for %s=" | |
431 msgstr "E734: Неправильный тип переменной для %s=" | |
432 | |
433 #, c-format | |
434 msgid "E130: Unknown function: %s" | |
435 msgstr "E130: Неизвестная функция: %s" | |
436 | |
437 #, c-format | |
438 msgid "E461: Illegal variable name: %s" | |
439 msgstr "E461: Недопустимое имя переменной: %s" | |
440 | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
441 msgid "E806: using Float as a String" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
442 msgstr "E806: Использование числа с плавающей точкой как строки" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
443 |
4869 | 444 msgid "E687: Less targets than List items" |
445 msgstr "E687: Целей меньше чем элементов списка" | |
446 | |
447 msgid "E688: More targets than List items" | |
448 msgstr "E688: Целей больше чем элементов списка" | |
449 | |
450 msgid "Double ; in list of variables" | |
451 msgstr "Двойная ; в списке переменных" | |
452 | |
453 #, c-format | |
454 msgid "E738: Can't list variables for %s" | |
455 msgstr "E738: Невозможно отобразить переменные для %s" | |
456 | |
457 msgid "E689: Can only index a List or Dictionary" | |
458 msgstr "E689: Индексирование возможно только списка или словаря" | |
459 | |
460 msgid "E708: [:] must come last" | |
461 msgstr "E708: [:] должно быть последним" | |
462 | |
463 msgid "E709: [:] requires a List value" | |
464 msgstr "E709: [:] требует значением список" | |
465 | |
466 msgid "E710: List value has more items than target" | |
467 msgstr "E710: Элементов списка-значения больше чем в цели" | |
468 | |
469 msgid "E711: List value has not enough items" | |
470 msgstr "E711: Список-значение не содержит достаточно элементов" | |
471 | |
472 msgid "E690: Missing \"in\" after :for" | |
473 msgstr "E690: Пропущено \"in\" после :for" | |
7 | 474 |
475 #, c-format | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1668
diff
changeset
|
476 msgid "E107: Missing parentheses: %s" |
7 | 477 msgstr "E107: Пропущены скобки: %s" |
478 | |
479 #, c-format | |
480 msgid "E108: No such variable: \"%s\"" | |
481 msgstr "E108: Нет такой переменной: \"%s\"" | |
482 | |
4869 | 483 msgid "E743: variable nested too deep for (un)lock" |
484 msgstr "E743: Слишком глубоко вложенные переменные для (раз)блокировки" | |
485 | |
7 | 486 msgid "E109: Missing ':' after '?'" |
487 msgstr "E109: Пропущено ':' после '?'" | |
488 | |
4869 | 489 msgid "E691: Can only compare List with List" |
490 msgstr "E691: Список можно сравнивать только со списком" | |
491 | |
5907
4303f7b6f72f
Update translations for changed error message.
Bram Moolenaar <bram@vim.org>
parents:
5763
diff
changeset
|
492 msgid "E692: Invalid operation for List" |
4869 | 493 msgstr "E692: Недопустимая операция для списков" |
494 | |
495 msgid "E735: Can only compare Dictionary with Dictionary" | |
496 msgstr "E735: Словарь можно сравнивать только со словарём" | |
497 | |
498 msgid "E736: Invalid operation for Dictionary" | |
499 msgstr "E736: Недопустимая операция для словаря" | |
500 | |
501 msgid "E693: Can only compare Funcref with Funcref" | |
502 msgstr "E693: Ссылку на функцию можно сравнивать только с ссылкой на функцию" | |
503 | |
504 msgid "E694: Invalid operation for Funcrefs" | |
505 msgstr "E694: Недопустимая операция для ссылки на функцию" | |
506 | |
507 msgid "E804: Cannot use '%' with Float" | |
508 msgstr "E804: Невозможно использовать '%' с числом с плавающей точкой" | |
509 | |
7 | 510 msgid "E110: Missing ')'" |
511 msgstr "E110: Пропущена ')'" | |
512 | |
4869 | 513 msgid "E695: Cannot index a Funcref" |
514 msgstr "E695: Невозможно индексировать ссылку на функцию" | |
7 | 515 |
516 #, c-format | |
517 msgid "E112: Option name missing: %s" | |
518 msgstr "E112: Не указано имя опции: %s" | |
519 | |
520 #, c-format | |
521 msgid "E113: Unknown option: %s" | |
522 msgstr "E113: Неизвестная опция: %s" | |
523 | |
524 #, c-format | |
525 msgid "E114: Missing quote: %s" | |
526 msgstr "E114: Пропущена кавычка: %s" | |
527 | |
528 #, c-format | |
529 msgid "E115: Missing quote: %s" | |
530 msgstr "E115: Пропущена кавычка: %s" | |
531 | |
532 #, c-format | |
4869 | 533 msgid "E696: Missing comma in List: %s" |
534 msgstr "E696: Пропущена запятая в списке: %s" | |
535 | |
536 #, c-format | |
537 msgid "E697: Missing end of List ']': %s" | |
538 msgstr "E697: Пропущено окончание списка ']': %s" | |
539 | |
540 #, c-format | |
541 msgid "E720: Missing colon in Dictionary: %s" | |
542 msgstr "E720: Пропущено двоеточие в словаре: %s" | |
543 | |
544 #, c-format | |
545 msgid "E721: Duplicate key in Dictionary: \"%s\"" | |
546 msgstr "E721: Повтор ключа в словаре: \"%s\"" | |
547 | |
548 #, c-format | |
549 msgid "E722: Missing comma in Dictionary: %s" | |
550 msgstr "E722: Пропущена запятая в словаре: %s" | |
551 | |
552 #, c-format | |
553 msgid "E723: Missing end of Dictionary '}': %s" | |
554 msgstr "E723: Пропущено окончание словаря '}': %s" | |
555 | |
556 msgid "E724: variable nested too deep for displaying" | |
557 msgstr "E724: Слишком глубоко вложенные переменные для отображения" | |
558 | |
559 #, c-format | |
560 msgid "E740: Too many arguments for function %s" | |
561 msgstr "E740: Слишком много параметров для функции %s" | |
562 | |
563 #, c-format | |
7 | 564 msgid "E116: Invalid arguments for function %s" |
565 msgstr "E116: Параметры для функции %s заданы неверно" | |
566 | |
567 #, c-format | |
568 msgid "E117: Unknown function: %s" | |
569 msgstr "E117: Неизвестная функция: %s" | |
570 | |
571 #, c-format | |
572 msgid "E119: Not enough arguments for function: %s" | |
573 msgstr "E119: Недостаточно параметров для функции %s" | |
574 | |
575 #, c-format | |
576 msgid "E120: Using <SID> not in a script context: %s" | |
577 msgstr "E120: <SID> используется вне сценария: %s" | |
578 | |
4869 | 579 #, c-format |
580 msgid "E725: Calling dict function without Dictionary: %s" | |
581 msgstr "E725: Вызов функции dict без словаря: %s" | |
582 | |
583 msgid "E808: Number or Float required" | |
584 msgstr "E808: Требуется целое число или с плавающей точкой" | |
585 | |
586 msgid "add() argument" | |
5340 | 587 msgstr "параметра add()" |
4869 | 588 |
589 msgid "E699: Too many arguments" | |
590 msgstr "E699: Слишком много параметров" | |
591 | |
592 msgid "E785: complete() can only be used in Insert mode" | |
593 msgstr "E785: complete() может использоваться только в режиме Вставки" | |
594 | |
7 | 595 #. |
596 #. * Yes this is ugly, I don't particularly like it either. But doing it | |
597 #. * this way has the compelling advantage that translations need not to | |
598 #. * be touched at all. See below what 'ok' and 'ync' are used for. | |
599 #. | |
600 msgid "&Ok" | |
601 msgstr "&Ok" | |
602 | |
4869 | 603 #, c-format |
604 msgid "E737: Key already exists: %s" | |
605 msgstr "E737: Ключ уже существует: %s" | |
606 | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
607 msgid "extend() argument" |
5340 | 608 msgstr "параметра extend()" |
609 | |
4869 | 610 msgid "map() argument" |
5340 | 611 msgstr "параметра map()" |
612 | |
4869 | 613 msgid "filter() argument" |
5340 | 614 msgstr "параметра filter()" |
4869 | 615 |
7 | 616 #, c-format |
617 msgid "+-%s%3ld lines: " | |
618 msgstr "+-%s%3ld строк: " | |
619 | |
4869 | 620 #, c-format |
621 msgid "E700: Unknown function: %s" | |
622 msgstr "E700: Неизвестная функция: %s" | |
623 | |
7 | 624 msgid "" |
625 "&OK\n" | |
626 "&Cancel" | |
627 msgstr "" | |
628 "&OK\n" | |
4869 | 629 "&C Отмена" |
7 | 630 |
631 msgid "called inputrestore() more often than inputsave()" | |
632 msgstr "Функция inputrestore() вызывается чаще, чем функция inputsave()" | |
633 | |
4869 | 634 msgid "insert() argument" |
5340 | 635 msgstr "параметра insert()" |
4869 | 636 |
637 msgid "E786: Range not allowed" | |
638 msgstr "E786: Диапазон не допускается" | |
639 | |
640 msgid "E701: Invalid type for len()" | |
641 msgstr "E701: Неправильные тип для len()" | |
642 | |
643 msgid "E726: Stride is zero" | |
644 msgstr "E726: Нулевой шаг" | |
645 | |
646 msgid "E727: Start past end" | |
647 msgstr "E727: Начало после конца" | |
648 | |
649 msgid "<empty>" | |
650 msgstr "<пусто>" | |
7 | 651 |
652 msgid "E240: No connection to Vim server" | |
653 msgstr "E240: Нет связи с сервером Vim" | |
654 | |
655 #, c-format | |
656 msgid "E241: Unable to send to %s" | |
657 msgstr "E241: Не могу отправить сообщение для %s" | |
658 | |
4869 | 659 msgid "E277: Unable to read a server reply" |
660 msgstr "E277: Сервер не отвечает" | |
661 | |
662 msgid "remove() argument" | |
5340 | 663 msgstr "параметра remove()" |
4869 | 664 |
665 msgid "E655: Too many symbolic links (cycle?)" | |
666 msgstr "E655: Слишком много символических ссылок (цикл?)" | |
667 | |
668 msgid "reverse() argument" | |
5340 | 669 msgstr "параметра reverse()" |
4869 | 670 |
671 msgid "E258: Unable to send to client" | |
672 msgstr "E258: Не могу ответить клиенту" | |
673 | |
674 msgid "sort() argument" | |
5340 | 675 msgstr "параметра sort()" |
4869 | 676 |
6292
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
677 msgid "uniq() argument" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
678 msgstr "параметра uniq()" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
679 |
4869 | 680 msgid "E702: Sort compare function failed" |
681 msgstr "E702: Неудачное завершение функции сравнения при сортировке" | |
682 | |
6292
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
683 msgid "E882: Uniq compare function failed" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
684 msgstr "" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
685 "E882: Неудачное завершение функции сравнения при проверке единственности" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
686 |
7 | 687 msgid "(Invalid)" |
688 msgstr "(Неправильно)" | |
689 | |
4869 | 690 msgid "E677: Error writing temp file" |
691 msgstr "E677: Ошибка записи во временный файл" | |
692 | |
693 msgid "E805: Using a Float as a Number" | |
694 msgstr "E805: Использование числа с плавающей точкой как целого" | |
695 | |
696 msgid "E703: Using a Funcref as a Number" | |
697 msgstr "E703: Использование ссылки на функцию как числа" | |
698 | |
699 msgid "E745: Using a List as a Number" | |
700 msgstr "E745: Использование списка как числа" | |
701 | |
702 msgid "E728: Using a Dictionary as a Number" | |
703 msgstr "E728: Использование словаря как числа" | |
704 | |
705 msgid "E729: using Funcref as a String" | |
706 msgstr "E729: Использование ссылки на функцию как строки" | |
707 | |
708 msgid "E730: using List as a String" | |
709 msgstr "E730: Использование списка как строки" | |
710 | |
711 msgid "E731: using Dictionary as a String" | |
712 msgstr "E731: Использование словаря как строки" | |
713 | |
714 #, c-format | |
715 msgid "E706: Variable type mismatch for: %s" | |
716 msgstr "E706: Несоответствие типа переменной для: %s" | |
717 | |
718 #, c-format | |
719 msgid "E795: Cannot delete variable %s" | |
720 msgstr "E795: Невозможно удалить переменную %s" | |
721 | |
722 #, c-format | |
723 msgid "E704: Funcref variable name must start with a capital: %s" | |
724 msgstr "" | |
725 "E704: Имя переменной ссылки на функцию должно начинаться с заглавной буквы: " | |
726 "%s" | |
727 | |
728 #, c-format | |
729 msgid "E705: Variable name conflicts with existing function: %s" | |
730 msgstr "E705: Имя переменной конфликтует с существующей функцией: %s" | |
731 | |
732 #, c-format | |
733 msgid "E741: Value is locked: %s" | |
5340 | 734 msgstr "E741: Значение %s заблокировано" |
4869 | 735 |
736 msgid "Unknown" | |
737 msgstr "Неизвестно" | |
738 | |
739 #, c-format | |
740 msgid "E742: Cannot change value of %s" | |
741 msgstr "E742: Невозможно изменить значение %s" | |
742 | |
743 msgid "E698: variable nested too deep for making a copy" | |
744 msgstr "E698: Слишком глубоко вложенные переменные для копирования" | |
7 | 745 |
746 #, c-format | |
747 msgid "E123: Undefined function: %s" | |
4869 | 748 msgstr "E123: Неопределённая функция: %s" |
7 | 749 |
750 #, c-format | |
751 msgid "E124: Missing '(': %s" | |
752 msgstr "E124: Пропущена '(': %s" | |
753 | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
754 msgid "E862: Cannot use g: here" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
755 msgstr "E862: Здесь невозможно использовать g:" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
756 |
7 | 757 #, c-format |
758 msgid "E125: Illegal argument: %s" | |
759 msgstr "E125: Недопустимый параметр: %s" | |
760 | |
4869 | 761 #, c-format |
762 msgid "E853: Duplicate argument name: %s" | |
763 msgstr "E853: Повторяющееся имя параметра: %s" | |
764 | |
7 | 765 msgid "E126: Missing :endfunction" |
766 msgstr "E126: Пропущена команда :endfunction" | |
767 | |
768 #, c-format | |
4869 | 769 msgid "E707: Function name conflicts with variable: %s" |
770 msgstr "E707: Имя функции конфликтует с переменной: %s" | |
771 | |
772 #, c-format | |
7 | 773 msgid "E127: Cannot redefine function %s: It is in use" |
774 msgstr "E127: Невозможно переопределить функцию %s, она используется" | |
775 | |
4869 | 776 #, c-format |
777 msgid "E746: Function name does not match script file name: %s" | |
778 msgstr "E746: Имя функции не соответствует имени файла сценария: %s" | |
779 | |
7 | 780 msgid "E129: Function name required" |
781 msgstr "E129: Требуется имя функции" | |
782 | |
783 #, c-format | |
6292
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
784 msgid "E128: Function name must start with a capital or \"s:\": %s" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
785 msgstr "E128: Имя функции должно начинаться с заглавной буквы или \"s:\": %s" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
786 |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
787 #, c-format |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
788 msgid "E884: Function name cannot contain a colon: %s" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
789 msgstr "E884: Имя функции не может содержать двоеточие: %s" |
7 | 790 |
791 #, c-format | |
792 msgid "E131: Cannot delete function %s: It is in use" | |
793 msgstr "E131: Невозможно удалить функцию %s, она используется" | |
794 | |
795 msgid "E132: Function call depth is higher than 'maxfuncdepth'" | |
796 msgstr "E132: Глубина вызова функции больше, чем значение 'maxfuncdepth'" | |
797 | |
798 #, c-format | |
799 msgid "calling %s" | |
800 msgstr "вызов %s" | |
801 | |
802 #, c-format | |
803 msgid "%s aborted" | |
804 msgstr "%s прервана" | |
805 | |
806 #, c-format | |
807 msgid "%s returning #%ld" | |
808 msgstr "%s возвращает #%ld" | |
809 | |
810 #, c-format | |
4869 | 811 msgid "%s returning %s" |
812 msgstr "%s возвращает %s" | |
813 | |
7 | 814 #, c-format |
815 msgid "continuing in %s" | |
816 msgstr "продолжение в %s" | |
817 | |
818 msgid "E133: :return not inside a function" | |
819 msgstr "E133: команда :return вне функции" | |
820 | |
821 msgid "" | |
822 "\n" | |
823 "# global variables:\n" | |
824 msgstr "" | |
825 "\n" | |
826 "# глобальные переменные:\n" | |
827 | |
4869 | 828 msgid "" |
829 "\n" | |
830 "\tLast set from " | |
831 msgstr "" | |
832 "\n" | |
833 "\tВ последний раз опция изменена в " | |
834 | |
835 msgid "No old files" | |
836 msgstr "Нет старых файлов" | |
837 | |
7 | 838 #, c-format |
839 msgid "<%s>%s%s %d, Hex %02x, Octal %03o" | |
840 msgstr "<%s>%s%s %d, Hex %02x, Octal %03o" | |
841 | |
842 #, c-format | |
843 msgid "> %d, Hex %04x, Octal %o" | |
844 msgstr "> %d, Hex %04x, Octal %o" | |
845 | |
846 #, c-format | |
847 msgid "> %d, Hex %08x, Octal %o" | |
848 msgstr "> %d, Hex %08x, Octal %o" | |
849 | |
850 msgid "E134: Move lines into themselves" | |
851 msgstr "E134: Строки перемещаются сами на себя" | |
852 | |
853 msgid "1 line moved" | |
854 msgstr "Перемещена одна строка" | |
855 | |
856 #, c-format | |
857 msgid "%ld lines moved" | |
858 msgstr "Перемещено строк: %ld" | |
859 | |
860 #, c-format | |
861 msgid "%ld lines filtered" | |
862 msgstr "Пропущено через фильтр строк: %ld" | |
863 | |
864 msgid "E135: *Filter* Autocommands must not change current buffer" | |
865 msgstr "E135: Автокоманды *Filter* не должны изменять активный буфер" | |
866 | |
867 msgid "[No write since last change]\n" | |
868 msgstr "[Изменения не сохранены]\n" | |
869 | |
870 #, c-format | |
871 msgid "%sviminfo: %s in line: " | |
872 msgstr "%sviminfo: %s в строке: " | |
873 | |
874 msgid "E136: viminfo: Too many errors, skipping rest of file" | |
875 msgstr "" | |
876 "E136: viminfo: Слишком много ошибок, остальная часть файла будет пропущена" | |
877 | |
878 #, c-format | |
879 msgid "Reading viminfo file \"%s\"%s%s%s" | |
880 msgstr "Чтение файла viminfo \"%s\"%s%s%s" | |
881 | |
882 msgid " info" | |
883 msgstr " инфо" | |
884 | |
885 msgid " marks" | |
886 msgstr " отметок" | |
887 | |
4869 | 888 msgid " oldfiles" |
889 msgstr " старых файлов" | |
890 | |
7 | 891 msgid " FAILED" |
892 msgstr " НЕУДАЧНО" | |
893 | |
4869 | 894 #. avoid a wait_return for this message, it's annoying |
7 | 895 #, c-format |
896 msgid "E137: Viminfo file is not writable: %s" | |
897 msgstr "E137: Права на запись файла viminfo отсутствуют: %s" | |
898 | |
899 #, c-format | |
900 msgid "E138: Can't write viminfo file %s!" | |
901 msgstr "E138: Невозможно записать файл viminfo %s!" | |
902 | |
903 #, c-format | |
904 msgid "Writing viminfo file \"%s\"" | |
905 msgstr "Запись файла viminfo \"%s\"" | |
906 | |
6292
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
907 #, c-format |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
908 msgid "E886: Can't rename viminfo file to %s!" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
909 msgstr "E886: Невозможно переименовать файл viminfo в %s!" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
910 |
7 | 911 #. Write the info: |
912 #, c-format | |
913 msgid "# This viminfo file was generated by Vim %s.\n" | |
914 msgstr "# Этот файл viminfo автоматически создан Vim %s.\n" | |
915 | |
916 msgid "" | |
917 "# You may edit it if you're careful!\n" | |
918 "\n" | |
919 msgstr "" | |
920 "# Его можно (осторожно!) редактировать.\n" | |
921 "\n" | |
922 | |
923 msgid "# Value of 'encoding' when this file was written\n" | |
924 msgstr "# Значение опции 'encoding' в момент записи файла\n" | |
925 | |
926 msgid "Illegal starting char" | |
927 msgstr "Недопустимый начальный символ" | |
928 | |
929 msgid "Save As" | |
930 msgstr "Сохранить как" | |
931 | |
932 msgid "Write partial file?" | |
933 msgstr "Записать файл частично?" | |
934 | |
935 msgid "E140: Use ! to write partial buffer" | |
936 msgstr "E140: Для записи части буфера используйте !" | |
937 | |
938 #, c-format | |
4869 | 939 msgid "Overwrite existing file \"%s\"?" |
940 msgstr "Перезаписать существующий файл \"%s\"?" | |
941 | |
942 #, c-format | |
943 msgid "Swap file \"%s\" exists, overwrite anyway?" | |
944 msgstr "Своп-файл \"%s\" существует, перезаписать?" | |
945 | |
946 #, c-format | |
947 msgid "E768: Swap file exists: %s (:silent! overrides)" | |
948 msgstr "E768: Своп-файл существует: %s (:silent! чтобы обойти проверку)" | |
7 | 949 |
950 #, c-format | |
951 msgid "E141: No file name for buffer %ld" | |
952 msgstr "E141: Буфер %ld не связан с именем файла" | |
953 | |
954 msgid "E142: File not written: Writing is disabled by 'write' option" | |
955 msgstr "E142: Файл не сохранён: запись отключена опцией 'write'" | |
956 | |
957 #, c-format | |
958 msgid "" | |
4869 | 959 "'readonly' option is set for \"%s\".\n" |
7 | 960 "Do you wish to write anyway?" |
961 msgstr "" | |
4869 | 962 "Для \"%s\" включена опция 'readonly'.\n" |
7 | 963 "Записать?" |
964 | |
4869 | 965 #, c-format |
966 msgid "" | |
967 "File permissions of \"%s\" are read-only.\n" | |
968 "It may still be possible to write it.\n" | |
969 "Do you wish to try?" | |
970 msgstr "" | |
971 "Файл \"%s\" имеет режим доступа только для чтения.\n" | |
972 "Но, возможно, файл удастся записать.\n" | |
973 "Хотите попробовать?" | |
974 | |
975 #, c-format | |
976 msgid "E505: \"%s\" is read-only (add ! to override)" | |
977 msgstr "" | |
978 "E505: \"%s\" открыт только для чтения (добавьте !, чтобы обойти проверку)" | |
979 | |
7 | 980 msgid "Edit File" |
981 msgstr "Редактирование файла" | |
982 | |
983 #, c-format | |
984 msgid "E143: Autocommands unexpectedly deleted new buffer %s" | |
985 msgstr "E143: Автокоманды неожиданно убили новый буфер %s" | |
986 | |
987 msgid "E144: non-numeric argument to :z" | |
988 msgstr "E144: Параметр команды :z должен быть числом" | |
989 | |
990 msgid "E145: Shell commands not allowed in rvim" | |
991 msgstr "E145: Использование команд оболочки не допускается в rvim." | |
992 | |
993 msgid "E146: Regular expressions can't be delimited by letters" | |
994 msgstr "E146: Регулярные выражения не могут разделяться буквами" | |
995 | |
996 #, c-format | |
997 msgid "replace with %s (y/n/a/q/l/^E/^Y)?" | |
998 msgstr "заменить на %s? (y/n/a/q/l/^E/^Y)" | |
999 | |
1000 msgid "(Interrupted) " | |
1001 msgstr "(Прервано)" | |
1002 | |
4869 | 1003 msgid "1 match" |
1004 msgstr "Одно соответствие" | |
1005 | |
7 | 1006 msgid "1 substitution" |
1007 msgstr "Одна замена" | |
1008 | |
1009 #, c-format | |
4869 | 1010 msgid "%ld matches" |
1011 msgstr "%ld соответствий" | |
1012 | |
1013 #, c-format | |
7 | 1014 msgid "%ld substitutions" |
1015 msgstr "%ld замен" | |
1016 | |
1017 msgid " on 1 line" | |
1018 msgstr " в одной строке" | |
1019 | |
1020 #, c-format | |
1021 msgid " on %ld lines" | |
1022 msgstr " в %ld стр." | |
1023 | |
1024 msgid "E147: Cannot do :global recursive" | |
1025 msgstr "E147: Команда :global не может быть рекурсивной" | |
1026 | |
1027 msgid "E148: Regular expression missing from global" | |
1028 msgstr "E148: В команде :global пропущено регулярное выражение" | |
1029 | |
1030 #, c-format | |
1031 msgid "Pattern found in every line: %s" | |
1032 msgstr "Соответствие шаблону найдено на каждой строке: %s" | |
1033 | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
1034 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
1035 msgid "Pattern not found: %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
1036 msgstr "Шаблон не найден: %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
1037 |
7 | 1038 msgid "" |
1039 "\n" | |
1040 "# Last Substitute String:\n" | |
1041 "$" | |
1042 msgstr "" | |
1043 "\n" | |
1044 "# Последняя строка для замены:\n" | |
1045 "$" | |
1046 | |
1047 msgid "E478: Don't panic!" | |
1048 msgstr "E478: Спокойствие, только спокойствие!" | |
1049 | |
1050 #, c-format | |
1051 msgid "E661: Sorry, no '%s' help for %s" | |
4869 | 1052 msgstr "E661: К сожалению, справка '%s' для %s отсутствует" |
7 | 1053 |
1054 #, c-format | |
1055 msgid "E149: Sorry, no help for %s" | |
1056 msgstr "E149: К сожалению справка для %s отсутствует" | |
1057 | |
1058 #, c-format | |
1059 msgid "Sorry, help file \"%s\" not found" | |
1060 msgstr "Извините, файл справки \"%s\" не найден" | |
1061 | |
1062 #, c-format | |
1063 msgid "E150: Not a directory: %s" | |
1064 msgstr "E150: %s не является каталогом" | |
1065 | |
1066 #, c-format | |
1067 msgid "E152: Cannot open %s for writing" | |
1068 msgstr "E152: Невозможно открыть %s для записи" | |
1069 | |
1070 #, c-format | |
1071 msgid "E153: Unable to open %s for reading" | |
1072 msgstr "E153: Невозможно открыть %s для чтения" | |
1073 | |
1074 #, c-format | |
1075 msgid "E670: Mix of help file encodings within a language: %s" | |
1076 msgstr "E670: Файлы справки используют разные кодировки для одного языка: %s" | |
1077 | |
1078 #, c-format | |
4869 | 1079 msgid "E154: Duplicate tag \"%s\" in file %s/%s" |
1080 msgstr "E154: Повторяющаяся метка \"%s\" в файле %s/%s" | |
7 | 1081 |
1082 #, c-format | |
1083 msgid "E160: Unknown sign command: %s" | |
1084 msgstr "E160: Неизвестная команда значка %s" | |
1085 | |
1086 msgid "E156: Missing sign name" | |
1087 msgstr "E156: Пропущено имя значка" | |
1088 | |
1089 msgid "E612: Too many signs defined" | |
1090 msgstr "E612: Определено слишком много значков" | |
1091 | |
1092 #, c-format | |
1093 msgid "E239: Invalid sign text: %s" | |
1094 msgstr "E239: Неправильный текст значка: %s" | |
1095 | |
1096 #, c-format | |
1097 msgid "E155: Unknown sign: %s" | |
1098 msgstr "E155: Неизвестный значок: %s" | |
1099 | |
1100 msgid "E159: Missing sign number" | |
1101 msgstr "E159: Пропущен номер значка" | |
1102 | |
1103 #, c-format | |
1104 msgid "E158: Invalid buffer name: %s" | |
1105 msgstr "E158: Неправильное имя буфера: %s" | |
1106 | |
1107 #, c-format | |
1108 msgid "E157: Invalid sign ID: %ld" | |
1109 msgstr "E157: Неправильный ID значка: %ld" | |
1110 | |
6292
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
1111 #, c-format |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
1112 msgid "E885: Not possible to change sign %s" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
1113 msgstr "E885: Невозможно изменить значок %s" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
1114 |
7 | 1115 msgid " (NOT FOUND)" |
1116 msgstr " (НЕ НАЙДЕНО)" | |
1117 | |
1118 msgid " (not supported)" | |
1119 msgstr " (не поддерживается)" | |
1120 | |
1121 msgid "[Deleted]" | |
1122 msgstr "[Удалено]" | |
1123 | |
1124 msgid "Entering Debug mode. Type \"cont\" to continue." | |
1125 msgstr "Включён режим отладки. Для продолжения наберите \"cont\"" | |
1126 | |
1127 #, c-format | |
1128 msgid "line %ld: %s" | |
1129 msgstr "строка %ld: %s" | |
1130 | |
1131 #, c-format | |
1132 msgid "cmd: %s" | |
1133 msgstr "команда: %s" | |
1134 | |
1135 #, c-format | |
1136 msgid "Breakpoint in \"%s%s\" line %ld" | |
1137 msgstr "Точка остановки в \"%s%s\" стр. %ld" | |
1138 | |
1139 #, c-format | |
1140 msgid "E161: Breakpoint not found: %s" | |
1141 msgstr "E161: Точка остановки не найдена: %s" | |
1142 | |
1143 msgid "No breakpoints defined" | |
1144 msgstr "Точки остановки не определены" | |
1145 | |
1146 #, c-format | |
1147 msgid "%3d %s %s line %ld" | |
1148 msgstr "%3d %s %s стр. %ld" | |
1149 | |
4869 | 1150 msgid "E750: First use \":profile start {fname}\"" |
1151 msgstr "E750: Первое использование \":profile start {имя-файла}\"" | |
1152 | |
1153 #, c-format | |
1154 msgid "Save changes to \"%s\"?" | |
1155 msgstr "Сохранить изменения в \"%s\"?" | |
7 | 1156 |
1157 msgid "Untitled" | |
1158 msgstr "Без имени" | |
1159 | |
1160 #, c-format | |
1161 msgid "E162: No write since last change for buffer \"%s\"" | |
1162 msgstr "E162: Несохранённые изменения в буфере \"%s\"" | |
1163 | |
1164 msgid "Warning: Entered other buffer unexpectedly (check autocommands)" | |
1165 msgstr "" | |
1166 "Предупреждение: Неожиданный переход в другой буфер (проверьте автокоманды)" | |
1167 | |
1168 msgid "E163: There is only one file to edit" | |
1169 msgstr "E163: Для редактирования доступен только один файл" | |
1170 | |
1171 msgid "E164: Cannot go before first file" | |
1172 msgstr "E164: Это первый файл" | |
1173 | |
1174 msgid "E165: Cannot go beyond last file" | |
1175 msgstr "E165: Это последний файл" | |
1176 | |
1177 #, c-format | |
1178 msgid "E666: compiler not supported: %s" | |
4869 | 1179 msgstr "E666: Компилятор не поддерживается: %s" |
7 | 1180 |
1181 #, c-format | |
1182 msgid "Searching for \"%s\" in \"%s\"" | |
1183 msgstr "Поиск \"%s\" в \"%s\"" | |
1184 | |
1185 #, c-format | |
1186 msgid "Searching for \"%s\"" | |
1187 msgstr "Поиск \"%s\"" | |
1188 | |
1189 #, c-format | |
1190 msgid "not found in 'runtimepath': \"%s\"" | |
1191 msgstr "не найдено в 'runtimepath': \"%s\"" | |
1192 | |
1193 msgid "Source Vim script" | |
1194 msgstr "Выполнить сценарий Vim" | |
1195 | |
1196 #, c-format | |
1197 msgid "Cannot source a directory: \"%s\"" | |
1198 msgstr "Нельзя считать каталог: \"%s\"" | |
1199 | |
1200 #, c-format | |
1201 msgid "could not source \"%s\"" | |
1202 msgstr "невозможно считать \"%s\"" | |
1203 | |
1204 #, c-format | |
1205 msgid "line %ld: could not source \"%s\"" | |
1206 msgstr "строка %ld: невозможно считать \"%s\"" | |
1207 | |
1208 #, c-format | |
1209 msgid "sourcing \"%s\"" | |
1210 msgstr "считывание сценария \"%s\"" | |
1211 | |
1212 #, c-format | |
1213 msgid "line %ld: sourcing \"%s\"" | |
1214 msgstr "строка %ld: считывание \"%s\"" | |
1215 | |
1216 #, c-format | |
1217 msgid "finished sourcing %s" | |
1218 msgstr "считывание сценария %s завершено" | |
1219 | |
4869 | 1220 msgid "modeline" |
1221 msgstr "режимная строка" | |
1222 | |
1223 msgid "--cmd argument" | |
1224 msgstr "--cmd параметр" | |
1225 | |
1226 msgid "-c argument" | |
1227 msgstr "-c параметр" | |
1228 | |
1229 msgid "environment variable" | |
1230 msgstr "переменная окружения" | |
1231 | |
1232 msgid "error handler" | |
1233 msgstr "обработчик ошибки" | |
1234 | |
7 | 1235 msgid "W15: Warning: Wrong line separator, ^M may be missing" |
1236 msgstr "" | |
1237 "W15: Предупреждение: неправильный разделитель строки. Возможно пропущено ^M" | |
1238 | |
1239 msgid "E167: :scriptencoding used outside of a sourced file" | |
1240 msgstr "E167: Команда :scriptencoding используется вне файла сценария" | |
1241 | |
1242 msgid "E168: :finish used outside of a sourced file" | |
1243 msgstr "E168: Команда :finish используется вне файла сценария" | |
1244 | |
1245 #, c-format | |
1246 msgid "Current %slanguage: \"%s\"" | |
1247 msgstr "Активный %sязык: \"%s\"" | |
1248 | |
1249 #, c-format | |
1250 msgid "E197: Cannot set language to \"%s\"" | |
1251 msgstr "E197: Невозможно сменить язык на \"%s\"" | |
1252 | |
1253 msgid "Entering Ex mode. Type \"visual\" to go to Normal mode." | |
1254 msgstr "Переход в режим Ex. Для перехода в Обычный режим наберите \"visual\"" | |
1255 | |
1256 msgid "E501: At end-of-file" | |
1257 msgstr "E501: В конце файла" | |
1258 | |
1259 msgid "E169: Command too recursive" | |
4869 | 1260 msgstr "E169: Слишком рекурсивная команда" |
7 | 1261 |
1262 #, c-format | |
1263 msgid "E605: Exception not caught: %s" | |
1264 msgstr "E605: Исключительная ситуация не обработана: %s" | |
1265 | |
1266 msgid "End of sourced file" | |
1267 msgstr "Конец считанного файла" | |
1268 | |
1269 msgid "End of function" | |
1270 msgstr "Конец функции" | |
1271 | |
1272 msgid "E464: Ambiguous use of user-defined command" | |
1273 msgstr "E464: Неоднозначное использование команды пользователя" | |
1274 | |
1275 msgid "E492: Not an editor command" | |
1276 msgstr "E492: Это не команда редактора" | |
1277 | |
1278 msgid "E493: Backwards range given" | |
1279 msgstr "E493: Задан обратный диапазон" | |
1280 | |
1281 msgid "Backwards range given, OK to swap" | |
1282 msgstr "Задан обратный диапазон, меняем границы местами" | |
1283 | |
1284 msgid "E494: Use w or w>>" | |
1285 msgstr "E494: Используйте w или w>>" | |
1286 | |
1287 msgid "E319: Sorry, the command is not available in this version" | |
1288 msgstr "E319: Извините, эта команда недоступна в данной версии" | |
1289 | |
1290 msgid "E172: Only one file name allowed" | |
1291 msgstr "E172: Разрешено использовать только одно имя файла" | |
1292 | |
1293 msgid "1 more file to edit. Quit anyway?" | |
1294 msgstr "1 файл ожидает редактирования. Выйти?" | |
1295 | |
1296 #, c-format | |
1297 msgid "%d more files to edit. Quit anyway?" | |
1298 msgstr "Есть неотредактированные файлы (%d). Выйти?" | |
1299 | |
1300 msgid "E173: 1 more file to edit" | |
1301 msgstr "E173: 1 файл ожидает редактирования." | |
1302 | |
1303 #, c-format | |
1304 msgid "E173: %ld more files to edit" | |
20 | 1305 msgstr "E173: Есть неотредактированные файлы (%ld)." |
7 | 1306 |
1307 msgid "E174: Command already exists: add ! to replace it" | |
1308 msgstr "E174: Команда уже существует. Добавьте ! для замены." | |
1309 | |
1310 msgid "" | |
1311 "\n" | |
1312 " Name Args Range Complete Definition" | |
1313 msgstr "" | |
1314 "\n" | |
1315 " Имя Парам. Диап. Дополн. Определение" | |
1316 | |
1317 msgid "No user-defined commands found" | |
1318 msgstr "Команды, определённые пользователем, не обнаружены." | |
1319 | |
1320 msgid "E175: No attribute specified" | |
4869 | 1321 msgstr "E175: Параметр не задан" |
7 | 1322 |
1323 msgid "E176: Invalid number of arguments" | |
1324 msgstr "E176: Неправильное количество параметров" | |
1325 | |
1326 msgid "E177: Count cannot be specified twice" | |
1327 msgstr "E177: Число-приставку нельзя указывать дважды" | |
1328 | |
1329 msgid "E178: Invalid default value for count" | |
1330 msgstr "E178: Неправильное значение числа-приставки по умолчанию" | |
1331 | |
4869 | 1332 msgid "E179: argument required for -complete" |
1333 msgstr "E179: Для -complete требуется указать параметр" | |
1334 | |
1335 #, c-format | |
1336 msgid "E181: Invalid attribute: %s" | |
1337 msgstr "E181: Неправильный атрибут: %s" | |
1338 | |
1339 msgid "E182: Invalid command name" | |
1340 msgstr "E182: Неправильное имя команды" | |
1341 | |
1342 msgid "E183: User defined commands must start with an uppercase letter" | |
1343 msgstr "E183: Команда пользователя должна начинаться с заглавной буквы" | |
1344 | |
1345 msgid "E841: Reserved name, cannot be used for user defined command" | |
1346 msgstr "" | |
1347 "E841: Зарезервированное имя не может использоваться для команд пользователя" | |
1348 | |
1349 #, c-format | |
1350 msgid "E184: No such user-defined command: %s" | |
1351 msgstr "E184: Нет такой команды пользователя: %s" | |
7 | 1352 |
1353 #, c-format | |
1354 msgid "E180: Invalid complete value: %s" | |
1355 msgstr "E180: Неправильное значение дополнения: %s" | |
1356 | |
1357 msgid "E468: Completion argument only allowed for custom completion" | |
1358 msgstr "" | |
1359 "E468: Параметр автодополнения можно использовать только с особым дополнением" | |
1360 | |
1361 msgid "E467: Custom completion requires a function argument" | |
1362 msgstr "E467: Особое дополнение требует указания параметра функции" | |
1363 | |
4869 | 1364 msgid "unknown" |
1365 msgstr "неизвестно" | |
1366 | |
1367 #, c-format | |
1368 msgid "E185: Cannot find color scheme '%s'" | |
1369 msgstr "E185: Невозможно найти цветовую схему '%s'" | |
7 | 1370 |
1371 msgid "Greetings, Vim user!" | |
4869 | 1372 msgstr "Приветствуем вас, пользователь Vim!" |
1373 | |
1374 msgid "E784: Cannot close last tab page" | |
1375 msgstr "E784: Нельзя закрыть последнюю вкладку" | |
1376 | |
1377 msgid "Already only one tab page" | |
1378 msgstr "На экране всего одна вкладка" | |
7 | 1379 |
1380 msgid "Edit File in new window" | |
1381 msgstr "Редактировать файл в новом окне" | |
1382 | |
4869 | 1383 #, c-format |
1384 msgid "Tab page %d" | |
1385 msgstr "Вкладка %d" | |
1386 | |
7 | 1387 msgid "No swap file" |
1388 msgstr "Без своп-файла" | |
1389 | |
1390 msgid "Append File" | |
1391 msgstr "Добавить файл" | |
1392 | |
4869 | 1393 msgid "E747: Cannot change directory, buffer is modified (add ! to override)" |
1394 msgstr "" | |
1395 "E747: Смена каталога невозможна, буфер изменён (добавьте !, чтобы обойти " | |
1396 "проверку)" | |
1397 | |
7 | 1398 msgid "E186: No previous directory" |
1399 msgstr "E186: Нет предыдущего каталога" | |
1400 | |
1401 msgid "E187: Unknown" | |
1402 msgstr "E187: Неизвестно" | |
1403 | |
1404 msgid "E465: :winsize requires two number arguments" | |
4869 | 1405 msgstr "E465: Команда :winsize требует указания двух числовых параметров" |
7 | 1406 |
1407 #, c-format | |
1408 msgid "Window position: X %d, Y %d" | |
1409 msgstr "Положение окна: X %d, Y %d" | |
1410 | |
1411 msgid "E188: Obtaining window position not implemented for this platform" | |
1412 msgstr "E188: В данной системе определение положения окна не работает" | |
1413 | |
1414 msgid "E466: :winpos requires two number arguments" | |
4869 | 1415 msgstr "E466: Команда :winpos требует указания двух числовых параметров" |
7 | 1416 |
1417 msgid "Save Redirection" | |
1418 msgstr "Перенаправление записи" | |
1419 | |
1420 msgid "Save View" | |
1421 msgstr "Сохранение вида" | |
1422 | |
1423 msgid "Save Session" | |
1424 msgstr "Сохранение сеанса" | |
1425 | |
1426 msgid "Save Setup" | |
1427 msgstr "Сохранение настроек" | |
1428 | |
1429 #, c-format | |
4869 | 1430 msgid "E739: Cannot create directory: %s" |
1431 msgstr "E739: Невозможно создать каталог: %s" | |
1432 | |
1433 #, c-format | |
7 | 1434 msgid "E189: \"%s\" exists (add ! to override)" |
4869 | 1435 msgstr "E189: \"%s\" существует (добавьте !, чтобы обойти проверку)" |
7 | 1436 |
1437 #, c-format | |
1438 msgid "E190: Cannot open \"%s\" for writing" | |
1439 msgstr "E190: Невозможно открыть для записи \"%s\"" | |
1440 | |
1441 #. set mark | |
1442 msgid "E191: Argument must be a letter or forward/backward quote" | |
1443 msgstr "E191: Параметр должен быть прямой/обратной кавычкой или буквой" | |
1444 | |
1445 msgid "E192: Recursive use of :normal too deep" | |
1446 msgstr "E192: Слишком глубокая рекурсия при использовании команды :normal" | |
1447 | |
4869 | 1448 msgid "E809: #< is not available without the +eval feature" |
1449 msgstr "E809: #< не доступно без особенности +eval" | |
1450 | |
7 | 1451 msgid "E194: No alternate file name to substitute for '#'" |
1452 msgstr "E194: Нет соседнего имени файла для замены '#'" | |
1453 | |
1454 msgid "E495: no autocommand file name to substitute for \"<afile>\"" | |
1455 msgstr "E495: Нет автокомандного имени файла для замены \"<afile>\"" | |
1456 | |
1457 msgid "E496: no autocommand buffer number to substitute for \"<abuf>\"" | |
1458 msgstr "E496: Нет автокомандного номера буфера для замены \"<abuf>\"" | |
1459 | |
1460 msgid "E497: no autocommand match name to substitute for \"<amatch>\"" | |
1461 msgstr "E497: Нет автокомандного имени соответствия для замены \"<amatch>\"" | |
1462 | |
1463 msgid "E498: no :source file name to substitute for \"<sfile>\"" | |
4869 | 1464 msgstr "E498: Нет имени файла :source для замены \"<sfile>\"" |
1465 | |
1466 msgid "E842: no line number to use for \"<slnum>\"" | |
1467 msgstr "E842: Нет номера строки для использования \"<slnum>\"" | |
7 | 1468 |
1469 #, no-c-format | |
1470 msgid "E499: Empty file name for '%' or '#', only works with \":p:h\"" | |
1471 msgstr "E499: Пустое имя файла для '%' или '#', возможно только c \":p:h\"" | |
1472 | |
1473 msgid "E500: Evaluates to an empty string" | |
1474 msgstr "E500: Результатом выражения является пустая строка" | |
1475 | |
1476 msgid "E195: Cannot open viminfo file for reading" | |
1477 msgstr "E195: Невозможно открыть файл viminfo для чтения" | |
1478 | |
1479 msgid "E196: No digraphs in this version" | |
1480 msgstr "E196: В этой версии диграфы не работают" | |
1481 | |
1482 msgid "E608: Cannot :throw exceptions with 'Vim' prefix" | |
1483 msgstr "" | |
1484 "E608: Невозможно выполнить команду :throw для исключений с приставкой 'Vim'" | |
1485 | |
1486 #. always scroll up, don't overwrite | |
1487 #, c-format | |
1488 msgid "Exception thrown: %s" | |
1489 msgstr "Исключительная ситуация: %s" | |
1490 | |
1491 #, c-format | |
1492 msgid "Exception finished: %s" | |
1493 msgstr "Завершена обработка исключительной ситуации: %s" | |
1494 | |
1495 #, c-format | |
1496 msgid "Exception discarded: %s" | |
1497 msgstr "Исключительная ситуация проигнорирована: %s" | |
1498 | |
1499 #, c-format | |
1500 msgid "%s, line %ld" | |
1501 msgstr "%s, строка %ld" | |
1502 | |
1503 #. always scroll up, don't overwrite | |
1504 #, c-format | |
1505 msgid "Exception caught: %s" | |
1506 msgstr "Обработка исключительной ситуации: %s" | |
1507 | |
1508 #, c-format | |
1509 msgid "%s made pending" | |
1510 msgstr "%s выполняет ожидание" | |
1511 | |
1512 #, c-format | |
1513 msgid "%s resumed" | |
1514 msgstr "%s возобновлено" | |
1515 | |
1516 #, c-format | |
1517 msgid "%s discarded" | |
1518 msgstr "%s пропущено" | |
1519 | |
1520 msgid "Exception" | |
1521 msgstr "Исключительная ситуация" | |
1522 | |
1523 msgid "Error and interrupt" | |
1524 msgstr "Ошибка и прерывание" | |
1525 | |
1526 msgid "Error" | |
1527 msgstr "Ошибка" | |
1528 | |
1529 #. if (pending & CSTP_INTERRUPT) | |
1530 msgid "Interrupt" | |
1531 msgstr "Прерывание" | |
1532 | |
1533 msgid "E579: :if nesting too deep" | |
4869 | 1534 msgstr "E579: Слишком глубоко вложенный :if" |
7 | 1535 |
1536 msgid "E580: :endif without :if" | |
1537 msgstr "E580: :endif без :if" | |
1538 | |
1539 msgid "E581: :else without :if" | |
1540 msgstr "E581: :else без :if" | |
1541 | |
1542 msgid "E582: :elseif without :if" | |
1543 msgstr "E582: :elseif без :if" | |
1544 | |
1545 msgid "E583: multiple :else" | |
4869 | 1546 msgstr "E583: Обнаружено несколько :else" |
7 | 1547 |
1548 msgid "E584: :elseif after :else" | |
1549 msgstr "E584: :elseif после :else" | |
1550 | |
4869 | 1551 msgid "E585: :while/:for nesting too deep" |
1552 msgstr "E585: Слишком глубокое вложение :while или :for" | |
1553 | |
1554 msgid "E586: :continue without :while or :for" | |
1555 msgstr "E586: :continue без :while или :for" | |
1556 | |
1557 msgid "E587: :break without :while or :for" | |
1558 msgstr "E587: :break без :while или :for" | |
1559 | |
1560 msgid "E732: Using :endfor with :while" | |
1561 msgstr "E732: Использование :endfor с :while" | |
1562 | |
1563 msgid "E733: Using :endwhile with :for" | |
1564 msgstr "E733: Использование :endwhile с :for" | |
7 | 1565 |
1566 msgid "E601: :try nesting too deep" | |
4869 | 1567 msgstr "E601: Слишком глубоко вложенный :try" |
7 | 1568 |
1569 msgid "E603: :catch without :try" | |
1570 msgstr "E603: :catch без :try" | |
1571 | |
1572 #. Give up for a ":catch" after ":finally" and ignore it. | |
1573 #. * Just parse. | |
1574 msgid "E604: :catch after :finally" | |
5763 | 1575 msgstr "E604: :catch после :finally" |
7 | 1576 |
1577 msgid "E606: :finally without :try" | |
1578 msgstr "E606: :finally без :try" | |
1579 | |
1580 #. Give up for a multiple ":finally" and ignore it. | |
1581 msgid "E607: multiple :finally" | |
4869 | 1582 msgstr "E607: Обнаружено несколько :finally" |
7 | 1583 |
1584 msgid "E602: :endtry without :try" | |
1585 msgstr "E602: :endtry без :try" | |
1586 | |
1587 msgid "E193: :endfunction not inside a function" | |
4869 | 1588 msgstr "E193: Команда :endfunction может использоваться только внутри функции" |
1589 | |
1590 msgid "E788: Not allowed to edit another buffer now" | |
1591 msgstr "E788: Сейчас не допускается редактирование другого буфера" | |
1592 | |
1593 msgid "E811: Not allowed to change buffer information now" | |
1594 msgstr "E811: Сейчас не допускается изменение информации о буфере" | |
7 | 1595 |
1596 msgid "tagname" | |
1597 msgstr "имя метки" | |
1598 | |
1599 msgid " kind file\n" | |
1600 msgstr " тип файла\n" | |
1601 | |
1602 msgid "'history' option is zero" | |
1603 msgstr "значение опции 'history' равно нулю" | |
1604 | |
1605 #, c-format | |
1606 msgid "" | |
1607 "\n" | |
1608 "# %s History (newest to oldest):\n" | |
1609 msgstr "" | |
1610 "\n" | |
1611 "# %s, история (начиная от свежего к старому):\n" | |
1612 | |
1613 msgid "Command Line" | |
1614 msgstr "Командная строка" | |
1615 | |
1616 msgid "Search String" | |
1617 msgstr "Строка поиска" | |
1618 | |
1619 msgid "Expression" | |
1620 msgstr "Выражение" | |
1621 | |
1622 msgid "Input Line" | |
1623 msgstr "Строка ввода" | |
1624 | |
1625 msgid "E198: cmd_pchar beyond the command length" | |
1626 msgstr "E198: cmd_pchar больше длины команды" | |
1627 | |
1628 msgid "E199: Active window or buffer deleted" | |
1629 msgstr "E199: Удалено активное окно или буфер" | |
1630 | |
4869 | 1631 msgid "E812: Autocommands changed buffer or buffer name" |
1632 msgstr "E812: Автокоманды изменили буфер или имя буфера" | |
1633 | |
7 | 1634 msgid "Illegal file name" |
1635 msgstr "Недопустимое имя файла" | |
1636 | |
1637 msgid "is a directory" | |
1638 msgstr "является каталогом" | |
1639 | |
1640 msgid "is not a file" | |
1641 msgstr "не является файлом" | |
1642 | |
4869 | 1643 msgid "is a device (disabled with 'opendevice' option)" |
1644 msgstr "является устройством (отключено при опции 'opendevice')" | |
1645 | |
7 | 1646 msgid "[New File]" |
1647 msgstr "[Новый файл]" | |
1648 | |
4869 | 1649 msgid "[New DIRECTORY]" |
1650 msgstr "[Новый КАТАЛОГ]" | |
1651 | |
1652 msgid "[File too big]" | |
1653 msgstr "[Файл слишком большой]" | |
1654 | |
7 | 1655 msgid "[Permission Denied]" |
1656 msgstr "[Доступ запрещён]" | |
1657 | |
1658 msgid "E200: *ReadPre autocommands made the file unreadable" | |
1659 msgstr "E200: В результате выполнения автокоманд *ReadPre файл стал нечитаемым" | |
1660 | |
1661 msgid "E201: *ReadPre autocommands must not change current buffer" | |
4869 | 1662 msgstr "E201: Автокоманды *ReadPre не должны изменять активный буфер" |
7 | 1663 |
1664 msgid "Vim: Reading from stdin...\n" | |
4869 | 1665 msgstr "Vim: Чтение из стандартного потока ввода stdin...\n" |
7 | 1666 |
1667 msgid "Reading from stdin..." | |
4869 | 1668 msgstr "Чтение из стандартного потока ввода stdin..." |
7 | 1669 |
1670 #. Re-opening the original file failed! | |
1671 msgid "E202: Conversion made file unreadable!" | |
1672 msgstr "E202: В результате преобразования файл стал нечитаемым!" | |
1673 | |
1674 msgid "[fifo/socket]" | |
1675 msgstr "[fifo/гнездо]" | |
1676 | |
1677 msgid "[fifo]" | |
1678 msgstr "[fifo]" | |
1679 | |
1680 msgid "[socket]" | |
1681 msgstr "[гнездо]" | |
1682 | |
4869 | 1683 msgid "[character special]" |
1684 msgstr "[специальный символьный]" | |
7 | 1685 |
1686 msgid "[CR missing]" | |
1687 msgstr "[пропущены символы CR]" | |
1688 | |
1689 msgid "[long lines split]" | |
1690 msgstr "[длинные строки разбиты]" | |
1691 | |
1692 msgid "[NOT converted]" | |
1693 msgstr "[БЕЗ преобразований]" | |
1694 | |
1695 msgid "[converted]" | |
1696 msgstr "[перекодировано]" | |
1697 | |
4869 | 1698 #, c-format |
1699 msgid "[CONVERSION ERROR in line %ld]" | |
1700 msgstr "[ОШИБКА ПРЕОБРАЗОВАНИЯ в строке %ld]" | |
7 | 1701 |
1702 #, c-format | |
1703 msgid "[ILLEGAL BYTE in line %ld]" | |
1704 msgstr "[НЕДОПУСТИМЫЙ БАЙТ в строке %ld]" | |
1705 | |
1706 msgid "[READ ERRORS]" | |
1707 msgstr "[ОШИБКИ ЧТЕНИЯ]" | |
1708 | |
1709 msgid "Can't find temp file for conversion" | |
1710 msgstr "Временный файл для перекодирования не найден" | |
1711 | |
1712 msgid "Conversion with 'charconvert' failed" | |
1713 msgstr "Преобразование с помощью 'charconvert' не выполнено" | |
1714 | |
1715 msgid "can't read output of 'charconvert'" | |
1716 msgstr "невозможно прочитать вывод 'charconvert'" | |
1717 | |
4869 | 1718 msgid "E676: No matching autocommands for acwrite buffer" |
1719 msgstr "E676: Нет подходящих автокоманд для буфера acwrite" | |
1720 | |
7 | 1721 msgid "E203: Autocommands deleted or unloaded buffer to be written" |
1722 msgstr "" | |
1723 "E203: Буфер, который требовалось записать, удалён или выгружен автокомандой" | |
1724 | |
1725 msgid "E204: Autocommand changed number of lines in unexpected way" | |
1726 msgstr "E204: Количество строк изменено автокомандой неожиданным образом" | |
1727 | |
1668 | 1728 msgid "NetBeans disallows writes of unmodified buffers" |
7 | 1729 msgstr "NetBeans не позволяет выполнять запись неизменённых буферов" |
1730 | |
1731 msgid "Partial writes disallowed for NetBeans buffers" | |
1732 msgstr "Частичная запись буферов NetBeans не допускается" | |
1733 | |
1734 msgid "is not a file or writable device" | |
1735 msgstr "не является файлом или устройством, доступным для записи" | |
1736 | |
4869 | 1737 msgid "writing to device disabled with 'opendevice' option" |
1738 msgstr "запись в устройство отключена при опции 'opendevice'" | |
1739 | |
7 | 1740 msgid "is read-only (add ! to override)" |
4869 | 1741 msgstr "открыт только для чтения (добавьте !, чтобы обойти проверку)" |
7 | 1742 |
1743 msgid "E506: Can't write to backup file (add ! to override)" | |
4869 | 1744 msgstr "" |
1745 "E506: Запись в резервный файл невозможна (добавьте !, чтобы обойти проверку)" | |
7 | 1746 |
1747 msgid "E507: Close error for backup file (add ! to override)" | |
4869 | 1748 msgstr "" |
1749 "E507: Ошибка закрытия резервного файла (добавьте !, чтобы обойти проверку)" | |
7 | 1750 |
1751 msgid "E508: Can't read file for backup (add ! to override)" | |
4869 | 1752 msgstr "" |
1753 "E508: Невозможно прочитать резервный файл (добавьте !, чтобы обойти проверку)" | |
7 | 1754 |
1755 msgid "E509: Cannot create backup file (add ! to override)" | |
4869 | 1756 msgstr "" |
1757 "E509: Невозможно создать резервный файл (добавьте !, чтобы обойти проверку)" | |
7 | 1758 |
1759 msgid "E510: Can't make backup file (add ! to override)" | |
4869 | 1760 msgstr "" |
1761 "E510: Невозможно создать резервный файл (добавьте !, чтобы обойти проверку)" | |
7 | 1762 |
1763 msgid "E460: The resource fork would be lost (add ! to override)" | |
4869 | 1764 msgstr "E460: Ветвь ресурса будет потеряна (добавьте !, чтобы обойти проверку)" |
7 | 1765 |
1766 msgid "E214: Can't find temp file for writing" | |
1767 msgstr "E214: Временный файл для записи не найден" | |
1768 | |
1769 msgid "E213: Cannot convert (add ! to write without conversion)" | |
4869 | 1770 msgstr "" |
1771 "E213: Перекодировка невозможна (добавьте ! для записи без перекодировки)" | |
7 | 1772 |
1773 msgid "E166: Can't open linked file for writing" | |
1774 msgstr "E166: Невозможно открыть связанный файл для записи" | |
1775 | |
1776 msgid "E212: Can't open file for writing" | |
1777 msgstr "E212: Невозможно открыть файл для записи" | |
1778 | |
1779 msgid "E667: Fsync failed" | |
1780 msgstr "E667: Не удалось выполнить функцию fsync()" | |
1781 | |
1782 msgid "E512: Close failed" | |
1783 msgstr "E512: Операция закрытия не удалась" | |
1784 | |
4869 | 1785 msgid "E513: write error, conversion failed (make 'fenc' empty to override)" |
1786 msgstr "" | |
1787 "E513: Ошибка записи, преобразование не удалось (очистите 'fenc', чтобы " | |
1788 "обойти)" | |
1789 | |
1790 #, c-format | |
1791 msgid "" | |
1792 "E513: write error, conversion failed in line %ld (make 'fenc' empty to " | |
1793 "override)" | |
1794 msgstr "" | |
1795 "E513: Ошибка записи, преобразование не удалось на строке %ld (очистите " | |
1796 "'fenc', чтобы обойти)" | |
7 | 1797 |
1798 msgid "E514: write error (file system full?)" | |
4869 | 1799 msgstr "E514: Ошибка записи (нет свободного места?)" |
7 | 1800 |
1801 msgid " CONVERSION ERROR" | |
1802 msgstr " ОШИБКА ПРЕОБРАЗОВАНИЯ" | |
1803 | |
4869 | 1804 #, c-format |
1805 msgid " in line %ld;" | |
1806 msgstr " на строке %ld;" | |
1807 | |
7 | 1808 msgid "[Device]" |
1809 msgstr "[Устройство]" | |
1810 | |
1811 msgid "[New]" | |
1812 msgstr "[Новый]" | |
1813 | |
1814 msgid " [a]" | |
4869 | 1815 msgstr " [д]" |
7 | 1816 |
1817 msgid " appended" | |
1818 msgstr " добавлено" | |
1819 | |
1820 msgid " [w]" | |
4869 | 1821 msgstr " [з]" |
7 | 1822 |
1823 msgid " written" | |
1824 msgstr " записано" | |
1825 | |
1826 msgid "E205: Patchmode: can't save original file" | |
1827 msgstr "E205: Режим заплатки: невозможно сохранение исходного файла" | |
1828 | |
1829 msgid "E206: patchmode: can't touch empty original file" | |
1830 msgstr "" | |
1831 "E206: Режим заплатки: невозможно сменить параметры пустого исходного файла" | |
1832 | |
1833 msgid "E207: Can't delete backup file" | |
1834 msgstr "E207: Невозможно удалить резервный файл" | |
1835 | |
1836 msgid "" | |
1837 "\n" | |
1838 "WARNING: Original file may be lost or damaged\n" | |
1839 msgstr "" | |
1840 "\n" | |
1841 "ПРЕДУПРЕЖДЕНИЕ: Исходный файл может быть утрачен или повреждён\n" | |
1842 | |
1843 msgid "don't quit the editor until the file is successfully written!" | |
1844 msgstr "не выходите из редактора, пока файл не будет успешно записан!" | |
1845 | |
1846 msgid "[dos]" | |
1847 msgstr "[dos]" | |
1848 | |
1849 msgid "[dos format]" | |
1850 msgstr "[формат dos]" | |
1851 | |
1852 msgid "[mac]" | |
1853 msgstr "[mac]" | |
1854 | |
1855 msgid "[mac format]" | |
1856 msgstr "[формат mac]" | |
1857 | |
1858 msgid "[unix]" | |
1859 msgstr "[unix]" | |
1860 | |
1861 msgid "[unix format]" | |
1862 msgstr "[формат unix]" | |
1863 | |
1864 msgid "1 line, " | |
1865 msgstr "1 строка, " | |
1866 | |
1867 #, c-format | |
1868 msgid "%ld lines, " | |
1869 msgstr "строк: %ld, " | |
1870 | |
1871 msgid "1 character" | |
1872 msgstr "1 символ" | |
1873 | |
1874 #, c-format | |
4869 | 1875 msgid "%lld characters" |
1876 msgstr "символов: %lld" | |
1877 | |
1878 #. Explicit typecast avoids warning on Mac OS X 10.6 | |
1879 #, c-format | |
7 | 1880 msgid "%ld characters" |
1881 msgstr "символов: %ld" | |
1882 | |
1883 msgid "[noeol]" | |
1884 msgstr "[noeol]" | |
1885 | |
1886 msgid "[Incomplete last line]" | |
1887 msgstr "[Незавершённая последняя строка]" | |
1888 | |
1889 #. don't overwrite messages here | |
1890 #. must give this prompt | |
1891 #. don't use emsg() here, don't want to flush the buffers | |
1892 msgid "WARNING: The file has been changed since reading it!!!" | |
1893 msgstr "ПРЕДУПРЕЖДЕНИЕ: Файл изменён с момента чтения!!!" | |
1894 | |
1895 msgid "Do you really want to write to it" | |
1896 msgstr "Серьёзно хотите записать в этот файл" | |
1897 | |
1898 #, c-format | |
1899 msgid "E208: Error writing to \"%s\"" | |
1900 msgstr "E208: Ошибка записи в \"%s\"" | |
1901 | |
1902 #, c-format | |
1903 msgid "E209: Error closing \"%s\"" | |
1904 msgstr "E209: Ошибка закрытия \"%s\"" | |
1905 | |
1906 #, c-format | |
1907 msgid "E210: Error reading \"%s\"" | |
1908 msgstr "E210: Ошибка чтения \"%s\"" | |
1909 | |
1910 msgid "E246: FileChangedShell autocommand deleted buffer" | |
1911 msgstr "E246: Буфер удалён при выполнении автокоманды FileChangedShell" | |
1912 | |
1913 #, c-format | |
4869 | 1914 msgid "E211: File \"%s\" no longer available" |
1915 msgstr "E211: Файл \"%s\" больше не доступен" | |
7 | 1916 |
1917 #, c-format | |
1918 msgid "" | |
1919 "W12: Warning: File \"%s\" has changed and the buffer was changed in Vim as " | |
1920 "well" | |
1921 msgstr "" | |
1922 "W12: Предупреждение: файл \"%s\" и буфер Vim были изменены независимо друг " | |
1923 "от друга" | |
1924 | |
4869 | 1925 msgid "See \":help W12\" for more info." |
1926 msgstr "См. \":help W12\" для дополнительной информации." | |
1927 | |
7 | 1928 #, c-format |
1929 msgid "W11: Warning: File \"%s\" has changed since editing started" | |
1930 msgstr "" | |
1931 "W11: Предупреждение: файл \"%s\" был изменён после начала редактирования" | |
1932 | |
4869 | 1933 msgid "See \":help W11\" for more info." |
1934 msgstr "См. \":help W11\" для дополнительной информации." | |
1935 | |
7 | 1936 #, c-format |
1937 msgid "W16: Warning: Mode of file \"%s\" has changed since editing started" | |
1938 msgstr "" | |
1939 "W16: Предупреждение: режим доступа к файлу \"%s\" был изменён после начала " | |
1940 "редактирования" | |
1941 | |
4869 | 1942 msgid "See \":help W16\" for more info." |
1943 msgstr "См. \":help W16\" для дополнительной информации." | |
1944 | |
7 | 1945 #, c-format |
1946 msgid "W13: Warning: File \"%s\" has been created after editing started" | |
1947 msgstr "" | |
1948 "W13: Предупреждение: файл \"%s\" был создан после начала редактирования" | |
1949 | |
1950 msgid "Warning" | |
1951 msgstr "Предупреждение" | |
1952 | |
1953 msgid "" | |
1954 "&OK\n" | |
1955 "&Load File" | |
1956 msgstr "" | |
1957 "&OK\n" | |
4869 | 1958 "&L Загрузить файл" |
7 | 1959 |
1960 #, c-format | |
1961 msgid "E462: Could not prepare for reloading \"%s\"" | |
1962 msgstr "E462: Невозможно подготовиться к перезагрузке \"%s\"" | |
1963 | |
1964 #, c-format | |
1965 msgid "E321: Could not reload \"%s\"" | |
1966 msgstr "E321: Невозможно выполнить перезагрузку \"%s\"" | |
1967 | |
1968 msgid "--Deleted--" | |
1969 msgstr "--Удалено--" | |
1970 | |
4869 | 1971 #, c-format |
1972 msgid "auto-removing autocommand: %s <buffer=%d>" | |
1973 msgstr "авто-удаление автокоманды: %s <буффер=%d>" | |
1974 | |
7 | 1975 #. the group doesn't exist |
1976 #, c-format | |
1977 msgid "E367: No such group: \"%s\"" | |
1978 msgstr "E367: Группа \"%s\" не существует" | |
1979 | |
1980 #, c-format | |
1981 msgid "E215: Illegal character after *: %s" | |
1982 msgstr "E215: Недопустимые символы после *: %s" | |
1983 | |
1984 #, c-format | |
1985 msgid "E216: No such event: %s" | |
1986 msgstr "E216: Несуществующее событие: %s" | |
1987 | |
1988 #, c-format | |
1989 msgid "E216: No such group or event: %s" | |
1990 msgstr "E216: Несуществующая группа или событие: %s" | |
1991 | |
1992 #. Highlight title | |
1993 msgid "" | |
1994 "\n" | |
1995 "--- Auto-Commands ---" | |
1996 msgstr "" | |
1997 "\n" | |
1998 "--- Автокоманды ---" | |
1999 | |
4869 | 2000 #, c-format |
2001 msgid "E680: <buffer=%d>: invalid buffer number " | |
2002 msgstr "E680: <buffer=%d>: неправильный номер буфера " | |
2003 | |
7 | 2004 msgid "E217: Can't execute autocommands for ALL events" |
2005 msgstr "E217: Невозможно выполнить автокоманды для ВСЕХ событий" | |
2006 | |
2007 msgid "No matching autocommands" | |
2008 msgstr "Нет подходящих автокоманд" | |
2009 | |
2010 msgid "E218: autocommand nesting too deep" | |
2011 msgstr "E218: слишком глубоко вложенные автокоманды" | |
2012 | |
2013 #, c-format | |
2014 msgid "%s Auto commands for \"%s\"" | |
2015 msgstr "%s Автокоманды для \"%s\"" | |
2016 | |
2017 #, c-format | |
2018 msgid "Executing %s" | |
2019 msgstr "Выполнение %s" | |
2020 | |
2021 #, c-format | |
2022 msgid "autocommand %s" | |
2023 msgstr "автокоманда %s" | |
2024 | |
2025 msgid "E219: Missing {." | |
2026 msgstr "E219: Пропущена {." | |
2027 | |
2028 msgid "E220: Missing }." | |
2029 msgstr "E220: Пропущена }." | |
2030 | |
2031 msgid "E490: No fold found" | |
2032 msgstr "E490: Складок не обнаружено" | |
2033 | |
2034 msgid "E350: Cannot create fold with current 'foldmethod'" | |
2035 msgstr "" | |
2036 "E350: Складка не может быть создана с текущим значением опции 'foldmethod'" | |
2037 | |
2038 msgid "E351: Cannot delete fold with current 'foldmethod'" | |
2039 msgstr "" | |
2040 "E351: Складка не может быть удалена с текущим значением опции 'foldmethod'" | |
2041 | |
4869 | 2042 #, c-format |
2043 msgid "+--%3ld lines folded " | |
2044 msgstr "+--%3ld строк в складке" | |
2045 | |
7 | 2046 msgid "E222: Add to read buffer" |
2047 msgstr "E222: Добавление в буфер чтения" | |
2048 | |
2049 msgid "E223: recursive mapping" | |
4869 | 2050 msgstr "E223: Рекурсивная привязка" |
7 | 2051 |
2052 #, c-format | |
2053 msgid "E224: global abbreviation already exists for %s" | |
4869 | 2054 msgstr "E224: Уже есть глобальное сокращение для %s" |
7 | 2055 |
2056 #, c-format | |
2057 msgid "E225: global mapping already exists for %s" | |
4869 | 2058 msgstr "E225: Уже есть глобальная привязка для %s" |
7 | 2059 |
2060 #, c-format | |
2061 msgid "E226: abbreviation already exists for %s" | |
4869 | 2062 msgstr "E226: Уже есть сокращение для %s" |
7 | 2063 |
2064 #, c-format | |
2065 msgid "E227: mapping already exists for %s" | |
4869 | 2066 msgstr "E227: Уже есть привязка для %s" |
7 | 2067 |
2068 msgid "No abbreviation found" | |
2069 msgstr "Сокращения не найдены" | |
2070 | |
2071 msgid "No mapping found" | |
2072 msgstr "Привязки не найдены" | |
2073 | |
2074 msgid "E228: makemap: Illegal mode" | |
2075 msgstr "E228: makemap: недопустимый режим" | |
2076 | |
4869 | 2077 msgid "E851: Failed to create a new process for the GUI" |
2078 msgstr "E851: Невозможно создать новый процесс для граф. интерфейса" | |
2079 | |
2080 msgid "E852: The child process failed to start the GUI" | |
2081 msgstr "E852: Процессу-потомку не удалось запустить граф. интерфейс" | |
2082 | |
7 | 2083 msgid "E229: Cannot start the GUI" |
2084 msgstr "E229: Невозможно перейти в режим графического интерфейса" | |
2085 | |
2086 #, c-format | |
2087 msgid "E230: Cannot read from \"%s\"" | |
2088 msgstr "E230: Невозможно выполнить чтение \"%s\"" | |
2089 | |
2090 msgid "E665: Cannot start GUI, no valid font found" | |
2091 msgstr "" | |
2092 "E665: Невозможно перейти в режим граф. интерфейса, неправильно заданы шрифты" | |
2093 | |
2094 msgid "E231: 'guifontwide' invalid" | |
4869 | 2095 msgstr "E231: Неправильное значение опции 'guifontwide'" |
7 | 2096 |
2097 msgid "E599: Value of 'imactivatekey' is invalid" | |
4869 | 2098 msgstr "E599: Неправильное значение опции 'imactivatekey'" |
7 | 2099 |
2100 #, c-format | |
2101 msgid "E254: Cannot allocate color %s" | |
2102 msgstr "E254: Невозможно назначить цвет %s" | |
2103 | |
4869 | 2104 msgid "No match at cursor, finding next" |
2105 msgstr "Нет совпадения под курсором, поиск следующего" | |
2106 | |
7 | 2107 msgid "<cannot open> " |
2108 msgstr "<нельзя открыть> " | |
2109 | |
2110 #, c-format | |
2111 msgid "E616: vim_SelFile: can't get font %s" | |
2112 msgstr "E616: vim_SelFile: шрифт %s не найден" | |
2113 | |
2114 msgid "E614: vim_SelFile: can't return to current directory" | |
2115 msgstr "E614: vim_SelFile: возврат в текущий каталог невозможен" | |
2116 | |
2117 msgid "Pathname:" | |
2118 msgstr "Путь к файлу:" | |
2119 | |
2120 msgid "E615: vim_SelFile: can't get current directory" | |
2121 msgstr "E615: vim_SelFile: не могу найти текущий каталог" | |
2122 | |
2123 msgid "OK" | |
2124 msgstr "Да" | |
2125 | |
2126 msgid "Cancel" | |
2127 msgstr "Отмена" | |
2128 | |
2129 msgid "Scrollbar Widget: Could not get geometry of thumb pixmap." | |
2130 msgstr "Полоса прокрутки: не могу определить геометрию ползунка" | |
2131 | |
2132 msgid "Vim dialog" | |
2133 msgstr "Диалоговое окно Vim" | |
2134 | |
2135 msgid "E232: Cannot create BalloonEval with both message and callback" | |
2136 msgstr "" | |
2137 "E232: \"Пузырь\" для вычислений, включающий и сообщение, и обратный вызов, " | |
2138 "не может быть создан" | |
2139 | |
2140 msgid "" | |
2141 "&Yes\n" | |
2142 "&No\n" | |
2143 "&Cancel" | |
2144 msgstr "" | |
2145 "&Да\n" | |
2146 "&Нет\n" | |
2147 "О&тмена" | |
2148 | |
2149 msgid "Input _Methods" | |
2150 msgstr "Методы Ввода" | |
2151 | |
2152 msgid "VIM - Search and Replace..." | |
4869 | 2153 msgstr "VIM — Поиск и замена..." |
7 | 2154 |
2155 msgid "VIM - Search..." | |
4869 | 2156 msgstr "VIM — Поиск..." |
7 | 2157 |
2158 msgid "Find what:" | |
2159 msgstr "Что ищем:" | |
2160 | |
2161 msgid "Replace with:" | |
2162 msgstr "На что заменяем:" | |
2163 | |
2164 #. whole word only button | |
2165 msgid "Match whole word only" | |
2166 msgstr "Только точные соответствия" | |
2167 | |
2168 #. match case button | |
2169 msgid "Match case" | |
2170 msgstr "Регистрозависимые соответствия" | |
2171 | |
2172 msgid "Direction" | |
2173 msgstr "Направление" | |
2174 | |
2175 #. 'Up' and 'Down' buttons | |
2176 msgid "Up" | |
2177 msgstr "Вверх" | |
2178 | |
2179 msgid "Down" | |
2180 msgstr "Вниз" | |
2181 | |
4869 | 2182 #. 'Find Next' button |
7 | 2183 msgid "Find Next" |
2184 msgstr "Найти следующее" | |
2185 | |
4869 | 2186 #. 'Replace' button |
7 | 2187 msgid "Replace" |
2188 msgstr "Замена" | |
2189 | |
4869 | 2190 #. 'Replace All' button |
7 | 2191 msgid "Replace All" |
2192 msgstr "Заменить все" | |
2193 | |
2194 msgid "Vim: Received \"die\" request from session manager\n" | |
2195 msgstr "Vim: Получен запрос на прекращение работы от диспетчера сеансов\n" | |
2196 | |
4869 | 2197 msgid "Close" |
2198 msgstr "Закрыть" | |
2199 | |
2200 msgid "New tab" | |
2201 msgstr "Новая вкладка" | |
2202 | |
2203 msgid "Open Tab..." | |
2204 msgstr "Открыть вкладку..." | |
2205 | |
7 | 2206 msgid "Vim: Main window unexpectedly destroyed\n" |
2207 msgstr "Vim: Основное окно было неожиданно закрыто\n" | |
2208 | |
4869 | 2209 msgid "&Filter" |
2210 msgstr "&Фильтр" | |
2211 | |
2212 msgid "&Cancel" | |
2213 msgstr "О&тмена" | |
7 | 2214 |
2215 msgid "Directories" | |
2216 msgstr "Каталоги" | |
2217 | |
4869 | 2218 msgid "Filter" |
2219 msgstr "Фильтр" | |
2220 | |
2221 msgid "&Help" | |
2222 msgstr "&Справка" | |
7 | 2223 |
2224 msgid "Files" | |
2225 msgstr "Файлы" | |
2226 | |
4869 | 2227 msgid "&OK" |
2228 msgstr "&Да" | |
2229 | |
7 | 2230 msgid "Selection" |
2231 msgstr "Выделение" | |
2232 | |
4869 | 2233 msgid "Find &Next" |
2234 msgstr "Найти &следующее" | |
2235 | |
2236 msgid "&Replace" | |
2237 msgstr "За&мена" | |
2238 | |
2239 msgid "Replace &All" | |
2240 msgstr "Заменить &все" | |
2241 | |
2242 msgid "&Undo" | |
2243 msgstr "О&тмена" | |
2244 | |
2245 #, c-format | |
9 | 2246 msgid "E671: Cannot find window title \"%s\"" |
2247 msgstr "E671: Окно с заголовком \"%s\" не обнаружено" | |
2248 | |
7 | 2249 #, c-format |
2250 msgid "E243: Argument not supported: \"-%s\"; Use the OLE version." | |
2251 msgstr "E243: Параметр не поддерживается: \"-%s\"; используйте версию OLE." | |
2252 | |
9 | 2253 msgid "E672: Unable to open window inside MDI application" |
2254 msgstr "E672: Невозможно открыть окно внутри приложения MDI" | |
2255 | |
4869 | 2256 msgid "Close tab" |
2257 msgstr "Закрыть вкладку" | |
2258 | |
2259 msgid "Open tab..." | |
2260 msgstr "Открыть вкладку..." | |
2261 | |
7 | 2262 msgid "Find string (use '\\\\' to find a '\\')" |
2263 msgstr "Поиск строки (используйте '\\\\' для поиска '\\')" | |
2264 | |
2265 msgid "Find & Replace (use '\\\\' to find a '\\')" | |
2266 msgstr "Поиск и замена (используйте '\\\\' для поиска '\\')" | |
2267 | |
4869 | 2268 #. We fake this: Use a filter that doesn't select anything and a default |
2269 #. * file name that won't be used. | |
2270 msgid "Not Used" | |
2271 msgstr "Не используется" | |
2272 | |
2273 msgid "Directory\t*.nothing\n" | |
2274 msgstr "Каталог\t*.ничего\n" | |
2275 | |
7 | 2276 msgid "Vim E458: Cannot allocate colormap entry, some colors may be incorrect" |
2277 msgstr "" | |
4869 | 2278 "Vim E458: Невозможно выделить запись в таблице цвета, некоторые цвета могут " |
7 | 2279 "отображаться неправильно" |
2280 | |
2281 #, c-format | |
2282 msgid "E250: Fonts for the following charsets are missing in fontset %s:" | |
4869 | 2283 msgstr "E250: В наборе шрифтов %s отсутствуют шрифты для следующих кодировок:" |
7 | 2284 |
2285 #, c-format | |
2286 msgid "E252: Fontset name: %s" | |
2287 msgstr "E252: Набор шрифтов: %s" | |
2288 | |
2289 #, c-format | |
2290 msgid "Font '%s' is not fixed-width" | |
2291 msgstr "Шрифт '%s' не является моноширинным" | |
2292 | |
2293 #, c-format | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2294 msgid "E253: Fontset name: %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2295 msgstr "E253: Набор шрифтов: %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2296 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2297 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2298 msgid "Font0: %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2299 msgstr "Font0: %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2300 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2301 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2302 msgid "Font1: %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2303 msgstr "Font1: %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2304 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2305 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2306 msgid "Font%ld width is not twice that of font0" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2307 msgstr "Ширина шрифта font%ld должна быть вдвое больше ширины шрифта font0" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2308 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2309 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2310 msgid "Font0 width: %ld" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2311 msgstr "Ширина шрифта font0: %ld" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2312 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2313 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2314 msgid "Font1 width: %ld" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2315 msgstr "Ширина шрифта font1: %ld" |
7 | 2316 |
4869 | 2317 msgid "Invalid font specification" |
2318 msgstr "Неправильное определение шрифта" | |
2319 | |
2320 msgid "&Dismiss" | |
2321 msgstr "О&тклонить" | |
2322 | |
2323 msgid "no specific match" | |
2324 msgstr "нет специального совпадения" | |
2325 | |
2326 msgid "Vim - Font Selector" | |
2327 msgstr "Vim — Выбор шрифта" | |
2328 | |
2329 msgid "Name:" | |
2330 msgstr "Название:" | |
2331 | |
2332 #. create toggle button | |
2333 msgid "Show size in Points" | |
2334 msgstr "Показывать размер в пунктах" | |
2335 | |
2336 msgid "Encoding:" | |
2337 msgstr "Кодировка:" | |
2338 | |
2339 msgid "Font:" | |
2340 msgstr "Шрифт:" | |
2341 | |
2342 msgid "Style:" | |
2343 msgstr "Стиль:" | |
2344 | |
2345 msgid "Size:" | |
2346 msgstr "Размер:" | |
2347 | |
7 | 2348 msgid "E256: Hangul automata ERROR" |
1624 | 2349 msgstr "E256: ОШИБКА автоматики Хангыл" |
7 | 2350 |
4869 | 2351 msgid "E550: Missing colon" |
2352 msgstr "E550: Пропущено двоеточие" | |
2353 | |
2354 msgid "E551: Illegal component" | |
2355 msgstr "E551: Недопустимый компонент" | |
2356 | |
2357 msgid "E552: digit expected" | |
2358 msgstr "E552: Требуется указать цифру" | |
2359 | |
2360 #, c-format | |
2361 msgid "Page %d" | |
2362 msgstr "Страница %d" | |
2363 | |
2364 msgid "No text to be printed" | |
2365 msgstr "Печатать нечего" | |
2366 | |
2367 #, c-format | |
2368 msgid "Printing page %d (%d%%)" | |
2369 msgstr "Печать стр. %d (%d%%)" | |
2370 | |
2371 #, c-format | |
2372 msgid " Copy %d of %d" | |
2373 msgstr " Копия %d из %d" | |
2374 | |
2375 #, c-format | |
2376 msgid "Printed: %s" | |
2377 msgstr "Напечатано: %s" | |
2378 | |
2379 msgid "Printing aborted" | |
2380 msgstr "Печать прекращена" | |
2381 | |
2382 msgid "E455: Error writing to PostScript output file" | |
2383 msgstr "E455: Ошибка записи в файл PostScript" | |
2384 | |
2385 #, c-format | |
2386 msgid "E624: Can't open file \"%s\"" | |
2387 msgstr "E624: Невозможно открыть файл \"%s\"" | |
2388 | |
2389 #, c-format | |
2390 msgid "E457: Can't read PostScript resource file \"%s\"" | |
2391 msgstr "E457: Невозможно прочитать файл ресурсов PostScript \"%s\"" | |
2392 | |
2393 #, c-format | |
2394 msgid "E618: file \"%s\" is not a PostScript resource file" | |
2395 msgstr "E618: Файл \"%s\" не является файлом ресурсов PostScript" | |
2396 | |
2397 #, c-format | |
2398 msgid "E619: file \"%s\" is not a supported PostScript resource file" | |
2399 msgstr "E619: Файл \"%s\" не является допустимым файлом ресурсов PostScript" | |
2400 | |
2401 #, c-format | |
2402 msgid "E621: \"%s\" resource file has wrong version" | |
2403 msgstr "E621: Файл ресурсов \"%s\" неизвестной версии" | |
2404 | |
2405 msgid "E673: Incompatible multi-byte encoding and character set." | |
2406 msgstr "E673: Несовместимые многобайтовая кодировка и набор символов." | |
2407 | |
2408 msgid "E674: printmbcharset cannot be empty with multi-byte encoding." | |
2409 msgstr "E674: printmbcharset не может быть пустым при многобайтовой кодировке." | |
2410 | |
2411 msgid "E675: No default font specified for multi-byte printing." | |
2412 msgstr "E675: Нет определения шрифта по умолчанию для многобайтовой печати." | |
2413 | |
2414 msgid "E324: Can't open PostScript output file" | |
2415 msgstr "E324: Невозможно открыть файл PostScript" | |
2416 | |
2417 #, c-format | |
2418 msgid "E456: Can't open file \"%s\"" | |
2419 msgstr "E456: Невозможно открыть файл \"%s\"" | |
2420 | |
2421 msgid "E456: Can't find PostScript resource file \"prolog.ps\"" | |
2422 msgstr "E456: Файл ресурсов PostScript \"prolog.ps\" не найден" | |
2423 | |
2424 msgid "E456: Can't find PostScript resource file \"cidfont.ps\"" | |
2425 msgstr "E456: Файл ресурсов PostScript \"cidfont.ps\" не найден" | |
2426 | |
2427 #, c-format | |
2428 msgid "E456: Can't find PostScript resource file \"%s.ps\"" | |
2429 msgstr "E456: Файл ресурсов PostScript \"%s.ps\" не найден" | |
2430 | |
2431 #, c-format | |
2432 msgid "E620: Unable to convert to print encoding \"%s\"" | |
2433 msgstr "E620: Невозможно преобразовать в кодировку печать \"%s\"" | |
2434 | |
2435 msgid "Sending to printer..." | |
2436 msgstr "Отправка на печать..." | |
2437 | |
2438 msgid "E365: Failed to print PostScript file" | |
2439 msgstr "E365: Не удалось выполнить печать файла PostScript" | |
2440 | |
2441 msgid "Print job sent." | |
2442 msgstr "Задание на печать отправлено." | |
2443 | |
7 | 2444 msgid "Add a new database" |
2445 msgstr "Добавить новую базу данных" | |
2446 | |
2447 msgid "Query for a pattern" | |
2448 msgstr "Запрос по шаблону" | |
2449 | |
2450 msgid "Show this message" | |
2451 msgstr "Показать это сообщение" | |
2452 | |
2453 msgid "Kill a connection" | |
2454 msgstr "Убить соединение" | |
2455 | |
2456 msgid "Reinit all connections" | |
2457 msgstr "Заново инициализировать все соединения" | |
2458 | |
2459 msgid "Show connections" | |
2460 msgstr "Показать соединения" | |
2461 | |
2462 #, c-format | |
2463 msgid "E560: Usage: cs[cope] %s" | |
2464 msgstr "E560: Использование: cs[cope] %s" | |
2465 | |
2466 msgid "This cscope command does not support splitting the window.\n" | |
2467 msgstr "Эта команда cscope не поддерживает разделение окна.\n" | |
2468 | |
2469 msgid "E562: Usage: cstag <ident>" | |
2470 msgstr "E562: Использование: cstag <имя>" | |
2471 | |
2472 msgid "E257: cstag: tag not found" | |
2473 msgstr "E257: cstag: метка не найдена" | |
2474 | |
2475 #, c-format | |
2476 msgid "E563: stat(%s) error: %d" | |
4869 | 2477 msgstr "E563: Ошибка stat(%s): %d" |
7 | 2478 |
2479 msgid "E563: stat error" | |
4869 | 2480 msgstr "E563: Ошибка stat" |
7 | 2481 |
2482 #, c-format | |
2483 msgid "E564: %s is not a directory or a valid cscope database" | |
2484 msgstr "E564: %s не является каталогом или именем базы cscope" | |
2485 | |
2486 #, c-format | |
2487 msgid "Added cscope database %s" | |
2488 msgstr "Добавлена база данных cscope %s" | |
2489 | |
2490 #, c-format | |
2491 msgid "E262: error reading cscope connection %ld" | |
4869 | 2492 msgstr "E262: Ошибка получения информации от соединения cscope %ld" |
7 | 2493 |
2494 msgid "E561: unknown cscope search type" | |
4869 | 2495 msgstr "E561: Неизвестный тип поиска cscope" |
7 | 2496 |
2497 msgid "E566: Could not create cscope pipes" | |
2498 msgstr "E566: Невозможно создать трубу для cscope" | |
2499 | |
2500 msgid "E622: Could not fork for cscope" | |
2501 msgstr "E622: Невозможно выполнить fork() для cscope" | |
2502 | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2503 msgid "cs_create_connection setpgid failed" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2504 msgstr "cs_create_connection: не удалось выполнить setpgid" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2505 |
7 | 2506 msgid "cs_create_connection exec failed" |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
2507 msgstr "cs_create_connection: не удалось выполнить exec" |
7 | 2508 |
2509 msgid "cs_create_connection: fdopen for to_fp failed" | |
2510 msgstr "cs_create_connection: не удалось выполнить fdopen для to_fp" | |
2511 | |
2512 msgid "cs_create_connection: fdopen for fr_fp failed" | |
2513 msgstr "cs_create_connection: не удалось выполнить fdopen для fr_fp" | |
2514 | |
4869 | 2515 msgid "E623: Could not spawn cscope process" |
2516 msgstr "E623: Не удалось запустить процесс cscope" | |
2517 | |
7 | 2518 msgid "E567: no cscope connections" |
4869 | 2519 msgstr "E567: Соединений с cscope не создано" |
7 | 2520 |
2521 #, c-format | |
2522 msgid "E469: invalid cscopequickfix flag %c for %c" | |
4869 | 2523 msgstr "E469: Неправильный флаг cscopequickfix %c для %c" |
2524 | |
2525 #, c-format | |
2526 msgid "E259: no matches found for cscope query %s of %s" | |
2527 msgstr "E259: Не найдено соответствий по запросу cscope %s для %s" | |
7 | 2528 |
2529 msgid "cscope commands:\n" | |
4869 | 2530 msgstr "Команды cscope:\n" |
2531 | |
2532 #, c-format | |
2533 msgid "%-5s: %s%*s (Usage: %s)" | |
2534 msgstr "%-5s: %s%*s (использование: %s)" | |
2535 | |
2536 msgid "" | |
2537 "\n" | |
2538 " c: Find functions calling this function\n" | |
2539 " d: Find functions called by this function\n" | |
2540 " e: Find this egrep pattern\n" | |
2541 " f: Find this file\n" | |
2542 " g: Find this definition\n" | |
2543 " i: Find files #including this file\n" | |
2544 " s: Find this C symbol\n" | |
2545 " t: Find this text string\n" | |
2546 msgstr "" | |
2547 "\n" | |
2548 " c: Найти функции вызывающие эту функцию\n" | |
2549 " d: Найти функции вызываемые этой функцией\n" | |
2550 " e: Найти этот шаблон egrep\n" | |
2551 " f: Найти этот файл\n" | |
2552 " g: Найти это определение\n" | |
2553 " i: Найти файлы включающие (#include) этот файл\n" | |
2554 " s: Найти этот C-символ\n" | |
2555 " t: Найти эту текстовую строку\n" | |
7 | 2556 |
2557 #, c-format | |
2558 msgid "E625: cannot open cscope database: %s" | |
4869 | 2559 msgstr "E625: Невозможно открыть базу данных cscope: %s" |
7 | 2560 |
2561 msgid "E626: cannot get cscope database information" | |
4869 | 2562 msgstr "E626: Информация о базе данных cscope не доступна" |
7 | 2563 |
2564 msgid "E568: duplicate cscope database not added" | |
4869 | 2565 msgstr "E568: Данная база данных cscope уже подсоединена" |
7 | 2566 |
2567 #, c-format | |
2568 msgid "E261: cscope connection %s not found" | |
4869 | 2569 msgstr "E261: Соединение с cscope %s не обнаружено" |
7 | 2570 |
2571 #, c-format | |
2572 msgid "cscope connection %s closed" | |
20 | 2573 msgstr "соединение с cscope %s закрыто" |
7 | 2574 |
2575 #. should not reach here | |
2576 msgid "E570: fatal error in cs_manage_matches" | |
4869 | 2577 msgstr "E570: Критическая ошибка в cs_manage_matches" |
7 | 2578 |
2579 #, c-format | |
2580 msgid "Cscope tag: %s" | |
2581 msgstr "Метка cscope: %s" | |
2582 | |
2583 msgid "" | |
2584 "\n" | |
2585 " # line" | |
2586 msgstr "" | |
2587 "\n" | |
2588 " # строка" | |
2589 | |
2590 msgid "filename / context / line\n" | |
2591 msgstr "имя файла / контекст / строка\n" | |
2592 | |
2593 #, c-format | |
2594 msgid "E609: Cscope error: %s" | |
2595 msgstr "E609: Ошибка cscope: %s" | |
2596 | |
2597 msgid "All cscope databases reset" | |
2598 msgstr "Перезагрузка всех баз данных cscope" | |
2599 | |
2600 msgid "no cscope connections\n" | |
2601 msgstr "соединения с cscope отсутствуют\n" | |
2602 | |
2603 msgid " # pid database name prepend path\n" | |
2604 msgstr " # pid база данных начальный путь\n" | |
2605 | |
4869 | 2606 msgid "Lua library cannot be loaded." |
2607 msgstr "Библиотека Lua не может быть загружена." | |
2608 | |
2609 msgid "cannot save undo information" | |
2610 msgstr "невозможно сохранить информацию об отмене операции" | |
2611 | |
7 | 2612 msgid "" |
4869 | 2613 "E815: Sorry, this command is disabled, the MzScheme libraries could not be " |
7 | 2614 "loaded." |
2615 msgstr "" | |
4869 | 2616 "E815: К сожалению эта команда не работает, поскольку не загружена библиотека " |
2617 "MzScheme" | |
7 | 2618 |
2619 msgid "invalid expression" | |
2620 msgstr "неправильное выражение" | |
2621 | |
2622 msgid "expressions disabled at compile time" | |
2623 msgstr "выражения отключены при компиляции" | |
2624 | |
4869 | 2625 msgid "hidden option" |
2626 msgstr "скрытая опция" | |
2627 | |
2628 msgid "unknown option" | |
2629 msgstr "неизвестная опция" | |
2630 | |
2631 msgid "window index is out of range" | |
2632 msgstr "индекс окна за пределами диапазона" | |
2633 | |
2634 msgid "couldn't open buffer" | |
2635 msgstr "невозможно открыть буфер" | |
7 | 2636 |
2637 msgid "cannot delete line" | |
2638 msgstr "невозможно удалить строку" | |
2639 | |
2640 msgid "cannot replace line" | |
2641 msgstr "невозможно заменить строку" | |
2642 | |
2643 msgid "cannot insert line" | |
2644 msgstr "невозможно вставить строку" | |
2645 | |
2646 msgid "string cannot contain newlines" | |
2647 msgstr "строка не может содержать символ новой строки" | |
2648 | |
4869 | 2649 msgid "error converting Scheme values to Vim" |
2650 msgstr "невозможно преобразовать значения Scheme в Vim" | |
2651 | |
2652 msgid "Vim error: ~a" | |
2653 msgstr "ошибка Vim: ~a" | |
2654 | |
2655 msgid "Vim error" | |
2656 msgstr "ошибка Vim" | |
2657 | |
2658 msgid "buffer is invalid" | |
2659 msgstr "неправильный буфер" | |
2660 | |
2661 msgid "window is invalid" | |
2662 msgstr "неправильное окно" | |
2663 | |
2664 msgid "linenr out of range" | |
2665 msgstr "номер строки за пределами диапазона" | |
2666 | |
2667 msgid "not allowed in the Vim sandbox" | |
2668 msgstr "не допускается в песочнице Vim" | |
2669 | |
2670 msgid "E836: This Vim cannot execute :python after using :py3" | |
2671 msgstr "E836: Данный Vim не может выполнить :python после использования :py3" | |
2672 | |
2673 msgid "" | |
2674 "E263: Sorry, this command is disabled, the Python library could not be " | |
2675 "loaded." | |
2676 msgstr "" | |
2677 "E263: К сожалению эта команда не работает, поскольку не загружена библиотека " | |
2678 "Python" | |
2679 | |
6292
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
2680 msgid "" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
2681 "E887: Sorry, this command is disabled, the Python's site module could not be " |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
2682 "loaded." |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
2683 msgstr "" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
2684 "E887: К сожалению эта команда не работает, поскольку не загружен модуль " |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
2685 "Python site." |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
2686 |
4869 | 2687 msgid "E659: Cannot invoke Python recursively" |
2688 msgstr "E659: Невозможно выполнить рекурсивный вызов Python" | |
2689 | |
2690 msgid "E837: This Vim cannot execute :py3 after using :python" | |
2691 msgstr "E837: Данный Vim не может выполнить :py3 после использования :python" | |
2692 | |
2693 msgid "E265: $_ must be an instance of String" | |
2694 msgstr "E265: $_ должен быть экземпляром или строкой" | |
2695 | |
7 | 2696 msgid "" |
2697 "E266: Sorry, this command is disabled, the Ruby library could not be loaded." | |
2698 msgstr "" | |
2699 "E266: К сожалению эта команда не работает, поскольку не загружена библиотека " | |
4869 | 2700 "Ruby" |
2701 | |
2702 msgid "E267: unexpected return" | |
2703 msgstr "E267: Неожиданный return" | |
2704 | |
2705 msgid "E268: unexpected next" | |
2706 msgstr "E268: Неожиданный next" | |
2707 | |
2708 msgid "E269: unexpected break" | |
2709 msgstr "E269: Неожиданный break" | |
2710 | |
2711 msgid "E270: unexpected redo" | |
2712 msgstr "E270: Неожиданный redo" | |
2713 | |
2714 msgid "E271: retry outside of rescue clause" | |
2715 msgstr "E271: retry вне оператора rescue" | |
2716 | |
2717 msgid "E272: unhandled exception" | |
2718 msgstr "E272: Необработанное исключение" | |
7 | 2719 |
2720 #, c-format | |
2721 msgid "E273: unknown longjmp status %d" | |
4869 | 2722 msgstr "E273: Неизвестное состояние longjmp %d" |
7 | 2723 |
2724 msgid "Toggle implementation/definition" | |
2725 msgstr "Переключение между реализацией/определением" | |
2726 | |
2727 msgid "Show base class of" | |
4869 | 2728 msgstr "Показать основной класс" |
7 | 2729 |
2730 msgid "Show overridden member function" | |
2731 msgstr "Показать перегруженные функции" | |
2732 | |
2733 msgid "Retrieve from file" | |
4869 | 2734 msgstr "Получить из файла" |
7 | 2735 |
2736 msgid "Retrieve from project" | |
4869 | 2737 msgstr "Получить из проекта" |
7 | 2738 |
2739 msgid "Retrieve from all projects" | |
4869 | 2740 msgstr "Получить из всех проектов" |
7 | 2741 |
2742 msgid "Retrieve" | |
4869 | 2743 msgstr "Получить" |
7 | 2744 |
2745 msgid "Show source of" | |
2746 msgstr "Показать исходный код" | |
2747 | |
2748 msgid "Find symbol" | |
2749 msgstr "Найти символ" | |
2750 | |
2751 msgid "Browse class" | |
2752 msgstr "Просмотр класса" | |
2753 | |
2754 msgid "Show class in hierarchy" | |
2755 msgstr "Показать класс в иерархии" | |
2756 | |
2757 msgid "Show class in restricted hierarchy" | |
2758 msgstr "Показать класс в ограниченной иерархии" | |
2759 | |
2760 msgid "Xref refers to" | |
2761 msgstr "Xref ссылается на" | |
2762 | |
2763 msgid "Xref referred by" | |
2764 msgstr "Ссылка на xref из" | |
2765 | |
2766 msgid "Xref has a" | |
2767 msgstr "Xref имеет" | |
2768 | |
2769 msgid "Xref used by" | |
2770 msgstr "Xref используется" | |
2771 | |
2772 msgid "Show docu of" | |
2773 msgstr "Показать docu" | |
2774 | |
2775 msgid "Generate docu for" | |
2776 msgstr "Создать docu" | |
2777 | |
2778 msgid "" | |
2779 "Cannot connect to SNiFF+. Check environment (sniffemacs must be found in " | |
2780 "$PATH).\n" | |
2781 msgstr "" | |
2782 "Невозможно подсоединиться к SNiFF+. Проверьте настройки окружения." | |
2783 "(sniffemacs должны быть указаны в переменной $PATH).\n" | |
2784 | |
2785 msgid "E274: Sniff: Error during read. Disconnected" | |
2786 msgstr "E274: Sniff: Ошибка во время чтения. Отсоединение" | |
2787 | |
2788 msgid "SNiFF+ is currently " | |
2789 msgstr "В настоящий момент SNiFF+ " | |
2790 | |
2791 msgid "not " | |
2792 msgstr "не " | |
2793 | |
2794 msgid "connected" | |
2795 msgstr "подсоединён" | |
2796 | |
2797 #, c-format | |
2798 msgid "E275: Unknown SNiFF+ request: %s" | |
2799 msgstr "E275: Неизвестный запрос SNiFF+: %s" | |
2800 | |
2801 msgid "E276: Error connecting to SNiFF+" | |
2802 msgstr "E276: Ошибка соединения со SNiFF+" | |
2803 | |
2804 msgid "E278: SNiFF+ not connected" | |
2805 msgstr "E278: SNiFF+ не подсоединён" | |
2806 | |
2807 msgid "E279: Not a SNiFF+ buffer" | |
2808 msgstr "E279: Это не буфер SNiFF+" | |
2809 | |
2810 msgid "Sniff: Error during write. Disconnected" | |
2811 msgstr "Sniff: Ошибка во время записи. Отсоединение" | |
2812 | |
2813 msgid "invalid buffer number" | |
2814 msgstr "неправильный номер буфера" | |
2815 | |
2816 msgid "not implemented yet" | |
2817 msgstr "пока не реализовано" | |
2818 | |
2819 #. ??? | |
2820 msgid "cannot set line(s)" | |
2821 msgstr "невозможно назначить строку или строки" | |
2822 | |
4869 | 2823 msgid "invalid mark name" |
2824 msgstr "неправильное имя отметки" | |
2825 | |
7 | 2826 msgid "mark not set" |
2827 msgstr "отметка не установлена" | |
2828 | |
2829 #, c-format | |
2830 msgid "row %d column %d" | |
2831 msgstr "ряд %d колонка %d" | |
2832 | |
2833 msgid "cannot insert/append line" | |
2834 msgstr "невозможно вставить или добавить строку" | |
2835 | |
4869 | 2836 msgid "line number out of range" |
2837 msgstr "номер строки за пределами диапазона" | |
2838 | |
7 | 2839 msgid "unknown flag: " |
2840 msgstr "неизвестный флаг: " | |
2841 | |
2842 msgid "unknown vimOption" | |
2843 msgstr "неизвестная vimOption" | |
2844 | |
2845 msgid "keyboard interrupt" | |
2846 msgstr "клавиатурное прерывание" | |
2847 | |
2848 msgid "vim error" | |
4869 | 2849 msgstr "ошибка VIM" |
7 | 2850 |
2851 msgid "cannot create buffer/window command: object is being deleted" | |
2852 msgstr "невозможно создать команду буфера или окна: объект в процессе удаления" | |
2853 | |
2854 msgid "" | |
2855 "cannot register callback command: buffer/window is already being deleted" | |
2856 msgstr "" | |
2857 "невозможно зарегистрировать команду с обратным вызовом: буфер или окно в " | |
2858 "процессе удаления" | |
2859 | |
2860 #. This should never happen. Famous last word? | |
2861 msgid "" | |
2862 "E280: TCL FATAL ERROR: reflist corrupt!? Please report this to vim-dev@vim." | |
2863 "org" | |
2864 msgstr "" | |
2865 "E280: КРИТИЧЕСКАЯ ОШИБКА TCL: повреждён список ссылок?! Сообщите об этом по " | |
2866 "адресу vim-dev@vim.org" | |
2867 | |
2868 msgid "cannot register callback command: buffer/window reference not found" | |
2869 msgstr "" | |
2870 "невозможно зарегистрировать команду с обратным вызовом: ссылка на буфер или " | |
2871 "окно не обнаружена" | |
2872 | |
2873 msgid "" | |
2874 "E571: Sorry, this command is disabled: the Tcl library could not be loaded." | |
2875 msgstr "" | |
2876 "E571: К сожалению эта команда не работает, поскольку не загружена библиотека " | |
2877 "Tcl" | |
2878 | |
4869 | 2879 #, c-format |
2880 msgid "E572: exit code %d" | |
2881 msgstr "E572: Код выхода %d" | |
7 | 2882 |
2883 msgid "cannot get line" | |
2884 msgstr "невозможно получить строку" | |
2885 | |
2886 msgid "Unable to register a command server name" | |
2887 msgstr "Невозможно зарегистрировать имя сервера команд" | |
2888 | |
2889 msgid "E248: Failed to send command to the destination program" | |
4869 | 2890 msgstr "E248: Не удалась отправка команды в другую программу" |
7 | 2891 |
2892 #, c-format | |
2893 msgid "E573: Invalid server id used: %s" | |
2894 msgstr "E573: Используется неправильный id сервера: %s" | |
2895 | |
2896 msgid "E251: VIM instance registry property is badly formed. Deleted!" | |
2897 msgstr "" | |
2898 "E251: Неправильно сформировано значение данного процесса VIM в реестре. " | |
2899 "Удалено!" | |
2900 | |
4869 | 2901 msgid "Unknown option argument" |
2902 msgstr "Неизвестный необязательный параметр" | |
7 | 2903 |
2904 msgid "Too many edit arguments" | |
4869 | 2905 msgstr "Слишком много параметров редактирования" |
7 | 2906 |
2907 msgid "Argument missing after" | |
4869 | 2908 msgstr "Пропущен параметр после" |
2909 | |
2910 msgid "Garbage after option argument" | |
2911 msgstr "Мусор после необязательного параметра" | |
7 | 2912 |
2913 msgid "Too many \"+command\", \"-c command\" or \"--cmd command\" arguments" | |
2914 msgstr "" | |
4869 | 2915 "Слишком много параметров \"+команда\", \"-c команда\" или \"--cmd команда\"" |
7 | 2916 |
2917 msgid "Invalid argument for" | |
4869 | 2918 msgstr "Недопустимый параметр для" |
2919 | |
2920 #, c-format | |
2921 msgid "%d files to edit\n" | |
2922 msgstr "Файлов для редактирования: %d\n" | |
2923 | |
2924 msgid "netbeans is not supported with this GUI\n" | |
2925 msgstr "NetBeans не поддерживается с этим графическим интерфейсом\n" | |
7 | 2926 |
2927 msgid "This Vim was not compiled with the diff feature." | |
2928 msgstr "" | |
2929 "Данный Vim был скомпилирован с выключенной особенностью просмотра отличий" | |
2930 | |
4869 | 2931 msgid "'-nb' cannot be used: not enabled at compile time\n" |
2932 msgstr "Невозможно использовать '-nb': не включено при компиляции\n" | |
2933 | |
7 | 2934 msgid "Attempt to open script file again: \"" |
2935 msgstr "Попытка повторного открытия файла сценария: \"" | |
2936 | |
2937 msgid "Cannot open for reading: \"" | |
2938 msgstr "Невозможно открыть для чтения: \"" | |
2939 | |
2940 msgid "Cannot open for script output: \"" | |
2941 msgstr "Невозможно открыть для вывода сценария: \"" | |
2942 | |
4869 | 2943 msgid "Vim: Error: Failure to start gvim from NetBeans\n" |
2944 msgstr "Vim: Ошибка: Не удалось запустить gvim из NetBeans\n" | |
7 | 2945 |
2946 msgid "Vim: Warning: Output is not to a terminal\n" | |
2947 msgstr "Vim: Предупреждение: Вывод осуществляется не на терминал\n" | |
2948 | |
2949 msgid "Vim: Warning: Input is not from a terminal\n" | |
2950 msgstr "Vim: Предупреждение: Ввод происходит не с терминала\n" | |
2951 | |
2952 #. just in case.. | |
2953 msgid "pre-vimrc command line" | |
2954 msgstr "командная строка перед выполнением vimrc" | |
2955 | |
2956 #, c-format | |
2957 msgid "E282: Cannot read from \"%s\"" | |
2958 msgstr "E282: Невозможно выполнить чтение из \"%s\"" | |
2959 | |
2960 msgid "" | |
2961 "\n" | |
2962 "More info with: \"vim -h\"\n" | |
2963 msgstr "" | |
2964 "\n" | |
2965 "Дополнительная информация: \"vim -h\"\n" | |
2966 | |
2967 msgid "[file ..] edit specified file(s)" | |
2968 msgstr "[файл ..] редактирование указанных файлов" | |
2969 | |
2970 msgid "- read text from stdin" | |
4869 | 2971 msgstr "- чтение текста из потока ввода stdin" |
7 | 2972 |
2973 msgid "-t tag edit file where tag is defined" | |
4869 | 2974 msgstr "-t метка редактирование файла с указанной меткой" |
2975 | |
2976 # \n\t\t.. для умещения в 80 столбцов | |
7 | 2977 msgid "-q [errorfile] edit file with first error" |
4869 | 2978 msgstr "" |
11704 | 2979 "-q [файл-ошибок] редактирование файла с первой ошибкой" |
7 | 2980 |
2981 msgid "" | |
2982 "\n" | |
2983 "\n" | |
2984 "usage:" | |
2985 msgstr "" | |
2986 "\n" | |
2987 "\n" | |
2988 "Использование:" | |
2989 | |
2990 msgid " vim [arguments] " | |
4869 | 2991 msgstr " vim [параметры] " |
7 | 2992 |
2993 msgid "" | |
2994 "\n" | |
2995 " or:" | |
2996 msgstr "" | |
2997 "\n" | |
2998 " или:" | |
2999 | |
3000 msgid "" | |
3001 "\n" | |
4869 | 3002 "Where case is ignored prepend / to make flag upper case" |
3003 msgstr "" | |
3004 "\n" | |
3005 "Если регистр игнорируется, добавьте перед флагом / для верхнего регистра" | |
3006 | |
3007 msgid "" | |
3008 "\n" | |
7 | 3009 "\n" |
3010 "Arguments:\n" | |
3011 msgstr "" | |
3012 "\n" | |
3013 "\n" | |
4869 | 3014 "Параметры:\n" |
7 | 3015 |
3016 msgid "--\t\t\tOnly file names after this" | |
3017 msgstr "--\t\t\tДалее указываются только имена файлов" | |
3018 | |
3019 msgid "--literal\t\tDon't expand wildcards" | |
3020 msgstr "--literal\t\tНе выполнять подстановку по маске" | |
3021 | |
3022 msgid "-register\t\tRegister this gvim for OLE" | |
3023 msgstr "-register\t\tЗарегистрировать этот gvim для OLE" | |
3024 | |
3025 msgid "-unregister\t\tUnregister gvim for OLE" | |
3026 msgstr "-unregister\t\tОтключить регистрацию данного gvim для OLE" | |
3027 | |
3028 msgid "-g\t\t\tRun using GUI (like \"gvim\")" | |
3029 msgstr "-g\t\t\tЗапустить с графическим интерфейсом (как \"gvim\")" | |
3030 | |
3031 msgid "-f or --nofork\tForeground: Don't fork when starting GUI" | |
3032 msgstr "-f или --nofork\tВ активной задаче: Не выполнять fork при запуске GUI" | |
3033 | |
3034 msgid "-v\t\t\tVi mode (like \"vi\")" | |
3035 msgstr "-v\t\t\tРежим Vi (как \"vi\")" | |
3036 | |
3037 msgid "-e\t\t\tEx mode (like \"ex\")" | |
3038 msgstr "-e\t\t\tРежим Ex (как \"ex\")" | |
3039 | |
4869 | 3040 msgid "-E\t\t\tImproved Ex mode" |
3041 msgstr "-E\t\t\tУлучшенный режим Ex" | |
3042 | |
7 | 3043 msgid "-s\t\t\tSilent (batch) mode (only for \"ex\")" |
3044 msgstr "-s\t\t\tТихий (пакетный) режим (только для \"ex\")" | |
3045 | |
3046 msgid "-d\t\t\tDiff mode (like \"vimdiff\")" | |
3047 msgstr "-d\t\t\tРежим отличий (как \"vimdiff\")" | |
3048 | |
3049 msgid "-y\t\t\tEasy mode (like \"evim\", modeless)" | |
3050 msgstr "-y\t\t\tПростой режим (как \"evim\", безрежимный)" | |
3051 | |
3052 msgid "-R\t\t\tReadonly mode (like \"view\")" | |
3053 msgstr "-R\t\t\tТолько для чтения (как \"view\")" | |
3054 | |
3055 msgid "-Z\t\t\tRestricted mode (like \"rvim\")" | |
3056 msgstr "-Z\t\t\tОграниченный режим (как \"rvim\")" | |
3057 | |
3058 msgid "-m\t\t\tModifications (writing files) not allowed" | |
3059 msgstr "-m\t\t\tБез возможности сохранения изменений (записи файлов)" | |
3060 | |
3061 msgid "-M\t\t\tModifications in text not allowed" | |
3062 msgstr "-M\t\t\tБез возможности внесения изменений в текст" | |
3063 | |
3064 msgid "-b\t\t\tBinary mode" | |
4869 | 3065 msgstr "-b\t\t\tДвоичный режим" |
7 | 3066 |
3067 msgid "-l\t\t\tLisp mode" | |
3068 msgstr "-l\t\t\tРежим Lisp" | |
3069 | |
3070 msgid "-C\t\t\tCompatible with Vi: 'compatible'" | |
3071 msgstr "-C\t\t\tРежим совместимости с Vi: 'compatible'" | |
3072 | |
3073 msgid "-N\t\t\tNot fully Vi compatible: 'nocompatible'" | |
3074 msgstr "-N\t\t\tРежим неполной совместимости с Vi: 'nocompatible'" | |
3075 | |
4869 | 3076 # \n\t\t.. для умещения в 80 столбцов |
3077 msgid "-V[N][fname]\t\tBe verbose [level N] [log messages to fname]" | |
3078 msgstr "" | |
11704 | 3079 "-V[N][файл]\t\tВыводить дополнительные сообщения " |
3080 "[уровень N] [записывать в файл]" | |
7 | 3081 |
3082 msgid "-D\t\t\tDebugging mode" | |
3083 msgstr "-D\t\t\tРежим отладки" | |
3084 | |
3085 msgid "-n\t\t\tNo swap file, use memory only" | |
3086 msgstr "-n\t\t\tБез своп-файла, используется только память" | |
3087 | |
3088 msgid "-r\t\t\tList swap files and exit" | |
3089 msgstr "-r\t\t\tВывести список своп-файлов и завершить работу" | |
3090 | |
3091 msgid "-r (with file name)\tRecover crashed session" | |
3092 msgstr "-r (с именем файла)\tВосстановить аварийно завершённый сеанс" | |
3093 | |
3094 msgid "-L\t\t\tSame as -r" | |
3095 msgstr "-L\t\t\tТо же, что и -r" | |
3096 | |
3097 msgid "-f\t\t\tDon't use newcli to open window" | |
3098 msgstr "-f\t\t\tНе использовать newcli для открытия окна" | |
3099 | |
3100 msgid "-dev <device>\t\tUse <device> for I/O" | |
3101 msgstr "-dev <устройство>\t\tИспользовать для I/O указанное <устройство>" | |
3102 | |
3103 msgid "-A\t\t\tstart in Arabic mode" | |
3104 msgstr "-A\t\t\tЗапуск в Арабском режиме" | |
3105 | |
3106 msgid "-H\t\t\tStart in Hebrew mode" | |
3107 msgstr "-H\t\t\tЗапуск в режиме \"Иврит\"" | |
3108 | |
3109 msgid "-F\t\t\tStart in Farsi mode" | |
3110 msgstr "-F\t\t\tЗапуск в режиме \"Фарси\"" | |
3111 | |
9 | 3112 msgid "-T <terminal>\tSet terminal type to <terminal>" |
3113 msgstr "-T <терминал>\tНазначить указанный тип <терминала>" | |
3114 | |
3115 msgid "-u <vimrc>\t\tUse <vimrc> instead of any .vimrc" | |
3116 msgstr "-u <vimrc>\t\tИспользовать <vimrc> вместо любых файлов .vimrc" | |
3117 | |
3118 msgid "-U <gvimrc>\t\tUse <gvimrc> instead of any .gvimrc" | |
3119 msgstr "-U <gvimrc>\t\tИспользовать <gvimrc> вместо любых файлов .gvimrc" | |
7 | 3120 |
9 | 3121 msgid "--noplugin\t\tDon't load plugin scripts" |
3122 msgstr "--noplugin\t\tНе загружать сценарии модулей" | |
7 | 3123 |
4869 | 3124 # \n\t\t.. для умещения в 80 столбцов |
3125 msgid "-p[N]\t\tOpen N tab pages (default: one for each file)" | |
3126 msgstr "" | |
11704 | 3127 "-p[N]\t\tОткрыть N вкладок (по умолчанию: по одной на каждый файл)" |
4869 | 3128 |
3129 # \n\t\t.. для умещения в 80 столбцов | |
9 | 3130 msgid "-o[N]\t\tOpen N windows (default: one for each file)" |
4869 | 3131 msgstr "" |
11704 | 3132 "-o[N]\t\tОткрыть N окон (по умолчанию: по одному на каждый файл)" |
7 | 3133 |
9 | 3134 msgid "-O[N]\t\tLike -o but split vertically" |
3135 msgstr "-O[N]\t\tТо же, что и -o, но с вертикальным разделением окон" | |
7 | 3136 |
9 | 3137 msgid "+\t\t\tStart at end of file" |
3138 msgstr "+\t\t\tНачать редактирование в конце файла" | |
3139 | |
3140 msgid "+<lnum>\t\tStart at line <lnum>" | |
3141 msgstr "+<lnum>\t\tНачать редактирование в строке с номером <lnum>" | |
3142 | |
3143 msgid "--cmd <command>\tExecute <command> before loading any vimrc file" | |
3144 msgstr "--cmd <команда>\tВыполнить <команду> перед загрузкой файла vimrc" | |
3145 | |
3146 msgid "-c <command>\t\tExecute <command> after loading the first file" | |
3147 msgstr "-c <команда>\t\tВыполнить <команду> после загрузки первого файла" | |
7 | 3148 |
4869 | 3149 # \n\t\t.. для умещения в 80 столбцов |
9 | 3150 msgid "-S <session>\t\tSource file <session> after loading the first file" |
4869 | 3151 msgstr "" |
11704 | 3152 "-S <сеанс>\t\tПрочитать сценарий <сеанса> после загрузки " |
3153 "первого файла" | |
4869 | 3154 |
3155 # \n\t\t.. для умещения в 80 столбцов | |
9 | 3156 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>" |
4869 | 3157 msgstr "" |
11704 | 3158 "-s <сценарий>\tПрочитать команды Обычного режима из файла <сценария>" |
7 | 3159 |
9 | 3160 msgid "-w <scriptout>\tAppend all typed commands to file <scriptout>" |
3161 msgstr "-w <сценарий>\tДобавлять все введённые команды в файл <сценария>" | |
3162 | |
3163 msgid "-W <scriptout>\tWrite all typed commands to file <scriptout>" | |
3164 msgstr "-W <сценарий>\tЗаписать все введённые команды в файл <сценария>" | |
3165 | |
3166 msgid "-x\t\t\tEdit encrypted files" | |
3167 msgstr "-x\t\t\tРедактирование зашифрованных файлов" | |
3168 | |
3169 msgid "-display <display>\tConnect vim to this particular X-server" | |
4869 | 3170 msgstr "-display <экран>\tПодсоединить VIM к указанному X-серверу" |
9 | 3171 |
7 | 3172 msgid "-X\t\t\tDo not connect to X server" |
3173 msgstr "-X\t\t\tНе выполнять соединение с сервером X" | |
3174 | |
3175 msgid "--remote <files>\tEdit <files> in a Vim server if possible" | |
3176 msgstr "--remote <файлы>\tПо возможности редактировать <файлы> на сервере Vim" | |
3177 | |
3178 msgid "--remote-silent <files> Same, don't complain if there is no server" | |
3179 msgstr "--remote-silent <файлы> То же, но без жалоб на отсутствие сервера" | |
3180 | |
3181 msgid "" | |
3182 "--remote-wait <files> As --remote but wait for files to have been edited" | |
3183 msgstr "" | |
3184 "--remote-wait <файлы> То же, что и --remote, но с ожиданием завершения" | |
3185 | |
3186 msgid "" | |
3187 "--remote-wait-silent <files> Same, don't complain if there is no server" | |
3188 msgstr "" | |
3189 "--remote-wait-silent <файлы> То же, но без жалоб на отсутствие сервера" | |
3190 | |
4869 | 3191 msgid "" |
3192 "--remote-tab[-wait][-silent] <files> As --remote but use tab page per file" | |
3193 msgstr "" | |
3194 "--remote-tab[-wait][-silent] <файлы> То же, что и --remote, но с вкладками" | |
3195 | |
7 | 3196 msgid "--remote-send <keys>\tSend <keys> to a Vim server and exit" |
3197 msgstr "--remote-send <кнопки>\tОтправить <кнопки> на сервер Vim и выйти" | |
3198 | |
3199 msgid "--remote-expr <expr>\tEvaluate <expr> in a Vim server and print result" | |
3200 msgstr "--remote-expr <выраж>\tВычислить <выраж> на сервере Vim и напечатать" | |
3201 | |
3202 msgid "--serverlist\t\tList available Vim server names and exit" | |
3203 msgstr "--serverlist\t\tПоказать список имён серверов Vim и завершить работу" | |
3204 | |
3205 msgid "--servername <name>\tSend to/become the Vim server <name>" | |
3206 msgstr "" | |
3207 "--servername <имя>\tОтправить на/стать сервером Vim с указанным <именем>" | |
3208 | |
4869 | 3209 msgid "--startuptime <file>\tWrite startup timing messages to <file>" |
3210 msgstr "--startuptime <файл>\tЗаписать временную метку о запуске в <файл>" | |
3211 | |
7 | 3212 msgid "-i <viminfo>\t\tUse <viminfo> instead of .viminfo" |
3213 msgstr "-i <viminfo>\t\tИспользовать вместо .viminfo файл <viminfo>" | |
3214 | |
3215 msgid "-h or --help\tPrint Help (this message) and exit" | |
3216 msgstr "-h или --help\tВывести справку (это сообщение) и завершить работу" | |
3217 | |
3218 msgid "--version\t\tPrint version information and exit" | |
3219 msgstr "--version\t\tВывести информацию о версии Vim и завершить работу" | |
3220 | |
3221 msgid "" | |
3222 "\n" | |
3223 "Arguments recognised by gvim (Motif version):\n" | |
3224 msgstr "" | |
3225 "\n" | |
4869 | 3226 "Параметры для gvim (версия Motif):\n" |
7 | 3227 |
3228 msgid "" | |
3229 "\n" | |
3230 "Arguments recognised by gvim (neXtaw version):\n" | |
3231 msgstr "" | |
3232 "\n" | |
4869 | 3233 "Параметры для gvim (версия neXtaw):\n" |
7 | 3234 |
3235 msgid "" | |
3236 "\n" | |
3237 "Arguments recognised by gvim (Athena version):\n" | |
3238 msgstr "" | |
3239 "\n" | |
4869 | 3240 "Параметры для gvim (версия Athena):\n" |
7 | 3241 |
3242 msgid "-display <display>\tRun vim on <display>" | |
4869 | 3243 msgstr "-display <дисплей>\tЗапустить VIM на указанном <дисплее>" |
7 | 3244 |
3245 msgid "-iconic\t\tStart vim iconified" | |
4869 | 3246 msgstr "-iconic\t\tЗапустить VIM в свёрнутом виде" |
7 | 3247 |
3248 msgid "-background <color>\tUse <color> for the background (also: -bg)" | |
3249 msgstr "" | |
3250 "-background <цвет>\tИспользовать указанный <цвет> для фона (также: -bg)" | |
3251 | |
3252 msgid "-foreground <color>\tUse <color> for normal text (also: -fg)" | |
3253 msgstr "" | |
3254 "-foreground <цвет>\tИспользовать <цвет> для обычного текста (также: -fg)" | |
3255 | |
3256 msgid "-font <font>\t\tUse <font> for normal text (also: -fn)" | |
3257 msgstr "-font <шрифт>\t\tИспользовать <шрифт> для обычного текста (также: -fn)" | |
3258 | |
3259 msgid "-boldfont <font>\tUse <font> for bold text" | |
3260 msgstr "-boldfont <шрифт>\tИспользовать <шрифт> для жирного текста" | |
3261 | |
3262 msgid "-italicfont <font>\tUse <font> for italic text" | |
3263 msgstr "-italicfont <шрифт>\tИспользовать <шрифт> для наклонного текста" | |
3264 | |
3265 msgid "-geometry <geom>\tUse <geom> for initial geometry (also: -geom)" | |
3266 msgstr "" | |
3267 "-geometry <геометрия>\tИспользовать начальную <геометрию> (также: -geom)" | |
3268 | |
3269 msgid "-borderwidth <width>\tUse a border width of <width> (also: -bw)" | |
3270 msgstr "-borderwidth <ширина>\tИспользовать <ширину> бордюра (также: -bw)" | |
3271 | |
3272 msgid "-scrollbarwidth <width> Use a scrollbar width of <width> (also: -sw)" | |
3273 msgstr "" | |
3274 "-scrollbarwidth <ширина> Использовать ширину полосы прокрутки (также: -sw)" | |
3275 | |
3276 msgid "-menuheight <height>\tUse a menu bar height of <height> (also: -mh)" | |
3277 msgstr "-menuheight <высота>\tИспользовать <высоту> меню (также: -mh)" | |
3278 | |
3279 msgid "-reverse\t\tUse reverse video (also: -rv)" | |
3280 msgstr "-reverse\t\tИспользовать инверсный видеорежим (также: -rv)" | |
3281 | |
3282 msgid "+reverse\t\tDon't use reverse video (also: +rv)" | |
3283 msgstr "+reverse\t\tНе использовать инверсный видеорежим (также: +rv)" | |
3284 | |
3285 msgid "-xrm <resource>\tSet the specified resource" | |
3286 msgstr "-xrm <ресурс>\tУстановить указанный <ресурс>" | |
3287 | |
3288 msgid "" | |
3289 "\n" | |
3290 "Arguments recognised by gvim (GTK+ version):\n" | |
3291 msgstr "" | |
3292 "\n" | |
4869 | 3293 "Параметры для gvim (версия GTK+):\n" |
7 | 3294 |
3295 msgid "-display <display>\tRun vim on <display> (also: --display)" | |
3296 msgstr "" | |
4869 | 3297 "-display <дисплей>\tЗапустить VIM на указанном <дисплее> (также: --display)" |
7 | 3298 |
3299 msgid "--role <role>\tSet a unique role to identify the main window" | |
3300 msgstr "" | |
3301 "--role <роль>\tУстановить уникальную <роль> для идентификации главного окна" | |
3302 | |
3303 msgid "--socketid <xid>\tOpen Vim inside another GTK widget" | |
3304 msgstr "--socketid <xid>\tОткрыть Vim внутри другого компонента GTK" | |
3305 | |
4869 | 3306 msgid "--echo-wid\t\tMake gvim echo the Window ID on stdout" |
3307 msgstr "--echo-wid\t\tВывести Window ID для gvim на стандартный поток вывода" | |
3308 | |
7 | 3309 msgid "-P <parent title>\tOpen Vim inside parent application" |
3310 msgstr "-P <заголовок родителя>\tОткрыть Vim в родительском приложении" | |
3311 | |
4869 | 3312 msgid "--windowid <HWND>\tOpen Vim inside another win32 widget" |
3313 msgstr "--windowid <HWND>\tОткрыть Vim внутри другого компонента win32" | |
3314 | |
7 | 3315 msgid "No display" |
3316 msgstr "Нет дисплея" | |
3317 | |
3318 #. Failed to send, abort. | |
3319 msgid ": Send failed.\n" | |
3320 msgstr ": Отправка не удалась.\n" | |
3321 | |
3322 #. Let vim start normally. | |
3323 msgid ": Send failed. Trying to execute locally\n" | |
3324 msgstr ": Отправка не удалась. Попытка местного выполнения\n" | |
3325 | |
3326 #, c-format | |
3327 msgid "%d of %d edited" | |
3328 msgstr "отредактировано %d из %d" | |
3329 | |
3330 msgid "No display: Send expression failed.\n" | |
3331 msgstr "Нет дисплея: отправка выражения не удалась.\n" | |
3332 | |
3333 msgid ": Send expression failed.\n" | |
3334 msgstr ": Отправка выражения не удалась.\n" | |
3335 | |
3336 msgid "No marks set" | |
3337 msgstr "Нет установленных отметок" | |
3338 | |
3339 #, c-format | |
3340 msgid "E283: No marks matching \"%s\"" | |
3341 msgstr "E283: Нет отметок, совпадающих с \"%s\"" | |
3342 | |
3343 #. Highlight title | |
3344 msgid "" | |
3345 "\n" | |
3346 "mark line col file/text" | |
3347 msgstr "" | |
3348 "\n" | |
3349 "отмет стр кол файл/текст" | |
3350 | |
3351 #. Highlight title | |
3352 msgid "" | |
3353 "\n" | |
3354 " jump line col file/text" | |
3355 msgstr "" | |
3356 "\n" | |
3357 "прыжок стр кол файл/текст" | |
3358 | |
3359 #. Highlight title | |
3360 msgid "" | |
3361 "\n" | |
3362 "change line col text" | |
3363 msgstr "" | |
3364 "\n" | |
3365 "измен. стр кол текст" | |
3366 | |
3367 msgid "" | |
3368 "\n" | |
3369 "# File marks:\n" | |
3370 msgstr "" | |
3371 "\n" | |
3372 "# Глобальные отметки:\n" | |
3373 | |
3374 #. Write the jumplist with -' | |
3375 msgid "" | |
3376 "\n" | |
3377 "# Jumplist (newest first):\n" | |
3378 msgstr "" | |
3379 "\n" | |
3380 "# Список прыжков (сначала более свежие):\n" | |
3381 | |
3382 msgid "" | |
3383 "\n" | |
3384 "# History of marks within files (newest to oldest):\n" | |
3385 msgstr "" | |
3386 "\n" | |
3387 "# История местных отметок (от более свежих к старым):\n" | |
3388 | |
3389 msgid "Missing '>'" | |
3390 msgstr "Пропущена '>'" | |
3391 | |
3392 msgid "E543: Not a valid codepage" | |
3393 msgstr "E543: Недопустимое имя кодировки" | |
3394 | |
3395 msgid "E284: Cannot set IC values" | |
3396 msgstr "E284: Невозможно назначить значения контекста ввода" | |
3397 | |
3398 msgid "E285: Failed to create input context" | |
3399 msgstr "E285: Невозможно создать контекст ввода" | |
3400 | |
3401 msgid "E286: Failed to open input method" | |
3402 msgstr "E286: Неудачная попытка открыть метод ввода" | |
3403 | |
3404 msgid "E287: Warning: Could not set destroy callback to IM" | |
3405 msgstr "" | |
3406 "E287: Предупреждение: невозможно назначить обр. вызов уничтожения метода " | |
3407 "ввода" | |
3408 | |
3409 msgid "E288: input method doesn't support any style" | |
4869 | 3410 msgstr "E288: Метод ввода не поддерживает стили" |
7 | 3411 |
3412 msgid "E289: input method doesn't support my preedit type" | |
3413 msgstr "" | |
4869 | 3414 "E289: Метод ввода не поддерживает мой тип предварительного редактирования" |
7 | 3415 |
3416 msgid "E293: block was not locked" | |
4869 | 3417 msgstr "E293: Блок не заблокирован" |
7 | 3418 |
3419 msgid "E294: Seek error in swap file read" | |
3420 msgstr "E294: Ошибка поиска при чтении своп-файла" | |
3421 | |
3422 msgid "E295: Read error in swap file" | |
3423 msgstr "E295: Ошибка чтения своп-файла" | |
3424 | |
3425 msgid "E296: Seek error in swap file write" | |
3426 msgstr "E296: Ошибка поиска при записи своп-файла" | |
3427 | |
3428 msgid "E297: Write error in swap file" | |
3429 msgstr "E297: Ошибка при записи своп-файла" | |
3430 | |
3431 msgid "E300: Swap file already exists (symlink attack?)" | |
3432 msgstr "" | |
3433 "E300: Своп-файл уже существует (атака с использованием символьной ссылки?)" | |
3434 | |
3435 msgid "E298: Didn't get block nr 0?" | |
3436 msgstr "E298: Не получен блок номер 0?" | |
3437 | |
3438 msgid "E298: Didn't get block nr 1?" | |
3439 msgstr "E298: Не получен блок номер 1?" | |
3440 | |
3441 msgid "E298: Didn't get block nr 2?" | |
3442 msgstr "E298: Не получен блок номер 2?" | |
3443 | |
4869 | 3444 msgid "E843: Error while updating swap file crypt" |
3445 msgstr "E843: Ошибка при обновлении шифрования своп-файла" | |
3446 | |
7 | 3447 #. could not (re)open the swap file, what can we do???? |
3448 msgid "E301: Oops, lost the swap file!!!" | |
3449 msgstr "E301: Ой, потерялся своп-файл!!!" | |
3450 | |
3451 msgid "E302: Could not rename swap file" | |
3452 msgstr "E302: Невозможно переименовать своп-файл" | |
3453 | |
3454 #, c-format | |
3455 msgid "E303: Unable to open swap file for \"%s\", recovery impossible" | |
3456 msgstr "" | |
3457 "E303: Не удалось открыть своп-файл для \"%s\", восстановление невозможно" | |
3458 | |
4869 | 3459 msgid "E304: ml_upd_block0(): Didn't get block 0??" |
3460 msgstr "E304: ml_upd_block0(): Не получен блок 0??" | |
7 | 3461 |
3462 #, c-format | |
3463 msgid "E305: No swap file found for %s" | |
3464 msgstr "E305: Своп-файл для %s не найден" | |
3465 | |
3466 msgid "Enter number of swap file to use (0 to quit): " | |
3467 msgstr "" | |
3468 "Введите номер своп-файла, который следует использовать (0 для выхода): " | |
3469 | |
3470 #, c-format | |
3471 msgid "E306: Cannot open %s" | |
3472 msgstr "E306: Не могу открыть %s" | |
3473 | |
3474 msgid "Unable to read block 0 from " | |
3475 msgstr "Невозможно прочитать блок 0 из " | |
3476 | |
3477 msgid "" | |
3478 "\n" | |
3479 "Maybe no changes were made or Vim did not update the swap file." | |
3480 msgstr "" | |
3481 "\n" | |
3482 "Нет изменений, или Vim не смог обновить своп-файл" | |
3483 | |
3484 msgid " cannot be used with this version of Vim.\n" | |
3485 msgstr " нельзя использовать в данной версии Vim.\n" | |
3486 | |
3487 msgid "Use Vim version 3.0.\n" | |
3488 msgstr "Используйте Vim версии 3.0.\n" | |
3489 | |
3490 #, c-format | |
3491 msgid "E307: %s does not look like a Vim swap file" | |
3492 msgstr "E307: %s не является своп-файлом Vim" | |
3493 | |
3494 msgid " cannot be used on this computer.\n" | |
3495 msgstr " нельзя использовать на этом компьютере.\n" | |
3496 | |
3497 msgid "The file was created on " | |
3498 msgstr "Файл был создан " | |
3499 | |
3500 msgid "" | |
3501 ",\n" | |
3502 "or the file has been damaged." | |
3503 msgstr "" | |
3504 ",\n" | |
3505 "либо файл был повреждён." | |
3506 | |
3507 #, c-format | |
4869 | 3508 msgid "" |
3509 "E833: %s is encrypted and this version of Vim does not support encryption" | |
3510 msgstr "E833: %s зашифрован, а эта версия Vim не поддерживает шифрование" | |
3511 | |
3512 msgid " has been damaged (page size is smaller than minimum value).\n" | |
3513 msgstr " был повреждён (размер страницы меньше минимального значения).\n" | |
3514 | |
3515 #, c-format | |
7 | 3516 msgid "Using swap file \"%s\"" |
3517 msgstr "Используется своп-файл \"%s\"" | |
3518 | |
3519 #, c-format | |
3520 msgid "Original file \"%s\"" | |
3521 msgstr "Исходный файл \"%s\"" | |
3522 | |
3523 msgid "E308: Warning: Original file may have been changed" | |
3524 msgstr "E308: Предупреждение: исходный файл мог быть изменён" | |
3525 | |
3526 #, c-format | |
4869 | 3527 msgid "Swap file is encrypted: \"%s\"" |
3528 msgstr "Своп-файл зашифрован: \"%s\"" | |
3529 | |
3530 msgid "" | |
3531 "\n" | |
3532 "If you entered a new crypt key but did not write the text file," | |
3533 msgstr "" | |
3534 "\n" | |
3535 "Если вы ввели новый пароль для шифрования, но не записали текстовый файл," | |
3536 | |
3537 msgid "" | |
3538 "\n" | |
3539 "enter the new crypt key." | |
3540 msgstr "" | |
3541 "\n" | |
3542 "то введите новый пароль для шифрования." | |
3543 | |
3544 # Перевод сообщения разделён на две части, часть первая | |
3545 msgid "" | |
3546 "\n" | |
3547 "If you wrote the text file after changing the crypt key press enter" | |
3548 msgstr "" | |
3549 "\n" | |
3550 "Если вы записали текстовый файл после изменения пароля шифрования, то нажмите" | |
3551 | |
3552 # Перевод сообщения разделён на две части, часть вторая | |
3553 msgid "" | |
3554 "\n" | |
3555 "to use the same key for text file and swap file" | |
3556 msgstr "" | |
3557 "\n" | |
3558 "Enter для использования одного ключа для текстового файла и своп-файла" | |
3559 | |
3560 #, c-format | |
7 | 3561 msgid "E309: Unable to read block 1 from %s" |
3562 msgstr "E309: Невозможно прочитать блок 1 из %s" | |
3563 | |
3564 msgid "???MANY LINES MISSING" | |
3565 msgstr "???ОТСУТСТВУЕТ МНОГО СТРОК" | |
3566 | |
3567 msgid "???LINE COUNT WRONG" | |
4869 | 3568 msgstr "???НЕПРАВИЛЬНОЕ ЗНАЧЕНИЕ СЧЁТЧИКА СТРОК" |
7 | 3569 |
3570 msgid "???EMPTY BLOCK" | |
3571 msgstr "???ПУСТОЙ БЛОК" | |
3572 | |
3573 msgid "???LINES MISSING" | |
3574 msgstr "???ОТСУТСТВУЮТ СТРОКИ" | |
3575 | |
3576 #, c-format | |
3577 msgid "E310: Block 1 ID wrong (%s not a .swp file?)" | |
4869 | 3578 msgstr "E310: Неправильный блок 1 ID (%s не является файлом .swp?)" |
7 | 3579 |
3580 msgid "???BLOCK MISSING" | |
3581 msgstr "???ПРОПУЩЕН БЛОК" | |
3582 | |
3583 msgid "??? from here until ???END lines may be messed up" | |
3584 msgstr "???строки могут быть испорчены отсюда до ???КОНЦА" | |
3585 | |
3586 msgid "??? from here until ???END lines may have been inserted/deleted" | |
3587 msgstr "???строки могли быть вставлены или удалены отсюда до ???КОНЦА" | |
3588 | |
3589 msgid "???END" | |
3590 msgstr "???КОНЕЦ" | |
3591 | |
3592 msgid "E311: Recovery Interrupted" | |
3593 msgstr "E311: Восстановление прервано" | |
3594 | |
3595 msgid "" | |
3596 "E312: Errors detected while recovering; look for lines starting with ???" | |
3597 msgstr "" | |
3598 "E312: Во время восстановления обнаружены ошибки; см. строки, начинающиеся " | |
3599 "с ???" | |
3600 | |
3601 msgid "See \":help E312\" for more information." | |
4869 | 3602 msgstr "См. \":help E312\" для дополнительной информации." |
7 | 3603 |
3604 msgid "Recovery completed. You should check if everything is OK." | |
3605 msgstr "Восстановление завершено. Проверьте, всё ли в порядке." | |
3606 | |
3607 msgid "" | |
3608 "\n" | |
3609 "(You might want to write out this file under another name\n" | |
3610 msgstr "" | |
3611 "\n" | |
3612 "(Можете записать файл под другим именем и сравнить его с исходным\n" | |
3613 | |
4869 | 3614 msgid "and run diff with the original file to check for changes)" |
3615 msgstr "файлом при помощи программы diff)" | |
3616 | |
3617 msgid "Recovery completed. Buffer contents equals file contents." | |
3618 msgstr "Восстановление завершено. Содержимое буферов и файлов эквивалентно." | |
7 | 3619 |
3620 msgid "" | |
4869 | 3621 "\n" |
3622 "You may want to delete the .swp file now.\n" | |
3623 "\n" | |
3624 msgstr "" | |
3625 "\n" | |
3626 "Вероятно, сейчас вы захотите удалить файл .swp.\n" | |
3627 "\n" | |
3628 | |
3629 msgid "Using crypt key from swap file for the text file.\n" | |
3630 msgstr "Использование ключа шифрования из своп-файла для текстового файла.\n" | |
7 | 3631 |
3632 #. use msg() to start the scrolling properly | |
3633 msgid "Swap files found:" | |
3634 msgstr "Обнаружены своп-файлы:" | |
3635 | |
3636 msgid " In current directory:\n" | |
3637 msgstr " В текущем каталоге:\n" | |
3638 | |
3639 msgid " Using specified name:\n" | |
3640 msgstr " С указанным именем:\n" | |
3641 | |
3642 msgid " In directory " | |
3643 msgstr " В каталоге " | |
3644 | |
3645 msgid " -- none --\n" | |
3646 msgstr " -- нет --\n" | |
3647 | |
3648 msgid " owned by: " | |
3649 msgstr " владелец: " | |
3650 | |
3651 msgid " dated: " | |
3652 msgstr " дата: " | |
3653 | |
3654 msgid " dated: " | |
3655 msgstr " дата: " | |
3656 | |
3657 msgid " [from Vim version 3.0]" | |
3658 msgstr " [от Vim версии 3.0]" | |
3659 | |
3660 msgid " [does not look like a Vim swap file]" | |
3661 msgstr " [не является своп-файлом Vim]" | |
3662 | |
3663 msgid " file name: " | |
3664 msgstr " имя файла: " | |
3665 | |
3666 msgid "" | |
3667 "\n" | |
3668 " modified: " | |
3669 msgstr "" | |
3670 "\n" | |
3671 " изменён: " | |
3672 | |
3673 msgid "YES" | |
3674 msgstr "ДА" | |
3675 | |
3676 msgid "no" | |
3677 msgstr "нет" | |
3678 | |
3679 msgid "" | |
3680 "\n" | |
3681 " user name: " | |
3682 msgstr "" | |
3683 "\n" | |
3684 " пользователь: " | |
3685 | |
3686 msgid " host name: " | |
3687 msgstr " компьютер: " | |
3688 | |
3689 msgid "" | |
3690 "\n" | |
3691 " host name: " | |
3692 msgstr "" | |
3693 "\n" | |
3694 " компьютер: " | |
3695 | |
3696 msgid "" | |
3697 "\n" | |
3698 " process ID: " | |
3699 msgstr "" | |
3700 "\n" | |
3701 " процесс: " | |
3702 | |
3703 msgid " (still running)" | |
3704 msgstr " (ещё выполняется)" | |
3705 | |
3706 msgid "" | |
3707 "\n" | |
3708 " [not usable with this version of Vim]" | |
3709 msgstr "" | |
3710 "\n" | |
3711 " [не пригоден для использования с данной версией Vim]" | |
3712 | |
3713 msgid "" | |
3714 "\n" | |
3715 " [not usable on this computer]" | |
3716 msgstr "" | |
3717 "\n" | |
3718 " [не пригоден для использования на этом компьютере]" | |
3719 | |
3720 msgid " [cannot be read]" | |
3721 msgstr " [не читается]" | |
3722 | |
3723 msgid " [cannot be opened]" | |
3724 msgstr " [не открывается]" | |
3725 | |
3726 msgid "E313: Cannot preserve, there is no swap file" | |
3727 msgstr "E313: Невозможно обновить своп-файл, поскольку он не обнаружен" | |
3728 | |
3729 msgid "File preserved" | |
3730 msgstr "Своп-файл обновлён" | |
3731 | |
3732 msgid "E314: Preserve failed" | |
3733 msgstr "E314: Неудачная попытка обновления своп-файла" | |
3734 | |
3735 #, c-format | |
3736 msgid "E315: ml_get: invalid lnum: %ld" | |
3737 msgstr "E315: ml_get: неправильное значение lnum: %ld" | |
3738 | |
3739 #, c-format | |
3740 msgid "E316: ml_get: cannot find line %ld" | |
3741 msgstr "E316: ml_get: невозможно найти строку %ld" | |
3742 | |
3743 msgid "E317: pointer block id wrong 3" | |
4869 | 3744 msgstr "E317: Неправильное значение указателя блока 3" |
7 | 3745 |
3746 msgid "stack_idx should be 0" | |
3747 msgstr "значение stack_idx должно быть равно 0" | |
3748 | |
3749 msgid "E318: Updated too many blocks?" | |
3750 msgstr "E318: Обновлено слишком много блоков?" | |
3751 | |
3752 msgid "E317: pointer block id wrong 4" | |
4869 | 3753 msgstr "E317: Неправильное значение указателя блока 4" |
7 | 3754 |
3755 msgid "deleted block 1?" | |
3756 msgstr "удалён блок 1?" | |
3757 | |
3758 #, c-format | |
3759 msgid "E320: Cannot find line %ld" | |
3760 msgstr "E320: Строка %ld не обнаружена" | |
3761 | |
3762 msgid "E317: pointer block id wrong" | |
4869 | 3763 msgstr "E317: Неправильное значение указателя блока" |
7 | 3764 |
3765 msgid "pe_line_count is zero" | |
3766 msgstr "значение pe_line_count равно нулю" | |
3767 | |
3768 #, c-format | |
3769 msgid "E322: line number out of range: %ld past the end" | |
4869 | 3770 msgstr "E322: Номер строки за пределами диапазона: %ld" |
7 | 3771 |
3772 #, c-format | |
3773 msgid "E323: line count wrong in block %ld" | |
4869 | 3774 msgstr "E323: Неправильное значение счётчика строк в блоке %ld" |
7 | 3775 |
3776 msgid "Stack size increases" | |
3777 msgstr "Размер стека увеличен" | |
3778 | |
3779 msgid "E317: pointer block id wrong 2" | |
4869 | 3780 msgstr "E317: Неправильное значение указателя блока 2" |
3781 | |
3782 #, c-format | |
3783 msgid "E773: Symlink loop for \"%s\"" | |
3784 msgstr "E773: Петля символьных ссылок для \"%s\"" | |
7 | 3785 |
3786 msgid "E325: ATTENTION" | |
3787 msgstr "E325: ВНИМАНИЕ" | |
3788 | |
3789 msgid "" | |
3790 "\n" | |
3791 "Found a swap file by the name \"" | |
3792 msgstr "" | |
3793 "\n" | |
3794 "Обнаружен своп-файл с именем \"" | |
3795 | |
4869 | 3796 # С маленькой буквы, чтобы соответствовало по стилю соседним сообщениям. |
7 | 3797 msgid "While opening file \"" |
4869 | 3798 msgstr "при открытии файла: \"" |
7 | 3799 |
3800 msgid " NEWER than swap file!\n" | |
3801 msgstr " Более СВЕЖИЙ, чем своп-файл!\n" | |
3802 | |
3803 #. Some of these messages are long to allow translation to | |
3804 #. * other languages. | |
3805 msgid "" | |
3806 "\n" | |
4869 | 3807 "(1) Another program may be editing the same file. If this is the case,\n" |
3808 " be careful not to end up with two different instances of the same\n" | |
3809 " file when making changes." | |
3810 msgstr "" | |
3811 "\n" | |
3812 "(1) Возможно, редактирование этого же файла выполняется в другой программе.\n" | |
3813 " Если это так, то будьте внимательны при внесении изменений, чтобы\n" | |
3814 " у вас не появилось два разных варианта одного и того же файла." | |
3815 | |
3816 # Сообщение разделено, " \n" добавлено т.к. строка не помещается. | |
3817 msgid " Quit, or continue with caution.\n" | |
3818 msgstr "" | |
3819 " Завершите работу или продолжайте с осторожностью.\n" | |
3820 | |
3821 msgid "(2) An edit session for this file crashed.\n" | |
3822 msgstr "(2) Сеанс редактирования этого файла завершён аварийно.\n" | |
7 | 3823 |
3824 msgid " If this is the case, use \":recover\" or \"vim -r " | |
3825 msgstr " В этом случае, используйте команду \":recover\" или \"vim -r " | |
3826 | |
3827 msgid "" | |
3828 "\"\n" | |
3829 " to recover the changes (see \":help recovery\").\n" | |
3830 msgstr "" | |
3831 "\"\n" | |
4869 | 3832 " для восстановления изменений (см. \":help recovery\").\n" |
7 | 3833 |
3834 msgid " If you did this already, delete the swap file \"" | |
3835 msgstr " Если вы уже выполняли эту операцию, удалите своп-файл \"" | |
3836 | |
3837 msgid "" | |
3838 "\"\n" | |
3839 " to avoid this message.\n" | |
3840 msgstr "" | |
3841 "\"\n" | |
3842 " чтобы избежать появления этого сообщения в будущем.\n" | |
3843 | |
3844 msgid "Swap file \"" | |
3845 msgstr "Своп-файл \"" | |
3846 | |
3847 msgid "\" already exists!" | |
3848 msgstr "\" уже существует!" | |
3849 | |
3850 msgid "VIM - ATTENTION" | |
4869 | 3851 msgstr "VIM — ВНИМАНИЕ" |
7 | 3852 |
3853 msgid "Swap file already exists!" | |
3854 msgstr "Своп-файл уже существует!" | |
3855 | |
3856 msgid "" | |
3857 "&Open Read-Only\n" | |
3858 "&Edit anyway\n" | |
3859 "&Recover\n" | |
3860 "&Quit\n" | |
3861 "&Abort" | |
3862 msgstr "" | |
3863 "&O Открыть для чтения\n" | |
3864 "&E Редактировать\n" | |
3865 "&R Восстановить\n" | |
3866 "&Q Выход\n" | |
3867 "&A Прервать" | |
3868 | |
3869 msgid "" | |
3870 "&Open Read-Only\n" | |
3871 "&Edit anyway\n" | |
3872 "&Recover\n" | |
4869 | 3873 "&Delete it\n" |
7 | 3874 "&Quit\n" |
4869 | 3875 "&Abort" |
7 | 3876 msgstr "" |
3877 "&O Открыть для чтения\n" | |
3878 "&E Редактировать\n" | |
3879 "&R Восстановить\n" | |
4869 | 3880 "&D Удалить\n" |
7 | 3881 "&Q Выход\n" |
4869 | 3882 "&A Прервать" |
7 | 3883 |
3884 msgid "E326: Too many swap files found" | |
3885 msgstr "E326: Обнаружено слишком много своп-файлов" | |
3886 | |
3887 msgid "E327: Part of menu-item path is not sub-menu" | |
3888 msgstr "E327: Компонент пути к элементу меню не является подменю" | |
3889 | |
3890 msgid "E328: Menu only exists in another mode" | |
3891 msgstr "E328: Меню в этом режиме не существует" | |
3892 | |
4869 | 3893 #, c-format |
3894 msgid "E329: No menu \"%s\"" | |
3895 msgstr "E329: Нет меню %s" | |
3896 | |
3897 #. Only a mnemonic or accelerator is not valid. | |
3898 msgid "E792: Empty menu name" | |
3899 msgstr "E792: Пустое имя меню" | |
7 | 3900 |
3901 msgid "E330: Menu path must not lead to a sub-menu" | |
3902 msgstr "E330: Путь к меню не должен вести к подменю" | |
3903 | |
3904 msgid "E331: Must not add menu items directly to menu bar" | |
3905 msgstr "E331: Элементы меню нельзя добавлять непосредственно в полоску меню" | |
3906 | |
3907 msgid "E332: Separator cannot be part of a menu path" | |
3908 msgstr "E332: Разделители не могут быть компонентом пути к меню" | |
3909 | |
3910 #. Now we have found the matching menu, and we list the mappings | |
3911 #. Highlight title | |
3912 msgid "" | |
3913 "\n" | |
3914 "--- Menus ---" | |
3915 msgstr "" | |
3916 "\n" | |
3917 "--- Меню ---" | |
3918 | |
3919 msgid "Tear off this menu" | |
3920 msgstr "Оторвать это меню" | |
3921 | |
3922 msgid "E333: Menu path must lead to a menu item" | |
3923 msgstr "E333: Путь к меню должен вести к элементу меню" | |
3924 | |
3925 #, c-format | |
3926 msgid "E334: Menu not found: %s" | |
3927 msgstr "E334: Меню не найдено: %s" | |
3928 | |
3929 #, c-format | |
3930 msgid "E335: Menu not defined for %s mode" | |
3931 msgstr "E335: Меню не определено для режима %s" | |
3932 | |
3933 msgid "E336: Menu path must lead to a sub-menu" | |
3934 msgstr "E336: Путь к меню должен вести к подменю" | |
3935 | |
3936 msgid "E337: Menu not found - check menu names" | |
4869 | 3937 msgstr "E337: Меню не найдено — проверьте имена меню" |
7 | 3938 |
3939 #, c-format | |
3940 msgid "Error detected while processing %s:" | |
3941 msgstr "Обнаружена ошибка при обработке %s:" | |
3942 | |
3943 #, c-format | |
3944 msgid "line %4ld:" | |
3945 msgstr "строка %4ld:" | |
3946 | |
4869 | 3947 #, c-format |
3948 msgid "E354: Invalid register name: '%s'" | |
3949 msgstr "E354: Недопустимое имя регистра: '%s'" | |
7 | 3950 |
3951 msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" | |
3952 msgstr "" | |
3953 "Перевод сообщений на русский язык: Василий Рагозин <vrr@users.sourceforge." | |
4869 | 3954 "net>, Сергей Алёшин <alyoshin.s@gmail.com>" |
7 | 3955 |
3956 msgid "Interrupt: " | |
3957 msgstr "Прерывание: " | |
3958 | |
4869 | 3959 msgid "Press ENTER or type command to continue" |
3960 msgstr "Нажмите ENTER или введите команду для продолжения" | |
3961 | |
3962 #, c-format | |
3963 msgid "%s line %ld" | |
3964 msgstr "%s строка %ld" | |
7 | 3965 |
3966 msgid "-- More --" | |
3967 msgstr "-- Продолжение следует --" | |
3968 | |
4869 | 3969 msgid " SPACE/d/j: screen/page/line down, b/u/k: up, q: quit " |
3970 msgstr " SPACE/d/j: экран/страница/строка вниз, b/u/k: вверх, q: выход " | |
7 | 3971 |
3972 msgid "Question" | |
3973 msgstr "Вопрос" | |
3974 | |
3975 msgid "" | |
3976 "&Yes\n" | |
3977 "&No" | |
3978 msgstr "" | |
4869 | 3979 "&Y Да\n" |
3980 "&N Нет" | |
7 | 3981 |
3982 msgid "" | |
3983 "&Yes\n" | |
3984 "&No\n" | |
3985 "Save &All\n" | |
3986 "&Discard All\n" | |
3987 "&Cancel" | |
3988 msgstr "" | |
4869 | 3989 "&Y Да\n" |
3990 "&N Нет\n" | |
3991 "&A Сохранить все\n" | |
3992 "&D Потерять все\n" | |
3993 "&C Отмена" | |
3994 | |
3995 msgid "Select Directory dialog" | |
3996 msgstr "Выбор каталога" | |
7 | 3997 |
3998 msgid "Save File dialog" | |
3999 msgstr "Сохранение файла" | |
4000 | |
4001 msgid "Open File dialog" | |
4002 msgstr "Открытие файла" | |
4003 | |
4004 #. TODO: non-GUI file selector here | |
4005 msgid "E338: Sorry, no file browser in console mode" | |
4006 msgstr "" | |
4007 "E338: Извините, но в консольном режиме нет проводника по файловой системе" | |
4008 | |
4869 | 4009 msgid "E766: Insufficient arguments for printf()" |
4010 msgstr "E766: Недостаточно параметров для printf()" | |
4011 | |
4012 msgid "E807: Expected Float argument for printf()" | |
4013 msgstr "E807: Ожидался параметр типа с плавающей точкой для printf()" | |
4014 | |
4015 msgid "E767: Too many arguments to printf()" | |
4016 msgstr "E767: Слишком много параметров для printf()" | |
4017 | |
7 | 4018 msgid "W10: Warning: Changing a readonly file" |
4019 msgstr "W10: Предупреждение: Изменение файла с правами только для чтения" | |
4020 | |
4869 | 4021 msgid "Type number and <Enter> or click with mouse (empty cancels): " |
4022 msgstr "Введите номер и <Enter> или щёлкните мышью (пусто для отмены): " | |
4023 | |
4024 msgid "Type number and <Enter> (empty cancels): " | |
4025 msgstr "Введите номер и <Enter> (пусто для отмены): " | |
4026 | |
7 | 4027 msgid "1 more line" |
4028 msgstr "Добавлена одна строка" | |
4029 | |
4030 msgid "1 line less" | |
4869 | 4031 msgstr "Убрана одна строка" |
7 | 4032 |
4033 #, c-format | |
4034 msgid "%ld more lines" | |
4035 msgstr "Добавлено строк: %ld" | |
4036 | |
4037 #, c-format | |
4038 msgid "%ld fewer lines" | |
4869 | 4039 msgstr "Убрано строк: %ld" |
7 | 4040 |
4041 msgid " (Interrupted)" | |
4042 msgstr " (Прервано)" | |
4043 | |
4869 | 4044 msgid "Beep!" |
4045 msgstr "Би-би!" | |
4046 | |
7 | 4047 msgid "ERROR: " |
4048 msgstr "ОШИБКА: " | |
4049 | |
4050 #, c-format | |
4051 msgid "" | |
4052 "\n" | |
4053 "[bytes] total alloc-freed %lu-%lu, in use %lu, peak use %lu\n" | |
4054 msgstr "" | |
4055 "\n" | |
4056 "[байт] всего выдел.-освоб. %lu-%lu, использ. %lu, макс. использ. %lu\n" | |
4057 | |
4058 #, c-format | |
4059 msgid "" | |
4060 "[calls] total re/malloc()'s %lu, total free()'s %lu\n" | |
4061 "\n" | |
4062 msgstr "" | |
4063 "[вызовы] re/malloc() всего %lu, free() всего %lu\n" | |
4064 "\n" | |
4065 | |
4066 msgid "E340: Line is becoming too long" | |
4067 msgstr "E340: Строка становится слишком длинной" | |
4068 | |
4069 #, c-format | |
4070 msgid "E341: Internal error: lalloc(%ld, )" | |
4071 msgstr "E341: Внутренняя ошибка: lalloc(%ld, )" | |
4072 | |
4073 #, c-format | |
4074 msgid "E342: Out of memory! (allocating %lu bytes)" | |
4075 msgstr "E342: Не хватает памяти! (выделяется %lu байт)" | |
4076 | |
4077 #, c-format | |
4078 msgid "Calling shell to execute: \"%s\"" | |
4079 msgstr "Вызов оболочки для исполнения: \"%s\"" | |
4080 | |
4081 msgid "E545: Missing colon" | |
4082 msgstr "E545: Пропущено двоеточие" | |
4083 | |
4084 msgid "E546: Illegal mode" | |
4085 msgstr "E546: Недопустимый режим" | |
4086 | |
4087 msgid "E547: Illegal mouseshape" | |
4088 msgstr "E547: Недопустимая форма курсора" | |
4089 | |
4090 msgid "E548: digit expected" | |
4869 | 4091 msgstr "E548: Требуется ввести цифру" |
7 | 4092 |
4093 msgid "E549: Illegal percentage" | |
4094 msgstr "E549: Недопустимое значение процентов" | |
4095 | |
4869 | 4096 msgid "E854: path too long for completion" |
4097 msgstr "E854: слишком большой путь для автодополнения" | |
4098 | |
7 | 4099 #, c-format |
4100 msgid "" | |
4101 "E343: Invalid path: '**[number]' must be at the end of the path or be " | |
4102 "followed by '%s'." | |
4103 msgstr "" | |
4104 "E343: Неправильно задан путь: '**[число]' должно быть либо в конце пути, " | |
4105 "либо за ним должно следовать '%s'" | |
4106 | |
4107 #, c-format | |
4108 msgid "E344: Can't find directory \"%s\" in cdpath" | |
4109 msgstr "E344: Каталог \"%s\" не найден в пути для смены каталога" | |
4110 | |
4111 #, c-format | |
4112 msgid "E345: Can't find file \"%s\" in path" | |
4113 msgstr "E345: Файл \"%s\" в известных каталогах не найден" | |
4114 | |
4115 #, c-format | |
4116 msgid "E346: No more directory \"%s\" found in cdpath" | |
4117 msgstr "E346: В пути смены каталога больше нет каталогов \"%s\"" | |
4118 | |
4119 #, c-format | |
4120 msgid "E347: No more file \"%s\" found in path" | |
4121 msgstr "E347: В известных каталогах больше нет файлов \"%s\"" | |
4122 | |
4123 msgid "Cannot connect to Netbeans #2" | |
4869 | 4124 msgstr "Невозможно соединиться с NetBeans #2" |
7 | 4125 |
4126 msgid "Cannot connect to Netbeans" | |
4127 msgstr "Невозможно соединиться с NetBeans" | |
4128 | |
4129 #, c-format | |
4130 msgid "E668: Wrong access mode for NetBeans connection info file: \"%s\"" | |
4131 msgstr "" | |
4132 "E668: Неправильный режим доступа к информации о соединении с NetBeans: \"%s\"" | |
4133 | |
4134 msgid "read from Netbeans socket" | |
4135 msgstr "чтение из гнезда NetBeans" | |
4136 | |
4137 #, c-format | |
4138 msgid "E658: NetBeans connection lost for buffer %ld" | |
4139 msgstr "E658: Потеряно соединение с NetBeans для буфера %ld" | |
4140 | |
4869 | 4141 msgid "E838: netbeans is not supported with this GUI" |
4142 msgstr "E838: NetBeans не поддерживается с этим графическим интерфейсом" | |
4143 | |
4144 msgid "E511: netbeans already connected" | |
4145 msgstr "E511: уже соединён с NetBeans" | |
4146 | |
4147 #, c-format | |
4148 msgid "E505: %s is read-only (add ! to override)" | |
4149 msgstr "E505: %s открыт только для чтения (добавьте !, чтобы обойти проверку)" | |
4150 | |
4151 msgid "E349: No identifier under cursor" | |
4152 msgstr "E349: Нет имени в позиции курсора" | |
4153 | |
4154 msgid "E774: 'operatorfunc' is empty" | |
4155 msgstr "E774: Значением опции 'operatorfunc' является пустая строка" | |
4156 | |
4157 msgid "E775: Eval feature not available" | |
4158 msgstr "E775: eval не доступна" | |
4159 | |
7 | 4160 msgid "Warning: terminal cannot highlight" |
4161 msgstr "Предупреждение: терминал не может выполнять подсветку" | |
4162 | |
4163 msgid "E348: No string under cursor" | |
4164 msgstr "E348: Нет строки в позиции курсора" | |
4165 | |
4166 msgid "E352: Cannot erase folds with current 'foldmethod'" | |
4167 msgstr "" | |
4168 "E352: Невозможно стереть складки с текущим значением опции 'foldmethod'" | |
4169 | |
4170 msgid "E664: changelist is empty" | |
4869 | 4171 msgstr "E664: Список изменений пустой" |
7 | 4172 |
4173 msgid "E662: At start of changelist" | |
4174 msgstr "E662: В начале списка изменений" | |
4175 | |
4176 msgid "E663: At end of changelist" | |
1624 | 4177 msgstr "E663: В конце списка изменений" |
7 | 4178 |
4179 msgid "Type :quit<Enter> to exit Vim" | |
4180 msgstr "Введите :quit<Enter> для выхода из Vim" | |
4181 | |
4182 #, c-format | |
4183 msgid "1 line %sed 1 time" | |
4184 msgstr "Изменены отступы в 1 строке (%s 1 раз)" | |
4185 | |
4186 #, c-format | |
4187 msgid "1 line %sed %d times" | |
4188 msgstr "Изменены отступы в 1 строке (%s %d раз)" | |
4189 | |
4190 #, c-format | |
4191 msgid "%ld lines %sed 1 time" | |
4192 msgstr "Изменены отступы, %ld строк (%s 1 раз)" | |
4193 | |
4194 #, c-format | |
4195 msgid "%ld lines %sed %d times" | |
4196 msgstr "Изменены отступы, %ld строк (%s %d раз)" | |
4197 | |
4198 #, c-format | |
4199 msgid "%ld lines to indent... " | |
4200 msgstr "Изменяются отступы строках (%ld)..." | |
4201 | |
4202 msgid "1 line indented " | |
4203 msgstr "Изменён отступ в одной строке " | |
4204 | |
4205 #, c-format | |
4206 msgid "%ld lines indented " | |
4207 msgstr "Изменены отступы в строках (%ld) " | |
4208 | |
4869 | 4209 msgid "E748: No previously used register" |
4210 msgstr "E748: Нет предыдущего использованного регистра" | |
4211 | |
7 | 4212 #. must display the prompt |
4213 msgid "cannot yank; delete anyway" | |
4214 msgstr "скопировать не удалось, удаление выполнено" | |
4215 | |
4216 msgid "1 line changed" | |
4217 msgstr "изменена 1 строка" | |
4218 | |
4219 #, c-format | |
4220 msgid "%ld lines changed" | |
4221 msgstr "изменено строк: %ld" | |
4222 | |
4223 #, c-format | |
4224 msgid "freeing %ld lines" | |
4225 msgstr "очищено строк: %ld" | |
4226 | |
4869 | 4227 msgid "block of 1 line yanked" |
4228 msgstr "скопирован блок из одной строки" | |
4229 | |
7 | 4230 msgid "1 line yanked" |
4231 msgstr "скопирована одна строка" | |
4232 | |
4233 #, c-format | |
4869 | 4234 msgid "block of %ld lines yanked" |
4235 msgstr "скопирован блок из строк: %ld" | |
4236 | |
4237 #, c-format | |
7 | 4238 msgid "%ld lines yanked" |
4239 msgstr "скопировано строк: %ld" | |
4240 | |
4241 #, c-format | |
4242 msgid "E353: Nothing in register %s" | |
4243 msgstr "E353: В регистре %s ничего нет" | |
4244 | |
4245 #. Highlight title | |
4246 msgid "" | |
4247 "\n" | |
4248 "--- Registers ---" | |
4249 msgstr "" | |
4250 "\n" | |
4251 "--- Регистры ---" | |
4252 | |
4253 msgid "Illegal register name" | |
4254 msgstr "Недопустимое имя регистра" | |
4255 | |
4256 msgid "" | |
4257 "\n" | |
4258 "# Registers:\n" | |
4259 msgstr "" | |
4260 "\n" | |
4261 "# Регистры:\n" | |
4262 | |
4263 #, c-format | |
4264 msgid "E574: Unknown register type %d" | |
4265 msgstr "E574: Неизвестный тип регистра %d" | |
4266 | |
6292
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4267 msgid "" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4268 "E883: search pattern and expression register may not contain two or more " |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4269 "lines" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4270 msgstr "" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4271 "E883: шаблон поиска и регистр выражения не могут содержать двух или более " |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4272 "строк" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4273 |
7 | 4274 #, c-format |
4275 msgid "%ld Cols; " | |
4276 msgstr "Колонок: %ld; " | |
4277 | |
4278 #, c-format | |
4279 msgid "Selected %s%ld of %ld Lines; %ld of %ld Words; %ld of %ld Bytes" | |
4280 msgstr "Выделено %s%ld из %ld строк; %ld из %ld слов; %ld из %ld байт" | |
4281 | |
4282 #, c-format | |
4869 | 4283 msgid "" |
4284 "Selected %s%ld of %ld Lines; %ld of %ld Words; %ld of %ld Chars; %ld of %ld " | |
4285 "Bytes" | |
4286 msgstr "" | |
4287 "Выделено %s%ld из %ld стр.; %ld из %ld слов; %ld из %ld симв.; %ld из %ld " | |
4288 "байт" | |
4289 | |
4290 #, c-format | |
7 | 4291 msgid "Col %s of %s; Line %ld of %ld; Word %ld of %ld; Byte %ld of %ld" |
4869 | 4292 msgstr "Кол. %s из %s; стр. %ld из %ld; сл. %ld из %ld; байт %ld из %ld" |
4293 | |
4294 #, c-format | |
4295 msgid "" | |
4296 "Col %s of %s; Line %ld of %ld; Word %ld of %ld; Char %ld of %ld; Byte %ld of " | |
4297 "%ld" | |
4298 msgstr "" | |
4299 "Кол. %s из %s; стр. %ld из %ld; сл. %ld из %ld; симв. %ld из %ld; байт %ld " | |
4300 "из %ld" | |
7 | 4301 |
4302 #, c-format | |
4303 msgid "(+%ld for BOM)" | |
4304 msgstr "(+%ld с учётом BOM)" | |
4305 | |
4306 msgid "%<%f%h%m%=Page %N" | |
4307 msgstr "%<%f%h%m%=Стр. %N" | |
4308 | |
4309 msgid "Thanks for flying Vim" | |
4310 msgstr "Благодарим за использование Vim" | |
4311 | |
4312 msgid "E518: Unknown option" | |
4313 msgstr "E518: Неизвестная опция" | |
4314 | |
4315 msgid "E519: Option not supported" | |
4316 msgstr "E519: Опция не поддерживается" | |
4317 | |
4318 msgid "E520: Not allowed in a modeline" | |
4319 msgstr "E520: Не допускается в режимной строке" | |
4320 | |
4869 | 4321 msgid "E846: Key code not set" |
4322 msgstr "E846: Код клавиши не установлен" | |
7 | 4323 |
4324 msgid "E521: Number required after =" | |
4325 msgstr "E521: После = требуется указать число" | |
4326 | |
4327 msgid "E522: Not found in termcap" | |
4328 msgstr "E522: Не обнаружено в termcap" | |
4329 | |
4330 #, c-format | |
4331 msgid "E539: Illegal character <%s>" | |
4332 msgstr "E539: Недопустимый символ <%s>" | |
4333 | |
4334 msgid "E529: Cannot set 'term' to empty string" | |
4335 msgstr "E529: Значение опции 'term' не может быть пустой строкой" | |
4336 | |
4337 msgid "E530: Cannot change term in GUI" | |
4338 msgstr "E530: В графическом интерфейсе изменять терминал невозможно" | |
4339 | |
4340 msgid "E531: Use \":gui\" to start the GUI" | |
4341 msgstr "E531: Для запуска графического интерфейса используйте \":gui\"" | |
4342 | |
4343 msgid "E589: 'backupext' and 'patchmode' are equal" | |
4869 | 4344 msgstr "E589: Значения опций 'backupext' и 'patchmode' равны" |
4345 | |
4346 msgid "E834: Conflicts with value of 'listchars'" | |
4347 msgstr "E834: Конфликтует со значением 'listchars'" | |
4348 | |
4349 msgid "E835: Conflicts with value of 'fillchars'" | |
4350 msgstr "E835: Конфликтует со значением 'fillchars'" | |
7 | 4351 |
4352 msgid "E617: Cannot be changed in the GTK+ 2 GUI" | |
4353 msgstr "E617: Не может быть изменено в графическом интерфейсе GTK+ 2" | |
4354 | |
4355 msgid "E524: Missing colon" | |
4356 msgstr "E524: Пропущено двоеточие" | |
4357 | |
4358 msgid "E525: Zero length string" | |
4359 msgstr "E525: Строка с нулевой длиной" | |
4360 | |
4361 #, c-format | |
4362 msgid "E526: Missing number after <%s>" | |
4363 msgstr "E526: Пропущено число после <%s>" | |
4364 | |
4365 msgid "E527: Missing comma" | |
4366 msgstr "E527: Пропущена запятая" | |
4367 | |
4368 msgid "E528: Must specify a ' value" | |
4369 msgstr "E528: Необходимо указать значение для '" | |
4370 | |
4371 msgid "E595: contains unprintable or wide character" | |
4869 | 4372 msgstr "E595: Содержит непечатный символ или символ двойной ширины" |
7 | 4373 |
4374 msgid "E596: Invalid font(s)" | |
4375 msgstr "E596: Неправильные шрифты" | |
4376 | |
4377 msgid "E597: can't select fontset" | |
4869 | 4378 msgstr "E597: Невозможно выбрать шрифтовой набор" |
7 | 4379 |
4380 msgid "E598: Invalid fontset" | |
4381 msgstr "E598: Неправильный шрифтовой набор" | |
4382 | |
4383 msgid "E533: can't select wide font" | |
4869 | 4384 msgstr "E533: Невозможно выбрать шрифт с символами двойной ширины" |
7 | 4385 |
4386 msgid "E534: Invalid wide font" | |
4387 msgstr "E534: Неправильный шрифт с символами двойной ширины" | |
4388 | |
4389 #, c-format | |
4390 msgid "E535: Illegal character after <%c>" | |
4391 msgstr "E535: Неправильный символ после <%c>" | |
4392 | |
4393 msgid "E536: comma required" | |
4869 | 4394 msgstr "E536: Требуется запятая" |
7 | 4395 |
4396 #, c-format | |
4397 msgid "E537: 'commentstring' must be empty or contain %s" | |
4398 msgstr "" | |
4399 "E537: Значение опция 'commentstring' должно быть пустой строкой или " | |
4400 "содержать %s" | |
4401 | |
4402 msgid "E538: No mouse support" | |
4403 msgstr "E538: Мышь не поддерживается" | |
4404 | |
4405 msgid "E540: Unclosed expression sequence" | |
4406 msgstr "E540: Незакрытая последовательность выражения" | |
4407 | |
4408 msgid "E541: too many items" | |
4869 | 4409 msgstr "E541: Слишком много элементов" |
7 | 4410 |
4411 msgid "E542: unbalanced groups" | |
4869 | 4412 msgstr "E542: Несбалансированные группы" |
7 | 4413 |
4414 msgid "E590: A preview window already exists" | |
4415 msgstr "E590: Окно предпросмотра уже есть" | |
4416 | |
4417 msgid "W17: Arabic requires UTF-8, do ':set encoding=utf-8'" | |
4418 msgstr "" | |
4419 "W17: Арабский требует использования UTF-8, введите ':set encoding=utf-8'" | |
4420 | |
4421 #, c-format | |
4422 msgid "E593: Need at least %d lines" | |
4423 msgstr "E593: Нужно хотя бы %d строк" | |
4424 | |
4425 #, c-format | |
4426 msgid "E594: Need at least %d columns" | |
4427 msgstr "E594: Нужно хотя бы %d колонок" | |
4428 | |
4429 #, c-format | |
4430 msgid "E355: Unknown option: %s" | |
4431 msgstr "E355: Неизвестная опция: %s" | |
4432 | |
4869 | 4433 #. There's another character after zeros or the string |
4434 #. * is empty. In both cases, we are trying to set a | |
4435 #. * num option using a string. | |
4436 #, c-format | |
4437 msgid "E521: Number required: &%s = '%s'" | |
4438 msgstr "E521: Требуется указать число: &%s = '%s'" | |
4439 | |
7 | 4440 msgid "" |
4441 "\n" | |
4442 "--- Terminal codes ---" | |
4443 msgstr "" | |
4444 "\n" | |
4445 "--- Терминальные коды ---" | |
4446 | |
4447 msgid "" | |
4448 "\n" | |
4449 "--- Global option values ---" | |
4450 msgstr "" | |
4451 "\n" | |
4452 "--- Глобальные значения опций ---" | |
4453 | |
4454 msgid "" | |
4455 "\n" | |
4456 "--- Local option values ---" | |
4457 msgstr "" | |
4458 "\n" | |
4459 "--- Местные значения опций ---" | |
4460 | |
4461 msgid "" | |
4462 "\n" | |
4463 "--- Options ---" | |
4464 msgstr "" | |
4465 "\n" | |
4466 "--- Опции ---" | |
4467 | |
4468 msgid "E356: get_varp ERROR" | |
4469 msgstr "E356: ОШИБКА get_varp" | |
4470 | |
4471 #, c-format | |
4472 msgid "E357: 'langmap': Matching character missing for %s" | |
4473 msgstr "E357: 'langmap': Нет соответствующего символа для %s" | |
4474 | |
4475 #, c-format | |
4476 msgid "E358: 'langmap': Extra characters after semicolon: %s" | |
4477 msgstr "E358: 'langmap': Лишние символы после точки с запятой: %s" | |
4478 | |
4479 msgid "cannot open " | |
4480 msgstr "невозможно открыть " | |
4481 | |
4482 msgid "VIM: Can't open window!\n" | |
4483 msgstr "VIM: Невозможно открыть окно!\n" | |
4484 | |
4485 msgid "Need Amigados version 2.04 or later\n" | |
4486 msgstr "Необходима Amigados версии 2.04 или более поздней\n" | |
4487 | |
4488 #, c-format | |
4489 msgid "Need %s version %ld\n" | |
4490 msgstr "Необходима %s версии %ld\n" | |
4491 | |
4492 msgid "Cannot open NIL:\n" | |
4493 msgstr "Невозможно открыть NIL:\n" | |
4494 | |
4495 msgid "Cannot create " | |
4496 msgstr "Невозможно создать " | |
4497 | |
4498 #, c-format | |
4499 msgid "Vim exiting with %d\n" | |
4500 msgstr "Прекращение работы Vim с кодом %d\n" | |
4501 | |
4502 msgid "cannot change console mode ?!\n" | |
4503 msgstr "невозможно сменить режим консоли?!\n" | |
4504 | |
4505 msgid "mch_get_shellsize: not a console??\n" | |
4506 msgstr "mch_get_shellsize: не в консоли??\n" | |
4507 | |
4508 #. if Vim opened a window: Executing a shell may cause crashes | |
4509 msgid "E360: Cannot execute shell with -f option" | |
4869 | 4510 msgstr "E360: Невозможно выполнить оболочку с параметром -f" |
7 | 4511 |
4512 msgid "Cannot execute " | |
4513 msgstr "Невозможно выполнить " | |
4514 | |
4515 msgid "shell " | |
4516 msgstr "оболочка " | |
4517 | |
4518 msgid " returned\n" | |
4519 msgstr " завершила работу\n" | |
4520 | |
4521 msgid "ANCHOR_BUF_SIZE too small." | |
4522 msgstr "слишком малая величина ANCHOR_BUF_SIZE." | |
4523 | |
4524 msgid "I/O ERROR" | |
4525 msgstr "ОШИБКА ВВОДА/ВЫВОДА" | |
4526 | |
4869 | 4527 msgid "Message" |
4528 msgstr "Сообщение" | |
7 | 4529 |
4530 msgid "'columns' is not 80, cannot execute external commands" | |
4531 msgstr "Значение опции 'columns' не равно 80, внешние программы не выполняются" | |
4532 | |
4533 msgid "E237: Printer selection failed" | |
1624 | 4534 msgstr "E237: Неудачное завершение выбора принтера" |
7 | 4535 |
4536 #, c-format | |
4537 msgid "to %s on %s" | |
4538 msgstr "в %s на %s" | |
4539 | |
4540 #, c-format | |
4541 msgid "E613: Unknown printer font: %s" | |
4542 msgstr "E613: Неизвестный шрифт принтера: %s" | |
4543 | |
4544 #, c-format | |
4545 msgid "E238: Print error: %s" | |
4546 msgstr "E238: Ошибка печати: %s" | |
4547 | |
4548 #, c-format | |
4549 msgid "Printing '%s'" | |
4550 msgstr "Печать '%s'" | |
4551 | |
4552 #, c-format | |
4553 msgid "E244: Illegal charset name \"%s\" in font name \"%s\"" | |
4554 msgstr "E244: Недопустимое имя кодировки \"%s\" в имени шрифта \"%s\"" | |
4555 | |
4556 #, c-format | |
4557 msgid "E245: Illegal char '%c' in font name \"%s\"" | |
4558 msgstr "E245: Недопустимый символ '%c' в имени шрифта \"%s\"" | |
4559 | |
4560 #, c-format | |
4561 msgid "Opening the X display took %ld msec" | |
4562 msgstr "Открытие дисплея X заняло %ld msec" | |
4563 | |
4564 msgid "" | |
4565 "\n" | |
4566 "Vim: Got X error\n" | |
4567 msgstr "" | |
4568 "\n" | |
4569 "Vim: Ошибка X\n" | |
4570 | |
4571 msgid "Testing the X display failed" | |
4572 msgstr "Проверка дисплея X завершена неудачно" | |
4573 | |
4574 msgid "Opening the X display timed out" | |
4575 msgstr "Открытие дисплея X не выполнено в отведённое время" | |
4576 | |
4577 msgid "" | |
4578 "\n" | |
4869 | 4579 "Could not get security context for " |
4580 msgstr "" | |
4581 "\n" | |
4582 "Невозможно получить контекст безопасности для " | |
4583 | |
4584 msgid "" | |
4585 "\n" | |
4586 "Could not set security context for " | |
4587 msgstr "" | |
4588 "\n" | |
4589 "Невозможно установить контекст безопасности для " | |
4590 | |
6292
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4591 msgid "Could not set security context " |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4592 msgstr "Невозможно установить контекст безопасности " |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4593 |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4594 msgid " for " |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4595 msgstr " для " |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4596 |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4597 #. no enough size OR unexpected error |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4598 msgid "Could not get security context " |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4599 msgstr "Невозможно получить контекст безопасности " |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4600 |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4601 msgid ". Removing it!\n" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4602 msgstr ". Будет удалён!\n" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4603 |
4869 | 4604 msgid "" |
4605 "\n" | |
7 | 4606 "Cannot execute shell " |
4607 msgstr "" | |
4608 "\n" | |
4609 "Невозможно запустить оболочку " | |
4610 | |
4611 msgid "" | |
4612 "\n" | |
4613 "Cannot execute shell sh\n" | |
4614 msgstr "" | |
4615 "\n" | |
4616 "Невозможно запустить оболочку sh\n" | |
4617 | |
4618 msgid "" | |
4619 "\n" | |
4620 "shell returned " | |
4621 msgstr "" | |
4622 "\n" | |
4623 "Оболочка завершила работу " | |
4624 | |
4625 msgid "" | |
4626 "\n" | |
4627 "Cannot create pipes\n" | |
4628 msgstr "" | |
4629 "\n" | |
4630 "Невозможно создать трубы\n" | |
4631 | |
4632 msgid "" | |
4633 "\n" | |
4634 "Cannot fork\n" | |
4635 msgstr "" | |
4636 "\n" | |
4637 "Невозможно выполнить fork()\n" | |
4638 | |
4639 msgid "" | |
4640 "\n" | |
4641 "Command terminated\n" | |
4642 msgstr "" | |
4643 "\n" | |
4644 "Выполнение команды прервано\n" | |
4645 | |
4646 msgid "XSMP lost ICE connection" | |
4647 msgstr "XSMP утеряно соединение ICE" | |
4648 | |
4869 | 4649 #, c-format |
4650 msgid "dlerror = \"%s\"" | |
4651 msgstr "dlerror = \"%s\"" | |
4652 | |
7 | 4653 msgid "Opening the X display failed" |
4654 msgstr "Неудачное открытие дисплея X" | |
4655 | |
4656 msgid "XSMP handling save-yourself request" | |
4657 msgstr "XSMP обрабатывает запрос самосохранения" | |
4658 | |
4659 msgid "XSMP opening connection" | |
4660 msgstr "XSMP открывает соединение" | |
4661 | |
4662 msgid "XSMP ICE connection watch failed" | |
4663 msgstr "XSMP потеряно слежение за соединением ICE" | |
4664 | |
4665 #, c-format | |
4666 msgid "XSMP SmcOpenConnection failed: %s" | |
4667 msgstr "XSMP неудачно выполнено SmcOpenConnection: %s" | |
4668 | |
4669 msgid "At line" | |
4670 msgstr "В строке" | |
4671 | |
4869 | 4672 msgid "Could not load vim32.dll!" |
4673 msgstr "Невозможно загрузить vim32.dll!" | |
7 | 4674 |
4675 msgid "VIM Error" | |
4676 msgstr "Ошибка VIM" | |
4677 | |
4678 msgid "Could not fix up function pointers to the DLL!" | |
4679 msgstr "Невозможно исправить указатели функций для DLL!" | |
4680 | |
4681 #, c-format | |
4682 msgid "shell returned %d" | |
4683 msgstr "завершение работы оболочки с кодом %d" | |
4684 | |
4685 #, c-format | |
4686 msgid "Vim: Caught %s event\n" | |
4687 msgstr "Vim: Перехвачено событие %s\n" | |
4688 | |
4689 msgid "close" | |
4690 msgstr "закрытие" | |
4691 | |
4692 msgid "logoff" | |
4693 msgstr "отключение" | |
4694 | |
4695 msgid "shutdown" | |
4696 msgstr "завершение" | |
4697 | |
4698 msgid "E371: Command not found" | |
4699 msgstr "E371: Команда не найдена" | |
4700 | |
4701 msgid "" | |
4702 "VIMRUN.EXE not found in your $PATH.\n" | |
4703 "External commands will not pause after completion.\n" | |
4704 "See :help win32-vimrun for more information." | |
4705 msgstr "" | |
4706 "VIMRUN.EXE не найден в пути, заданном в $PATH.\n" | |
4707 "Внешние команды не будут останавливаться после выполнения.\n" | |
4708 "Дополнительная информация в :help win32-vimrun" | |
4709 | |
4710 msgid "Vim Warning" | |
4711 msgstr "Предупреждение Vim" | |
4712 | |
4713 #, c-format | |
4714 msgid "E372: Too many %%%c in format string" | |
4715 msgstr "E372: В строке формата слишком много %%%c" | |
4716 | |
4717 #, c-format | |
4718 msgid "E373: Unexpected %%%c in format string" | |
4719 msgstr "E373: Неожиданный элемент %%%c в строке формата" | |
4720 | |
4721 msgid "E374: Missing ] in format string" | |
4722 msgstr "E374: В строке формата пропущена ]" | |
4723 | |
4724 #, c-format | |
4725 msgid "E375: Unsupported %%%c in format string" | |
4726 msgstr "E375: %%%c не поддерживается в строке формата" | |
4727 | |
4728 #, c-format | |
4729 msgid "E376: Invalid %%%c in format string prefix" | |
4730 msgstr "E376: Недопустимый %%%c в приставке в строке формата" | |
4731 | |
4732 #, c-format | |
4733 msgid "E377: Invalid %%%c in format string" | |
4734 msgstr "E377: Недопустимый %%%c в строке формата" | |
4735 | |
4736 msgid "E378: 'errorformat' contains no pattern" | |
4737 msgstr "E378: В значении опции 'errorformat' отсутствует шаблон" | |
4738 | |
4739 msgid "E379: Missing or empty directory name" | |
4869 | 4740 msgstr "E379: Имя каталога не задано или равно пустой строке" |
7 | 4741 |
4742 msgid "E553: No more items" | |
4743 msgstr "E553: Больше нет элементов" | |
4744 | |
4745 #, c-format | |
4746 msgid "(%d of %d)%s%s: " | |
4747 msgstr "(%d из %d)%s%s: " | |
4748 | |
4749 msgid " (line deleted)" | |
4750 msgstr " (строка удалена)" | |
4751 | |
4752 msgid "E380: At bottom of quickfix stack" | |
4753 msgstr "E380: Внизу стека быстрых исправлений" | |
4754 | |
4755 msgid "E381: At top of quickfix stack" | |
4756 msgstr "E381: Наверху стека быстрых исправлений" | |
4757 | |
4758 #, c-format | |
4759 msgid "error list %d of %d; %d errors" | |
4760 msgstr "список ошибок %d из %d; %d ошибок" | |
4761 | |
4762 msgid "E382: Cannot write, 'buftype' option is set" | |
4763 msgstr "" | |
4764 "E382: Запись невозможна, значение опции 'buftype' не является пустой строкой" | |
4765 | |
4869 | 4766 msgid "Error file" |
4767 msgstr "Файл ошибок" | |
4768 | |
4769 msgid "E683: File name missing or invalid pattern" | |
4770 msgstr "E683: Нет имени файла или неправильный шаблон" | |
4771 | |
4772 #, c-format | |
4773 msgid "Cannot open file \"%s\"" | |
4774 msgstr "Невозможно открыть файл \"%s\"" | |
4775 | |
4776 msgid "E681: Buffer is not loaded" | |
4777 msgstr "E681: Буфер не выгружен" | |
4778 | |
4779 msgid "E777: String or List expected" | |
4780 msgstr "E777: Требуется строка или список" | |
4781 | |
7 | 4782 #, c-format |
4783 msgid "E369: invalid item in %s%%[]" | |
4869 | 4784 msgstr "E369: Недопустимый элемент в %s%%[]" |
7 | 4785 |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4786 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4787 msgid "E769: Missing ] after %s[" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4788 msgstr "E769: Пропущена ] после %s[" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4789 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4790 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4791 msgid "E53: Unmatched %s%%(" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4792 msgstr "E53: Нет пары для %s%%(" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4793 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4794 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4795 msgid "E54: Unmatched %s(" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4796 msgstr "E54: Нет пары для %s(" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4797 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4798 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4799 msgid "E55: Unmatched %s)" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4800 msgstr "E55: Нет пары для %s)" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4801 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4802 msgid "E66: \\z( not allowed here" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4803 msgstr "E66: \\z( не может быть использовано здесь" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4804 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4805 msgid "E67: \\z1 et al. not allowed here" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4806 msgstr "E67: \\z1 и т.п. не могут быть использованы здесь" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4807 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4808 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4809 msgid "E69: Missing ] after %s%%[" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4810 msgstr "E69: Пропущена ] после %s%%[" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4811 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4812 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4813 msgid "E70: Empty %s%%[]" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4814 msgstr "E70: Пустое %s%%[]" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4815 |
7 | 4816 msgid "E339: Pattern too long" |
4817 msgstr "E339: Слишком длинный шаблон" | |
4818 | |
4819 msgid "E50: Too many \\z(" | |
4820 msgstr "E50: Слишком много \\z(" | |
4821 | |
4822 #, c-format | |
4823 msgid "E51: Too many %s(" | |
4824 msgstr "E51: Слишком много %s(" | |
4825 | |
4826 msgid "E52: Unmatched \\z(" | |
4827 msgstr "E52: Нет пары для \\z(" | |
4828 | |
4829 #, c-format | |
4830 msgid "E59: invalid character after %s@" | |
4869 | 4831 msgstr "E59: Недопустимый символ после %s@" |
7 | 4832 |
4833 #, c-format | |
4834 msgid "E60: Too many complex %s{...}s" | |
4835 msgstr "E60: Слишком много сложных конструкций %s{...}" | |
4836 | |
4837 #, c-format | |
4838 msgid "E61: Nested %s*" | |
4839 msgstr "E61: Вложенные %s*" | |
4840 | |
4841 #, c-format | |
4842 msgid "E62: Nested %s%c" | |
4843 msgstr "E62: Вложенные %s%c" | |
4844 | |
4845 msgid "E63: invalid use of \\_" | |
4869 | 4846 msgstr "E63: Недопустимое использование \\_" |
7 | 4847 |
4848 #, c-format | |
4849 msgid "E64: %s%c follows nothing" | |
4850 msgstr "E64: %s%c ни за чем не следует" | |
4851 | |
4852 msgid "E65: Illegal back reference" | |
4853 msgstr "E65: Недопустимая обратная ссылка" | |
4854 | |
4855 msgid "E68: Invalid character after \\z" | |
4856 msgstr "E68: Недопустимый символ после \\z" | |
4857 | |
4858 #, c-format | |
4869 | 4859 msgid "E678: Invalid character after %s%%[dxouU]" |
4860 msgstr "E678: Недопустимый символ после %s%%[dxouU]" | |
4861 | |
4862 #, c-format | |
7 | 4863 msgid "E71: Invalid character after %s%%" |
4864 msgstr "E71: Недопустимый символ после %s%%" | |
4865 | |
4866 #, c-format | |
4867 msgid "E554: Syntax error in %s{...}" | |
4868 msgstr "E554: Синтаксическая ошибка в %s{...}" | |
4869 | |
4870 msgid "External submatches:\n" | |
4871 msgstr "Внешние подсоответствия:\n" | |
4872 | |
6292
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4873 #, c-format |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4874 msgid "E888: (NFA regexp) cannot repeat %s" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4875 msgstr "E888: (рег. выражение НКА) невозможно повторить %s" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
4876 |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4877 msgid "" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4878 "E864: \\%#= can only be followed by 0, 1, or 2. The automatic engine will be " |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4879 "used " |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4880 msgstr "" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4881 "E864: после \\%#= может быть только 0, 1 или 2. Будет использоваться " |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4882 "автоматическая машина" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4883 |
5763 | 4884 msgid "E865: (NFA) Regexp end encountered prematurely" |
4885 msgstr "E865: (НКА) неожиданный конец регулярного выражения" | |
4886 | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4887 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4888 msgid "E866: (NFA regexp) Misplaced %c" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4889 msgstr "E866: (рег. выражение НКА) неожиданный %c" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4890 |
5763 | 4891 #, c-format |
4892 msgid "E877: (NFA regexp) Invalid character class: %ld" | |
4893 msgstr "E877: (рег. выражение НКА) неправильный класс символов: %ld" | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4894 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4895 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4896 msgid "E867: (NFA) Unknown operator '\\z%c'" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4897 msgstr "E867: (НКА) неизвестный оператор '\\z%c'" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4898 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4899 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4900 msgid "E867: (NFA) Unknown operator '\\%%%c'" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4901 msgstr "E867: (НКА) неизвестный оператор '\\%%%c'" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4902 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4903 #. should never happen |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4904 msgid "E868: Error building NFA with equivalence class!" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4905 msgstr "E868: ошибка при создании НКА с классом эквивалентности!" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4906 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4907 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4908 msgid "E869: (NFA) Unknown operator '\\@%c'" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4909 msgstr "E869: (НКА) неизвестный оператор '\\@%c'" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4910 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4911 msgid "E870: (NFA regexp) Error reading repetition limits" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4912 msgstr "E870: (рег. выражение НКА) ошибка при чтении границ повторения" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4913 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4914 #. Can't have a multi follow a multi. |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4915 msgid "E871: (NFA regexp) Can't have a multi follow a multi !" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4916 msgstr "E871: (рег. выражение НКА) множество не может следовать за множеством!" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4917 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4918 #. Too many `(' |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4919 msgid "E872: (NFA regexp) Too many '('" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4920 msgstr "E872: (рег. выражение НКА) слишком много '('" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4921 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4922 msgid "E879: (NFA regexp) Too many \\z(" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4923 msgstr "E879: (рег. выражение НКА) слишком много \\z(" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4924 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4925 msgid "E873: (NFA regexp) proper termination error" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4926 msgstr "E873: (рег. выражение НКА) ошибка корректного завершения" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4927 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4928 msgid "E874: (NFA) Could not pop the stack !" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4929 msgstr "E874: (рег. выражение НКА) невозможно взять из стека!" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4930 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4931 msgid "" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4932 "E875: (NFA regexp) (While converting from postfix to NFA), too many states " |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4933 "left on stack" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4934 msgstr "" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4935 "E875: (рег. выражение НКА) в стеке осталось слишком много состояний (при " |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4936 "преобразовании из postfix в НКА)" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4937 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4938 msgid "E876: (NFA regexp) Not enough space to store the whole NFA " |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4939 msgstr "E876: (рег. выражение НКА) недостаточно места для хранения всего НКА" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4940 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4941 msgid "E878: (NFA) Could not allocate memory for branch traversal!" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4942 msgstr "E878: (НКА) невозможно выделить память для прохода ветви!" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4943 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4944 msgid "" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4945 "Could not open temporary log file for writing, displaying on stderr ... " |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4946 msgstr "" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4947 "Невозможно открыть файл временного журнала для записи, вывод на stderr..." |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4948 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4949 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4950 msgid "(NFA) COULD NOT OPEN %s !" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4951 msgstr "(НКА) невозможно открыть %s!" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4952 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4953 msgid "Could not open temporary log file for writing " |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4954 msgstr "Невозможно открыть файл временного журнала для записи" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
4955 |
7 | 4956 msgid " VREPLACE" |
4957 msgstr " ВИРТУАЛЬНАЯ ЗАМЕНА" | |
4958 | |
4959 msgid " REPLACE" | |
4960 msgstr " ЗАМЕНА" | |
4961 | |
4962 msgid " REVERSE" | |
4963 msgstr " ОБРАТНАЯ" | |
4964 | |
4965 msgid " INSERT" | |
4966 msgstr " ВСТАВКА" | |
4967 | |
4968 msgid " (insert)" | |
4969 msgstr " (вставка)" | |
4970 | |
4971 msgid " (replace)" | |
4972 msgstr " (замена)" | |
4973 | |
4974 msgid " (vreplace)" | |
4975 msgstr " (виртуальная замена)" | |
4976 | |
4977 msgid " Hebrew" | |
4978 msgstr " Иврит" | |
4979 | |
4980 msgid " Arabic" | |
4981 msgstr " Арабский" | |
4982 | |
4983 msgid " (lang)" | |
4984 msgstr " (язык)" | |
4985 | |
4986 msgid " (paste)" | |
4987 msgstr " (вклейка)" | |
4988 | |
4989 msgid " VISUAL" | |
4990 msgstr " ВИЗУАЛЬНЫЙ РЕЖИМ" | |
4991 | |
4992 msgid " VISUAL LINE" | |
4993 msgstr " ВИЗУАЛЬНАЯ СТРОКА" | |
4994 | |
4995 msgid " VISUAL BLOCK" | |
4996 msgstr " ВИЗУАЛЬНЫЙ БЛОК" | |
4997 | |
4998 msgid " SELECT" | |
4999 msgstr " ВЫДЕЛЕНИЕ" | |
5000 | |
5001 msgid " SELECT LINE" | |
5002 msgstr " ВЫДЕЛЕНИЕ СТРОКИ" | |
5003 | |
5004 msgid " SELECT BLOCK" | |
5005 msgstr " ВЫДЕЛЕНИЕ БЛОКА" | |
5006 | |
5007 msgid "recording" | |
5008 msgstr "запись" | |
5009 | |
5010 #, c-format | |
5011 msgid "E383: Invalid search string: %s" | |
5012 msgstr "E383: Неправильная строка поиска: %s" | |
5013 | |
5014 #, c-format | |
5015 msgid "E384: search hit TOP without match for: %s" | |
4869 | 5016 msgstr "E384: Поиск закончен в НАЧАЛЕ документа; %s не найдено" |
7 | 5017 |
5018 #, c-format | |
5019 msgid "E385: search hit BOTTOM without match for: %s" | |
4869 | 5020 msgstr "E385: Поиск закончен в КОНЦЕ документа; %s не найдено" |
7 | 5021 |
5022 msgid "E386: Expected '?' or '/' after ';'" | |
5023 msgstr "E386: После ';' ожидается ввод '?' или '/'" | |
5024 | |
5025 msgid " (includes previously listed match)" | |
5026 msgstr " (включает раннее показанные соответствия)" | |
5027 | |
5028 #. cursor at status line | |
5029 msgid "--- Included files " | |
5030 msgstr "--- Включённые файлы " | |
5031 | |
5032 msgid "not found " | |
5033 msgstr "не найдено " | |
5034 | |
5035 msgid "in path ---\n" | |
5036 msgstr "по пути ---\n" | |
5037 | |
5038 msgid " (Already listed)" | |
5039 msgstr " (Уже показано)" | |
5040 | |
5041 msgid " NOT FOUND" | |
5042 msgstr " НЕ НАЙДЕНО" | |
5043 | |
5044 #, c-format | |
5045 msgid "Scanning included file: %s" | |
5046 msgstr "Просмотр включённых файлов: %s" | |
5047 | |
4869 | 5048 #, c-format |
5049 msgid "Searching included file %s" | |
5050 msgstr "Поиск включённого файла %s" | |
5051 | |
7 | 5052 msgid "E387: Match is on current line" |
5053 msgstr "E387: Соответствие в текущей строке" | |
5054 | |
5055 msgid "All included files were found" | |
5056 msgstr "Найдены все включённые файлы" | |
5057 | |
5058 msgid "No included files" | |
5059 msgstr "Включённых файлов нет" | |
5060 | |
5061 msgid "E388: Couldn't find definition" | |
5062 msgstr "E388: Определение не найдено" | |
5063 | |
5064 msgid "E389: Couldn't find pattern" | |
5065 msgstr "E389: Шаблон не найден" | |
5066 | |
4869 | 5067 msgid "Substitute " |
5068 msgstr "Замена " | |
5069 | |
5070 #, c-format | |
5071 msgid "" | |
5072 "\n" | |
5073 "# Last %sSearch Pattern:\n" | |
5074 "~" | |
5075 msgstr "" | |
5076 "\n" | |
5077 "# Последний %sШаблон поиска:\n" | |
5078 "~" | |
5079 | |
5080 msgid "E759: Format error in spell file" | |
5081 msgstr "E759: Ошибка формата в файле правописания" | |
5082 | |
5083 msgid "E758: Truncated spell file" | |
5084 msgstr "E758: Файл правописания обрезан" | |
5085 | |
5086 #, c-format | |
5087 msgid "Trailing text in %s line %d: %s" | |
5088 msgstr "Лишний текст на хвосте в %s стр. %d: %s" | |
5089 | |
5090 #, c-format | |
5091 msgid "Affix name too long in %s line %d: %s" | |
5092 msgstr "Имя аффикса слишком длинное в %s, строка %d: %s" | |
5093 | |
5094 msgid "E761: Format error in affix file FOL, LOW or UPP" | |
5095 msgstr "E761: Ошибка формата в файле аффиксов FOL, LOW или UPP" | |
5096 | |
5097 msgid "E762: Character in FOL, LOW or UPP is out of range" | |
5098 msgstr "E762: Символы в FOL, LOW или UPP за пределами диапазона" | |
5099 | |
5100 msgid "Compressing word tree..." | |
5101 msgstr "Сжатие дерева слов..." | |
5102 | |
5103 msgid "E756: Spell checking is not enabled" | |
5104 msgstr "E756: Проверка правописания выключена" | |
5105 | |
5106 #, c-format | |
5107 msgid "Warning: Cannot find word list \"%s_%s.spl\" or \"%s_ascii.spl\"" | |
5108 msgstr "" | |
5109 "Предупреждение: Невозможно найти список слов \"%s_%s.spl\" или \"%s_ascii.spl" | |
5110 "\"" | |
5111 | |
5112 #, c-format | |
5113 msgid "Warning: Cannot find word list \"%s.%s.spl\" or \"%s.ascii.spl\"" | |
5114 msgstr "" | |
5115 "Предупреждение: Невозможно найти список слов \"%s.%s.spl\" или \"%s.ascii.spl" | |
5116 "\"" | |
5117 | |
5118 #, c-format | |
5119 msgid "Reading spell file \"%s\"" | |
5120 msgstr "Чтение файла правописания \"%s\"" | |
5121 | |
5122 msgid "E757: This does not look like a spell file" | |
5123 msgstr "E757: Это не похоже на файл правописания" | |
5124 | |
5125 msgid "E771: Old spell file, needs to be updated" | |
5126 msgstr "E771: Старый файл правописания, требуется его обновление" | |
5127 | |
5128 msgid "E772: Spell file is for newer version of Vim" | |
5129 msgstr "E772: Файл правописания предназначен для более новой версии Vim" | |
5130 | |
5131 msgid "E770: Unsupported section in spell file" | |
5132 msgstr "E770: Неподдерживаемый раздел в файле правописания" | |
5133 | |
5134 #, c-format | |
5135 msgid "Warning: region %s not supported" | |
5136 msgstr "Предупреждение: регион %s не поддерживается" | |
5137 | |
5138 #, c-format | |
5139 msgid "Reading affix file %s ..." | |
5140 msgstr "Чтение файла аффиксов %s ..." | |
5141 | |
5142 #, c-format | |
5143 msgid "Conversion failure for word in %s line %d: %s" | |
5144 msgstr "Не удалось преобразовать слово в %s, строка %d: %s" | |
5145 | |
5146 #, c-format | |
5147 msgid "Conversion in %s not supported: from %s to %s" | |
5148 msgstr "Преобразование в %s не поддерживается: из %s в %s" | |
5149 | |
5150 #, c-format | |
5151 msgid "Conversion in %s not supported" | |
5152 msgstr "Преобразование в %s не поддерживается" | |
5153 | |
5154 #, c-format | |
5155 msgid "Invalid value for FLAG in %s line %d: %s" | |
5156 msgstr "Неправильное значение FLAG в %s, строка %d: %s" | |
5157 | |
5158 #, c-format | |
5159 msgid "FLAG after using flags in %s line %d: %s" | |
5160 msgstr "FLAG после использования флагов в %s, строка %d: %s" | |
5161 | |
5162 #, c-format | |
5163 msgid "" | |
5164 "Defining COMPOUNDFORBIDFLAG after PFX item may give wrong results in %s line " | |
5165 "%d" | |
5166 msgstr "" | |
5167 "Определение COMPOUNDFORBIDFLAG после элемента PFX может дать неправильные " | |
5168 "результаты в %s, строка %d" | |
5169 | |
5170 #, c-format | |
5171 msgid "" | |
5172 "Defining COMPOUNDPERMITFLAG after PFX item may give wrong results in %s line " | |
5173 "%d" | |
5174 msgstr "" | |
5175 "Определение COMPOUNDPERMITFLAG после элемента PFX может дать неправильные " | |
5176 "результаты в %s, строка %d" | |
5177 | |
5178 #, c-format | |
5179 msgid "Wrong COMPOUNDRULES value in %s line %d: %s" | |
5180 msgstr "Неправильное значение COMPOUNDRULES в %s, строка %d: %s" | |
5181 | |
5182 #, c-format | |
5183 msgid "Wrong COMPOUNDWORDMAX value in %s line %d: %s" | |
5184 msgstr "Неправильное значение COMPOUNDWORDMAX в %s, строка %d: %s" | |
5185 | |
5186 #, c-format | |
5187 msgid "Wrong COMPOUNDMIN value in %s line %d: %s" | |
5188 msgstr "Неправильное значение COMPOUNDMIN в %s, строка %d: %s" | |
5189 | |
5190 #, c-format | |
5191 msgid "Wrong COMPOUNDSYLMAX value in %s line %d: %s" | |
5192 msgstr "Неправильное значение COMPOUNDSYLMAX в %s, строка %d: %s" | |
5193 | |
5194 #, c-format | |
5195 msgid "Wrong CHECKCOMPOUNDPATTERN value in %s line %d: %s" | |
5196 msgstr "Неправильное значение CHECKCOMPOUNDPATTERN в %s, строка %d: %s" | |
5197 | |
5198 #, c-format | |
5199 msgid "Different combining flag in continued affix block in %s line %d: %s" | |
5200 msgstr "" | |
5201 "Другой объединяющий флаг в продолжающем блоке аффикса в %s, строка %d: %s" | |
5202 | |
5203 #, c-format | |
5204 msgid "Duplicate affix in %s line %d: %s" | |
5205 msgstr "Повторяющийся аффикс в %s, строка %d: %s" | |
5206 | |
5207 #, c-format | |
5208 msgid "" | |
5209 "Affix also used for BAD/RARE/KEEPCASE/NEEDAFFIX/NEEDCOMPOUND/NOSUGGEST in %s " | |
5210 "line %d: %s" | |
5211 msgstr "" | |
5212 "Аффикс также используется для BAD/RARE/KEEPCASE/NEEDAFFIX/NEEDCOMPOUND/" | |
5213 "NOSUGGEST в %s, строка %d: %s" | |
5214 | |
5215 #, c-format | |
5216 msgid "Expected Y or N in %s line %d: %s" | |
5217 msgstr "Ожидалось Y или N в %s, строка %d: %s" | |
5218 | |
5219 #, c-format | |
5220 msgid "Broken condition in %s line %d: %s" | |
5221 msgstr "Нарушенное условие в %s, строка %d: %s" | |
5222 | |
5223 #, c-format | |
5224 msgid "Expected REP(SAL) count in %s line %d" | |
5225 msgstr "Ожидался счётчик REP(SAL) в %s, строка %d" | |
5226 | |
5227 #, c-format | |
5228 msgid "Expected MAP count in %s line %d" | |
5229 msgstr "Ожидался счётчик MAP в %s, строка %d" | |
5230 | |
5231 #, c-format | |
5232 msgid "Duplicate character in MAP in %s line %d" | |
5233 msgstr "Повторяющийся символ в MAP в %s, строка %d" | |
5234 | |
5235 #, c-format | |
5236 msgid "Unrecognized or duplicate item in %s line %d: %s" | |
5237 msgstr "Нераспознанный или повторяющийся элемент в %s, строка %d: %s" | |
5238 | |
5239 #, c-format | |
5240 msgid "Missing FOL/LOW/UPP line in %s" | |
5241 msgstr "Пропущена строка FOL/LOW/UPP в %s" | |
5242 | |
5243 msgid "COMPOUNDSYLMAX used without SYLLABLE" | |
5244 msgstr "COMPOUNDSYLMAX используется без SYLLABLE" | |
5245 | |
5246 msgid "Too many postponed prefixes" | |
5247 msgstr "Слишком много отложенных префиксов" | |
5248 | |
5249 msgid "Too many compound flags" | |
5250 msgstr "Слишком много составных флагов" | |
5251 | |
5252 msgid "Too many postponed prefixes and/or compound flags" | |
5253 msgstr "Слишком много отложенных префиксов и/или составных флагов" | |
5254 | |
5255 #, c-format | |
5256 msgid "Missing SOFO%s line in %s" | |
5257 msgstr "Пропущена строка SOFO%s в %s" | |
5258 | |
5259 #, c-format | |
5260 msgid "Both SAL and SOFO lines in %s" | |
5261 msgstr "Обе строки SAL и SOFO в %s" | |
5262 | |
5263 #, c-format | |
5264 msgid "Flag is not a number in %s line %d: %s" | |
5265 msgstr "Флаг не является числом в %s, строка %d: %s" | |
5266 | |
5267 #, c-format | |
5268 msgid "Illegal flag in %s line %d: %s" | |
5269 msgstr "Недопустимый флаг в %s на строке %d: %s" | |
5270 | |
5271 #, c-format | |
5272 msgid "%s value differs from what is used in another .aff file" | |
5273 msgstr "%s имеет другое значение, чем в файле .aff" | |
5274 | |
5275 #, c-format | |
5276 msgid "Reading dictionary file %s ..." | |
5277 msgstr "Чтение файла словаря %s ..." | |
5278 | |
5279 #, c-format | |
5280 msgid "E760: No word count in %s" | |
5281 msgstr "E760: Количество слов не указано в %s" | |
5282 | |
5283 #, c-format | |
5284 msgid "line %6d, word %6d - %s" | |
5285 msgstr "строка %6d, слово %6d — %s" | |
5286 | |
5287 #, c-format | |
5288 msgid "Duplicate word in %s line %d: %s" | |
5289 msgstr "Повтор слова в %s на строке %d: %s " | |
5290 | |
5291 #, c-format | |
5292 msgid "First duplicate word in %s line %d: %s" | |
5293 msgstr "Первый повтор слова в %s на строке %d: %s" | |
5294 | |
5295 #, c-format | |
5296 msgid "%d duplicate word(s) in %s" | |
5297 msgstr "%d повторяющихся слов в %s" | |
5298 | |
5299 #, c-format | |
5300 msgid "Ignored %d word(s) with non-ASCII characters in %s" | |
5301 msgstr "Пропущено %d слов с не ASCII символами в %s" | |
5302 | |
5303 #, c-format | |
5304 msgid "Reading word file %s ..." | |
5305 msgstr "Чтение файла слов %s ..." | |
5306 | |
5307 #, c-format | |
5308 msgid "Duplicate /encoding= line ignored in %s line %d: %s" | |
5309 msgstr "Проигнорирована повторяющаяся строка /encoding= в %s, строка %d: %s" | |
5310 | |
5311 #, c-format | |
5312 msgid "/encoding= line after word ignored in %s line %d: %s" | |
5313 msgstr "Проигнорирована строка /encoding= после слова в %s, строка %d: %s" | |
5314 | |
5315 #, c-format | |
5316 msgid "Duplicate /regions= line ignored in %s line %d: %s" | |
5317 msgstr "Пропускается повтор строки /regions= в %s, строка %d: %s" | |
5318 | |
5319 #, c-format | |
5320 msgid "Too many regions in %s line %d: %s" | |
5321 msgstr "Слишком много регионов в %s, строка %d: %s" | |
5322 | |
5323 #, c-format | |
5324 msgid "/ line ignored in %s line %d: %s" | |
5325 msgstr "/ строка пропускается в %s, строка %d: %s" | |
5326 | |
5327 #, c-format | |
5328 msgid "Invalid region nr in %s line %d: %s" | |
5329 msgstr "Недопустимый номер региона в %s, строка %d: %s" | |
5330 | |
5331 #, c-format | |
5332 msgid "Unrecognized flags in %s line %d: %s" | |
5333 msgstr "Нераспознанные флаги в %s, строка %d: %s" | |
5334 | |
5335 #, c-format | |
5336 msgid "Ignored %d words with non-ASCII characters" | |
5337 msgstr "Пропущено %d слов с не ASCII символами" | |
5338 | |
5339 msgid "E845: Insufficient memory, word list will be incomplete" | |
5340 msgstr "E845: Недостаточно оперативной памяти, список слов будет не полон" | |
5341 | |
5342 #, c-format | |
5343 msgid "Compressed %d of %d nodes; %d (%d%%) remaining" | |
5344 msgstr "Сжато %d из %d узлов; осталось %d (%d%%)" | |
5345 | |
5346 msgid "Reading back spell file..." | |
5347 msgstr "Чтение записанного файла правописания..." | |
5348 | |
5349 #. | |
5350 #. * Go through the trie of good words, soundfold each word and add it to | |
5351 #. * the soundfold trie. | |
5352 #. | |
5353 msgid "Performing soundfolding..." | |
5354 msgstr "Выполнение звуковой свёртки..." | |
5355 | |
5356 #, c-format | |
5357 msgid "Number of words after soundfolding: %ld" | |
5358 msgstr "Количество слов после звуковой свёртки: %ld" | |
5359 | |
5360 #, c-format | |
5361 msgid "Total number of words: %d" | |
5362 msgstr "Общее количество слов: %d" | |
5363 | |
5364 #, c-format | |
5365 msgid "Writing suggestion file %s ..." | |
5366 msgstr "Запись файла предложения исправлений правописания %s" | |
5367 | |
5368 #, c-format | |
5369 msgid "Estimated runtime memory use: %d bytes" | |
5370 msgstr "Оценка использования памяти при выполнении: %d байт" | |
5371 | |
5372 msgid "E751: Output file name must not have region name" | |
5373 msgstr "E751: Имя выходного файла не должно содержать названия региона" | |
5374 | |
5375 msgid "E754: Only up to 8 regions supported" | |
5376 msgstr "E754: Поддерживается не более 8-ми регионов" | |
5377 | |
5378 #, c-format | |
5379 msgid "E755: Invalid region in %s" | |
5380 msgstr "E755: Недопустимый регион в %s" | |
5381 | |
5382 msgid "Warning: both compounding and NOBREAK specified" | |
5383 msgstr "Предупреждение: оба составные и указано NOBREAK" | |
5384 | |
5385 #, c-format | |
5386 msgid "Writing spell file %s ..." | |
5387 msgstr "Запись файла правописания %s ..." | |
5388 | |
5389 msgid "Done!" | |
5390 msgstr "Завершено!" | |
5391 | |
5392 #, c-format | |
5393 msgid "E765: 'spellfile' does not have %ld entries" | |
5394 msgstr "E765: 'spellfile' не содержит %ld элементов" | |
5395 | |
5396 #, c-format | |
5763 | 5397 msgid "Word '%.*s' removed from %s" |
5398 msgstr "Слово '%.*s' удалено из %s" | |
5399 | |
5400 #, c-format | |
5401 msgid "Word '%.*s' added to %s" | |
5402 msgstr "Слово '%.*s' добавлено в %s" | |
4869 | 5403 |
5404 msgid "E763: Word characters differ between spell files" | |
5405 msgstr "E763: Символы слов отличаются в файлах правописания" | |
5406 | |
5407 msgid "Sorry, no suggestions" | |
5408 msgstr "Извините, нет предположений" | |
5409 | |
5410 #, c-format | |
5411 msgid "Sorry, only %ld suggestions" | |
5412 msgstr "Извините, только %ld предположений" | |
5413 | |
5414 #. for when 'cmdheight' > 1 | |
5415 #. avoid more prompt | |
5416 #, c-format | |
5417 msgid "Change \"%.*s\" to:" | |
5418 msgstr "Заменить \"%.*s\" на:" | |
5419 | |
5420 #, c-format | |
5421 msgid " < \"%.*s\"" | |
5422 msgstr " < \"%.*s\"" | |
5423 | |
5424 msgid "E752: No previous spell replacement" | |
5425 msgstr "E752: Нет предыдущей замены правописания" | |
5426 | |
5427 #, c-format | |
5428 msgid "E753: Not found: %s" | |
5429 msgstr "E753: Не найдено: %s" | |
5430 | |
5431 #, c-format | |
5432 msgid "E778: This does not look like a .sug file: %s" | |
5433 msgstr "E778: Это не похоже на файл .sug: %s" | |
5434 | |
5435 #, c-format | |
5436 msgid "E779: Old .sug file, needs to be updated: %s" | |
5437 msgstr "E779: Старый файл .sug, требует обновления: %s" | |
5438 | |
5439 #, c-format | |
5440 msgid "E780: .sug file is for newer version of Vim: %s" | |
5441 msgstr "E780: Файл .sug для более новой версии Vim: %s" | |
5442 | |
5443 #, c-format | |
5444 msgid "E781: .sug file doesn't match .spl file: %s" | |
5445 msgstr "E781: Файл .sug не соответствует файлу .spl: %s" | |
5446 | |
5447 #, c-format | |
5448 msgid "E782: error while reading .sug file: %s" | |
5449 msgstr "E782: Ошибка при чтении файла .sug: %s" | |
5450 | |
5451 #. This should have been checked when generating the .spl | |
5452 #. * file. | |
5453 msgid "E783: duplicate char in MAP entry" | |
5454 msgstr "E783: Повторяющийся символ в элементе MAP" | |
5455 | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
5456 msgid "No Syntax items defined for this buffer" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
5457 msgstr "Синтаксические элементы для данного буфера не определены" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
5458 |
7 | 5459 #, c-format |
5460 msgid "E390: Illegal argument: %s" | |
4869 | 5461 msgstr "E390: Недопустимый параметр: %s" |
7 | 5462 |
5463 #, c-format | |
5464 msgid "E391: No such syntax cluster: %s" | |
5465 msgstr "E391: Синтаксический кластер %s не найден" | |
5466 | |
5467 msgid "syncing on C-style comments" | |
5468 msgstr "Синхронизация по комментариям в стиле языка C" | |
5469 | |
5470 msgid "no syncing" | |
5471 msgstr "без синхронизации" | |
5472 | |
5473 msgid "syncing starts " | |
5474 msgstr "синхронизация начата " | |
5475 | |
5476 msgid " lines before top line" | |
5477 msgstr " строк перед верхней строкой" | |
5478 | |
5479 msgid "" | |
5480 "\n" | |
5481 "--- Syntax sync items ---" | |
5482 msgstr "" | |
5483 "\n" | |
5484 "--- Элементы синхронизации синтаксиса ---" | |
5485 | |
5486 msgid "" | |
5487 "\n" | |
5488 "syncing on items" | |
5489 msgstr "" | |
5490 "\n" | |
5491 "синхронизация по элементам" | |
5492 | |
5493 msgid "" | |
5494 "\n" | |
5495 "--- Syntax items ---" | |
5496 msgstr "" | |
5497 "\n" | |
5498 "--- Синтаксические элементы ---" | |
5499 | |
5500 #, c-format | |
5501 msgid "E392: No such syntax cluster: %s" | |
5502 msgstr "E392: Синтаксический кластер %s не найден" | |
5503 | |
5504 msgid "minimal " | |
5505 msgstr "минимум " | |
5506 | |
5507 msgid "maximal " | |
5508 msgstr "максимум " | |
5509 | |
5510 msgid "; match " | |
5511 msgstr "; соответствие " | |
5512 | |
5513 msgid " line breaks" | |
5514 msgstr " переносов строк" | |
5515 | |
4869 | 5516 msgid "E395: contains argument not accepted here" |
5517 msgstr "E395: Здесь нельзя использовать параметр contains" | |
5518 | |
5519 msgid "E844: invalid cchar value" | |
5520 msgstr "E844: Недопустимое значение cchar" | |
5521 | |
7 | 5522 msgid "E393: group[t]here not accepted here" |
4869 | 5523 msgstr "E393: Здесь нельзя использовать group[t]here" |
7 | 5524 |
5525 #, c-format | |
5526 msgid "E394: Didn't find region item for %s" | |
5527 msgstr "E394: Элемент области для %s не найден" | |
5528 | |
5529 msgid "E397: Filename required" | |
5530 msgstr "E397: Требуется указать имя файла" | |
5531 | |
4869 | 5532 msgid "E847: Too many syntax includes" |
5533 msgstr "E847: Слишком много синтаксических включений" | |
5534 | |
5535 #, c-format | |
5536 msgid "E789: Missing ']': %s" | |
5537 msgstr "E789: Пропущено ']': %s" | |
5538 | |
7 | 5539 #, c-format |
5540 msgid "E398: Missing '=': %s" | |
5541 msgstr "E398: Пропущено '=': %s" | |
5542 | |
5543 #, c-format | |
5544 msgid "E399: Not enough arguments: syntax region %s" | |
4869 | 5545 msgstr "E399: Не хватает параметров: синтаксический регион %s" |
5546 | |
5547 msgid "E848: Too many syntax clusters" | |
5548 msgstr "E848: Слишком много синтаксических кластеров" | |
7 | 5549 |
5550 msgid "E400: No cluster specified" | |
5551 msgstr "E400: Кластер не указан" | |
5552 | |
5553 #, c-format | |
5554 msgid "E401: Pattern delimiter not found: %s" | |
5555 msgstr "E401: Не найден разделитель шаблонов: %s" | |
5556 | |
5557 #, c-format | |
5558 msgid "E402: Garbage after pattern: %s" | |
5559 msgstr "E402: Мусор после шаблона: %s" | |
5560 | |
5561 msgid "E403: syntax sync: line continuations pattern specified twice" | |
5562 msgstr "" | |
4869 | 5563 "E403: Синхронизация синтаксиса: шаблон продолжений строки указан дважды" |
7 | 5564 |
5565 #, c-format | |
5566 msgid "E404: Illegal arguments: %s" | |
4869 | 5567 msgstr "E404: Недопустимые параметры: %s" |
7 | 5568 |
5569 #, c-format | |
5570 msgid "E405: Missing equal sign: %s" | |
5571 msgstr "E405: Пропущен знак равенства: %s" | |
5572 | |
5573 #, c-format | |
5574 msgid "E406: Empty argument: %s" | |
4869 | 5575 msgstr "E406: Пустой параметр: %s" |
7 | 5576 |
5577 #, c-format | |
5578 msgid "E407: %s not allowed here" | |
5579 msgstr "E407: %s не допускается в этом месте" | |
5580 | |
5581 #, c-format | |
5582 msgid "E408: %s must be first in contains list" | |
5583 msgstr "E408: %s должно быть первым в списке contains" | |
5584 | |
5585 #, c-format | |
5586 msgid "E409: Unknown group name: %s" | |
5587 msgstr "E409: Неизвестная группа: %s" | |
5588 | |
5589 #, c-format | |
5590 msgid "E410: Invalid :syntax subcommand: %s" | |
5591 msgstr "E410: Неправильная подкоманда :syntax: %s" | |
5592 | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
5593 msgid "" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
5594 " TOTAL COUNT MATCH SLOWEST AVERAGE NAME PATTERN" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
5595 msgstr "" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
5596 " ВСЕГО КОЛ. СООТВ. ОТСТАЮЩИЙ СРЕДНИЙ ИМЯ ШАБЛОН" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
5597 |
4869 | 5598 msgid "E679: recursive loop loading syncolor.vim" |
5599 msgstr "E679: Рекурсивная петля при загрузке syncolor.vim" | |
5600 | |
7 | 5601 #, c-format |
5602 msgid "E411: highlight group not found: %s" | |
4869 | 5603 msgstr "E411: Группа подсветки синтаксиса %s не найдена" |
7 | 5604 |
5605 #, c-format | |
5606 msgid "E412: Not enough arguments: \":highlight link %s\"" | |
4869 | 5607 msgstr "E412: Не хватает параметров: \":highlight link %s\"" |
7 | 5608 |
5609 #, c-format | |
5610 msgid "E413: Too many arguments: \":highlight link %s\"" | |
4869 | 5611 msgstr "E413: Слишком много параметров: \":highlight link %s\"" |
7 | 5612 |
5613 msgid "E414: group has settings, highlight link ignored" | |
4869 | 5614 msgstr "E414: У группы есть настройки, пропускается highlight link" |
7 | 5615 |
5616 #, c-format | |
5617 msgid "E415: unexpected equal sign: %s" | |
4869 | 5618 msgstr "E415: Неожиданный знак равенства: %s" |
7 | 5619 |
5620 #, c-format | |
5621 msgid "E416: missing equal sign: %s" | |
4869 | 5622 msgstr "E416: Пропущен знак равенства: %s" |
7 | 5623 |
5624 #, c-format | |
5625 msgid "E417: missing argument: %s" | |
4869 | 5626 msgstr "E417: Пропущен параметр: %s" |
7 | 5627 |
5628 #, c-format | |
5629 msgid "E418: Illegal value: %s" | |
5630 msgstr "E418: Недопустимое значение: %s" | |
5631 | |
5632 msgid "E419: FG color unknown" | |
5633 msgstr "E419: Неизвестный цвет текста" | |
5634 | |
5635 msgid "E420: BG color unknown" | |
5636 msgstr "E420: Неизвестный цвет фона" | |
5637 | |
5638 #, c-format | |
5639 msgid "E421: Color name or number not recognized: %s" | |
5640 msgstr "E421: Имя или номер цвета не известно: %s" | |
5641 | |
5642 #, c-format | |
5643 msgid "E422: terminal code too long: %s" | |
4869 | 5644 msgstr "E422: Слишком длинный код терминала: %s" |
7 | 5645 |
5646 #, c-format | |
5647 msgid "E423: Illegal argument: %s" | |
4869 | 5648 msgstr "E423: Недопустимый параметр: %s" |
7 | 5649 |
5650 msgid "E424: Too many different highlighting attributes in use" | |
5651 msgstr "E424: Используется слишком много разных атрибутов подсветки синтаксиса" | |
5652 | |
5653 msgid "E669: Unprintable character in group name" | |
5654 msgstr "E669: Непечатный символ в имени группы" | |
5655 | |
5656 msgid "W18: Invalid character in group name" | |
5657 msgstr "W18: Недопустимый символ в имени группы" | |
5658 | |
4869 | 5659 msgid "E849: Too many highlight and syntax groups" |
5660 msgstr "E849: Слишком много групп подсветки и синтаксиса" | |
5661 | |
7 | 5662 msgid "E555: at bottom of tag stack" |
4869 | 5663 msgstr "E555: Внизу стека меток" |
7 | 5664 |
5665 msgid "E556: at top of tag stack" | |
4869 | 5666 msgstr "E556: Наверху стека меток" |
7 | 5667 |
5668 msgid "E425: Cannot go before first matching tag" | |
5669 msgstr "E425: Невозможно перейти в позицию до первой совпадающей метки" | |
5670 | |
5671 #, c-format | |
5672 msgid "E426: tag not found: %s" | |
5673 msgstr "E426: Метка не найдена: %s" | |
5674 | |
5675 msgid " # pri kind tag" | |
5676 msgstr " # при тип метка" | |
5677 | |
5678 msgid "file\n" | |
5679 msgstr "файл\n" | |
5680 | |
5681 msgid "E427: There is only one matching tag" | |
5682 msgstr "E427: Есть только одна совпадающая метка" | |
5683 | |
5684 msgid "E428: Cannot go beyond last matching tag" | |
5685 msgstr "E428: Невозможно перейти в позицию за последней совпадающей меткой" | |
5686 | |
5687 #, c-format | |
5688 msgid "File \"%s\" does not exist" | |
5689 msgstr "Файл \"%s\" не существует" | |
5690 | |
5691 #. Give an indication of the number of matching tags | |
5692 #, c-format | |
5693 msgid "tag %d of %d%s" | |
5694 msgstr "метка %d из %d%s" | |
5695 | |
5696 msgid " or more" | |
5697 msgstr " и более" | |
5698 | |
5699 msgid " Using tag with different case!" | |
5700 msgstr " Используется метка с символами в другом регистре!" | |
5701 | |
5702 #, c-format | |
5703 msgid "E429: File \"%s\" does not exist" | |
5704 msgstr "E429: Файл \"%s\" не существует" | |
5705 | |
5706 #. Highlight title | |
5707 msgid "" | |
5708 "\n" | |
5709 " # TO tag FROM line in file/text" | |
5710 msgstr "" | |
5711 "\n" | |
5712 " # К метке ОТ стр. в файле/тексте" | |
5713 | |
5714 #, c-format | |
5715 msgid "Searching tags file %s" | |
5716 msgstr "Поиск в файле меток %s" | |
5717 | |
5718 #, c-format | |
5719 msgid "E430: Tag file path truncated for %s\n" | |
5720 msgstr "E430: Путь к файлу меток %s обрезан\n" | |
5721 | |
4869 | 5722 msgid "Ignoring long line in tags file" |
5723 msgstr "Игнорирование длинной строки в файле tags" | |
5724 | |
7 | 5725 #, c-format |
5726 msgid "E431: Format error in tags file \"%s\"" | |
5727 msgstr "E431: Ошибка формата в файле меток \"%s\"" | |
5728 | |
5729 #, c-format | |
5730 msgid "Before byte %ld" | |
5731 msgstr "Перед байтом %ld" | |
5732 | |
5733 #, c-format | |
5734 msgid "E432: Tags file not sorted: %s" | |
5735 msgstr "E432: Файл меток не отсортирован: %s" | |
5736 | |
5737 #. never opened any tags file | |
5738 msgid "E433: No tags file" | |
5739 msgstr "E433: Файл меток не обнаружен" | |
5740 | |
5741 msgid "E434: Can't find tag pattern" | |
5742 msgstr "E434: Не найден шаблон метки" | |
5743 | |
5744 msgid "E435: Couldn't find tag, just guessing!" | |
5745 msgstr "E435: Метка не найдена, пытаемся угадать!" | |
5746 | |
4869 | 5747 #, c-format |
5748 msgid "Duplicate field name: %s" | |
5749 msgstr "Повторяющееся имя поля: %s" | |
5750 | |
7 | 5751 msgid "' not known. Available builtin terminals are:" |
5752 msgstr "' не известен. Доступны встроенные терминалы:" | |
5753 | |
5754 msgid "defaulting to '" | |
5755 msgstr "по умолчанию '" | |
5756 | |
5757 msgid "E557: Cannot open termcap file" | |
5758 msgstr "E557: Невозможно открыть файл termcap" | |
5759 | |
5760 msgid "E558: Terminal entry not found in terminfo" | |
5761 msgstr "E558: В terminfo нет записи об этом терминале" | |
5762 | |
5763 msgid "E559: Terminal entry not found in termcap" | |
5764 msgstr "E559: В termcap нет записи об этом терминале" | |
5765 | |
5766 #, c-format | |
5767 msgid "E436: No \"%s\" entry in termcap" | |
5768 msgstr "E436: В termcap нет записи \"%s\"" | |
5769 | |
5770 msgid "E437: terminal capability \"cm\" required" | |
4869 | 5771 msgstr "E437: Требуется способность терминала \"cm\"" |
7 | 5772 |
5773 #. Highlight title | |
5774 msgid "" | |
5775 "\n" | |
5776 "--- Terminal keys ---" | |
5777 msgstr "" | |
5778 "\n" | |
5779 "--- Кнопки терминала ---" | |
5780 | |
5781 msgid "new shell started\n" | |
5782 msgstr "запуск новой оболочки\n" | |
5783 | |
5784 msgid "Vim: Error reading input, exiting...\n" | |
5785 msgstr "Vim: Ошибка чтения ввода, выход...\n" | |
5786 | |
4869 | 5787 msgid "Used CUT_BUFFER0 instead of empty selection" |
5788 msgstr "Вместо пустого выделения используется CUT_BUFFER0" | |
5789 | |
5790 #. This happens when the FileChangedRO autocommand changes the | |
5791 #. * file in a way it becomes shorter. | |
5763 | 5792 msgid "E881: Line count changed unexpectedly" |
5793 msgstr "E881: Неожиданно изменился счётчик строк" | |
4869 | 5794 |
7 | 5795 #. must display the prompt |
5796 msgid "No undo possible; continue anyway" | |
5797 msgstr "Отмена невозможна; продолжать выполнение" | |
5798 | |
4869 | 5799 #, c-format |
5800 msgid "E828: Cannot open undo file for writing: %s" | |
5801 msgstr "E828: Невозможно открыть файл отмен для записи: %s" | |
5802 | |
5803 #, c-format | |
5804 msgid "E825: Corrupted undo file (%s): %s" | |
5805 msgstr "E825: Файл отмен повреждён (%s): %s" | |
5806 | |
5807 msgid "Cannot write undo file in any directory in 'undodir'" | |
5808 msgstr "Невозможно записать файл отмен в каком-либо каталоге из 'undodir'" | |
5809 | |
5810 #, c-format | |
5811 msgid "Will not overwrite with undo file, cannot read: %s" | |
5812 msgstr "Файл отмен не перезаписан, невозможно прочитать: %s" | |
5813 | |
5814 #, c-format | |
5815 msgid "Will not overwrite, this is not an undo file: %s" | |
5816 msgstr "Перезапись не выполнена, это не файл отмен: %s" | |
5817 | |
5818 msgid "Skipping undo file write, nothing to undo" | |
5819 msgstr "Пропущена запись файла отмен, нечего отменять" | |
5820 | |
5821 #, c-format | |
5822 msgid "Writing undo file: %s" | |
5823 msgstr "Запись файла отмен: %s" | |
5824 | |
5825 #, c-format | |
5826 msgid "E829: write error in undo file: %s" | |
5827 msgstr "E829: Ошибка при записи файла отмен: %s" | |
5828 | |
5829 #, c-format | |
5830 msgid "Not reading undo file, owner differs: %s" | |
5831 msgstr "Файл отмен не прочитан, другой владелец: %s" | |
5832 | |
5833 #, c-format | |
5834 msgid "Reading undo file: %s" | |
5835 msgstr "Чтение файла отмен: %s" | |
5836 | |
5837 #, c-format | |
5838 msgid "E822: Cannot open undo file for reading: %s" | |
5839 msgstr "E822: Невозможно открыть файл отмен для чтения: %s" | |
5840 | |
5841 #, c-format | |
5842 msgid "E823: Not an undo file: %s" | |
5843 msgstr "E823: Это не файл отмен: %s" | |
5844 | |
5845 #, c-format | |
5846 msgid "E832: Non-encrypted file has encrypted undo file: %s" | |
5847 msgstr "E832: Не зашифрованный файл имеет зашифрованный файл отмен: %s" | |
5848 | |
5849 #, c-format | |
5850 msgid "E826: Undo file decryption failed: %s" | |
5851 msgstr "E826: Не удалось дешифровать файл отмен: %s" | |
5852 | |
5853 #, c-format | |
5854 msgid "E827: Undo file is encrypted: %s" | |
5855 msgstr "E827: Файл отмен зашифрован: %s" | |
5856 | |
5857 #, c-format | |
5858 msgid "E824: Incompatible undo file: %s" | |
5859 msgstr "E824: Несовместимый файл отмен: %s" | |
5860 | |
5861 msgid "File contents changed, cannot use undo info" | |
5862 msgstr "Изменилось содержимое файла, невозможно использовать информацию отмен" | |
5863 | |
5864 #, c-format | |
5865 msgid "Finished reading undo file %s" | |
5866 msgstr "Завершено чтение файла отмен %s" | |
5867 | |
5868 msgid "Already at oldest change" | |
5869 msgstr "Уже на самом первом изменении" | |
5870 | |
5871 msgid "Already at newest change" | |
5872 msgstr "Уже на самом последнем изменении" | |
5873 | |
5874 #, c-format | |
5875 msgid "E830: Undo number %ld not found" | |
5876 msgstr "E830: Не найдена отмена номер %ld" | |
5877 | |
7 | 5878 msgid "E438: u_undo: line numbers wrong" |
5879 msgstr "E438: u_undo: неправильные номера строк" | |
5880 | |
4869 | 5881 msgid "more line" |
5882 msgstr "стр. добавлена" | |
5883 | |
5884 msgid "more lines" | |
5885 msgstr "стр. добавлено" | |
5886 | |
5887 msgid "line less" | |
5888 msgstr "стр. удалена" | |
5889 | |
5890 msgid "fewer lines" | |
5891 msgstr "стр. удалено" | |
5892 | |
5893 msgid "change" | |
5894 msgstr "изм." | |
5895 | |
5896 msgid "changes" | |
5897 msgstr "изм." | |
5898 | |
5899 #, c-format | |
5900 msgid "%ld %s; %s #%ld %s" | |
5901 msgstr "%ld %s; %s #%ld %s" | |
5902 | |
5903 msgid "before" | |
5904 msgstr "перед" | |
5905 | |
5906 msgid "after" | |
5907 msgstr "после" | |
5908 | |
5909 msgid "Nothing to undo" | |
5910 msgstr "Нечего отменять" | |
5911 | |
5912 # Заголовок таблицы :undolist | |
5913 msgid "number changes when saved" | |
5914 msgstr " номер измен. когда сохранено" | |
5915 | |
5916 #, c-format | |
5917 msgid "%ld seconds ago" | |
5918 msgstr "%ld с назад" | |
5919 | |
5920 msgid "E790: undojoin is not allowed after undo" | |
5921 msgstr "E790: Объединение отмен не допускается после отмены" | |
7 | 5922 |
5923 msgid "E439: undo list corrupt" | |
5924 msgstr "E439: Повреждён список отмены" | |
5925 | |
5926 msgid "E440: undo line missing" | |
4869 | 5927 msgstr "E440: Потеряна строка отмены" |
7 | 5928 |
5929 #. Only MS VC 4.1 and earlier can do Win32s | |
5930 msgid "" | |
5931 "\n" | |
1668 | 5932 "MS-Windows 16/32-bit GUI version" |
7 | 5933 msgstr "" |
5934 "\n" | |
5935 "Версия с графическим интерфейсом для MS-Windows 16/32 бит" | |
5936 | |
5937 msgid "" | |
5938 "\n" | |
4869 | 5939 "MS-Windows 64-bit GUI version" |
5940 msgstr "" | |
5941 "\n" | |
5942 "Версия с графическим интерфейсом для MS-Windows 64 бит" | |
5943 | |
5944 msgid "" | |
5945 "\n" | |
1668 | 5946 "MS-Windows 32-bit GUI version" |
7 | 5947 msgstr "" |
5948 "\n" | |
5949 "Версия с графическим интерфейсом для MS-Windows 32 бит" | |
5950 | |
5951 msgid " in Win32s mode" | |
4869 | 5952 msgstr " в режиме Win32" |
7 | 5953 |
5954 msgid " with OLE support" | |
5955 msgstr " с поддержкой OLE" | |
5956 | |
5957 msgid "" | |
5958 "\n" | |
4869 | 5959 "MS-Windows 64-bit console version" |
5960 msgstr "" | |
5961 "\n" | |
5962 "Консольная версия для MS-Windows 64 бит" | |
5963 | |
5964 msgid "" | |
5965 "\n" | |
1668 | 5966 "MS-Windows 32-bit console version" |
7 | 5967 msgstr "" |
5968 "\n" | |
5969 "Консольная версия для MS-Windows 32 бит" | |
5970 | |
5971 msgid "" | |
5972 "\n" | |
1668 | 5973 "MS-Windows 16-bit version" |
7 | 5974 msgstr "" |
5975 "\n" | |
5976 "Версия для MS-Windows 16 бит" | |
5977 | |
5978 msgid "" | |
5979 "\n" | |
1668 | 5980 "32-bit MS-DOS version" |
7 | 5981 msgstr "" |
5982 "\n" | |
5983 "Версия для MS-DOS 32 бит" | |
5984 | |
5985 msgid "" | |
5986 "\n" | |
1668 | 5987 "16-bit MS-DOS version" |
7 | 5988 msgstr "" |
5989 "\n" | |
5990 "Версия для MS-DOS 16 бит" | |
5991 | |
5992 msgid "" | |
5993 "\n" | |
5994 "MacOS X (unix) version" | |
5995 msgstr "" | |
5996 "\n" | |
5997 "Версия для MacOS X (unix)" | |
5998 | |
5999 msgid "" | |
6000 "\n" | |
6001 "MacOS X version" | |
6002 msgstr "" | |
6003 "\n" | |
6004 "Версия для MacOS X" | |
6005 | |
6006 msgid "" | |
6007 "\n" | |
6008 "MacOS version" | |
6009 msgstr "" | |
6010 "\n" | |
6011 "Версия для MacOS" | |
6012 | |
6013 msgid "" | |
6014 "\n" | |
4869 | 6015 "OpenVMS version" |
6016 msgstr "" | |
6017 "\n" | |
6018 "Версия для OpenVMS" | |
7 | 6019 |
6020 msgid "" | |
6021 "\n" | |
6022 "Included patches: " | |
6023 msgstr "" | |
6024 "\n" | |
6025 "Заплатки: " | |
6026 | |
4869 | 6027 msgid "" |
6028 "\n" | |
6029 "Extra patches: " | |
6030 msgstr "" | |
6031 "\n" | |
6032 "Дополнительные заплатки: " | |
6033 | |
7 | 6034 msgid "Modified by " |
6035 msgstr "С изменениями, внесёнными " | |
6036 | |
6037 msgid "" | |
6038 "\n" | |
6039 "Compiled " | |
6040 msgstr "" | |
6041 "\n" | |
6042 "Скомпилирован " | |
6043 | |
6044 msgid "by " | |
6045 msgstr " " | |
6046 | |
6047 msgid "" | |
6048 "\n" | |
6049 "Huge version " | |
6050 msgstr "" | |
6051 "\n" | |
6052 "Огромная версия " | |
6053 | |
6054 msgid "" | |
6055 "\n" | |
6056 "Big version " | |
6057 msgstr "" | |
6058 "\n" | |
6059 "Большая версия " | |
6060 | |
6061 msgid "" | |
6062 "\n" | |
6063 "Normal version " | |
6064 msgstr "" | |
6065 "\n" | |
6066 "Обычная версия " | |
6067 | |
6068 msgid "" | |
6069 "\n" | |
6070 "Small version " | |
6071 msgstr "" | |
6072 "\n" | |
6073 "Малая версия " | |
6074 | |
6075 msgid "" | |
6076 "\n" | |
6077 "Tiny version " | |
6078 msgstr "" | |
6079 "\n" | |
6080 "Версия \"Кроха\" " | |
6081 | |
6082 msgid "without GUI." | |
6083 msgstr "без графического интерфейса." | |
6084 | |
6085 msgid "with GTK2-GNOME GUI." | |
6086 msgstr "с графическим интерфейсом GTK2-GNOME." | |
6087 | |
6088 msgid "with GTK2 GUI." | |
6089 msgstr "с графическим интерфейсом GTK2." | |
6090 | |
6091 msgid "with X11-Motif GUI." | |
6092 msgstr "с графическим интерфейсом X11-Motif." | |
6093 | |
6094 msgid "with X11-neXtaw GUI." | |
6095 msgstr "с графическим интерфейсом X11-neXtaw." | |
6096 | |
6097 msgid "with X11-Athena GUI." | |
6098 msgstr "с графическим интерфейсом X11-Athena." | |
6099 | |
6100 msgid "with Photon GUI." | |
6101 msgstr "с графическим интерфейсом Photon." | |
6102 | |
6103 msgid "with GUI." | |
6104 msgstr "с графическим интерфейсом." | |
6105 | |
6106 msgid "with Carbon GUI." | |
6107 msgstr "с графическим интерфейсом Carbon." | |
6108 | |
6109 msgid "with Cocoa GUI." | |
6110 msgstr "с графическим интерфейсом Cocoa." | |
6111 | |
6112 msgid "with (classic) GUI." | |
6113 msgstr "с классическим графическим интерфейсом." | |
6114 | |
6115 msgid " Features included (+) or not (-):\n" | |
6116 msgstr " Включённые (+) и отключённые (-) особенности:\n" | |
6117 | |
6118 msgid " system vimrc file: \"" | |
6119 msgstr " общесистемный файл vimrc: \"" | |
6120 | |
6121 msgid " user vimrc file: \"" | |
6122 msgstr " пользовательский файл vimrc: \"" | |
6123 | |
6124 msgid " 2nd user vimrc file: \"" | |
6125 msgstr " второй пользовательский файл vimrc: \"" | |
6126 | |
6127 msgid " 3rd user vimrc file: \"" | |
6128 msgstr " третий пользовательский файл vimrc: \"" | |
6129 | |
6130 msgid " user exrc file: \"" | |
6131 msgstr " пользовательский файл exrc: \"" | |
6132 | |
6133 msgid " 2nd user exrc file: \"" | |
6134 msgstr " второй пользовательский файл exrc: \"" | |
6135 | |
6136 msgid " system gvimrc file: \"" | |
6137 msgstr " общесистемный файл gvimrc: \"" | |
6138 | |
6139 msgid " user gvimrc file: \"" | |
6140 msgstr " пользовательский файл gvimrc: \"" | |
6141 | |
6142 msgid "2nd user gvimrc file: \"" | |
6143 msgstr " второй пользовательский файл gvimrc: \"" | |
6144 | |
6145 msgid "3rd user gvimrc file: \"" | |
6146 msgstr " третий пользовательский файл gvimrc: \"" | |
6147 | |
6148 msgid " system menu file: \"" | |
6149 msgstr " общесистемный файл меню: \"" | |
6150 | |
6151 msgid " fall-back for $VIM: \"" | |
6152 msgstr " значение $VIM по умолчанию: \"" | |
6153 | |
6154 msgid " f-b for $VIMRUNTIME: \"" | |
6155 msgstr " значение $VIMRUNTIME по умолчанию: \"" | |
6156 | |
6157 msgid "Compilation: " | |
6158 msgstr "Параметры компиляции: " | |
6159 | |
6160 msgid "Compiler: " | |
6161 msgstr "Компилятор: " | |
6162 | |
6163 msgid "Linking: " | |
6164 msgstr "Сборка: " | |
6165 | |
6166 msgid " DEBUG BUILD" | |
6167 msgstr " ОТЛАДОЧНАЯ СБОРКА" | |
6168 | |
6169 msgid "VIM - Vi IMproved" | |
4869 | 6170 msgstr "VIM — Vi IMproved (улучшенный Vi)" |
7 | 6171 |
6172 msgid "version " | |
6173 msgstr "версия " | |
6174 | |
6175 msgid "by Bram Moolenaar et al." | |
6176 msgstr "Брам Мооленаар и другие" | |
6177 | |
6178 msgid "Vim is open source and freely distributable" | |
6179 msgstr "Vim это свободно распространяемая программа с открытым кодом" | |
6180 | |
6181 msgid "Help poor children in Uganda!" | |
6182 msgstr "Бедным детям в Уганде нужна ваша помощь!" | |
6183 | |
6184 msgid "type :help iccf<Enter> for information " | |
6185 msgstr "наберите :help iccf<Enter> для дополнительной информации" | |
6186 | |
6187 msgid "type :q<Enter> to exit " | |
6188 msgstr "наберите :q<Enter> чтобы выйти из программы " | |
6189 | |
6190 msgid "type :help<Enter> or <F1> for on-line help" | |
6191 msgstr "наберите :help<Enter> или <F1> для получения справки " | |
6192 | |
10204
f9673640b6aa
commit https://github.com/vim/vim/commit/b56e7ff0dbbfa85361bdbc5b4a86ff8b57a7acbb
Christian Brabandt <cb@256bit.org>
parents:
6292
diff
changeset
|
6193 msgid "type :help version8<Enter> for version info" |
f9673640b6aa
commit https://github.com/vim/vim/commit/b56e7ff0dbbfa85361bdbc5b4a86ff8b57a7acbb
Christian Brabandt <cb@256bit.org>
parents:
6292
diff
changeset
|
6194 msgstr "наберите :help version8<Enter> чтобы узнать об этой версии " |
7 | 6195 |
6196 msgid "Running in Vi compatible mode" | |
6197 msgstr "Работа в Vi-совместимом режиме" | |
6198 | |
6199 msgid "type :set nocp<Enter> for Vim defaults" | |
6200 msgstr "наберите :set nocp<Enter> для перехода в режим Vim " | |
6201 | |
6202 msgid "type :help cp-default<Enter> for info on this" | |
6203 msgstr "наберите :help cp-default<Enter> для дополнительной информации" | |
6204 | |
6205 msgid "menu Help->Orphans for information " | |
6206 msgstr "меню Справка->Сироты для получения информации " | |
6207 | |
6208 msgid "Running modeless, typed text is inserted" | |
4869 | 6209 msgstr "Безрежимная работа, вставка введённого текста" |
7 | 6210 |
6211 msgid "menu Edit->Global Settings->Toggle Insert Mode " | |
4869 | 6212 msgstr "меню Правка->Глобальные настройки->Режим Вставки " |
7 | 6213 |
6214 msgid " for two modes " | |
6215 msgstr " для двух режимов " | |
6216 | |
6217 msgid "menu Edit->Global Settings->Toggle Vi Compatible" | |
4869 | 6218 msgstr "меню Правка->Глобальные настройки->Совместимость с Vi " |
7 | 6219 |
6220 msgid " for Vim defaults " | |
6221 msgstr " для перехода в режим Vim " | |
6222 | |
6223 msgid "Sponsor Vim development!" | |
6224 msgstr "Помогите в разработке Vim!" | |
6225 | |
6226 msgid "Become a registered Vim user!" | |
6227 msgstr "Станьте зарегистрированным пользователем Vim!" | |
6228 | |
6229 msgid "type :help sponsor<Enter> for information " | |
6230 msgstr "наберите :help sponsor<Enter> для получения информации " | |
6231 | |
6232 msgid "type :help register<Enter> for information " | |
6233 msgstr "наберите :help register<Enter> для получения информации " | |
6234 | |
6235 msgid "menu Help->Sponsor/Register for information " | |
6236 msgstr "меню Справка->Помощь/Регистрация для получения информации " | |
6237 | |
6238 msgid "WARNING: Windows 95/98/ME detected" | |
6239 msgstr "ПРЕДУПРЕЖДЕНИЕ: обнаружена Windows 95/98/ME" | |
6240 | |
6241 msgid "type :help windows95<Enter> for info on this" | |
6242 msgstr "наберите :help windows95<Enter> для получения информации " | |
6243 | |
4869 | 6244 msgid "Already only one window" |
6245 msgstr "На экране всего одно окно" | |
6246 | |
7 | 6247 msgid "E441: There is no preview window" |
6248 msgstr "E441: Окно предпросмотра отсутствует" | |
6249 | |
6250 msgid "E442: Can't split topleft and botright at the same time" | |
6251 msgstr "E442: Окно не может быть одновременно слева вверху и справа внизу" | |
6252 | |
6253 msgid "E443: Cannot rotate when another window is split" | |
6254 msgstr "E443: Невозможно поменять местами, пока другое окно разделено" | |
6255 | |
6256 msgid "E444: Cannot close last window" | |
6257 msgstr "E444: Нельзя закрыть последнее окно" | |
6258 | |
4869 | 6259 msgid "E813: Cannot close autocmd window" |
6260 msgstr "E813: Нельзя закрыть окно автокоманд" | |
6261 | |
6262 msgid "E814: Cannot close window, only autocmd window would remain" | |
6263 msgstr "E814: Нельзя закрыть окно, останется только окно автокоманд" | |
7 | 6264 |
6265 msgid "E445: Other window contains changes" | |
6266 msgstr "E445: В другом окне есть несохранённые изменения" | |
6267 | |
6268 msgid "E446: No file name under cursor" | |
6269 msgstr "E446: Нет имени файла в позиции курсора" | |
6270 | |
6271 #, c-format | |
6272 msgid "E447: Can't find file \"%s\" in path" | |
6273 msgstr "E447: Файл \"%s\" не найден по известным путям" | |
6274 | |
6292
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
6275 msgid "List or number required" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
6276 msgstr "Требуется список или число" |
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
6277 |
7 | 6278 #, c-format |
6279 msgid "E370: Could not load library %s" | |
6280 msgstr "E370: Невозможно загрузить библиотеку %s" | |
6281 | |
6282 msgid "Sorry, this command is disabled: the Perl library could not be loaded." | |
6283 msgstr "" | |
6284 "Извините, данная команда отключена: невозможно загрузить библиотеку Perl" | |
6285 | |
6286 msgid "E299: Perl evaluation forbidden in sandbox without the Safe module" | |
6287 msgstr "" | |
6288 "E299: Не допускается вычисление Perl в песочнице без модуля безопасности" | |
6289 | |
6290 msgid "Edit with &multiple Vims" | |
6291 msgstr "Редактировать в &разных Vim-ах" | |
6292 | |
6293 msgid "Edit with single &Vim" | |
6294 msgstr "Редактировать в &одном Vim" | |
6295 | |
3312 | 6296 msgid "Diff with Vim" |
6297 msgstr "Сравнить с помощью Vim" | |
7 | 6298 |
6299 msgid "Edit with &Vim" | |
6300 msgstr "Ре&дактировать с помощью Vim" | |
6301 | |
6302 #. Now concatenate | |
3312 | 6303 msgid "Edit with existing Vim - " |
4869 | 6304 msgstr "Редактировать в запущенном Vim — " |
7 | 6305 |
6306 msgid "Edits the selected file(s) with Vim" | |
6307 msgstr "Редактировать выделенные файлы с помощью Vim" | |
6308 | |
6309 msgid "Error creating process: Check if gvim is in your path!" | |
6310 msgstr "Ошибка создания процесса: проверьте доступность gvim в пути!" | |
6311 | |
6312 msgid "gvimext.dll error" | |
6313 msgstr "ошибка gvimext.dll" | |
6314 | |
6315 msgid "Path length too long!" | |
6316 msgstr "Слишком длинный путь!" | |
6317 | |
6318 msgid "--No lines in buffer--" | |
6319 msgstr "-- Нет строк в буфере --" | |
6320 | |
6321 #. | |
6322 #. * The error messages that can be shared are included here. | |
6323 #. * Excluded are errors that are only used once and debugging messages. | |
6324 #. | |
6325 msgid "E470: Command aborted" | |
6326 msgstr "E470: Выполнение команды прервано" | |
6327 | |
6328 msgid "E471: Argument required" | |
6329 msgstr "E471: Требуется указать параметр" | |
6330 | |
6331 msgid "E10: \\ should be followed by /, ? or &" | |
6332 msgstr "E10: После \\ должен идти символ /, ? или &" | |
6333 | |
6334 msgid "E11: Invalid in command-line window; <CR> executes, CTRL-C quits" | |
6335 msgstr "" | |
6336 "E11: Недопустимо в окне командной строки; <CR> выполнение, CTRL-C выход" | |
6337 | |
6338 msgid "E12: Command not allowed from exrc/vimrc in current dir or tag search" | |
6339 msgstr "" | |
6340 "E12: Команда не допускается в exrc/vimrc в текущем каталоге или поиске меток" | |
6341 | |
6342 msgid "E171: Missing :endif" | |
6343 msgstr "E171: Отсутствует команда :endif" | |
6344 | |
6345 msgid "E600: Missing :endtry" | |
6346 msgstr "E600: Отсутствует команда :endtry" | |
6347 | |
6348 msgid "E170: Missing :endwhile" | |
6349 msgstr "E170: Отсутствует команда :endwhile" | |
6350 | |
4869 | 6351 msgid "E170: Missing :endfor" |
6352 msgstr "E170: Отсутствует команда :endfor" | |
6353 | |
7 | 6354 msgid "E588: :endwhile without :while" |
6355 msgstr "E588: Команда :endwhile без парной команды :while" | |
6356 | |
4869 | 6357 msgid "E588: :endfor without :for" |
6358 msgstr "E588: :endfor без :for" | |
6359 | |
7 | 6360 msgid "E13: File exists (add ! to override)" |
4869 | 6361 msgstr "E13: Файл существует (добавьте !, чтобы перезаписать)" |
7 | 6362 |
6363 msgid "E472: Command failed" | |
6364 msgstr "E472: Не удалось выполнить команду" | |
6365 | |
6366 #, c-format | |
6367 msgid "E234: Unknown fontset: %s" | |
6368 msgstr "E234: Неизвестный шрифтовой набор: %s" | |
6369 | |
6370 #, c-format | |
6371 msgid "E235: Unknown font: %s" | |
6372 msgstr "E235: Неизвестный шрифт: %s" | |
6373 | |
6374 #, c-format | |
6375 msgid "E236: Font \"%s\" is not fixed-width" | |
4869 | 6376 msgstr "E236: Шрифт \"%s\" не является моноширинным" |
7 | 6377 |
6378 msgid "E473: Internal error" | |
6379 msgstr "E473: Внутренняя ошибка" | |
6380 | |
6381 msgid "Interrupted" | |
6382 msgstr "Прервано" | |
6383 | |
6384 msgid "E14: Invalid address" | |
6385 msgstr "E14: Недопустимый адрес" | |
6386 | |
6387 msgid "E474: Invalid argument" | |
4869 | 6388 msgstr "E474: Недопустимый параметр" |
7 | 6389 |
6390 #, c-format | |
6391 msgid "E475: Invalid argument: %s" | |
4869 | 6392 msgstr "E475: Недопустимый параметр: %s" |
7 | 6393 |
6394 #, c-format | |
6395 msgid "E15: Invalid expression: %s" | |
6396 msgstr "E15: Недопустимое выражение: %s" | |
6397 | |
6398 msgid "E16: Invalid range" | |
6399 msgstr "E16: Недопустимый диапазон" | |
6400 | |
6401 msgid "E476: Invalid command" | |
6402 msgstr "E476: Недопустимая команда" | |
6403 | |
6404 #, c-format | |
6405 msgid "E17: \"%s\" is a directory" | |
6406 msgstr "E17: \"%s\" является каталогом" | |
6407 | |
6408 #, c-format | |
6409 msgid "E364: Library call failed for \"%s()\"" | |
6410 msgstr "E364: Неудачный вызов функции \"%s()\" из библиотеки" | |
6411 | |
6412 #, c-format | |
6413 msgid "E448: Could not load library function %s" | |
6414 msgstr "E448: Не удалось загрузить функцию %s из библиотеки" | |
6415 | |
6416 msgid "E19: Mark has invalid line number" | |
6417 msgstr "E19: Отметка указывает на неправильный номер строки" | |
6418 | |
6419 msgid "E20: Mark not set" | |
1624 | 6420 msgstr "E20: Отметка не определена" |
7 | 6421 |
6422 msgid "E21: Cannot make changes, 'modifiable' is off" | |
6423 msgstr "E21: Изменения невозможны, так как отключена опция 'modifiable'" | |
6424 | |
6425 msgid "E22: Scripts nested too deep" | |
6426 msgstr "E22: Слишком глубоко вложенные сценарии" | |
6427 | |
6428 msgid "E23: No alternate file" | |
6429 msgstr "E23: Соседний файл не существует" | |
6430 | |
6431 msgid "E24: No such abbreviation" | |
6432 msgstr "E24: Нет такого сокращения" | |
6433 | |
6434 msgid "E477: No ! allowed" | |
6435 msgstr "E477: ! не допускается" | |
6436 | |
6437 msgid "E25: GUI cannot be used: Not enabled at compile time" | |
6438 msgstr "" | |
6439 "E25: Возможность использования графического интерфейса выключена при " | |
6440 "компиляции" | |
6441 | |
6442 msgid "E26: Hebrew cannot be used: Not enabled at compile time\n" | |
6443 msgstr "E26: Иврит выключен при компиляции\n" | |
6444 | |
6445 msgid "E27: Farsi cannot be used: Not enabled at compile time\n" | |
6446 msgstr "E27: Фарси выключено при компиляции\n" | |
6447 | |
6448 msgid "E800: Arabic cannot be used: Not enabled at compile time\n" | |
6449 msgstr "E800: Арабский выключен при компиляции\n" | |
6450 | |
6451 #, c-format | |
6452 msgid "E28: No such highlight group name: %s" | |
6453 msgstr "E28: Группа подсветки синтаксиса %s не существует" | |
6454 | |
6455 msgid "E29: No inserted text yet" | |
6456 msgstr "E29: Пока нет вставленного текста" | |
6457 | |
6458 msgid "E30: No previous command line" | |
6459 msgstr "E30: Предыдущей командной строки нет" | |
6460 | |
6461 msgid "E31: No such mapping" | |
6462 msgstr "E31: Такой привязки не существует" | |
6463 | |
6464 msgid "E479: No match" | |
6465 msgstr "E479: Нет соответствия" | |
6466 | |
6467 #, c-format | |
6468 msgid "E480: No match: %s" | |
6469 msgstr "E480: Нет соответствия: %s" | |
6470 | |
6471 msgid "E32: No file name" | |
6472 msgstr "E32: Нет имени файла" | |
6473 | |
6474 msgid "E33: No previous substitute regular expression" | |
6475 msgstr "E33: Нет предыдущего регулярного выражения для замены" | |
6476 | |
6477 msgid "E34: No previous command" | |
6478 msgstr "E34: Нет предыдущей команды" | |
6479 | |
6480 msgid "E35: No previous regular expression" | |
6481 msgstr "E35: Нет предыдущего регулярного выражения" | |
6482 | |
6483 msgid "E481: No range allowed" | |
6484 msgstr "E481: Использование диапазона не допускается" | |
6485 | |
6486 msgid "E36: Not enough room" | |
6487 msgstr "E36: Недостаточно места" | |
6488 | |
6489 #, c-format | |
6490 msgid "E247: no registered server named \"%s\"" | |
4869 | 6491 msgstr "E247: Сервер \"%s\" не зарегистрирован" |
7 | 6492 |
6493 #, c-format | |
6494 msgid "E482: Can't create file %s" | |
6495 msgstr "E482: Невозможно создать файл %s" | |
6496 | |
6497 msgid "E483: Can't get temp file name" | |
6498 msgstr "E483: Невозможно получить имя временного файла" | |
6499 | |
6500 #, c-format | |
6501 msgid "E484: Can't open file %s" | |
6502 msgstr "E484: Невозможно открыть файл %s" | |
6503 | |
6504 #, c-format | |
6505 msgid "E485: Can't read file %s" | |
6506 msgstr "E485: Невозможно прочитать файл %s" | |
6507 | |
6508 msgid "E37: No write since last change (add ! to override)" | |
6509 msgstr "E37: Изменения не сохранены (добавьте !, чтобы обойти проверку)" | |
6510 | |
5763 | 6511 msgid "E37: No write since last change" |
6512 msgstr "E37: Изменения не сохранены" | |
6513 | |
7 | 6514 msgid "E38: Null argument" |
4869 | 6515 msgstr "E38: Нулевой параметр" |
7 | 6516 |
6517 msgid "E39: Number expected" | |
6518 msgstr "E39: Требуется число" | |
6519 | |
6520 #, c-format | |
6521 msgid "E40: Can't open errorfile %s" | |
6522 msgstr "E40: Не удалось открыть файл ошибок %s" | |
6523 | |
6524 msgid "E233: cannot open display" | |
4869 | 6525 msgstr "E233: Невозможно открыть дисплей" |
7 | 6526 |
6527 msgid "E41: Out of memory!" | |
6528 msgstr "E41: Не хватает памяти!" | |
6529 | |
6530 msgid "Pattern not found" | |
6531 msgstr "Шаблон не найден" | |
6532 | |
6533 #, c-format | |
6534 msgid "E486: Pattern not found: %s" | |
6535 msgstr "E486: Шаблон не найден: %s" | |
6536 | |
6537 msgid "E487: Argument must be positive" | |
6538 msgstr "E487: Параметр должен быть положительным числом" | |
6539 | |
6540 msgid "E459: Cannot go back to previous directory" | |
6541 msgstr "E459: Возврат в предыдущий каталог невозможен" | |
6542 | |
6543 msgid "E42: No Errors" | |
4869 | 6544 msgstr "E42: Нет ошибок" |
6545 | |
6546 msgid "E776: No location list" | |
6547 msgstr "E776: Нет списка расположений" | |
7 | 6548 |
6549 msgid "E43: Damaged match string" | |
6550 msgstr "E43: Повреждена строка соответствия" | |
6551 | |
6552 msgid "E44: Corrupted regexp program" | |
6553 msgstr "E44: Программа обработки регулярных выражений повреждена" | |
6554 | |
6555 msgid "E45: 'readonly' option is set (add ! to override)" | |
4869 | 6556 msgstr "E45: Включена опция 'readonly' (добавьте !, чтобы обойти проверку)" |
6557 | |
6558 #, c-format | |
6559 msgid "E46: Cannot change read-only variable \"%s\"" | |
6560 msgstr "E46: Невозможно изменить переменную только для чтения \"%s\"" | |
6561 | |
6562 #, c-format | |
6563 msgid "E794: Cannot set variable in the sandbox: \"%s\"" | |
6564 msgstr "E794: Невозможно изменить переменную в песочнице: \"%s\"" | |
7 | 6565 |
6566 msgid "E47: Error while reading errorfile" | |
6567 msgstr "E47: Ошибка при чтении файла ошибок" | |
6568 | |
6569 msgid "E48: Not allowed in sandbox" | |
6570 msgstr "E48: Не допускается в песочнице" | |
6571 | |
6572 msgid "E523: Not allowed here" | |
6573 msgstr "E523: Здесь не разрешено" | |
6574 | |
6575 msgid "E359: Screen mode setting not supported" | |
6576 msgstr "E359: Данный режим экрана не поддерживается" | |
6577 | |
6578 msgid "E49: Invalid scroll size" | |
6579 msgstr "E49: Недопустимый размер прокрутки" | |
6580 | |
6581 msgid "E91: 'shell' option is empty" | |
6582 msgstr "E91: Значением опции 'shell' является пустая строка" | |
6583 | |
6584 msgid "E255: Couldn't read in sign data!" | |
6585 msgstr "E255: Невозможно прочитать данные о значках!" | |
6586 | |
6587 msgid "E72: Close error on swap file" | |
6588 msgstr "E72: Ошибка закрытия своп-файла" | |
6589 | |
6590 msgid "E73: tag stack empty" | |
6591 msgstr "E73: Стек меток пустой" | |
6592 | |
6593 msgid "E74: Command too complex" | |
6594 msgstr "E74: Слишком сложная команда" | |
6595 | |
6596 msgid "E75: Name too long" | |
6597 msgstr "E75: Слишком длинное имя" | |
6598 | |
6599 msgid "E76: Too many [" | |
6600 msgstr "E76: Слишком много символов [" | |
6601 | |
6602 msgid "E77: Too many file names" | |
6603 msgstr "E77: Слишком много имён файлов" | |
6604 | |
6605 msgid "E488: Trailing characters" | |
6606 msgstr "E488: Лишние символы на хвосте" | |
6607 | |
6608 msgid "E78: Unknown mark" | |
6609 msgstr "E78: Неизвестная отметка" | |
6610 | |
6611 msgid "E79: Cannot expand wildcards" | |
6612 msgstr "E79: Невозможно выполнить подстановку по маске" | |
6613 | |
6614 msgid "E591: 'winheight' cannot be smaller than 'winminheight'" | |
6615 msgstr "" | |
6616 "E591: Значение опции 'winheight' не может быть меньше значения 'winminheight'" | |
6617 | |
6618 msgid "E592: 'winwidth' cannot be smaller than 'winminwidth'" | |
6619 msgstr "" | |
6620 "E592: Значение опции 'winwidth' не может быть меньше значения 'winminwidth'" | |
6621 | |
6622 msgid "E80: Error while writing" | |
6623 msgstr "E80: Ошибка при записи" | |
6624 | |
6625 msgid "Zero count" | |
6626 msgstr "Нулевое значение счётчика" | |
6627 | |
6628 msgid "E81: Using <SID> not in a script context" | |
6629 msgstr "E81: Использование <SID> вне контекста сценария" | |
6630 | |
6631 msgid "E449: Invalid expression received" | |
6632 msgstr "E449: Получено недопустимое выражение" | |
6633 | |
6634 msgid "E463: Region is guarded, cannot modify" | |
6635 msgstr "E463: Невозможно изменить охраняемую область" | |
6636 | |
4869 | 6637 msgid "E744: NetBeans does not allow changes in read-only files" |
6638 msgstr "E744: NetBeans не допускает изменений в файлах только для чтения" | |
6639 | |
6640 #, c-format | |
6641 msgid "E685: Internal error: %s" | |
6642 msgstr "E685: Внутренняя ошибка: %s" | |
6643 | |
6644 msgid "E363: pattern uses more memory than 'maxmempattern'" | |
6645 msgstr "E363: Шаблон использует больше памяти чем 'maxmempattern'" | |
6646 | |
6647 msgid "E749: empty buffer" | |
6648 msgstr "E749: Пустой буфер" | |
6649 | |
6650 msgid "E682: Invalid search pattern or delimiter" | |
6651 msgstr "E682: Неправильная строка поиска или разделитель" | |
6652 | |
6653 msgid "E139: File is loaded in another buffer" | |
6654 msgstr "E139: Файл загружен в другом буфере" | |
6655 | |
6656 #, c-format | |
6657 msgid "E764: Option '%s' is not set" | |
6658 msgstr "E764: Опция '%s' не установлена" | |
6659 | |
6660 msgid "E850: Invalid register name" | |
6661 msgstr "E850: Недопустимое имя регистра" | |
6662 | |
6663 msgid "search hit TOP, continuing at BOTTOM" | |
6664 msgstr "Поиск будет продолжен с КОНЦА документа" | |
6665 | |
6666 msgid "search hit BOTTOM, continuing at TOP" | |
6667 msgstr "Поиск будет продолжен с НАЧАЛА документа" | |
6668 | |
6669 #, c-format | |
6670 msgid "Need encryption key for \"%s\"" | |
6671 msgstr "Требуется ключ шифрования для \"%s\"" | |
6672 | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6673 msgid "empty keys are not allowed" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6674 msgstr "Пустые ключи не допустимы" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6675 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6676 msgid "dictionary is locked" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6677 msgstr "Словарь заблокирован" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6678 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6679 msgid "list is locked" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6680 msgstr "Список заблокирован" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6681 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6682 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6683 msgid "failed to add key '%s' to dictionary" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6684 msgstr "Невозможно добавить ключ '%s' к словарю" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6685 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6686 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6687 msgid "index must be int or slice, not %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6688 msgstr "Индекс должен быть целым числом или выборкой, а не %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6689 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6690 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6691 msgid "expected str() or unicode() instance, but got %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6692 msgstr "Ожидался экземпляр str() или unicode(), но получен %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6693 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6694 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6695 msgid "expected bytes() or str() instance, but got %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6696 msgstr "Ожидался экземпляр bytes() или str(), но получен %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6697 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6698 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6699 msgid "" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6700 "expected int(), long() or something supporting coercing to long(), but got %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6701 msgstr "Ожидалось int(), long() или что-то приводимое к long(), но получено %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6702 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6703 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6704 msgid "expected int() or something supporting coercing to int(), but got %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6705 msgstr "Ожидалось int() или что-то приводимое к int(), но получено %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6706 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6707 msgid "value is too large to fit into C int type" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6708 msgstr "Значение слишком велико для целочисленного типа C" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6709 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6710 msgid "value is too small to fit into C int type" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6711 msgstr "Значение слишком мало для целочисленного типа C" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6712 |
5763 | 6713 msgid "number must be greater than zero" |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6714 msgstr "Номер должен быть больше нуля" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6715 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6716 msgid "number must be greater or equal to zero" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6717 msgstr "Номер должен быть больше или равен нулю" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6718 |
4869 | 6719 msgid "can't delete OutputObject attributes" |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6720 msgstr "Невозможно удалить атрибуты OutputObject" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6721 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6722 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6723 msgid "invalid attribute: %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6724 msgstr "Неправильный атрибут: %s" |
4869 | 6725 |
6726 msgid "E264: Python: Error initialising I/O objects" | |
6727 msgstr "E264: Python: Ошибка инициализации объектов I/O" | |
6728 | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6729 msgid "failed to change directory" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6730 msgstr "Невозможно сменить каталог" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6731 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6732 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6733 msgid "expected 3-tuple as imp.find_module() result, but got %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6734 msgstr "Ожидался 3-кортеж как результат imp.find_module(), но получен %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6735 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6736 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6737 msgid "expected 3-tuple as imp.find_module() result, but got tuple of size %d" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6738 msgstr "" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6739 "Ожидался 3-кортеж как результат imp.find_module(), но получен кортеж с " |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6740 "размером %d" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6741 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6742 msgid "internal error: imp.find_module returned tuple with NULL" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6743 msgstr "Внутренняя ошибка: imp.find_module возвратил " |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6744 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6745 msgid "cannot delete vim.Dictionary attributes" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6746 msgstr "Невозможно удалить атрибуты vim.Dictionary" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6747 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6748 msgid "cannot modify fixed dictionary" |
4869 | 6749 msgstr "Невозможно изменить фиксированный словарь" |
6750 | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6751 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6752 msgid "cannot set attribute %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6753 msgstr "Невозможно установить атрибут %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6754 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6755 msgid "hashtab changed during iteration" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6756 msgstr "Хэш-таблица изменилась при итерации" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6757 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6758 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6759 msgid "expected sequence element of size 2, but got sequence of size %d" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6760 msgstr "" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6761 "Ожидался элемент-последовательность размера 2, а размер полученной " |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6762 "последовательности %d" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6763 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6764 msgid "list constructor does not accept keyword arguments" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6765 msgstr "Конструктор списка не допускает ключевые слова как аргументы" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6766 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6767 msgid "list index out of range" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6768 msgstr "Индекс списка за пределами диапазона" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6769 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6770 #. No more suitable format specifications in python-2.3 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6771 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6772 msgid "internal error: failed to get vim list item %d" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6773 msgstr "Внутренняя ошибка: не удалось получить элемент VIM-списка %d" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6774 |
5763 | 6775 msgid "slice step cannot be zero" |
6776 msgstr "Шаг выборки не может быть нулевым" | |
6777 | |
6778 #, c-format | |
6779 msgid "attempt to assign sequence of size greater than %d to extended slice" | |
6780 msgstr "" | |
6781 "Попытка присвоить последовательность размером больше чем %d к расширенной " | |
6782 "выборке" | |
4869 | 6783 |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6784 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6785 msgid "internal error: no vim list item %d" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6786 msgstr "Внутренняя ошибка: нет элемента VIM-списка %d" |
4869 | 6787 |
5763 | 6788 msgid "internal error: not enough list items" |
6789 msgstr "Внутренняя ошибка: недостаточно элемнтов списка" | |
6790 | |
4869 | 6791 msgid "internal error: failed to add item to list" |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6792 msgstr "Внутренняя ошибка: не удалось добавить элемент в список" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6793 |
5763 | 6794 #, c-format |
6795 msgid "attempt to assign sequence of size %d to extended slice of size %d" | |
6796 msgstr "" | |
6797 "Попытка присвоить последовательность размером %d к расширенной выборке " | |
6798 "размером %d" | |
6799 | |
6800 msgid "failed to add item to list" | |
6801 msgstr "Невозможно добавить элемент в список" | |
6802 | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6803 msgid "cannot delete vim.List attributes" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6804 msgstr "Невозможно удалить атрибуты vim.List" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6805 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6806 msgid "cannot modify fixed list" |
4869 | 6807 msgstr "Невозможно изменить фиксированный список" |
6808 | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6809 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6810 msgid "unnamed function %s does not exist" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6811 msgstr "Не существует безымянной функции %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6812 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6813 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6814 msgid "function %s does not exist" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6815 msgstr "Функция %s не существует" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6816 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6817 msgid "function constructor does not accept keyword arguments" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6818 msgstr "Конструктор функции не допускает ключевые слова как аргументы" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6819 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6820 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6821 msgid "failed to run function %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6822 msgstr "Невозможно выполнить функцию %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6823 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6824 msgid "unable to get option value" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6825 msgstr "Невозможно получить значение опции" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6826 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6827 msgid "internal error: unknown option type" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6828 msgstr "Внутренняя ошибка: неизвестный тип опции" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6829 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6830 msgid "problem while switching windows" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6831 msgstr "Проблема при переключении окон" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6832 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6833 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6834 msgid "unable to unset global option %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6835 msgstr "Невозможно сбросить глобальную опцию %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6836 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6837 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6838 msgid "unable to unset option %s which does not have global value" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6839 msgstr "Невозможно сбросить опцию %s без глобального значения" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6840 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6841 msgid "attempt to refer to deleted tab page" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6842 msgstr "Попытка сослаться на удалённую вкладку" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6843 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6844 msgid "no such tab page" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6845 msgstr "Нет такой вкладки" |
4869 | 6846 |
6847 msgid "attempt to refer to deleted window" | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6848 msgstr "Попытка сослаться на закрытое окно" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6849 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6850 msgid "readonly attribute: buffer" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6851 msgstr "Атрибут только для чтения: буфер" |
4869 | 6852 |
6853 msgid "cursor position outside buffer" | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6854 msgstr "Позиция курсора находится вне буфера" |
4869 | 6855 |
6856 msgid "no such window" | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6857 msgstr "Нет такого окна" |
4869 | 6858 |
6859 msgid "attempt to refer to deleted buffer" | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6860 msgstr "Попытка сослаться на уничтоженный буфер" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6861 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6862 msgid "failed to rename buffer" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6863 msgstr "Невозможно переименовать буфер" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6864 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6865 msgid "mark name must be a single character" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6866 msgstr "Название отметки должно быть одним символом" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6867 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6868 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6869 msgid "expected vim.Buffer object, but got %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6870 msgstr "Ожидался объект vim.Buffer, но получен %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6871 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6872 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6873 msgid "failed to switch to buffer %d" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6874 msgstr "Невозможно переключиться на буфер %d" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6875 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6876 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6877 msgid "expected vim.Window object, but got %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6878 msgstr "Ожидался объект vim.Window, но получен %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6879 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6880 msgid "failed to find window in the current tab page" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6881 msgstr "Невозможно найти окно в текущей вкладке" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6882 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6883 msgid "did not switch to the specified window" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6884 msgstr "Невозможно переключиться на указанное окно" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6885 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6886 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6887 msgid "expected vim.TabPage object, but got %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6888 msgstr "Ожидался объект vim.TabPage, но получен %s" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6889 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6890 msgid "did not switch to the specified tab page" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6891 msgstr "Невозможно переключиться на указанную вкладку" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6892 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6893 msgid "failed to run the code" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6894 msgstr "Невозможно выполнить код" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6895 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6896 msgid "E858: Eval did not return a valid python object" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6897 msgstr "E858: Eval не возвратил допустимого объекта Python" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6898 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6899 msgid "E859: Failed to convert returned python object to vim value" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6900 msgstr "" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6901 "E859: Не удалось преобразовать возвращённый объект Python в значение VIM" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6902 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6903 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6904 msgid "unable to convert %s to vim dictionary" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6905 msgstr "Невозможно преобразовать %s в словарь VIM" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6906 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6907 #, c-format |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6908 msgid "unable to convert %s to vim structure" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6909 msgstr "Невозможно преобразовать %s в структуру VIM" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6910 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6911 msgid "internal error: NULL reference passed" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6912 msgstr "Внутренняя ошибка: передана ссылка на NULL" |
4869 | 6913 |
6914 msgid "internal error: invalid value type" | |
5161
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6915 msgstr "Внутренняя ошибка: неправильный тип значения" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6916 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6917 msgid "" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6918 "Failed to set path hook: sys.path_hooks is not a list\n" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6919 "You should now do the following:\n" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6920 "- append vim.path_hook to sys.path_hooks\n" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6921 "- append vim.VIM_SPECIAL_PATH to sys.path\n" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6922 msgstr "" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6923 "Ошибка при установке перехватчика пути: sys.path_hooks не является списком\n" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6924 "Следует сделать следующее:\n" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6925 "— Добавить vim.path_hook в sys.path_hooks\n" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6926 "— Добавить vim.VIM_SPECIAL_PATH в sys.path\n" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6927 |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6928 msgid "" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6929 "Failed to set path: sys.path is not a list\n" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6930 "You should now append vim.VIM_SPECIAL_PATH to sys.path" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6931 msgstr "" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6932 "Ошибка при установке пути: sys.path не является списком\n" |
f7add3891e95
Updated runtime files. Fix NL translations.
Bram Moolenaar <bram@vim.org>
parents:
4869
diff
changeset
|
6933 "Следует добавить vim.VIM_SPECIAL_PATH в sys.path" |
6292
31f7581068a9
Update runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
5907
diff
changeset
|
6934 |