summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-08-17 20:47:35 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-08-17 20:47:35 +0200
commit026efe29c3c26a5429c09c4bb6421dcde9c8ff78 (patch)
tree87a17622643572e8348e36db6ad7ae27e7c414b0 /res/values/strings.xml
parentf2d72739f9121a62610f2c579fe6ec3f3ac896fc (diff)
downloadAntennaPod-026efe29c3c26a5429c09c4bb6421dcde9c8ff78.zip
HttpDownloader now checks if enough storage is available
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 425152192..2670a78ed 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -176,6 +176,9 @@
<string name="user_interface_label">User Interface</string>
<string name="feed_delete_confirmation_msg">Please confirm that you want to delete this feed and ALL episodes of this feed that you have downloaded.</string>
<string name="image_of_prefix">Image of:\u0020</string>
+ <string name="download_error_malformed_url">Malformed URL</string>
+ <string name="download_error_io_error">IO Error</string>
+ <string name="download_error_device_not_found">External storage unavailable</string>
</resources> \ No newline at end of file