r107601 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107600‎ | r107601 | r107602 >
Date:22:30, 29 December 2011
Author:jhsoby
Status:ok
Tags:
Comment:
Adding error message for big amounts.
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_common/interface.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/gateway_common/interface.i18n.php
@@ -32,6 +32,7 @@
3333 'donate_interface-small-amount-value' => '30',
3434 'donate_interface-amount-error' => 'Please enter a valid amount',
3535 'donate_interface-smallamount-error' => 'You must contribute at least $1',
 36+ 'donate_interface-bigamount-error' => 'We can not accept donations greater than USD 10000 ($1 $2) through our website. Please contact our major gifts staff at [mailto:$3 $3].',
3637 'donate_interface-processing-error' => 'There has been an error processing your request.
3738 No processors are available.',
3839
@@ -451,6 +452,10 @@
452453 'donate_interface-comment-title' => "Next to check box; to choose whether the donor's comment shall be publically viewable or not.",
453454 'donate_interface-amount-error' => 'Error prompt if an invalid amount is entered (e.g. if the amount has letters in it).',
454455 'donate_interface-smallamount-error' => "Error message if the amount chosen is too low. \$1 is a variable (it does '''not''' mean \"one dollar\"), and will be replaced with an amount in the user's currency.",
 456+ 'donate_interface-bigamount-error' => "Error message if the amount chosen is too high. Parameters:
 457+* \$1 is the amount in the user's chosen currency.
 458+* \$2 is the currency code for the user's chosen currency (e.g. USD, EUR, NOK, TZS).
 459+* \$3 is the e-mail address that the user should e-mail to give big gifts.",
455460 'donate_interface-processing-error' => 'Error message.',
456461 'donate_interface-AED' => 'Used in drop-down field for currency.',
457462 'donate_interface-ARS' => 'Used in drop-down field for currency.',

Follow-up revisions

RevisionCommit summaryAuthorDate
r107602Removing mailto: from the message added in r107600jhsoby23:16, 29 December 2011

Status & tagging log