From 56264b6dc19639e2f6ffa46a4e4c665629a8bba7 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/en.lang.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 6988b98..6f0fbf2 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -14,14 +14,14 @@ return ['Profile' => [ 'Account' => 'Account', 'Account/Group' => 'Account/Group', 'Activity' => 'Activity', - 'Address' => 'Address', + 'Address' => 'Address', 'Area' => 'Area', 'Birthday' => 'Birthday', - 'ContactInformation' => 'Contact Information', + 'City' => 'City', 'Community' => 'Community', - 'City' => 'City', + 'ContactInformation' => 'Contact Information', 'Country' => 'Country', - 'CreateProfile' => 'Create Profile', + 'CreateProfile' => 'Create Profile', 'Currency' => 'Currency', 'Customized' => 'Customized', 'DecimalPoint' => 'Decimal Point', @@ -31,9 +31,9 @@ return ['Profile' => [ 'General' => 'General', 'Glass' => 'Glass', 'Heavy' => 'Heavy', - 'LastLogin' => 'Last Login', 'Language' => 'Language', 'Large' => 'Large', + 'LastLogin' => 'Last Login', 'Length' => 'Length', 'Light' => 'Light', 'Localization' => 'Localization', @@ -51,8 +51,8 @@ return ['Profile' => [ 'Profiles' => 'Profiles', 'Ranks' => 'Ranks', 'Registered' => 'Registered', - 'Short' => 'Short', 'Sea' => 'Sea', + 'Short' => 'Short', 'Skype' => 'Skype', 'Slow' => 'Slow', 'Small' => 'Small', @@ -63,16 +63,16 @@ return ['Profile' => [ 'Temperature' => 'Temperature', 'ThousandsSeparator' => 'Thousands Separator', 'Timezone' => 'Timezone', - 'Visibility' => 'Visibility', 'VeryFast' => 'Very Fast', 'VeryHeavy' => 'Very Heavy', 'VeryLarge' => 'Very Large', 'VeryLight' => 'Very Light', 'VeryLong' => 'Very Long', - 'VerySlow' => 'Very Slow', 'VeryShort' => 'Very Short', + 'VerySlow' => 'Very Slow', 'VerySmall' => 'Very Small', + 'Visibility' => 'Visibility', 'Volume' => 'Volume', 'Weight' => 'Weight', - 'Zip' => 'Zip', + 'Zip' => 'Zip', ]];