first commit
This commit is contained in:
12
catalog/language/en-gb/common/header.php
Normal file
12
catalog/language/en-gb/common/header.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_wishlist'] = 'Wish List (%s)';
|
||||
$_['text_shopping_cart'] = 'Shopping Cart';
|
||||
$_['text_account'] = 'My Account';
|
||||
$_['text_register'] = 'Register';
|
||||
$_['text_login'] = 'Login';
|
||||
$_['text_order'] = 'Order History';
|
||||
$_['text_transaction'] = 'Transactions';
|
||||
$_['text_download'] = 'Downloads';
|
||||
$_['text_logout'] = 'Logout';
|
||||
$_['text_checkout'] = 'Checkout';
|
Reference in New Issue
Block a user