22 lines
639 B
PHP
22 lines
639 B
PHP
<?php
|
|
|
|
return [
|
|
'Customer Number' => 'Número do cliente',
|
|
'DELIVERY' => 'ENTREGA',
|
|
'Delivery address' => 'Endereço de entrega',
|
|
'Email: ' => 'Email',
|
|
'INVOICE' => 'Fatura',
|
|
'Invoice REF' => 'Ref de fatura',
|
|
'Invoice address' => 'Endereço de fatura',
|
|
'Phone: ' => 'Telefone',
|
|
'Quantity' => 'Quantidade',
|
|
'Ref' => 'Ref',
|
|
'Total' => 'Total',
|
|
'Total with tax' => 'Preço Final c/ impostos',
|
|
'Total without tax' => 'Preço final s/ impostos',
|
|
'delivery.imprint' => 'delivery.imprint',
|
|
'invoice.imprint' => 'invoice.imprint',
|
|
'page' => 'página',
|
|
'product' => 'produto',
|
|
];
|