Index: trunk/extensions/DonationInterface/gateway_common/interface.i18n.php |
— | — | @@ -191,6 +191,7 @@ |
192 | 192 | 'donate_interface-error-msg-captcha' => "The Captcha value you entered is incorrect. Please try again.", |
193 | 193 | 'donate_interface-error-msg-captcha-please' => "For your credit card security, please type the characters you see above.", |
194 | 194 | 'donate_interface-error-msg-cookies' => 'Please enable cookies in your browser.', |
| 195 | + 'donate_interface-error-msg-genaricrequired' => 'This field is required', |
195 | 196 | 'php-response-declined' => 'Your transaction could not be accepted.', |
196 | 197 | 'donate_interface-thankyou' => 'Thank you for your donation!', |
197 | 198 | 'donate_interface-post-transaction' => 'Transaction details', |
— | — | @@ -628,6 +629,7 @@ |
629 | 630 | 'donate_interface-error-msg-captcha' => 'Error message if the user inputs the wrong [[w:en:CAPTCHA|CAPTCHA]].', |
630 | 631 | 'donate_interface-error-msg-captcha-please' => 'Message given the user if he/she has to fill out a [[w:en:CAPTCHA|CAPTCHA]] before the donation is fulfilled.', |
631 | 632 | 'donate_interface-error-msg-cookies' => "Error message if the user's browser has cookies disabled", |
| 633 | + 'donate_interface-error-msg-genaricrequired' => 'Message displayed to a user if a field is required but not filled out when they try to submit', |
632 | 634 | 'php-response-declined' => 'Error message if the translaction was declined.', |
633 | 635 | 'donate_interface-thankyou' => 'A thank you for donating.', |
634 | 636 | 'donate_interface-post-transaction' => 'Header for transaction details after the transaction is fulfilled (receipt).', |