mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-24 21:44:25 +00:00
28 lines
1.4 KiB
NSIS
28 lines
1.4 KiB
NSIS
|
;Installer strings
|
||
|
|
||
|
;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)"
|
||
|
LangString inst_qbt_req ${LANG_BULGARIAN} "qBittorrent (required)"
|
||
|
;LangString inst_dekstop ${LANG_ENGLISH} "Create Desktop Shortcut"
|
||
|
LangString inst_dekstop ${LANG_BULGARIAN} "Create Desktop Shortcut"
|
||
|
;LangString inst_startmenu ${LANG_ENGLISH} "Create Start Menu Shortcut"
|
||
|
LangString inst_startmenu ${LANG_BULGARIAN} "Create Start Menu Shortcut"
|
||
|
;LangString inst_torrent ${LANG_ENGLISH} "Open .torrent files with qBittorrent"
|
||
|
LangString inst_torrent ${LANG_BULGARIAN} "Open .torrent files with qBittorrent"
|
||
|
;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent"
|
||
|
LangString inst_magnet ${LANG_BULGARIAN} "Open magnet links with qBittorrent"
|
||
|
|
||
|
|
||
|
;------------------------------------
|
||
|
;Uninstaller strings
|
||
|
|
||
|
;LangString remove_files ${LANG_ENGLISH} "Remove files"
|
||
|
LangString remove_files ${LANG_BULGARIAN} "Remove files"
|
||
|
;LangString remove_shortcuts ${LANG_ENGLISH} "Remove shortcuts"
|
||
|
LangString remove_shortcuts ${LANG_BULGARIAN} "Remove shortcuts"
|
||
|
;LangString remove_associations ${LANG_ENGLISH} "Remove file associations"
|
||
|
LangString remove_associations ${LANG_BULGARIAN} "Remove file associations"
|
||
|
;LangString remove_registry ${LANG_ENGLISH} "Remove registry keys"
|
||
|
LangString remove_registry ${LANG_BULGARIAN} "Remove registry keys"
|
||
|
;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files"
|
||
|
LangString remove_conf ${LANG_BULGARIAN} "Remove configuration files"
|