1# Pinta Translatable Strings
2# Copyright (C) 2010 Pinta Contributors
3# This file is distributed under the same license as the Pinta package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: PACKAGE VERSION\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2021-10-17 10:55-0400\n"
11"PO-Revision-Date: 2021-11-15 13:28+0000\n"
12"Last-Translator: Sergej <Unknown>\n"
13"Language-Team: Russian <ru@li.org>\n"
14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
18"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
19"X-Launchpad-Export-Date: 2021-11-20 00:48+0000\n"
20"X-Generator: Launchpad (build ad4ef5362dff26fb27989d006230bae6da62d38c)\n"
21
22#: ../xdg/pinta.desktop.in.h:1
23msgid "Pinta"
24msgstr "Pinta"
25
26#: ../xdg/pinta.desktop.in.h:2
27msgid "Easily create and edit images"
28msgstr "Простое создание и редактирование изображений"
29
30#: ../xdg/pinta.desktop.in.h:3
31msgid "Image Editor"
32msgstr "Графический редактор"
33
34#: ../xdg/pinta.desktop.in.h:4
35msgid "Pinta Image Editor"
36msgstr "Редактор изображений Pinta"
37
38#: ../xdg/pinta.desktop.in.h:5
39msgid "draw;drawing;paint;painting;graphics;raster;2d;"
40msgstr ""
41
42#: ../xdg/pinta.appdata.xml.in.h:1
43msgid ""
44"Pinta is a image editing, drawing and painting application with a simple yet "
45"powerful interface. Pinta has a wide range of drawing tools, including: "
46"freehand, rectangles, circles and lines. It also has over 35 effects to "
47"apply to your images, and also has the ability to create unlimited layers to "
48"help organize your creativity."
49msgstr ""
50"Pinta - это приложение для редактирования изображений, рисования и "
51"раскрашивания с простым, но мощным интерфейсом. Pinta имеет широкий набор "
52"инструментов для рисования, в том числе: рисование от руки, прямоугольники, "
53"круги и линии. Также редактор имеет более 35 эффектов для применения к вашим "
54"изображениям, а также имеет возможность создавать неограниченное количество "
55"слоев, чтобы помочь организовать ваше творчество."
56
57#: ../Pinta.Core/Actions/AddinActions.cs:40
58msgid "Add-in Manager"
59msgstr "Менеджер дополнений"
60
61#: ../Pinta.Core/Actions/EditActions.cs:69
62msgid "Undo"
63msgstr "Отменить"
64
65#: ../Pinta.Core/Actions/EditActions.cs:70
66msgid "Redo"
67msgstr "Вернуть"
68
69#: ../Pinta.Core/Actions/EditActions.cs:71
70#: ../Pinta.Core/Actions/EditActions.cs:229
71msgid "Cut"
72msgstr "Вырезать"
73
74#: ../Pinta.Core/Actions/EditActions.cs:72
75msgid "Copy"
76msgstr "Копировать"
77
78#: ../Pinta.Core/Actions/EditActions.cs:73
79msgid "Copy Merged"
80msgstr "Скопировать выделенное"
81
82#: ../Pinta.Core/Actions/EditActions.cs:74
83#: ../Pinta.Core/Classes/Document.cs:787
84#: ../Pinta.Core/HistoryItems/PasteHistoryItem.cs:43
85msgid "Paste"
86msgstr "Вставить"
87
88#: ../Pinta.Core/Actions/EditActions.cs:75
89#: ../Pinta.Core/Classes/Document.cs:783
90msgid "Paste Into New Layer"
91msgstr "Вставить как новый слой"
92
93#: ../Pinta.Core/Actions/EditActions.cs:76
94msgid "Paste Into New Image"
95msgstr "Вставить как новое изображение"
96
97#: ../Pinta.Core/Actions/EditActions.cs:77
98#: ../Pinta.Core/Actions/EditActions.cs:231
99msgid "Erase Selection"
100msgstr "Удалить выделение"
101
102#: ../Pinta.Core/Actions/EditActions.cs:78
103#: ../Pinta.Core/Actions/EditActions.cs:191
104msgid "Fill Selection"
105msgstr "Заполнить выделение"
106
107#: ../Pinta.Core/Actions/EditActions.cs:79
108#: ../Pinta.Core/Actions/EditActions.cs:422
109msgid "Invert Selection"
110msgstr "Обратить выделение"
111
112#: ../Pinta.Core/Actions/EditActions.cs:80
113#: ../Pinta.Core/Actions/EditActions.cs:200
114msgid "Select All"
115msgstr "Выделить всё"
116
117#: ../Pinta.Core/Actions/EditActions.cs:81
118msgid "Deselect All"
119msgstr "Снять выбор"
120
121#: ../Pinta.Core/Actions/EditActions.cs:83
122#: ../Pinta.Core/Actions/FileActions.cs:56
123msgid "Open..."
124msgstr "Открыть..."
125
126#: ../Pinta.Core/Actions/EditActions.cs:84
127#: ../Pinta.Core/Actions/FileActions.cs:68
128msgid "Save As..."
129msgstr "Сохранить как..."
130
131#: ../Pinta.Core/Actions/EditActions.cs:85
132msgid "Reset to Default"
133msgstr "Сбросить установки"
134
135#: ../Pinta.Core/Actions/EditActions.cs:86
136msgid "Set Number of Colors"
137msgstr "Установить количество цветов"
138
139#: ../Pinta.Core/Actions/EditActions.cs:127 ../Pinta/Pads/ColorPalettePad.cs:42
140#: ../Pinta/Pads/ColorPalettePad.cs:49
141msgid "Palette"
142msgstr "Палитра"
143
144#: ../Pinta.Core/Actions/EditActions.cs:240
145msgid "Deselect"
146msgstr "Сбросить выделение"
147
148#: ../Pinta.Core/Actions/EditActions.cs:337
149msgid "Open Palette File"
150msgstr "Открыть файл палитры"
151
152#: ../Pinta.Core/Actions/EditActions.cs:349
153msgid "Palette files"
154msgstr "Файлы палитры"
155
156#: ../Pinta.Core/Actions/EditActions.cs:353
157#: ../Pinta/Actions/File/OpenDocumentAction.cs:67
158msgid "All files"
159msgstr "Все файлы"
160
161#: ../Pinta.Core/Actions/EditActions.cs:374
162msgid "Save Palette File"
163msgstr "Сохранить файл палитры"
164
165#: ../Pinta.Core/Actions/FileActions.cs:54
166msgid "New..."
167msgstr "Создать..."
168
169#: ../Pinta.Core/Actions/FileActions.cs:55
170msgid "New Screenshot..."
171msgstr "Новый снимок экрана"
172
173#: ../Pinta.Core/Actions/FileActions.cs:57
174msgid "Open Recent"
175msgstr "Открыть недавние"
176
177#: ../Pinta.Core/Actions/FileActions.cs:66
178#: ../Pinta.Docking/DockLibrary/DockItemTitleTab.cs:175
179msgid "Close"
180msgstr "Закрыть"
181
182#: ../Pinta.Core/Actions/FileActions.cs:67
183msgid "Save"
184msgstr "Сохранить"
185
186#: ../Pinta.Core/Actions/FileActions.cs:69
187msgid "Print"
188msgstr "Печать"
189
190#: ../Pinta.Core/Actions/FileActions.cs:70
191msgid "Quit"
192msgstr "Выход"
193
194#: ../Pinta.Core/Actions/FileActions.cs:72
195msgid "New"
196msgstr "Создать"
197
198#: ../Pinta.Core/Actions/FileActions.cs:73
199msgid "Open"
200msgstr "Открыть"
201
202#: ../Pinta.Core/Actions/HelpActions.cs:52
203msgid "Contents"
204msgstr "Содержимое"
205
206#: ../Pinta.Core/Actions/HelpActions.cs:53
207msgid "Pinta Website"
208msgstr "Веб-сайт Pinta"
209
210#: ../Pinta.Core/Actions/HelpActions.cs:54
211msgid "File a Bug"
212msgstr "Сообщить о неполадке"
213
214#: ../Pinta.Core/Actions/HelpActions.cs:55
215msgid "Translate This Application"
216msgstr "Перевести это приложение"
217
218#: ../Pinta.Core/Actions/HelpActions.cs:56 ../Pinta/MainWindow.cs:368
219msgid "About"
220msgstr "О программе"
221
222#: ../Pinta.Core/Actions/ImageActions.cs:60
223#: ../Pinta.Core/Actions/ImageActions.cs:284
224msgid "Crop to Selection"
225msgstr "Откадрировать в выделение"
226
227#: ../Pinta.Core/Actions/ImageActions.cs:61
228msgid "Auto Crop"
229msgstr "Автокадрирование"
230
231#: ../Pinta.Core/Actions/ImageActions.cs:62
232msgid "Resize Image..."
233msgstr "Изменить размер изображения"
234
235#: ../Pinta.Core/Actions/ImageActions.cs:63
236msgid "Resize Canvas..."
237msgstr "Изменить размер холста..."
238
239#: ../Pinta.Core/Actions/ImageActions.cs:64
240#: ../Pinta.Core/Actions/LayerActions.cs:70
241msgid "Flip Horizontal"
242msgstr "Отразить по горизонтали"
243
244#: ../Pinta.Core/Actions/ImageActions.cs:65
245#: ../Pinta.Core/Actions/LayerActions.cs:71
246msgid "Flip Vertical"
247msgstr "Отразить по вертикали"
248
249#: ../Pinta.Core/Actions/ImageActions.cs:66
250#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:62
251msgid "Rotate 90° Clockwise"
252msgstr "Повернуть на 90° по часовой стрелке"
253
254#: ../Pinta.Core/Actions/ImageActions.cs:67
255#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:66
256msgid "Rotate 90° Counter-Clockwise"
257msgstr "Повернуть на 90° против часовой стрелки"
258
259#: ../Pinta.Core/Actions/ImageActions.cs:68
260#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:50
261msgid "Rotate 180°"
262msgstr "Повернуть на 180°"
263
264#: ../Pinta.Core/Actions/ImageActions.cs:69
265#: ../Pinta.Core/Actions/ImageActions.cs:146
266msgid "Flatten"
267msgstr "Объединить слои"
268
269#: ../Pinta.Core/Actions/LayerActions.cs:65
270#: ../Pinta.Core/Actions/LayerActions.cs:292
271#: ../Pinta.Core/Classes/Document.cs:846
272msgid "Add New Layer"
273msgstr "Добавить слой"
274
275#: ../Pinta.Core/Actions/LayerActions.cs:66
276#: ../Pinta.Core/Actions/LayerActions.cs:275
277msgid "Delete Layer"
278msgstr "Удалить слой"
279
280#: ../Pinta.Core/Actions/LayerActions.cs:67
281#: ../Pinta.Core/Actions/LayerActions.cs:266
282msgid "Duplicate Layer"
283msgstr "Дублировать слой"
284
285#: ../Pinta.Core/Actions/LayerActions.cs:68
286#: ../Pinta.Core/Actions/LayerActions.cs:244
287msgid "Merge Layer Down"
288msgstr "Объединить с нижележащим"
289
290#: ../Pinta.Core/Actions/LayerActions.cs:69
291msgid "Import from File..."
292msgstr "Импорт из файла..."
293
294#: ../Pinta.Core/Actions/LayerActions.cs:72
295msgid "Rotate / Zoom Layer..."
296msgstr "Повернуть / Увеличить слой..."
297
298#: ../Pinta.Core/Actions/LayerActions.cs:73
299#: ../Pinta.Core/Actions/LayerActions.cs:219
300msgid "Move Layer Up"
301msgstr "Переместить слой вверх"
302
303#: ../Pinta.Core/Actions/LayerActions.cs:74
304#: ../Pinta.Core/Actions/LayerActions.cs:230
305msgid "Move Layer Down"
306msgstr "Переместить слой вниз"
307
308#: ../Pinta.Core/Actions/LayerActions.cs:75
309msgid "Layer Properties..."
310msgstr "Параметры слоя..."
311
312#: ../Pinta.Core/Actions/LayerActions.cs:157
313#: ../Pinta/Actions/File/OpenDocumentAction.cs:50
314msgid "Open Image File"
315msgstr "Открыть файл изображения"
316
317#: ../Pinta.Core/Actions/LayerActions.cs:185
318msgid "Import From File"
319msgstr "Импорт из файла"
320
321#: ../Pinta.Core/Actions/ViewActions.cs:77
322msgid "Zoom In"
323msgstr "Крупнее"
324
325#: ../Pinta.Core/Actions/ViewActions.cs:78
326msgid "Zoom Out"
327msgstr "Мельче"
328
329#: ../Pinta.Core/Actions/ViewActions.cs:79
330msgid "Best Fit"
331msgstr "Уместить в окне"
332
333#: ../Pinta.Core/Actions/ViewActions.cs:80
334msgid "Zoom to Selection"
335msgstr "По размеру выделения"
336
337#: ../Pinta.Core/Actions/ViewActions.cs:81
338msgid "Normal Size"
339msgstr "Исходный размер"
340
341#: ../Pinta.Core/Actions/ViewActions.cs:82
342msgid "Toolbar"
343msgstr "Стандартная панель"
344
345#: ../Pinta.Core/Actions/ViewActions.cs:83
346msgid "Image Tabs"
347msgstr "Вкладки"
348
349#: ../Pinta.Core/Actions/ViewActions.cs:84
350msgid "Pixel Grid"
351msgstr "Пиксельная сетка"
352
353#: ../Pinta.Core/Actions/ViewActions.cs:85
354msgid "Rulers"
355msgstr "Линейки"
356
357#: ../Pinta.Core/Actions/ViewActions.cs:86
358msgid "Pixels"
359msgstr "Пиксели"
360
361#: ../Pinta.Core/Actions/ViewActions.cs:87
362msgid "Inches"
363msgstr "Дюймы"
364
365#: ../Pinta.Core/Actions/ViewActions.cs:88
366msgid "Centimeters"
367msgstr "Сантиметры"
368
369#: ../Pinta.Core/Actions/ViewActions.cs:89
370msgid "Fullscreen"
371msgstr "Полный экран"
372
373#: ../Pinta.Core/Actions/ViewActions.cs:115
374#: ../Pinta.Core/Actions/ViewActions.cs:284
375#: ../Pinta.Core/Classes/DocumentWorkspace.cs:320
376#: ../Pinta.Core/Classes/DocumentWorkspace.cs:328
377msgid "Window"
378msgstr "Окно"
379
380#: ../Pinta.Core/Actions/ViewActions.cs:163
381msgid "Ruler Units"
382msgstr "Единицы измерения"
383
384#. Translators: This specifies the format of the zoom percentage choices
385#. in the toolbar.
386#: ../Pinta.Core/Actions/ViewActions.cs:265
387#, csharp-format
388msgid "{0}%"
389msgstr "{0}%"
390
391#: ../Pinta.Core/Actions/WindowActions.cs:45
392msgid "Save All"
393msgstr "Сохранить как"
394
395#: ../Pinta.Core/Actions/WindowActions.cs:46
396msgid "Close All"
397msgstr "Закрыть все"
398
399#: ../Pinta.Core/Classes/BaseTool.cs:262
400msgid "Tool"
401msgstr "Инструмент"
402
403#: ../Pinta.Core/Classes/BaseTool.cs:334
404#: ../Pinta.Gui.Widgets/Widgets/ColorPaletteWidget.cs:316
405msgid "Shortcut key"
406msgstr "Горячая клавиша"
407
408#: ../Pinta.Core/Classes/BaseTool.cs:446
409msgid "Normal Blending"
410msgstr "Обычное смешивание"
411
412#: ../Pinta.Core/Classes/BaseTool.cs:447
413msgid "Overwrite"
414msgstr "Переписать"
415
416#: ../Pinta.Core/Classes/BaseTool.cs:461
417msgid "Antialiasing On"
418msgstr "Включить сглаживание"
419
420#: ../Pinta.Core/Classes/BaseTool.cs:462
421msgid "Antialiasing Off"
422msgstr "Выключить сглаживание"
423
424#: ../Pinta.Core/Classes/Document.cs:296 ../Pinta.Core/Classes/Document.cs:301
425#: ../Pinta.Tools/Tools/ColorPickerTool.cs:135
426msgid "Layer"
427msgstr "Слой"
428
429#: ../Pinta.Core/Classes/Document.cs:384
430msgid "copy"
431msgstr "копия"
432
433#: ../Pinta.Core/Classes/Document.cs:661
434#: ../Pinta/Dialogs/ResizeCanvasDialog.cs:56
435msgid "Resize Canvas"
436msgstr "Изменить размер холста"
437
438#: ../Pinta.Core/Classes/Document.cs:862
439#: ../Pinta.Core/HistoryItems/FinishPixelsHistoryItem.cs:65
440#: ../Pinta.Core/HistoryItems/PasteHistoryItem.cs:65
441#: ../Pinta.Tools/Tools/MoveSelectedTool.cs:43
442msgid "Move Selected Pixels"
443msgstr "Переместить выбранные пиксели"
444
445#: ../Pinta.Core/Classes/Document.cs:878
446msgid "Image larger than canvas"
447msgstr "Изображение больше, чем размер холста"
448
449#: ../Pinta.Core/Classes/Document.cs:879
450msgid ""
451"The image being pasted is larger than the canvas size. What would you like "
452"to do?"
453msgstr ""
454"Размер вставленного изображения больше размера холста. Что нужно сделать?"
455
456#: ../Pinta.Core/Classes/Document.cs:883
457msgid "Expand canvas"
458msgstr "Увеличить размер холста"
459
460#: ../Pinta.Core/Classes/Document.cs:884
461msgid "Don't change canvas size"
462msgstr "Не изменять размер холста"
463
464#: ../Pinta.Core/Classes/Document.cs:897
465msgid "Image cannot be pasted"
466msgstr "Изображение не может быть вставлено"
467
468#: ../Pinta.Core/Classes/Document.cs:898
469msgid "The clipboard does not contain an image."
470msgstr "Буфер обмена не содержит изображение."
471
472#: ../Pinta.Core/Classes/Palette.cs:191
473#: ../Pinta.Core/Managers/WorkspaceManager.cs:351
474#: ../Pinta.Core/Managers/WorkspaceManager.cs:360
475#, csharp-format
476msgid "Could not open file: {0}"
477msgstr "Не удалось открыть файл: {0}"
478
479#: ../Pinta.Core/Classes/Palette.cs:192
480msgid "Pinta supports the following palette formats:"
481msgstr "Pinta поддерживает следующие форматы палитр:"
482
483#: ../Pinta.Core/Classes/SelectionModeHandler.cs:46
484msgid "Replace"
485msgstr "Заменить"
486
487#: ../Pinta.Core/Classes/SelectionModeHandler.cs:47
488msgid "Union (+) (Ctrl + Left Click)"
489msgstr "Соединить (+) (Ctrl + Left Click)"
490
491#: ../Pinta.Core/Classes/SelectionModeHandler.cs:48
492msgid "Exclude (-) (Right Click)"
493msgstr "Отсоединить (-) (Right Click)"
494
495#: ../Pinta.Core/Classes/SelectionModeHandler.cs:49
496msgid "Xor (Ctrl + Right Click)"
497msgstr "Xor (Ctrl + Right Click)"
498
499#: ../Pinta.Core/Classes/SelectionModeHandler.cs:50
500msgid "Intersect (Alt + Left Click)"
501msgstr "Пересечение (Alt + Left Click)"
502
503#: ../Pinta.Core/Classes/SelectionModeHandler.cs:57
504msgid " Selection Mode: "
505msgstr " Режим выделения "
506
507#: ../Pinta.Core/Effects/UserBlendOps.cs:34
508#: ../Pinta.Tools/Brushes/PlainBrush.cs:37
509#: ../Pinta.Tools/Tools/EraserTool.cs:189 ../Pinta.Tools/Tools/TextTool.cs:248
510msgid "Normal"
511msgstr "Обычный"
512
513#: ../Pinta.Core/Effects/UserBlendOps.cs:35
514msgid "Multiply"
515msgstr "Множитель"
516
517#: ../Pinta.Core/Effects/UserBlendOps.cs:36
518msgid "Color Burn"
519msgstr "Горение цвета"
520
521#: ../Pinta.Core/Effects/UserBlendOps.cs:37
522msgid "Color Dodge"
523msgstr "Color Dodge"
524
525#: ../Pinta.Core/Effects/UserBlendOps.cs:38
526msgid "Overlay"
527msgstr "Оверлей"
528
529#: ../Pinta.Core/Effects/UserBlendOps.cs:39
530msgid "Difference"
531msgstr "Различие"
532
533#: ../Pinta.Core/Effects/UserBlendOps.cs:40
534msgid "Lighten"
535msgstr "Осветление"
536
537#: ../Pinta.Core/Effects/UserBlendOps.cs:41
538msgid "Darken"
539msgstr "Затемнение"
540
541#: ../Pinta.Core/Effects/UserBlendOps.cs:42
542msgid "Screen"
543msgstr "Освещение"
544
545#: ../Pinta.Core/Effects/UserBlendOps.cs:43
546msgid "Xor"
547msgstr "Искл. ИЛИ"
548
549#: ../Pinta.Core/Effects/UserBlendOps.cs:44
550msgid "Hard Light"
551msgstr "Направленный свет"
552
553#: ../Pinta.Core/Effects/UserBlendOps.cs:45
554msgid "Soft Light"
555msgstr "Рассеянный свет"
556
557#: ../Pinta.Core/Effects/UserBlendOps.cs:46
558msgid "Color"
559msgstr "Управление цветом"
560
561#: ../Pinta.Core/Effects/UserBlendOps.cs:47
562#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:437
563msgid "Luminosity"
564msgstr "Освещённость"
565
566#: ../Pinta.Core/Effects/UserBlendOps.cs:48
567#: ../Pinta.Effects/Adjustments/HueSaturationEffect.cs:67
568msgid "Hue"
569msgstr "Тон"
570
571#: ../Pinta.Core/Effects/UserBlendOps.cs:49
572#: ../Pinta.Effects/Adjustments/HueSaturationEffect.cs:70
573msgid "Saturation"
574msgstr "Насыщенность"
575
576#: ../Pinta.Core/HistoryItems/FinishPixelsHistoryItem.cs:43
577msgid "Finish Pixels"
578msgstr "Завершить пиксели"
579
580#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:54
581msgid "Flip Image Horizontal"
582msgstr "Отразить изображение по горизонтали"
583
584#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:58
585msgid "Flip Image Vertical"
586msgstr "Отразить изображение по вертикали"
587
588#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:79
589msgid "Flip Layer Horizontal"
590msgstr "Отразить слой по горизонтали"
591
592#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:83
593msgid "Flip Layer Vertical"
594msgstr "Отразить слой по вертикали"
595
596#: ../Pinta.Core/HistoryItems/ResizeHistoryItem.cs:43
597#: ../Pinta/Dialogs/ResizeImageDialog.cs:45
598msgid "Resize Image"
599msgstr "Масштабировать изображение"
600
601#: ../Pinta.Core/ImageFormats/FormatDescriptor.cs:93
602#, csharp-format
603msgid "{0} image ({1})"
604msgstr "Изображение {0} ({1})"
605
606#: ../Pinta.Core/Managers/EffectsManager.cs:63
607#: ../Pinta.Core/Managers/EffectsManager.cs:98
608msgid "..."
609msgstr "..."
610
611#: ../Pinta.Core/Managers/LivePreviewManager.cs:222
612msgid "Rendering Effect"
613msgstr "Эффект отрисовки"
614
615#: ../Pinta.Core/Managers/ToolManager.cs:258
616#: ../Pinta.Core/Managers/ToolManager.cs:260
617msgid "No tool selected."
618msgstr "Не выбран инструмент"
619
620#: ../Pinta.Core/Managers/WorkspaceManager.cs:100
621#, csharp-format
622msgid "Unsaved Image {0}"
623msgstr "Несохранённое изображение {0}"
624
625#: ../Pinta.Core/Managers/WorkspaceManager.cs:157
626msgid "Background"
627msgstr "Фон"
628
629#: ../Pinta.Core/Managers/WorkspaceManager.cs:166
630#: ../Pinta/Dialogs/NewImageDialog.cs:68
631msgid "New Image"
632msgstr "Новое изображение"
633
634#: ../Pinta.Core/Managers/WorkspaceManager.cs:190
635msgid "Unsupported file format"
636msgstr "Неподдерживаемый формат файла"
637
638#: ../Pinta.Core/Managers/WorkspaceManager.cs:195
639msgid "Open Image"
640msgstr "Открыть изображение"
641
642#: ../Pinta.Core/Managers/WorkspaceManager.cs:361
643msgid "Pinta supports the following file formats:"
644msgstr "Pinta поддерживает следующие форматы файлов:"
645
646#: ../Pinta.Core/Managers/WorkspaceManager.cs:378
647msgid "Failed to open image"
648msgstr "Не удалось открыть изображение"
649
650#. Translators: {0} is the name of a file that the user does not have permission to open.
651#: ../Pinta.Core/Managers/WorkspaceManager.cs:380
652#, csharp-format
653msgid "You do not have access to '{0}'."
654msgstr "У вас нет доступа к '{0}'."
655
656#. Translators: {0} is the palette format (e.g. "GIMP") and {1} is a list of file extensions.
657#: ../Pinta.Core/PaletteFormats/PaletteDescriptor.cs:67
658#, csharp-format
659msgid "{0} palette ({1})"
660msgstr "{0} палитра ({1})"
661
662#: ../Pinta.Docking/DockLibrary/DockItem.cs:541
663msgid "Hide"
664msgstr "Скрыть"
665
666#: ../Pinta.Docking/DockLibrary/DockItem.cs:550
667msgid "Minimize"
668msgstr "Свернуть"
669
670#: ../Pinta.Docking/DockLibrary/DockItem.cs:557
671#: ../Pinta.Docking/DockLibrary/DockItemTitleTab.cs:250
672msgid "Dock"
673msgstr "Закрепить"
674
675#: ../Pinta.Docking/DockLibrary/DockItem.cs:564
676msgid "Undock"
677msgstr "Отделить"
678
679#: ../Pinta.Docking/DockLibrary/DockItemTitleTab.cs:165
680#: ../Pinta.Docking/DockLibrary/DockItemTitleTab.cs:254
681msgid "Auto Hide"
682msgstr "Скрывать автоматически"
683
684#: ../Pinta.Effects/Adjustments/AutoLevelEffect.cs:25
685msgid "Auto Level"
686msgstr "Автокоррекция"
687
688#: ../Pinta.Effects/Adjustments/BlackAndWhiteEffect.cs:25
689msgid "Black and White"
690msgstr "Чёрно-белое"
691
692#: ../Pinta.Effects/Adjustments/BrightnessContrastEffect.cs:29
693msgid "Brightness / Contrast"
694msgstr "Яркость / Контраст"
695
696#: ../Pinta.Effects/Adjustments/BrightnessContrastEffect.cs:152
697#: ../Pinta.Effects/Effects/GlowEffect.cs:82
698msgid "Brightness"
699msgstr "Яркость"
700
701#: ../Pinta.Effects/Adjustments/BrightnessContrastEffect.cs:163
702#: ../Pinta.Effects/Effects/GlowEffect.cs:84
703msgid "Contrast"
704msgstr "Контраст"
705
706#: ../Pinta.Effects/Adjustments/CurvesEffect.cs:27
707#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:91
708msgid "Curves"
709msgstr "Кривые"
710
711#: ../Pinta.Effects/Adjustments/HueSaturationEffect.cs:26
712msgid "Hue / Saturation"
713msgstr "Тон / Насыщенность"
714
715#: ../Pinta.Effects/Adjustments/HueSaturationEffect.cs:73
716msgid "Lightness"
717msgstr "Яркость"
718
719#: ../Pinta.Effects/Adjustments/InvertColorsEffect.cs:25
720#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:167
721msgid "Invert Colors"
722msgstr "Обратить цвета"
723
724#: ../Pinta.Effects/Adjustments/LevelsEffect.cs:23
725msgid "Levels"
726msgstr "Уровни"
727
728#: ../Pinta.Effects/Adjustments/PosterizeEffect.cs:25
729#: ../Pinta.Effects/Dialogs/Effects.PosterizeDialog.cs:56
730msgid "Posterize"
731msgstr "Постеризовать"
732
733#: ../Pinta.Effects/Adjustments/SepiaEffect.cs:26
734msgid "Sepia"
735msgstr "Сепия"
736
737#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:430
738msgid "Transfer Map"
739msgstr "Канал"
740
741#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:436
742msgid "RGB"
743msgstr "RGB"
744
745#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:456
746msgid "Red  "
747msgstr "Красный  "
748
749#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:457
750#: ../Pinta.Effects/Dialogs/Effects.PosterizeDialog.cs:113
751#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:445
752msgid "Green"
753msgstr "Зелёный"
754
755#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:458
756msgid "Blue "
757msgstr "Синий "
758
759#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:466
760#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:424
761msgid "Reset"
762msgstr "Сброс"
763
764#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:471
765msgid "Tip: Right-click to remove control points."
766msgstr ""
767"Подсказка: Нажмите правую кнопку мыши, чтобы убрать контрольные отметки"
768
769#: ../Pinta.Effects/Dialogs/Effects.LevelsDialog.cs:53
770#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:59
771msgid "Levels Adjustment"
772msgstr "Коррекция уровней"
773
774#: ../Pinta.Effects/Dialogs/Effects.PosterizeDialog.cs:109
775#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:434
776msgid "Red"
777msgstr "Красный"
778
779#: ../Pinta.Effects/Dialogs/Effects.PosterizeDialog.cs:117
780#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:484
781msgid "Blue"
782msgstr "Синий"
783
784#: ../Pinta.Effects/Dialogs/Effects.PosterizeDialog.cs:120
785msgid "Linked"
786msgstr "Связь"
787
788#: ../Pinta.Effects/Effects/AddNoiseEffect.cs:29
789msgid "Add Noise"
790msgstr "Добавить шум"
791
792#: ../Pinta.Effects/Effects/AddNoiseEffect.cs:37
793#: ../Pinta.Effects/Effects/MedianEffect.cs:36
794#: ../Pinta.Effects/Effects/ReduceNoiseEffect.cs:36
795msgid "Noise"
796msgstr "Шум"
797
798#: ../Pinta.Effects/Effects/AddNoiseEffect.cs:169
799#: ../Pinta.Effects/Effects/OutlineEffect.cs:145
800#: ../Pinta.Effects/Effects/TileEffect.cs:142
801msgid "Intensity"
802msgstr "Интенсивность"
803
804#: ../Pinta.Effects/Effects/AddNoiseEffect.cs:172
805msgid "Color Saturation"
806msgstr "Насыщенность цвета"
807
808#: ../Pinta.Effects/Effects/AddNoiseEffect.cs:175
809msgid "Coverage"
810msgstr "Покрытие"
811
812#: ../Pinta.Effects/Effects/BulgeEffect.cs:25
813msgid "Bulge"
814msgstr "Выпуклость"
815
816#: ../Pinta.Effects/Effects/BulgeEffect.cs:33
817#: ../Pinta.Effects/Effects/FrostedGlassEffect.cs:33
818#: ../Pinta.Effects/Effects/PixelateEffect.cs:37
819#: ../Pinta.Effects/Effects/PolarInversionEffect.cs:38
820#: ../Pinta.Effects/Effects/TileEffect.cs:33
821#: ../Pinta.Effects/Effects/TwistEffect.cs:33
822msgid "Distort"
823msgstr "Искажения"
824
825#: ../Pinta.Effects/Effects/BulgeEffect.cs:101
826#: ../Pinta.Effects/Effects/FrostedGlassEffect.cs:161
827#: ../Pinta.Effects/Effects/SharpenEffect.cs:63
828#: ../Pinta.Effects/Effects/TwistEffect.cs:131
829#: ../Pinta.Effects/Effects/ZoomBlurEffect.cs:131
830msgid "Amount"
831msgstr "Количество"
832
833#: ../Pinta.Effects/Effects/BulgeEffect.cs:104
834#: ../Pinta.Effects/Effects/RadialBlurEffect.cs:161
835#: ../Pinta.Effects/Effects/ZoomBlurEffect.cs:134
836msgid "Offset"
837msgstr "Смещение"
838
839#: ../Pinta.Effects/Effects/CloudsEffect.cs:30
840msgid "Clouds"
841msgstr "Облака"
842
843#: ../Pinta.Effects/Effects/CloudsEffect.cs:38
844#: ../Pinta.Effects/Effects/JuliaFractalEffect.cs:33
845#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:33
846msgid "Render"
847msgstr "Рисование"
848
849#: ../Pinta.Effects/Effects/CloudsEffect.cs:205
850msgid "Scale"
851msgstr "Масштаб"
852
853#: ../Pinta.Effects/Effects/CloudsEffect.cs:208
854msgid "Power"
855msgstr "Мощность"
856
857#: ../Pinta.Effects/Effects/CloudsEffect.cs:231
858msgid "Seed"
859msgstr "Инициализатор"
860
861#: ../Pinta.Effects/Effects/EdgeDetectEffect.cs:28
862msgid "Edge Detect"
863msgstr "Определение краёв"
864
865#: ../Pinta.Effects/Effects/EdgeDetectEffect.cs:36
866#: ../Pinta.Effects/Effects/EmbossEffect.cs:33
867#: ../Pinta.Effects/Effects/OutlineEffect.cs:36
868#: ../Pinta.Effects/Effects/ReliefEffect.cs:32
869msgid "Stylize"
870msgstr "Стилизация"
871
872#: ../Pinta.Effects/Effects/EdgeDetectEffect.cs:88
873#: ../Pinta.Effects/Effects/EmbossEffect.cs:143
874#: ../Pinta.Effects/Effects/JuliaFractalEffect.cs:140
875#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:164
876#: ../Pinta.Effects/Effects/MotionBlurEffect.cs:111
877#: ../Pinta.Effects/Effects/RadialBlurEffect.cs:158
878#: ../Pinta.Effects/Effects/ReliefEffect.cs:88
879#: ../Pinta.Tools/Editable/EditEngines/ArrowedEditEngine.cs:435
880#: ../Pinta/Actions/Layers/RotateZoomLayerAction.cs:112
881msgid "Angle"
882msgstr "Угол"
883
884#: ../Pinta.Effects/Effects/EmbossEffect.cs:25
885msgid "Emboss"
886msgstr "Барельеф"
887
888#: ../Pinta.Effects/Effects/FragmentEffect.cs:25
889msgid "Fragment"
890msgstr "Фрагмент"
891
892#: ../Pinta.Effects/Effects/FragmentEffect.cs:33
893#: ../Pinta.Effects/Effects/GaussianBlurEffect.cs:33
894#: ../Pinta.Effects/Effects/MotionBlurEffect.cs:33
895#: ../Pinta.Effects/Effects/RadialBlurEffect.cs:33
896#: ../Pinta.Effects/Effects/UnfocusEffect.cs:35
897#: ../Pinta.Effects/Effects/ZoomBlurEffect.cs:33
898msgid "Blurs"
899msgstr "Размытие"
900
901#: ../Pinta.Effects/Effects/FragmentEffect.cs:111
902msgid "Fragments"
903msgstr "Фрагменты"
904
905#: ../Pinta.Effects/Effects/FragmentEffect.cs:114
906#: ../Pinta.Effects/Effects/MotionBlurEffect.cs:114
907msgid "Distance"
908msgstr "Расстояние"
909
910#: ../Pinta.Effects/Effects/FragmentEffect.cs:117
911#: ../Pinta.Effects/Effects/TileEffect.cs:138
912msgid "Rotation"
913msgstr "Поворот"
914
915#: ../Pinta.Effects/Effects/FrostedGlassEffect.cs:25
916msgid "Frosted Glass"
917msgstr "Матовое стекло"
918
919#: ../Pinta.Effects/Effects/GaussianBlurEffect.cs:25
920msgid "Gaussian Blur"
921msgstr "Размывание Гаусса"
922
923#: ../Pinta.Effects/Effects/GaussianBlurEffect.cs:264
924#: ../Pinta.Effects/Effects/GlowEffect.cs:80
925#: ../Pinta.Effects/Effects/MedianEffect.cs:70
926#: ../Pinta.Effects/Effects/ReduceNoiseEffect.cs:94
927#: ../Pinta.Effects/Effects/UnfocusEffect.cs:98
928#: ../Pinta.Tools/Editable/EditEngines/RoundedLineEditEngine.cs:125
929msgid "Radius"
930msgstr "Радиус"
931
932#: ../Pinta.Effects/Effects/GlowEffect.cs:30
933msgid "Glow"
934msgstr "Сияние"
935
936#: ../Pinta.Effects/Effects/GlowEffect.cs:38
937#: ../Pinta.Effects/Effects/RedEyeRemoveEffect.cs:36
938#: ../Pinta.Effects/Effects/SharpenEffect.cs:33
939#: ../Pinta.Effects/Effects/SoftenPortraitEffect.cs:66
940msgid "Photo"
941msgstr "Снимок"
942
943#: ../Pinta.Effects/Effects/InkSketchEffect.cs:33
944msgid "Ink Sketch"
945msgstr "Набросок чернилами"
946
947#: ../Pinta.Effects/Effects/InkSketchEffect.cs:41
948#: ../Pinta.Effects/Effects/OilPaintingEffect.cs:33
949#: ../Pinta.Effects/Effects/PencilSketchEffect.cs:40
950msgid "Artistic"
951msgstr "Художественные"
952
953#: ../Pinta.Effects/Effects/InkSketchEffect.cs:165
954msgid "Ink Outline"
955msgstr "Чернильный контур"
956
957#: ../Pinta.Effects/Effects/InkSketchEffect.cs:168
958msgid "Coloring"
959msgstr "Окрашивание"
960
961#: ../Pinta.Effects/Effects/JuliaFractalEffect.cs:25
962msgid "Julia Fractal"
963msgstr "Фрактал Жюлиа"
964
965#: ../Pinta.Effects/Effects/JuliaFractalEffect.cs:131
966#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:154
967msgid "Factor"
968msgstr "Фактор"
969
970#: ../Pinta.Effects/Effects/JuliaFractalEffect.cs:134
971#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:157
972#: ../Pinta.Effects/Effects/RadialBlurEffect.cs:164
973#: ../Pinta.Effects/Effects/WarpEffect.cs:188
974msgid "Quality"
975msgstr "Качество"
976
977#: ../Pinta.Effects/Effects/JuliaFractalEffect.cs:137
978#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:161
979#: ../Pinta.Tools/Tools/ZoomTool.cs:48
980#: ../Pinta/Actions/Layers/RotateZoomLayerAction.cs:118
981msgid "Zoom"
982msgstr "Масштабирование"
983
984#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:25
985msgid "Mandelbrot Fractal"
986msgstr "Фрактал Мандельброта"
987
988#: ../Pinta.Effects/Effects/MedianEffect.cs:28
989msgid "Median"
990msgstr "Медиана"
991
992#: ../Pinta.Effects/Effects/MedianEffect.cs:73
993msgid "Percentile"
994msgstr "Процент"
995
996#: ../Pinta.Effects/Effects/MotionBlurEffect.cs:25
997msgid "Motion Blur"
998msgstr "Размытие в движении"
999
1000#: ../Pinta.Effects/Effects/MotionBlurEffect.cs:117
1001msgid "Centered"
1002msgstr "Центрирование"
1003
1004#: ../Pinta.Effects/Effects/OilPaintingEffect.cs:25
1005msgid "Oil Painting"
1006msgstr "Масляные краски"
1007
1008#: ../Pinta.Effects/Effects/OilPaintingEffect.cs:176
1009msgid "Brush Size"
1010msgstr "Размер кисти"
1011
1012#: ../Pinta.Effects/Effects/OilPaintingEffect.cs:179
1013msgid "Coarseness"
1014msgstr "Грубость"
1015
1016#: ../Pinta.Effects/Effects/OutlineEffect.cs:28
1017#: ../Pinta.Tools/Tools/TextTool.cs:250
1018msgid "Outline"
1019msgstr "Контур"
1020
1021#: ../Pinta.Effects/Effects/OutlineEffect.cs:142
1022msgid "Thickness"
1023msgstr "Толщина"
1024
1025#: ../Pinta.Effects/Effects/PencilSketchEffect.cs:32
1026msgid "Pencil Sketch"
1027msgstr "Карандашный набросок"
1028
1029#: ../Pinta.Effects/Effects/PencilSketchEffect.cs:99
1030msgid "Pencil Tip Size"
1031msgstr "Размер конца карандаша"
1032
1033#: ../Pinta.Effects/Effects/PencilSketchEffect.cs:102
1034msgid "Color Range"
1035msgstr "Диапазон цветов"
1036
1037#: ../Pinta.Effects/Effects/PixelateEffect.cs:25
1038msgid "Pixelate"
1039msgstr "Пикселизация"
1040
1041#: ../Pinta.Effects/Effects/PixelateEffect.cs:119
1042msgid "Cell Size"
1043msgstr "Размер ячейки"
1044
1045#: ../Pinta.Effects/Effects/PolarInversionEffect.cs:25
1046msgid "Polar Inversion"
1047msgstr "Полярная инверсия"
1048
1049#: ../Pinta.Effects/Effects/RadialBlurEffect.cs:25
1050msgid "Radial Blur"
1051msgstr "Радиальное размытие"
1052
1053#: ../Pinta.Effects/Effects/RadialBlurEffect.cs:165
1054msgid ""
1055"Use low quality for previews, small images, and small angles.  Use high "
1056"quality for final quality, large images, and large angles."
1057msgstr ""
1058"Используйте низкое качество для предварительного просмотра, малых "
1059"изображений и малых углов. Используйте высокое качество для финального "
1060"варианта, больших изображений и больших углов."
1061
1062#: ../Pinta.Effects/Effects/RedEyeRemoveEffect.cs:28
1063msgid "Red Eye Removal"
1064msgstr "Удаление красных глаз"
1065
1066#: ../Pinta.Effects/Effects/RedEyeRemoveEffect.cs:74
1067#: ../Pinta.Tools/Tools/FloodTool.cs:90 ../Pinta.Tools/Tools/RecolorTool.cs:80
1068msgid "Tolerance"
1069msgstr "Чувствительность"
1070
1071#: ../Pinta.Effects/Effects/RedEyeRemoveEffect.cs:78
1072msgid "Saturation Percentage"
1073msgstr "Насыщенность в процентах"
1074
1075#: ../Pinta.Effects/Effects/RedEyeRemoveEffect.cs:79
1076msgid "Hint: For best results, first use selection tools to select each eye."
1077msgstr ""
1078"Подсказка: для наилучшего результата сначала выделите каждый глаз "
1079"инструментами выделения."
1080
1081#: ../Pinta.Effects/Effects/ReduceNoiseEffect.cs:28
1082msgid "Reduce Noise"
1083msgstr "Уменьшить шум"
1084
1085#: ../Pinta.Effects/Effects/ReduceNoiseEffect.cs:97
1086msgid "Strength"
1087msgstr "Сила"
1088
1089#: ../Pinta.Effects/Effects/ReliefEffect.cs:44
1090msgid "Relief"
1091msgstr "Рельеф"
1092
1093#: ../Pinta.Effects/Effects/SharpenEffect.cs:25
1094msgid "Sharpen"
1095msgstr "Добавить резкость"
1096
1097#: ../Pinta.Effects/Effects/SoftenPortraitEffect.cs:58
1098msgid "Soften Portrait"
1099msgstr "Смягчить портрет"
1100
1101#: ../Pinta.Effects/Effects/SoftenPortraitEffect.cs:119
1102msgid "Softness"
1103msgstr "Мягкость"
1104
1105#: ../Pinta.Effects/Effects/SoftenPortraitEffect.cs:122
1106msgid "Lighting"
1107msgstr "Освещение"
1108
1109#: ../Pinta.Effects/Effects/SoftenPortraitEffect.cs:125
1110msgid "Warmth"
1111msgstr "Теплота"
1112
1113#: ../Pinta.Effects/Effects/TileEffect.cs:25
1114msgid "Tile Reflection"
1115msgstr "Мозаичное отражение"
1116
1117#: ../Pinta.Effects/Effects/TileEffect.cs:140
1118msgid "Tile Size"
1119msgstr "Размер плитки"
1120
1121#: ../Pinta.Effects/Effects/TwistEffect.cs:25
1122msgid "Twist"
1123msgstr "Завихрение"
1124
1125#: ../Pinta.Effects/Effects/TwistEffect.cs:133
1126msgid "Antialias"
1127msgstr "Сглаживание"
1128
1129#: ../Pinta.Effects/Effects/UnfocusEffect.cs:27
1130msgid "Unfocus"
1131msgstr "Расфокусировка"
1132
1133#: ../Pinta.Effects/Effects/WarpEffect.cs:19
1134msgid "Clamp"
1135msgstr "Зажим"
1136
1137#: ../Pinta.Effects/Effects/WarpEffect.cs:21
1138msgid "Wrap"
1139msgstr "Заворачивать"
1140
1141#: ../Pinta.Effects/Effects/WarpEffect.cs:23
1142msgid "Reflect"
1143msgstr "Отражение"
1144
1145#: ../Pinta.Effects/Effects/WarpEffect.cs:25
1146msgid "Primary"
1147msgstr "Основной"
1148
1149#: ../Pinta.Effects/Effects/WarpEffect.cs:27
1150msgid "Secondary"
1151msgstr "Второстепенный"
1152
1153#: ../Pinta.Effects/Effects/WarpEffect.cs:29
1154#: ../Pinta/Dialogs/NewImageDialog.cs:290
1155msgid "Transparent"
1156msgstr "Прозрачный"
1157
1158#: ../Pinta.Effects/Effects/WarpEffect.cs:31
1159msgid "Original"
1160msgstr "Исходный"
1161
1162#: ../Pinta.Effects/Effects/WarpEffect.cs:191
1163msgid "Center Offset"
1164msgstr "Смещение центра"
1165
1166#: ../Pinta.Effects/Effects/ZoomBlurEffect.cs:25
1167msgid "Zoom Blur"
1168msgstr "Увеличительное размытие"
1169
1170#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:86
1171msgid "Input Histogram"
1172msgstr "Гистограмма входа"
1173
1174#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:128
1175msgid "Input"
1176msgstr "Вход"
1177
1178#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:241
1179msgid "Output"
1180msgstr "Выход"
1181
1182#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:369
1183msgid "Output Histogram"
1184msgstr "Гистограмма выхода"
1185
1186#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:412
1187msgid "Auto"
1188msgstr "Автоматически"
1189
1190#: ../Pinta.Gui.Widgets/Widgets/ColorPaletteWidget.cs:106
1191msgid "Choose Primary Color"
1192msgstr "Выберите цвет переднего плана"
1193
1194#: ../Pinta.Gui.Widgets/Widgets/ColorPaletteWidget.cs:121
1195msgid "Choose Secondary Color"
1196msgstr "Выберите фоновый цвет"
1197
1198#: ../Pinta.Gui.Widgets/Widgets/ColorPaletteWidget.cs:145
1199msgid "Choose Palette Color"
1200msgstr "Выберите цвет цалитры"
1201
1202#: ../Pinta.Gui.Widgets/Widgets/ColorPaletteWidget.cs:315
1203msgid "Click to switch between primary and secondary color."
1204msgstr ""
1205"Щёлкните, чтобы переключиться между основным и дополнительным цветом."
1206
1207#: ../Pinta.Gui.Widgets/Widgets/ColorPaletteWidget.cs:320
1208msgid "Click to reset primary and secondary color."
1209msgstr "Нажмите для сброса первичного и вторичного цветов."
1210
1211#: ../Pinta.Gui.Widgets/Widgets/ColorPaletteWidget.cs:322
1212msgid "Click to select primary color."
1213msgstr "Щёлкните, чтобы выбрать основной цвет."
1214
1215#: ../Pinta.Gui.Widgets/Widgets/ColorPaletteWidget.cs:324
1216msgid "Click to select secondary color."
1217msgstr "Щёлкните, чтобы выбрать дополнительный цвет."
1218
1219#: ../Pinta.Gui.Widgets/Widgets/ColorPaletteWidget.cs:326
1220msgid ""
1221"Left click to set primary color. Right click to set secondary color. Middle "
1222"click to choose palette color."
1223msgstr ""
1224"Щелчок левой кнопки мыши для установки основного цвета. Щелчок правой "
1225"кнопкой мыши для установки вторичного цвета. Щелчок средней кнопки мыши для "
1226"выбора цветовой палитры."
1227
1228#: ../Pinta.Gui.Widgets/Widgets/ReseedButtonWidget.cs:64
1229msgid "Random Noise"
1230msgstr "Случайный шум"
1231
1232#: ../Pinta.Gui.Widgets/Widgets/ReseedButtonWidget.cs:74
1233msgid "Reseed"
1234msgstr "Перемешать"
1235
1236#: ../Pinta.Gui.Widgets/Widgets/Layers/LayersListWidget.cs:244
1237msgid "Layer Shown"
1238msgstr "Видимый слой"
1239
1240#: ../Pinta.Gui.Widgets/Widgets/Layers/LayersListWidget.cs:244
1241msgid "Layer Hidden"
1242msgstr "Скрытый слой"
1243
1244#: ../Pinta.Tools/Brushes/CircleBrush.cs:37
1245msgid "Circles"
1246msgstr "Круги"
1247
1248#: ../Pinta.Tools/Brushes/GridBrush.cs:37
1249msgid "Grid"
1250msgstr "Сетка"
1251
1252#: ../Pinta.Tools/Brushes/SplatterBrush.cs:37
1253msgid "Splatter"
1254msgstr "Брызги"
1255
1256#: ../Pinta.Tools/Brushes/SquaresBrush.cs:39
1257msgid "Squares"
1258msgstr "Квадраты"
1259
1260#: ../Pinta.Tools/Dashes/DashPatternBox.cs:74
1261msgid "Dash"
1262msgstr "Штрихи"
1263
1264#: ../Pinta.Tools/Editable/EditEngines/ArrowedEditEngine.cs:212
1265msgid "Arrow"
1266msgstr "Стрелка"
1267
1268#: ../Pinta.Tools/Editable/EditEngines/ArrowedEditEngine.cs:352
1269msgid "Size"
1270msgstr "Размер"
1271
1272#: ../Pinta.Tools/Editable/EditEngines/ArrowedEditEngine.cs:357
1273msgid "Decrease arrow size"
1274msgstr "Уменьшить размер стрелки"
1275
1276#: ../Pinta.Tools/Editable/EditEngines/ArrowedEditEngine.cs:424
1277msgid "Increase arrow size"
1278msgstr "Увеличить размер стрелки"
1279
1280#: ../Pinta.Tools/Editable/EditEngines/ArrowedEditEngine.cs:440
1281msgid "Decrease angle offset"
1282msgstr "Уменьшить угол смещения"
1283
1284#: ../Pinta.Tools/Editable/EditEngines/ArrowedEditEngine.cs:503
1285msgid "Increase angle offset"
1286msgstr "Увеличить угол смещения"
1287
1288#: ../Pinta.Tools/Editable/EditEngines/ArrowedEditEngine.cs:514
1289msgid "Length"
1290msgstr "Длина"
1291
1292#: ../Pinta.Tools/Editable/EditEngines/ArrowedEditEngine.cs:519
1293msgid "Decrease length offset"
1294msgstr "Уменьшить длину смещения"
1295
1296#: ../Pinta.Tools/Editable/EditEngines/ArrowedEditEngine.cs:582
1297msgid "Increase length offset"
1298msgstr "Увеличить длину смещения"
1299
1300#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:296
1301#: ../Pinta.Tools/Tools/BaseBrushTool.cs:76
1302#: ../Pinta.Tools/Tools/SelectShapeTool.cs:99
1303msgid "Brush width"
1304msgstr "Толщина кисти"
1305
1306#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:302
1307#: ../Pinta.Tools/Tools/BaseBrushTool.cs:81
1308#: ../Pinta.Tools/Tools/SelectShapeTool.cs:104
1309msgid "Decrease brush size"
1310msgstr "Уменьшить размер кисти"
1311
1312#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:330
1313#: ../Pinta.Tools/Tools/BaseBrushTool.cs:95
1314#: ../Pinta.Tools/Tools/SelectShapeTool.cs:118
1315msgid "Increase brush size"
1316msgstr "Увеличить размер кисти"
1317
1318#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:342
1319#: ../Pinta.Tools/Tools/FreeformShapeTool.cs:76
1320#: ../Pinta.Tools/Tools/SelectShapeTool.cs:131
1321msgid "Fill Style"
1322msgstr "Стиль заполнения"
1323
1324#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:350
1325#: ../Pinta.Tools/Tools/FreeformShapeTool.cs:83
1326#: ../Pinta.Tools/Tools/SelectShapeTool.cs:138
1327msgid "Outline Shape"
1328msgstr "Обвести фигуру"
1329
1330#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:351
1331#: ../Pinta.Tools/Tools/FreeformShapeTool.cs:84
1332#: ../Pinta.Tools/Tools/SelectShapeTool.cs:139
1333msgid "Fill Shape"
1334msgstr "Залить фигуру"
1335
1336#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:352
1337#: ../Pinta.Tools/Tools/FreeformShapeTool.cs:85
1338#: ../Pinta.Tools/Tools/SelectShapeTool.cs:140
1339msgid "Fill and Outline Shape"
1340msgstr "Залить и обвести фигуру"
1341
1342#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:363
1343msgid "Shape Type"
1344msgstr "Форма"
1345
1346#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:371
1347msgid "Open Line/Curve Series"
1348msgstr "Группа открытых геометрических фигур/кривых"
1349
1350#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:372
1351msgid "Closed Line/Curve Series"
1352msgstr "Закрыть линию/Закончить серию кривых"
1353
1354#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:373
1355#: ../Pinta.Tools/Editable/EditEngines/EllipseEditEngine.cs:39
1356#: ../Pinta.Tools/Tools/EllipseTool.cs:37
1357msgid "Ellipse"
1358msgstr "Эллипс"
1359
1360#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:374
1361msgid "Rounded Line Series"
1362msgstr "Группа скругленных линий"
1363
1364#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:388
1365msgid "Changed Shape Type"
1366msgstr "Изменённая форма"
1367
1368#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:522
1369msgid "Point Deleted"
1370msgstr "Точка удалена"
1371
1372#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:539
1373msgid "Deleted"
1374msgstr "Удалено"
1375
1376#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:588
1377#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:884
1378msgid "Point Added"
1379msgstr "Точка добавлена"
1380
1381#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:924
1382msgid "Added"
1383msgstr "Добавлено"
1384
1385#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:1014
1386msgid "Modified"
1387msgstr "Изменён"
1388
1389#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:1266
1390#: ../Pinta.Tools/Editable/EditEngines/BaseEditEngine.cs:1675
1391msgid "Finalized"
1392msgstr "Закончен"
1393
1394#: ../Pinta.Tools/Editable/EditEngines/LineCurveEditEngine.cs:43
1395msgid "Open Curve Shape"
1396msgstr "Открытая кривая"
1397
1398#: ../Pinta.Tools/Editable/EditEngines/RectangleEditEngine.cs:43
1399msgid "Closed Curve Shape"
1400msgstr "Закрытая кривая"
1401
1402#: ../Pinta.Tools/Editable/EditEngines/RoundedLineEditEngine.cs:43
1403msgid "Rounded Line Shape"
1404msgstr "Скруглённая линия"
1405
1406#: ../Pinta.Tools/Editable/EditEngines/RoundedLineEditEngine.cs:131
1407msgid "Decrease shape's corner radius"
1408msgstr "Уменьшить радиус углов фигуры"
1409
1410#: ../Pinta.Tools/Editable/EditEngines/RoundedLineEditEngine.cs:154
1411msgid "Increase shape's corner radius"
1412msgstr "Увеличить радиус углов фигуры"
1413
1414#: ../Pinta.Tools/Tools/CloneStampTool.cs:42
1415msgid "Clone Stamp"
1416msgstr "Штамп клонирования"
1417
1418#: ../Pinta.Tools/Tools/CloneStampTool.cs:47
1419msgid "Ctrl-left click to set origin, left click to paint."
1420msgstr ""
1421"Ctrl+щелчок левой кнопкой мыши для установки основы, левой кнопкой мыши "
1422"начать рисовать"
1423
1424#: ../Pinta.Tools/Tools/ColorPickerTool.cs:63
1425msgid "Color Picker"
1426msgstr "Получение цвета"
1427
1428#: ../Pinta.Tools/Tools/ColorPickerTool.cs:69
1429msgid "Left click to set primary color. Right click to set secondary color."
1430msgstr ""
1431"Щёлкните левой кнопкой для задания первичного цвета. Щёлкните правой кнопкой "
1432"для задания вторичного цвета."
1433
1434#: ../Pinta.Tools/Tools/ColorPickerTool.cs:113
1435msgid "Sampling"
1436msgstr "Выборка"
1437
1438#: ../Pinta.Tools/Tools/ColorPickerTool.cs:123
1439msgid "Single Pixel"
1440msgstr "Один пиксель"
1441
1442#: ../Pinta.Tools/Tools/ColorPickerTool.cs:124
1443msgid "3 x 3 Region"
1444msgstr "Область 3 на 2"
1445
1446#: ../Pinta.Tools/Tools/ColorPickerTool.cs:125
1447msgid "5 x 5 Region"
1448msgstr "Область 5 на 5"
1449
1450#: ../Pinta.Tools/Tools/ColorPickerTool.cs:126
1451msgid "7 x 7 Region"
1452msgstr "Область 7 на 7"
1453
1454#: ../Pinta.Tools/Tools/ColorPickerTool.cs:127
1455msgid "9 x 9 Region"
1456msgstr "Область 9 на 9"
1457
1458#: ../Pinta.Tools/Tools/ColorPickerTool.cs:136
1459msgid "Image"
1460msgstr "изображение"
1461
1462#: ../Pinta.Tools/Tools/ColorPickerTool.cs:147
1463msgid "After select"
1464msgstr "После выбора"
1465
1466#: ../Pinta.Tools/Tools/ColorPickerTool.cs:154
1467msgid "Do not switch tool"
1468msgstr "Не переключайте инструмент"
1469
1470#: ../Pinta.Tools/Tools/ColorPickerTool.cs:155
1471msgid "Switch to previous tool"
1472msgstr "Переключиться на предыдущий инструмент"
1473
1474#: ../Pinta.Tools/Tools/ColorPickerTool.cs:156
1475msgid "Switch to Pencil tool"
1476msgstr "Переключиться на инструмент \"Карандаш\""
1477
1478#: ../Pinta.Tools/Tools/ColorPickerTool.cs:209
1479#: ../Pinta.Tools/Tools/PencilTool.cs:50
1480msgid "Pencil"
1481msgstr "Карандаш"
1482
1483#: ../Pinta.Tools/Tools/EllipseSelectTool.cs:37
1484msgid "Ellipse Select"
1485msgstr "Эллиптическое выделение"
1486
1487#: ../Pinta.Tools/Tools/EllipseSelectTool.cs:43
1488msgid ""
1489"Click and drag to draw an elliptical selection. Hold Shift to constrain to a "
1490"circle."
1491msgstr ""
1492"Нажмите и тяните,  чтобы выделить эллептическую область . Удерживайте Shift, "
1493"чтобы выделить круглую область."
1494
1495#: ../Pinta.Tools/Tools/EllipseTool.cs:43
1496#: ../Pinta.Tools/Tools/LineCurveTool.cs:46
1497#: ../Pinta.Tools/Tools/RectangleTool.cs:43
1498#: ../Pinta.Tools/Tools/RoundedRectangleTool.cs:43
1499msgid ""
1500"Left click to draw a shape with the primary color.\n"
1501"Left click on a shape to add a control point.\n"
1502"Left click on a control point and drag to move it.\n"
1503"Right click on a control point and drag to change its tension.\n"
1504"Hold Shift to snap to angles.\n"
1505"Use arrow keys to move the selected control point.\n"
1506"Press Ctrl + left/right arrows to select control points by order.\n"
1507"Press Delete to delete the selected control point.\n"
1508"Press Space to add a new control point at the mouse position.\n"
1509"Hold Ctrl while pressing Space to create the control point at the exact same "
1510"position.\n"
1511"Hold Ctrl while left clicking on a control point to create a new shape at "
1512"the exact same position.\n"
1513"Hold Ctrl while clicking outside of the image bounds to create a new shape "
1514"starting at the edge.\n"
1515"Press Enter to finalize the shape."
1516msgstr ""
1517"Клик левой кнопкой мыши для рисования фигуры обычным цветом\n"
1518"Клик левой кнопкой мыши для добавления точки к фигуре\n"
1519"Клик левой кнопкой мыши для настройки и перемещения точки\n"
1520"Клик правой кнопкой мыши для настройки и изменения напряжения точки\n"
1521"Зажать Shift для изменения углов\n"
1522"Кнопки со стрелками для перемещения точки\n"
1523"Зажать Ctrl+клик правой или левой кнопкой мыши для множественного выделения\n"
1524"Кнопка Delete для удаления точки\n"
1525"Кнопка Пробел для добавления точки в позицию курсора\n"
1526"Зажать Ctrl+Пробел для создания точки в точно такой же позиции\n"
1527"Зажать Ctrl+клик левой кнопкой мыши на точку для создания новой фигуры в "
1528"этой позиции\n"
1529"Зажать Ctrl+клик не на объекте для создания ещё одного края фигуры\n"
1530"Кнопка Ввод для завершения рисования фигуры"
1531
1532#: ../Pinta.Tools/Tools/EraserTool.cs:187
1533#: ../Pinta.Tools/Tools/PaintBrushTool.cs:92
1534msgid "Type"
1535msgstr "Тип"
1536
1537#: ../Pinta.Tools/Tools/EraserTool.cs:189
1538msgid "Smooth"
1539msgstr "Сглаженный"
1540
1541#: ../Pinta.Tools/Tools/EraserTool.cs:203
1542msgid "Eraser"
1543msgstr "Ластик"
1544
1545#: ../Pinta.Tools/Tools/EraserTool.cs:205
1546msgid ""
1547"Left click to erase to transparent, right click to erase to secondary color. "
1548msgstr ""
1549"Левая кнопка мыши стирает до прозрачного фона, правая кнопка стирает цветом "
1550"фона. "
1551
1552#: ../Pinta.Tools/Tools/FloodTool.cs:71
1553msgid "Flood Mode"
1554msgstr "Избыточный режим"
1555
1556#: ../Pinta.Tools/Tools/FloodTool.cs:78
1557msgid "Contiguous"
1558msgstr "Смежная область"
1559
1560#: ../Pinta.Tools/Tools/FloodTool.cs:79
1561msgid "Global"
1562msgstr "Глобальная"
1563
1564#: ../Pinta.Tools/Tools/FreeformShapeTool.cs:56
1565msgid "Freeform Shape"
1566msgstr "Произвольная фигура"
1567
1568#: ../Pinta.Tools/Tools/FreeformShapeTool.cs:58
1569#: ../Pinta.Tools/Tools/PaintBrushTool.cs:42
1570msgid ""
1571"Left click to draw with primary color, right click to draw with secondary "
1572"color."
1573msgstr ""
1574"Нажмите левую кнопку, чтобы рисовать первичным цветом, правую - вторичным."
1575
1576#: ../Pinta.Tools/Tools/GradientTool.cs:55
1577#: ../Pinta.Tools/Tools/GradientTool.cs:169
1578msgid "Gradient"
1579msgstr "Градиент"
1580
1581#: ../Pinta.Tools/Tools/GradientTool.cs:63
1582msgid ""
1583"Click and drag to draw gradient from primary to secondary color.  Right "
1584"click to reverse."
1585msgstr ""
1586"Щёлкните и перетаскивайте, чтобы нарисовать градиент от первичного цвета к "
1587"вторичному. Щёлкните правой кнопкой для инверсии."
1588
1589#: ../Pinta.Tools/Tools/GradientTool.cs:176
1590msgid "Linear Gradient"
1591msgstr "Линейный градиент"
1592
1593#: ../Pinta.Tools/Tools/GradientTool.cs:177
1594msgid "Linear Reflected Gradient"
1595msgstr "Линейный отражённый градиент"
1596
1597#: ../Pinta.Tools/Tools/GradientTool.cs:178
1598msgid "Linear Diamond Gradient"
1599msgstr "Линейный ромбовидный градиент"
1600
1601#: ../Pinta.Tools/Tools/GradientTool.cs:179
1602msgid "Radial Gradient"
1603msgstr "Радиальный градиент"
1604
1605#: ../Pinta.Tools/Tools/GradientTool.cs:180
1606msgid "Conical Gradient"
1607msgstr "Конический градиент"
1608
1609#: ../Pinta.Tools/Tools/LassoSelectTool.cs:52
1610msgid "Lasso Select"
1611msgstr "Выделение лассо"
1612
1613#: ../Pinta.Tools/Tools/LassoSelectTool.cs:54
1614msgid "Click and drag to draw the outline for a selection area."
1615msgstr ""
1616"Нажмите и перетаскивайте мышь, чтобы выделить контур области выделения."
1617
1618#: ../Pinta.Tools/Tools/LineCurveTool.cs:40
1619msgid "Line/Curve"
1620msgstr "Линии/кривые"
1621
1622#: ../Pinta.Tools/Tools/MagicWandTool.cs:62
1623msgid "Magic Wand Select"
1624msgstr "Волшебная палочка"
1625
1626#: ../Pinta.Tools/Tools/MagicWandTool.cs:72
1627msgid "Click to select region of similar color."
1628msgstr "Щёлкните, чтобы выделить регион с похожим цветом."
1629
1630#: ../Pinta.Tools/Tools/MoveSelectedTool.cs:49
1631msgid ""
1632"Left click and drag the selection to move selected content. Hold Ctrl to "
1633"scale instead of move. Right click and drag the selection to rotate selected "
1634"content. Hold Shift to rotate in steps. Use arrow keys to move selected "
1635"content by a single pixel."
1636msgstr ""
1637"Нажмите левую клавишу мыши и перетащите выделение, чтобы переместить "
1638"выделенную область. Удерживайте Ctrl для масштабирования вместо перемещения. "
1639"Нажмите правую клавишу мыши и перетащите выделение, чтобы повернуть "
1640"выделенную область. Удерживайте Shift для пошагового вращения. Используйте "
1641"клавиши со стрелками, чтобы переместить выделенную область на один пиксель."
1642
1643#: ../Pinta.Tools/Tools/MoveSelectionTool.cs:42
1644msgid "Move Selection"
1645msgstr "Перемещение выделения"
1646
1647#: ../Pinta.Tools/Tools/MoveSelectionTool.cs:48
1648msgid ""
1649"Left click and drag the selection to move selection outline. Hold Ctrl to "
1650"scale instead of move. Right click and drag the selection to rotate "
1651"selection outline. Hold Shift to rotate in steps. Use arrow keys to move "
1652"selection outline by a single pixel."
1653msgstr ""
1654"Нажмите левую клавишу мыши и перетащите выделение, чтобы переместить контур "
1655"выделения. Удерживайте Ctrl для масштабирования вместо перемещения. Нажмите "
1656"правую клавишу мыши и перетащите выделение, чтобы повернуть контур "
1657"выделения. Удерживайте Shift для пошагового вращения. Используйте клавиши со "
1658"стрелками, чтобы переместить контур выделения на один пиксель."
1659
1660#: ../Pinta.Tools/Tools/PaintBrushTool.cs:40 ../Pinta/MainWindow.cs:104
1661msgid "Paintbrush"
1662msgstr "Кисть"
1663
1664#: ../Pinta.Tools/Tools/PaintBucketTool.cs:40
1665msgid "Paint Bucket"
1666msgstr "Плоская заливка"
1667
1668#: ../Pinta.Tools/Tools/PaintBucketTool.cs:46
1669msgid ""
1670"Left click to fill a region with the primary color, right click to fill with "
1671"the secondary color."
1672msgstr ""
1673"Щёлкните левой кнопкой, чтобы залить регион первичным цветом, правой - "
1674"вторичным."
1675
1676#: ../Pinta.Tools/Tools/PanTool.cs:37
1677#: ../Pinta/Actions/Layers/RotateZoomLayerAction.cs:115
1678msgid "Pan"
1679msgstr "Перемещение"
1680
1681#: ../Pinta.Tools/Tools/PanTool.cs:43
1682msgid "Click and drag to navigate image."
1683msgstr "Щёлкните и перетаскивайте для навигации по изображению."
1684
1685#: ../Pinta.Tools/Tools/PencilTool.cs:52
1686msgid ""
1687"Left click to draw freeform one-pixel wide lines with the primary color. "
1688"Right click to use the secondary color."
1689msgstr ""
1690"Щелчок левой кнопки мыши для рисования произвольной линии основного цвета "
1691"толщиной в один пиксель. Щелчок правой кнопкой мыши для использования "
1692"вторичного цвета."
1693
1694#: ../Pinta.Tools/Tools/RecolorTool.cs:58
1695msgid "Recolor"
1696msgstr "Перекрашивание"
1697
1698#: ../Pinta.Tools/Tools/RecolorTool.cs:62
1699msgid ""
1700"Left click to replace the secondary color with the primary color. Right "
1701"click to reverse."
1702msgstr ""
1703"Левая кнопка - замена второстепенного цвета на основной. Правая кнопка - "
1704"наоборот."
1705
1706#: ../Pinta.Tools/Tools/RectangleSelectTool.cs:37
1707msgid "Rectangle Select"
1708msgstr "Прямоугольное выделение"
1709
1710#: ../Pinta.Tools/Tools/RectangleSelectTool.cs:43
1711msgid ""
1712"Click and drag to draw a rectangular selection. Hold Shift to constrain to a "
1713"square."
1714msgstr ""
1715"Нажмите и тяните,  чтобы выделить прямоугольную область . Удерживайте Shift, "
1716"чтобы выделить квадратную область."
1717
1718#: ../Pinta.Tools/Tools/RectangleTool.cs:37
1719msgid "Rectangle"
1720msgstr "Прямоугольник"
1721
1722#: ../Pinta.Tools/Tools/RoundedRectangleTool.cs:37
1723msgid "Rounded Rectangle"
1724msgstr "Скруглённый прямоугольник"
1725
1726#: ../Pinta.Tools/Tools/TextTool.cs:94
1727msgid "Text"
1728msgstr "Текст"
1729
1730#: ../Pinta.Tools/Tools/TextTool.cs:95
1731msgid "Text - Finalize"
1732msgstr "Текст - Завершить"
1733
1734#: ../Pinta.Tools/Tools/TextTool.cs:101
1735msgid ""
1736"Left click to place cursor, then type desired text. Text color is primary "
1737"color."
1738msgstr ""
1739"Щёлкните левой кнопкой, чтобы поместить курсор, затем наберите нужный текст. "
1740"Текст рисуется первичным цветом."
1741
1742#: ../Pinta.Tools/Tools/TextTool.cs:158
1743msgid "Font"
1744msgstr "Шрифт"
1745
1746#: ../Pinta.Tools/Tools/TextTool.cs:191
1747msgid "Bold"
1748msgstr "Полужирный"
1749
1750#: ../Pinta.Tools/Tools/TextTool.cs:198
1751msgid "Italic"
1752msgstr "Курсивный"
1753
1754#: ../Pinta.Tools/Tools/TextTool.cs:205
1755msgid "Underline"
1756msgstr "Подчёркнутый"
1757
1758#: ../Pinta.Tools/Tools/TextTool.cs:214
1759msgid "Left Align"
1760msgstr "По левому краю"
1761
1762#: ../Pinta.Tools/Tools/TextTool.cs:222
1763msgid "Center Align"
1764msgstr "По центру"
1765
1766#: ../Pinta.Tools/Tools/TextTool.cs:229
1767msgid "Right Align"
1768msgstr "По правому краю"
1769
1770#: ../Pinta.Tools/Tools/TextTool.cs:241
1771msgid "Text Style"
1772msgstr "Стиль текста"
1773
1774#: ../Pinta.Tools/Tools/TextTool.cs:249
1775msgid "Normal and Outline"
1776msgstr "Нормальный и контурный"
1777
1778#: ../Pinta.Tools/Tools/TextTool.cs:251
1779msgid "Fill Background"
1780msgstr "Заполнить фон"
1781
1782#: ../Pinta.Tools/Tools/TextTool.cs:264
1783msgid "Outline width"
1784msgstr "Ширина контура"
1785
1786#: ../Pinta.Tools/Tools/TextTool.cs:269
1787msgid "Decrease outline size"
1788msgstr "Уменьшить размер контура"
1789
1790#: ../Pinta.Tools/Tools/TextTool.cs:286
1791msgid "Increase outline size"
1792msgstr "Увеличить размер контура"
1793
1794#: ../Pinta.Tools/Tools/ZoomTool.cs:54
1795msgid ""
1796"Left click to zoom in. Right click to zoom out. Click and drag to zoom in "
1797"selection."
1798msgstr ""
1799"Щёлкните левой кнопкой для приближения. Щёлкните правой кнопкой для "
1800"отдаления. Нажмите и перетаскивайте мышь, чтобы масштабировать по выделению."
1801
1802#: ../Pinta/Actions/Edit/ResizePaletteAction.cs:50
1803msgid "Resize Palette"
1804msgstr "Изменить размер палитры"
1805
1806#: ../Pinta/Actions/Edit/ResizePaletteAction.cs:51
1807msgid "New palette size:"
1808msgstr "Новый размер палитры"
1809
1810#: ../Pinta/Actions/File/CloseDocumentAction.cs:61
1811#, csharp-format
1812msgid "Save the changes to image \"{0}\" before closing?"
1813msgstr "Сохранить изменения изображения \"{0}\" перед закрытием?"
1814
1815#: ../Pinta/Actions/File/CloseDocumentAction.cs:62
1816msgid "If you don't save, all changes will be permanently lost."
1817msgstr "Если вы не сохраните изменения, они будут потеряны безвозвратно."
1818
1819#: ../Pinta/Actions/File/CloseDocumentAction.cs:72
1820#: ../Pinta/Actions/File/CloseDocumentAction.cs:76
1821msgid "Close _without saving"
1822msgstr "Закрыть _без сохранения"
1823
1824#: ../Pinta/Actions/File/NewScreenshotAction.cs:52
1825msgid "Take Screenshot"
1826msgstr "Сделать снимок экрана"
1827
1828#: ../Pinta/Actions/File/NewScreenshotAction.cs:53
1829msgid "Delay before taking a screenshot (seconds):"
1830msgstr "Задержка перед созданием снимка экрана (в секундах)"
1831
1832#: ../Pinta/Actions/File/OpenDocumentAction.cs:63
1833msgid "Image files"
1834msgstr "Файлы изображений"
1835
1836#: ../Pinta/Actions/File/SaveDocumentImplementationAction.cs:75
1837msgid "Save Image File"
1838msgstr "Сохранить файл изображения"
1839
1840#: ../Pinta/Actions/File/SaveDocumentImplementationAction.cs:190
1841msgid "Pinta does not support saving images in this file format."
1842msgstr "Pinta не поддерживает сохранение изображений в этом формате."
1843
1844#: ../Pinta/Actions/File/SaveDocumentImplementationAction.cs:191
1845msgid "Error"
1846msgstr "Ошибка"
1847
1848#: ../Pinta/Actions/File/SaveDocumentImplementationAction.cs:205
1849msgid "Image too large"
1850msgstr "Изображение слишком большое"
1851
1852#: ../Pinta/Actions/File/SaveDocumentImplementationAction.cs:206
1853msgid "ICO files can not be larger than 255 x 255 pixels."
1854msgstr "Изображение в файле ICO не может быть больше, чем 255x255 пикселей."
1855
1856#: ../Pinta/Actions/File/SaveDocumentImplementationAction.cs:216
1857msgid "Failed to save image"
1858msgstr "Не удалось сохранить изображение"
1859
1860#. Translators: {0} is the name of a file that the user does not have write permission for.
1861#: ../Pinta/Actions/File/SaveDocumentImplementationAction.cs:218
1862#, csharp-format
1863msgid ""
1864"You do not have access to modify '{0}'. The file or folder may be read-only."
1865msgstr ""
1866"У вас нет доступа для изменения '{0}'. Файл или папка могут быть доступны "
1867"только для чтения."
1868
1869#: ../Pinta/Actions/File/SaveDocumentImplementationAction.cs:250
1870#, csharp-format
1871msgid "A file named \"{0}\" already exists. Do you want to replace it?"
1872msgstr "Файл с именем \"{0}\" существует. Хотите ли вы его заменить?"
1873
1874#: ../Pinta/Actions/File/SaveDocumentImplementationAction.cs:251
1875#, csharp-format
1876msgid ""
1877"The file already exists in \"{1}\". Replacing it will overwrite its contents."
1878msgstr "Файл уже существует в \"{1}\". Его замена перзапишет его содержимое."
1879
1880#: ../Pinta/Actions/Layers/LayerPropertiesAction.cs:95
1881msgid "Layer Opacity"
1882msgstr "Непрозрачность слоя"
1883
1884#: ../Pinta/Actions/Layers/LayerPropertiesAction.cs:100
1885msgid "Rename Layer"
1886msgstr "Переименовать слой"
1887
1888#: ../Pinta/Actions/Layers/LayerPropertiesAction.cs:105
1889msgid "Hide Layer"
1890msgstr "Скрыть слой"
1891
1892#: ../Pinta/Actions/Layers/LayerPropertiesAction.cs:105
1893msgid "Show Layer"
1894msgstr "Показать слой"
1895
1896#: ../Pinta/Actions/Layers/LayerPropertiesAction.cs:110
1897#: ../Pinta/Dialogs/LayerPropertiesDialog.cs:50
1898msgid "Layer Properties"
1899msgstr "Свойства слоя"
1900
1901#: ../Pinta/Actions/Layers/RotateZoomLayerAction.cs:53
1902#: ../Pinta/Actions/Layers/RotateZoomLayerAction.cs:107
1903msgid "Rotate / Zoom Layer"
1904msgstr "Повернуть / Увеличить слой"
1905
1906#: ../Pinta/AddinSetupService.cs:49
1907msgid "Pinta Community Addins - Platform-Specific"
1908msgstr "Дополнения сообщества Pinta — зависящие от операционной системы"
1909
1910#: ../Pinta/AddinSetupService.cs:53
1911msgid "Pinta Community Addins - Cross-Platform"
1912msgstr "Дополнения сообщества Pinta — кросс-платформенные"
1913
1914#: ../Pinta/Dialogs/AboutDialog.cs:143
1915msgid "Contributors to this release:"
1916msgstr "Авторы этой версии:"
1917
1918#: ../Pinta/Dialogs/AboutDialog.cs:155
1919msgid "Previous contributors:"
1920msgstr "Авторы предыдущих версий:"
1921
1922#: ../Pinta/Dialogs/AboutDialog.cs:166
1923msgid "translator-credits"
1924msgstr ""
1925"Launchpad Contributions:\n"
1926"  Alexey Ivanov https://launchpad.net/~alexey-ivanov\n"
1927"  ArtKun https://launchpad.net/~artkun\n"
1928"  Cameron White https://launchpad.net/~cameronwhite91\n"
1929"  Chubakur https://launchpad.net/~chubakur\n"
1930"  Drovosekov Anton https://launchpad.net/~corningster\n"
1931"  Eugene Roskin https://launchpad.net/~lowrider\n"
1932"  Eugene Rozov https://launchpad.net/~eugene-rozov\n"
1933"  Jonathan Pobst https://launchpad.net/~jpobst\n"
1934"  Leonid Gnezdilov https://launchpad.net/~comdir-u\n"
1935"  Maia Everett https://launchpad.net/~linneris\n"
1936"  Mairon https://launchpad.net/~an9227\n"
1937"  ManDrive https://launchpad.net/~roman-romul\n"
1938"  Nightingale https://launchpad.net/~solosn\n"
1939"  Nikita Putko https://launchpad.net/~ktototam98\n"
1940"  Nkolay Parukhin https://launchpad.net/~parukhin\n"
1941"  Oleg Koptev https://launchpad.net/~koptev-oleg\n"
1942"  Phoenix Pro https://launchpad.net/~phoenixpro-deactivatedaccount\n"
1943"  PocketSam https://launchpad.net/~pocketsam\n"
1944"  Polivoda Roman https://launchpad.net/~rom-polivoda\n"
1945"  Sergej https://launchpad.net/~ser82-png\n"
1946"  Stepan Kislan https://launchpad.net/~stepa87\n"
1947"  Vyacheslav Sharmanov https://launchpad.net/~vsharmanov\n"
1948"  Yogar https://launchpad.net/~me-yogar\n"
1949"  dadatamada https://launchpad.net/~stas-stv\n"
1950"  jeder https://launchpad.net/~i-jeder\n"
1951"  ma$terok https://launchpad.net/~m-shein\n"
1952"  queses https://launchpad.net/~quesesr\n"
1953"  smutok https://launchpad.net/~smutok\n"
1954"  sympler https://launchpad.net/~sympler\n"
1955"  Дмитрий https://launchpad.net/~dimon4ezz\n"
1956"  ☠Jay ZDLin☠ https://launchpad.net/~black-buddha666"
1957
1958#: ../Pinta/Dialogs/AboutDialog.cs:169
1959msgid "Translated by:"
1960msgstr "Переведено:"
1961
1962#: ../Pinta/Dialogs/AboutDialog.cs:175
1963msgid "Based on the work of Paint.NET:"
1964msgstr "Основано на Paint.NET:"
1965
1966#: ../Pinta/Dialogs/AboutDialog.cs:182
1967msgid "Using some icons from:"
1968msgstr "Использованы некоторые значки из:"
1969
1970#: ../Pinta/Dialogs/AboutDialog.cs:190
1971msgid "Powered by Mono:"
1972msgstr "Работает на Mono:"
1973
1974#: ../Pinta/Dialogs/AboutDialog.cs:297
1975msgid "About Pinta"
1976msgstr "О программе Pinta"
1977
1978#: ../Pinta/Dialogs/AboutDialog.cs:315
1979msgid "Version Info"
1980msgstr "Сведения о версии"
1981
1982#: ../Pinta/Dialogs/AboutPintaTabPage.cs:43
1983#: ../Pinta/Dialogs/VersionInformationTabPage.cs:53
1984msgid "Version"
1985msgstr "Версия"
1986
1987#: ../Pinta/Dialogs/AboutPintaTabPage.cs:52
1988msgid "License"
1989msgstr "Лицензия"
1990
1991#: ../Pinta/Dialogs/AboutPintaTabPage.cs:52
1992msgid "Released under the MIT X11 License."
1993msgstr "Распространяется под лицензией MIT X11."
1994
1995#: ../Pinta/Dialogs/AboutPintaTabPage.cs:59
1996msgid "Copyright"
1997msgstr "Авторское право"
1998
1999#: ../Pinta/Dialogs/AboutPintaTabPage.cs:59
2000msgid "by Pinta contributors"
2001msgstr "разработчики Pinta"
2002
2003#: ../Pinta/Dialogs/ErrorDialog.cs:98
2004#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ErrorDialog.cs:92
2005#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ProgressDialog.cs:66
2006msgid "Details"
2007msgstr "Подробности"
2008
2009#: ../Pinta/Dialogs/ErrorDialog.cs:109
2010msgid "Report Bug...."
2011msgstr "Сообщить об ошибке..."
2012
2013#: ../Pinta/Dialogs/JpegCompressionDialog.cs:38
2014msgid "JPEG Quality"
2015msgstr "Качество JPEG"
2016
2017#: ../Pinta/Dialogs/JpegCompressionDialog.cs:48
2018msgid "Quality: "
2019msgstr "Качество: "
2020
2021#: ../Pinta/Dialogs/LayerPropertiesDialog.cs:174
2022msgid "Name:"
2023msgstr "Имя:"
2024
2025#: ../Pinta/Dialogs/LayerPropertiesDialog.cs:182
2026msgid "Visible"
2027msgstr "Видимый"
2028
2029#: ../Pinta/Dialogs/LayerPropertiesDialog.cs:193
2030msgid "Blend Mode"
2031msgstr "Режим смешения"
2032
2033#: ../Pinta/Dialogs/LayerPropertiesDialog.cs:204
2034msgid "Opacity:"
2035msgstr "Непрозрачность:"
2036
2037#: ../Pinta/Dialogs/NewImageDialog.cs:162
2038#: ../Pinta/Dialogs/NewImageDialog.cs:199
2039#: ../Pinta/Dialogs/NewImageDialog.cs:342
2040#: ../Pinta/Dialogs/NewImageDialog.cs:432
2041msgid "Clipboard"
2042msgstr "Буфер обмена"
2043
2044#: ../Pinta/Dialogs/NewImageDialog.cs:162
2045#: ../Pinta/Dialogs/NewImageDialog.cs:201
2046#: ../Pinta/Dialogs/NewImageDialog.cs:344
2047#: ../Pinta/Dialogs/NewImageDialog.cs:432
2048msgid "Custom"
2049msgstr "Пользовательский"
2050
2051#: ../Pinta/Dialogs/NewImageDialog.cs:193
2052msgid "Preset:"
2053msgstr "Предустановка:"
2054
2055#: ../Pinta/Dialogs/NewImageDialog.cs:211
2056#: ../Pinta/Dialogs/ResizeCanvasDialog.cs:331
2057#: ../Pinta/Dialogs/ResizeImageDialog.cs:169
2058msgid "Width:"
2059msgstr "Ширина:"
2060
2061#: ../Pinta/Dialogs/NewImageDialog.cs:218
2062#: ../Pinta/Dialogs/NewImageDialog.cs:235
2063#: ../Pinta/Dialogs/ResizeCanvasDialog.cs:333
2064#: ../Pinta/Dialogs/ResizeCanvasDialog.cs:339
2065#: ../Pinta/Dialogs/ResizeImageDialog.cs:171
2066#: ../Pinta/Dialogs/ResizeImageDialog.cs:177
2067msgid "pixels"
2068msgstr "пикселей"
2069
2070#: ../Pinta/Dialogs/NewImageDialog.cs:228
2071#: ../Pinta/Dialogs/ResizeCanvasDialog.cs:337
2072#: ../Pinta/Dialogs/ResizeImageDialog.cs:175
2073msgid "Height:"
2074msgstr "Высота:"
2075
2076#: ../Pinta/Dialogs/NewImageDialog.cs:245
2077msgid "Orientation:"
2078msgstr "Ориентация:"
2079
2080#: ../Pinta/Dialogs/NewImageDialog.cs:248
2081msgid "Portrait"
2082msgstr "Книжная"
2083
2084#: ../Pinta/Dialogs/NewImageDialog.cs:256
2085msgid "Landscape"
2086msgstr "Альбомная"
2087
2088#: ../Pinta/Dialogs/NewImageDialog.cs:271
2089msgid "Background:"
2090msgstr "Фон:"
2091
2092#: ../Pinta/Dialogs/NewImageDialog.cs:274
2093msgid "White"
2094msgstr "Белый"
2095
2096#: ../Pinta/Dialogs/NewImageDialog.cs:282
2097msgid "Background Color"
2098msgstr "Цвет фона"
2099
2100#: ../Pinta/Dialogs/NewImageDialog.cs:319
2101msgid "Preview"
2102msgstr "Предварительный просмотр"
2103
2104#: ../Pinta/Dialogs/ResizeCanvasDialog.cs:311
2105#: ../Pinta/Dialogs/ResizeImageDialog.cs:149
2106msgid "By absolute size:"
2107msgstr "Абсолютный размер:"
2108
2109#: ../Pinta/Dialogs/ResizeCanvasDialog.cs:312
2110#: ../Pinta/Dialogs/ResizeImageDialog.cs:150
2111msgid "By percentage:"
2112msgstr "В процентах:"
2113
2114#: ../Pinta/Dialogs/ResizeCanvasDialog.cs:318
2115#: ../Pinta/Dialogs/ResizeImageDialog.cs:156
2116msgid "Maintain aspect ratio"
2117msgstr "Соблюдать соотношение сторон"
2118
2119#: ../Pinta/Dialogs/ResizeCanvasDialog.cs:346
2120msgid "Anchor:"
2121msgstr "Якорь:"
2122
2123#: ../Pinta/Dialogs/VersionInformationTabPage.cs:47
2124msgid "Title"
2125msgstr "Название"
2126
2127#: ../Pinta/Dialogs/VersionInformationTabPage.cs:56
2128msgid "Path"
2129msgstr "Путь"
2130
2131#: ../Pinta/Dialogs/VersionInformationTabPage.cs:72
2132msgid "Copy Version Info"
2133msgstr "Копировать информацию о версии"
2134
2135#: ../Pinta/Main.cs:57
2136msgid "Show this message and exit."
2137msgstr "Показать сообщение и выйти"
2138
2139#: ../Pinta/Main.cs:58
2140msgid "Display the application version."
2141msgstr "Показывать версию приложения"
2142
2143#: ../Pinta/Main.cs:59
2144msgid "number of threads to use for rendering"
2145msgstr "число потоков для использования при отрисовке"
2146
2147#: ../Pinta/Main.cs:107
2148msgid "Usage: pinta [files]"
2149msgstr "Использование: pinta [файлы]"
2150
2151#: ../Pinta/Main.cs:109
2152msgid "Options: "
2153msgstr "Параметры: "
2154
2155#: ../Pinta/MainWindow.cs:330
2156msgid "_File"
2157msgstr "_Файл"
2158
2159#: ../Pinta/MainWindow.cs:331
2160msgid "_Edit"
2161msgstr "_Правка"
2162
2163#: ../Pinta/MainWindow.cs:333
2164msgid "_View"
2165msgstr "_Вид"
2166
2167#: ../Pinta/MainWindow.cs:336
2168msgid "_Image"
2169msgstr "_Изображение"
2170
2171#: ../Pinta/MainWindow.cs:337
2172msgid "_Layers"
2173msgstr "С_лои"
2174
2175#: ../Pinta/MainWindow.cs:338
2176msgid "_Adjustments"
2177msgstr "_Цвета"
2178
2179#: ../Pinta/MainWindow.cs:339
2180msgid "Effe_cts"
2181msgstr "_Эффекты"
2182
2183#: ../Pinta/MainWindow.cs:340
2184msgid "A_dd-ins"
2185msgstr "Н_адстройки"
2186
2187#: ../Pinta/MainWindow.cs:342
2188msgid "_Window"
2189msgstr "_Окно"
2190
2191#: ../Pinta/MainWindow.cs:346
2192msgid "Tool Windows"
2193msgstr "Инструментальные окна"
2194
2195#: ../Pinta/MainWindow.cs:350
2196msgid "_Help"
2197msgstr "_Справка"
2198
2199#: ../Pinta/MainWindow.cs:572
2200msgid "Downloading Image"
2201msgstr "Загрузка изображения"
2202
2203#: ../Pinta/MainWindow.cs:590
2204msgid "Download failed"
2205msgstr "Загрузка не удалась"
2206
2207#: ../Pinta/MainWindow.cs:591
2208#, csharp-format
2209msgid ""
2210"Unable to download image from {0}.\n"
2211"Details: {1}"
2212msgstr ""
2213"Невозможно загрузить изображение из {0}.\n"
2214"Детали: {1}"
2215
2216#: ../Pinta/Options.cs:486
2217msgid "OptionName"
2218msgstr "Название опции"
2219
2220#: ../Pinta/Pads/CanvasPad.cs:54
2221msgid "Canvas"
2222msgstr "Холст"
2223
2224#: ../Pinta/Pads/HistoryPad.cs:43 ../Pinta/Pads/HistoryPad.cs:52
2225msgid "History"
2226msgstr "История"
2227
2228#: ../Pinta/Pads/LayersPad.cs:43 ../Pinta/Pads/LayersPad.cs:56
2229msgid "Layers"
2230msgstr "Слои"
2231
2232#: ../Pinta/Pads/OpenImagesPad.cs:41 ../Pinta/Pads/OpenImagesPad.cs:48
2233msgid "Images"
2234msgstr "Изображения"
2235
2236#: ../Pinta/Pads/ToolBoxPad.cs:42 ../Pinta/Pads/ToolBoxPad.cs:49
2237msgid "Tools"
2238msgstr "Инструменты"
2239
2240#: Polar Inversion dialog
2241msgid "Edge Behavior"
2242msgstr "Поведение на границе"
2243
2244#: Mono.Addins.Gui/Mono.Addins.Gui/AddinInfoView.cs:123
2245msgid ""
2246"Multiple selection:\n"
2247"\n"
2248msgstr ""
2249"Мультивыделение\n"
2250"\n"
2251
2252#: Mono.Addins.Gui/Mono.Addins.Gui/AddinInfoView.cs:160
2253msgid "Enable"
2254msgstr "Включить"
2255
2256#: Mono.Addins.Gui/Mono.Addins.Gui/AddinInfoView.cs:163
2257#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInfoView.cs:270
2258msgid "Disable"
2259msgstr "Выкл."
2260
2261#: Mono.Addins.Gui/Mono.Addins.Gui/AddinInfoView.cs:178
2262msgid "No selection"
2263msgstr "Ничего не выбрано"
2264
2265#: Mono.Addins.Gui/Mono.Addins.Gui/AddinInfoView.cs:217
2266msgid "Available in repository:"
2267msgstr "Доступно в репозитории"
2268
2269#: Mono.Addins.Gui/Mono.Addins.Gui/AddinInfoView.cs:256
2270msgid "Update available"
2271msgstr "Доступно обновление"
2272
2273#: Mono.Addins.Gui/Mono.Addins.Gui/AddinInfoView.cs:263
2274msgid "This add-in can't be loaded due to missing dependencies"
2275msgstr "Этот add-in не может быть загружен из-за несоответствия зависимостей"
2276
2277#: Mono.Addins.Gui/Mono.Addins.Gui/AddinInfoView.cs:270
2278#, csharp-format
2279msgid "Required: {0} v{1}, found v{2}"
2280msgstr "Требуется: {0} v{1}, найдено v{2}"
2281
2282#: Mono.Addins.Gui/Mono.Addins.Gui/AddinInfoView.cs:272
2283#, csharp-format
2284msgid "Missing: {0} v{1}"
2285msgstr "Отсутствует: {0} v{1}"
2286
2287#: Mono.Addins.Gui/Mono.Addins.Gui/AddinInfoView.cs:286
2288msgid "Installed version"
2289msgstr "Установленная версия"
2290
2291#: Mono.Addins.Gui/Mono.Addins.Gui/AddinInfoView.cs:287
2292msgid "Repository version"
2293msgstr "Версия репозитория"
2294
2295#: Mono.Addins.Gui/Mono.Addins.Gui/AddinInfoView.cs:293
2296msgid "Download size"
2297msgstr "Размер загрузки"
2298
2299#: Mono.Addins.Gui/Mono.Addins.Gui/AddinInfoView.cs:295
2300msgid "The following depedencies required by this add-in are not available:"
2301msgstr "Следующие зависимости необходимы для этого дополнения"
2302
2303#: Mono.Addins.Gui/Mono.Addins.Gui/AddinInstaller.cs:16
2304msgid "Installation cancelled"
2305msgstr "Установка отменена"
2306
2307#: Mono.Addins.Gui/Mono.Addins.Gui/AddinInstallerDialog.cs:159
2308msgid "Some of the required add-ins were not found"
2309msgstr "Некоторые необходимые расширения не были найдены"
2310
2311#: Mono.Addins.Gui/Mono.Addins.Gui/AddinInstallerDialog.cs:171
2312msgid "Installation failed"
2313msgstr "Установка завершилась неудачно"
2314
2315#: Mono.Addins.Gui/Mono.Addins.Gui/AddinManagerDialog.cs:115
2316#: Mono.Addins.Gui/Mono.Addins.Gui/AddinManagerDialog.cs:250
2317#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinManagerDialog.cs:122
2318msgid "Installed"
2319msgstr "Установлено"
2320
2321#: Mono.Addins.Gui/Mono.Addins.Gui/AddinManagerDialog.cs:123
2322#: Mono.Addins.Gui/Mono.Addins.Gui/AddinManagerDialog.cs:364
2323#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinManagerDialog.cs:247
2324msgid "Updates"
2325msgstr "Обновления"
2326
2327#: Mono.Addins.Gui/Mono.Addins.Gui/AddinManagerDialog.cs:131
2328#: Mono.Addins.Gui/Mono.Addins.Gui/AddinManagerDialog.cs:325
2329#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinManagerDialog.cs:347
2330msgid "Gallery"
2331msgstr "Галерея"
2332
2333#: Mono.Addins.Gui/Mono.Addins.Gui/AddinManagerDialog.cs:261
2334msgid "All repositories"
2335msgstr "Все репозитории"
2336
2337#: Mono.Addins.Gui/Mono.Addins.Gui/AddinManagerDialog.cs:268
2338msgid "Manage Repositories..."
2339msgstr "Управление репозиториями..."
2340
2341#: Mono.Addins.Gui/Mono.Addins.Gui/AddinManagerDialog.cs:363
2342#, csharp-format
2343msgid "{0} update available"
2344msgid_plural "{0} updates available"
2345msgstr[0] "доступно {0} обновление"
2346msgstr[1] "доступно {0} обновления"
2347msgstr[2] "доступно {0} обновлений"
2348
2349#: Mono.Addins.Gui/Mono.Addins.Gui/AddinManagerDialog.cs:419
2350msgid "Updating repository"
2351msgstr "Обновление репозитория"
2352
2353#: Mono.Addins.Gui/Mono.Addins.Gui/AddinManagerDialog.cs:513
2354msgid "Install Add-in Package"
2355msgstr "Установить пакет"
2356
2357#: Mono.Addins.Gui/Mono.Addins.Gui/AddinManagerDialog.cs:523
2358msgid "Add-in packages"
2359msgstr "Пакеты дополнений"
2360
2361#: Mono.Addins.Gui/Mono.Addins.Gui/AddinTreeWidget.cs:102
2362msgid "No add-ins found"
2363msgstr "Дополнения не найдены"
2364
2365#: Mono.Addins.Gui/Mono.Addins.Gui/AddinTreeWidget.cs:120
2366msgid "Add-in"
2367msgstr "Дополнение"
2368
2369#: Mono.Addins.Gui/Mono.Addins.Gui/AddinTreeWidget.cs:213
2370msgid "Other"
2371msgstr "Прочее"
2372
2373#: Mono.Addins.Gui/Mono.Addins.Gui/InstallDialog.cs:77
2374msgid "Uninstall"
2375msgstr "Удаление"
2376
2377#: Mono.Addins.Gui/Mono.Addins.Gui/InstallDialog.cs:82
2378msgid "The following packages will be uninstalled:"
2379msgstr "Следующие пакеты будут удалены:"
2380
2381#: Mono.Addins.Gui/Mono.Addins.Gui/InstallDialog.cs:89
2382msgid ""
2383"There are other add-ins that depend on the previous ones which will also be "
2384"uninstalled:"
2385msgstr ""
2386"Есть и другие надстройки, которые зависят от предыдущих которые также будут "
2387"удалены:"
2388
2389#: Mono.Addins.Gui/Mono.Addins.Gui/InstallDialog.cs:124
2390msgid ""
2391"The selected add-ins can't be installed because there are dependency "
2392"conflicts."
2393msgstr ""
2394"Следующие дополнения не могут быть установлены поскольку создают конфликты"
2395
2396#: Mono.Addins.Gui/Mono.Addins.Gui/InstallDialog.cs:138
2397msgid "The following packages will be installed:"
2398msgstr "Будут установлены следующие пакеты:"
2399
2400#: Mono.Addins.Gui/Mono.Addins.Gui/InstallDialog.cs:142
2401msgid " (in user directory)"
2402msgstr " (в пользовательский каталог)"
2403
2404#: Mono.Addins.Gui/Mono.Addins.Gui/InstallDialog.cs:148
2405msgid "The following packages need to be uninstalled:"
2406msgstr "Следующие пакеты будут удалены:"
2407
2408#: Mono.Addins.Gui/Mono.Addins.Gui/InstallDialog.cs:156
2409msgid "The following dependencies could not be resolved:"
2410msgstr "Следующие зависимости не удалось удовлетворить:"
2411
2412#: Mono.Addins.Gui/Mono.Addins.Gui/InstallDialog.cs:190
2413msgid "Are you sure you want to cancel the installation?"
2414msgstr "Вы действительно хотите отменить установку?"
2415
2416#: Mono.Addins.Gui/Mono.Addins.Gui/InstallDialog.cs:209
2417msgid "Installing Add-ins"
2418msgstr "Установка дополнений"
2419
2420#: Mono.Addins.Gui/Mono.Addins.Gui/InstallDialog.cs:211
2421msgid "The installation failed!"
2422msgstr "Установка закончилась неудачей"
2423
2424#: Mono.Addins.Gui/Mono.Addins.Gui/InstallDialog.cs:212
2425msgid "The installation has completed with warnings."
2426msgstr "Установка завершилась с предупреждениями."
2427
2428#: Mono.Addins.Gui/Mono.Addins.Gui/InstallDialog.cs:214
2429msgid "Uninstalling Add-ins"
2430msgstr "Удаление дополнений"
2431
2432#: Mono.Addins.Gui/Mono.Addins.Gui/InstallDialog.cs:216
2433msgid "The uninstallation failed!"
2434msgstr "Удаление закончилась неудачей"
2435
2436#: Mono.Addins.Gui/Mono.Addins.Gui/InstallDialog.cs:217
2437msgid "The uninstallation has completed with warnings."
2438msgstr "Удаление завершилось с предупреждениями."
2439
2440#: Mono.Addins.Gui/Mono.Addins.Gui/ManageSitesDialog.cs:98
2441msgid "Registering repository"
2442msgstr "Регистрация репозитория"
2443
2444#: Mono.Addins.Gui/Mono.Addins.Gui/Services.cs:64
2445#: Mono.Addins.Gui/Mono.Addins.Gui/Services.cs:73
2446#, csharp-format
2447msgid "Exception occurred: {0}"
2448msgstr "Возникла исключительная ситуация: {0}"
2449
2450#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInfoView.cs:181
2451msgid "More information"
2452msgstr "Подробнее"
2453
2454#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInfoView.cs:229
2455msgid "Install..."
2456msgstr "Установка..."
2457
2458#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInfoView.cs:255
2459msgid "Update"
2460msgstr "Обновление"
2461
2462#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInfoView.cs:281
2463msgid "_Uninstall..."
2464msgstr "Удалить..."
2465
2466#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInstallerDialog.cs:38
2467msgid "Additional extensions are required to perform this operation."
2468msgstr ""
2469"Необходимо установить дополнительные расширения для выполнения этой операции."
2470
2471#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInstallerDialog.cs:48
2472msgid "The following add-ins will be installed:"
2473msgstr "Следующие дополнения будут установлены:"
2474
2475#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinManagerDialog.cs:143
2476msgid "No updates found"
2477msgstr "Обновлений не найдено"
2478
2479#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinManagerDialog.cs:166
2480msgid "Refresh"
2481msgstr "Обновить"
2482
2483#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinManagerDialog.cs:194
2484msgid "Update All"
2485msgstr "Обновить все"
2486
2487#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinManagerDialog.cs:268
2488msgid "Repository:"
2489msgstr "Репозиторий:"
2490
2491#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinManagerDialog.cs:373
2492msgid "Install from file..."
2493msgstr "Установить из файла..."
2494
2495#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.InstallDialog.cs:126
2496msgid "Install"
2497msgstr "Установить"
2498
2499#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ManageSitesDialog.cs:20
2500msgid "Add-in Repository Management"
2501msgstr "Управление репозиториями с дополнениями"
2502
2503#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.NewSiteDialog.cs:29
2504msgid "Add New Repository"
2505msgstr "Добавить репозиторий"
2506
2507#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.NewSiteDialog.cs:47
2508msgid "Select the location of the repository you want to register:"
2509msgstr "Укажите расположение регистрируемого репозитория:"
2510
2511#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.NewSiteDialog.cs:54
2512msgid "Register an on-line repository"
2513msgstr "Зарегистрировать сетевой репозиторий"
2514
2515#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.NewSiteDialog.cs:82
2516msgid "Url:"
2517msgstr "URL:"
2518
2519#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.NewSiteDialog.cs:103
2520msgid "Register a local repository"
2521msgstr "Зарегистрировать локальный репозиторий"
2522
2523#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.NewSiteDialog.cs:130
2524msgid "Path:"
2525msgstr "Путь:"
2526
2527#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.NewSiteDialog.cs:154
2528msgid "Browse..."
2529msgstr "Обзор…"
2530
2531#: Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ProgressDialog.cs:21
2532msgid "Progress"
2533msgstr "Ход выполнения"
2534
2535#: Mono.Addins/Mono.Addins.Description/AssemblyDependency.cs:103
2536#, csharp-format
2537msgid "(provided by {0})"
2538msgstr "(предоставлено {0})"
2539