Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnPremium.php |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | |
8 | 8 | // set the path to css, before the parent constructor is called, checking to make sure some child class hasn't already set this |
9 | 9 | if ( !strlen( $this->getStylePath() ) ) { |
10 | | - $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoStepTwoColumnLetter.css' ); |
| 10 | + $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoStepTwoColumnPremium.css' ); |
11 | 11 | } |
12 | 12 | |
13 | 13 | parent::__construct( $form_data, $form_errors ); |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php |
— | — | @@ -202,6 +202,17 @@ |
203 | 203 | 'payflowpro_gateway-language' => 'Language:', |
204 | 204 | 'payflowpro_gateway-front' => 'Front', |
205 | 205 | 'payflowpro_gateway-back' => 'Back', |
| 206 | + 'payflowpro_gateway-front-of-shirt' => 'Front of shirt', |
| 207 | + 'payflowpro_gateway-back-of-shirt' => 'Back of shirt', |
| 208 | + 'payflowpro_gateway-select-a-size' => 'Please select a size.', |
| 209 | + 'payflowpro_gateway-select' => 'Size:', |
| 210 | + 'payflowpro_gateway-shipping-address' => 'Shipping address', |
| 211 | + 'payflowpro_gateway-shipping-address-different' => 'My shipping address is different from my billing address.', |
| 212 | + 'payflowpro_gateway-shipping-address-same' => 'Shipping address same as billing address.', |
| 213 | + 'payflowpro_gateway-only-billing-address' => 'Shirts can only be shipped to your billing address.', |
| 214 | + 'payflowpro_gateway-donation-must-equal' => 'Donation must equal $1 or more.', |
| 215 | + 'payflowpro_gateway-thank-you' => 'Thank you! Your donation has been received.', |
| 216 | + 'payflowpro_gateway-wikipedia-translation' => 'Please note: "Wikipedia" on the shirt sleeve will be the "Wikipedia 10" graphic, which is not translated.', |
206 | 217 | |
207 | 218 | // For more USA states, see payflowpro_gateway.us-states.i18n.php. |
208 | 219 | 'payflowpro_gateway-state-dropdown-YY' => 'Select a State', |
— | — | @@ -312,6 +323,7 @@ |
313 | 324 | {{Identical|Language}}', |
314 | 325 | 'payflowpro_gateway-front' => 'This is a label for an image of the front of a shirt', |
315 | 326 | 'payflowpro_gateway-back' => 'This is a label for an image of the back of a shirt', |
| 327 | + 'payflowpro_gateway-wikipedia-translation' => 'Do not translate the two phrases in quotes: "Wikipedia" and "Wikipedia 10"', |
316 | 328 | ); |
317 | 329 | |
318 | 330 | /** Magyar (magázó) (Magyar (magázó)) |