From e152621539dd3c89be1b62633a6be35b3a447f44 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 25 Feb 2006 01:34:33 +0000 Subject: [PATCH] =?UTF-8?q?Trad:=20Modification=20terme=20date=20limite=20?= =?UTF-8?q?r=E9glement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 2 +- htdocs/compta/facture/apercu.php | 2 +- htdocs/compta/facture/note.php | 2 +- htdocs/compta/facture/prelevement.php | 2 +- htdocs/langs/en_US/bills.lang | 2 +- htdocs/langs/fr_FR/bills.lang | 2 +- htdocs/telephonie/client/facture.php | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 57855fb520d..47fea73d9f4 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1206,7 +1206,7 @@ else // Dates print ''.$langs->trans('Date').''; print ''.dolibarr_print_date($fac->date,'%A %d %B %Y').''; - print ''.$langs->trans('DateClosing').'' . dolibarr_print_date($fac->date_lim_reglement,'%A %d %B %Y'); + print ''.$langs->trans('DateMaxPayment').'' . dolibarr_print_date($fac->date_lim_reglement,'%A %d %B %Y'); if ($fac->date_lim_reglement < (time() - $conf->facture->client->warning_delay) && ! $fac->paye && $fac->statut == 1 && ! $fac->am) print img_warning($langs->trans('Late')); print ''; diff --git a/htdocs/compta/facture/apercu.php b/htdocs/compta/facture/apercu.php index 5252343a0d5..4d8c6535514 100644 --- a/htdocs/compta/facture/apercu.php +++ b/htdocs/compta/facture/apercu.php @@ -93,7 +93,7 @@ if ($_GET["facid"] > 0) // Dates print ''.$langs->trans("Date").''; print ''.dolibarr_print_date($fac->date,"%A %d %B %Y").''; - print ''.$langs->trans("DateClosing").'' . dolibarr_print_date($fac->date_lim_reglement,"%A %d %B %Y"); + print ''.$langs->trans("DateMaxPayment").'' . dolibarr_print_date($fac->date_lim_reglement,"%A %d %B %Y"); if ($fac->paye == 0 && $fac->date_lim_reglement < (time() - $conf->facture->client->warning_delay)) print img_warning($langs->trans("Late")); print ""; diff --git a/htdocs/compta/facture/note.php b/htdocs/compta/facture/note.php index 0258166d338..1a2440feb52 100644 --- a/htdocs/compta/facture/note.php +++ b/htdocs/compta/facture/note.php @@ -122,7 +122,7 @@ if ($_GET["facid"]) // Dates print ''.$langs->trans("Date").''; print ''.dolibarr_print_date($fac->date,"%A %d %B %Y").''; - print ''.$langs->trans("DateClosing").'' . dolibarr_print_date($fac->date_lim_reglement,"%A %d %B %Y"); + print ''.$langs->trans("DateMaxPayment").'' . dolibarr_print_date($fac->date_lim_reglement,"%A %d %B %Y"); if ($fac->date_lim_reglement < (time() - $conf->facture->client->warning_delay) && ! $fac->paye && $fac->statut == 1 && ! $fac->am) print img_warning($langs->trans("Late")); print ""; diff --git a/htdocs/compta/facture/prelevement.php b/htdocs/compta/facture/prelevement.php index 4c45a3f8e53..678ccbfbacc 100644 --- a/htdocs/compta/facture/prelevement.php +++ b/htdocs/compta/facture/prelevement.php @@ -136,7 +136,7 @@ if ($_GET["facid"] > 0) // Dates print ''.$langs->trans("Date").''; print ''.dolibarr_print_date($fac->date,"%A %d %B %Y").''; - print ''.$langs->trans("DateClosing").'' . dolibarr_print_date($fac->date_lim_reglement,"%A %d %B %Y"); + print ''.$langs->trans("DateMaxPayment").'' . dolibarr_print_date($fac->date_lim_reglement,"%A %d %B %Y"); if ($fac->date_lim_reglement < (time() - $conf->facture->client->warning_delay) && ! $fac->paye && $fac->statut == 1 && ! $fac->am) print img_warning($langs->trans("Late")); print ""; diff --git a/htdocs/langs/en_US/bills.lang b/htdocs/langs/en_US/bills.lang index 919ddeebf1b..98e0df51b14 100644 --- a/htdocs/langs/en_US/bills.lang +++ b/htdocs/langs/en_US/bills.lang @@ -95,7 +95,7 @@ SendBillByMail=Send invoice by email SendReminderBillByMail=Send reminder by email RelatedCommercialProposals=Related commercial proposals MenuToValid=To valid -DateClosing=Closing date +DateMaxPayment=Payment due before DateEcheance=Due date limit DateBill=Invoice date DateInvoice=Invoice date diff --git a/htdocs/langs/fr_FR/bills.lang b/htdocs/langs/fr_FR/bills.lang index 23143826098..421f1a5cae0 100644 --- a/htdocs/langs/fr_FR/bills.lang +++ b/htdocs/langs/fr_FR/bills.lang @@ -95,7 +95,7 @@ SendBillByMail=Envoyer la facture par mail SendReminderBillByMail=Envoyer une relance par mail RelatedCommercialProposals=Propositions commerciales associées MenuToValid=A valider -DateClosing=Date limite réglement +DateMaxPayment=Date limite réglement DateEcheance=Date échéance DateBill=Date facturaction DateInvoice=Date facturation diff --git a/htdocs/telephonie/client/facture.php b/htdocs/telephonie/client/facture.php index f4d5e289896..acaf15de6d2 100644 --- a/htdocs/telephonie/client/facture.php +++ b/htdocs/telephonie/client/facture.php @@ -238,7 +238,7 @@ if ($_GET["facid"] > 0) print ''.$langs->trans("Date").''; print "".dolibarr_print_date($fac->date,"%A %d %B %Y")."\n"; - print ''.$langs->trans("DateClosing").'' . dolibarr_print_date($fac->date_lim_reglement,"%A %d %B %Y"); + print ''.$langs->trans("DateMaxPayment").'' . dolibarr_print_date($fac->date_lim_reglement,"%A %d %B %Y"); print ""; print '';