mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
28 lines
1.5 KiB
Plaintext
28 lines
1.5 KiB
Plaintext
|
;Installer strings
|
||
|
|
||
|
;LangString inst_qbt_req ${LANG_ENGLISH} "qBittorrent (required)"
|
||
|
LangString inst_qbt_req ${LANG_SERBIANLATIN} "qBittorrent (required)"
|
||
|
;LangString inst_dekstop ${LANG_ENGLISH} "Create Desktop Shortcut"
|
||
|
LangString inst_dekstop ${LANG_SERBIANLATIN} "Create Desktop Shortcut"
|
||
|
;LangString inst_startmenu ${LANG_ENGLISH} "Create Start Menu Shortcut"
|
||
|
LangString inst_startmenu ${LANG_SERBIANLATIN} "Create Start Menu Shortcut"
|
||
|
;LangString inst_torrent ${LANG_ENGLISH} "Open .torrent files with qBittorrent"
|
||
|
LangString inst_torrent ${LANG_SERBIANLATIN} "Open .torrent files with qBittorrent"
|
||
|
;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent"
|
||
|
LangString inst_magnet ${LANG_SERBIANLATIN} "Open magnet links with qBittorrent"
|
||
|
|
||
|
|
||
|
;------------------------------------
|
||
|
;Uninstaller strings
|
||
|
|
||
|
;LangString remove_files ${LANG_ENGLISH} "Remove files"
|
||
|
LangString remove_files ${LANG_SERBIANLATIN} "Remove files"
|
||
|
;LangString remove_shortcuts ${LANG_ENGLISH} "Remove shortcuts"
|
||
|
LangString remove_shortcuts ${LANG_SERBIANLATIN} "Remove shortcuts"
|
||
|
;LangString remove_associations ${LANG_ENGLISH} "Remove file associations"
|
||
|
LangString remove_associations ${LANG_SERBIANLATIN} "Remove file associations"
|
||
|
;LangString remove_registry ${LANG_ENGLISH} "Remove registry keys"
|
||
|
LangString remove_registry ${LANG_SERBIANLATIN} "Remove registry keys"
|
||
|
;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files"
|
||
|
LangString remove_conf ${LANG_SERBIANLATIN} "Remove configuration files"
|