Implement donations one-time pending state.

This commit is contained in:
Alex Hart
2023-10-16 12:58:20 -04:00
committed by Cody Henthorne
parent 57135ea2c6
commit 627c47b155
21 changed files with 429 additions and 101 deletions

View File

@@ -151,6 +151,14 @@
<!-- Button label to confirm credit card input and proceed with subscription payment -->
<string name="CreditCardFragment__donate_s_month">Donate %1$s/month</string>
<!-- OneTimeDonationPreference -->
<!-- Preference title with placeholder for amount. -->
<string name="OneTimeDonationPreference__one_time_s">One time %1$s</string>
<!-- Preference subtitle when donation is pending -->
<string name="OneTimeDonationPreference__donation_pending">Donation pending</string>
<!-- Preference subtitle when donation is processing -->
<string name="OneTimeDonationPreference__donation_processing">Donation processing</string>
<!-- BlockUnblockDialog -->
<string name="BlockUnblockDialog_block_and_leave_s">Block and leave %1$s?</string>
<string name="BlockUnblockDialog_block_s">Block %1$s?</string>