blob: 39e3cbebcab7c8090b82d3952a2f9359e8d60154 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="ru" sourcelanguage="en">
<context>
<name>MultiEditorImage</name>
<message>
<location filename="../multieditorimage.cpp" line="25"/>
<source>Load from file</source>
<translation>Загрузить из файла</translation>
</message>
<message>
<location filename="../multieditorimage.cpp" line="26"/>
<source>Store in a file</source>
<translation>Сохранить в файл</translation>
</message>
<message>
<location filename="../multieditorimage.cpp" line="27"/>
<source>Zoom in by 25%</source>
<translation>Приблизить на 25%</translation>
</message>
<message>
<location filename="../multieditorimage.cpp" line="28"/>
<source>Zoom out by 25%</source>
<translation>Отдалить на 25%</translation>
</message>
<message>
<location filename="../multieditorimage.cpp" line="29"/>
<source>Reset zoom</source>
<translation>Сбросить масштаб</translation>
</message>
<message>
<location filename="../multieditorimage.cpp" line="103"/>
<source>Images (*.jpeg *.jpg *.png *.bmp *.gif *.tiff *.jp2 *.svg *.tga *.icns *.webp *.wbmp *.mng);;All files (*)</source>
<translation>Изображения (*.jpeg *.jpg *.png *.bmp *.gif *.tiff *.jp2 *.svg *.tga *.icns *.webp *.wbmp *.mng);;Все файлы (*)</translation>
</message>
<message>
<location filename="../multieditorimage.cpp" line="104"/>
<source>Open image</source>
<translation>Открыть изображение</translation>
</message>
<message>
<location filename="../multieditorimage.cpp" line="113"/>
<source>Could not open file %1 for reading.</source>
<translation>Невозможно открыть файл %1 для чтения.</translation>
</message>
<message>
<location filename="../multieditorimage.cpp" line="133"/>
<source>All files (*)</source>
<translation>Все файлы (*)</translation>
</message>
<message>
<location filename="../multieditorimage.cpp" line="135"/>
<source>Save image</source>
<translation>Сохранить изображение</translation>
</message>
<message>
<location filename="../multieditorimage.cpp" line="154"/>
<source>Tried to save image under different format (%1) than original (%2), but application failed to convert it. The image with unchanged format (%3) will be saved under the given name (%4)</source>
<translation>Осуществлена попытка сохранить изображение в формате (%1), отличном от исходного (%2), однако приложению не удалось произвести конвертацию. Изображение в исходном формате (%3) будет сохранено с указанным именем (%4)</translation>
</message>
<message>
<location filename="../multieditorimage.cpp" line="165"/>
<source>Could not open file %1 for writting.</source>
<translation>Невозможно открыть файл %1 для записи.</translation>
</message>
<message>
<location filename="../multieditorimage.cpp" line="170"/>
<source>Could not write image into the file %1</source>
<translation>Невозможно записать изображение в файл %1</translation>
</message>
</context>
<context>
<name>MultiEditorImagePlugin</name>
<message>
<location filename="../multieditorimage.cpp" line="263"/>
<source>Image</source>
<translation>Изображение</translation>
</message>
</context>
</TS>
|