<?php

return [
    /*
    |--------------------------------------------------------------------------
    | Navs Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used in menu items throughout the system.
    | Regardless where it is placed, a menu item can be listed here so it is easily
    | found in a intuitive way.
    |
    */

    'general' => [
        'home' => 'Hjem',
        'logout' => 'Logg av',
    ],

    'frontend' => [
        'contact' => 'Kontakt',
        'dashboard' => 'Dashboard',
        'login' => 'Logg inn',
        'macros' => 'Makroer',
        'register' => 'Opprett',

        'user' => [
            'account' => 'Min Konto',
            'administration' => 'Administration',
            'change_password' => 'Endre passord',
            'my_information' => 'Min information',
            'profile' => 'Profil',
        ],
    ],
];
