lang fixes
This commit is contained in:
@@ -4,47 +4,49 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'dashboard' => 'Dashboard',
|
||||
'administration' => 'Administration',
|
||||
'flight' => 'Flight|Flights',
|
||||
'livemap' => 'Live Map',
|
||||
'pilot' => 'Pilot|Pilots',
|
||||
'pirep' => 'PIREP|PIREPs',
|
||||
'newestpilots' => 'Newest Pilots',
|
||||
'profile' => 'Profile',
|
||||
'email' => 'Email',
|
||||
'register' => 'Register',
|
||||
'timezone' => 'Timezone',
|
||||
'country' => 'Country',
|
||||
'download' => 'Download|Downloads',
|
||||
'from' => 'from',
|
||||
'to' => 'to',
|
||||
'status' => 'Status',
|
||||
'departure' => 'Departure',
|
||||
'arrival' => 'Arrival',
|
||||
'aircraft' => 'Aircraft',
|
||||
'airline' => 'Airline',
|
||||
'distance' => 'Distance',
|
||||
'metar' => 'METAR',
|
||||
'hour' => 'Hour|Hours',
|
||||
'minute' => 'Minute|Minutes',
|
||||
'note' => 'Note|Notes',
|
||||
'field' => 'Field|Fields',
|
||||
'name' => 'Name',
|
||||
'value' => 'Value|Values',
|
||||
'remark' => 'Remark|Remarks',
|
||||
'find' => 'Find',
|
||||
'reset' => 'Reset',
|
||||
'submit' => 'Submit',
|
||||
'edit' => 'Edit',
|
||||
'close' => 'Close',
|
||||
'whoops' => 'Whoops',
|
||||
'hello' => 'Hello',
|
||||
'regards' => 'Regards',
|
||||
'rightsreserved' => 'All Rights Reserved',
|
||||
'active' => 'Active',
|
||||
'inactive' => 'Inactive',
|
||||
'days' => [
|
||||
'dashboard' => 'Dashboard',
|
||||
'administration' => 'Administration',
|
||||
'flight' => 'Flight|Flights',
|
||||
'livemap' => 'Live Map',
|
||||
'pilot' => 'Pilot|Pilots',
|
||||
'pirep' => 'PIREP|PIREPs',
|
||||
'newestpilots' => 'Newest Pilots',
|
||||
'profile' => 'Profile',
|
||||
'email' => 'Email',
|
||||
'register' => 'Register',
|
||||
'login' => 'Log In',
|
||||
'logout' => 'Log Out',
|
||||
'timezone' => 'Timezone',
|
||||
'country' => 'Country',
|
||||
'download' => 'Download|Downloads',
|
||||
'from' => 'from',
|
||||
'to' => 'to',
|
||||
'status' => 'Status',
|
||||
'departure' => 'Departure',
|
||||
'arrival' => 'Arrival',
|
||||
'aircraft' => 'Aircraft',
|
||||
'airline' => 'Airline',
|
||||
'distance' => 'Distance',
|
||||
'metar' => 'METAR',
|
||||
'hour' => 'Hour|Hours',
|
||||
'minute' => 'Minute|Minutes',
|
||||
'note' => 'Note|Notes',
|
||||
'field' => 'Field|Fields',
|
||||
'name' => 'Name',
|
||||
'value' => 'Value|Values',
|
||||
'remark' => 'Remark|Remarks',
|
||||
'find' => 'Find',
|
||||
'reset' => 'Reset',
|
||||
'submit' => 'Submit',
|
||||
'edit' => 'Edit',
|
||||
'close' => 'Close',
|
||||
'whoops' => 'Whoops',
|
||||
'hello' => 'Hello',
|
||||
'regards' => 'Regards',
|
||||
'rightsreserved' => 'All Rights Reserved',
|
||||
'active' => 'Active',
|
||||
'inactive' => 'Inactive',
|
||||
'days' => [
|
||||
'mon' => 'Monday',
|
||||
'tues' => 'Tuesday',
|
||||
'wed' => 'Wednesday',
|
||||
|
||||
Reference in New Issue
Block a user