2021-06-14 00:39:21 +02:00

66 lines
2.1 KiB
PHP

<?php return [
'plugin' => [
'name' => 'GA Fleet',
'description' => '',
],
'aircraft_manufacturers' => [
'name' => 'Manufacturer Name',
'link' => 'Link to Homepage',
'history' => 'History of Manufacturer',
],
'aircrafts' => [
'type' => 'Aircraft Type',
'registration' => 'Aircraft Registration',
'name' => 'Aircraft Name',
'home_base' => 'Aircraft Home Base',
],
'aircraft_type_groups' => [
'comment' => 'Comment Identifying Aircraft Type Group',
],
'aircraft_types' => [
'tabs' => [
'operational' => 'Operational',
'informational' => 'Informational',
'weights' => 'Weights',
],
'aircraft_manufacturer' => 'Aircraft Manufacturer',
'typerating_id' => 'Typerating',
'only_charter' => 'True if Type is Charter Exclusive',
'type' => 'Aircraft Type Specifier',
'simbrief_type' => 'Aircraft Type Specifier for SimBrief',
'aircraft_type_groups' => 'Aircraft Type Group',
'dom' => 'Dry Operating Mass (kg)',
'mpld' => 'Max Payload (kg)',
'mzfm' => 'Max Zero Fuel Mass (kg)',
'fuel_capacity' => 'Fuel Capacity (kg)',
'mtom' => 'Maximum Takeoff Mass (kg)',
'mlam' => 'Maximum Landing Mass (kg)',
'description' => 'Aircraft Type Description',
'wingspan' => 'Aircraft Wingspan (m)',
'length' => 'Aircraft Length (m)',
'cruise_speed' => 'Aircraft Cruise Speed (kph)',
'range' => 'Aircraft Maximum Range (km)',
'engines' => 'Engines Installed',
'max_fl' => 'Maximum Altitude (ft)',
'capacity_flight_crew' => 'Strenght of Flight Crew',
'capacity_cabin_crew' => 'Strength of Cabin Crew',
'capacity_passengers' => 'Maximum Amount of Passengers',
'capacity_cargo' => 'Maximum amount of Cargo (kg)',
],
'menu' => [
'main' => 'GA Fleet',
'manufacturers' => 'Aircraft Manufacturers',
'types' => 'Aircraft Types',
'aircrafts' => 'Aircrafts',
'groups' => 'Aircraft Type Groups',
],
'permissions' => [
'tab' => [
'fleet' => 'German Airlines VA - Fleet',
],
'label' => [
'fleet' => 'Manage Fleet',
],
],
];