From 34fc3489c897518319ab257d8a67f38fc5163a99 Mon Sep 17 00:00:00 2001 From: opensides Date: Tue, 7 Sep 2004 10:12:54 +0000 Subject: [PATCH] ajoute la localisation de siret, siren, ape --- htdocs/soc.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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.'';