18 lines
500 B
PHP
18 lines
500 B
PHP
<?php
|
|
return [
|
|
'dashboard' => 'Dashboard',
|
|
'dashboard_overview' => 'Overview',
|
|
'stabili' => 'Buildings',
|
|
'lista_stabili' => 'List buildings',
|
|
'nuovo_stabile' => 'New building',
|
|
'soggetti' => 'People',
|
|
'lista_soggetti' => 'List people',
|
|
'nuovo_soggetto' => 'New person',
|
|
'contabilita' => 'Accounting',
|
|
'piano_conti' => 'Chart of accounts',
|
|
'movimenti' => 'Transactions',
|
|
'impostazioni' => 'Settings',
|
|
'utenti' => 'Users',
|
|
'ruoli' => 'Roles',
|
|
];
|