first commit
This commit is contained in:
21
extension/opencart/catalog/language/en-gb/module/account.php
Normal file
21
extension/opencart/catalog/language/en-gb/module/account.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Account';
|
||||
|
||||
// Text
|
||||
$_['text_register'] = 'Register';
|
||||
$_['text_login'] = 'Login';
|
||||
$_['text_logout'] = 'Logout';
|
||||
$_['text_forgotten'] = 'Forgotten Password';
|
||||
$_['text_account'] = 'My Account';
|
||||
$_['text_edit'] = 'Edit Account';
|
||||
$_['text_password'] = 'Password';
|
||||
$_['text_address'] = 'Address Book';
|
||||
$_['text_wishlist'] = 'Wish List';
|
||||
$_['text_order'] = 'Order History';
|
||||
$_['text_download'] = 'Downloads';
|
||||
$_['text_reward'] = 'Reward Points';
|
||||
$_['text_return'] = 'Returns';
|
||||
$_['text_transaction'] = 'Transactions';
|
||||
$_['text_newsletter'] = 'Newsletter';
|
||||
$_['text_subscription'] = 'Subscriptions';
|
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Best Sellers';
|
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Categories';
|
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Featured';
|
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Refine Search';
|
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Information';
|
||||
|
||||
// Text
|
||||
$_['text_contact'] = 'Contact Us';
|
||||
$_['text_sitemap'] = 'Site Map';
|
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Latest';
|
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Specials';
|
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Choose a Store';
|
||||
|
||||
// Text
|
||||
$_['text_default'] = 'Default';
|
||||
$_['text_store'] = 'Please choose the store you wish to visit.';
|
Reference in New Issue
Block a user