diff options
author | Meir Schwarz <meir@imdde.com> | 2017-02-09 16:54:23 -0800 |
---|---|---|
committer | Meir Schwarz <meir@imdde.com> | 2017-02-09 16:54:23 -0800 |
commit | 831166cfb2a08d0d13d36f73b9331b87e5d1664b (patch) | |
tree | 369bc9941375d56165df49349f50890f5c38035c /core/src/main/res/values | |
parent | 352b6747cf8a90e7a17685135e3339f8b011b09a (diff) | |
download | AntennaPod-831166cfb2a08d0d13d36f73b9331b87e5d1664b.zip |
Enable support for Android Auto with support for OnPlayFromSearch
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 96350e19f..fed436206 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -432,6 +432,8 @@ <string name="search_hint">Search for episodes</string> <string name="found_in_shownotes_label">Found in show notes</string> <string name="found_in_chapters_label">Found in chapters</string> + <string name="found_in_authors_label">Found in authors</string> + <string name="found_in_feeds_label">Found in feeds</string> <string name="search_status_no_results">No results were found</string> <string name="search_label">Search</string> <string name="found_in_title_label">Found in title</string> |