28 lines
645 B
PHP
28 lines
645 B
PHP
<?php return [
|
|
'plugin' => [
|
|
'name' => 'GA Schooling',
|
|
'description' => '',
|
|
],
|
|
'typeratings' => [
|
|
'name' => 'Typerating Name',
|
|
'price' => 'Price for exam',
|
|
],
|
|
'menu' => [
|
|
'main' => 'GA Schooling',
|
|
'typeratings' => 'Typeratings',
|
|
'rank' => 'Member Ranks',
|
|
],
|
|
'permissions' => [
|
|
'tab' => 'German Airlines VA - Schooling',
|
|
'label' => 'Manage Schooling',
|
|
],
|
|
'member_rank' => [
|
|
'name' => 'Name',
|
|
'description' => 'Description',
|
|
'points' => 'Required Points',
|
|
'price' => 'Price of Exam',
|
|
'badge' => 'Badge',
|
|
'region' => 'REGEX to Filter Allowed Regions of Flight',
|
|
],
|
|
];
|