diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-03-17 13:02:37 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-03-17 13:02:37 +0100 |
commit | 3b5e83c74f17a318162f39a2004fe33207de1f10 (patch) | |
tree | 6ece845c5f5cbee56bfeec4d61ac08adb478b054 /res/values | |
parent | 6cb3a30307910b8f043af559607ae73a62e5a623 (diff) | |
download | AntennaPod-3b5e83c74f17a318162f39a2004fe33207de1f10.zip |
Added authentication support to DownloadRequester and HttpDownloader
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 4ea68d980..94d778b25 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -100,6 +100,7 @@ <string name="download_error_unsupported_type">Unsupported Feed type</string> <string name="download_error_connection_error">Connection error</string> <string name="download_error_unknown_host">Unknown host</string> + <string name="download_error_unauthorized">Authentication error</string> <string name="cancel_all_downloads_label">Cancel all downloads</string> <string name="download_cancelled_msg">Download cancelled</string> <string name="download_report_title">Downloads completed</string> |