aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/resources
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-10-17 15:34:42 -0700
committerMicah Lee <micah@micahflee.com>2021-10-17 15:34:42 -0700
commit40cb55894a53dfc5a8cb477fa606563d37d274b6 (patch)
tree4e6763a085f256aadbe8f2ffc1371ef3ad5a96a5 /desktop/src/onionshare/resources
parent01b51e94bf8916fa5b2120045068067990ab8e07 (diff)
downloadonionshare-40cb55894a53dfc5a8cb477fa606563d37d274b6.tar.gz
onionshare-40cb55894a53dfc5a8cb477fa606563d37d274b6.zip
Totally change the Tor Settings dialog to even more closely resemble Tor Browser
Diffstat (limited to 'desktop/src/onionshare/resources')
-rw-r--r--desktop/src/onionshare/resources/locale/en.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/src/onionshare/resources/locale/en.json b/desktop/src/onionshare/resources/locale/en.json
index 8a14f8bf..63bfd48c 100644
--- a/desktop/src/onionshare/resources/locale/en.json
+++ b/desktop/src/onionshare/resources/locale/en.json
@@ -62,14 +62,14 @@
"gui_settings_password_label": "Password",
"gui_settings_tor_bridges": "Connect using a Tor bridge?",
"gui_settings_tor_bridges_label": "Bridges help you access the Tor Network in places where Tor is blocked. Depending on where you are, one bridge may work better than another.",
+ "gui_settings_bridge_use_checkbox": "Use a bridge",
+ "gui_settings_bridge_radio_builtin": "Select a built-in bridge",
"gui_settings_bridge_none_radio_option": "Don't use a bridge",
- "gui_settings_bridge_obfs4_radio_option": "Use built-in obfs4 bridge",
- "gui_settings_bridge_meek_azure_radio_option": "Use built-in meek-azure bridge",
- "gui_settings_bridge_snowflake_radio_option": "Use built-in snowflake bridge",
"gui_settings_meek_lite_expensive_warning": "Warning: The meek-azure bridges are very costly for the Tor Project to run.<br><br>Only use them if unable to connect to Tor directly, via obfs4 transports, or other normal bridges.",
"gui_settings_bridge_moat_radio_option": "Request a bridge from torproject.org",
"gui_settings_bridge_moat_button": "Request a New Bridge...",
"gui_settings_bridge_custom_radio_option": "Provide a bridge you learned about from a trusted source",
+ "gui_settings_bridge_custom_placeholder": "type address:port (one per line)",
"gui_settings_tor_bridges_invalid": "None of the bridges you added work.\nDouble-check them or add others.",
"gui_settings_button_save": "Save",
"gui_settings_button_cancel": "Cancel",