From 96b99feccc9cc127ff7209b908af87144a633a16 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 20 May 2018 09:59:17 +0200 Subject: [PATCH] Reformat --- Theme/Backend/Lang/Navigation.en.lang.php | 22 ++++---- Theme/Backend/Lang/en.lang.php | 64 +++++++++++------------ Theme/Backend/accounts-single.tpl.php | 2 +- 3 files changed, 44 insertions(+), 44 deletions(-) diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index c7047bb..9a2cdd8 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -12,15 +12,15 @@ */ return [ 'Navigation' => [ - 'Admin' => 'Admin', - 'Create' => 'Create', - 'Front' => 'Front', - 'General' => 'General', - 'Groups' => 'Groups', - 'List' => 'List', - 'Members' => 'Members', - 'Modules' => 'Modules', - 'Account' => 'Account', - 'Accounts' => 'Accounts', - ] + 'Admin' => 'Admin', + 'Create' => 'Create', + 'Front' => 'Front', + 'General' => 'General', + 'Groups' => 'Groups', + 'List' => 'List', + 'Members' => 'Members', + 'Modules' => 'Modules', + 'Account' => 'Account', + 'Accounts' => 'Accounts', + ], ]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 175d57d..c2f7ebb 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -13,18 +13,18 @@ return [ 'Admin' => [ 'Account' => 'Account', - 'Account/Group' => 'Account/Group', + 'Account/Group' => 'Account/Group', 'Accounts' => 'Accounts', 'Active' => 'Active', 'Activate' => 'Activate', 'Activity' => 'Activity', 'Available' => 'Available', 'All' => 'All', - 'Area' => 'Area', + 'Area' => 'Area', 'Banned' => 'Banned', 'Cache' => 'Cache', 'Children' => 'Children', - 'Close' => 'Close', + 'Close' => 'Close', 'Country' => 'Country', 'Created' => 'Created', 'CreatedBy' => 'Created By', @@ -35,24 +35,24 @@ return [ 'Deactivate' => 'Deactivate', 'Email' => 'Email', 'EmailAdmin' => 'Email Admin', - 'Fast' => 'Fast', + 'Fast' => 'Fast', 'Features' => 'Features', 'File' => 'File', - 'General' => 'General', + 'General' => 'General', 'Glass' => 'Glass', 'Group' => 'Group', 'Groups' => 'Groups', - 'Heavy' => 'Heavy', + 'Heavy' => 'Heavy', 'Inactive' => 'Inactive', 'Install' => 'Install', 'Installed' => 'Installed', 'LAddress' => 'Local Address', 'Language' => 'Language', - 'Large' => 'Large', - 'Length' => 'Length', - 'Light' => 'Light', + 'Large' => 'Large', + 'Length' => 'Length', + 'Light' => 'Light', 'Localization' => 'Localization', - 'Long' => 'Long', + 'Long' => 'Long', 'Loginname' => 'Login Name', 'Lowercase' => 'Lowercase', 'Maintenance' => 'Maintenance', @@ -84,21 +84,21 @@ return [ 'RAddress' => 'Remote Address', 'ReCache' => 'Re-Cache', 'Running' => 'Running', - 'Short' => 'Short', - 'Sea' => 'Sea', + 'Short' => 'Short', + 'Sea' => 'Sea', 'Settings' => 'Settings', 'SettingsGeneral' => 'Settings - General', 'Single' => 'Single', - 'Slow' => 'Slow', - 'Small' => 'Small', - 'Speed' => 'Speed', + 'Slow' => 'Slow', + 'Small' => 'Small', + 'Speed' => 'Speed', 'Specialchar' => 'Special character', 'Status' => 'Status', 'Total' => 'Total', 'Release' => 'Release', - 'Tablespoon' => 'Tablespoon', - 'Teaspoon' => 'Teaspoon', - 'Temperature' => 'Temperature', + 'Tablespoon' => 'Tablespoon', + 'Teaspoon' => 'Teaspoon', + 'Temperature' => 'Temperature', 'Theme' => 'Theme', 'ThousandsSeparator' => 'Thousands Separator', 'Time' => 'Time', @@ -111,18 +111,18 @@ return [ 'Uppercase' => 'Uppercase', 'Username' => 'Username', 'Version' => 'Version', - 'VeryFast' => 'Very Fast', - 'VeryHeavy' => 'Very Heavy', - 'VeryLarge' => 'Very Large', - 'VeryLight' => 'Very Light', - 'VeryLong' => 'Very Long', - 'VerySlow' => 'Very Slow', - 'VeryShort' => 'Very Short', - 'VerySmall' => 'Very Small', - 'Volume' => 'Volume', + 'VeryFast' => 'Very Fast', + 'VeryHeavy' => 'Very Heavy', + 'VeryLarge' => 'Very Large', + 'VeryLight' => 'Very Light', + 'VeryLong' => 'Very Long', + 'VerySlow' => 'Very Slow', + 'VeryShort' => 'Very Short', + 'VerySmall' => 'Very Small', + 'Volume' => 'Volume', 'Warnings' => 'Warnings', 'Website' => 'Website', - 'Weight' => 'Weight', + 'Weight' => 'Weight', 'i:loc' => 'IP address or URL for remote access.', 'i:mail' => 'Email address.', 'i:oname' => 'Organization name.', @@ -134,8 +134,8 @@ return [ 'Status2' => 'Inactive', 'Status3' => 'Timehout', 'Status4' => 'Banned', - 'GroupStatus1' => 'Active', - 'GroupStatus2' => 'Inactive', - 'GroupStatus4' => 'Hidden', - ] + 'GroupStatus1' => 'Active', + 'GroupStatus2' => 'Inactive', + 'GroupStatus4' => 'Hidden', + ], ]; diff --git a/Theme/Backend/accounts-single.tpl.php b/Theme/Backend/accounts-single.tpl.php index 85868d0..057b51d 100644 --- a/Theme/Backend/accounts-single.tpl.php +++ b/Theme/Backend/accounts-single.tpl.php @@ -77,7 +77,7 @@ echo $this->getData('nav')->render(); ?> printHtml($value->getName()); ?> - getHtml('Empty', 0, 0); ?> + getHtml('Empty', 0, 0); ?>