Added default language pack (en-gb)
This commit is contained in:
7
catalog/common/cart.php
Normal file
7
catalog/common/cart.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_items'] = '%s item(s) - %s';
|
||||
$_['text_empty'] = 'Your shopping cart is empty!';
|
||||
$_['text_cart'] = 'View Cart';
|
||||
$_['text_checkout'] = 'Checkout';
|
||||
$_['text_recurring'] = 'Payment Profile';
|
3
catalog/common/currency.php
Normal file
3
catalog/common/currency.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_currency'] = 'Currency';
|
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';
|
16
catalog/common/header.php
Normal file
16
catalog/common/header.php
Normal file
@@ -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';
|
3
catalog/common/language.php
Normal file
3
catalog/common/language.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_language'] = 'Language';
|
7
catalog/common/maintenance.php
Normal file
7
catalog/common/maintenance.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Maintenance';
|
||||
|
||||
// Text
|
||||
$_['text_maintenance'] = 'Maintenance';
|
||||
$_['text_message'] = '<h1 style="text-align:center;">We are currently performing some scheduled maintenance. <br/>We will be back as soon as possible. Please check back soon.</h1>';
|
3
catalog/common/menu.php
Normal file
3
catalog/common/menu.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_all'] = 'Show All';
|
3
catalog/common/search.php
Normal file
3
catalog/common/search.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_search'] = 'Search';
|
Reference in New Issue
Block a user