Files
2021-01-19 18:19:37 +01:00

30 lines
1.1 KiB
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 array(
'Customer Number' => 'Номер клиента',
'DELIVERY' => 'ДОСТАВКА',
'Delivery address' => 'Адрес доставки',
'Delivery module' => 'Модуль доставки',
'Discount' => 'Скидка',
'Email: ' => 'Эл.почта: ',
'INVOICE' => 'СЧЕТ-ФАКТУРА',
'Invoice REF' => 'Счет-фактура номер',
'Invoice address' => 'Адрес плательщика',
'Invoice date' => 'Дата счет-фактуры',
'Payment module' => 'Модуль оплаты',
'Phone: ' => 'Телефон: ',
'Postage' => 'Почтовые расходы',
'Product' => 'Товар',
'Quantity' => 'Количество',
'Ref' => 'Номер',
'Tax' => 'Налог',
'Taxed total' => 'Цена с налогом',
'Total' => 'Итого',
'Total with tax' => 'Итого с налогом',
'Total without tax' => 'Итого без налога',
'Unit taxed price' => 'Цена с налогом ед.',
'Unit. price' => 'Цена ед.',
'page' => 'страница',
'product' => 'товар',
);