add Dutchlanguage in the installer (the custom messages still need to be translated)

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@341 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
XhmikosR 2011-02-18 23:06:03 +00:00
parent 85fba020bb
commit 430dd342b0
2 changed files with 16 additions and 16 deletions

View File

@ -120,17 +120,17 @@ it.tsk_ResetSettings=Reset Subtitle Edit's settings
; Dutch
;nl.msg_SetupIsRunningWarning=Subtitle Edit Setup is already running!
;nl.msg_AppIsRunning=Subtitle Edit is running! Please close it before proceeding.
;nl.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?
;nl.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.
;nl.run_VisitWebsite=Visit Subtitle Edit's Website
;nl.sm_com_Changelog=Subtitle Edit's Changelog
;nl.tsk_AllUsers=For all users
;nl.tsk_CurrentUser=For the current user only
;nl.tsk_Other=Other:
;nl.tsk_ResetDictionaries=Reset Dictionaries and delete any custom names
;nl.tsk_ResetSettings=Reset Subtitle Edit's settings
nl.msg_SetupIsRunningWarning=Subtitle Edit Setup is already running!
nl.msg_AppIsRunning=Subtitle Edit is running! Please close it before proceeding.
nl.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?
nl.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.
nl.run_VisitWebsite=Visit Subtitle Edit's Website
nl.sm_com_Changelog=Subtitle Edit's Changelog
nl.tsk_AllUsers=For all users
nl.tsk_CurrentUser=For the current user only
nl.tsk_Other=Other:
nl.tsk_ResetDictionaries=Reset Dictionaries and delete any custom names
nl.tsk_ResetSettings=Reset Subtitle Edit's settings
; Polish

View File

@ -28,13 +28,13 @@
#define VerBuild
#define VerRevision
#if VER < 0x05040000
#if VER < 0x05040100
#error Update your Inno Setup version
#endif
#ifnexist "..\src\bin\Release\SubtitleEdit.exe"
#error Compile Subtitle Edit first
#endif
;#ifnexist "..\src\bin\Release\SubtitleEdit.exe"
; #error Compile Subtitle Edit first
;#endif
#expr ParseVersion("..\src\bin\Release\SubtitleEdit.exe", VerMajor, VerMinor, VerBuild, VerRevision)
#define app_version str(VerMajor) + "." + str(VerMinor) + "." + str(VerBuild) + "." + str(VerRevision)
@ -98,7 +98,7 @@ Name: es; MessagesFile: compiler:Languages\Spanish.isl
Name: fr; MessagesFile: compiler:Languages\French.isl
Name: hu; MessagesFile: compiler:Languages\Hungarian.isl
Name: it; MessagesFile: compiler:Languages\Italian.isl
;Name: nl; MessagesFile: compiler:Languages\Dutch.isl
Name: nl; MessagesFile: compiler:Languages\Dutch.isl
Name: pl; MessagesFile: compiler:Languages\Polish.isl
Name: ro; MessagesFile: Languages\Romanian.isl
Name: sv; MessagesFile: Languages\Swedish.isl