summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorTom Hennen <TomHennen@users.noreply.github.com>2016-01-25 14:29:25 -0500
committerTom Hennen <TomHennen@users.noreply.github.com>2016-01-25 14:29:25 -0500
commitf9afe0d488bdb14798136fa183cb5831329b7cde (patch)
tree55f9b268a1e1eb58dd0f76989a856449c24445a1 /core/src/main/res/values/strings.xml
parent7f02570f88091ac46e447e7231583fe998cf6358 (diff)
parent8b0dac05c93e9e743a22fca3596775c367041855 (diff)
downloadAntennaPod-f9afe0d488bdb14798136fa183cb5831329b7cde.zip
Merge pull request #1612 from TomHennen/episode_filter
Episode autodownload filter
Diffstat (limited to 'core/src/main/res/values/strings.xml')
-rw-r--r--core/src/main/res/values/strings.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index e4097feed..b8f6f7065 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -530,7 +530,12 @@
<!-- Feed information screen -->
<string name="authentication_label">Authentication</string>
<string name="authentication_descr">Change your username and password for this podcast and its episodes.</string>
-
+ <string name="auto_download_settings_label">Auto Download Settings</string>
+ <string name="episode_filters_label">Episode Filter</string>
+ <string name="episode_filters_description">List of terms used to decide if an episode should be included or excluded when auto downloading</string>
+ <string name="episode_filters_include">Include</string>
+ <string name="episode_filters_exclude">Exclude</string>
+ <string name="episode_filters_hint">Single words \n\"Multiple Words\"</string>
<!-- Progress information -->
<string name="progress_upgrading_database">Upgrading the database</string>