aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/resources
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-11-29 12:25:09 -0800
committerMicah Lee <micah@micahflee.com>2020-11-29 12:25:09 -0800
commit068b95f683f43420dacee9addd18d84fe6f3b11d (patch)
tree61c1ec9c1a11372aac92131dee8267af617fbaea /desktop/src/onionshare/resources
parent7bcfe6cad11036feeb52b199a9f0736ff35e21d6 (diff)
downloadonionshare-068b95f683f43420dacee9addd18d84fe6f3b11d.tar.gz
onionshare-068b95f683f43420dacee9addd18d84fe6f3b11d.zip
All Tor-related that get thrown from the onionshare_cli.Onion object now get translated in the GUI
Diffstat (limited to 'desktop/src/onionshare/resources')
-rw-r--r--desktop/src/onionshare/resources/locale/en.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/src/onionshare/resources/locale/en.json b/desktop/src/onionshare/resources/locale/en.json
index 1f98d7a7..9617e9c4 100644
--- a/desktop/src/onionshare/resources/locale/en.json
+++ b/desktop/src/onionshare/resources/locale/en.json
@@ -187,5 +187,6 @@
"settings_error_unreadable_cookie_file": "Connected to the Tor controller, but password may be wrong, or your user is not permitted to read the cookie file.",
"settings_error_bundled_tor_not_supported": "Using the Tor version that comes with OnionShare does not work in developer mode on Windows or macOS.",
"settings_error_bundled_tor_timeout": "Taking too long to connect to Tor. Maybe you aren't connected to the Internet, or have an inaccurate system clock?",
- "settings_error_bundled_tor_broken": "OnionShare could not connect to Tor:\n{}"
+ "settings_error_bundled_tor_broken": "OnionShare could not connect to Tor:\n{}",
+ "error_port_not_available": "OnionShare port not available"
} \ No newline at end of file