mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 22:10:15 -05:00
Add Italian localizations to windows applet and installer, courtesy of Luca Paolini
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user