32 lines
1007 B
PHP
Executable File
32 lines
1007 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'Customer Number' => 'Numéro de client',
|
|
'DELIVERY' => 'LIVRAISON',
|
|
'Delivery address' => 'Adresse de livraison',
|
|
'Delivery module' => 'Mode de livraison',
|
|
'delivery.imprint' => 'delivery.imprint',
|
|
'Discount' => 'Remise',
|
|
'Email: ' => 'Email :',
|
|
'INVOICE' => 'FACTURE',
|
|
'Invoice REF' => 'Numéro de facture',
|
|
'Invoice address' => 'Adresse de facturation',
|
|
'Invoice date' => 'Date de facturation',
|
|
'invoice.imprint' => 'invoice.imprint',
|
|
'Order status' => 'Statut de la commande',
|
|
'page' => 'page',
|
|
'Payment module' => 'Mode de paiement',
|
|
'Phone' => 'Tél/Moblie',
|
|
'Postage' => 'Frais de livraison',
|
|
'Product' => 'Produit',
|
|
'Quantity' => 'Quantité',
|
|
'Ref' => 'Réf.',
|
|
'Tax' => 'Tva',
|
|
'Taxed total' => 'Total TTC',
|
|
'Total' => 'Total',
|
|
'Total with tax' => 'Total TTC',
|
|
'Total without tax' => 'Total HT',
|
|
'Unit taxed price' => 'Prix unitaire TTC',
|
|
'Unit. price' => 'Prix unitaire HT',
|
|
];
|