summaryrefslogtreecommitdiff
path: root/core/src/main
diff options
context:
space:
mode:
authorJatin Kumar <jatinkumarg17@gmail.com>2019-03-21 03:05:01 -0400
committerJatin Kumar <jatinkumarg17@gmail.com>2019-03-21 03:05:01 -0400
commit6662205167cb2b0830988b764236eb0009c91d42 (patch)
tree6d4de7586f363a7d9aa23b67eed16c933a567b47 /core/src/main
parent0a9735e7dacd559b14dd565f548c000354786a42 (diff)
downloadAntennaPod-6662205167cb2b0830988b764236eb0009c91d42.zip
Added empty views to the PlayBack History, Queue,and Downloads
Diffstat (limited to 'core/src/main')
-rw-r--r--core/src/main/res/values/strings.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 374cd7360..f35e07e34 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -314,10 +314,20 @@
<string name="enable_sonic">Enable Sonic</string>
<!-- Empty list labels -->
- <string name="no_items_label">There are no items in this list.</string>
+ <string name="no_items_header_label">No queued episodes</string>
+ <string name="no_items_label">You can add episodes to the queue by long-pressing or downloading them.</string>
<string name="no_feeds_label">You haven\'t subscribed to any podcasts yet.</string>
<string name="no_chapters_label">This episode has no chapters.</string>
<string name="no_shownotes_label">This episode has no shownotes.</string>
+ <string name="no_run_downloads_head_label">No download running</string>
+ <string name="no_run_downloads_label">You can download episodes on the podcast details screen.</string>
+ <string name="no_comp_downloads_head_label">No download episodes</string>
+ <string name="no_comp_downloads_label">You can download episodes on the podcast details screen.</string>
+ <string name="no_log_downloads_head_label">No download log</string>
+ <string name="no_log_downloads_label">Download logs will appear here when available.</string>
+ <string name="no_history_head_label">No History</string>
+ <string name="no_history_label">After you listen to an episode, it will appear here.</string>
+
<!-- Preferences -->
<string name="storage_pref">Storage</string>