summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-09-14 16:41:51 -0700
committerMicah Lee <micah@micahflee.com>2020-09-14 16:41:51 -0700
commitb728f57fcf6c6fd2413eb38045984dc78c670b73 (patch)
tree3587eb0573c8c050fc8972d27bc6d7dae14e0b52
parent9a03f003671bc2413cd679bb1bc35a8dbee6b873 (diff)
downloadonionshare-b728f57fcf6c6fd2413eb38045984dc78c670b73.tar.gz
onionshare-b728f57fcf6c6fd2413eb38045984dc78c670b73.zip
Oops, add back these english strings that the checking script cannot find
-rw-r--r--share/locale/en.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/locale/en.json b/share/locale/en.json
index 26d874de..fe880b61 100644
--- a/share/locale/en.json
+++ b/share/locale/en.json
@@ -173,5 +173,9 @@
"mode_settings_share_autostop_sharing_checkbox": "Stop sharing after files have been sent (uncheck to allow downloading individual files)",
"mode_settings_receive_data_dir_label": "Save files to",
"mode_settings_receive_data_dir_browse_button": "Browse",
- "mode_settings_website_disable_csp_checkbox": "Don't send Content Security Policy header (allows your website to use third-party resources)"
+ "mode_settings_website_disable_csp_checkbox": "Don't send Content Security Policy header (allows your website to use third-party resources)",
+ "gui_all_modes_transfer_finished_range": "Transferred {} - {}",
+ "gui_all_modes_transfer_finished": "Transferred {}",
+ "gui_all_modes_transfer_canceled_range": "Canceled {} - {}",
+ "gui_all_modes_transfer_canceled": "Canceled {}"
} \ No newline at end of file