Added default language pack (en-gb)
This commit is contained in:
17
catalog/information/sitemap.php
Normal file
17
catalog/information/sitemap.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Site Map';
|
||||
|
||||
// Text
|
||||
$_['text_special'] = 'Special Offers';
|
||||
$_['text_account'] = 'My Account';
|
||||
$_['text_edit'] = 'Account Information';
|
||||
$_['text_password'] = 'Password';
|
||||
$_['text_address'] = 'Address Book';
|
||||
$_['text_history'] = 'Order History';
|
||||
$_['text_download'] = 'Downloads';
|
||||
$_['text_cart'] = 'Shopping Cart';
|
||||
$_['text_checkout'] = 'Checkout';
|
||||
$_['text_search'] = 'Search';
|
||||
$_['text_information'] = 'Information';
|
||||
$_['text_contact'] = 'Contact Us';
|
Reference in New Issue
Block a user