diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2019-08-30 13:03:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-30 13:03:21 +0200 |
commit | b0f97fdd898efc5f946db026ea5d05d092cb05e0 (patch) | |
tree | c5a7ea91eb15db8df34a854371c106392c9f36ec /core/src | |
parent | 9ae179adceb2eb8b9f1355e681831256993a92cb (diff) | |
parent | 4e803883807137ff1f6fcb40839d3af04412cbd2 (diff) | |
download | AntennaPod-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.xml | 3 |
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> |