2021-06-16 22:40:17 +02:00

38 lines
1.0 KiB
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',
'exam_question_rank' => 'Exam Member Rank Questions',
'exam_question_typerating' => 'Exam Typerating Questions',
],
'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',
],
'exam_question' => [
'rank' => 'Member Rank',
'typerating' => 'Typerating',
'in_use' => 'True if Question is Currently in use',
'mandatory' => 'True if Querstion is Mandatory',
'text' => 'Question text',
'picture' => 'Question Picture',
],
];