From 5b092b3aeab95267f8cb2b8d84a84c3fb2f2edde Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sat, 2 Feb 2013 02:31:40 +0200 Subject: [PATCH] Updated language tables with all the strings. --- .../installer-translations/afrikaans.nsi | 20 +++++++++++++++++++ .../installer-translations/albanian.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/arabic.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/basque.nsi | 20 +++++++++++++++++++ .../installer-translations/belarusian.nsi | 20 +++++++++++++++++++ .../installer-translations/bosnian.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/breton.nsi | 20 +++++++++++++++++++ .../installer-translations/bulgarian.nsi | 20 +++++++++++++++++++ .../installer-translations/catalan.nsi | 20 +++++++++++++++++++ .../installer-translations/croatian.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/czech.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/danish.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/dutch.nsi | 20 +++++++++++++++++++ .../installer-translations/esperanto.nsi | 20 +++++++++++++++++++ .../installer-translations/estonian.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/farsi.nsi | 20 +++++++++++++++++++ .../installer-translations/finnish.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/french.nsi | 20 +++++++++++++++++++ .../installer-translations/galician.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/german.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/greek.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/hebrew.nsi | 20 +++++++++++++++++++ .../installer-translations/hungarian.nsi | 20 +++++++++++++++++++ .../installer-translations/icelandic.nsi | 20 +++++++++++++++++++ .../installer-translations/indonesian.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/irish.nsi | 20 +++++++++++++++++++ .../installer-translations/italian.nsi | 20 +++++++++++++++++++ .../installer-translations/japanese.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/korean.nsi | 20 +++++++++++++++++++ .../installer-translations/kurdish.nsi | 20 +++++++++++++++++++ .../installer-translations/latvian.nsi | 20 +++++++++++++++++++ .../installer-translations/lithuanian.nsi | 20 +++++++++++++++++++ .../installer-translations/luxembourgish.nsi | 20 +++++++++++++++++++ .../installer-translations/macedonian.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/malay.nsi | 20 +++++++++++++++++++ .../installer-translations/mongolian.nsi | 20 +++++++++++++++++++ .../installer-translations/norwegian.nsi | 20 +++++++++++++++++++ .../norwegiannynorsk.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/polish.nsi | 20 +++++++++++++++++++ .../installer-translations/portuguese.nsi | 20 +++++++++++++++++++ .../installer-translations/portugueseBR.nsi | 20 +++++++++++++++++++ .../installer-translations/romanian.nsi | 20 +++++++++++++++++++ .../installer-translations/russian.nsi | 20 +++++++++++++++++++ .../installer-translations/serbian.nsi | 20 +++++++++++++++++++ .../installer-translations/serbianlatin.nsi | 20 +++++++++++++++++++ .../installer-translations/simpchinese.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/slovak.nsi | 20 +++++++++++++++++++ .../installer-translations/slovenian.nsi | 20 +++++++++++++++++++ .../installer-translations/spanish.nsi | 20 +++++++++++++++++++ .../spanishinternational.nsi | 20 +++++++++++++++++++ .../installer-translations/swedish.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/thai.nsi | 20 +++++++++++++++++++ .../installer-translations/tradchinese.nsi | 20 +++++++++++++++++++ .../installer-translations/turkish.nsi | 20 +++++++++++++++++++ .../installer-translations/ukrainian.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/uzbek.nsi | 20 +++++++++++++++++++ src/windows/installer-translations/welsh.nsi | 20 +++++++++++++++++++ 57 files changed, 1140 insertions(+) diff --git a/src/windows/installer-translations/afrikaans.nsi b/src/windows/installer-translations/afrikaans.nsi index a6ae04f1f..629ac1683 100644 --- a/src/windows/installer-translations/afrikaans.nsi +++ b/src/windows/installer-translations/afrikaans.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_AFRIKAANS} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_AFRIKAANS} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_AFRIKAANS} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_AFRIKAANS} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_AFRIKAANS} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_AFRIKAANS} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_AFRIKAANS} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_AFRIKAANS} "Remove file associations" LangString remove_registry ${LANG_AFRIKAANS} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_AFRIKAANS} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_AFRIKAANS} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_AFRIKAANS} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_AFRIKAANS} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_AFRIKAANS} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_AFRIKAANS} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_AFRIKAANS} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/albanian.nsi b/src/windows/installer-translations/albanian.nsi index f260cdc60..fb1d74e4d 100644 --- a/src/windows/installer-translations/albanian.nsi +++ b/src/windows/installer-translations/albanian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_ALBANIAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_ALBANIAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_ALBANIAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_ALBANIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_ALBANIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_ALBANIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_ALBANIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_ALBANIAN} "Remove file associations" LangString remove_registry ${LANG_ALBANIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_ALBANIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_ALBANIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_ALBANIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_ALBANIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_ALBANIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_ALBANIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_ALBANIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/arabic.nsi b/src/windows/installer-translations/arabic.nsi index 1cbc24faf..8f02548bf 100644 --- a/src/windows/installer-translations/arabic.nsi +++ b/src/windows/installer-translations/arabic.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_ARABIC} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_ARABIC} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_ARABIC} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_ARABIC} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_ARABIC} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_ARABIC} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_ARABIC} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_ARABIC} "Remove file associations" LangString remove_registry ${LANG_ARABIC} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_ARABIC} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_ARABIC} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_ARABIC} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_ARABIC} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_ARABIC} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_ARABIC} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_ARABIC} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/basque.nsi b/src/windows/installer-translations/basque.nsi index 64fe32368..75fcc2375 100644 --- a/src/windows/installer-translations/basque.nsi +++ b/src/windows/installer-translations/basque.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_BASQUE} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_BASQUE} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_BASQUE} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_BASQUE} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_BASQUE} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_BASQUE} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_BASQUE} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_BASQUE} "Remove file associations" LangString remove_registry ${LANG_BASQUE} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_BASQUE} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_BASQUE} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_BASQUE} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_BASQUE} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_BASQUE} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_BASQUE} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_BASQUE} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/belarusian.nsi b/src/windows/installer-translations/belarusian.nsi index 55ef19922..6901a65a1 100644 --- a/src/windows/installer-translations/belarusian.nsi +++ b/src/windows/installer-translations/belarusian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_BELARUSIAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_BELARUSIAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_BELARUSIAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_BELARUSIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_BELARUSIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_BELARUSIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_BELARUSIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_BELARUSIAN} "Remove file associations" LangString remove_registry ${LANG_BELARUSIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_BELARUSIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_BELARUSIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_BELARUSIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_BELARUSIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_BELARUSIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_BELARUSIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_BELARUSIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/bosnian.nsi b/src/windows/installer-translations/bosnian.nsi index 3e1d0c4f3..2abc03050 100644 --- a/src/windows/installer-translations/bosnian.nsi +++ b/src/windows/installer-translations/bosnian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_BOSNIAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_BOSNIAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_BOSNIAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_BOSNIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_BOSNIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_BOSNIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_BOSNIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_BOSNIAN} "Remove file associations" LangString remove_registry ${LANG_BOSNIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_BOSNIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_BOSNIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_BOSNIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_BOSNIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_BOSNIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_BOSNIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_BOSNIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/breton.nsi b/src/windows/installer-translations/breton.nsi index d1b842ba7..3b9fa07d2 100644 --- a/src/windows/installer-translations/breton.nsi +++ b/src/windows/installer-translations/breton.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_BRETON} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_BRETON} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_BRETON} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_BRETON} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_BRETON} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_BRETON} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_BRETON} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_BRETON} "Remove file associations" LangString remove_registry ${LANG_BRETON} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_BRETON} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_BRETON} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_BRETON} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_BRETON} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_BRETON} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_BRETON} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_BRETON} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/bulgarian.nsi b/src/windows/installer-translations/bulgarian.nsi index c159814c9..24dc9c82d 100644 --- a/src/windows/installer-translations/bulgarian.nsi +++ b/src/windows/installer-translations/bulgarian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_BULGARIAN} "Create Start Menu Shortcut" 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" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_BULGARIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_BULGARIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_BULGARIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_BULGARIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_BULGARIAN} "Remove file associations" LangString remove_registry ${LANG_BULGARIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_BULGARIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_BULGARIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_BULGARIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_BULGARIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_BULGARIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_BULGARIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_BULGARIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/catalan.nsi b/src/windows/installer-translations/catalan.nsi index 26eb8e94c..25d6697f2 100644 --- a/src/windows/installer-translations/catalan.nsi +++ b/src/windows/installer-translations/catalan.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_CATALAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_CATALAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_CATALAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_CATALAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_CATALAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_CATALAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_CATALAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_CATALAN} "Remove file associations" LangString remove_registry ${LANG_CATALAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_CATALAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_CATALAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_CATALAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_CATALAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_CATALAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_CATALAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_CATALAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/croatian.nsi b/src/windows/installer-translations/croatian.nsi index 08670a817..823fd7bf6 100644 --- a/src/windows/installer-translations/croatian.nsi +++ b/src/windows/installer-translations/croatian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_CROATIAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_CROATIAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_CROATIAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_CROATIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_CROATIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_CROATIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_CROATIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_CROATIAN} "Remove file associations" LangString remove_registry ${LANG_CROATIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_CROATIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_CROATIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_CROATIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_CROATIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_CROATIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_CROATIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_CROATIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/czech.nsi b/src/windows/installer-translations/czech.nsi index eee81fdb1..5b08eade9 100644 --- a/src/windows/installer-translations/czech.nsi +++ b/src/windows/installer-translations/czech.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_CZECH} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_CZECH} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_CZECH} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_CZECH} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_CZECH} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_CZECH} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_CZECH} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_CZECH} "Remove file associations" LangString remove_registry ${LANG_CZECH} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_CZECH} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_CZECH} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_CZECH} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_CZECH} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_CZECH} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_CZECH} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_CZECH} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/danish.nsi b/src/windows/installer-translations/danish.nsi index 10e474f3b..a2e8b5e6f 100644 --- a/src/windows/installer-translations/danish.nsi +++ b/src/windows/installer-translations/danish.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_DANISH} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_DANISH} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_DANISH} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_DANISH} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_DANISH} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_DANISH} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_DANISH} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_DANISH} "Remove file associations" LangString remove_registry ${LANG_DANISH} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_DANISH} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_DANISH} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_DANISH} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_DANISH} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_DANISH} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_DANISH} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_DANISH} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/dutch.nsi b/src/windows/installer-translations/dutch.nsi index 8eaa1201b..aa12dfcb0 100644 --- a/src/windows/installer-translations/dutch.nsi +++ b/src/windows/installer-translations/dutch.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_DUTCH} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_DUTCH} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_DUTCH} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_DUTCH} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_DUTCH} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_DUTCH} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_DUTCH} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_DUTCH} "Remove file associations" LangString remove_registry ${LANG_DUTCH} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_DUTCH} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_DUTCH} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_DUTCH} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_DUTCH} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_DUTCH} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_DUTCH} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_DUTCH} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/esperanto.nsi b/src/windows/installer-translations/esperanto.nsi index 343cb8494..f77c6915c 100644 --- a/src/windows/installer-translations/esperanto.nsi +++ b/src/windows/installer-translations/esperanto.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_ESPERANTO} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_ESPERANTO} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_ESPERANTO} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_ESPERANTO} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_ESPERANTO} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_ESPERANTO} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_ESPERANTO} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_ESPERANTO} "Remove file associations" LangString remove_registry ${LANG_ESPERANTO} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_ESPERANTO} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_ESPERANTO} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_ESPERANTO} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_ESPERANTO} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_ESPERANTO} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_ESPERANTO} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_ESPERANTO} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/estonian.nsi b/src/windows/installer-translations/estonian.nsi index 1463c1db6..9be169ba9 100644 --- a/src/windows/installer-translations/estonian.nsi +++ b/src/windows/installer-translations/estonian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_ESTONIAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_ESTONIAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_ESTONIAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_ESTONIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_ESTONIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_ESTONIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_ESTONIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_ESTONIAN} "Remove file associations" LangString remove_registry ${LANG_ESTONIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_ESTONIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_ESTONIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_ESTONIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_ESTONIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_ESTONIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_ESTONIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_ESTONIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/farsi.nsi b/src/windows/installer-translations/farsi.nsi index 92addb706..9134da6ce 100644 --- a/src/windows/installer-translations/farsi.nsi +++ b/src/windows/installer-translations/farsi.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_FARSI} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_FARSI} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_FARSI} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_FARSI} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_FARSI} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_FARSI} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_FARSI} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_FARSI} "Remove file associations" LangString remove_registry ${LANG_FARSI} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_FARSI} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_FARSI} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_FARSI} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_FARSI} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_FARSI} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_FARSI} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_FARSI} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/finnish.nsi b/src/windows/installer-translations/finnish.nsi index 8ecde0655..3d2ec576b 100644 --- a/src/windows/installer-translations/finnish.nsi +++ b/src/windows/installer-translations/finnish.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_FINNISH} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_FINNISH} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_FINNISH} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_FINNISH} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_FINNISH} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_FINNISH} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_FINNISH} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_FINNISH} "Remove file associations" LangString remove_registry ${LANG_FINNISH} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_FINNISH} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_FINNISH} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_FINNISH} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_FINNISH} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_FINNISH} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_FINNISH} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_FINNISH} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/french.nsi b/src/windows/installer-translations/french.nsi index 0ed76193a..bef8f61a8 100644 --- a/src/windows/installer-translations/french.nsi +++ b/src/windows/installer-translations/french.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_FRENCH} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_FRENCH} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_FRENCH} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_FRENCH} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_FRENCH} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_FRENCH} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_FRENCH} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_FRENCH} "Remove file associations" LangString remove_registry ${LANG_FRENCH} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_FRENCH} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_FRENCH} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_FRENCH} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_FRENCH} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_FRENCH} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_FRENCH} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_FRENCH} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/galician.nsi b/src/windows/installer-translations/galician.nsi index 700de87f7..3eda50aeb 100644 --- a/src/windows/installer-translations/galician.nsi +++ b/src/windows/installer-translations/galician.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_GALICIAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_GALICIAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_GALICIAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_GALICIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_GALICIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_GALICIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_GALICIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_GALICIAN} "Remove file associations" LangString remove_registry ${LANG_GALICIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_GALICIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_GALICIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_GALICIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_GALICIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_GALICIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_GALICIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_GALICIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/german.nsi b/src/windows/installer-translations/german.nsi index 0a28e766c..6d31e65ed 100644 --- a/src/windows/installer-translations/german.nsi +++ b/src/windows/installer-translations/german.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_GERMAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_GERMAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_GERMAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_GERMAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_GERMAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_GERMAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_GERMAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_GERMAN} "Remove file associations" LangString remove_registry ${LANG_GERMAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_GERMAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_GERMAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_GERMAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_GERMAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_GERMAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_GERMAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_GERMAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/greek.nsi b/src/windows/installer-translations/greek.nsi index d21919dcb..b5aa7ddce 100644 --- a/src/windows/installer-translations/greek.nsi +++ b/src/windows/installer-translations/greek.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_GREEK} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_GREEK} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_GREEK} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_GREEK} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_GREEK} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_GREEK} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_GREEK} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_GREEK} "Remove file associations" LangString remove_registry ${LANG_GREEK} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_GREEK} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_GREEK} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_GREEK} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_GREEK} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_GREEK} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_GREEK} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_GREEK} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/hebrew.nsi b/src/windows/installer-translations/hebrew.nsi index 379f0d5ab..99f3ff9e3 100644 --- a/src/windows/installer-translations/hebrew.nsi +++ b/src/windows/installer-translations/hebrew.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_HEBREW} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_HEBREW} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_HEBREW} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_HEBREW} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_HEBREW} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_HEBREW} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_HEBREW} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_HEBREW} "Remove file associations" LangString remove_registry ${LANG_HEBREW} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_HEBREW} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_HEBREW} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_HEBREW} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_HEBREW} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_HEBREW} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_HEBREW} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_HEBREW} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/hungarian.nsi b/src/windows/installer-translations/hungarian.nsi index a95290388..5a868085d 100644 --- a/src/windows/installer-translations/hungarian.nsi +++ b/src/windows/installer-translations/hungarian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_HUNGARIAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_HUNGARIAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_HUNGARIAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_HUNGARIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_HUNGARIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_HUNGARIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_HUNGARIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_HUNGARIAN} "Remove file associations" LangString remove_registry ${LANG_HUNGARIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_HUNGARIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_HUNGARIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_HUNGARIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_HUNGARIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_HUNGARIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_HUNGARIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_HUNGARIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/icelandic.nsi b/src/windows/installer-translations/icelandic.nsi index 166c74579..f4d396ec8 100644 --- a/src/windows/installer-translations/icelandic.nsi +++ b/src/windows/installer-translations/icelandic.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_ICELANDIC} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_ICELANDIC} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_ICELANDIC} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_ICELANDIC} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_ICELANDIC} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_ICELANDIC} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_ICELANDIC} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_ICELANDIC} "Remove file associations" LangString remove_registry ${LANG_ICELANDIC} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_ICELANDIC} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_ICELANDIC} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_ICELANDIC} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_ICELANDIC} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_ICELANDIC} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_ICELANDIC} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_ICELANDIC} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/indonesian.nsi b/src/windows/installer-translations/indonesian.nsi index 4b756bc4c..3043f855a 100644 --- a/src/windows/installer-translations/indonesian.nsi +++ b/src/windows/installer-translations/indonesian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_INDONESIAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_INDONESIAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_INDONESIAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_INDONESIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_INDONESIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_INDONESIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_INDONESIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_INDONESIAN} "Remove file associations" LangString remove_registry ${LANG_INDONESIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_INDONESIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_INDONESIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_INDONESIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_INDONESIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_INDONESIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_INDONESIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_INDONESIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/irish.nsi b/src/windows/installer-translations/irish.nsi index 46915fed0..16f840f09 100644 --- a/src/windows/installer-translations/irish.nsi +++ b/src/windows/installer-translations/irish.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_IRISH} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_IRISH} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_IRISH} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_IRISH} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_IRISH} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_IRISH} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_IRISH} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_IRISH} "Remove file associations" LangString remove_registry ${LANG_IRISH} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_IRISH} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_IRISH} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_IRISH} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_IRISH} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_IRISH} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_IRISH} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_IRISH} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/italian.nsi b/src/windows/installer-translations/italian.nsi index cdc3a1968..9aaffac76 100644 --- a/src/windows/installer-translations/italian.nsi +++ b/src/windows/installer-translations/italian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_ITALIAN} "Crea gruppo programmi" LangString inst_torrent ${LANG_ITALIAN} "Apri file .torrent con qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_ITALIAN} "Apri collegamenti magnet con qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_ITALIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_ITALIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_ITALIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_ITALIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_ITALIAN} "Remove file associations" LangString remove_registry ${LANG_ITALIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_ITALIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_ITALIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_ITALIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_ITALIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_ITALIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_ITALIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_ITALIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/japanese.nsi b/src/windows/installer-translations/japanese.nsi index 43f754d80..73e16c2ca 100644 --- a/src/windows/installer-translations/japanese.nsi +++ b/src/windows/installer-translations/japanese.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_JAPANESE} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_JAPANESE} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_JAPANESE} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_JAPANESE} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_JAPANESE} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_JAPANESE} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_JAPANESE} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_JAPANESE} "Remove file associations" LangString remove_registry ${LANG_JAPANESE} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_JAPANESE} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_JAPANESE} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_JAPANESE} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_JAPANESE} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_JAPANESE} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_JAPANESE} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_JAPANESE} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/korean.nsi b/src/windows/installer-translations/korean.nsi index f256e6152..548033430 100644 --- a/src/windows/installer-translations/korean.nsi +++ b/src/windows/installer-translations/korean.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_KOREAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_KOREAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_KOREAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_KOREAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_KOREAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_KOREAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_KOREAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_KOREAN} "Remove file associations" LangString remove_registry ${LANG_KOREAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_KOREAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_KOREAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_KOREAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_KOREAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_KOREAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_KOREAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_KOREAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/kurdish.nsi b/src/windows/installer-translations/kurdish.nsi index ef46c0922..71a156178 100644 --- a/src/windows/installer-translations/kurdish.nsi +++ b/src/windows/installer-translations/kurdish.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_KURDISH} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_KURDISH} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_KURDISH} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_KURDISH} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_KURDISH} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_KURDISH} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_KURDISH} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_KURDISH} "Remove file associations" LangString remove_registry ${LANG_KURDISH} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_KURDISH} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_KURDISH} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_KURDISH} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_KURDISH} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_KURDISH} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_KURDISH} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_KURDISH} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/latvian.nsi b/src/windows/installer-translations/latvian.nsi index f0643f819..550be33ba 100644 --- a/src/windows/installer-translations/latvian.nsi +++ b/src/windows/installer-translations/latvian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_LATVIAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_LATVIAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_LATVIAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_LATVIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_LATVIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_LATVIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_LATVIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_LATVIAN} "Remove file associations" LangString remove_registry ${LANG_LATVIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_LATVIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_LATVIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_LATVIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_LATVIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_LATVIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_LATVIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_LATVIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/lithuanian.nsi b/src/windows/installer-translations/lithuanian.nsi index 658fc3015..a9f068c2a 100644 --- a/src/windows/installer-translations/lithuanian.nsi +++ b/src/windows/installer-translations/lithuanian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_LITHUANIAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_LITHUANIAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_LITHUANIAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_LITHUANIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_LITHUANIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_LITHUANIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_LITHUANIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_LITHUANIAN} "Remove file associations" LangString remove_registry ${LANG_LITHUANIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_LITHUANIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_LITHUANIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_LITHUANIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_LITHUANIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_LITHUANIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_LITHUANIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_LITHUANIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/luxembourgish.nsi b/src/windows/installer-translations/luxembourgish.nsi index 5856f6949..995e588e7 100644 --- a/src/windows/installer-translations/luxembourgish.nsi +++ b/src/windows/installer-translations/luxembourgish.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_LUXEMBOURGISH} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_LUXEMBOURGISH} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_LUXEMBOURGISH} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_LUXEMBOURGISH} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_LUXEMBOURGISH} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_LUXEMBOURGISH} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_LUXEMBOURGISH} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_LUXEMBOURGISH} "Remove file associations" LangString remove_registry ${LANG_LUXEMBOURGISH} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_LUXEMBOURGISH} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_LUXEMBOURGISH} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_LUXEMBOURGISH} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_LUXEMBOURGISH} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_LUXEMBOURGISH} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_LUXEMBOURGISH} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_LUXEMBOURGISH} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/macedonian.nsi b/src/windows/installer-translations/macedonian.nsi index b352e4df1..30d1f13fa 100644 --- a/src/windows/installer-translations/macedonian.nsi +++ b/src/windows/installer-translations/macedonian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_MACEDONIAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_MACEDONIAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_MACEDONIAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_MACEDONIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_MACEDONIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_MACEDONIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_MACEDONIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_MACEDONIAN} "Remove file associations" LangString remove_registry ${LANG_MACEDONIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_MACEDONIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_MACEDONIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_MACEDONIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_MACEDONIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_MACEDONIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_MACEDONIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_MACEDONIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/malay.nsi b/src/windows/installer-translations/malay.nsi index 169fa42c6..78467b180 100644 --- a/src/windows/installer-translations/malay.nsi +++ b/src/windows/installer-translations/malay.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_MALAY} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_MALAY} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_MALAY} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_MALAY} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_MALAY} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_MALAY} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_MALAY} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_MALAY} "Remove file associations" LangString remove_registry ${LANG_MALAY} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_MALAY} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_MALAY} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_MALAY} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_MALAY} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_MALAY} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_MALAY} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_MALAY} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/mongolian.nsi b/src/windows/installer-translations/mongolian.nsi index 14036ac1c..b30daccf2 100644 --- a/src/windows/installer-translations/mongolian.nsi +++ b/src/windows/installer-translations/mongolian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_MONGOLIAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_MONGOLIAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_MONGOLIAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_MONGOLIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_MONGOLIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_MONGOLIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_MONGOLIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_MONGOLIAN} "Remove file associations" LangString remove_registry ${LANG_MONGOLIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_MONGOLIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_MONGOLIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_MONGOLIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_MONGOLIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_MONGOLIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_MONGOLIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_MONGOLIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/norwegian.nsi b/src/windows/installer-translations/norwegian.nsi index fe3394920..2637b9316 100644 --- a/src/windows/installer-translations/norwegian.nsi +++ b/src/windows/installer-translations/norwegian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_NORWEGIAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_NORWEGIAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_NORWEGIAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_NORWEGIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_NORWEGIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_NORWEGIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_NORWEGIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_NORWEGIAN} "Remove file associations" LangString remove_registry ${LANG_NORWEGIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_NORWEGIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_NORWEGIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_NORWEGIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_NORWEGIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_NORWEGIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_NORWEGIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_NORWEGIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/norwegiannynorsk.nsi b/src/windows/installer-translations/norwegiannynorsk.nsi index 78175152b..2b73998f6 100644 --- a/src/windows/installer-translations/norwegiannynorsk.nsi +++ b/src/windows/installer-translations/norwegiannynorsk.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_NORWEGIANNYNORSK} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_NORWEGIANNYNORSK} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_NORWEGIANNYNORSK} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_NORWEGIANNYNORSK} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_NORWEGIANNYNORSK} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_NORWEGIANNYNORSK} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_NORWEGIANNYNORSK} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_NORWEGIANNYNORSK} "Remove file association LangString remove_registry ${LANG_NORWEGIANNYNORSK} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_NORWEGIANNYNORSK} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_NORWEGIANNYNORSK} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_NORWEGIANNYNORSK} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_NORWEGIANNYNORSK} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_NORWEGIANNYNORSK} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_NORWEGIANNYNORSK} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_NORWEGIANNYNORSK} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/polish.nsi b/src/windows/installer-translations/polish.nsi index 55ebb4a5b..fda7e1e39 100644 --- a/src/windows/installer-translations/polish.nsi +++ b/src/windows/installer-translations/polish.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_POLISH} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_POLISH} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_POLISH} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_POLISH} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_POLISH} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_POLISH} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_POLISH} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_POLISH} "Remove file associations" LangString remove_registry ${LANG_POLISH} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_POLISH} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_POLISH} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_POLISH} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_POLISH} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_POLISH} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_POLISH} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_POLISH} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/portuguese.nsi b/src/windows/installer-translations/portuguese.nsi index e230f6b10..de3eca0fb 100644 --- a/src/windows/installer-translations/portuguese.nsi +++ b/src/windows/installer-translations/portuguese.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_PORTUGUESE} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_PORTUGUESE} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_PORTUGUESE} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_PORTUGUESE} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_PORTUGUESE} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_PORTUGUESE} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_PORTUGUESE} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_PORTUGUESE} "Remove file associations" LangString remove_registry ${LANG_PORTUGUESE} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_PORTUGUESE} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_PORTUGUESE} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_PORTUGUESE} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_PORTUGUESE} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_PORTUGUESE} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_PORTUGUESE} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_PORTUGUESE} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/portugueseBR.nsi b/src/windows/installer-translations/portugueseBR.nsi index c2e55da57..1d67c1f64 100644 --- a/src/windows/installer-translations/portugueseBR.nsi +++ b/src/windows/installer-translations/portugueseBR.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_PORTUGUESEBR} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_PORTUGUESEBR} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_PORTUGUESEBR} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_PORTUGUESEBR} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_PORTUGUESEBR} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_PORTUGUESEBR} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_PORTUGUESEBR} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_PORTUGUESEBR} "Remove file associations" LangString remove_registry ${LANG_PORTUGUESEBR} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_PORTUGUESEBR} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_PORTUGUESEBR} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_PORTUGUESEBR} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_PORTUGUESEBR} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_PORTUGUESEBR} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_PORTUGUESEBR} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_PORTUGUESEBR} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/romanian.nsi b/src/windows/installer-translations/romanian.nsi index 7767352ee..c3514f648 100644 --- a/src/windows/installer-translations/romanian.nsi +++ b/src/windows/installer-translations/romanian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_ROMANIAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_ROMANIAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_ROMANIAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_ROMANIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_ROMANIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_ROMANIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_ROMANIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_ROMANIAN} "Remove file associations" LangString remove_registry ${LANG_ROMANIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_ROMANIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_ROMANIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_ROMANIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_ROMANIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_ROMANIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_ROMANIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_ROMANIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/russian.nsi b/src/windows/installer-translations/russian.nsi index e7e18e13d..349be6329 100644 --- a/src/windows/installer-translations/russian.nsi +++ b/src/windows/installer-translations/russian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_RUSSIAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_RUSSIAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_RUSSIAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_RUSSIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_RUSSIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_RUSSIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_RUSSIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_RUSSIAN} "Remove file associations" LangString remove_registry ${LANG_RUSSIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_RUSSIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_RUSSIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_RUSSIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_RUSSIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_RUSSIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_RUSSIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_RUSSIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/serbian.nsi b/src/windows/installer-translations/serbian.nsi index dc60aceac..de966d1e1 100644 --- a/src/windows/installer-translations/serbian.nsi +++ b/src/windows/installer-translations/serbian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_SERBIAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_SERBIAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_SERBIAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_SERBIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_SERBIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_SERBIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_SERBIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_SERBIAN} "Remove file associations" LangString remove_registry ${LANG_SERBIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_SERBIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_SERBIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_SERBIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_SERBIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_SERBIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_SERBIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_SERBIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/serbianlatin.nsi b/src/windows/installer-translations/serbianlatin.nsi index 1b5118052..ad2542781 100644 --- a/src/windows/installer-translations/serbianlatin.nsi +++ b/src/windows/installer-translations/serbianlatin.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_SERBIANLATIN} "Create Start Menu Shortcut" 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" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_SERBIANLATIN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_SERBIANLATIN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_SERBIANLATIN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_SERBIANLATIN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_SERBIANLATIN} "Remove file associations" LangString remove_registry ${LANG_SERBIANLATIN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_SERBIANLATIN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_SERBIANLATIN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_SERBIANLATIN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_SERBIANLATIN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_SERBIANLATIN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_SERBIANLATIN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_SERBIANLATIN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/simpchinese.nsi b/src/windows/installer-translations/simpchinese.nsi index a3498676c..e60833995 100644 --- a/src/windows/installer-translations/simpchinese.nsi +++ b/src/windows/installer-translations/simpchinese.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_SIMPCHINESE} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_SIMPCHINESE} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_SIMPCHINESE} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_SIMPCHINESE} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_SIMPCHINESE} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_SIMPCHINESE} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_SIMPCHINESE} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_SIMPCHINESE} "Remove file associations" LangString remove_registry ${LANG_SIMPCHINESE} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_SIMPCHINESE} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_SIMPCHINESE} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_SIMPCHINESE} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_SIMPCHINESE} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_SIMPCHINESE} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_SIMPCHINESE} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_SIMPCHINESE} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/slovak.nsi b/src/windows/installer-translations/slovak.nsi index f2a385b1f..4ea28e174 100644 --- a/src/windows/installer-translations/slovak.nsi +++ b/src/windows/installer-translations/slovak.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_SLOVAK} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_SLOVAK} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_SLOVAK} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_SLOVAK} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_SLOVAK} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_SLOVAK} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_SLOVAK} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_SLOVAK} "Remove file associations" LangString remove_registry ${LANG_SLOVAK} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_SLOVAK} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_SLOVAK} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_SLOVAK} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_SLOVAK} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_SLOVAK} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_SLOVAK} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_SLOVAK} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/slovenian.nsi b/src/windows/installer-translations/slovenian.nsi index bd1752552..ee2d73903 100644 --- a/src/windows/installer-translations/slovenian.nsi +++ b/src/windows/installer-translations/slovenian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_SLOVENIAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_SLOVENIAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_SLOVENIAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_SLOVENIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_SLOVENIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_SLOVENIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_SLOVENIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_SLOVENIAN} "Remove file associations" LangString remove_registry ${LANG_SLOVENIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_SLOVENIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_SLOVENIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_SLOVENIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_SLOVENIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_SLOVENIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_SLOVENIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_SLOVENIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/spanish.nsi b/src/windows/installer-translations/spanish.nsi index c3062229e..c730d35d1 100644 --- a/src/windows/installer-translations/spanish.nsi +++ b/src/windows/installer-translations/spanish.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_SPANISH} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_SPANISH} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_SPANISH} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_SPANISH} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_SPANISH} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_SPANISH} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_SPANISH} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_SPANISH} "Remove file associations" LangString remove_registry ${LANG_SPANISH} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_SPANISH} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_SPANISH} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_SPANISH} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_SPANISH} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_SPANISH} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_SPANISH} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_SPANISH} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/spanishinternational.nsi b/src/windows/installer-translations/spanishinternational.nsi index 8f5d84118..5b9188a9c 100644 --- a/src/windows/installer-translations/spanishinternational.nsi +++ b/src/windows/installer-translations/spanishinternational.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_SPANISHINTERNATIONAL} "Create Start Menu Shortc LangString inst_torrent ${LANG_SPANISHINTERNATIONAL} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_SPANISHINTERNATIONAL} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_SPANISHINTERNATIONAL} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_SPANISHINTERNATIONAL} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_SPANISHINTERNATIONAL} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_SPANISHINTERNATIONAL} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_SPANISHINTERNATIONAL} "Remove file associa LangString remove_registry ${LANG_SPANISHINTERNATIONAL} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_SPANISHINTERNATIONAL} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_SPANISHINTERNATIONAL} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_SPANISHINTERNATIONAL} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_SPANISHINTERNATIONAL} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_SPANISHINTERNATIONAL} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_SPANISHINTERNATIONAL} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_SPANISHINTERNATIONAL} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/swedish.nsi b/src/windows/installer-translations/swedish.nsi index 87cba6fa4..bfafd6b03 100644 --- a/src/windows/installer-translations/swedish.nsi +++ b/src/windows/installer-translations/swedish.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_SWEDISH} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_SWEDISH} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_SWEDISH} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_SWEDISH} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_SWEDISH} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_SWEDISH} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_SWEDISH} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_SWEDISH} "Remove file associations" LangString remove_registry ${LANG_SWEDISH} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_SWEDISH} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_SWEDISH} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_SWEDISH} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_SWEDISH} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_SWEDISH} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_SWEDISH} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_SWEDISH} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/thai.nsi b/src/windows/installer-translations/thai.nsi index de23342c6..0a7f82563 100644 --- a/src/windows/installer-translations/thai.nsi +++ b/src/windows/installer-translations/thai.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_THAI} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_THAI} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_THAI} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_THAI} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_THAI} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_THAI} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_THAI} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_THAI} "Remove file associations" LangString remove_registry ${LANG_THAI} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_THAI} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_THAI} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_THAI} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_THAI} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_THAI} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_THAI} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_THAI} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/tradchinese.nsi b/src/windows/installer-translations/tradchinese.nsi index d2907cc72..f8f38b7dd 100644 --- a/src/windows/installer-translations/tradchinese.nsi +++ b/src/windows/installer-translations/tradchinese.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_TRADCHINESE} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_TRADCHINESE} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_TRADCHINESE} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_TRADCHINESE} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_TRADCHINESE} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_TRADCHINESE} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_TRADCHINESE} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_TRADCHINESE} "Remove file associations" LangString remove_registry ${LANG_TRADCHINESE} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_TRADCHINESE} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_TRADCHINESE} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_TRADCHINESE} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_TRADCHINESE} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_TRADCHINESE} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_TRADCHINESE} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_TRADCHINESE} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/turkish.nsi b/src/windows/installer-translations/turkish.nsi index 5de6d4b52..0d74af8cf 100644 --- a/src/windows/installer-translations/turkish.nsi +++ b/src/windows/installer-translations/turkish.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_TURKISH} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_TURKISH} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_TURKISH} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_TURKISH} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_TURKISH} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_TURKISH} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_TURKISH} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_TURKISH} "Remove file associations" LangString remove_registry ${LANG_TURKISH} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_TURKISH} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_TURKISH} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_TURKISH} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_TURKISH} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_TURKISH} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_TURKISH} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_TURKISH} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/ukrainian.nsi b/src/windows/installer-translations/ukrainian.nsi index 78fabd565..843b5da73 100644 --- a/src/windows/installer-translations/ukrainian.nsi +++ b/src/windows/installer-translations/ukrainian.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_UKRAINIAN} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_UKRAINIAN} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_UKRAINIAN} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_UKRAINIAN} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_UKRAINIAN} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_UKRAINIAN} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_UKRAINIAN} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_UKRAINIAN} "Remove file associations" LangString remove_registry ${LANG_UKRAINIAN} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_UKRAINIAN} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_UKRAINIAN} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_UKRAINIAN} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_UKRAINIAN} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_UKRAINIAN} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_UKRAINIAN} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_UKRAINIAN} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/uzbek.nsi b/src/windows/installer-translations/uzbek.nsi index a11cee262..fa835e92f 100644 --- a/src/windows/installer-translations/uzbek.nsi +++ b/src/windows/installer-translations/uzbek.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_UZBEK} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_UZBEK} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_UZBEK} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_UZBEK} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_UZBEK} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_UZBEK} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_UZBEK} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_UZBEK} "Remove file associations" LangString remove_registry ${LANG_UZBEK} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_UZBEK} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_UZBEK} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_UZBEK} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_UZBEK} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_UZBEK} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_UZBEK} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_UZBEK} "Not removing magnet association. It is associated with:" diff --git a/src/windows/installer-translations/welsh.nsi b/src/windows/installer-translations/welsh.nsi index 73ef094ea..d079faf7b 100644 --- a/src/windows/installer-translations/welsh.nsi +++ b/src/windows/installer-translations/welsh.nsi @@ -10,6 +10,14 @@ LangString inst_startmenu ${LANG_WELSH} "Create Start Menu Shortcut" LangString inst_torrent ${LANG_WELSH} "Open .torrent files with qBittorrent" ;LangString inst_magnet ${LANG_ENGLISH} "Open magnet links with qBittorrent" LangString inst_magnet ${LANG_WELSH} "Open magnet links with qBittorrent" +;LangString inst_firewall ${LANG_ENGLISH} "Add Windows Firewall rule" +LangString inst_firewall ${LANG_WELSH} "Add Windows Firewall rule" +;LangString inst_firewallinfo ${LANG_ENGLISH} "Adding Windows Firewall rule" +LangString inst_firewallinfo ${LANG_WELSH} "Adding Windows Firewall rule" +;LangString inst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before installing." +LangString inst_warning ${LANG_WELSH} "qBittorrent is running. Please close the application before installing." +;LangString inst_unist ${LANG_ENGLISH} "Uninstalling previous version." +LangString inst_unist ${LANG_WELSH} "Uninstalling previous version." ;------------------------------------ @@ -25,3 +33,15 @@ LangString remove_associations ${LANG_WELSH} "Remove file associations" LangString remove_registry ${LANG_WELSH} "Remove registry keys" ;LangString remove_conf ${LANG_ENGLISH} "Remove configuration files" LangString remove_conf ${LANG_WELSH} "Remove configuration files" +;LangString remove_firewall ${LANG_ENGLISH} "Remove Windows Firewall rule" +LangString remove_firewall ${LANG_WELSH} "Remove Windows Firewall rule" +;LangString remove_firewallinfo ${LANG_ENGLISH} "Removing Windows Firewall rule" +LangString remove_firewallinfo ${LANG_WELSH} "Removing Windows Firewall rule" +;LangString remove_cache ${LANG_ENGLISH} "Remove torrents and cached data" +LangString remove_cache ${LANG_WELSH} "Remove torrents and cached data" +;LangString uninst_warning ${LANG_ENGLISH} "qBittorrent is running. Please close the application before uninstalling." +LangString uninst_warning ${LANG_WELSH} "qBittorrent is running. Please close the application before uninstalling." +;LangString uninst_tor_warn ${LANG_ENGLISH} "Not removing .torrent association. It is associated with:" +LangString uninst_tor_warn ${LANG_WELSH} "Not removing .torrent association. It is associated with:" +;LangString uninst_mag_warn ${LANG_ENGLISH} "Not removing magnet association. It is associated with:" +LangString uninst_mag_warn ${LANG_WELSH} "Not removing magnet association. It is associated with:"