aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/resources
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-10-15 16:53:40 -0700
committerMicah Lee <micah@micahflee.com>2021-10-15 16:53:40 -0700
commit67126a34976c4d036873323b1bf5a23c1d46340e (patch)
tree36d36733b1eb30404b71c0fe6644b5efd7c577e9 /desktop/src/onionshare/resources
parent168e3057ae56926518dd01931da4180a788afc7e (diff)
downloadonionshare-67126a34976c4d036873323b1bf5a23c1d46340e.tar.gz
onionshare-67126a34976c4d036873323b1bf5a23c1d46340e.zip
Start making MoatDialog
Diffstat (limited to 'desktop/src/onionshare/resources')
-rw-r--r--desktop/src/onionshare/resources/locale/en.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/desktop/src/onionshare/resources/locale/en.json b/desktop/src/onionshare/resources/locale/en.json
index 97ce5585..6bc424e0 100644
--- a/desktop/src/onionshare/resources/locale/en.json
+++ b/desktop/src/onionshare/resources/locale/en.json
@@ -69,7 +69,6 @@
"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_moat_error": "Error requesting a bridge from torproject.org.",
"gui_settings_bridge_custom_radio_option": "Provide a bridge you learned about from a trusted source",
"gui_settings_tor_bridges_invalid": "None of the bridges you added work.\nDouble-check them or add others.",
"gui_settings_button_save": "Save",
@@ -220,5 +219,12 @@
"gui_rendezvous_cleanup_quit_early": "Quit Early",
"error_port_not_available": "OnionShare port not available",
"history_receive_read_message_button": "Read Message",
- "error_tor_protocol_error": "There was an error with Tor: {}"
+ "error_tor_protocol_error": "There was an error with Tor: {}",
+ "moat_contact_label": "Contacting BridgeDB...",
+ "moat_captcha_label": "Solve the CAPTCHA to request a bridge.",
+ "moat_captcha_placeholder": "Enter the characters from the image",
+ "moat_captcha_submit": "Submit",
+ "moat_captcha_reload": "Reload",
+ "moat_bridgedb_error": "Error contacting BridgeDB.",
+ "moat_captcha_error": "The solution is not correct. Please try again."
} \ No newline at end of file