mirror of
https://github.com/onionshare/onionshare.git
synced 2025-10-21 17:51:05 -04:00
Hold a share open if its timer hsa expired but a file is still uploading. Don't allow other uploads during this time
This commit is contained in:
parent
4777c45ad8
commit
b06fd8af26
3 changed files with 106 additions and 82 deletions
|
@ -15,6 +15,7 @@
|
|||
"close_on_timeout": "Stopped because timer expired",
|
||||
"closing_automatically": "Stopped because download finished",
|
||||
"timeout_download_still_running": "Waiting for download to complete",
|
||||
"timeout_upload_still_running": "Waiting for upload to complete",
|
||||
"large_filesize": "Warning: Sending large files could take hours",
|
||||
"systray_menu_exit": "Quit",
|
||||
"systray_download_started_title": "OnionShare Download Started",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue