diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2021-11-02 21:41:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 21:41:44 +0100 |
commit | cf58b364f18e5bd5200b071c6ce3e6342156d55c (patch) | |
tree | 977af3b7efd6ec7b1efb25e9527f81770e5e7af2 /core | |
parent | 186de76d95631bbdcd3cc4a2057321855b5a69aa (diff) | |
parent | e874f73a0de97d5846274ae2162257f53adb7a51 (diff) | |
download | AntennaPod-cf58b364f18e5bd5200b071c6ce3e6342156d55c.zip |
Merge pull request #5515 from ByteHamster/feed-statistics-table
Show more detailed feed statistics
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 780de55ac..596abc47a 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -45,7 +45,6 @@ <!-- Statistics fragment --> <string name="total_time_listened_to_podcasts">Total time of episodes 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="statistics_mode">Statistics mode</string> <string name="statistics_mode_normal">Calculate duration that was actually played. Playing twice is counted twice, while marking as played is not counted</string> <string name="statistics_mode_count_all">Sum up all episodes marked as played</string> @@ -707,9 +706,12 @@ <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_time_played">Time played:</string> + <string name="statistics_total_duration">Total duration (estimate):</string> + <string name="statistics_duration_played_episodes">Duration of played episodes:</string> <string name="statistics_episodes_on_device">Episodes on the device:</string> <string name="statistics_space_used">Space used:</string> + <string name="statistics_episodes_started_total">Episodes started/total:</string> <string name="statistics_view_all">View for all podcasts ยป</string> <!-- AntennaPodSP --> |