summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2016-03-21 13:00:12 +0100
committerByteHamster <info@bytehamster.com>2016-03-24 00:54:24 +0100
commitaa56d6822aee8a1a98555aa9c0203c3efd4608b5 (patch)
treec6f1da5949d3ca4d7138da62702aec344f84660c /core/src/main/res/values
parent8d2ec19cbe05297afa887cc2263347f112aae3e6 (diff)
downloadAntennaPod-aa56d6822aee8a1a98555aa9c0203c3efd4608b5.zip
Added statistics function
Fixes #1743
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 777db5046..d7948c0a3 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -6,6 +6,7 @@
<!-- Activitiy and fragment titles -->
<string name="app_name">AntennaPod</string>
<string name="feeds_label">Feeds</string>
+ <string name="statistics_label">Statistics</string>
<string name="add_feed_label">Add Podcast</string>
<string name="podcasts_label">PODCASTS</string>
<string name="episodes_label">Episodes</string>
@@ -33,6 +34,10 @@
<string name="recently_published_episodes_label">Recently published</string>
<string name="episode_filter_label">Show only new Episodes</string>
+ <!-- Statistics fragment -->
+ <string name="total_time_listened_to_podcasts">Total time of podcasts played:</string>
+ <string name="statistics_details_dialog">%1$d out of %2$d episodes started.\n\nPlayed %3$s out of %4$s.</string>
+
<!-- Main activity -->
<string name="drawer_open">Open menu</string>
<string name="drawer_close">Close menu</string>