Skip to content
Snippets Groups Projects
Commit 4765c879 authored by Regis Houssin's avatar Regis Houssin
Browse files

fix: traduction

parent 929bd531
No related branches found
No related tags found
No related merge requests found
...@@ -101,18 +101,18 @@ class InterfaceFraisport ...@@ -101,18 +101,18 @@ class InterfaceFraisport
{ {
if ($action == 'LINEORDER_INSERT') if ($action == 'LINEORDER_INSERT')
{ {
return $this->_add_line_haulier($action,$object,$user,$langs,$conf); return $this->_add_line_carrier($action,$object,$user,$langs,$conf);
} }
if ($action == 'LINEORDER_DELETE') if ($action == 'LINEORDER_DELETE')
{ {
return $this->_add_line_haulier($action,$object,$user,$langs,$conf); return $this->_add_line_carrier($action,$object,$user,$langs,$conf);
} }
// Renvoi 0 car aucune action de faite // Renvoi 0 car aucune action de faite
return 0; return 0;
} }
function _add_line_haulier($action,$object,$user,$langs,$conf) function _add_line_carrier($action,$object,$user,$langs,$conf)
{ {
// Ajoute une ligne de frais de port automatiquement // Ajoute une ligne de frais de port automatiquement
// //
......
...@@ -17,10 +17,11 @@ CreateASending=Create a sending ...@@ -17,10 +17,11 @@ CreateASending=Create a sending
CreateSending=Create sending CreateSending=Create sending
QtyOrdered=Qty ordered QtyOrdered=Qty ordered
QtyShipped=Qty shipped QtyShipped=Qty shipped
QtyReceived=Qty received
QtyToShip=Qty to ship QtyToShip=Qty to ship
QtyReceived=Qty received
KeepToShip=Keep to ship KeepToShip=Keep to ship
OtherSendingsForSameOrder=Other sendings for this order OtherSendingsForSameOrder=Other sendings for this order
DateSending=Date sending
SendingsForSameOrder=Sendings for this order SendingsForSameOrder=Sendings for this order
SendingsAndReceivingForSameOrder=Sendings and receivings for this order SendingsAndReceivingForSameOrder=Sendings and receivings for this order
SendingsToValidate=Sending to validate SendingsToValidate=Sending to validate
...@@ -29,3 +30,7 @@ StatusSendingValidated=Validated (products to ship or already shipped) ...@@ -29,3 +30,7 @@ StatusSendingValidated=Validated (products to ship or already shipped)
StatusSendingDraftShort=Draft StatusSendingDraftShort=Draft
StatusSendingValidatedShort=Validated StatusSendingValidatedShort=Validated
SendingSheet=Sending sheet SendingSheet=Sending sheet
Carriers=Carriers
Carrier=Carrier
CarriersArea=Carriers area
NewCarrier=New carrier
\ No newline at end of file
...@@ -13,14 +13,15 @@ StatisticsOfSendings=Statistiques des exp ...@@ -13,14 +13,15 @@ StatisticsOfSendings=Statistiques des exp
NbOfSendings=Nombre d'expditions NbOfSendings=Nombre d'expditions
SendingCard=Fiche expdition SendingCard=Fiche expdition
NewSending=Nouvelle expdition NewSending=Nouvelle expdition
CreateASending=Crer une expedition CreateASending=Crer une expdition
CreateSending=Crer expedition CreateSending=Crer expdition
QtyOrdered=Qt commande QtyOrdered=Qt commande
QtyShipped=Qt expdie QtyShipped=Qt expdie
QtyToShip=Qt expdier QtyToShip=Qt expdier
QtyReceived=Qt reue QtyReceived=Qt reue
KeepToShip=Reste expdier KeepToShip=Reste expdier
OtherSendingsForSameOrder=Autres expditions pour cette commande OtherSendingsForSameOrder=Autres expditions pour cette commande
DateSending=Date d'expdition
SendingsForSameOrder=Expditions pour cette commande SendingsForSameOrder=Expditions pour cette commande
SendingsAndReceivingForSameOrder=Expditions et rceptions pour cette commande SendingsAndReceivingForSameOrder=Expditions et rceptions pour cette commande
SendingsToValidate=Expditions valider SendingsToValidate=Expditions valider
...@@ -29,7 +30,7 @@ StatusSendingValidated=Valid ...@@ -29,7 +30,7 @@ StatusSendingValidated=Valid
StatusSendingDraftShort=Brouillon StatusSendingDraftShort=Brouillon
StatusSendingValidatedShort=Valide StatusSendingValidatedShort=Valide
SendingSheet=Bordereau d'expdition SendingSheet=Bordereau d'expdition
Hauliers=Transporteurs Carriers=Transporteurs
Haulier=Transporteur Carrier=Transporteur
HauliersArea=Espace transporteurs CarriersArea=Espace transporteurs
NewHaulier=Nouveau transporteur NewCarrier=Nouveau transporteur
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment