first commit
This commit is contained in:
22
catalog/language/en-gb/checkout/payment_method.php
Normal file
22
catalog/language/en-gb/checkout/payment_method.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Payment Method';
|
||||
|
||||
// Text
|
||||
$_['text_payment_method'] = 'Payment method options';
|
||||
$_['text_payment'] = 'Please select the preferred payment method to use for this order.';
|
||||
$_['text_comments'] = 'Add Comments About Your Order';
|
||||
$_['text_agree'] = 'I have read and agree to the <a href="%s" class="modal-link"><b>%s</b></a>';
|
||||
$_['text_success'] = 'Success: You have changed payment method!';
|
||||
$_['text_comment'] = 'Success: Comment added!';
|
||||
|
||||
// Entry
|
||||
$_['entry_payment_method'] = 'Choose payment method...';
|
||||
|
||||
// Error
|
||||
$_['error_customer'] = 'Customer required!';
|
||||
$_['error_payment_address'] = 'Payment address required!';
|
||||
$_['error_shipping_address'] = 'Shipping address required!';
|
||||
$_['error_shipping_method'] = 'Shipping method required!';
|
||||
$_['error_payment_method'] = 'Payment method required!';
|
||||
$_['error_no_payment'] = 'No Payment options are available. Please <a href="%s">contact us</a> for assistance!';
|
Reference in New Issue
Block a user