<?php

return [

    'direction' => 'ltr',

    'actions' => [

        'logout' => [
            'label' => 'Log ud',
        ],

        'open_database_notifications' => [
            'label' => 'Åbn notifikationer',
        ],

        'open_user_menu' => [
            'label' => 'Brugermenu',
        ],

        'theme_switcher' => [

            'dark' => [
                'label' => 'Skift til mørk tilstand',
            ],

            'light' => [
                'label' => 'Skift til lys tilstand',
            ],

        ],

    ],

];
