Better tranlsation message
This commit is contained in:
parent
f5de51406f
commit
4145874d34
@ -260,7 +260,7 @@ class ModeleBoxes // Can't be abtract as it is instantiated to build "empty"
|
|||||||
$out.= '</td><td class="nocellnopadd boxclose nowrap">';
|
$out.= '</td><td class="nocellnopadd boxclose nowrap">';
|
||||||
// The image must have the class 'boxhandle' beause it's value used in DOM draggable objects to define the area used to catch the full object
|
// The image must have the class 'boxhandle' beause it's value used in DOM draggable objects to define the area used to catch the full object
|
||||||
$out.= img_picto($langs->trans("MoveBox",$this->box_id),'grip_title','class="boxhandle hideonsmartphone" style="cursor:move;"');
|
$out.= img_picto($langs->trans("MoveBox",$this->box_id),'grip_title','class="boxhandle hideonsmartphone" style="cursor:move;"');
|
||||||
$out.= img_picto($langs->trans("Close2",$this->box_id),'close_title','class="boxclose" rel="x:y" style="cursor:pointer;" id="imgclose'.$this->box_id.'"');
|
$out.= img_picto($langs->trans("CloseBox",$this->box_id),'close_title','class="boxclose" rel="x:y" style="cursor:pointer;" id="imgclose'.$this->box_id.'"');
|
||||||
$label=$head['text'];
|
$label=$head['text'];
|
||||||
if (! empty($head['graph'])) $label.=' ('.$langs->trans("Graph").')';
|
if (! empty($head['graph'])) $label.=' ('.$langs->trans("Graph").')';
|
||||||
$out.= '<input type="hidden" id="boxlabelentry'.$this->box_id.'" value="'.dol_escape_htmltag($label).'">';
|
$out.= '<input type="hidden" id="boxlabelentry'.$this->box_id.'" value="'.dol_escape_htmltag($label).'">';
|
||||||
|
|||||||
@ -139,7 +139,7 @@ Update=Update
|
|||||||
AddActionToDo=Add event to do
|
AddActionToDo=Add event to do
|
||||||
AddActionDone=Add event done
|
AddActionDone=Add event done
|
||||||
Close=Close
|
Close=Close
|
||||||
Close2=Close
|
CloseBox=Remove box of your dashboard
|
||||||
Confirm=Confirm
|
Confirm=Confirm
|
||||||
ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b> ?
|
ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b> ?
|
||||||
Delete=Delete
|
Delete=Delete
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user