Add generic payment in progress strings.

This commit is contained in:
Alex Hart
2024-07-22 11:10:05 -03:00
committed by Nicholas Tinsley
parent 853c934a5a
commit cc806a2f79
6 changed files with 38 additions and 7 deletions

View File

@@ -5472,7 +5472,14 @@
<string name="Subscription__contact_support">Contact Support</string>
<string name="Subscription__get_a_s_badge">Get a %1$s badge</string>
<string name="SubscribeFragment__processing_payment">Processing donation…</string>
<!-- *PaymentInProgressFragment strings -->
<!-- String utilized for donation payments throughout status and error strings -->
<string name="InAppPaymentInProgressFragment__donation">donation</string>
<!-- String utilized for backup payments throughout status and error strings -->
<string name="InAppPaymentInProgressFragment__payment">payment</string>
<!-- Displayed in a dialog while a payment is being processed. Placeholder is donation or payment. -->
<string name="InAppPaymentInProgressFragment__processing_s">Processing %1$s…</string>
<!-- Displayed in notification when user payment fails to process on Stripe -->
<string name="DonationsErrors__error_processing_payment">Error processing donation</string>
<!-- Displayed on manage donations screen as a dialog message when payment method failed -->