Add ability to save remote backup key to device password manager.

Co-authored-by: Cody Henthorne <cody@signal.org>
This commit is contained in:
jeffrey-signal
2025-05-30 15:23:10 -04:00
committed by Cody Henthorne
parent 7616ec1fd2
commit 015fc9be2c
12 changed files with 392 additions and 88 deletions

View File

@@ -8279,6 +8279,20 @@
<string name="MessageBackupsKeyRecordScreen__this_key_is_required_to_recover">This key is required to recover your account and data. Store this key somewhere safe. If you lose it, you wont be able to recover your account.</string>
<!-- Copy to clipboard button label -->
<string name="MessageBackupsKeyRecordScreen__copy_to_clipboard">Copy to clipboard</string>
<!-- Label for the button to save a backup key to the device password manager. -->
<string name="MessageBackupsKeyRecordScreen__save_to_password_manager">Save to password manager</string>
<!-- Dialog title confirming that the user wants to save a backup key to the device password manager. -->
<string name="MessageBackupsKeyRecordScreen__confirm_save_to_password_manager_title">Save to password manager?</string>
<!-- Dialog message confirming that the user wants to save a backup key to the device password manager. -->
<string name="MessageBackupsKeyRecordScreen__confirm_save_to_password_manager_body">Only store your backup key in a password manager that you trust is secure. Signal does not make a recommendation on which password manager is right for you.</string>
<!-- Message shown after the backup key is successfully saved to the device password manager. -->
<string name="MessageBackupsKeyRecordScreen__save_to_password_manager_success">Saved to your password manager</string>
<!-- Dialog title shown when there is an error saving the backup key because no compatible password manager was detected. -->
<string name="MessageBackupsKeyRecordScreen__missing_password_manager_title">Password Manager Unavailable</string>
<!-- Dialog message shown when there is an error saving the backup key because no compatible password manager was detected. -->
<string name="MessageBackupsKeyRecordScreen__missing_password_manager_message">Unable to save your backup key. Check your device settings to install or enable a compatible password manager.</string>
<!-- Action button to dismiss a pop up dialog. -->
<string name="MessageBackupsKeyRecordScreen__dismiss">Dismiss</string>
<!-- Action button label -->
<string name="MessageBackupsKeyRecordScreen__next">Next</string>
<!-- Bottom sheet title -->