Fix sur label hardcodé
This commit is contained in:
parent
2656ace64b
commit
2cb7dc9224
@ -42,3 +42,4 @@ DeStockReStockOnValidateOrder=Decrease/increase stocks on orders notes
|
|||||||
DeStockReStockOnShipment=Decrease/increase stocks on shipment
|
DeStockReStockOnShipment=Decrease/increase stocks on shipment
|
||||||
StockAvailable=Available stock
|
StockAvailable=Available stock
|
||||||
StockInstant=Real stock
|
StockInstant=Real stock
|
||||||
|
StockLimit=Limit
|
||||||
@ -1,23 +1,23 @@
|
|||||||
# Dolibarr language file - fr_FR - stocks
|
# Dolibarr language file - fr_FR - stocks
|
||||||
WarehouseCard=Fiche entrepôt
|
WarehouseCard=Fiche entrep<EFBFBD>t
|
||||||
Warehouse=Entrepôt
|
Warehouse=Entrep<EFBFBD>t
|
||||||
NewWarehouse=Nouvel entrepôt ou zone de stockage
|
NewWarehouse=Nouvel entrep<EFBFBD>t ou zone de stockage
|
||||||
MenuNewWarehouse=Nouvel entrepôt
|
MenuNewWarehouse=Nouvel entrep<EFBFBD>t
|
||||||
WarehouseOpened=Entrepôt ouvert
|
WarehouseOpened=Entrep<EFBFBD>t ouvert
|
||||||
WarehouseClosed=Entrepôt fermé
|
WarehouseClosed=Entrep<EFBFBD>t ferm<72>
|
||||||
WarehouseSource=Entrepôt source
|
WarehouseSource=Entrep<EFBFBD>t source
|
||||||
WarehouseTarget=Entrepôt cible
|
WarehouseTarget=Entrep<EFBFBD>t cible
|
||||||
ValidateSending=Valider expédition
|
ValidateSending=Valider exp<EFBFBD>dition
|
||||||
CancelSending=Annuler expédition
|
CancelSending=Annuler exp<EFBFBD>dition
|
||||||
DeleteSending=Supprimer expédition
|
DeleteSending=Supprimer exp<EFBFBD>dition
|
||||||
Stock=Stock
|
Stock=Stock
|
||||||
Stocks=Stocks
|
Stocks=Stocks
|
||||||
Movement=Mouvement
|
Movement=Mouvement
|
||||||
Movements=Mouvements
|
Movements=Mouvements
|
||||||
ErrorWarehouseRefRequired=Le nom de référence de l'entrepôt est obligatoire
|
ErrorWarehouseRefRequired=Le nom de r<EFBFBD>f<EFBFBD>rence de l'entrep<65>t est obligatoire
|
||||||
ErrorWarehouseLabelRequired=Le libellé de l'entrepôt est obligatoire
|
ErrorWarehouseLabelRequired=Le libell<EFBFBD> de l'entrep<65>t est obligatoire
|
||||||
CorrectStock=Corriger stock
|
CorrectStock=Corriger stock
|
||||||
ListOfWarehouses=Liste des entrepôts
|
ListOfWarehouses=Liste des entrep<EFBFBD>ts
|
||||||
ListOfStockMovements=Liste des mouvements de stock
|
ListOfStockMovements=Liste des mouvements de stock
|
||||||
StocksArea=Espace stocks
|
StocksArea=Espace stocks
|
||||||
Location=Lieu
|
Location=Lieu
|
||||||
@ -25,20 +25,21 @@ LocationSummary=Nom court du lieu
|
|||||||
NumberOfProducts=Nombre total de produits
|
NumberOfProducts=Nombre total de produits
|
||||||
LastMovement=Dernier mouvement
|
LastMovement=Dernier mouvement
|
||||||
LastMovements=Derniers mouvements
|
LastMovements=Derniers mouvements
|
||||||
Units=Unités
|
Units=Unit<EFBFBD>s
|
||||||
StockCorrection=Correction stock
|
StockCorrection=Correction stock
|
||||||
StockMovement=Transfert
|
StockMovement=Transfert
|
||||||
StockMovements=Mouvements de stock
|
StockMovements=Mouvements de stock
|
||||||
NumberOfUnit=Nombre de pièces
|
NumberOfUnit=Nombre de pi<EFBFBD>ces
|
||||||
TotalStock=Total en stock
|
TotalStock=Total en stock
|
||||||
StockTooLow=Stock insuffisant
|
StockTooLow=Stock insuffisant
|
||||||
EnhancedValue=Valorisation
|
EnhancedValue=Valorisation
|
||||||
EnhancedValueOfWarehouses=Valorisation des stocks
|
EnhancedValueOfWarehouses=Valorisation des stocks
|
||||||
UserWarehouseAutoCreate=Créer un stock automatiquement à la création d'un utilisateur
|
UserWarehouseAutoCreate=Cr<EFBFBD>er un stock automatiquement <20> la cr<63>ation d'un utilisateur
|
||||||
QtyDispatched=Quantité ventilée
|
QtyDispatched=Quantit<EFBFBD> ventil<69>e
|
||||||
OrderDispatch=Ventilation commande
|
OrderDispatch=Ventilation commande
|
||||||
DeStockReStockOnBill=Décrémente/Incrémente les stocks sur les factures/avoirs
|
DeStockReStockOnBill=D<EFBFBD>cr<EFBFBD>mente/Incr<63>mente les stocks sur les factures/avoirs
|
||||||
DeStockReStockOnValidateOrder=Décrémente/Incrémente les stocks sur les commandes
|
DeStockReStockOnValidateOrder=D<EFBFBD>cr<EFBFBD>mente/Incr<63>mente les stocks sur les commandes
|
||||||
DeStockReStockOnShipment=Décrémente/Incrémente les stocks sur les expéditions
|
DeStockReStockOnShipment=D<EFBFBD>cr<EFBFBD>mente/Incr<63>mente les stocks sur les exp<78>ditions
|
||||||
StockAvailable=Stock disponible
|
StockAvailable=Stock disponible
|
||||||
StockInstant=Stock actuel
|
StockInstant=Stock actuel
|
||||||
|
StockLimit=Seuil
|
||||||
@ -153,7 +153,7 @@ if ($_GET["id"] || $_GET["ref"])
|
|||||||
{
|
{
|
||||||
if ($product->stock_reel <= $product->seuil_stock_alerte)
|
if ($product->stock_reel <= $product->seuil_stock_alerte)
|
||||||
{
|
{
|
||||||
print '<td>'.img_warning().' '.$product->stock_reel.' Seuil : '.$product->seuil_stock_alerte;
|
print '<td>'.img_warning().' '.$product->stock_reel.' '.$langs->trans("StockLimit").' : '.$product->seuil_stock_alerte;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user