19 lines
540 B
PHP
19 lines
540 B
PHP
<?php
|
|
|
|
return [
|
|
'Customer Number' => 'Numer klienta',
|
|
'DELIVERY' => 'DOSTAWA',
|
|
'Delivery address' => 'Adres dostawy',
|
|
'Email: ' => 'Email: ',
|
|
'INVOICE' => 'FAKTURA',
|
|
'Invoice REF' => 'Numer faktury',
|
|
'Invoice address' => 'Adres rozliczeniowy (do faktury)',
|
|
'Phone: ' => 'Telefon: ',
|
|
'Total with tax' => 'Suma brutto',
|
|
'Total without tax' => 'Suma netto',
|
|
'delivery.imprint' => 'delivery.imprint',
|
|
'invoice.imprint' => 'invoice.imprint',
|
|
'page' => 'strona',
|
|
'product' => 'produkt',
|
|
];
|