summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2016-01-23 17:22:10 -0500
committerTom Hennen <tom.hennen@gmail.com>2016-01-25 11:26:46 -0500
commit0b4c41a333e811dda3a3c667bc8d6d0545f77094 (patch)
treed8f2da72bf4f9f8364b3e602979a7fd2beb22199 /core/src/main/res
parent7f02570f88091ac46e447e7231583fe998cf6358 (diff)
downloadAntennaPod-0b4c41a333e811dda3a3c667bc8d6d0545f77094.zip
ability to filter episodes to include or not when autodownloading
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/values/strings.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index e4097feed..3e0aa6538 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -530,7 +530,11 @@
<!-- 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="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 from being autodownloaded</string>
+ <string name="episode_filters_include">Include</string>
+ <string name="episode_filters_exclude">Exclude</string>
+ <string name="episode_filters_hint">Filter text</string>
<!-- Progress information -->
<string name="progress_upgrading_database">Upgrading the database</string>