This commit is contained in:
Dennis Eichhorn 2018-05-20 09:59:17 +02:00
parent 2f262e1d2a
commit 1f867a2d45

View File

@ -11,13 +11,13 @@
* @link http://website.orange-management.de
*/
return ['HumanResourceManagement' => [
'Birthday' => 'Birthday',
'Clocking' => 'Clocking',
'Birthday' => 'Birthday',
'Clocking' => 'Clocking',
'Department' => 'Department',
'Departments' => 'Departments',
'Email' => 'Email',
'Email' => 'Email',
'Employees' => 'Employees',
'History' => 'History',
'History' => 'History',
'Name' => 'Name',
'Parent' => 'Parent',
'Personnel' => 'Personnel',
@ -25,6 +25,6 @@ return ['HumanResourceManagement' => [
'Shifts' => 'Shifts',
'Staff' => 'Staff',
'Status' => 'Status',
'Unit' => 'Unit',
'Unit' => 'Unit',
'Vacation' => 'Vacation',
]];