Fix: Translation errors
This commit is contained in:
parent
25f26d036e
commit
89c5b28bde
@ -549,6 +549,7 @@ if ($_GET["id"])
|
||||
$valuetoshow=ucfirst($fieldlist[$field]); // Par defaut
|
||||
if ($fieldlist[$field]=='source') { $valuetoshow=$langs->trans("Contact"); }
|
||||
if ($fieldlist[$field]=='price') { $valuetoshow=$langs->trans("PriceUHT"); }
|
||||
if ($fieldlist[$field]=='taux') { $valuetoshow=$langs->trans("Rate"); }
|
||||
if ($fieldlist[$field]=='organization') { $valuetoshow=$langs->trans("Organization"); }
|
||||
if ($fieldlist[$field]=='lang') { $valuetoshow=$langs->trans("Language"); }
|
||||
if ($fieldlist[$field]=='type') { $valuetoshow=$langs->trans("Type"); }
|
||||
@ -628,6 +629,7 @@ if ($_GET["id"])
|
||||
$valuetoshow=ucfirst($fieldlist[$field]); // Par defaut
|
||||
if ($fieldlist[$field]=='source') { $valuetoshow=$langs->trans("Contact"); }
|
||||
if ($fieldlist[$field]=='price') { $valuetoshow=$langs->trans("PriceUHT"); }
|
||||
if ($fieldlist[$field]=='taux') { $valuetoshow=$langs->trans("Rate"); }
|
||||
if ($fieldlist[$field]=='organization') { $valuetoshow=$langs->trans("Organization"); }
|
||||
if ($fieldlist[$field]=='lang') { $valuetoshow=$langs->trans("Language"); }
|
||||
if ($fieldlist[$field]=='type') { $valuetoshow=$langs->trans("Type"); }
|
||||
|
||||
@ -15,4 +15,5 @@ IncludedVAT=Included VAT
|
||||
HT=Net of tax
|
||||
TTC=Inc. VAT
|
||||
VAT=VAT
|
||||
VATRate=VAT Rate
|
||||
VATRate=VAT Rate
|
||||
AmountVAT=Amount VAT
|
||||
|
||||
@ -266,7 +266,7 @@ AmountHTShort=Amount (net)
|
||||
AmountTTCShort=Amount (inc. tax)
|
||||
AmountHT=Amount (net of tax)
|
||||
AmountTTC=Amount (inc. tax)
|
||||
AmountVAT=Amount VAT
|
||||
AmountVAT=Amount tax
|
||||
AmountLT1ES=Amount RE
|
||||
AmountLT2ES=Amount IRPF
|
||||
AmountTotal=Total amount
|
||||
|
||||
Loading…
Reference in New Issue
Block a user