From d48447c73a525c7ebc4eab53ef2fd3156f546b90 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 2 Oct 2019 21:09:53 +0200 Subject: [PATCH] fix lang indention and order --- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 53 +++++++++++++---------- 2 files changed, 31 insertions(+), 24 deletions(-) diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 017f484..bed1b70 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -13,8 +13,8 @@ return ['Navigation' => [ 'Departments' => 'Departments', 'Employees' => 'Employees', - 'HumanResources' => 'Human Resources', 'HumanResourceManagement' => 'Human Resources', + 'HumanResources' => 'Human Resources', 'List' => 'List', 'Planning' => 'Planning', 'Positions' => 'Positions', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 9b7e43d..6f0547c 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -11,27 +11,34 @@ * @link https://orange-management.org */ return ['HumanResourceManagement' => [ - 'Account' => 'Account', - 'Active' => 'Active', - 'End' => 'End', - 'Inactive' => 'Inactive', - 'CreateFromAccount' => 'Create from account', - 'Birthday' => 'Birthday', - 'Clocking' => 'Clocking', - 'Department' => 'Department', - 'Departments' => 'Departments', - 'Email' => 'Email', - 'Employee' => 'Employee', - 'Employees' => 'Employees', - 'History' => 'History', - 'Name' => 'Name', - 'Parent' => 'Parent', - 'Personnel' => 'Personnel', - 'Position' => 'Position', - 'Start' => 'Start', - 'Shifts' => 'Shifts', - 'Staff' => 'Staff', - 'Status' => 'Status', - 'Unit' => 'Unit', - 'Vacation' => 'Vacation', + 'Account' => 'Account', + 'Active' => 'Active', + 'Birthday' => 'Birthday', + 'Clocking' => 'Clocking', + 'Contracts' => 'Contracts', + 'CreateFromAccount' => 'Create from account', + 'Department' => 'Department', + 'Departments' => 'Departments', + 'Documents' => 'Documents', + 'Education' => 'Education', + 'Email' => 'Email', + 'Employee' => 'Employee', + 'Employees' => 'Employees', + 'End' => 'End', + 'Evaluations' => 'Evaluations', + 'General' => 'General', + 'History' => 'History', + 'Inactive' => 'Inactive', + 'Name' => 'Name', + 'Parent' => 'Parent', + 'Personnel' => 'Personnel', + 'Position' => 'Position', + 'Remarks' => 'Remarks', + 'Shifts' => 'Shifts', + 'Staff' => 'Staff', + 'Start' => 'Start', + 'Status' => 'Status', + 'Unit' => 'Unit', + 'Vacation' => 'Vacation', + 'Work' => 'Work', ]];