summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-06 14:29:57 +0300
committerAndrew Dolgov <[email protected]>2011-12-06 14:29:57 +0300
commit19cb77aa354590fd4c44c032497c5c38afec1ffb (patch)
tree176bfb9eed3c8e65970a1451366184f68f9669ff /res
parent797860e5172d84ff20ae6401b6c8c5363995e057 (diff)
implement synchronization of offline stuff back to the mothership
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c2637c9d..3a508cc5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -86,6 +86,7 @@
<string name="error_other_error">Error: unknown error (see log)</string>
<string name="error_api_disabled">Error: API disabled for this user</string>
<string name="error_api_unknown">Error: unknown API error (see log)</string>
+ <string name="error_api_incorrect_usage">Error: incorrect API usage</string>
<string name="error_login_failed">Error: username or password incorrect</string>
<string name="error_invalid_api_url">Error: invalid API URL</string>
<string name="combined_mode_summary">Displays full article text inline, instead of a separate panel</string>
@@ -96,4 +97,8 @@
<string name="offline_switch_error">Failed to prepare offline mode (see log)</string>
<string name="no_feeds">No feeds to display</string>
<string name="no_headlines">No articles to display</string>
+ <string name="dialog_offline_prompt">Login failed, but you have stored offline data. Would you like to go offline?</string>
+ <string name="dialog_offline_go">Go offline</string>
+ <string name="dialog_cancel">Cancel</string>
+ <string name="syncing_offline_data">Synchronizing offline data...</string>
</resources> \ No newline at end of file