14 lines
220 B
PHP
14 lines
220 B
PHP
<?php return [
|
|
'plugin' => [
|
|
'name' => 'Fleet',
|
|
'description' => '',
|
|
],
|
|
'aircraft' => [
|
|
'manufacturers' => [
|
|
'name' => 'Name',
|
|
'link' => 'Link',
|
|
'history' => 'History',
|
|
],
|
|
],
|
|
];
|