From b146f9c2ed127473b64d4e15592be2f0e4e41705 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 12 Feb 2021 18:37:23 +0100 Subject: [PATCH] fix lang import sorting --- Theme/Backend/Lang/de.lang.php | 4 ++-- Theme/Backend/Lang/en.lang.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 669d252..7f9faed 100644 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -28,6 +28,7 @@ return ['Monitoring' => [ 'Errors' => '', 'Exception' => '', 'File' => '', + 'Files' => '', 'Info' => '', 'Inspect' => '', 'Inspection' => '', @@ -42,8 +43,8 @@ return ['Monitoring' => [ 'Notices' => '', 'OK' => '', 'OS' => '', - 'Penetrators' => '', 'PHPSettings' => '', + 'Penetrators' => '', 'RAMUsage' => '', 'Release' => '', 'Report' => '', @@ -59,5 +60,4 @@ return ['Monitoring' => [ 'Uri' => '', 'Version' => '', 'Warnings' => '', - 'Files' => '', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index df4f181..4da3471 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -28,6 +28,7 @@ return ['Monitoring' => [ 'Errors' => 'Errors', 'Exception' => 'Exception', 'File' => 'File', + 'Files' => '', 'Info' => 'Info', 'Inspect' => 'Inspect', 'Inspection' => 'Inspection', @@ -42,8 +43,8 @@ return ['Monitoring' => [ 'Notices' => 'Notices', 'OK' => 'OK', 'OS' => 'OS', - 'Penetrators' => 'Penetrators', 'PHPSettings' => 'PHP Settings', + 'Penetrators' => 'Penetrators', 'RAMUsage' => 'RAM Usage', 'Release' => 'Release', 'Report' => 'Report', @@ -59,5 +60,4 @@ return ['Monitoring' => [ 'Uri' => 'Uri', 'Version' => 'Version', 'Warnings' => 'Warnings', - 'Files' => '', ]];