Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php |
— | — | @@ -11,6 +11,7 @@ |
12 | 12 | /** English */ |
13 | 13 | $messages['en'] = array( |
14 | 14 | 'payflowprogateway' => 'Make your donation now', |
| 15 | + 'globalcollectgateway' => 'Make your donation now', |
15 | 16 | 'payflowpro_gateway-desc' => 'PayPal Payflow Pro credit card processing', |
16 | 17 | 'payflowpro_gateway-accessible' => 'This page is only accessible from the donation page.', |
17 | 18 | 'payflowpro_gateway-paypal-button' => 'Donate via PayPal', |
— | — | @@ -62,6 +63,7 @@ |
63 | 64 | 'payflowpro_gateway-error-msg-state' => 'state', |
64 | 65 | 'payflowpro_gateway-error-msg-zip' => 'postal code', |
65 | 66 | 'payflowpro_gateway-error-msg-country' => 'country', |
| 67 | + 'payflowpro_gateway-error-msg-card_type' => 'credit card type', |
66 | 68 | 'payflowpro_gateway-error-msg-card_num' => 'credit card number', |
67 | 69 | 'payflowpro_gateway-error-msg-expiration' => "card's expiration date", |
68 | 70 | 'payflowpro_gateway-error-msg-cvv' => 'CVV from the back of your card', |
Property changes on: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php |
___________________________________________________________________ |
Added: svn:mergeinfo |
69 | 71 | Merged /branches/fundraising/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php:r95444-100091 |