Add Italian localizations to windows applet and installer, courtesy of Luca Paolini

This commit is contained in:
Ron Pedde
2006-12-08 05:36:24 +00:00
parent e318cd8124
commit 2098d29e11
7 changed files with 179 additions and 0 deletions

View File

@@ -83,6 +83,7 @@
!insertmacro LANG_LOAD "German"
!insertmacro LANG_LOAD "Japanese"
!insertmacro LANG_LOAD "Swedish"
!insertmacro LANG_LOAD "Italian"
Name "${PRODUCT_NAME}"
Icon "..\ff.ico"
@@ -159,6 +160,7 @@ Section "MainSection" SEC01
File "${CONFIG_SOURCE}\FireflyShell-13.dll"
File "${CONFIG_SOURCE}\FireflyShell-1d.dll"
File "${CONFIG_SOURCE}\FireflyShell-11.dll"
File "${CONFIG_SOURCE}\FireflyShell-10.dll"
File "${CONFIG_SOURCE}\..\FireflyShell.exe.manifest"
File "${DLL_SOURCE}\gnu_regex.dll"
File "${DLL_SOURCE}\pthreadVC2.dll"
@@ -345,6 +347,8 @@ Function .onInit
Push Japanese
Push ${LANG_SWEDISH}
Push Swedish
Push ${LANG_ITALIAN}
Push Italian
; more
Push A
LangDLL::LangDialog "Installer Language" "Please select the language of the installer"
@@ -593,6 +597,7 @@ Section Uninstall
Delete "$INSTDIR\FireflyShell-13.dll"
Delete "$INSTDIR\FireflyShell-1d.dll"
Delete "$INSTDIR\FireflyShell-11.dll"
Delete "$INSTDIR\FireflyShell-10.dll"
Delete "$SMPROGRAMS\${PRODUCT_NAME}\Uninstall.lnk"
Delete "$SMPROGRAMS\${PRODUCT_NAME}\Website.lnk"