Add backups error string for payment setup errors.

This commit is contained in:
Alex Hart
2024-07-24 11:30:17 -03:00
committed by Nicholas Tinsley
parent 31ddc5bcc0
commit 4e07c07ca9
3 changed files with 57 additions and 28 deletions

View File

@@ -5491,6 +5491,8 @@
<string name="InAppPaymentErrors__error_processing_payment">Error processing payment</string>
<!-- Displayed as a message in a dialog or notification when a payment setup error happens. -->
<string name="InAppPaymentErrors__your_payment_couldnt_be_processed">Your payment couldn\'t be processed and you have not been charged. Please try again.</string>
<!-- Displayed as a message in a dialog when we timeout waiting for a payment to be processed and token to be redeemed -->
<string name="InAppPaymentErrors__your_payment_is_still">Your payment is still being processed. This can take a few minutes depending on your connection.</string>
<!-- Displayed in notification when user payment fails to process on Stripe -->
<string name="DonationsErrors__error_processing_payment">Error processing donation</string>