Register a history item when an individual file is viewed that does not match a 'reserved' path

This commit is contained in:
Miguel Jacq 2019-09-02 18:01:56 +10:00
parent 877a73ab59
commit 173b2d3f5e
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
3 changed files with 44 additions and 1 deletions

View file

@ -160,6 +160,8 @@
"systray_receive_started_message": "Someone is sending files to you",
"systray_website_started_title": "Starting sharing website",
"systray_website_started_message": "Someone is visiting your website",
"systray_individual_file_downloaded_title": "Individual file loaded",
"systray_individual_file_downloaded_message": "Individual file {} viewed",
"gui_all_modes_history": "History",
"gui_all_modes_clear_history": "Clear All",
"gui_all_modes_transfer_started": "Started {}",
@ -176,6 +178,7 @@
"gui_receive_mode_no_files": "No Files Received Yet",
"gui_receive_mode_autostop_timer_waiting": "Waiting to finish receiving",
"gui_visit_started": "Someone has visited your website {}",
"gui_individual_file_download": "Viewed {}",
"receive_mode_upload_starting": "Upload of total size {} is starting",
"days_first_letter": "d",
"hours_first_letter": "h",