navs.php
985 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' => 'Home',
'logout' => 'Logout',
],
'frontend' => [
'contact' => 'Contact',
'dashboard' => 'Dashboard',
'login' => 'Login',
'macros' => 'Macro',
'register' => 'Registrazione',
'user' => [
'account' => 'My Account',
'administration' => 'Amministrazione',
'change_password' => 'Cambio Password',
'my_information' => 'Profilo',
'profile' => 'Profile',
],
],
];