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" => "Järgmine »",
|
||||
"previous" => "« Eelmine",
|
||||
"sidebar" => array(
|
||||
"account_controls" => "Kasutaja seaded",
|
||||
"account_security" => "Kasutaja turvalisus",
|
||||
"account_settings" => "Kasutaja seaded",
|
||||
"files" => "Faili haldur",
|
||||
"manage" => "Halda serverit",
|
||||
"overview" => "Serveri ülevaade",
|
||||
"servers" => "Teie serverid",
|
||||
"server_controls" => "Serveri seaded",
|
||||
"subusers" => "Halda kasutajaid",
|
||||
),
|
||||
);
|
||||
|
||||
return [
|
||||
'next' => 'Järgmine »',
|
||||
'previous' => '« Eelmine',
|
||||
'sidebar' => [
|
||||
'account_controls' => 'Kasutaja seaded',
|
||||
'account_security' => 'Kasutaja turvalisus',
|
||||
'account_settings' => 'Kasutaja seaded',
|
||||
'files' => 'Faili haldur',
|
||||
'manage' => 'Halda serverit',
|
||||
'overview' => 'Serveri ülevaade',
|
||||
'servers' => 'Teie serverid',
|
||||
'server_controls' => 'Serveri seaded',
|
||||
'subusers' => 'Halda kasutajaid',
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue