navs.php 1021 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'   => 'Accueil',
        'logout' => 'Déconnexion',
    ],

    'frontend' => [
        'contact' => 'Contact',
        'dashboard' => 'Tableau de bord',
        'login'     => 'Connexion',
        'macros'    => 'Macros',
        'register'  => "S'enregistrer",

        'user' => [
            'account'         => 'Mon compte',
            'administration'  => 'Administration',
            'change_password' => 'Changer mon mot de passe',
            'my_information'  => 'Mes informations',
            'profile'         => 'Profil',
        ],
    ],
];