diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2016-01-23 17:22:10 -0500 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2016-01-25 11:26:46 -0500 |
commit | 0b4c41a333e811dda3a3c667bc8d6d0545f77094 (patch) | |
tree | d8f2da72bf4f9f8364b3e602979a7fd2beb22199 /core/src/main/res | |
parent | 7f02570f88091ac46e447e7231583fe998cf6358 (diff) | |
download | AntennaPod-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.xml | 6 |
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> |