Add receive mode warning, and print notification for each upload, in CLI mode

This commit is contained in:
Micah Lee 2018-03-14 07:35:04 -07:00
parent 15ff966986
commit 1410b445fa
3 changed files with 9 additions and 1 deletions

View file

@ -158,5 +158,7 @@
"info_in_progress_downloads_tooltip": "{} download(s) in progress",
"info_completed_downloads_tooltip": "{} download(s) completed",
"error_cannot_create_downloads_dir": "Error creating downloads folder: {}",
"error_downloads_dir_not_writable": "The downloads folder isn't writable: {}"
"error_downloads_dir_not_writable": "The downloads folder isn't writable: {}",
"receive_mode_warning": "Warning: Some files can hack your computer if you open them! Only open files from people you trust, or if you know what you're doing.",
"receive_mode_received_file": "Received file: {}"
}