Add CreateBackupBottomSheet.

This commit is contained in:
Alex Hart
2024-07-24 11:26:17 -03:00
committed by Nicholas Tinsley
parent 2a6dab41f5
commit c80f459c37
7 changed files with 168 additions and 2 deletions

View File

@@ -792,6 +792,16 @@
<!-- Backup has an unsupported file extension -->
<string name="RestoreBackupFragment__backup_has_a_bad_extension">Backup has a bad extension.</string>
<!-- CreateBackupBottomSheet -->
<!-- Bottom sheet title -->
<string name="CreateBackupBottomSheet__create_backup">Create backup</string>
<!-- Bottom sheet message -->
<string name="CreateBackupBottomSheet__depending_on_the_size">Depending on the size of your backup, this could take a long time. You can use your phone as you normally do while the backup takes place.</string>
<!-- Action button to dismiss sheet and back up later -->
<string name="CreateBackupBottomSheet__back_up_later">Back up later</string>
<!-- Action button to dismiss sheet and back up now -->
<string name="CreateBackupBottomSheet__back_up_now">Back up now</string>
<!-- BackupsPreferenceFragment -->
<string name="BackupsPreferenceFragment__chat_backups">Chat backups</string>
<string name="BackupsPreferenceFragment__backups_are_encrypted_with_a_passphrase">Backups are encrypted with a passphrase and stored on your device.</string>