From d493deeefbada315e5dea0bbe59fd530fa7b8d60 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 19 May 2011 10:34:52 +0000 Subject: [PATCH] add Czech translation in the installer (the custom messages are not translated) git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@428 99eadd0c-20b8-1223-b5c4-2a2b2df33de2 --- build.bat | 2 +- installer/Custom_Messages.iss | 14 ++++++++++++++ installer/Subtitle_Edit_installer.iss | 3 ++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/build.bat b/build.bat index e198b780d..89c9a6bf0 100644 --- a/build.bat +++ b/build.bat @@ -61,7 +61,7 @@ IF DEFINED InnoSetupPath ( IF %ERRORLEVEL% NEQ 0 GOTO EndWithError ECHO. & ECHO Installer compiled successfully! - MOVE /Y "SubtitleEdit-*-setup.exe" ".." >NUL 2>&1 + MOVE /Y "SubtitleEdit-*-setup.exe" ".." >NUL POPD ) ELSE ( ECHO Inno Setup wasn't found; the installer wasn't built diff --git a/installer/Custom_Messages.iss b/installer/Custom_Messages.iss index 5abd3d80d..fda98c387 100644 --- a/installer/Custom_Messages.iss +++ b/installer/Custom_Messages.iss @@ -50,6 +50,20 @@ bg.tsk_ResetDictionaries=Reset Dictionaries and delete any custom names bg.tsk_ResetSettings=Reset Subtitle Edit's settings +; Czech +cs.msg_SetupIsRunningWarning=Subtitle Edit Setup is already running! +cs.msg_AppIsRunning=Subtitle Edit is running! Please close it before proceeding. +cs.msg_AskToDownNET=Subtitle Edit requires the .NET Framework 2.0. Please download and install the .NET Framework and run setup again. %n%nDo you want to download the .NET Framework 2.0 now? +cs.msg_DeleteSettings=Do you also want to delete Subtitle Edit's settings and any custom changes you made in the dictionaries? %n%nIf you plan on reinstalling Subtitle Edit you do not have to delete them. +cs.run_VisitWebsite=Visit Subtitle Edit's Website +cs.sm_com_Changelog=Subtitle Edit's Changelog +cs.tsk_AllUsers=For all users +cs.tsk_CurrentUser=For the current user only +cs.tsk_Other=Other: +cs.tsk_ResetDictionaries=Reset Dictionaries and delete any custom names +cs.tsk_ResetSettings=Reset Subtitle Edit's settings + + ; Deutsch de.msg_SetupIsRunningWarning=Subtitle Edit Setup läuft bereits! de.msg_AppIsRunning=Subtitle Edit läuft! Bitte schließen das Programm, bevor Sie fortfahren. diff --git a/installer/Subtitle_Edit_installer.iss b/installer/Subtitle_Edit_installer.iss index 606327e48..a02407b83 100644 --- a/installer/Subtitle_Edit_installer.iss +++ b/installer/Subtitle_Edit_installer.iss @@ -31,7 +31,7 @@ ;#endif -#define installer_build_number "13" +#define installer_build_number "14" #define VerMajor #define VerMinor @@ -94,6 +94,7 @@ DisableProgramGroupPage=auto [Languages] Name: en; MessagesFile: compiler:Default.isl Name: bg; MessagesFile: Languages\Bulgarian.isl +Name: cs; MessagesFile: compiler:Languages\Czech.isl Name: de; MessagesFile: compiler:Languages\German.isl Name: dk; MessagesFile: compiler:Languages\Danish.isl Name: es; MessagesFile: compiler:Languages\Spanish.isl