Surface error when local backup restore directory becomes inaccessible.

This commit is contained in:
Alex Hart
2026-04-02 11:27:22 -03:00
committed by GitHub
parent 01d1769e4c
commit 265f71dff3
11 changed files with 151 additions and 10 deletions

View File

@@ -9806,5 +9806,14 @@
<!-- Label for internal-only section showing groups with same members -->
<string name="AddGroupDetailsFragment__groups_with_same_members" translatable="false">Groups with same members (Labs)</string>
<!-- Title of the sheet shown when a local backup restore could not be completed -->
<string name="CouldNotCompleteBackupRestoreSheet__title">Can\'t restore backup</string>
<!-- Body of the sheet shown when a local backup restore could not be completed, explaining the likely cause -->
<string name="CouldNotCompleteBackupRestoreSheet__body_error">An error occurred and your backup can\'t be restored. This may be because the backup folder was moved on your device while your backup was restoring.</string>
<!-- Body of the sheet shown when a local backup restore could not be completed, explaining how to try again -->
<string name="CouldNotCompleteBackupRestoreSheet__body_retry">To try again, uninstall and re-install Signal on this device, and choose \"Restore or transfer\".</string>
<!-- EOF -->
</resources>