diff --git a/htdocs/soc.php b/htdocs/soc.php index 021e456ca97..a7b7c4d525a 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -24,6 +24,8 @@ require("pre.inc.php"); +setlocale(LC_ALL, "fr_BE"); + $langs->load("companies"); @@ -140,7 +142,7 @@ if ($_GET["action"] == 'create') print ''.$langs->trans('ProfIdSiret').''; - print ''.$langs->trans('Ape').''; + print ''.$langs->trans('ProfIdApe').''; print 'Capital '.MAIN_MONNAIE.''; print 'Forme juridique'; @@ -216,10 +218,10 @@ elseif ($_GET["action"] == 'edit') print ''.$langs->trans('Fax').''; print 'Webhttp://'; - print 'Siren'; - print 'Siret'; + print ''.$langs->trans('ProfIdSiren').''; + print ''.$langs->trans('ProfIdSiret').''; - print 'Ape'; + print ''.$langs->trans('ProfIdApe').''; print 'Capital '.MAIN_MONNAIE.'';