Add UI for mismatched backup versions.

This commit is contained in:
Michelle Tang
2025-01-22 10:50:24 -05:00
committed by GitHub
parent ec4fdfa7d3
commit a0cb12be8c
5 changed files with 60 additions and 6 deletions

View File

@@ -1411,6 +1411,14 @@
<string name="RemoteRestoreActivity__couldnt_transfer">Couldn\'t finish transfer</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. -->
<string name="RemoteRestoreActivity__couldnt_restore">Couldn\'t restore this backup</string>
<!-- Dialog message explaining that an update to Signal is required to restore the backup. -->
<string name="RemoteRestoreActivity__update_latest">This version of Signal can\'t restore your backup. Update to the latest version and try again.</string>
<!-- Text on button that when pressed will redirect them to update Signal -->
<string name="RemoteRestoreActivity__update_signal">Update Signal</string>
<!-- Text label button to dismiss the dialog -->
<string name="RemoteRestoreActivity__not_now">Not now</string>
<!-- GroupMentionSettingDialog -->
<string name="GroupMentionSettingDialog_notify_me_for_mentions">Notify me for Mentions</string>