Add donation pending sheet for SEPA transfers.

This commit is contained in:
Alex Hart
2023-10-06 13:48:48 -04:00
committed by Cody Henthorne
parent 5ac363232f
commit 3423e24de6
6 changed files with 221 additions and 0 deletions

View File

@@ -5865,6 +5865,17 @@
<!-- Body of bottom sheet for finding account information -->
<string name="FindAccountInfoSheet__look_for_your_iban">Look for your IBAN number at the top of your bank statement. IBAN numbers contain up to 32 characters. The name you enter should match your full name on your bank account. Contact your bank for more information.</string>
<!-- Title of donation pending sheet displayed after making a bank transfer -->
<string name="DonationPendingBottomSheet__donation_pending">Donation pending</string>
<!-- Top text block of donation pending sheet displayed after subscribing via a bank transfer. Placeholder is the badge name. -->
<string name="DonationPendingBottomSheet__your_monthly_donation_is_pending">Your monthly donation is pending. Youll be able to display the %1$s badge on your profile when your donation is received.</string>
<!-- Bottom text block of donation pending sheet displayed after donating via a bank transfer. Placeholder is for learn more. -->
<string name="DonationPendingBottomSheet__bank_transfers_usually_take">Bank transfers usually take 1 business day to process. %1$s</string>
<!-- Learn more text for donation pending sheet displayed after donating via a bank transfer. -->
<string name="DonationPendingBottomSheet__learn_more">Learn more</string>
<!-- Confirmation button for donation pending sheet displayed after donating via a bank transfer. -->
<string name="DonationPendingBottomSheet__done">Done</string>
<!-- StripePaymentInProgressFragment -->
<string name="StripePaymentInProgressFragment__cancelling">Cancelling…</string>