Add error case for when you don't have enough disk space to create a backup.

This commit is contained in:
Greyson Parrelli
2025-11-12 14:33:40 -05:00
committed by Alex Hart
parent ccdec5113f
commit dd8104bf61
4 changed files with 41 additions and 19 deletions

View File

@@ -8058,6 +8058,8 @@
<string name="BackupStatusRow__backup_file_too_large">The number of messages you have exceeds the storage limit. Delete some messages and try again.</string>
<!-- Text displayed when we're not backing up all messages. The placeholder represents the cutoff date for the messages we're backing up. -->
<string name="BackupStatusRow__not_backing_up_old_messages">Messages sent or received before %1$s are not being backed up.</string>
<!-- Text displayed when we failed to create a backup because of low disk space. -->
<string name="BackupStatusRow__not_enough_disk_space">Your backup couldn\'t be completed because you are low on disk space. Free up space on your device and try again.</string>
<!-- Text displayed in a row to learn more about why a backup failed -->
<string name="BackupStatusRow__learn_more">Learn more</string>