12 lines
526 B
PHP
12 lines
526 B
PHP
<?php
|
|
$lang->attend->department = 'Department có mặt';
|
|
$lang->attend->company = 'Company có mặt';
|
|
$lang->attend->saveStatAction = 'Lưu Attendance thống kê';
|
|
$lang->attend->exportAction = 'Xuất có mặt';
|
|
$lang->attend->reportAction = 'Báo cáo có mặt';
|
|
$lang->attend->detailAction = 'Attendance Detail';
|
|
$lang->attend->editAction = 'Supplement';
|
|
$lang->attend->review = 'Duyệt có mặt';
|
|
|
|
$lang->attend->confirmEarly = 'The latest sign off time has not yet arrived. Bạn có muốn sign off?';
|