Add in new donations strings for credit card support.

main
Alex Hart 2022-11-10 17:53:32 -04:00 zatwierdzone przez Greyson Parrelli
rodzic 263f7ebac5
commit 6ed1c21a66
1 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -140,6 +140,8 @@
<string name="CreditCardFragment__donation_amount_s_per_month">Donation amount: %1$s/month</string>
<!-- Explanation of how to fill in the form, displayed above the credit card text fields -->
<string name="CreditCardFragment__enter_your_card_information_below">Enter your card information below</string>
<!-- Explanation of how to fill in the form and a note about pii, displayed above the credit card text fields -->
<string name="CreditCardFragment__enter_your_card_details">Enter your card details. Signal does not collect or store your personal information.</string>
<!-- Displayed as a hint in the card number text field -->
<string name="CreditCardFragment__card_number">Card number</string>
<!-- Displayed as a hint in the card expiry text field -->
@ -5568,6 +5570,13 @@
<!-- In-chat conversation message shown when another person sent a payment to you, placeholder is the other person name -->
<string name="PaymentMessageView_s_sent_you">%1$s sent you</string>
<!-- YourInformationIsPrivateBottomSheet -->
<string name="YourInformationIsPrivateBottomSheet__your_information_is_private">Your information is private</string>
<string name="YourInformationIsPrivateBottomSheet__signal_does_not_collect">Signal does not collect or store any of your personal information when you make a donation.</string>
<string name="YourInformationIsPrivateBottomSheet__we_use_stripe">We use Stripe as our payment processor to receive your donations. We don\'t access, store, or save any of the information you provide to them.</string>
<string name="YourInformationIsPrivateBottomSheet__signal_does_not_and_cannot">Signal does not and cannot connect your donation to your Signal account.</string>
<string name="YourInformationIsPrivateBottomSheet__thank_you">Thank you for your support!</string>
<!-- EOF -->
</resources>