Inital commit

This commit is contained in:
2020-11-19 15:36:28 +01:00
parent 71f32f83d3
commit 66ce4ee218
18077 changed files with 2166122 additions and 35184 deletions

View File

@@ -1,28 +1,21 @@
<?php
return array(
'Custmer Number' => 'Номер заказчика',
return [
'Customer Number' => 'Номер клиента',
'DELIVERY' => 'ДОСТАВКА',
'Delivery module' => 'Модуль доставки',
'Delivery address' => 'Адрес доставки',
'Email: ' => 'Эл.почта: ',
'INVOICE' => 'СЧЕТ-ФАКТУРА',
'Invoice REF' => 'Счет-фактура номер',
'Invoice date' => 'Дата фактуры',
'Payment module' => 'Модуль оплаты',
'Postage' => 'Почтовые расходы',
'Product' => 'Товар',
'Invoice address' => 'Адрес плательщика',
'Phone: ' => 'Телефон: ',
'Quantity' => 'Количество',
'Ref' => 'Номер',
'THANK YOU' => 'Спасибо',
'Tax' => 'Налог',
'Taxed total' => 'Итого без налогов',
'Total' => 'Итого',
'Total with tax' => 'Итого с налогом',
'Total without tax' => 'Итого без налога',
'Unit taxed price' => 'Цена единицы с налогом',
'Unit. price' => 'Цена единицы',
'delivery adress' => 'Адрес доставки',
'delivery module' => 'модуль доставки',
'invoice address' => 'Адрес плательщика',
'delivery.imprint' => 'delivery.imprint',
'invoice.imprint' => 'invoice.imprint',
'page' => 'страница',
'product' => 'товар',
);
];