|
| 1 | +<?php |
| 2 | + |
| 3 | +return [ |
| 4 | + /* |
| 5 | + |-------------------------------------------------------------------------- |
| 6 | + | Invoice Language Lines |
| 7 | + |-------------------------------------------------------------------------- |
| 8 | + */ |
| 9 | + |
| 10 | + 'invoice' => 'Facture', |
| 11 | + 'serial' => 'Numéro de série', |
| 12 | + 'date' => 'Date de facturation', |
| 13 | + 'seller' => 'Vendeur', |
| 14 | + 'buyer' => 'Acheteur', |
| 15 | + 'address' => 'Adresse', |
| 16 | + 'code' => 'Code', |
| 17 | + 'vat' => 'Code TVA', |
| 18 | + 'phone' => 'Téléphone', |
| 19 | + 'description' => 'Description', |
| 20 | + 'units' => 'Unités', |
| 21 | + 'quantity' => 'Qté', |
| 22 | + 'price' => 'Prix', |
| 23 | + 'discount' => 'Remise', |
| 24 | + 'tax' => 'Taxe', |
| 25 | + 'sub_total' => 'Sous-total', |
| 26 | + 'total_discount' => 'Remise totale', |
| 27 | + 'taxable_amount' => 'Montant taxable', |
| 28 | + 'total_taxes' => 'Montant total de la TVA', |
| 29 | + 'tax_rate' => 'Taux de TVA', |
| 30 | + 'total_amount' => 'Montant total', |
| 31 | + 'pay_until' => 'Veuillez payer avant le', |
| 32 | + 'amount_in_words' => 'Montant en lettres', |
| 33 | + 'amount_in_words_format' => '%s %s et %s %s', |
| 34 | + 'notes' => 'Notes', |
| 35 | + 'shipping' => 'Livraison', |
| 36 | + 'paid' => 'Payé', |
| 37 | + 'due' => 'Dû', |
| 38 | +]; |
0 commit comments