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