Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/Form.php |
— | — | @@ -223,7 +223,7 @@ |
224 | 224 | for ( $i = 1; $i < 13; $i++ ) { |
225 | 225 | $selected = ( $i == $month && $this->test ) ? true : false; |
226 | 226 | $expiry_months .= Xml::option( |
227 | | - $i . ' - ' . $wgLang->getMonthName( $i ), |
| 227 | + wfMsg( 'payflowpro_gateway-month', $i, $wgLang->getMonthName( $i ) ), |
228 | 228 | str_pad( $i, 2, '0', STR_PAD_LEFT ), |
229 | 229 | $selected ); |
230 | 230 | } |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php |
— | — | @@ -193,6 +193,7 @@ |
194 | 194 | 'payflowpro_gateway-cancel' => 'Cancel', |
195 | 195 | 'payflowpro_gateway-payment' => 'Payment', |
196 | 196 | 'payflowpro_gateway-payment-type' => 'Payment type', |
| 197 | + 'payflowpro_gateway-month' => '$1 ($2)', |
197 | 198 | |
198 | 199 | // For more USA states, see payflowpro_gateway.us-states.i18n.php. |
199 | 200 | 'payflowpro_gateway-state-dropdown-YY' => 'Select a State', |
— | — | @@ -282,6 +283,7 @@ |
283 | 284 | 'payflowpro_gateway-cvv-number-abbreviated' => "Abbreviation of 'Card Verification Value Number'", |
284 | 285 | 'payflowpro_gateway-cvv2' => "Abbreviation of 'Card Verification Value 2'", |
285 | 286 | 'payflowpro_gateway-cvv-number' => "Abbreviation of 'Card Verification Value' + 'Number' (unabbreviated)", |
| 287 | + 'payflowpro_gateway-month' => 'Expiration month for credit card. $1 is the month number, $2 is the month name.', |
286 | 288 | ); |
287 | 289 | |
288 | 290 | /** Magyar (magázó) (Magyar (magázó)) |