32 lines
1.0 KiB
PHP
Executable File
32 lines
1.0 KiB
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'Customer Number' => 'Numero cliente',
|
|
'DELIVERY' => 'CONSEGNA',
|
|
'Delivery address' => 'Indirizzo di consegna',
|
|
'delivery.imprint' => 'delivery.imprint',
|
|
'Delivery module' => 'Modulo di consegna',
|
|
'Discount' => 'Sconto',
|
|
'Email: ' => 'Email: ',
|
|
'INVOICE' => 'FATTURA',
|
|
'Invoice REF' => 'Fattura REF',
|
|
'Invoice address' => 'Invoice address',
|
|
'Invoice date' => 'Data della fattura',
|
|
'invoice.imprint' => 'invoice.imprint',
|
|
'Order status' => 'Stato dell\'ordine',
|
|
'page' => 'pagina',
|
|
'Payment module' => 'Modulo di pagamento',
|
|
'Phone' => 'Tel/Mobile',
|
|
'Postage' => 'Spese di spedizione',
|
|
'Product' => 'Prodotto',
|
|
'Quantity' => 'Quantità',
|
|
'Ref' => 'Ref',
|
|
'Tax' => 'Tassa',
|
|
'Taxed total' => 'Totale tassato',
|
|
'Total' => 'Totale',
|
|
'Total with tax' => 'Totale imp. incl.',
|
|
'Total without tax' => 'Totale esentasse ',
|
|
'Unit taxed price' => 'Prezzo unitario tassato',
|
|
'Unit. price' => 'Prezzo unitario',
|
|
];
|