2023-05-16 10:50:42 +08:00

22 lines
1007 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$lang->leave->switchstatus = 'Submit/Cancel Leave';
$lang->leave->companyAction = 'All Leaves';
$lang->leave->reviewAction = 'Review Leave';
$lang->leave->exportAction = 'Export Leave';
$lang->leave->createAction = 'Apply Leave';
$lang->leave->editAction = 'Edit Leave';
$lang->leave->deleteAction = 'Delete Leave';
$lang->leave->viewAction = 'Leave Detail';
$lang->leave->backAction = 'Back Leave';
$lang->leave->setReviewerAction = 'Set Reviewer';
$lang->leave->submit = 'Submit';
$lang->leave->action = new stdclass();
$lang->leave->action->reviewed = '$date, approved by <strong>$actor</strong>the result is <strong>$extra</strong>'. "\n";
$lang->leave->featureBar = array();
$lang->leave->featureBar['personal']['personal'] = 'My';
$lang->leave->featureBar['personal']['browseReview'] = 'Review';
$lang->leave->featureBar['personal']['company'] = 'All';
$lang->leave->featureBar['personal']['setReviewer'] = 'Settings';