From 6531ffa78561a8a666fec0d4ab50a1d4c805302f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 25 May 2006 16:45:57 +0000 Subject: [PATCH] Trad: Pb traduction "date facturation" --- htdocs/includes/modules/facture/pdf_crabe.modules.php | 4 ++-- htdocs/langs/en_US/bills.lang | 1 - htdocs/langs/fr_FR/bills.lang | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/htdocs/includes/modules/facture/pdf_crabe.modules.php b/htdocs/includes/modules/facture/pdf_crabe.modules.php index 05521b543e8..2a91368aee9 100644 --- a/htdocs/includes/modules/facture/pdf_crabe.modules.php +++ b/htdocs/includes/modules/facture/pdf_crabe.modules.php @@ -783,13 +783,13 @@ class pdf_crabe extends ModelePDFFactures $pdf->SetFont('Arial','B',13); $pdf->SetXY(100,$posy); $pdf->SetTextColor(0,0,60); - $pdf->MultiCell(100, 4, $langs->trans("Bill")." ".$fac->ref, '' , 'R'); + $pdf->MultiCell(100, 4, $langs->trans("Invoice")." ".$fac->ref, '' , 'R'); $pdf->SetFont('Arial','',12); $posy+=6; $pdf->SetXY(100,$posy); $pdf->SetTextColor(0,0,60); - $pdf->MultiCell(100, 4, $langs->trans("DateBill")." : " . dolibarr_print_date($fac->date,"%d %b %Y"), '', 'R'); + $pdf->MultiCell(100, 4, $langs->trans("DateInvoice")." : " . dolibarr_print_date($fac->date,"%d %b %Y"), '', 'R'); $posy+=6; $pdf->SetXY(100,$posy); diff --git a/htdocs/langs/en_US/bills.lang b/htdocs/langs/en_US/bills.lang index ac4a75e37f6..8b1bb6c9e88 100644 --- a/htdocs/langs/en_US/bills.lang +++ b/htdocs/langs/en_US/bills.lang @@ -101,7 +101,6 @@ RelatedCommercialProposals=Related commercial proposals MenuToValid=To valid DateMaxPayment=Payment due before DateEcheance=Due date limit -DateBill=Invoice date DateInvoice=Invoice date NoInvoice=No invoice ClassifyBill=Classify invoice diff --git a/htdocs/langs/fr_FR/bills.lang b/htdocs/langs/fr_FR/bills.lang index 6341ab45e11..38ca46cc3ca 100644 --- a/htdocs/langs/fr_FR/bills.lang +++ b/htdocs/langs/fr_FR/bills.lang @@ -101,7 +101,6 @@ RelatedCommercialProposals=Propositions commerciales associ MenuToValid=A valider DateMaxPayment=Date limite règlement DateEcheance=Date échéance -DateBill=Date facturaction DateInvoice=Date facturation NoInvoice=Aucune facture ClassifyBill=Classer la facture