From d0a4f4d4cf7bb9eb18225b60785a3e1d393cc6e0 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 | 13 +++++++------ Theme/Backend/Lang/en.lang.php | 13 +++++++------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index f94aa82..5049bd5 100644 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -29,8 +29,8 @@ return ['Profile' => [ 'Currency' => 'Währung', 'Currencyformat' => 'Währungsformat', 'Customized' => 'Manuell', - 'DecimalPoint' => 'Dezimalpunkt', 'DateDelim' => 'Datumstrennung', + 'DecimalPoint' => 'Dezimalpunkt', 'Defaults' => 'Standards', 'Email' => 'Email', 'Fast' => 'Schnell', @@ -49,9 +49,9 @@ return ['Profile' => [ 'Name' => 'Name', 'Numberformat' => 'Zahlenformat', 'Numeric' => 'Zahlen', - 'Occupation' => 'Beruf', 'OFF' => 'OFF', 'ON' => 'ON', + 'Occupation' => 'Beruf', 'Phone' => 'Telefon', 'Precision' => 'Nachkommastellen', 'Profile' => 'Profil', @@ -60,6 +60,7 @@ return ['Profile' => [ 'Ranks' => 'Rang', 'Registered' => 'Registriert', 'Sea' => 'Meer', + 'Search' => '', 'Short' => 'Kurz', 'Skype' => 'Skype', 'Slow' => 'Lagsam', @@ -86,10 +87,6 @@ return ['Profile' => [ 'Volume' => 'Volumen', 'Weight' => 'Gewicht', 'Zip' => 'Postleitzahl', - 'cType1' => '', - 'cType2' => '', - 'cType3' => '', - 'cType4' => '', 'aType1' => '', 'aType2' => '', 'aType3' => '', @@ -97,4 +94,8 @@ return ['Profile' => [ 'aType5' => '', 'aType6' => '', 'aType7' => '', + 'cType1' => '', + 'cType2' => '', + 'cType3' => '', + 'cType4' => '', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index d3eef0e..483dd96 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -29,8 +29,8 @@ return ['Profile' => [ 'Currency' => 'Currency', 'Currencyformat' => 'Currencyformat', 'Customized' => 'Customized', - 'DecimalPoint' => 'Decimal Point', 'DateDelim' => 'Date Separator', + 'DecimalPoint' => 'Decimal Point', 'Defaults' => 'Defaults', 'Email' => 'Email', 'Fast' => 'Fast', @@ -49,9 +49,9 @@ return ['Profile' => [ 'Name' => 'Name', 'Numberformat' => 'Numberformat', 'Numeric' => 'Numeric', - 'Occupation' => 'Occupation', 'OFF' => 'OFF', 'ON' => 'ON', + 'Occupation' => 'Occupation', 'Phone' => 'Phone', 'Precision' => 'Precision', 'Profile' => 'Profile', @@ -60,6 +60,7 @@ return ['Profile' => [ 'Ranks' => 'Ranks', 'Registered' => 'Registered', 'Sea' => 'Sea', + 'Search' => '', 'Short' => 'Short', 'Skype' => 'Skype', 'Slow' => 'Slow', @@ -86,10 +87,6 @@ return ['Profile' => [ 'Volume' => 'Volume', 'Weight' => 'Weight', 'Zip' => 'Zip', - 'cType1' => 'Phone', - 'cType2' => 'Fax', - 'cType3' => 'Website', - 'cType4' => 'Email', 'aType1' => 'Home', 'aType2' => 'Business', 'aType3' => 'Shipping', @@ -97,4 +94,8 @@ return ['Profile' => [ 'aType5' => 'Work', 'aType6' => 'Contract', 'aType7' => 'Other', + 'cType1' => 'Phone', + 'cType2' => 'Fax', + 'cType3' => 'Website', + 'cType4' => 'Email', ]];