summaryrefslogtreecommitdiff
path: root/ui/i18n/src
diff options
context:
space:
mode:
Diffstat (limited to 'ui/i18n/src')
-rw-r--r--ui/i18n/src/main/res/values/strings.xml9
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>