summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorDomingos Lopes <domingos86lopes+github@gmail.com>2016-04-28 01:52:47 -0400
committerDomingos Lopes <domingos86lopes+github@gmail.com>2016-04-28 01:52:47 -0400
commitf8266d0181f09a21649e9636453d62fd3002860e (patch)
tree37c0512438276b3ea963e63aa0044eb85e037454 /core/src/main/res/values/strings.xml
parent7e584d95f8f26e2e9f1d711b9ee3a82b051aad94 (diff)
downloadAntennaPod-f8266d0181f09a21649e9636453d62fd3002860e.zip
give error feedback to the user
Diffstat (limited to 'core/src/main/res/values/strings.xml')
-rw-r--r--core/src/main/res/values/strings.xml2
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 17d9c5c85..4b0f15df6 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -619,6 +619,7 @@
<!-- Casting -->
<string name="cast_media_route_menu_title">Play on&#8230;</string>
<string name="cast_disconnect_label">Disconnect the cast session</string>
+ <string name="cast_not_castable">Media selected is not compatible with cast device</string>
<string name="cast_failed_to_play">Failed to start the playback of media</string>
<string name="cast_failed_to_stop">Failed to stop the playback of media</string>
<string name="cast_failed_to_pause">Failed to pause the playback of media</string>
@@ -630,4 +631,5 @@
<string name="cast_failed_status_request">Failed to sync up with the cast device</string>
<string name="cast_failed_seek">Failed to seek to the new position on the cast device</string>
<string name="cast_failed_receiver_player_error">Receiver player has encountered a severe error</string>
+ <string name="cast_failed_media_error_skipping">Error playing media. Skipping&#8230;</string>
</resources>