Fix: Use correct translation key
This commit is contained in:
parent
fb60dc9338
commit
072247f1c8
@ -87,7 +87,7 @@ $h++;
|
|||||||
if (! empty($conf->global->MAIN_SUBMODULE_EXPEDITION))
|
if (! empty($conf->global->MAIN_SUBMODULE_EXPEDITION))
|
||||||
{
|
{
|
||||||
$head[$h][0] = DOL_URL_ROOT."/admin/expedition.php";
|
$head[$h][0] = DOL_URL_ROOT."/admin/expedition.php";
|
||||||
$head[$h][1] = $langs->trans("Sending");
|
$head[$h][1] = $langs->trans("Shipment");
|
||||||
$h++;
|
$h++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -210,7 +210,7 @@ $head[$h][1] = $langs->trans("Setup");
|
|||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT."/admin/expedition.php";
|
$head[$h][0] = DOL_URL_ROOT."/admin/expedition.php";
|
||||||
$head[$h][1] = $langs->trans("Sending");
|
$head[$h][1] = $langs->trans("Shipment");
|
||||||
$hselected=$h;
|
$hselected=$h;
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
|
|||||||
@ -192,7 +192,7 @@ $h++;
|
|||||||
if (! empty($conf->global->MAIN_SUBMODULE_EXPEDITION))
|
if (! empty($conf->global->MAIN_SUBMODULE_EXPEDITION))
|
||||||
{
|
{
|
||||||
$head[$h][0] = DOL_URL_ROOT."/admin/expedition.php";
|
$head[$h][0] = DOL_URL_ROOT."/admin/expedition.php";
|
||||||
$head[$h][1] = $langs->trans("Sending");
|
$head[$h][1] = $langs->trans("Shipment");
|
||||||
$h++;
|
$h++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -52,7 +52,7 @@ function commande_prepare_head($object)
|
|||||||
|| ($conf->livraison_bon->enabled && $user->rights->expedition->livraison->lire))
|
|| ($conf->livraison_bon->enabled && $user->rights->expedition->livraison->lire))
|
||||||
{
|
{
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/expedition/shipment.php?id='.$object->id;
|
$head[$h][0] = DOL_URL_ROOT.'/expedition/shipment.php?id='.$object->id;
|
||||||
if ($conf->expedition_bon->enabled) $text=$langs->trans("Sendings");
|
if ($conf->expedition_bon->enabled) $text=$langs->trans("Shipment");
|
||||||
if ($conf->expedition_bon->enabled && $conf->livraison_bon->enabled) $text.='/';
|
if ($conf->expedition_bon->enabled && $conf->livraison_bon->enabled) $text.='/';
|
||||||
if ($conf->livraison_bon->enabled) $text.=$langs->trans("Receivings");
|
if ($conf->livraison_bon->enabled) $text.=$langs->trans("Receivings");
|
||||||
$head[$h][1] = $text;
|
$head[$h][1] = $text;
|
||||||
|
|||||||
@ -48,7 +48,7 @@ function propal_prepare_head($object)
|
|||||||
{
|
{
|
||||||
$langs->load("sendings");
|
$langs->load("sendings");
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/expedition/propal.php?id='.$object->id;
|
$head[$h][0] = DOL_URL_ROOT.'/expedition/propal.php?id='.$object->id;
|
||||||
if ($conf->expedition_bon->enabled) $text=$langs->trans("Sendings");
|
if ($conf->expedition_bon->enabled) $text=$langs->trans("Shipment");
|
||||||
if ($conf->livraison_bon->enabled) $text.='/'.$langs->trans("Receivings");
|
if ($conf->livraison_bon->enabled) $text.='/'.$langs->trans("Receivings");
|
||||||
$head[$h][1] = $text;
|
$head[$h][1] = $text;
|
||||||
$head[$h][2] = 'shipping';
|
$head[$h][2] = 'shipping';
|
||||||
|
|||||||
@ -172,10 +172,10 @@ class pdf_merou extends ModelePdfExpedition
|
|||||||
if (method_exists($pdf,'AliasNbPages')) $pdf->AliasNbPages();
|
if (method_exists($pdf,'AliasNbPages')) $pdf->AliasNbPages();
|
||||||
|
|
||||||
$pdf->SetTitle($outputlangs->convToOutputCharset($object->ref));
|
$pdf->SetTitle($outputlangs->convToOutputCharset($object->ref));
|
||||||
$pdf->SetSubject($outputlangs->transnoentities("Sending"));
|
$pdf->SetSubject($outputlangs->transnoentities("Shipment"));
|
||||||
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
||||||
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
||||||
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("Sending"));
|
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("Shipment"));
|
||||||
if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
|
if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
|
||||||
|
|
||||||
$pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right
|
$pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right
|
||||||
|
|||||||
@ -157,10 +157,10 @@ class pdf_rouget extends ModelePdfExpedition
|
|||||||
if (method_exists($pdf,'AliasNbPages')) $pdf->AliasNbPages();
|
if (method_exists($pdf,'AliasNbPages')) $pdf->AliasNbPages();
|
||||||
|
|
||||||
$pdf->SetTitle($outputlangs->convToOutputCharset($object->ref));
|
$pdf->SetTitle($outputlangs->convToOutputCharset($object->ref));
|
||||||
$pdf->SetSubject($outputlangs->transnoentities("Sending"));
|
$pdf->SetSubject($outputlangs->transnoentities("Shipment"));
|
||||||
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
||||||
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
||||||
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("Sending"));
|
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("Shipment"));
|
||||||
if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
|
if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
|
||||||
|
|
||||||
$pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right
|
$pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right
|
||||||
|
|||||||
@ -53,10 +53,10 @@ class mod_expedition_ribera extends ModelNumRefExpedition
|
|||||||
$texte.= '<input type="hidden" name="maskconstexpedition" value="EXPEDITION_RIBERA_MASK">';
|
$texte.= '<input type="hidden" name="maskconstexpedition" value="EXPEDITION_RIBERA_MASK">';
|
||||||
$texte.= '<table class="nobordernopadding" width="100%">';
|
$texte.= '<table class="nobordernopadding" width="100%">';
|
||||||
|
|
||||||
$tooltip=$langs->trans("GenericMaskCodes",$langs->transnoentities("Sending"),$langs->transnoentities("Sending"));
|
$tooltip=$langs->trans("GenericMaskCodes",$langs->transnoentities("Shipment"),$langs->transnoentities("Shipment"));
|
||||||
$tooltip.=$langs->trans("GenericMaskCodes2");
|
$tooltip.=$langs->trans("GenericMaskCodes2");
|
||||||
$tooltip.=$langs->trans("GenericMaskCodes3");
|
$tooltip.=$langs->trans("GenericMaskCodes3");
|
||||||
$tooltip.=$langs->trans("GenericMaskCodes4a",$langs->transnoentities("Sending"),$langs->transnoentities("Sending"));
|
$tooltip.=$langs->trans("GenericMaskCodes4a",$langs->transnoentities("Shipment"),$langs->transnoentities("Shipment"));
|
||||||
$tooltip.=$langs->trans("GenericMaskCodes5");
|
$tooltip.=$langs->trans("GenericMaskCodes5");
|
||||||
|
|
||||||
$texte.= '<tr><td>'.$langs->trans("Mask").':</td>';
|
$texte.= '<tr><td>'.$langs->trans("Mask").':</td>';
|
||||||
|
|||||||
@ -153,7 +153,7 @@ if ($id > 0 || ! empty($ref))
|
|||||||
$langs->trans("OrderCard");
|
$langs->trans("OrderCard");
|
||||||
|
|
||||||
$head = shipping_prepare_head($object);
|
$head = shipping_prepare_head($object);
|
||||||
dol_fiche_head($head, 'contact', $langs->trans("Sending"), 0, 'sending');
|
dol_fiche_head($head, 'contact', $langs->trans("Shipment"), 0, 'sending');
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -517,7 +517,7 @@ else if ($action == 'classifybilled')
|
|||||||
* View
|
* View
|
||||||
*/
|
*/
|
||||||
|
|
||||||
llxHeader('',$langs->trans('Sending'),'Expedition');
|
llxHeader('',$langs->trans('Shipment'),'Expedition');
|
||||||
|
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
$formfile = new FormFile($db);
|
$formfile = new FormFile($db);
|
||||||
@ -916,7 +916,7 @@ else
|
|||||||
$soc->fetch($object->socid);
|
$soc->fetch($object->socid);
|
||||||
|
|
||||||
$head=shipping_prepare_head($object);
|
$head=shipping_prepare_head($object);
|
||||||
dol_fiche_head($head, 'shipping', $langs->trans("Sending"), 0, 'sending');
|
dol_fiche_head($head, 'shipping', $langs->trans("Shipment"), 0, 'sending');
|
||||||
|
|
||||||
dol_htmloutput_mesg($mesg);
|
dol_htmloutput_mesg($mesg);
|
||||||
|
|
||||||
|
|||||||
@ -39,7 +39,7 @@ $companystatic=new Societe($db);
|
|||||||
$shipment=new Expedition($db);
|
$shipment=new Expedition($db);
|
||||||
|
|
||||||
$helpurl='EN:Module_Shipments|FR:Module_Expéditions|ES:Módulo_Expediciones';
|
$helpurl='EN:Module_Shipments|FR:Module_Expéditions|ES:Módulo_Expediciones';
|
||||||
llxHeader('',$langs->trans("Sendings"),$helpurl);
|
llxHeader('',$langs->trans("Shipment"),$helpurl);
|
||||||
|
|
||||||
print_fiche_titre($langs->trans("SendingsArea"));
|
print_fiche_titre($langs->trans("SendingsArea"));
|
||||||
|
|
||||||
|
|||||||
@ -88,7 +88,7 @@ if ($id > 0 || ! empty($ref))
|
|||||||
$soc->fetch($object->socid);
|
$soc->fetch($object->socid);
|
||||||
|
|
||||||
$head=shipping_prepare_head($object);
|
$head=shipping_prepare_head($object);
|
||||||
dol_fiche_head($head, 'note', $langs->trans("Sending"), 0, 'sending');
|
dol_fiche_head($head, 'note', $langs->trans("Shipment"), 0, 'sending');
|
||||||
|
|
||||||
print '<table class="border" width="100%">';
|
print '<table class="border" width="100%">';
|
||||||
|
|
||||||
|
|||||||
@ -56,8 +56,6 @@ DraftOrWaitingShipped=Draft or validated not yet shipped
|
|||||||
MenuOrdersToBill=Orders delivered
|
MenuOrdersToBill=Orders delivered
|
||||||
MenuOrdersToBill2=Orders to bill
|
MenuOrdersToBill2=Orders to bill
|
||||||
SearchOrder=Search order
|
SearchOrder=Search order
|
||||||
Sending=Sending
|
|
||||||
Sendings=Sendings
|
|
||||||
ShipProduct=Ship product
|
ShipProduct=Ship product
|
||||||
Discount=Discount
|
Discount=Discount
|
||||||
CreateOrder=Create Order
|
CreateOrder=Create Order
|
||||||
|
|||||||
@ -3,6 +3,7 @@ CHARSET=UTF-8
|
|||||||
RefSending=Ref. shipment
|
RefSending=Ref. shipment
|
||||||
Sending=Shipment
|
Sending=Shipment
|
||||||
Sendings=Shipments
|
Sendings=Shipments
|
||||||
|
Shipment=Shipment
|
||||||
Shipments=Shipments
|
Shipments=Shipments
|
||||||
Receivings=Receivings
|
Receivings=Receivings
|
||||||
SendingsArea=Shipments area
|
SendingsArea=Shipments area
|
||||||
|
|||||||
@ -56,8 +56,6 @@ DraftOrWaitingShipped=Brouillon ou validée pas encore expédiée
|
|||||||
MenuOrdersToBill=Commandes délivrées
|
MenuOrdersToBill=Commandes délivrées
|
||||||
MenuOrdersToBill2=Commandes à facturer
|
MenuOrdersToBill2=Commandes à facturer
|
||||||
SearchOrder=Rechercher une commande
|
SearchOrder=Rechercher une commande
|
||||||
Sending=Expédition
|
|
||||||
Sendings=Expéditions
|
|
||||||
ShipProduct=Expédier produit
|
ShipProduct=Expédier produit
|
||||||
Discount=Remise
|
Discount=Remise
|
||||||
CreateOrder=Créer Commande
|
CreateOrder=Créer Commande
|
||||||
|
|||||||
@ -3,6 +3,7 @@ CHARSET=UTF-8
|
|||||||
RefSending=Réf. expédition
|
RefSending=Réf. expédition
|
||||||
Sending=Expédition
|
Sending=Expédition
|
||||||
Sendings=Expéditions
|
Sendings=Expéditions
|
||||||
|
Shipment=Expédition
|
||||||
Shipments=Expéditions
|
Shipments=Expéditions
|
||||||
Receivings=Réceptions
|
Receivings=Réceptions
|
||||||
SendingsArea=Espace expéditions
|
SendingsArea=Espace expéditions
|
||||||
|
|||||||
@ -479,7 +479,7 @@ else
|
|||||||
$soc->fetch($delivery->socid);
|
$soc->fetch($delivery->socid);
|
||||||
|
|
||||||
$head=delivery_prepare_head($delivery);
|
$head=delivery_prepare_head($delivery);
|
||||||
dol_fiche_head($head, 'delivery', $langs->trans("Sending"), 0, 'sending');
|
dol_fiche_head($head, 'delivery', $langs->trans("Shipment"), 0, 'sending');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Confirmation de la suppression
|
* Confirmation de la suppression
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user