Index: trunk/extensions/DonationInterface/gateway_common/interface.i18n.php |
— | — | @@ -125,6 +125,7 @@ |
126 | 126 | 'donate_interface-accessible' => 'This page is only accessible from the donation page.', |
127 | 127 | 'donate_interface-paypal-button' => 'Donate via PayPal', |
128 | 128 | 'donate_interface-cc-button' => 'Donate by credit card', |
| 129 | + 'donate_interface-ccdc-button' => 'Donate by credit/debit card', |
129 | 130 | 'donate_interface-dd-button' => 'Donate by direct debit', |
130 | 131 | 'donate_interface-bt-button' => 'Donate by bank transfer', |
131 | 132 | 'donate_interface-rt-button' => 'Donate through $1 bank', |
— | — | @@ -517,6 +518,7 @@ |
518 | 519 | 'donate_interface-accessible' => 'Error message if you try to go to "Special:PayFlowProGateway" from anywhere else than the donation form.', |
519 | 520 | 'donate_interface-paypal-button' => 'Button to choose to donate via PayPal.', |
520 | 521 | 'donate_interface-cc-button' => 'Button to choose to donate by credit card.', |
| 522 | + 'donate_interface-ccdc-button' => 'Button to choose to donate by credit card or debit card.', |
521 | 523 | 'donate_interface-dd-button' => 'Button to choose to donate by [[w:direct debit|direct debit]].', |
522 | 524 | 'donate_interface-bt-button' => 'Button to choose to donate by bank transfer.', |
523 | 525 | 'donate_interface-rt-button' => "Button to choose to donate via real time banking. |