You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixing #598 'dict' object has no attribute 'to_yaml' (thanks to dmo marillat)
* Fixing #599 Italian language translations (thanks to bovirus)
* Fixing #600 Update NSIS installer script #601 to include Italian (thanks to bovirus)
* Fixing #603 Themes stylesheet aren't included in python package (thanks to dmo marillat)
* Fixing #605 HDR2SDR double tonemapping in Rigaya NVENC and QSV Encoders (thanks to Darksyderz)
---------
Co-authored-by: bovirus <[email protected]>
Co-authored-by: dmo <[email protected]>
!define MUI_FINISHPAGE_TEXT "Thank you for installing FastFlix!"
62
+
!define MUI_FINISHPAGE_TEXT "$(LSTR05)"
40
63
!insertmacro MUI_PAGE_FINISH
41
-
42
-
43
64
;Languages
44
65
45
66
!insertmacro MUI_LANGUAGE "English"
67
+
!insertmacro MUI_LANGUAGE "Italian"
68
+
69
+
LangString LSTR01 1033"Before proceeding with the installation of ${PRODUCT_NAME} you must uninstall the currently installed version.$\r$\n$\r$\nPlease ensure that ${PRODUCT_NAME} is not currently running!"
70
+
LangString LSTR02 1033"FastFlix (required)"
71
+
LangString LSTR03 1033"Start Menu Shortcuts"
72
+
LangString LSTR04 1033"Uninstall"
73
+
LangString LSTR05 1033"Thank you for installing ${PRODUCT_NAME}!"
74
+
75
+
LangString LSTR01 1040"Prima di procedere all'installazione di ${PRODUCT_NAME} è necessario disinstallare la versione attualmente installata.$\r$\n$\r$\nAssicurati che ${PRODUCT_NAME} non sia attualmente in esecuzione!"
76
+
LangString LSTR02 1040"FastFlix (richiesto)"
77
+
LangString LSTR03 1040"Collegamenti menu Start"
78
+
LangString LSTR04 1040"Disinstalla"
79
+
LangString LSTR05 1040"Grazie per aver installato ${PRODUCT_NAME}!"
Messagebox MB_OK|MB_ICONINFORMATION"You will now be prompted to first uninstall the previous version of FastFlix. Please ensure it is not currently running!"
0 commit comments