Began making a TorConnectionDialog, which handles connecting to the Tor network

This commit is contained in:
Micah Lee 2017-04-17 20:26:35 -07:00
parent 24540c1eef
commit 915d548399
4 changed files with 85 additions and 5 deletions

View file

@ -100,5 +100,6 @@
"update_error_tor": "Error checking for updates: Can't connect to Tor.\nCheck your Tor connection settings.",
"update_error_sockshttp": "Error checking for updates: Connected to Tor, but can't load the update HTTP request.",
"update_error_invalid_latest_version": "Error checking for updates: The OnionShare website responded saying the latest version is '{}', but that doesn't appear to be a valid version string.",
"update_not_available": "You are running the latest version of OnionShare."
"update_not_available": "You are running the latest version of OnionShare.",
"gui_tor_connection_exit": "Exit"
}