36 lines
1.4 KiB
PHP
36 lines
1.4 KiB
PHP
|
<?php
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
return [
|
||
|
'filenewpirep' => 'File New PIREP',
|
||
|
'pilotreport' => 'Pilot Report|Pilot Reports',
|
||
|
'arrived' => 'Arrived',
|
||
|
'source' => 'Source',
|
||
|
'flighttype' => 'Flight Type',
|
||
|
'filedroute' => 'Filed Route',
|
||
|
'filedon' => 'Filed On',
|
||
|
'fare' => 'Fare|Fares',
|
||
|
'class' => 'Class',
|
||
|
'count' => 'Count',
|
||
|
'flightlevel' => 'Flight Level',
|
||
|
'fieldsreadonly' => 'Once a PIREP has been accepted/rejected, certain fields go into read-only mode.',
|
||
|
'flightinformations' => 'Flight Informations',
|
||
|
'flightident' => 'Flight Number/Code/Leg',
|
||
|
'codeoptional' => 'Code (optional)',
|
||
|
'legoptional' => 'Leg (optional)',
|
||
|
'deparrinformations' => 'Departure/Arrival Informations',
|
||
|
'aircraftinformations' => 'Aircraft Informations',
|
||
|
'dateflown' => 'Date Flown',
|
||
|
'departuretime' => 'Departure Time',
|
||
|
'arrivaltime' => 'Arrival Time',
|
||
|
'deletepirep' => 'Delete PIREP',
|
||
|
'savepirep' => 'Save PIREP',
|
||
|
'submitpirep' => 'Submit PIREP',
|
||
|
'editflightreport' => 'Edit Flight Report',
|
||
|
'fileflightreport' => 'File New Report',
|
||
|
'newflightreport' => 'New Flight Report',
|
||
|
'submitted' => 'Submitted',
|
||
|
];
|