summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-12-16 17:01:40 -0800
committerGitHub <noreply@github.com>2018-12-16 17:01:40 -0800
commitc059af97e1f0e484bdfb83521e5bab5e385cdd78 (patch)
treee72c46ad2a5bb24cbc443bfc27974f967229cbaa /share
parent1f3728e8c55389122f1d692d129980ec03b43780 (diff)
parentbf337b5e34aa3a160938acaf6a2c4f1bcba0db27 (diff)
downloadonionshare-c059af97e1f0e484bdfb83521e5bab5e385cdd78.tar.gz
onionshare-c059af97e1f0e484bdfb83521e5bab5e385cdd78.zip
Merge pull request #831 from micahflee/812_fix_v3_onions
[WIP] Fix v3 onion services
Diffstat (limited to 'share')
-rw-r--r--share/locale/en.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/locale/en.json b/share/locale/en.json
index 7fb30df8..43c7cfe3 100644
--- a/share/locale/en.json
+++ b/share/locale/en.json
@@ -69,7 +69,7 @@
"error_ephemeral_not_supported": "OnionShare requires at least both Tor 0.2.7.1 and python3-stem 1.4.0.",
"gui_settings_window_title": "Settings",
"gui_settings_whats_this": "<a href='{0:s}'>What's this?</a>",
- "gui_settings_stealth_option": "Use client authorization (legacy)",
+ "gui_settings_stealth_option": "Use client authorization",
"gui_settings_stealth_hidservauth_string": "Having saved your private key for reuse, means you can now\nclick to copy your HidServAuth.",
"gui_settings_autoupdate_label": "Check for new version",
"gui_settings_autoupdate_option": "Notify me when a new version is available",
@@ -135,8 +135,9 @@
"gui_server_started_after_timeout": "The auto-stop timer ran out before the server started.\nPlease make a new share.",
"gui_server_timeout_expired": "The auto-stop timer already ran out.\nPlease update it to start sharing.",
"share_via_onionshare": "OnionShare it",
+ "gui_connect_to_tor_for_onion_settings": "Connect to Tor to see onion service settings",
"gui_use_legacy_v2_onions_checkbox": "Use legacy addresses",
- "gui_save_private_key_checkbox": "Use a persistent address (legacy)",
+ "gui_save_private_key_checkbox": "Use a persistent address",
"gui_share_url_description": "<b>Anyone</b> with this OnionShare address can <b>download</b> your files using the <b>Tor Browser</b>: <img src='{}' />",
"gui_receive_url_description": "<b>Anyone</b> with this OnionShare address can <b>upload</b> files to your computer using the <b>Tor Browser</b>: <img src='{}' />",
"gui_url_label_persistent": "This share will not auto-stop.<br><br>Every subsequent share reuses the address. (To use one-time addresses, turn off \"Use persistent address\" in the settings.)",