diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2023-02-24 22:19:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-24 22:19:30 +0100 |
commit | 5f00294c29548e5b9867abe34229c69feb047180 (patch) | |
tree | 8d901fb8992be07cc340074db71ada21520a1c9b /ui/i18n | |
parent | 06347a3df9d1e342d33762f1ef77f5335a86e083 (diff) | |
download | AntennaPod-5f00294c29548e5b9867abe34229c69feb047180.zip |
More human readable player error message (#6346)
Diffstat (limited to 'ui/i18n')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index fb4d24f7a..b33aa2349 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -310,6 +310,7 @@ <string name="confirm_mobile_download_dialog_enable_temporarily">Allow temporarily</string> <!-- Mediaplayer messages --> + <string name="playback_error_generic"><![CDATA[The media file could not be played.\n\n- Try deleting and re-downloading the episode.\n- Check your network connection, and make sure no VPN or login page is blocking access.\n- Try long-pressing and sharing the \"Media address\" to your web browser to see if it can be played there. If not, contact the podcast creators.]]></string> <string name="playback_error_server_died">Server died</string> <string name="playback_error_unsupported">Unsupported media type</string> <string name="playback_error_timeout">Operation timed out</string> |