en.php 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?php
  2. if(!isset($lang->lieu)) $lang->lieu = new stdclass();
  3. $lang->lieu->common = 'Lieu';
  4. $lang->lieu->browse = 'Lieu';
  5. $lang->lieu->create = 'Create';
  6. $lang->lieu->edit = 'Edit';
  7. $lang->lieu->view = 'View';
  8. $lang->lieu->delete = 'Delete';
  9. $lang->lieu->review = 'Review';
  10. $lang->lieu->cancel = 'Cancel';
  11. $lang->lieu->commit = 'Submit';
  12. $lang->lieu->personal = 'My Lieu';
  13. $lang->lieu->browseReview = 'Review';
  14. $lang->lieu->company = 'All';
  15. $lang->lieu->setReviewer = 'Settings';
  16. $lang->lieu->batchReview = 'Batch Review';
  17. $lang->lieu->batchPass = 'Batch Pass';
  18. $lang->lieu->id = 'ID';
  19. $lang->lieu->year = 'Year';
  20. $lang->lieu->begin = 'Begin';
  21. $lang->lieu->end = 'End';
  22. $lang->lieu->start = 'Start';
  23. $lang->lieu->finish = 'Finish';
  24. $lang->lieu->hours = 'Hours';
  25. $lang->lieu->overtime = 'Overtime';
  26. $lang->lieu->trip = 'Trip';
  27. $lang->lieu->status = 'Status';
  28. $lang->lieu->desc = 'Description';
  29. $lang->lieu->createdBy = 'Created By';
  30. $lang->lieu->createdDate = 'Created';
  31. $lang->lieu->reviewedBy = 'Reviewed By';
  32. $lang->lieu->reviewedDate = 'Reviewed';
  33. $lang->lieu->date = 'Date';
  34. $lang->lieu->time = 'Time';
  35. $lang->lieu->rejectReason = 'Reject Reason';
  36. $lang->lieu->statusList['draft'] = 'Draft';
  37. $lang->lieu->statusList['wait'] = 'Wait';
  38. $lang->lieu->statusList['doing'] = 'Doing';
  39. $lang->lieu->statusList['pass'] = 'Pass';
  40. $lang->lieu->statusList['reject'] = 'Reject';
  41. $lang->lieu->confirmReview['pass'] = 'Do you want to pass it?';
  42. $lang->lieu->confirmReview['reject'] = 'Do you want to reject it?';
  43. $lang->lieu->notExist = 'The record does not exist.';
  44. $lang->lieu->checkHours = 'Check Hours';
  45. $lang->lieu->denied = 'Access is denied.';
  46. $lang->lieu->unique = 'There was s Lieu in %s.';
  47. $lang->lieu->sameMonth = 'Lieus must be in the same month.';
  48. $lang->lieu->wrongEnd = 'End time should be > begin time.';
  49. $lang->lieu->nodata = 'No data is selected.';
  50. $lang->lieu->reviewSuccess = 'Reviewed';
  51. $lang->lieu->wrongHours = 'The total hours of overtime and trip are <strong>%s</strong> hours. Lieu can not be > the total time.';
  52. $lang->lieu->nobccomp = 'Please install the extension php-bcmath.';
  53. $lang->lieu->bothEmpty = '<strong>Overtime</strong> records and <strong>trip</strong> records cannot be empty at the same time.';
  54. $lang->lieu->hoursTip = 'Hours';
  55. $lang->lieu->checkHoursList['0'] = 'Not check';
  56. $lang->lieu->checkHoursList['1'] = 'Lieu hours can not be > overtime hours (%s)';
  57. $lang->lieu->reviewStatusList['pass'] = 'Pass';
  58. $lang->lieu->reviewStatusList['reject'] = 'Reject';