<?php

return [

    'direction' => 'ltr',

    'actions' => [

        'logout' => [
            'label' => 'Disconnetti',
        ],

        'open_database_notifications' => [
            'label' => 'Apri notifiche',
        ],

        'open_user_menu' => [
            'label' => 'Menu utente',
        ],

        'theme_switcher' => [

            'dark' => [
                'label' => 'Attiva modalità scura',
            ],

            'light' => [
                'label' => 'Attiva modalità chiara',
            ],

        ],

    ],

];
