first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Text
|
||||
$_['text_paid_amazon'] = 'Выплата на Amazon';
|
||||
$_['text_total_shipping'] = 'Доставка';
|
||||
$_['text_total_shipping_tax'] = 'Доставка НДС';
|
||||
$_['text_total_giftwrap'] = 'Подарочная упаковка';
|
||||
$_['text_total_giftwrap_tax'] = 'Подарочная упаковка НДС';
|
||||
$_['text_total_sub'] = 'Итого';
|
||||
$_['text_tax'] = 'Без НДС';
|
||||
$_['text_total'] = 'Всего';
|
||||
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Text
|
||||
$_['text_paid_amazon'] = 'Выплата на Amazon US';
|
||||
$_['text_total_shipping'] = 'Доставка';
|
||||
$_['text_total_shipping_tax'] = 'Доставка НДС';
|
||||
$_['text_total_giftwrap'] = 'Подарочная упаковка';
|
||||
$_['text_total_giftwrap_tax'] = 'Подарочная упаковка НДС';
|
||||
$_['text_total_sub'] = 'Итого';
|
||||
$_['text_tax'] = 'Без НДС';
|
||||
$_['text_total'] = 'Всего';
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// 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: ';
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Text
|
||||
$_['text_total_shipping'] = 'Доставка';
|
||||
$_['text_total_discount'] = 'Скидка';
|
||||
$_['text_total_tax'] = 'Без НДС';
|
||||
$_['text_total_sub'] = 'Итого';
|
||||
$_['text_total'] = 'Всего';
|
||||
Reference in New Issue
Block a user