mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Implement beginnings of support for iDEAL payments.
This commit is contained in:
committed by
Cody Henthorne
parent
280da481ee
commit
5e1025453a
@@ -5843,6 +5843,36 @@
|
||||
<string name="GatewaySelectorBottomSheet__credit_or_debit_card">Credit or debit card</string>
|
||||
<!-- Sheet summary when giving donating for a friend -->
|
||||
<string name="GatewaySelectorBottomSheet__donate_for_a_friend">Donate for a friend</string>
|
||||
<!-- Button label for paying with iDEAL -->
|
||||
<string name="GatewaySelectorBottomSheet__ideal">iDEAL</string>
|
||||
|
||||
<!-- IdealBank -->
|
||||
<!-- iDEAL bank name -->
|
||||
<string name="IdealBank__abn_amro">ABN AMRO</string>
|
||||
<!-- iDEAL bank name -->
|
||||
<string name="IdealBank__asn_bank">ASN Bank</string>
|
||||
<!-- iDEAL bank name -->
|
||||
<string name="IdealBank__bunq">bunq</string>
|
||||
<!-- iDEAL bank name -->
|
||||
<string name="IdealBank__ing">ING</string>
|
||||
<!-- iDEAL bank name -->
|
||||
<string name="IdealBank__knab">Knab</string>
|
||||
<!-- iDEAL bank name -->
|
||||
<string name="IdealBank__n26">N26</string>
|
||||
<!-- iDEAL bank name -->
|
||||
<string name="IdealBank__rabobank">Rabobank</string>
|
||||
<!-- iDEAL bank name -->
|
||||
<string name="IdealBank__regiobank">RegioBank</string>
|
||||
<!-- iDEAL bank name -->
|
||||
<string name="IdealBank__revolut">Revolut</string>
|
||||
<!-- iDEAL bank name -->
|
||||
<string name="IdealBank__sns_bank">SNS Bank</string>
|
||||
<!-- iDEAL bank name -->
|
||||
<string name="IdealBank__triodos_bank">Triodos Bank</string>
|
||||
<!-- iDEAL bank name -->
|
||||
<string name="IdealBank__van_lanchot">Van Lanchot Kempen</string>
|
||||
<!-- iDEAL bank name -->
|
||||
<string name="IdealBank__yoursafe">Yoursafe</string>
|
||||
|
||||
<!-- BankTransferMandateFragment -->
|
||||
<!-- Title of screen displaying the bank transfer mandate -->
|
||||
@@ -5880,6 +5910,24 @@
|
||||
<!-- Error label for IBAN field when number is invalid -->
|
||||
<string name="BankTransferDetailsFragment__invalid_iban_nubmer">Invalid IBAN number</string>
|
||||
|
||||
<!-- IdealTransferDetailsFragment -->
|
||||
<!-- Title of the screen, displayed in the toolbar -->
|
||||
<string name="IdealTransferDetailsFragment__ideal">iDEAL</string>
|
||||
<!-- Subtitle of the screen, displayed below the toolbar. Placeholder is for 'learn more' -->
|
||||
<string name="IdealTransferDetailsFragment__enter_your_bank">Enter your bank, name and email. Stripe uses this email to send you updates about your donation. %1$s</string>
|
||||
<!-- Subtitle learn-more button displayed inline with the subtitle text -->
|
||||
<string name="IdealTransferDetailsFragment__learn_more">Learn more</string>
|
||||
<!-- Hint label for text entry box for name on bank account -->
|
||||
<string name="IdealTransferDetailsFragment__name_on_bank_account">Name on bank account</string>
|
||||
<!-- Hint label for text entry box for email -->
|
||||
<string name="IdealTransferDetailsFragment__email">Email</string>
|
||||
<!-- Default label for bank selection -->
|
||||
<string name="IdealTransferDetailsFragment__choose_your_bank">Choose your bank</string>
|
||||
|
||||
<!-- IdealTransferDetailsBankSelectionDialogFragment -->
|
||||
<!-- Title of the screen, displayed in the toolbar -->
|
||||
<string name="IdealTransferDetailsBankSelectionDialogFragment__choose_your_bank">Choose your bank</string>
|
||||
|
||||
<!-- Title of bottom sheet for finding account information -->
|
||||
<string name="FindAccountInfoSheet__find_your_account_information">Find your account information</string>
|
||||
<!-- Body of bottom sheet for finding account information -->
|
||||
|
||||
Reference in New Issue
Block a user