Files
outil-82/templates/pdf/aomc/I18n/pt_BR.php
2021-01-21 16:41:44 +01:00

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',
];