summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authoravirajrsingh <69088913+avirajrsingh@users.noreply.github.com>2020-10-30 00:11:41 +0530
committerGitHub <noreply@github.com>2020-10-29 19:41:41 +0100
commit4a4392e79739aeab15eb53deab1840be814f3ecf (patch)
tree96747cbe321c2dc8216fb790b4c34e57ef97cd77 /core/src
parent3a8798262806fed78eca40c757003973cd102d84 (diff)
downloadAntennaPod-4a4392e79739aeab15eb53deab1840be814f3ecf.zip
Add podcast specific statistics to podcast info screen (#4601)
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 542b90120..d760052d4 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -719,6 +719,10 @@
<string name="keep_updated">Keep Updated</string>
<string name="keep_updated_summary">Include this podcast when (auto-)refreshing all podcasts</string>
<string name="auto_download_disabled_globally">Auto download is disabled in the main AntennaPod settings</string>
+ <string name="statistics_listened_for">Listened for:</string>
+ <string name="statistics_episodes_on_device">Episodes on the device:</string>
+ <string name="statistics_space_used">Space used:</string>
+ <string name="statistics_view_all">View for all podcasts ยป</string>
<!-- Progress information -->
<string name="progress_upgrading_database">Upgrading the database</string>