fix lang indention and order

This commit is contained in:
Dennis Eichhorn 2019-10-02 21:09:53 +02:00
parent 1b42ec4823
commit 56264b6dc1

View File

@ -14,14 +14,14 @@ return ['Profile' => [
'Account' => 'Account', 'Account' => 'Account',
'Account/Group' => 'Account/Group', 'Account/Group' => 'Account/Group',
'Activity' => 'Activity', 'Activity' => 'Activity',
'Address' => 'Address', 'Address' => 'Address',
'Area' => 'Area', 'Area' => 'Area',
'Birthday' => 'Birthday', 'Birthday' => 'Birthday',
'ContactInformation' => 'Contact Information', 'City' => 'City',
'Community' => 'Community', 'Community' => 'Community',
'City' => 'City', 'ContactInformation' => 'Contact Information',
'Country' => 'Country', 'Country' => 'Country',
'CreateProfile' => 'Create Profile', 'CreateProfile' => 'Create Profile',
'Currency' => 'Currency', 'Currency' => 'Currency',
'Customized' => 'Customized', 'Customized' => 'Customized',
'DecimalPoint' => 'Decimal Point', 'DecimalPoint' => 'Decimal Point',
@ -31,9 +31,9 @@ return ['Profile' => [
'General' => 'General', 'General' => 'General',
'Glass' => 'Glass', 'Glass' => 'Glass',
'Heavy' => 'Heavy', 'Heavy' => 'Heavy',
'LastLogin' => 'Last Login',
'Language' => 'Language', 'Language' => 'Language',
'Large' => 'Large', 'Large' => 'Large',
'LastLogin' => 'Last Login',
'Length' => 'Length', 'Length' => 'Length',
'Light' => 'Light', 'Light' => 'Light',
'Localization' => 'Localization', 'Localization' => 'Localization',
@ -51,8 +51,8 @@ return ['Profile' => [
'Profiles' => 'Profiles', 'Profiles' => 'Profiles',
'Ranks' => 'Ranks', 'Ranks' => 'Ranks',
'Registered' => 'Registered', 'Registered' => 'Registered',
'Short' => 'Short',
'Sea' => 'Sea', 'Sea' => 'Sea',
'Short' => 'Short',
'Skype' => 'Skype', 'Skype' => 'Skype',
'Slow' => 'Slow', 'Slow' => 'Slow',
'Small' => 'Small', 'Small' => 'Small',
@ -63,16 +63,16 @@ return ['Profile' => [
'Temperature' => 'Temperature', 'Temperature' => 'Temperature',
'ThousandsSeparator' => 'Thousands Separator', 'ThousandsSeparator' => 'Thousands Separator',
'Timezone' => 'Timezone', 'Timezone' => 'Timezone',
'Visibility' => 'Visibility',
'VeryFast' => 'Very Fast', 'VeryFast' => 'Very Fast',
'VeryHeavy' => 'Very Heavy', 'VeryHeavy' => 'Very Heavy',
'VeryLarge' => 'Very Large', 'VeryLarge' => 'Very Large',
'VeryLight' => 'Very Light', 'VeryLight' => 'Very Light',
'VeryLong' => 'Very Long', 'VeryLong' => 'Very Long',
'VerySlow' => 'Very Slow',
'VeryShort' => 'Very Short', 'VeryShort' => 'Very Short',
'VerySlow' => 'Very Slow',
'VerySmall' => 'Very Small', 'VerySmall' => 'Very Small',
'Visibility' => 'Visibility',
'Volume' => 'Volume', 'Volume' => 'Volume',
'Weight' => 'Weight', 'Weight' => 'Weight',
'Zip' => 'Zip', 'Zip' => 'Zip',
]]; ]];