Show skip restore warning.

This commit is contained in:
Cody Henthorne
2025-10-03 14:13:15 -04:00
parent cf1afb739f
commit 827ceafffb
6 changed files with 111 additions and 29 deletions

View File

@@ -8608,6 +8608,12 @@
<string name="SelectRestoreMethodFragment__from_your_old_phone">From your old phone</string>
<!-- Option subtitle for restoring via device transfer -->
<string name="SelectRestoreMethodFragment__transfer_directly_from_old">Transfer directly from your old Android</string>
<!-- Dialog title shown as a warning when skipping restore during registration -->
<string name="SelectRestoreMethodFragment__skip_restore_title">Skip restore?</string>
<!-- Dialog message shown as a warning when skipping restore during registration -->
<string name="SelectRestoreMethodFragment__skip_restore_warning">If you skip restore now you will not be able to restore later. If you re-enable backups after skipping restore, your current backup will be replaced with your new messaging history.</string>
<!-- Dialog confirm text shown as a warning when skipping restore during registration -->
<string name="SelectRestoreMethodFragment__skip_restore">Skip restore</string>
<!-- Screen title for restore via local backup -->
<string name="RestoreLocalBackup_title">Restore local backup</string>