<?php

return [

    'direction' => 'ltr',

    'actions' => [

        'logout' => [
            'label' => 'Kijelentkezés',
        ],

        'open_database_notifications' => [
            'label' => 'Értesítések',
        ],

        'open_user_menu' => [
            'label' => 'felhasználói menü',
        ],

        'theme_switcher' => [

            'dark' => [
                'label' => 'Sötét mód bekapcsolása',
            ],

            'light' => [
                'label' => 'Világos mód bekapcsolása',
            ],

        ],

    ],

];
