From 16c9fc1e19a89b654787e9e5d277af2301d67937 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 | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 7c2a56c..032e04e 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -12,6 +12,6 @@ */ return ['Navigation' => [ 'Create' => 'Create', - 'TimeRecording' => 'Time Recording', 'List' => 'List', + 'TimeRecording' => 'Time Recording', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 0fd1166..7048d1f 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -11,17 +11,17 @@ * @link https://orange-management.org */ return ['HumanResourceTimeRecording' => [ - 'End' => 'End', - 'Start' => 'Start', - 'Status' => 'Status', - 'Type' => 'Type', + 'CS0' => 'Start', + 'CS1' => 'Pause', + 'CS2' => 'On the move', + 'CS3' => 'End', 'CT0' => 'Office', 'CT1' => 'Remote', 'CT2' => 'Home', 'CT3' => 'Vacation', 'CT4' => 'Sick', - 'CS0' => 'Start', - 'CS1' => 'Pause', - 'CS2' => 'On the move', - 'CS3' => 'End', + 'End' => 'End', + 'Start' => 'Start', + 'Status' => 'Status', + 'Type' => 'Type', ]];