navs.php 996 Bytes
<?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' => 'Log ud',
    ],

    'frontend' => [
        'contact' => 'Contact',
        'dashboard' => 'Betjeningspanel',
        'login'     => 'Log ind',
        'macros'    => 'Makroer',
        'register'  => 'Opret',

        'user' => [
            'account'         => 'My Account',
            'administration'  => 'Administration',
            'change_password' => 'Skift adgangskode',
            'my_information'  => 'Min information',
            'profile'         => 'Profile',
        ],
    ],
];