Trad: Et de la traduction...

This commit is contained in:
Laurent Destailleur 2005-02-10 23:07:31 +00:00
parent 0c2bfc6f49
commit 5e67cac278
2 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,7 @@ if ($_GET["action"] == 'edit')
print '<table class="noborder" width="100%">';
print '<tr class="liste_titre"><td>'.$langs->trans("CompanyIds").'</td><td>'.$langs->trans("Value").'</td></tr>';
$langs->load("companies");
print '<tr class="impair"><td width="50%">'.$langs->trans("ProfIdSiret").'</td><td>';
print '<input name="siret" size="20" value="' . MAIN_INFO_SIRET . '"></td></tr>';

View File

@ -28,6 +28,9 @@ Fax=Fax
Zip=Zip Code
Town=Town
Web=Web
ProfIdSiren=SIREN
ProfIdSiret=SIRET
ProfIdApe=NAF (Ex APE)
ProfId1FR=SIREN
ProfId2FR=SIRET
ProfId3FR=NAF (Ex APE)