Added default language pack (en-gb)
This commit is contained in:
17
catalog/common/footer.php
Normal file
17
catalog/common/footer.php
Normal file
@ -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';
|
Reference in New Issue
Block a user