Fix: traduction
This commit is contained in:
parent
5d3f8688c2
commit
71a949142e
@ -82,11 +82,11 @@ class mod_codeclient_tigre extends ModeleThirdPartyCode
|
|||||||
$texte.= '<table class="nobordernopadding" width="100%">';
|
$texte.= '<table class="nobordernopadding" width="100%">';
|
||||||
|
|
||||||
// Paramétrage du masque
|
// Paramétrage du masque
|
||||||
$texte.= '<tr><td>Modele code client</td>';
|
$texte.= '<tr><td>'.$langs->trans("CustomerCodeModel").'</td>';
|
||||||
$texte.= '<td align="right">'.$form->textwithhelp('<input type="text" class="flat" size="24" name="maskcustomer" value="'.$conf->global->CODE_TIGRE_MASK_CUSTOMER.'">',$langs->trans("TigreMaskCodes"),1,1).'</td>';
|
$texte.= '<td align="right">'.$form->textwithhelp('<input type="text" class="flat" size="24" name="maskcustomer" value="'.$conf->global->CODE_TIGRE_MASK_CUSTOMER.'">',$langs->trans("TigreMaskCodes"),1,1).'</td>';
|
||||||
$texte.= '</tr>';
|
$texte.= '</tr>';
|
||||||
|
|
||||||
$texte.= '<tr><td>Modele code fournisseur</td>';
|
$texte.= '<tr><td>'.$langs->trans("SupplierCodeModel").'</td>';
|
||||||
$texte.= '<td align="right">'.$form->textwithhelp('<input type="text" class="flat" size="24" name="masksupplier" value="'.$conf->global->CODE_TIGRE_MASK_SUPPLIER.'">',$langs->trans("TigreMaskCodes"),1,1).'</td>';
|
$texte.= '<td align="right">'.$form->textwithhelp('<input type="text" class="flat" size="24" name="masksupplier" value="'.$conf->global->CODE_TIGRE_MASK_SUPPLIER.'">',$langs->trans("TigreMaskCodes"),1,1).'</td>';
|
||||||
$texte.= '</tr>';
|
$texte.= '</tr>';
|
||||||
|
|
||||||
|
|||||||
@ -64,6 +64,8 @@ VATIsNotUsed=VAT is not used
|
|||||||
ThirdPartyEMail=%s
|
ThirdPartyEMail=%s
|
||||||
WrongCustomerCode=Customer code invalid
|
WrongCustomerCode=Customer code invalid
|
||||||
WrongSupplierCode=Supplier code invalid
|
WrongSupplierCode=Supplier code invalid
|
||||||
|
CustomerCodeModel=Customer code model
|
||||||
|
SupplierCodeModel=Supplier code model
|
||||||
Gencod=Bar code
|
Gencod=Bar code
|
||||||
##### Professionnal ID #####
|
##### Professionnal ID #####
|
||||||
ProfId1=Professional ID 1
|
ProfId1=Professional ID 1
|
||||||
|
|||||||
@ -64,6 +64,8 @@ VATIsNotUsed=Non assujetti
|
|||||||
ThirdPartyEMail=%s
|
ThirdPartyEMail=%s
|
||||||
WrongCustomerCode=Code client incorrect
|
WrongCustomerCode=Code client incorrect
|
||||||
WrongSupplierCode=Code fournisseur incorrect
|
WrongSupplierCode=Code fournisseur incorrect
|
||||||
|
CustomerCodeModel=Modèle de code client
|
||||||
|
SupplierCodeModel=Modèle de code fournisseur
|
||||||
Gencod=Code barre
|
Gencod=Code barre
|
||||||
##### Professionnal ID #####
|
##### Professionnal ID #####
|
||||||
ProfId1=ID professionnel 1
|
ProfId1=ID professionnel 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user