diff options
author | Domingos Lopes <domingos86lopes+github@gmail.com> | 2016-03-26 12:26:35 -0400 |
---|---|---|
committer | Domingos Lopes <domingos86lopes+github@gmail.com> | 2016-04-23 21:39:54 -0400 |
commit | 1088fae74506bbd9620fc0d3659976afbae6fcb2 (patch) | |
tree | d918e809bd63d9ad1f6b32c2e38b1e5f1a7239e1 /core/src/main/res | |
parent | 63a30a0d59442b2932b800ce5f96c0b53e6a4d8c (diff) | |
download | AntennaPod-1088fae74506bbd9620fc0d3659976afbae6fcb2.zip |
remove data channel from CastManager
add cast failure strings
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 648379206..1f387e5f7 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -617,6 +617,16 @@ <string name="proxy_port_invalid_error">Port not valid</string> <!-- Casting --> - <string name="media_route_menu_title">Play on…</string> - + <string name="cast_media_route_menu_title">Play on…</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> + <!--<string name="cast_failed_to_connect">Could not connect to the device</string>--> + <string name="cast_failed_setting_volume">Failed to set the volume</string> + <string name="cast_failed_no_connection">No connection to the cast device is present</string> + <string name="cast_failed_no_connection_trans">Connection to the cast device has been lost. Application is trying to re-establish the connection, if possible. Please wait for a few seconds and try again.</string> + <string name="cast_failed_perform_action">Failed to perform the action</string> + <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> </resources> |