mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 08:09:12 +01:00
Add specific registration error cases for SVRB.
This commit is contained in:
committed by
Cody Henthorne
parent
0726c29528
commit
9dcc704a9e
@@ -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 couldn’t 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>
|
||||
|
||||
Reference in New Issue
Block a user