Home | History | Annotate | Download | only in values

Lines Matching full:restore

19     <!-- Title of the activity when a full restore has been requested and must be confirmed -->
20 <string name="restore_confirm_title">Full restore</string>
29 <!-- Text for message to user that a full restore has been requested, and must be confirmed. -->
30 <string name="restore_confirm_text">A full restore of all data from a connected desktop computer has been requested. Do you want to allow this to happen\?\n\nIf you did not request the restore yourself, do not allow the operation to proceed. This will replace any data currently on the device!</string>
31 <!-- Button to allow a requested full restore to occur -->
32 <string name="allow_restore_button_label">Restore my data</string>
33 <!-- Button to refuse to allow the requested full restore -->
34 <string name="deny_restore_button_label">Do not restore</string>
38 <!-- Text for message to user that they must enter their device encryption password in order to perform this restore operation. -->
48 <!-- Text for message to user when performing a full restore operation, explaining that they must enter the password originally used to encrypt the full backup data. -->
49 <string name="restore_enc_password_text">If the restore data is encrypted, please enter the password below:</string>
55 <!-- Text of a toast telling the user that a full restore operation has begun -->
56 <string name="toast_restore_started">Restore starting...</string>
57 <!-- Text of a toast telling the user that a full restore operation has ended -->
58 <string name="toast_restore_ended">Restore ended</string>