summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-09 13:23:56 +0400
committerAndrew Dolgov <[email protected]>2011-09-09 13:23:56 +0400
commit7393ab7631bfe138263ea8ffe2be4e012908d6c9 (patch)
treef8566f19e0f5cab65fd773c8939f24aa19442f9e /res/values/strings.xml
parent38028b1e7e47b239a4942c851a04c9903fc684c3 (diff)
various activity lifecycle-related fixes
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 e4ac1e8a..8dc43dcb 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -24,4 +24,7 @@
<string name="login_wrong_password">Login failed: username or password incorrect.</string>
<string name="login_success">Logged in.</string>
<string name="no_unread_feeds">No unread feeds.</string>
+ <string name="offline">Offline</string>
+ <string name="online">Online</string>
+ <string name="synchronizing">Synchronizing...</string>
</resources>