diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2023-07-04 22:31:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-04 22:31:47 +0200 |
commit | 6999a944bb3c1ce1547832ad15e401ff7cbbbe10 (patch) | |
tree | fe199e17b41dbcc22d5f4161d49124bdcd9d6243 /ui/i18n/src | |
parent | 23d4cf5632279bcc9293396d8943bf84275a9d60 (diff) | |
download | AntennaPod-6999a944bb3c1ce1547832ad15e401ff7cbbbe10.zip |
Fix 'allow once' for feed update on mobile networks (#6528)
Diffstat (limited to 'ui/i18n/src')
-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 8178ec220..6bdb836dd 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -275,6 +275,7 @@ <string name="download_error_unsupported_type_html">The podcast host\'s server sent a website, not a podcast.</string> <string name="download_error_not_found">The podcast host\'s server does not know where to find the file. It may have been deleted.</string> <string name="download_error_connection_error">Connection error</string> + <string name="download_error_no_connection">No network connection</string> <string name="download_error_unknown_host">Cannot find the server. Check if the address is typed correctly and if you have a working network connection.</string> <string name="download_error_unauthorized">Authentication error. Make sure that username and password are correct.</string> <string name="download_error_file_type_type">File type error</string> |