first commit
This commit is contained in:
18
catalog/language/en-gb/account/payment_method.php
Normal file
18
catalog/language/en-gb/account/payment_method.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Payment Methods';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_payment_method'] = 'Payment Method Entries';
|
||||
$_['text_success'] = 'Your payment method has been successfully deleted';
|
||||
$_['text_no_results'] = 'You have no payment methods in your account.';
|
||||
|
||||
// Column
|
||||
$_['column_payment_method'] = 'Payment Method';
|
||||
$_['column_type'] = 'Type';
|
||||
$_['column_date_expire'] = 'Date Expires';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Error
|
||||
$_['error_payment_method'] = 'Warning: Payment method could not be found!';
|
Reference in New Issue
Block a user