Confirm backup location after successful local backup restore.

This commit is contained in:
Alex Hart
2026-03-23 12:38:53 -03:00
committed by Cody Henthorne
parent 542a820e22
commit 94e3dabc20
3 changed files with 93 additions and 17 deletions

View File

@@ -9264,6 +9264,18 @@
<!-- RestoreLocalBackupActivity: Dismiss button label for the dialog prompting the user to re-enable on-device backups -->
<string name="RestoreLocalBackupActivity__not_now">Not now</string>
<!-- RestoreLocalBackupActivity: Body text for the dialog shown after a successful restore, prompting the user to choose a backup folder -->
<string name="RestoreLocalBackupActivity__choose_a_folder_for_backups">To continue using on-device backups, choose a folder on your device where new backups will be saved.</string>
<!-- RestoreLocalBackupActivity: Positive button label for the dialog shown after a successful restore; keeps the current backup folder -->
<string name="RestoreLocalBackupActivity__use_current_folder">Use current folder</string>
<!-- RestoreLocalBackupActivity: Neutral button label for the dialog shown after a successful restore; opens folder picker to select a different backup location -->
<string name="RestoreLocalBackupActivity__choose_new_folder">Choose new folder</string>
<!-- RestoreLocalBackupActivity: Negative button label for the dialog shown after a successful restore; disables on-device backups -->
<string name="RestoreLocalBackupActivity__disable_backups">Disable backups</string>
<!-- SelectInstructionsSheet: Title for the select backup folder instruction sheet -->
<string name="SelectInstructionsSheet__select_your_backup_folder">Select your backup folder</string>
<!-- SelectInstructionsSheet: Instruction to tap the select this folder button -->