Add screen for managing backup type.

This commit is contained in:
Alex Hart
2024-04-19 15:05:03 -03:00
committed by Cody Henthorne
parent 04fb459acd
commit b771a21518
6 changed files with 264 additions and 5 deletions

View File

@@ -6751,5 +6751,20 @@
<!-- Notification title shown while downloading backup restore data -->
<string name="BackupProgressService_title_downloading">Downloading backup data…</string>
<!-- BackupsTypeSettingsFragment -->
<!-- Displayed as the user's payment method as a label in a preference row -->
<string name="BackupsTypeSettingsFragment__credit_or_debit_card">Credit or debit card</string>
<!-- Displayed as the user's payment method as a label in a preference row -->
<string name="BackupsTypeSettingsFragment__iDEAL">iDEAL</string>
<!-- Displayed as the user's payment method as a label in a preference row -->
<string name="BackupsTypeSettingsFragment__google_pay">Google Pay</string>
<!-- Displayed as the user's payment method as a label in a preference row -->
<string name="BackupsTypeSettingsFragment__bank_transfer">Bank transfer</string>
<!-- Displayed as the user's payment method as a label in a preference row -->
<string name="BackupsTypeSettingsFragment__paypal">PayPal</string>
<!-- Displayed as the user's payment method as a label in a preference row -->
<string name="BackupsTypeSettingsFragment__unknown">Unknown</string>
<!-- EOF -->
</resources>