Implements a bunch of missing things in the backup checkout flow stuff.

This commit is contained in:
Alex Hart
2024-06-27 09:55:53 -03:00
committed by Cody Henthorne
parent 079a3d4fee
commit 8bbb7d56e0
7 changed files with 368 additions and 71 deletions

View File

@@ -7130,5 +7130,23 @@
<!-- The body of an alert dialog shown when we detect the user may be confused by the lock screen -->
<string name="PassphrasePromptActivity_help_prompt_body">Please enter your device pin, password or pattern.</string>
<!-- Primary action button label when selecting a backup tier without a current selection -->
<string name="MessageBackupsTypeSelectionScreen__next">Next</string>
<!-- Primary action button label when selecting a backup tier with a current selection -->
<string name="MessageBackupsTypeSelectionScreen__change_backup_type">Change backup type</string>
<!-- Secondary action button label when selecting a backup tier with a current selection -->
<string name="MessageBackupsTypeSelectionScreen__cancel_subscription">Cancel subscription</string>
<!-- ConfirmBackupCancellationDialog -->
<!-- Dialog title -->
<string name="ConfirmBackupCancellationDialog__confirm_cancellation">Confirm cancellation</string>
<!-- Dialog body -->
<string name="ConfirmBackupCancellationDialog__you_wont_be_charged_again">You won\'t be charged again. Backups will be turned off at the end of your billing cycle. After that date you will have 30 days to download the media you\'re currently backing up.</string>
<!-- Action button label to cancel subscription and download now -->
<string name="ConfirmBackupCancellationDialog__confirm_and_download_now">Confirm and download now</string>
<!-- Action button label to cancel subscription and download later -->
<string name="ConfirmBackupCancellationDialog__confirm_and_download_later">Confirm and download later</string>
<!-- Action button label to keep current subscription -->
<string name="ConfirmBackupCancellationDialog__keep_subscription">Keep subscription</string>
<!-- EOF -->
</resources>