| 123456789101112131415161718 |
- <?php
- $lang->makeup->switchstatus = '提交或撤销';
- $lang->makeup->companyAction = '所有补班';
- $lang->makeup->reviewAction = '审核补班';
- $lang->makeup->exportAction = '导出补班';
- $lang->makeup->createAction = '申请补班';
- $lang->makeup->editAction = '编辑补班';
- $lang->makeup->deleteAction = '删除补班';
- $lang->makeup->viewAction = '补班详情';
- $lang->makeup->setReviewerAction = '补班设置';
- $lang->makeup->submit = '提交';
- $lang->makeup->browseReview = '补班审核列表';
- $lang->makeup->featureBar = array();
- $lang->makeup->featureBar['personal']['personal'] = '我的补班';
- $lang->makeup->featureBar['personal']['browseReview'] = '我的审核';
- $lang->makeup->featureBar['personal']['company'] = '全部补班';
- $lang->makeup->featureBar['personal']['setReviewer'] = '设置';
|