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
{
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')
{
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
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
//
......
......@@ -17,10 +17,11 @@ CreateASending=Create a sending
CreateSending=Create sending
QtyOrdered=Qty ordered
QtyShipped=Qty shipped
QtyReceived=Qty received
QtyToShip=Qty to ship
QtyReceived=Qty received
KeepToShip=Keep to ship
OtherSendingsForSameOrder=Other sendings for this order
DateSending=Date sending
SendingsForSameOrder=Sendings for this order
SendingsAndReceivingForSameOrder=Sendings and receivings for this order
SendingsToValidate=Sending to validate
......@@ -29,3 +30,7 @@ StatusSendingValidated=Validated (products to ship or already shipped)
StatusSendingDraftShort=Draft
StatusSendingValidatedShort=Validated
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
NbOfSendings=Nombre d'expditions
SendingCard=Fiche expdition
NewSending=Nouvelle expdition
CreateASending=Crer une expedition
CreateSending=Crer expedition
CreateASending=Crer une expdition
CreateSending=Crer expdition
QtyOrdered=Qt commande
QtyShipped=Qt expdie
QtyToShip=Qt expdier
QtyReceived=Qt reue
KeepToShip=Reste expdier
OtherSendingsForSameOrder=Autres expditions pour cette commande
DateSending=Date d'expdition
SendingsForSameOrder=Expditions pour cette commande
SendingsAndReceivingForSameOrder=Expditions et rceptions pour cette commande
SendingsToValidate=Expditions valider
......@@ -29,7 +30,7 @@ StatusSendingValidated=Valid
StatusSendingDraftShort=Brouillon
StatusSendingValidatedShort=Valide
SendingSheet=Bordereau d'expdition
Hauliers=Transporteurs
Haulier=Transporteur
HauliersArea=Espace transporteurs
NewHaulier=Nouveau transporteur
\ No newline at end of file
Carriers=Transporteurs
Carrier=Transporteur
CarriersArea=Espace transporteurs
NewCarrier=Nouveau transporteur
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment