2018-05-19 03:18:12 +08:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
return [
|
|
|
|
'dashboard' => 'Dashboard',
|
2018-05-21 23:32:38 +08:00
|
|
|
'administration' => 'Administration',
|
2018-05-19 03:18:12 +08:00
|
|
|
'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',
|
2018-05-22 00:25:51 +08:00
|
|
|
'whoops' => 'Whoops',
|
|
|
|
'hello' => 'Hello',
|
|
|
|
'regards' => 'Regards',
|
|
|
|
'rightsreserved' => 'All Rights Reserved',
|
2018-05-22 00:55:40 +08:00
|
|
|
'active' => 'Active',
|
|
|
|
'inactive' => 'Inactive',
|
|
|
|
'days' => [
|
|
|
|
'mon' => 'Monday',
|
|
|
|
'tues' => 'Tuesday',
|
|
|
|
'wed' => 'Wednesday',
|
|
|
|
'thurs' => 'Thursday',
|
|
|
|
'fri' => 'Friday',
|
|
|
|
'sat' => 'Saturday',
|
|
|
|
'sun' => 'Sunday',
|
|
|
|
],
|
2018-05-19 03:18:12 +08:00
|
|
|
];
|