Forms, Menu, DB
This commit is contained in:
+16
-11
@@ -1,13 +1,18 @@
|
||||
<?php return [
|
||||
'plugin' => [
|
||||
'name' => 'Fleet',
|
||||
'description' => '',
|
||||
],
|
||||
'aircraft' => [
|
||||
'manufacturers' => [
|
||||
'name' => 'Name',
|
||||
'link' => 'Link',
|
||||
'history' => 'History',
|
||||
'plugin' => [
|
||||
'name' => 'Fleet',
|
||||
'description' => '',
|
||||
],
|
||||
],
|
||||
];
|
||||
'aircraft' => [
|
||||
'manufacturers' => [
|
||||
'name' => 'Name',
|
||||
'link' => 'Link',
|
||||
'history' => 'History',
|
||||
],
|
||||
],
|
||||
'menu' => [
|
||||
'main' => 'GA Fleet',
|
||||
'manufacturers' => 'Aircraft Manufacturers',
|
||||
'types' => 'Aircraft Types',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user