summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorTom Hennen <TomHennen@users.noreply.github.com>2016-03-24 10:16:54 -0400
committerTom Hennen <TomHennen@users.noreply.github.com>2016-03-24 10:16:54 -0400
commit07c2818cc5d67f27623673b94a4759558d42d8ce (patch)
treef07177b49a73a3bde88a924f33863e326fb30b55 /core/src/main/res
parent8a0f6cb5296ed2e2bf4d360b1c8e1dabb193bb88 (diff)
parentaa56d6822aee8a1a98555aa9c0203c3efd4608b5 (diff)
downloadAntennaPod-07c2818cc5d67f27623673b94a4759558d42d8ce.zip
Merge pull request #1798 from ByteHamster/statistics_page
Added statistics function
Diffstat (limited to 'core/src/main/res')
-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 d363a5cc0..eaf6d09fb 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>