Apply fixes from StyleCI

This commit is contained in:
Dane Everitt 2016-12-30 22:19:23 +00:00 committed by StyleCI Bot
parent 6331a29962
commit 920ed824d6
98 changed files with 1634 additions and 1536 deletions

View file

@ -1,16 +1,17 @@
<?php
return array(
"next" => "Next &raquo;",
"previous" => "&laquo; 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 &raquo;',
'previous' => '&laquo; 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',
],
];