diff options
Diffstat (limited to 'public/catalog/language/en-gb/common/footer.php')
-rw-r--r-- | public/catalog/language/en-gb/common/footer.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/public/catalog/language/en-gb/common/footer.php b/public/catalog/language/en-gb/common/footer.php new file mode 100644 index 0000000..b52d298 --- /dev/null +++ b/public/catalog/language/en-gb/common/footer.php @@ -0,0 +1,17 @@ +<?php +// Text +$_['text_information'] = 'Information'; +$_['text_service'] = 'Customer Service'; +$_['text_extra'] = 'Extras'; +$_['text_contact'] = 'Contact Us'; +$_['text_return'] = 'Returns'; +$_['text_sitemap'] = 'Site Map'; +$_['text_manufacturer'] = 'Brands'; +$_['text_voucher'] = 'Gift Certificates'; +$_['text_affiliate'] = 'Affiliate'; +$_['text_special'] = 'Specials'; +$_['text_account'] = 'My Account'; +$_['text_order'] = 'Order History'; +$_['text_wishlist'] = 'Wish List'; +$_['text_newsletter'] = 'Newsletter'; +$_['text_powered'] = 'Powered By <a href="http://www.opencart.com">OpenCart</a><br /> %s © %s';
\ No newline at end of file |