mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-29 09:28:57 -04:00
Raise an error if we were unable to obtain a random port
This commit is contained in:
parent
7177adbf0e
commit
9052a6c33f
5 changed files with 27 additions and 9 deletions
|
@ -10,6 +10,7 @@
|
|||
"ctrlc_to_stop": "Press Ctrl-C to stop server",
|
||||
"not_a_file": "{0:s} is not a file.",
|
||||
"not_a_readable_file": "{0:s} is not a readable file.",
|
||||
"no_available_port": "Could not start the Onion service as we found no available port",
|
||||
"download_page_loaded": "Download page loaded",
|
||||
"other_page_loaded": "URL loaded",
|
||||
"close_on_timeout": "Closing automatically because timeout was reached",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue