summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2019-08-30 13:03:21 +0200
committerGitHub <noreply@github.com>2019-08-30 13:03:21 +0200
commitb0f97fdd898efc5f946db026ea5d05d092cb05e0 (patch)
treec5a7ea91eb15db8df34a854371c106392c9f36ec /core/src
parent9ae179adceb2eb8b9f1355e681831256993a92cb (diff)
parent4e803883807137ff1f6fcb40839d3af04412cbd2 (diff)
downloadAntennaPod-b0f97fdd898efc5f946db026ea5d05d092cb05e0.zip
Merge pull request #3348 from ByteHamster/translate-preference-search
Extracted preference search string resources
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 7521f6834..8ab3a9c15 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -355,6 +355,9 @@
<string name="external_elements">External elements</string>
<string name="interruptions">Interruptions</string>
<string name="playback_control">Playback control</string>
+ <string name="preference_search_hint">Search…</string>
+ <string name="preference_search_no_results">No results</string>
+ <string name="preference_search_clear_history">Clear history</string>
<string name="media_player">Media player</string>
<string name="pref_episode_cleanup_title">Episode Cleanup</string>
<string name="pref_episode_cleanup_summary">Episodes that aren\'t in the queue and aren\'t favorites should be eligible for removal if Auto Download needs space for new episodes</string>