mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 07:01:05 +01:00
Add error case for when you don't have enough disk space to create a backup.
This commit is contained in:
committed by
Alex Hart
parent
ccdec5113f
commit
dd8104bf61
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user