diff options
author | 2014-10-28 13:44:00 -0700 | |
---|---|---|
committer | 2014-12-09 12:45:34 -0800 | |
commit | 6814e7aa870efcd0dea2b67df8d2cbfbdc0c438c (patch) | |
tree | 8136a03dbc1c908c444b972bec98a837944425d3 /java/res/values | |
parent | 2bdd5290a979f6412a91a7f0a4a97b07e5955dd2 (diff) | |
download | latinime-6814e7aa870efcd0dea2b67df8d2cbfbdc0c438c.tar.gz latinime-6814e7aa870efcd0dea2b67df8d2cbfbdc0c438c.tar.xz latinime-6814e7aa870efcd0dea2b67df8d2cbfbdc0c438c.zip |
Provide a preference to delete data from cloud.
For now, it is a debug preference, but we may make this a proper
user setting in the future. Thus note that the messaging is not
final.
Pref looks like :
1. https://screenshot.googleplex.com/OLxW0myWD9.png
2. https://screenshot.googleplex.com/YeqWYXGstw.png
Bug: 18106936
Change-Id: I88bbc1a2ee0c23a48ff3972a91d57c218b10bb65
Diffstat (limited to 'java/res/values')
-rw-r--r-- | java/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index e1a72c476..5eaac09a3 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -61,6 +61,11 @@ <string name="cloud_sync_summary" translatable="false">Sync your personal dictionary across devices</string> <string name="cloud_sync_summary_disabled_signed_out" translatable="false">Select an account to enable sync</string> <string name="sync_now_title" translatable="false">[DEBUG] Sync Now</string> + <string name="clear_sync_data_title" translatable="false">[DEBUG] Delete Google Keyboard cloud data</string> + <string name="clear_sync_data_summary" translable="false">Deletes your synced data from Google</string> + <string name="clear_sync_data_confirmation" translable="false">Your synced data will be deleted. Are you sure?</string> + <string name="clear_sync_data_ok" translable="false">Delete</string> + <string name="clear_sync_data_cancel" translable="false">Cancel</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> |