diff options
author | 2015-03-09 16:20:01 +0000 | |
---|---|---|
committer | 2015-03-09 16:20:01 +0000 | |
commit | e410a513bed5b5ac00b68d492bf397c07dd342d3 (patch) | |
tree | bc98230e992158539c15b4f29ff6c7c0ddc9e490 /java/res | |
parent | f9477310b3c0cbb3c05266badc52e673e9d1ce8d (diff) | |
parent | e3ac02e796d64c1cdef0c300338124afe27cfbec (diff) | |
download | latinime-e410a513bed5b5ac00b68d492bf397c07dd342d3.tar.gz latinime-e410a513bed5b5ac00b68d492bf397c07dd342d3.tar.xz latinime-e410a513bed5b5ac00b68d492bf397c07dd342d3.zip |
am e3ac02e7: Merge "Sync setting disabled if no account."
* commit 'e3ac02e796d64c1cdef0c300338124afe27cfbec':
Sync setting disabled if no account.
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/strings.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index c8060dac3..e4b3883af 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -61,7 +61,7 @@ <!-- Option summary when cloud sync feature is disabled [CHAR LIMIT=65] --> <string name="cloud_sync_summary_disabled">Sync your personal dictionary across devices</string> <!-- Option title for starting the sync cycle now. [CHAR LIMIT=33]--> - <string name="sync_now_title">Sync Now</string> + <string name="sync_now_title">Sync now</string> <!-- Option title for letting user delete data from Google servers. [CHAR LIMIT=33] --> <string name="clear_sync_data_title">Delete Keyboard Cloud data</string> <!-- Option summary for letting user delete data from Google servers. [CHAR LIMIT=65] --> @@ -73,12 +73,16 @@ <!-- Option to cancel the deletion of user data from cloud [CHAR LIMIT=20] --> <string name="cloud_sync_cancel">Cancel</string> <!-- Option to agree to terms and conditions for enabling cloud sync feature. --> - <string name="cloud_sync_opt_in_text">Your personal dictionary will be synced & backed up to - Google servers. The statistical information of word frequency may be collected to help + <string name="cloud_sync_opt_in_text">Your personal dictionary will be synced and backed up to + Google servers. The statistical information of word frequency may be collected to help improve our products. The collection and usage of all the information will be compliant with <a href="https://www.google.com/policies/privacy">Google\'s Privacy Policy</a>. </string> - + <!-- Text to tell the user to add a Google account to the device to enable the cloud sync feature. [CHAR LIMIT=65]--> + <string name="add_account_to_enable_sync"> + Please add a Google account to this device to enable this feature + </string> + <!-- Option name for including other IMEs in the language switch list [CHAR LIMIT=30] --> <string name="include_other_imes_in_language_switch_list">Switch to other input methods</string> <!-- Option summary for including other IMEs in the language switch list [CHAR LIMIT=65] --> |