first commit

This commit is contained in:
Konstantin
2026-05-30 09:27:58 +03:00
commit de0344d218
2371 changed files with 661486 additions and 0 deletions
@@ -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'] = 'Всего';