Improved pdf template
This commit is contained in:
committed by
Julien Chanseaume
parent
953a6300f9
commit
4f8b17bfef
@@ -1,18 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Custmer Number' => 'Numéro client',
|
||||
'Customer Number' => 'Numéro Client',
|
||||
'DELIVERY' => 'LIVRAISON',
|
||||
'Delivery address' => 'Adresse de livraison',
|
||||
'Delivery module' => 'Module de livraison',
|
||||
'Discount' => 'Remise',
|
||||
'Email: ' => 'Email :',
|
||||
'INVOICE' => 'FACTURE',
|
||||
'Invoice REF' => 'Ref de facture',
|
||||
'Invoice address' => 'Adresse de facturation',
|
||||
'Invoice date' => 'Date de facturation',
|
||||
'Payment module' => 'Module de paiement',
|
||||
'Phone: ' => 'Tél.: ',
|
||||
'Postage' => 'Frais de livraison',
|
||||
'Product' => 'Produit',
|
||||
'Quantity' => 'Quantité',
|
||||
'Ref' => 'Ref',
|
||||
'THANK YOU' => 'MERCI',
|
||||
'Tax' => 'Taxes',
|
||||
'Taxed total' => 'Total TTC',
|
||||
'Total' => 'Total',
|
||||
@@ -20,9 +24,6 @@ return array(
|
||||
'Total without tax' => 'Total HT',
|
||||
'Unit taxed price' => 'Prix unitaire TTC',
|
||||
'Unit. price' => 'Prix unitaire',
|
||||
'delivery adress' => 'adresse de livraison',
|
||||
'delivery module' => 'Mode de livraison',
|
||||
'invoice address' => 'Adresse de facturation',
|
||||
'page' => 'page',
|
||||
'product' => 'Produit',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user