Prompt users to backup during quick restore.

This commit is contained in:
Greyson Parrelli
2026-01-14 10:51:29 -05:00
committed by Alex Hart
parent 4921198cd8
commit 9012a2afc0
26 changed files with 1049 additions and 245 deletions

View File

@@ -8474,6 +8474,14 @@
<!-- Button label to open storage management screen -->
<string name="RemoteBackupsSettingsFragment__manage_storage">Manage storage</string>
<!-- ReadyToTransferBottomSheet -->
<!-- Title for a bottom sheet letting people know that they can transfer their back to their new device -->
<string name="RemoteBackupsSettingsFragment__ready_to_transfer">Ready to transfer</string>
<!-- Body for bottom sheet telling the user to scan a QR code to continue transferring their backup to a new device -->
<string name="RemoteBackupsSettingsFragment__use_this_device_to_scan_qr">Use this device to scan the QR code on the device you want to transfer to</string>
<!-- Button label to open QR scanner to scan a device and transfer a backup -->
<string name="RemoteBackupsSettingsFragment__scan_qr_code">Scan QR code</string>
<!-- DownloadYourBackupTodayDialog -->
<!-- Dialog title -->
<string name="DownloadYourBackupTodayDialog__download_your_backup_today">Download your backup today</string>
@@ -8831,6 +8839,19 @@
<!-- Old device Transfer account bottom sheet dialog body -->
<string name="TransferAccount_continue_on_your_other_device_details">Continue transferring your account on your other device.</string>
<!-- Prepare Device screen title for quick restore flow -->
<string name="PrepareDevice_title">Getting your device ready</string>
<!-- Prepare Device screen body text explaining backup recommendation -->
<string name="PrepareDevice_body">Back up now before transferring. You may have received messages that haven\'t been backed up yet.</string>
<!-- Prepare Device screen last backup text format, %1$s is the date and %2$s is the time -->
<string name="PrepareDevice_last_backup">Your last backup was made on %1$s at %2$s.</string>
<!-- Prepare Device screen back up now button -->
<string name="PrepareDevice_back_up_now">Back up now</string>
<!-- Prepare Device screen skip and continue button -->
<string name="PrepareDevice_skip_and_continue">Skip and continue</string>
<!-- A string describing the last time the user's backup was made. The placeholder represents a date-time. An example would be "Your last backup was made on July 18, 2025 at 9:00am." -->
<string name="PrepareDevice_last_backup_description">Your last backup was made %1$s. </string>
<!-- Restore Complete bottom sheet dialog title -->
<string name="RestoreCompleteBottomSheet_restore_complete">Finish on your other device</string>
<!-- Restore Complete bottom sheet dialog message -->