lieu.php 1.1 KB

12345678910111213141516171819202122
  1. <?php
  2. $lang->lieu->switchstatus = 'Submit/Cancel Lieu';
  3. $lang->lieu->submit = 'Submit';
  4. $lang->lieu->browseReviewAction = 'Review Lieu List';
  5. $lang->lieu->reviewAction = 'Review Lieu';
  6. $lang->lieu->companyAction = 'All Lieus';
  7. $lang->lieu->createAction = 'Apply Lieu';
  8. $lang->lieu->editAction = 'Edit Lieu';
  9. $lang->lieu->deleteAction = 'Delete Lieu';
  10. $lang->lieu->viewAction = 'Lieu Detail';
  11. $lang->lieu->setReviewerAction = 'Lieu Settings';
  12. $lang->lieu->nobcmath = 'The bcmath extension of PHP needs to be installed.';
  13. $lang->lieu->wrongHours = 'The total hours of overtime and trip are <strong>%s</strong> hours. Lieu can not be > the total time.';
  14. $lang->lieu->bothEmpty = '<strong>Overtime</strong> records and <strong>trip</strong> records cannot be empty at the same time.';
  15. $lang->lieu->featureBar = array();
  16. $lang->lieu->featureBar['personal']['personal'] = 'My';
  17. $lang->lieu->featureBar['personal']['browseReview'] = 'Review';
  18. $lang->lieu->featureBar['personal']['company'] = 'All';
  19. $lang->lieu->featureBar['personal']['setReviewer'] = 'Settings';