diff options
Diffstat (limited to 'public/catalog/language/en-gb/common/header.php')
-rw-r--r-- | public/catalog/language/en-gb/common/header.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/public/catalog/language/en-gb/common/header.php b/public/catalog/language/en-gb/common/header.php new file mode 100644 index 0000000..1ad8683 --- /dev/null +++ b/public/catalog/language/en-gb/common/header.php @@ -0,0 +1,16 @@ +<?php +// Text +$_['text_home'] = 'Home'; +$_['text_wishlist'] = 'Wish List (%s)'; +$_['text_shopping_cart'] = 'Shopping Cart'; +$_['text_category'] = 'Categories'; +$_['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'; +$_['text_search'] = 'Search'; +$_['text_all'] = 'Show All';
\ No newline at end of file |