summaryrefslogtreecommitdiff
path: root/ui/i18n/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2023-09-11 01:17:00 +0200
committerByteHamster <ByteHamster@users.noreply.github.com>2023-09-12 19:18:12 +0200
commit1e7c347cd2dfb68a5f42eefb878c12092659316a (patch)
treecf703c3fd2cd4f6d54135c67676b191dc452fd1c /ui/i18n/src/main/res
parent087770026f63f83f2edd9aa236a37322ef3c94a4 (diff)
downloadAntennaPod-1e7c347cd2dfb68a5f42eefb878c12092659316a.zip
No longer use 'metered' work-around for VPNs
WorkManager doesn't do the workaround either. So we would launch a download that then never starts.
Diffstat (limited to 'ui/i18n/src/main/res')
-rw-r--r--ui/i18n/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml
index 6bdb836dd..3a54246da 100644
--- a/ui/i18n/src/main/res/values/strings.xml
+++ b/ui/i18n/src/main/res/values/strings.xml
@@ -201,6 +201,7 @@
<string name="add_tag">Add tag</string>
<string name="rename_tag_label">Rename tag</string>
<string name="confirm_mobile_feed_refresh_dialog_message">Refreshing podcasts over mobile data connection is disabled in the settings.\n\nDo you want to refresh anyway?</string>
+ <string name="confirm_mobile_feed_refresh_dialog_message_vpn">Your VPN app pretends to be a mobile network (metered connection). Refreshing podcasts over mobile data connection is disabled in the settings.\n\nDo you want to refresh anyway? If you want this problem to be fixed, contact the creators of your VPN app.</string>
<!-- actions on feeditems -->
<string name="download_label">Download</string>
@@ -302,6 +303,7 @@
<string name="authentication_notification_title">Authentication required</string>
<string name="confirm_mobile_download_dialog_title">Confirm mobile download</string>
<string name="confirm_mobile_download_dialog_message">Downloading over mobile data connection is disabled in the settings. AntennaPod can download the episode later automatically when Wi-Fi is available.</string>
+ <string name="confirm_mobile_download_dialog_message_vpn">Your VPN app pretends to be a mobile network (metered connection). Downloading over mobile data connection is disabled in the settings. If you want this problem to be fixed, contact the creators of your VPN app.</string>
<string name="confirm_mobile_download_dialog_download_later">Download later</string>
<string name="confirm_mobile_download_dialog_allow_this_time">Download anyway</string>
<string name="confirm_mobile_streaming_notification_title">Confirm mobile streaming</string>