| 12345678910111213141516171819202122 |
- <?php
- $lang->lieu->switchstatus = 'Submit/Cancel Lieu';
- $lang->lieu->submit = 'Submit';
- $lang->lieu->browseReviewAction = 'Review Lieu List';
- $lang->lieu->reviewAction = 'Review Lieu';
- $lang->lieu->companyAction = 'All Lieus';
- $lang->lieu->createAction = 'Apply Lieu';
- $lang->lieu->editAction = 'Edit Lieu';
- $lang->lieu->deleteAction = 'Delete Lieu';
- $lang->lieu->viewAction = 'Lieu Detail';
- $lang->lieu->setReviewerAction = 'Lieu Settings';
- $lang->lieu->nobcmath = 'The bcmath extension of PHP needs to be installed.';
- $lang->lieu->wrongHours = 'The total hours of overtime and trip are <strong>%s</strong> hours. Lieu can not be > the total time.';
- $lang->lieu->bothEmpty = '<strong>Overtime</strong> records and <strong>trip</strong> records cannot be empty at the same time.';
- $lang->lieu->featureBar = array();
- $lang->lieu->featureBar['personal']['personal'] = 'My';
- $lang->lieu->featureBar['personal']['browseReview'] = 'Review';
- $lang->lieu->featureBar['personal']['company'] = 'All';
- $lang->lieu->featureBar['personal']['setReviewer'] = 'Settings';
|