15 lines
271 B
PHP
15 lines
271 B
PHP
<?php return [
|
|
'plugin' => [
|
|
'name' => 'GA Schooling',
|
|
'description' => '',
|
|
],
|
|
'typeratings' => [
|
|
'name' => 'Typerating Name',
|
|
'price' => 'Price for exam',
|
|
],
|
|
'menu' => [
|
|
'main' => 'GA Schooling',
|
|
'typeratings' => 'Typeratings',
|
|
],
|
|
];
|