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" => "Neste »",
|
||||
"previous" => "« Forrige",
|
||||
"sidebar" => array(
|
||||
"account_controls" => "Kontokontroll",
|
||||
"account_security" => "Kontosikkerhet",
|
||||
"account_settings" => "Kontoinstillinger",
|
||||
"files" => "Filbehandling",
|
||||
"manage" => "Administrer server",
|
||||
"overview" => "Serveroversikt",
|
||||
"servers" => "Dine servere",
|
||||
"server_controls" => "Serverkontroll",
|
||||
"subusers" => "Administrer underbrukere",
|
||||
),
|
||||
);
|
||||
|
||||
return [
|
||||
'next' => 'Neste »',
|
||||
'previous' => '« Forrige',
|
||||
'sidebar' => [
|
||||
'account_controls' => 'Kontokontroll',
|
||||
'account_security' => 'Kontosikkerhet',
|
||||
'account_settings' => 'Kontoinstillinger',
|
||||
'files' => 'Filbehandling',
|
||||
'manage' => 'Administrer server',
|
||||
'overview' => 'Serveroversikt',
|
||||
'servers' => 'Dine servere',
|
||||
'server_controls' => 'Serverkontroll',
|
||||
'subusers' => 'Administrer underbrukere',
|
||||
],
|
||||
];
|
||||
|
|
Reference in a new issue