Fix trans
This commit is contained in:
parent
dd9cb8e781
commit
4819e58d06
@ -35,7 +35,7 @@ function holiday_prepare_head($object)
|
|||||||
$head = array();
|
$head = array();
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/holiday/card.php?id='.$object->id;
|
$head[$h][0] = DOL_URL_ROOT.'/holiday/card.php?id='.$object->id;
|
||||||
$head[$h][1] = $langs->trans("Holiday");
|
$head[$h][1] = $langs->trans("Leave");
|
||||||
$head[$h][2] = 'card';
|
$head[$h][2] = 'card';
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
|
|||||||
@ -15,6 +15,7 @@ CancelCP=Canceled
|
|||||||
RefuseCP=Refused
|
RefuseCP=Refused
|
||||||
ValidatorCP=Approbator
|
ValidatorCP=Approbator
|
||||||
ListeCP=List of leave
|
ListeCP=List of leave
|
||||||
|
Leave=Leave request
|
||||||
LeaveId=Leave ID
|
LeaveId=Leave ID
|
||||||
ReviewedByCP=Will be approved by
|
ReviewedByCP=Will be approved by
|
||||||
UserID=User ID
|
UserID=User ID
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user