Add strings for fullbackup data erase confirmation

Added a new string called fullbackup_erase_dialog_message which
will be displayed when the user has seen the "opted into dolly"
text.
Old string remains in place for the case where the user
hasn't seen the text.
BUG: 20489775

Change-Id: Id6675d1510cf1598f84fdfdcda7f6502a6cf6715
This commit is contained in:
Matthew Williams
2015-05-14 18:57:32 -07:00
parent 3bd7db9f85
commit 5af3d6f5cb

View File

@@ -4593,7 +4593,8 @@
<string name="backup_erase_dialog_title"></string> <string name="backup_erase_dialog_title"></string>
<!-- Dialog title for confirmation to erase backup data from server --> <!-- Dialog title for confirmation to erase backup data from server -->
<string name="backup_erase_dialog_message">Stop backing up your Wi\u2011Fi passwords, bookmarks, other settings, and app data, plus erase all copies on Google servers?</string> <string name="backup_erase_dialog_message">Stop backing up your Wi\u2011Fi passwords, bookmarks, other settings, and app data, plus erase all copies on Google servers?</string>
<!-- Dialog title for confirmation to erase full backup data from server -->
<string name="fullbackup_erase_dialog_message">Stop backing up device data (such as Wi-Fi passwords and call history) and app data (such as settings and files stored by apps), plus erase all copies on Google Drive?</string>
<!-- Device admin settings screen --><skip /> <!-- Device admin settings screen --><skip />
<!-- Device admin settings activity title --> <!-- Device admin settings activity title -->
<string name="device_admin_settings_title">Device administration settings</string> <string name="device_admin_settings_title">Device administration settings</string>