Update sad paths around manual backup key restore.

This commit is contained in:
Cody Henthorne
2025-01-27 14:53:26 -05:00
committed by Greyson Parrelli
parent b5f323d4af
commit 139b62e469
11 changed files with 257 additions and 57 deletions

View File

@@ -8063,6 +8063,20 @@
<string name="EnterBackupKey_learn_more">Learn more</string>
<!-- Backup key not known bottom sheet button to skip backup key entry and resume normal reregistration -->
<string name="EnterBackupKey_skip_and_dont_restore">Skip and don\'t restore</string>
<!-- Dialog title shown when entered AEP doesn't work to register with provided e164 -->
<string name="EnterBackupKey_incorrect_backup_key_title">Incorrect backup key</string>
<!-- Dialog message shown when entered AEP doesn't work to register with provided e164 -->
<string name="EnterBackupKey_incorrect_backup_key_message">Make sure you\'re registering with the same phone number and 64-character backup key you saved when enabling Signal backups. Backups can not be recovered without this key.</string>
<!-- Dialog positive button text to try entering their backup key again -->
<string name="EnterBackupKey_try_again">Try again</string>
<!-- Dialog negative button text to get help with backup key -->
<string name="EnterBackupKey_backup_key_help">Backup key help</string>
<!-- Text field error text when the backup key provided has been confirmed invalid -->
<string name="EnterBackupKey_incorrect_backup_key_error">Incorrect backup key</string>
<!-- Text field error text when the backup key is too long -->
<string name="EnterBackupKey_too_long_error">Too long (%1$d/%2$d)</string>
<!-- Text field error when the backup key is invalid -->
<string name="EnterBackupKey_invalid_backup_key_error">Invalid backup key</string>
<!-- Title for restore via qr screen -->
<string name="RestoreViaQr_title">Scan this code with your old phone</string>