summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-27 10:18:54 +0300
committerAndrew Dolgov <[email protected]>2011-11-27 10:18:54 +0300
commit0e25b7519cc9caaa22603b1586c3b5b1b75cdc9f (patch)
treeb00ad14a1ca854bcf7d3ac6221353581d02e0068 /res/values
parent0bf4c51052dcb81d2b9069a8f2ab125fba8aa343 (diff)
better handle http errors
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7c7408fb..8e32a61c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -38,4 +38,8 @@
<string name="show_all_articles">Show all articles</string>
<string name="show_unread_articles">Show unread articles</string>
<string name="ssl_trust_any">Accept any SSL certificate</string>
+ <string name="error_no_data">Error: no data received.</string>
+ <string name="error_no_feeds">No feeds to display.</string>
+ <string name="error_invalid_object">Error: invalid object received.</string>
+ <string name="blank"></string>
</resources>