fix: traduction

This commit is contained in:
Regis Houssin 2007-12-16 21:19:53 +00:00
parent 929bd531f1
commit 4765c87997
3 changed files with 16 additions and 10 deletions

View File

@ -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
// //

View File

@ -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)
StatusSendingDraftShort=Draft StatusSendingDraftShort=Draft
StatusSendingValidatedShort=Validated StatusSendingValidatedShort=Validated
SendingSheet=Sending sheet SendingSheet=Sending sheet
Carriers=Carriers
Carrier=Carrier
CarriersArea=Carriers area
NewCarrier=New carrier

View File

@ -13,14 +13,15 @@ StatisticsOfSendings=Statistiques des exp
NbOfSendings=Nombre d'expéditions NbOfSendings=Nombre d'expéditions
SendingCard=Fiche expédition SendingCard=Fiche expédition
NewSending=Nouvelle expédition NewSending=Nouvelle expédition
CreateASending=Créer une expedition CreateASending=Créer une expédition
CreateSending=Créer expedition CreateSending=Créer expédition
QtyOrdered=Qté commandée QtyOrdered=Qté commandée
QtyShipped=Qté expédiée QtyShipped=Qté expédiée
QtyToShip=Qté à expédier QtyToShip=Qté à expédier
QtyReceived=Qté reçue QtyReceived=Qté reçue
KeepToShip=Reste à expédier KeepToShip=Reste à expédier
OtherSendingsForSameOrder=Autres expéditions pour cette commande OtherSendingsForSameOrder=Autres expéditions pour cette commande
DateSending=Date d'expédition
SendingsForSameOrder=Expéditions pour cette commande SendingsForSameOrder=Expéditions pour cette commande
SendingsAndReceivingForSameOrder=Expéditions et réceptions pour cette commande SendingsAndReceivingForSameOrder=Expéditions et réceptions pour cette commande
SendingsToValidate=Expéditions à valider SendingsToValidate=Expéditions à valider
@ -29,7 +30,7 @@ StatusSendingValidated=Valid
StatusSendingDraftShort=Brouillon StatusSendingDraftShort=Brouillon
StatusSendingValidatedShort=Validée StatusSendingValidatedShort=Validée
SendingSheet=Bordereau d'expédition SendingSheet=Bordereau d'expédition
Hauliers=Transporteurs Carriers=Transporteurs
Haulier=Transporteur Carrier=Transporteur
HauliersArea=Espace transporteurs CarriersArea=Espace transporteurs
NewHaulier=Nouveau transporteur NewCarrier=Nouveau transporteur