New: Add dm3 in volume unit
This commit is contained in:
parent
4d897437f2
commit
546d7368b1
@ -2422,8 +2422,9 @@ class Form
|
||||
else if ($measuring_style == 'volume')
|
||||
{
|
||||
$measuring_units[0] = $langs->trans("VolumeUnitm3");
|
||||
$measuring_units[-3] = $langs->trans("VolumeUnitcm3");
|
||||
$measuring_units[-6] = $langs->trans("VolumeUnitmm3");
|
||||
$measuring_units[-3] = $langs->trans("VolumeUnitdm3");
|
||||
$measuring_units[-6] = $langs->trans("VolumeUnitcm3");
|
||||
$measuring_units[-9] = $langs->trans("VolumeUnitmm3");
|
||||
}
|
||||
|
||||
print '<select class="flat" name="'.$name.'">';
|
||||
|
||||
@ -557,6 +557,8 @@ MAIN_MAX_DECIMALS_TOT=Max decimals for total prices
|
||||
MAIN_MAX_DECIMALS_SHOWN=Max decimals for prices shown on screen (Add <b>...</b> after this number if you want to see <b>...</b> when number is truncated when shown on screen)
|
||||
ParameterActiveForNextInputOnly=Parameter effective for next input only
|
||||
NoEventOrNoAuditSetup=No security event has been recorded yet. This can be normal if audit has not been enabled on "setup - security - audit" page.
|
||||
NoEventFoundWithCriteria=No security event has been found for such search criterias.
|
||||
|
||||
##### Users setup #####
|
||||
UserGroupSetup=Users and groups module setup
|
||||
GeneratePassword=Suggest a generated password
|
||||
|
||||
@ -76,6 +76,7 @@ WeightUnitmg=mg
|
||||
Volume=Volume
|
||||
TotalVolume=Total volume
|
||||
VolumeUnitm3=m<SUP>3</SUP>
|
||||
VolumeUnitdm3=dm<SUP>3</SUP>
|
||||
VolumeUnitcm3=cm<SUP>3</SUP>
|
||||
VolumeUnitmm3=mm<SUP>3</SUP>
|
||||
BugTracker=Bug tracker
|
||||
|
||||
@ -77,6 +77,7 @@ WeightUnitmg=mg
|
||||
Volume=Volumen
|
||||
TotalVolume=Volumen total
|
||||
VolumeUnitm3=m<SUP>3</SUP>
|
||||
VolumeUnitdm3=dm<SUP>3</SUP>
|
||||
VolumeUnitcm3=cm<SUP>3</SUP>
|
||||
VolumeUnitmm3=mm<SUP>3</SUP>
|
||||
BugTracker=Bug tracker
|
||||
|
||||
@ -555,6 +555,8 @@ MAIN_MAX_DECIMALS_TOT=Nombre de d
|
||||
MAIN_MAX_DECIMALS_SHOWN=Nombre de décimals maximum pour les montant affichés à l'écran (Mettre <b>...</b> après ce nombre max si vous voulez voir <b>...</b> quand le nombre est tronqué à l'affichage écran)
|
||||
ParameterActiveForNextInputOnly=Parametre effectif pour les prochaines saisies uniquement
|
||||
NoEventOrNoAuditSetup=Aucun évenement d'audit de sécurité n'a été enregistré. Ceci peut etre normal si l'audit n'a pas été activé dans la configuration - sécurité - audit.
|
||||
NoEventFoundWithCriteria=Aucun évenement d'audit de sécurité trouvé avec ces critères.
|
||||
|
||||
##### Users setup #####
|
||||
UserGroupSetup=Configuration module utilisateurs et groupes
|
||||
GeneratePassword=Proposer un mot de passe généré
|
||||
|
||||
@ -76,6 +76,7 @@ WeightUnitmg=mg
|
||||
Volume=Volume
|
||||
TotalVolume=Volume total
|
||||
VolumeUnitm3=m<SUP>3</SUP>
|
||||
VolumeUnitdm3=dm<SUP>3</SUP>
|
||||
VolumeUnitcm3=cm<SUP>3</SUP>
|
||||
VolumeUnitmm3=mm<SUP>3</SUP>
|
||||
BugTracker=Bug tracker
|
||||
|
||||
Loading…
Reference in New Issue
Block a user