Apply fixes from StyleCI
This commit is contained in:
parent
6331a29962
commit
920ed824d6
98 changed files with 1634 additions and 1536 deletions
|
@ -1,16 +1,17 @@
|
|||
<?php
|
||||
return array(
|
||||
"next" => "Next »",
|
||||
"previous" => "« Previous",
|
||||
"sidebar" => array(
|
||||
"account_controls" => "Account Controls",
|
||||
"account_security" => "Account Security",
|
||||
"account_settings" => "Account Settings",
|
||||
"files" => "File Manager",
|
||||
"manage" => "Manage Server",
|
||||
"overview" => "Server Overview",
|
||||
"servers" => "Your Servers",
|
||||
"server_controls" => "Server Controls",
|
||||
"subusers" => "Manage Sub-Users",
|
||||
),
|
||||
);
|
||||
|
||||
return [
|
||||
'next' => 'Next »',
|
||||
'previous' => '« Previous',
|
||||
'sidebar' => [
|
||||
'account_controls' => 'Account Controls',
|
||||
'account_security' => 'Account Security',
|
||||
'account_settings' => 'Account Settings',
|
||||
'files' => 'File Manager',
|
||||
'manage' => 'Manage Server',
|
||||
'overview' => 'Server Overview',
|
||||
'servers' => 'Your Servers',
|
||||
'server_controls' => 'Server Controls',
|
||||
'subusers' => 'Manage Sub-Users',
|
||||
],
|
||||
];
|
||||
|
|
Reference in a new issue