Index: trunk/extensions/DonationInterface/gateway_common/interface.i18n.php |
— | — | @@ -119,6 +119,7 @@ |
120 | 120 | 'donate_interface-XCD' => 'East Caribbean dollar', |
121 | 121 | 'donate_interface-XOF' => 'West African CFA franc', |
122 | 122 | 'donate_interface-ZAR' => 'South African rand', |
| 123 | + 'donate_interface-currency-display' => '$1 ($2)', |
123 | 124 | |
124 | 125 | // Migrated messages |
125 | 126 | 'donate_interface-accessible' => 'This page is only accessible from the donation page.', |
— | — | @@ -491,6 +492,7 @@ |
492 | 493 | 'donate_interface-XCD' => 'Used in drop-down field for currency.', |
493 | 494 | 'donate_interface-XOF' => 'Used in drop-down field for currency.', |
494 | 495 | 'donate_interface-ZAR' => 'Used in drop-down field for currency.', |
| 496 | + 'donate_interface-currency-display' => '$1 is the name of a currency. $2 is the corresponding currency code.', |
495 | 497 | 'donate_interface-accessible' => 'Error message if you try to go to "Special:PayFlowProGateway" from anywhere else than the donation form.', |
496 | 498 | 'donate_interface-paypal-button' => 'Button to choose to donate via PayPal.', |
497 | 499 | 'donate_interface-cc-button' => 'Button to choose to donate by credit card.', |