en.php 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?php
  2. if(!isset($lang->makeup)) $lang->makeup = new stdclass();
  3. $lang->makeup->common = 'Makeup';
  4. $lang->makeup->browse = 'Browse Makeup';
  5. $lang->makeup->create = 'Apply';
  6. $lang->makeup->edit = 'Edit';
  7. $lang->makeup->view = 'View';
  8. $lang->makeup->delete = 'Delete';
  9. $lang->makeup->review = 'Review';
  10. $lang->makeup->cancel = 'Cancel';
  11. $lang->makeup->commit = 'Commit';
  12. $lang->makeup->export = 'Export';
  13. $lang->makeup->personal = 'My Makeup';
  14. $lang->makeup->browseReview = 'Review List';
  15. $lang->makeup->company = 'All';
  16. $lang->makeup->setReviewer = 'Settings';
  17. $lang->makeup->batchReview = 'Batch Review';
  18. $lang->makeup->batchPass = 'Batch Pass';
  19. $lang->makeup->id = 'ID';
  20. $lang->makeup->year = 'Year';
  21. $lang->makeup->begin = 'Begin';
  22. $lang->makeup->end = 'End';
  23. $lang->makeup->start = 'Start';
  24. $lang->makeup->finish = 'Finish';
  25. $lang->makeup->hours = 'Hours';
  26. $lang->makeup->leave = 'Leaves';
  27. $lang->makeup->type = 'Type';
  28. $lang->makeup->desc = 'Desc';
  29. $lang->makeup->status = 'Status';
  30. $lang->makeup->createdBy = 'Created By';
  31. $lang->makeup->createdDate = 'Created Date';
  32. $lang->makeup->reviewedBy = 'Reviewed By';
  33. $lang->makeup->reviewedDate = 'Reviewed Date';
  34. $lang->makeup->date = 'Date';
  35. $lang->makeup->time = 'Time';
  36. $lang->makeup->rejectReason = 'Reject Reason';
  37. $lang->makeup->typeList['compensate'] = 'Compensated Leave';
  38. $lang->makeup->statusList['draft'] = 'Draft';
  39. $lang->makeup->statusList['wait'] = 'Wait';
  40. $lang->makeup->statusList['doing'] = 'Doing';
  41. $lang->makeup->statusList['pass'] = 'Pass';
  42. $lang->makeup->statusList['reject'] = 'Reject';
  43. $lang->makeup->notExist = 'The record not exist';
  44. $lang->makeup->denied = 'Access denied';
  45. $lang->makeup->unique = 'There was a record of makeup in %s.';
  46. $lang->makeup->sameMonth = 'Makeup must be in the same month.';
  47. $lang->makeup->wrongEnd = 'End time should be greater than begin time.';
  48. $lang->makeup->nodata = 'No data selected.';
  49. $lang->makeup->reviewSuccess = 'Reviewed';
  50. $lang->makeup->confirmReview['pass'] = 'Are you sure to pass it?';
  51. $lang->makeup->confirmReview['reject'] = 'Are you sure to reject it?';
  52. $lang->makeup->hoursTip = 'Hours';
  53. $lang->makeup->reviewStatusList['pass'] = 'Pass';
  54. $lang->makeup->reviewStatusList['reject'] = 'Reject';