Added default language pack (en-gb)
This commit is contained in:
11
catalog/extension/openbay/amazon_order.php
Normal file
11
catalog/extension/openbay/amazon_order.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_paid_amazon'] = 'Paid on Amazon';
|
||||
$_['text_total_shipping'] = 'Shipping';
|
||||
$_['text_total_shipping_tax'] = 'Shipping tax';
|
||||
$_['text_total_giftwrap'] = 'Gift wrap';
|
||||
$_['text_total_giftwrap_tax'] = 'Gift wrap tax';
|
||||
$_['text_total_sub'] = 'Sub-total';
|
||||
$_['text_tax'] = 'Tax';
|
||||
$_['text_total'] = 'Total';
|
||||
$_['text_gift_message'] = 'Gift messages';
|
11
catalog/extension/openbay/amazonus_order.php
Normal file
11
catalog/extension/openbay/amazonus_order.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_paid_amazon'] = 'Paid on Amazon';
|
||||
$_['text_total_shipping'] = 'Shipping';
|
||||
$_['text_total_shipping_tax'] = 'Shipping tax';
|
||||
$_['text_total_giftwrap'] = 'Gift wrap';
|
||||
$_['text_total_giftwrap_tax'] = 'Gift wrap tax';
|
||||
$_['text_total_sub'] = 'Sub-total';
|
||||
$_['text_tax'] = 'Tax';
|
||||
$_['text_total'] = 'Total';
|
||||
$_['text_gift_message'] = 'Gift messages';
|
9
catalog/extension/openbay/ebay_order.php
Normal file
9
catalog/extension/openbay/ebay_order.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_total_shipping'] = 'Shipping';
|
||||
$_['text_total_discount'] = 'Discount';
|
||||
$_['text_total_tax'] = 'Tax';
|
||||
$_['text_total_sub'] = 'Sub-total';
|
||||
$_['text_total'] = 'Total';
|
||||
$_['text_smp_id'] = 'Selling Manager sale ID: ';
|
||||
$_['text_buyer'] = 'Buyer username: ';
|
7
catalog/extension/openbay/etsy_order.php
Normal file
7
catalog/extension/openbay/etsy_order.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_total_shipping'] = 'Shipping';
|
||||
$_['text_total_discount'] = 'Discount';
|
||||
$_['text_total_tax'] = 'Tax';
|
||||
$_['text_total_sub'] = 'Sub-total';
|
||||
$_['text_total'] = 'Total';
|
Reference in New Issue
Block a user