64 lines
1.0 KiB
PHP
64 lines
1.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'direction' => 'ltr',
|
|
|
|
'actions' => [
|
|
|
|
'billing' => [
|
|
'label' => 'Gestisci abbonamento',
|
|
],
|
|
|
|
'logout' => [
|
|
'label' => 'Disconnetti',
|
|
],
|
|
|
|
'open_database_notifications' => [
|
|
'label' => 'Apri notifiche',
|
|
],
|
|
|
|
'open_user_menu' => [
|
|
'label' => 'Menu utente',
|
|
],
|
|
|
|
'sidebar' => [
|
|
|
|
'collapse' => [
|
|
'label' => 'Comprimi sidebar',
|
|
],
|
|
|
|
'expand' => [
|
|
'label' => 'Espandi sidebar',
|
|
],
|
|
|
|
],
|
|
|
|
'theme_switcher' => [
|
|
|
|
'dark' => [
|
|
'label' => 'Attiva tema scuro',
|
|
],
|
|
|
|
'light' => [
|
|
'label' => 'Attiva tema chiaro',
|
|
],
|
|
|
|
'system' => [
|
|
'label' => 'Attiva tema di sistema',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'avatar' => [
|
|
'alt' => 'Avatar di :name',
|
|
],
|
|
|
|
'logo' => [
|
|
'alt' => 'Logo di :name',
|
|
],
|
|
|
|
];
|