Add verify key megaphone.

This commit is contained in:
Michelle Tang
2025-07-10 13:22:30 -04:00
committed by Jeffrey Starke
parent c6afa17330
commit 359f473b59
13 changed files with 605 additions and 148 deletions

View File

@@ -7738,6 +7738,19 @@
<!-- Button of a megaphone shown at the bottom of the chat list to prompt the user to enable message backups that will simply dismiss the megaphone -->
<string name="TurnOnSignalBackups__not_now">Not now</string>
<!-- Title of a megaphone shown to prompt the user to verify their backup key -->
<string name="VerifyBackupKey__title">Verify your backup key</string>
<!-- Body of a megaphone shown to prompt the user to verify their backup key -->
<string name="VerifyBackupKey__body">To help you remember your key, we\'ll periodically ask you for it.</string>
<!-- Button of a megaphone that will take users to the verify backup key screen -->
<string name="VerifyBackupKey__verify">Verify</string>
<!-- Button of a megaphone that will snooze the reminder to verify their backup key -->
<string name="VerifyBackupKey__not_now">Not now</string>
<!-- Snackbar text shown when the backup key entered is correct. -->
<string name="VerifyBackupKey__backup_key_correct">Backup key correct. Keep your key safe.</string>
<!-- Snackbar text shown when the user chooses to snooze the backup key reminder. -->
<string name="VerifyBackupKey__we_will_ask_again">We will ask you again in a week.</string>
<!-- Title of a megaphone shown at the bottom of the chat list when a user has disable the system setting for showing full screen notifications used showing incoming calls -->
<string name="GrantFullScreenIntentPermission_megaphone_title">Turn on full screen notifications?</string>
<!-- Body of a megaphone shown at the bottom of the chat list when a user has disable the system setting for showing full screen notifications used showing incoming calls -->
@@ -8402,6 +8415,13 @@
<!-- Confirm your key button text to move onto next screen in flow -->
<string name="MessageBackupsKeyVerifyScreen__next">Next</string>
<!-- Verify your key title -->
<string name="VerifyBackupPinScreen__enter_your_backup_key">Enter your backup key</string>
<!-- Verify your key subtitle -->
<string name="VerifyBackupPinScreen__enter_the_backup_key_that_you_recorded">Enter the 64-digit code you recorded when you enabled backups.</string>
<!-- Button text when you forget your backup key -->
<string name="VerifyBackupPinScreen__forgot_key">Forgot key?</string>
<!-- MessagesBackupsTypeSelectionScreen -->
<!-- Screen headline -->
<string name="MessagesBackupsTypeSelectionScreen__choose_your_backup_plan">Choose your backup plan</string>