Fix: traduction
This commit is contained in:
parent
c8f2e2f40c
commit
6ff4745696
@ -42,6 +42,7 @@ $langs->load("bills");
|
|||||||
$langs->load('deliveries');
|
$langs->load('deliveries');
|
||||||
$langs->load('orders');
|
$langs->load('orders');
|
||||||
$langs->load('stocks');
|
$langs->load('stocks');
|
||||||
|
$langs->load('other');
|
||||||
|
|
||||||
$user->getrights('expedition');
|
$user->getrights('expedition');
|
||||||
if (!$user->rights->expedition->lire)
|
if (!$user->rights->expedition->lire)
|
||||||
|
|||||||
@ -59,11 +59,13 @@ FeaturesSupported=Features supported
|
|||||||
Width=Width
|
Width=Width
|
||||||
Height=Height
|
Height=Height
|
||||||
Weight=Weight
|
Weight=Weight
|
||||||
|
TotalWeight=Total weight
|
||||||
WeightUnitton=tonnes
|
WeightUnitton=tonnes
|
||||||
WeightUnitkg=kg
|
WeightUnitkg=kg
|
||||||
WeightUnitg=g
|
WeightUnitg=g
|
||||||
WeightUnitmg=mg
|
WeightUnitmg=mg
|
||||||
Volume=Volume
|
Volume=Volume
|
||||||
|
TotalVolume=Total volume
|
||||||
VolumeUnitm3=m<SUP>3</SUP>
|
VolumeUnitm3=m<SUP>3</SUP>
|
||||||
VolumeUnitcm3=cm<SUP>3</SUP>
|
VolumeUnitcm3=cm<SUP>3</SUP>
|
||||||
VolumeUnitmm3=mm<SUP>3</SUP>
|
VolumeUnitmm3=mm<SUP>3</SUP>
|
||||||
|
|||||||
@ -108,7 +108,6 @@ NoProductMatching=No product/service match your criteria
|
|||||||
MatchingProducts=Matching products/services
|
MatchingProducts=Matching products/services
|
||||||
NoStockForThisProduct=No stock for this product
|
NoStockForThisProduct=No stock for this product
|
||||||
Restock=Restock
|
Restock=Restock
|
||||||
Weight=Weight
|
|
||||||
ProductSpecial=Special
|
ProductSpecial=Special
|
||||||
QtyMin=Quantity minimum
|
QtyMin=Quantity minimum
|
||||||
PriceHTQty=Price HT for this quantity
|
PriceHTQty=Price HT for this quantity
|
||||||
|
|||||||
@ -59,11 +59,13 @@ FeaturesSupported=Fonctionnalit
|
|||||||
Width=Largeur
|
Width=Largeur
|
||||||
Height=Hauteur
|
Height=Hauteur
|
||||||
Weight=Poids
|
Weight=Poids
|
||||||
|
TotalWeight=Poids total
|
||||||
WeightUnitton=tonnes
|
WeightUnitton=tonnes
|
||||||
WeightUnitkg=kg
|
WeightUnitkg=kg
|
||||||
WeightUnitg=g
|
WeightUnitg=g
|
||||||
WeightUnitmg=mg
|
WeightUnitmg=mg
|
||||||
Volume=Volume
|
Volume=Volume
|
||||||
|
TotalVolume=Volume total
|
||||||
VolumeUnitm3=m<SUP>3</SUP>
|
VolumeUnitm3=m<SUP>3</SUP>
|
||||||
VolumeUnitcm3=cm<SUP>3</SUP>
|
VolumeUnitcm3=cm<SUP>3</SUP>
|
||||||
VolumeUnitmm3=mm<SUP>3</SUP>
|
VolumeUnitmm3=mm<SUP>3</SUP>
|
||||||
|
|||||||
@ -108,7 +108,6 @@ MatchingProducts=Produits/Services trouv
|
|||||||
NewBook=Nouveau livre
|
NewBook=Nouveau livre
|
||||||
NoStockForThisProduct=Pas de stock pour ce produit
|
NoStockForThisProduct=Pas de stock pour ce produit
|
||||||
Restock=Réassort
|
Restock=Réassort
|
||||||
Weight=Poids
|
|
||||||
ProductSpecial=Special
|
ProductSpecial=Special
|
||||||
QtyMin=Quantité minimum
|
QtyMin=Quantité minimum
|
||||||
PriceHTQty=Prix HT pour la quantité
|
PriceHTQty=Prix HT pour la quantité
|
||||||
|
|||||||
@ -39,6 +39,7 @@ require_once(DOL_DOCUMENT_ROOT."/product.class.php");
|
|||||||
require_once(DOL_DOCUMENT_ROOT."/commande/commande.class.php");
|
require_once(DOL_DOCUMENT_ROOT."/commande/commande.class.php");
|
||||||
|
|
||||||
$langs->load("bills");
|
$langs->load("bills");
|
||||||
|
$langs->load("other");
|
||||||
|
|
||||||
$mesg = '';
|
$mesg = '';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user