Fix: trad
This commit is contained in:
parent
5f6ac1374c
commit
9e187c3700
@ -125,6 +125,7 @@ class FormActions
|
|||||||
if ($typeelement == 'order') $title=$langs->trans('ActionsOnOrder');
|
if ($typeelement == 'order') $title=$langs->trans('ActionsOnOrder');
|
||||||
if ($typeelement == 'order_supplier' || $typeelement == 'supplier_order') $title=$langs->trans('ActionsOnOrder');
|
if ($typeelement == 'order_supplier' || $typeelement == 'supplier_order') $title=$langs->trans('ActionsOnOrder');
|
||||||
if ($typeelement == 'project') $title=$langs->trans('ActionsOnProject');
|
if ($typeelement == 'project') $title=$langs->trans('ActionsOnProject');
|
||||||
|
if ($typeelement == 'shipping') $title=$langs->trans('ActionsOnShipping');
|
||||||
|
|
||||||
print_titre($title);
|
print_titre($title);
|
||||||
|
|
||||||
|
|||||||
@ -1270,10 +1270,10 @@ else
|
|||||||
}
|
}
|
||||||
|
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
print "<br>\n";
|
||||||
}
|
}
|
||||||
print "\n";
|
|
||||||
|
|
||||||
print '<table width="100%" cellspacing=2><tr><td width="50%" valign="top">';
|
print '<table width="100%"><tr><td width="50%" valign="top">';
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -52,6 +52,7 @@ DateDeliveryPlanned=Planed date of delivery
|
|||||||
DateReceived=Date delivery received
|
DateReceived=Date delivery received
|
||||||
SendShippingByEMail=Send shipping by EMail
|
SendShippingByEMail=Send shipping by EMail
|
||||||
SendShippingRef=Send shipping %s
|
SendShippingRef=Send shipping %s
|
||||||
|
ActionsOnShipping=Acions on shipping
|
||||||
|
|
||||||
# Sending methods
|
# Sending methods
|
||||||
SendingMethodCATCH=Catch by customer
|
SendingMethodCATCH=Catch by customer
|
||||||
|
|||||||
@ -52,6 +52,7 @@ DateDeliveryPlanned=Date livraison prévue
|
|||||||
DateReceived=Date réception réelle
|
DateReceived=Date réception réelle
|
||||||
SendShippingByEMail=Envoi bon d'expédition par EMail
|
SendShippingByEMail=Envoi bon d'expédition par EMail
|
||||||
SendShippingRef=Envoi bon d'expédition %s
|
SendShippingRef=Envoi bon d'expédition %s
|
||||||
|
ActionsOnShipping=Événements sur l'expédition
|
||||||
|
|
||||||
# Sending methods
|
# Sending methods
|
||||||
SendingMethodCATCH=Enlèvement par le client
|
SendingMethodCATCH=Enlèvement par le client
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user