18 lines
404 B
PHP
18 lines
404 B
PHP
<?php return [
|
|
'plugin' => [
|
|
'name' => 'Fleet',
|
|
'description' => '',
|
|
],
|
|
'aircraft' => [
|
|
'manufacturers' => [
|
|
'name' => 'Name',
|
|
'link' => 'Link',
|
|
'history' => 'History',
|
|
],
|
|
],
|
|
'menu' => [
|
|
'main' => 'GA Fleet',
|
|
'manufacturers' => 'Aircraft Manufacturers',
|
|
'types' => 'Aircraft Types',
|
|
],
|
|
]; |