Add two new receive mode settings: receive_allow_receiver_shutdown and receive_public_mode

This commit is contained in:
Micah Lee 2018-04-28 21:08:53 -07:00
parent 8ae729361b
commit e8bd9be2e2
3 changed files with 32 additions and 2 deletions

View file

@ -177,5 +177,7 @@
"gui_mode_receive_button": "Receive Files",
"gui_settings_receiving_label": "Receiving options",
"gui_settings_downloads_label": "Save files to",
"gui_settings_downloads_button": "Browse"
"gui_settings_downloads_button": "Browse",
"gui_settings_receive_allow_receiver_shutdown_checkbox": "Allow people who upload files to you to stop Receive Mode for you",
"gui_settings_receive_public_mode_checkbox": "Receive Mode is open to the public\n(don't try to prevent people from guessing the OnionShare address)"
}