Files
2021-03-23 13:54:38 +01:00

22 lines
778 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'Customer Number' => 'Номер клиента',
'DELIVERY' => 'ДОСТАВКА',
'Delivery address' => 'Адрес доставки',
'Email: ' => 'Эл.почта: ',
'INVOICE' => 'СЧЕТ-ФАКТУРА',
'Invoice REF' => 'Счет-фактура номер',
'Invoice address' => 'Адрес плательщика',
'Phone: ' => 'Телефон: ',
'Quantity' => 'Количество',
'Ref' => 'Номер',
'Total' => 'Итого',
'Total with tax' => 'Итого с налогом',
'Total without tax' => 'Итого без налога',
'delivery.imprint' => 'delivery.imprint',
'invoice.imprint' => 'invoice.imprint',
'page' => 'страница',
'product' => 'товар',
];