From c94c7bdf263c2855bf8f1ae7cd4f22340d7f48d4 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sun, 7 Feb 2016 10:28:07 +0000 Subject: tools\IconPatcher: forgotten translation git-svn-id: http://svn.miranda-ng.org/main/trunk@16235 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/IconPatcher/IconPatcher.exe | Bin 926599 -> 926624 bytes tools/IconPatcher/IconPatcher_v.1.0.iss | 2 +- tools/IconPatcher/{res}/iconpatcher_en.isl | 1 + tools/IconPatcher/{res}/iconpatcher_ru.isl | 1 + 4 files changed, 3 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/IconPatcher/IconPatcher.exe b/tools/IconPatcher/IconPatcher.exe index f49775e0d4..d6a74ef1e6 100644 Binary files a/tools/IconPatcher/IconPatcher.exe and b/tools/IconPatcher/IconPatcher.exe differ 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 -- cgit v1.2.3