Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php |
— | — | @@ -56,5 +56,5 @@ |
57 | 57 | Please try again later.', |
58 | 58 | 'php-response-declined' => 'Your transaction has been declined.', |
59 | 59 | 'payflowpro_gateway-post-transaction' => 'Transaction details', |
60 | | - 'payflowpro_gateway-submit-button' => "Donate", |
| 60 | + 'payflowpro_gateway-submit-button' => 'Donate', |
61 | 61 | ); |
Index: trunk/extensions/DonationInterface/donate_interface/donate_interface.i18n.php |
— | — | @@ -26,11 +26,11 @@ |
27 | 27 | Our donor privacy policy can be found <a title='Donate/Donor Privacy' href='/wiki/Donate/Donor_Privacy'>here</a>", |
28 | 28 | 'donate_interface-comment-title' => 'Public comment', |
29 | 29 | 'donate_interface-big-amount-display' => '$100', |
30 | | - 'donate_interface-medium-amount-display' => '$75', |
31 | | - 'donate_interface-small-amount-display' => '$30', |
32 | | - 'donate_interface-big-amount-value' => '100', |
33 | | - 'donate_interface-medium-amount-value' => '75', |
34 | | - 'donate_interface-small-amount-value' => '30', |
35 | | - 'donate_interface-amount-error' => '**Please enter a correct amount**', |
36 | | - 'donate_interface-processing-error' => 'There has been an error processing your request. No processor are available.', |
| 30 | + 'donate_interface-medium-amount-display' => '$75', |
| 31 | + 'donate_interface-small-amount-display' => '$30', |
| 32 | + 'donate_interface-big-amount-value' => '100', |
| 33 | + 'donate_interface-medium-amount-value' => '75', |
| 34 | + 'donate_interface-small-amount-value' => '30', |
| 35 | + 'donate_interface-amount-error' => '**Please enter a correct amount**', |
| 36 | + 'donate_interface-processing-error' => 'There has been an error processing your request. No processor are available.', |
37 | 37 | ); |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -298,6 +298,8 @@ |
299 | 299 | id = ext-di-di |
300 | 300 | file = DonationInterface/donate_interface/donate_interface.i18n.php |
301 | 301 | descmsg = donate-desc |
| 302 | +ignored = donate_interface-big-amount-display, donate_interface-medium-amount-display, donate_interface-small-amount-display, donate_interface-big-amount-value |
| 303 | +ignored = donate_interface-medium-amount-value, donate_interface-small-amount-value |
302 | 304 | |
303 | 305 | Donation Interface - Payflow Pro Gateway |
304 | 306 | id = ext-di-pfpg |