From 65bec416a49e8c49564b07dbb4c5fccbaa40c51d Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Thu, 9 Dec 2010 21:03:14 +0000 Subject: [PATCH] traduction was missing --- htdocs/compta/facture.php | 1 + htdocs/langs/fr_FR/bills.lang | 1 + 2 files changed, 2 insertions(+) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index b4c41864262..e1dc0d61ab2 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -47,6 +47,7 @@ $langs->load('bills'); $langs->load('companies'); $langs->load('products'); $langs->load('main'); +$langs->load('bills'); if (GETPOST('mesg','int',1) && isset($_SESSION['message'])) $mesg=$_SESSION['message']; diff --git a/htdocs/langs/fr_FR/bills.lang b/htdocs/langs/fr_FR/bills.lang index d98e77a21f8..7f7e0989274 100644 --- a/htdocs/langs/fr_FR/bills.lang +++ b/htdocs/langs/fr_FR/bills.lang @@ -12,6 +12,7 @@ BillsUnpaid=Impayées BillsLate=Retards de paiement BillsStatistics=Statistiques factures clients BillsStatisticsSuppliers=Statistiques factures fournisseurs +DisabledBecauseNotErasable=Désactivé car non supprimable InvoiceStandard=Facture standard InvoiceStandardAsk=Facture standard InvoiceStandardDesc=Ce type de facture est la facture traditionnelle. On l'appelle aussi facture de doit (du verbe devoir).