Add payment history screens for backups.

This commit is contained in:
Alex Hart
2024-06-21 14:08:10 -03:00
committed by Greyson Parrelli
parent 690236c4e5
commit 45239c2264
18 changed files with 518 additions and 37 deletions

View File

@@ -7047,6 +7047,20 @@
<!-- Educational bottom sheet confirm/dismiss button text shown to notify about delete syncs causing deletes to happen across all devices -->
<string name="DeleteSyncEducation_acknowledge_button">OK</string>
<!-- RemoteBackupsPaymentHistoryFragment -->
<!-- Title of the screen for payment history -->
<string name="RemoteBackupsPaymentHistoryFragment__payment_history">Payment history</string>
<!-- Description for backup rows -->
<string name="RemoteBackupsPaymentHistoryFragment__text_and_all_media_backup">Text and all media backup</string>
<!-- Title of the screen for payment details -->
<string name="RemoteBackupsPaymentHistoryFragment__payment_details">Payment details</string>
<!-- Title of row specifying the type of backup -->
<string name="RemoteBackupsPaymentHistoryFragment__backup_type">Backup type</string>
<!-- Title of row specifying the date the backup was paid on -->
<string name="RemoteBackupsPaymentHistoryFragment__date_paid">Date paid</string>
<!-- Button label to share the receipt -->
<string name="RemoteBackupsPaymentHistoryFragment__share">Share</string>
<!-- RemoteBackupsSettingsFragment -->
<!-- Displayed on the title bar -->
<string name="RemoteBackupsSettingsFragment__signal_backups">Signal Backups</string>