mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 00:01:08 +01:00
Confirm backup location after successful local backup restore.
This commit is contained in:
committed by
Cody Henthorne
parent
542a820e22
commit
94e3dabc20
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user