Add specific registration error cases for SVRB.

This commit is contained in:
Greyson Parrelli
2025-08-05 16:04:10 -04:00
committed by Cody Henthorne
parent 0726c29528
commit 9dcc704a9e
9 changed files with 97 additions and 30 deletions

View File

@@ -1483,6 +1483,12 @@
<string name="RemoteRestoreActivity__skip_restore">Skip restore</string>
<!-- Dialog title displayed when remote restore failed -->
<string name="RemoteRestoreActivity__couldnt_transfer">Couldn\'t finish transfer</string>
<!-- Dialog title displayed when remote restore failed and we want them to contact support -->
<string name="RemoteRestoreActivity__failure_with_log_prompt_title">Can\'t restore backup</string>
<!-- Dialog body displayed when remote restore failed and we want them to contact support -->
<string name="RemoteRestoreActivity__failure_with_log_prompt_body">An error occurred while restoring your backup. Your backup is not recoverable. Please contact support for help.</string>
<!-- Dialog action button that will link users to a flow to contact support, displayed when remote restore failed -->
<string name="RemoteRestoreActivity__failure_with_log_prompt_contact_button">Contact support</string>
<!-- Dialog message displayed when remote restore failed -->
<string name="RemoteRestoreActivity__error_occurred">An error occurred and your account couldnt be transferred. Try again by choosing your transfer method.</string>
<!-- Dialog title displayed when remote restore failed because of an outdated backup version. -->
@@ -8590,6 +8596,9 @@
<!-- Email subject when contacting support on a restore backup network issue -->
<string name="EnterBackupKey_network_failure_support_email">Signal Android Backup restore network error</string>
<string name="EnterBackupKey_network_failure_support_email_filter" translatable="false">Android SignalBackups Import Failed</string>
<!-- Email subject when contacting support on a permanent backup import failure -->
<string name="EnterBackupKey_permanent_failure_support_email">Signal Android Backup restore permanent failure</string>
<string name="EnterBackupKey_permanent_failure_support_email_filter" translatable="false">Android SignalBackups Import Permanent Failure</string>
<!-- Email subject when contacting support on a create backup failure -->
<string name="BackupAlertBottomSheet_network_failure_support_email">Signal Android Backup export network error</string>