mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
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
This commit is contained in:
parent
ec39f2755b
commit
d493deeefb
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user