Адаптація структури перекладу під 2.3.0.2

This commit is contained in:
dinox-pro
2017-03-01 14:59:27 +02:00
parent 7c0ae9fdd6
commit 315ad35284
434 changed files with 15247 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?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';

View File

@@ -0,0 +1,10 @@
<?php
// Text
$_['text_paid_amazon'] = 'Paid on Amazon US';
$_['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';

View 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';

View 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';