summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2023-02-24 22:19:30 +0100
committerGitHub <noreply@github.com>2023-02-24 22:19:30 +0100
commit5f00294c29548e5b9867abe34229c69feb047180 (patch)
tree8d901fb8992be07cc340074db71ada21520a1c9b /ui
parent06347a3df9d1e342d33762f1ef77f5335a86e083 (diff)
downloadAntennaPod-5f00294c29548e5b9867abe34229c69feb047180.zip
More human readable player error message (#6346)
Diffstat (limited to 'ui')
-rw-r--r--ui/i18n/src/main/res/values/strings.xml1
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>