Initial Commit
This commit is contained in:
45
local/modules/Paypal/I18n/en_US.php
Normal file
45
local/modules/Paypal/I18n/en_US.php
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'(Previous log is in %file file.)\n' => '(Previous log is in %file file.)\n',
|
||||
'Activate sandbox mode' => 'Activate sandbox mode',
|
||||
'Allowed IPs in test mode' => 'Allowed IPs in test mode',
|
||||
'Discount' => 'Discount',
|
||||
'Failed to find PayerID' => 'Failed to find PayerID',
|
||||
'Failed to get a valid Paypal response. Please try again' => 'Failed to get a valid Paypal response. Please try again',
|
||||
'Failed to get customer delivery address' => 'Failed to get customer delivery address',
|
||||
'Failed to validate payment parameters' => 'Failed to validate payment parameters',
|
||||
'Failed to validate your payment' => 'Failed to validate your payment',
|
||||
'If checked, a payment confirmation e-mail is sent to the customer.' => 'If checked, a payment confirmation e-mail is sent to the customer.',
|
||||
'If checked, the order confirmation message is sent to the customer only when the payment is successful. The order notification is always sent to the shop administrator' => 'If checked, the order confirmation message is sent to the customer only when the payment is successful. The order notification is always sent to the shop administrator',
|
||||
'Invalid Paypal token. Please try again.' => 'Invalid Paypal token. Please try again.',
|
||||
'Invalid order ID. This order doesn\'t exists or doesn\'t belong to you.' => 'Invalid order ID. This order doesn\'t exists or doesn\'t belong to you.',
|
||||
'List of IP addresses allowed to use this payment on the front-office when in test mode (your current IP is %ip). One address per line' => 'List of IP addresses allowed to use this payment on the front-office when in test mode (your current IP is %ip). One address per line',
|
||||
'Maximum items in cart' => 'Maximum items in cart',
|
||||
'Maximum number of items in the customer cart for which this payment method is available.' => 'Maximum number of items in the customer cart for which this payment method is available.',
|
||||
'Maximum order total' => 'Maximum order total',
|
||||
'Maximum order total in the default currency for which this payment method is available. Enter 0 for no maximum' => 'Maximum order total in the default currency for which this payment method is available. Enter 0 for no maximum',
|
||||
'Minimum order total' => 'Minimum order total',
|
||||
'Minimum order total in the default currency for which this payment method is available. Enter 0 for no minimum' => 'Minimum order total in the default currency for which this payment method is available. Enter 0 for no minimum',
|
||||
'Paypal configuration' => 'Paypal configuration',
|
||||
'Paypal transaction is pending. Reason: %reason' => 'Paypal transaction is pending. Reason: %reason',
|
||||
'Send a payment confirmation e-mail' => 'Send a payment confirmation e-mail',
|
||||
'Send order confirmation on payment success' => 'Send order confirmation on payment success',
|
||||
'Sorry, something did not worked with Paypal. Please try again, or use another payment type' => 'Sorry, something did not worked with Paypal. Please try again, or use another payment type',
|
||||
'The Paypal sandbox signature' => 'The Paypal sandbox signature',
|
||||
'The Paypal signature' => 'The Paypal signature',
|
||||
'The log file doesn\'t exists yet.' => 'The log file doesn\'t exists yet.',
|
||||
'The log file is empty.' => 'The log file is empty.',
|
||||
'The password option must be set.' => 'The password option must be set.',
|
||||
'The signature option must be set.' => 'The signature option must be set.',
|
||||
'The username option must be set.' => 'The username option must be set.',
|
||||
'Unexpected error: %mesg' => 'Unexpected error: %mesg',
|
||||
'You canceled your payment' => 'You canceled your payment',
|
||||
'Your Paypal login' => 'Your Paypal login',
|
||||
'Your Paypal password' => 'Your Paypal password',
|
||||
'Your Paypal sandbox login' => 'Your Paypal sandbox login',
|
||||
'Your Paypal sandbox password' => 'Your Paypal sandbox password',
|
||||
'login' => 'username',
|
||||
'password' => 'password',
|
||||
'signature' => 'signature',
|
||||
);
|
||||
Reference in New Issue
Block a user