mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 16:19:33 +01:00
Allow user to rotate AEP.
This commit is contained in:
@@ -8156,6 +8156,8 @@
|
||||
<string name="RemoteBackupsSettingsFragment__download_complete">Download complete</string>
|
||||
<!-- Snackbar text displayed when backup will be created overnight -->
|
||||
<string name="RemoteBackupsSettingsFragment__backup_will_be_created_overnight">Backup will be created overnight.</string>
|
||||
<!-- Snackbar text displayed when user rotates AEP -->
|
||||
<string name="RemoteBackupsSettingsFragment__new_backup_key_created">New backup key created</string>
|
||||
<!-- Text displayed in card when subscription is inactive -->
|
||||
<string name="RemoteBackupsSettingsFragment__subscription_inactive">Subscription inactive</string>
|
||||
<!-- Text displayed in card when free tier is inactive -->
|
||||
@@ -8405,6 +8407,28 @@
|
||||
<string name="MessageBackupsKeyRecordScreen__continue">Continue</string>
|
||||
<!-- Sheet secondary action button label -->
|
||||
<string name="MessageBackupsKeyRecordScreen__see_key_again">See key again</string>
|
||||
<!-- Action label to rotate AEP key -->
|
||||
<string name="MessageBackupsKeyRecordScreen__create_new_key">Create new key</string>
|
||||
<!-- Dialog title for confirming you need to disable optimized storage and download media to rotate AEP key -->
|
||||
<string name="MessageBackupsKeyRecordScreen__download_media">Download media</string>
|
||||
<!-- Dialog body for confirming you need to disable optimized storage and download media to rotate AEP key -->
|
||||
<string name="MessageBackupsKeyRecordScreen__to_create_a_new_backup_key">To create a new backup key, you must turn off \"Optimize storage\" and wait until your media has been downloaded. When the download is complete, you can create a new key.</string>
|
||||
<!-- Action label to turn off optimized storage and download media -->
|
||||
<string name="MessageBackupsKeyRecordScreen__turn_off_and_download">Turn off and download</string>
|
||||
<!-- Bottom Sheet title for creating a new AEP key -->
|
||||
<string name="MessageBackupsKeyRecordScreen__create_a_new_backup_key">Create a new backup key</string>
|
||||
<!-- Bottom Sheet body for creating a new AEP key -->
|
||||
<string name="MessageBackupsKeyRecordScreen__creating_a_new_key_is_only_necessary">Creating a new key is only necessary if someone else knows your key. You will have to re-upload your backup, including media. If you are using \"Optimize storage\" you will have to download offloaded media first.</string>
|
||||
|
||||
<!-- BackupKeyDisplayFragment -->
|
||||
<!-- Dialog title when exiting before confirming new key -->
|
||||
<string name="BackupKeyDisplayFragment__cancel_key_creation_question">Cancel key creation?</string>
|
||||
<!-- Dialog body when exiting before confirming new key -->
|
||||
<string name="BackupKeyDisplayFragment__your_new_backup_key">Your new backup key won\'t be created unless you confirm it.</string>
|
||||
<!-- Dialog button to continue confirming new backup key-->
|
||||
<string name="BackupKeyDisplayFragment__confirm_key">Confirm key</string>
|
||||
<!-- Dialog button to cancel new key creation -->
|
||||
<string name="BackupKeyDisplayFragment__cancel_key_creation">Cancel key creation</string>
|
||||
|
||||
<!-- Confirm key title -->
|
||||
<string name="MessageBackupsKeyVerifyScreen__confirm_your_backup_key">Confirm your backup key</string>
|
||||
|
||||
Reference in New Issue
Block a user