oms-HumanResourceManagement/Theme/Backend/Lang/en.lang.php

27 lines
625 B
PHP

<?php
/**
* Orange Management
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link http://orange-management.com
*/
return ['HumanResourceManagement' => [
'Department' => 'Department',
'Departments' => 'Departments',
'Employees' => 'Employees',
'Name' => 'Name',
'Parent' => 'Parent',
'Personnel' => 'Personnel',
'Position' => 'Position',
'Shifts' => 'Shifts',
'Staff' => 'Staff',
'Status' => 'Status',
'Vacation' => 'Vacation',
]];