summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-02-19 08:33:47 +1100
committerMiguel Jacq <mig@mig5.net>2018-02-19 08:33:47 +1100
commit20c0ca02d3a58bd3e5f40124a7ae18471d29bd5a (patch)
treebfc9531714954c792f8459d9360e28e441c8b94e /share
parent41b1abdfaa8f87df1cf935c7bc2c45701aa29ed1 (diff)
downloadonionshare-20c0ca02d3a58bd3e5f40124a7ae18471d29bd5a.tar.gz
onionshare-20c0ca02d3a58bd3e5f40124a7ae18471d29bd5a.zip
Add download status widgets to info bar
Diffstat (limited to 'share')
-rw-r--r--share/images/download_completed.pngbin0 -> 646 bytes
-rw-r--r--share/images/download_completed_none.pngbin0 -> 437 bytes
-rw-r--r--share/images/download_in_progress.pngbin0 -> 638 bytes
-rw-r--r--share/images/download_in_progress_none.pngbin0 -> 412 bytes
-rw-r--r--share/locale/en.json4
5 files changed, 3 insertions, 1 deletions
diff --git a/share/images/download_completed.png b/share/images/download_completed.png
new file mode 100644
index 00000000..e68fe5a2
--- /dev/null
+++ b/share/images/download_completed.png
Binary files differ
diff --git a/share/images/download_completed_none.png b/share/images/download_completed_none.png
new file mode 100644
index 00000000..8dbd6939
--- /dev/null
+++ b/share/images/download_completed_none.png
Binary files differ
diff --git a/share/images/download_in_progress.png b/share/images/download_in_progress.png
new file mode 100644
index 00000000..19694659
--- /dev/null
+++ b/share/images/download_in_progress.png
Binary files differ
diff --git a/share/images/download_in_progress_none.png b/share/images/download_in_progress_none.png
new file mode 100644
index 00000000..2d61dba4
--- /dev/null
+++ b/share/images/download_in_progress_none.png
Binary files differ
diff --git a/share/locale/en.json b/share/locale/en.json
index cda00fcb..2f00b557 100644
--- a/share/locale/en.json
+++ b/share/locale/en.json
@@ -145,5 +145,7 @@
"gui_status_indicator_working": "Starting...",
"gui_status_indicator_started": "Sharing",
"gui_file_info": "{} Files, {}",
- "gui_file_info_single": "{} File, {}"
+ "gui_file_info_single": "{} File, {}",
+ "info_in_progress_downloads_tooltip": "{} download(s) in progress",
+ "info_completed_downloads_tooltip": "{} download(s) completed"
}