From b427fc848e13155b38935d3c7b4be8f5fd04003c Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 13 Apr 2003 15:06:17 +0000 Subject: [PATCH] =?UTF-8?q?Suppression=20des=20appels=20=E0=20Translate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture.php3 b/htdocs/compta/facture.php3 index 86da9e13dd2..2a934d481ad 100644 --- a/htdocs/compta/facture.php3 +++ b/htdocs/compta/facture.php3 @@ -335,7 +335,7 @@ else print "Date"; print "".strftime("%A %d %B %Y",$obj->df)."\n"; - print "".translate("Author")."$author->fullname"; + print "Auteur$author->fullname"; print 'Montant'; print ''.price($obj->amount).''; @@ -346,7 +346,7 @@ else print 'euros TTC'; print 'Statut'.$obj->statut.''; - print "".translate("Payed").""; + print "Payé"; print "".$yn[$obj->paye].""; print "";