diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-07 10:28:07 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-07 10:28:07 +0000 |
commit | c94c7bdf263c2855bf8f1ae7cd4f22340d7f48d4 (patch) | |
tree | beaad5a9936d1375d8173d96c2b741044988064d /tools/IconPatcher | |
parent | d086ee612586ec46afabb33a98d75a5517c60d52 (diff) |
tools\IconPatcher: forgotten translation
git-svn-id: http://svn.miranda-ng.org/main/trunk@16235 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/IconPatcher')
-rw-r--r-- | tools/IconPatcher/IconPatcher.exe | bin | 926599 -> 926624 bytes | |||
-rw-r--r-- | tools/IconPatcher/IconPatcher_v.1.0.iss | 2 | ||||
-rw-r--r-- | tools/IconPatcher/{res}/iconpatcher_en.isl | 1 | ||||
-rw-r--r-- | tools/IconPatcher/{res}/iconpatcher_ru.isl | 1 |
4 files changed, 3 insertions, 1 deletions
diff --git a/tools/IconPatcher/IconPatcher.exe b/tools/IconPatcher/IconPatcher.exe Binary files differindex f49775e0d4..d6a74ef1e6 100644 --- a/tools/IconPatcher/IconPatcher.exe +++ b/tools/IconPatcher/IconPatcher.exe diff --git a/tools/IconPatcher/IconPatcher_v.1.0.iss b/tools/IconPatcher/IconPatcher_v.1.0.iss index 1447d7b4d5..9330123b4f 100644 --- a/tools/IconPatcher/IconPatcher_v.1.0.iss +++ b/tools/IconPatcher/IconPatcher_v.1.0.iss @@ -548,7 +548,7 @@ begin handle := OpenProcess(1048576 or 1, false, PID);
if handle <> 0 then
begin
- StatusBar.Panels[0].Text := FmtMessage(CustomMessage('cmStatusLabelCaption1a'), ['Waiting...']);
+ StatusBar.Panels[0].Text := CustomMessage('cmWaititng');
StatusBar.Refresh;
if WaitForSingleObject(handle, 15000) = 258 then
TerminateProcess(handle, 9);
diff --git a/tools/IconPatcher/{res}/iconpatcher_en.isl b/tools/IconPatcher/{res}/iconpatcher_en.isl index 6a0585dba0..45fb899694 100644 --- a/tools/IconPatcher/{res}/iconpatcher_en.isl +++ b/tools/IconPatcher/{res}/iconpatcher_en.isl @@ -5,6 +5,7 @@ LanguageCodePage=0 [CustomMessages]
; *** "UpdateForm form"
+cmWaiting=Waititng...
cmFileNotFound=Archives not found.
cmBinariesPath=Enter path to executable file Miranda32/64.exe:
cmFilter=Miranda??.exe file (Miranda??.exe)|Miranda??.exe
diff --git a/tools/IconPatcher/{res}/iconpatcher_ru.isl b/tools/IconPatcher/{res}/iconpatcher_ru.isl index 352c7624b4..107f72d8f6 100644 --- a/tools/IconPatcher/{res}/iconpatcher_ru.isl +++ b/tools/IconPatcher/{res}/iconpatcher_ru.isl @@ -5,6 +5,7 @@ LanguageCodePage=1251 [CustomMessages]
; *** "UpdateForm form"
+cmWaiting=Ожидание...
cmFileNotFound=Архивы не найдены.
cmBinariesPath=Укажите путь к исполняемому файлу Miranda32/64.exe:
cmFilter=Файл Miranda??.exe (Miranda??.exe)|Miranda??.exe
|