r79143 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79142‎ | r79143 | r79144 >
Date:00:35, 29 December 2010
Author:kaldari
Status:deferred
Tags:
Comment:
new messages
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnPremium.php (modified) (history)
  • /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnPremium.php
@@ -6,7 +6,7 @@
77
88 // set the path to css, before the parent constructor is called, checking to make sure some child class hasn't already set this
99 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' );
1111 }
1212
1313 parent::__construct( $form_data, $form_errors );
Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php
@@ -202,6 +202,17 @@
203203 'payflowpro_gateway-language' => 'Language:',
204204 'payflowpro_gateway-front' => 'Front',
205205 '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.',
206217
207218 // For more USA states, see payflowpro_gateway.us-states.i18n.php.
208219 'payflowpro_gateway-state-dropdown-YY' => 'Select a State',
@@ -312,6 +323,7 @@
313324 {{Identical|Language}}',
314325 'payflowpro_gateway-front' => 'This is a label for an image of the front of a shirt',
315326 '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"',
316328 );
317329
318330 /** Magyar (magázó) (Magyar (magázó))

Status & tagging log