NSIS: Add option to remove Windows path length limitation

This commit is contained in:
an0n666
2020-03-10 19:17:22 +06:00
committed by thalieht
parent f80b7affd9
commit a711558ba0
60 changed files with 128 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ LangString inst_torrent ${LANG_BASQUE} "Ireki .torrent agiriak qBittorrent-rekin
LangString inst_magnet ${LANG_BASQUE} "Ireki magnet loturak qBittorrent-rekin"
;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule"
LangString inst_firewall ${LANG_BASQUE} "Gehitu Windows Suhesi araua"
;LangString inst_pathlimit ${LANG_ENGLISH} "Disable Windows path length limit (260 character MAX_PATH limitation, requires Windows 10 1607 or later)"
LangString inst_pathlimit ${LANG_BASQUE} "Disable Windows path length limit (260 character MAX_PATH limitation, requires Windows 10 1607 or later)"
;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule"
LangString inst_firewallinfo ${LANG_BASQUE} "Windows Suhesi araua gehitzen"
;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing."