phpvms/resources/lang/en/pireps.php

70 lines
2.6 KiB
PHP
Raw Normal View History

2018-05-19 03:45:52 +08:00
<?php
2018-08-27 00:40:04 +08:00
2018-05-19 03:45:52 +08:00
return [
2018-05-22 00:55:40 +08:00
'newflightreport' => 'New Flight Report',
'editflightreport' => 'Edit Flight Report',
'savepirep' => 'Save PIREP',
'submitpirep' => 'Submit PIREP',
'fileflightreport' => 'File New Report',
2018-05-19 03:45:52 +08:00
'filenewpirep' => 'File New PIREP',
'pilotreport' => 'Pilot Report|Pilot Reports',
'arrived' => 'Arrived',
'source' => 'Source',
2018-07-13 10:29:14 +08:00
'flightlog' => 'Flight Log',
2018-05-19 03:45:52 +08:00
'filedroute' => 'Filed Route',
'filedon' => 'Filed On',
'fare' => 'Fare|Fares',
'class' => 'Class',
'count' => 'Count',
2018-05-30 03:21:44 +08:00
'flighttime' => 'Flight Time',
2018-05-19 03:45:52 +08:00
'flightlevel' => 'Flight Level',
'fieldsreadonly' => 'Once a PIREP has been submitted, certain fields go into read-only mode.',
2018-05-22 00:55:40 +08:00
'flightinformations' => 'Flight Information',
2018-05-19 03:45:52 +08:00
'flightident' => 'Flight Number/Code/Leg',
'block_fuel' => 'Block Fuel',
'fuel_used' => 'Fuel Used',
2018-05-19 03:45:52 +08:00
'codeoptional' => 'Code (optional)',
'legoptional' => 'Leg (optional)',
2018-05-22 00:55:40 +08:00
'deparrinformations' => 'Departure/Arrival Information',
'aircraftinformations' => 'Aircraft Information',
2018-05-19 03:45:52 +08:00
'dateflown' => 'Date Flown',
'deletepirep' => 'Delete PIREP',
'submitted' => 'Submitted',
2019-06-20 03:30:47 +08:00
'source_types' => [
2018-05-22 00:55:40 +08:00
'manual' => 'Manual',
'acars' => 'ACARS',
],
2018-08-27 00:40:04 +08:00
'state' => [
2018-05-22 00:55:40 +08:00
'accepted' => 'Accepted',
'pending' => 'Pending Approval',
'rejected' => 'Rejected',
'in_progress' => 'In Progress',
'cancelled' => 'Cancelled',
'deleted' => 'Deleted',
'draft' => 'Draft',
],
'status' => [
'initialized' => 'Initiated',
'scheduled' => 'Scheduled',
'boarding' => 'Boarding',
'ready_start' => 'Ready for start',
'push_tow' => 'Pushback/towing',
'departed' => 'Departed',
'ready_deice' => 'Ready for de-icing',
'deicing' => 'De-icing in progress',
'ground_ret' => 'Ground return',
'taxi' => 'Taxi',
'takeoff' => 'Takeoff',
'initial_clb' => 'Initial Climb',
'enroute' => 'Enroute',
'diverted' => 'Diverted',
'approach' => 'Approach',
'final_appr' => 'Final approach',
'landing' => 'Landing',
'landed' => 'Landed',
'arrived' => 'Arrived',
'cancelled' => 'Cancelled',
'emerg_decent' => 'Emergency decent',
2018-08-27 00:40:04 +08:00
],
2018-05-19 03:45:52 +08:00
];