1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?php
-
- return [
-
- 'direction' => 'ltr',
-
- 'actions' => [
-
- 'billing' => [
- 'label' => 'Gestionar subscripció',
- ],
-
- 'logout' => [
- 'label' => 'Tancar la sessió',
- ],
-
- 'open_database_notifications' => [
- 'label' => 'Obrir notificacions',
- ],
-
- 'open_user_menu' => [
- 'label' => 'Menú de l\'usuari',
- ],
-
- 'sidebar' => [
-
- 'collapse' => [
- 'label' => 'Replegar barra lateral',
- ],
-
- 'expand' => [
- 'label' => 'Ampliar barra lateral',
- ],
-
- ],
-
- 'theme_switcher' => [
-
- 'dark' => [
- 'label' => 'Habilitar tema fosc',
- ],
-
- 'light' => [
- 'label' => 'Habilitar tema clar',
- ],
-
- 'system' => [
- 'label' => 'Habilitar tema del sistema',
- ],
-
- ],
-
- ],
-
- ];
|