summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-15 17:13:32 +0400
committerAndrew Dolgov <[email protected]>2012-10-15 17:13:32 +0400
commit57169b8837bf612c58fdb4b0f4351aefbe05c907 (patch)
tree7a96bd86a6e5276d0e88bf3008ef1d64d07d840e /res
parent3274bb020d946322579f03ce96d6857c9d107251 (diff)
properly disable sync when no google account is found
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index cbb3db9..4682d43 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -43,4 +43,6 @@
<string name="error_no_comic_arhives_found_">No comic arhives found.</string>
<string name="prefs_use_position_sync">Sync last read page</string>
<string name="prefs_use_position_sync_summary">Requires at least one Google account on the device. No personally identifiable information is sent.</string>
+ <string name="error_sync_no_account">No Google account found, sync disabled.</string>
+ <string name="sync_uploading">Uploading sync data...</string>
</resources> \ No newline at end of file