From 57d315f66441866806847f624d9a06b1a469ce52 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 10 Feb 2005 22:00:52 +0000 Subject: [PATCH] Trad: Et de la traduction... --- htdocs/societe/lien.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/societe/lien.php b/htdocs/societe/lien.php index 41dfeb4b941..240c3c85664 100644 --- a/htdocs/societe/lien.php +++ b/htdocs/societe/lien.php @@ -118,12 +118,12 @@ if($_GET["socid"]) if ($soc->url) { print 'http://'.$soc->url.''; } print ''; - print ''.$langs->trans('ProfIdSiren').''.$soc->siren.' '; + print ''.$langs->transcountry('ProfId1',$soc->pays_code).''.$soc->siren.' '; - print ''.$langs->trans('ProfIdSiret').''.$soc->siret.''; + print ''.$langs->transcountry('ProfId2',$soc->pays_code).''.$soc->siret.''; - print ''.$langs->trans('ProfIdApe').''.$soc->ape.''; - print 'Capital'.$soc->capital.' '.$conf->monnaie.''; + print ''.$langs->transcountry('ProfId3',$soc->pays_code).''.$soc->ape.' '; + print ''.$langs->trans("Capital").''.$soc->capital.' '.$conf->monnaie.''; if ($soc->parent > 0) {