diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2022-09-18 22:25:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-18 22:25:06 +0200 |
commit | 097a4915044247d3e121069013491c35aaf16f89 (patch) | |
tree | 7e75d6a5254dfbda0d8073365068318eeab59dcf /ui | |
parent | bd0f54dbf6b615c5b4098de35811c4c2d69cfb1e (diff) | |
download | AntennaPod-097a4915044247d3e121069013491c35aaf16f89.zip |
Rewrite include/exclude filter dialog (#6057)
Diffstat (limited to 'ui')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index a2aa6ecef..a6f5d8053 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -190,6 +190,7 @@ <item quantity="other">%d subscriptions updated.</item> </plurals> <string name="edit_tags">Edit tags</string> + <string name="add_tag">Add tag</string> <string name="rename_tag_label">Rename tag</string> <string name="confirm_mobile_feed_refresh_dialog_message">Refreshing podcasts over mobile data connection is disabled in the settings.\n\nDo you want to refresh anyway?</string> @@ -690,10 +691,10 @@ <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_duration">Minimal Duration (in minutes)</string> - <string name="episode_filters_hint">Single words \n\"Multiple Words\"</string> + <string name="add_term">Add Term</string> + <string name="exclude_terms">Exclude episodes containing any of the terms below</string> + <string name="include_terms">Include only episodes containing any of the terms below</string> + <string name="exclude_episodes_shorter_than">Exclude episodes shorter than</string> <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> |