Moved nav to files

This commit is contained in:
Nabeel Shahzad
2018-05-21 10:32:38 -05:00
parent 7cba92d420
commit 9173558a0b
7 changed files with 6 additions and 17 deletions
+1
View File
@@ -4,6 +4,7 @@ return [
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'login' => 'Log In',
'logout' => 'Log Out',
'password' => 'Password',
'createaccount' => 'Create Account',
'forgotpassword' => 'Forgot Password',
+1
View File
@@ -5,6 +5,7 @@
return [
'dashboard' => 'Dashboard',
'administration' => 'Administration',
'flight' => 'Flight|Flights',
'livemap' => 'Live Map',
'pilot' => 'Pilot|Pilots',
-10
View File
@@ -16,14 +16,4 @@ return [
],
'allrightsreserved' => 'All Rights Reserved',
],
'home' => [
],
'nav' => [
'login' => 'Login',
'administration' => 'Administration',
'logout' => 'Log Out',
],
];
+1
View File
@@ -4,6 +4,7 @@ return [
'failed' => 'Queste credenziali non sono presenti nei nostri archivi.',
'throttle' => 'Troppi tentativi di login. Tenta di nuovo tra :seconds secondi per favore.',
'login' => 'Accedi',
'logout' => 'Uscita',
'password' => 'Password',
'createaccount' => 'Crea Account',
'forgotpassword' => 'Password Dimenticata',
+1
View File
@@ -5,6 +5,7 @@
return [
'dashboard' => 'Dashboard',
'administration' => 'Amministrazione',
'flight' => 'Volo|Voli',
'livemap' => 'Mappa Live',
'pilot' => 'Pilota|Piloti',
-5
View File
@@ -18,9 +18,4 @@ return [
'nodownloads' => 'Non ci sono downloads!',
],
'nav' => [
'administration' => 'Amministrazione',
'logout' => 'Uscita',
],
];