Changeset 1772 for trunk/system/i18n/en_US/payment.php
- Timestamp:
- 01/21/2008 10:33:19 AM (10 months ago)
- Files:
-
- 1 modified
-
trunk/system/i18n/en_US/payment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/i18n/en_US/payment.php
r1600 r1772 3 3 $lang = array 4 4 ( 5 'required' => 'Some required fields were not supplied: %s', 5 'driver_not_supported' => 'The requested Payment driver, %s, was not found.', 6 'required' => 'Some required fields were not supplied: %s', 6 7 'gateway_connection_error' => 'An error occured connecting to the payment gateway. please contact the webmaster if this problem persists.', 7 'invalid_certificate' => 'The certificate file is invalid: %s',8 'no_dlib' => 'Could not load the dynamic library: %s',9 'error' => 'There was an error processing the transaction: %s',8 'invalid_certificate' => 'The certificate file is invalid: %s', 9 'no_dlib' => 'Could not load the dynamic library: %s', 10 'error' => 'There was an error processing the transaction: %s', 10 11 );
