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

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',
],
];