summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2016-08-28 18:35:05 +0200
committerByteHamster <info@bytehamster.com>2017-04-15 09:54:09 +0200
commit416117515c4e52727f91987e5b537256da34f09a (patch)
treeef441172cfc052f9d2674137c5cdf9a298ca046b /core/src/main/res/values/strings.xml
parent639ff81f8c4d8d4648fe4a52bd1c7d05b439d7e2 (diff)
downloadAntennaPod-416117515c4e52727f91987e5b537256da34f09a.zip
Allow choosing between getDuration and getPlayedDuration
Diffstat (limited to 'core/src/main/res/values/strings.xml')
-rw-r--r--core/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index ebddeb243..f0388b174 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -31,6 +31,9 @@
<!-- 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>
+ <string name="calculation_type">Calculation type</string>
+ <string name="calculation_type_normal">The time you actually played podcasts, respecting playback speed</string>
+ <string name="calculation_type_count_all">Sum up all played podcast durations, including those just marked as played</string>
<!-- Main activity -->
<string name="drawer_open">Open menu</string>