summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorTony Tam <engineer.tonytam@pm.me>2020-04-21 14:20:22 -0700
committerGitHub <noreply@github.com>2020-04-21 23:20:22 +0200
commit92eb1d669ba14318b90ad4da4cd925279007fa3a (patch)
tree07924bd7b28104f581e8b715749587dd3cab94a9 /core/src/main/res
parent3a86745e8144baa6d0a2cdc88aa0e29d1fd6e66c (diff)
downloadAntennaPod-92eb1d669ba14318b90ad4da4cd925279007fa3a.zip
Skip intro and ending per feed (#3975)
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index efd7d698a..40ef88440 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -444,6 +444,12 @@
<string name="pref_playback_speed_title">Playback Speeds</string>
<string name="pref_playback_speed_sum">Customize the speeds available for variable speed audio playback</string>
<string name="pref_feed_playback_speed_sum">The speed to use when starting audio playback for episodes in this podcast</string>
+ <string name="pref_feed_skip">Auto Skip</string>
+ <string name="pref_feed_skip_sum">Skip introductions and ending credits.</string>
+ <string name="pref_feed_skip_ending">Skip last</string>
+ <string name="pref_feed_skip_intro">Skip first</string>
+ <string name="pref_feed_skip_ending_toast">Skipped last %d seconds</string>
+ <string name="pref_feed_skip_intro_toast">Skipped first %d seconds</string>
<string name="pref_playback_time_respects_speed_title">Adjust media info to playback speed</string>
<string name="pref_playback_time_respects_speed_sum">Displayed position and duration are adapted to playback speed</string>
<string name="pref_fast_forward">Fast Forward Skip Time</string>