Add support for several backup alert sheets.

This commit is contained in:
Alex Hart
2024-07-30 10:39:10 -03:00
committed by mtang-signal
parent fb2a332513
commit d406e8f5b8
9 changed files with 237 additions and 99 deletions

View File

@@ -7149,6 +7149,14 @@
<string name="BackupAlertBottomSheet__download_later">Download later</string>
<!-- Secondary action button text to dismiss sheet, skipping media download -->
<string name="BackupAlertBottomSheet__dont_download_media">Don\'t download media</string>
<!-- Dialog title for last chance to download backup -->
<string name="BackupAlertBottomSheet__media_will_be_deleted">Media will be deleted</string>
<!-- Dialog message for last chance to download backup -->
<string name="BackupAlertBottomSheet__the_media_stored_in_your_backup">The media stored in your backup will be permanently deleted today. This is your last chance to download it.</string>
<!-- Dialog action to download now -->
<string name="BackupAlertBottomSheet__download">Download</string>
<!-- Dialog action to not download now -->
<string name="BackupAlertBottomSheet__dont_download">Don\'t download</string>
<!-- BackupStatus -->
<!-- Status title when user does not have enough free space to download their media. Placeholder is required disk space. -->