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

25 lines
704 B
PHP

<?php
/**
* Orange Management
*
* PHP Version 7.2
*
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link http://website.orange-management.de
*/
return ['Navigation' => [
'Departments' => 'Departments',
'Employees' => 'Employees',
'HumanResources' => 'Human Resources',
'HumanResourceManagement' => 'Human Resources',
'List' => 'List',
'Planning' => 'Planning',
'Positions' => 'Positions',
'Shifts' => 'Shifts',
'Staff' => 'Staff',
'Structure' => 'Structure',
]];