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

25 lines
1.1 KiB
PHP

<?php
$lang->attend->department = 'Department Attendance';
$lang->attend->company = 'Company Attendance';
$lang->attend->saveStatAction = 'Save Attendance Statistics';
$lang->attend->exportAction = 'Export Attendance';
$lang->attend->reportAction = 'Report Attendance';
$lang->attend->detailAction = 'Attendance Detail';
$lang->attend->editAction = 'Supplement';
$lang->attend->review = 'Review Attendance';
$lang->attend->attendance = 'Attendance';
$lang->attend->confirmEarly = 'The latest sign off time has not yet arrived. Do you want to sign off?';
$lang->exportTypeList = array();
$lang->exportTypeList['all'] = 'All';
$lang->attend->featureBar = array();
$lang->attend->featureBar['personal']['personal'] = 'My';
$lang->attend->featureBar['personal']['department'] = 'Department';
$lang->attend->featureBar['personal']['company'] = 'Company';
$lang->attend->featureBar['personal']['detail'] = 'Detail';
$lang->attend->featureBar['personal']['browseReview'] = 'Review';
$lang->attend->featureBar['personal']['stat'] = 'Report';
$lang->attend->featureBar['personal']['settings'] = 'Settings';