1
0

Added default language pack (en-gb)

This commit is contained in:
Christer Waren
2020-02-12 23:25:39 +02:00
parent 27b4234c0f
commit 704d608ff8
465 changed files with 15946 additions and 0 deletions

7
catalog/common/cart.php Normal file
View 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';

View File

@@ -0,0 +1,3 @@
<?php
// Text
$_['text_currency'] = 'Currency';

17
catalog/common/footer.php Normal file
View 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 &copy; %s';

16
catalog/common/header.php Normal file
View 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';

View File

@@ -0,0 +1,3 @@
<?php
// Text
$_['text_language'] = 'Language';

View 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
View File

@@ -0,0 +1,3 @@
<?php
// Text
$_['text_all'] = 'Show All';

View File

@@ -0,0 +1,3 @@
<?php
// Text
$_['text_search'] = 'Search';