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)
{