13 lines
340 B
PHP
13 lines
340 B
PHP
<?php
|
|
|
|
return [
|
|
'next' => 'Prossima »',
|
|
'previous' => '« Indietro',
|
|
'sidebar' => [
|
|
'account_controls' => 'Controlli Account',
|
|
'account_security' => 'Sicurezza Account',
|
|
'overview' => 'Panoramica Server',
|
|
'servers' => 'Servers',
|
|
'subusers' => 'Controlla Sub-Utenti',
|
|
],
|
|
];
|