47 lines
1.3 KiB
PHP
47 lines
1.3 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',
|
|
'exam_answer_rank' => 'Exam Member Rank Answers',
|
|
'exam_answer_typerating' => 'Exam Typerating Answers',
|
|
'exam_member_rank' => 'Exams Member Rank',
|
|
'exam_typerating' => 'Exams Typerating',
|
|
],
|
|
'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',
|
|
],
|
|
'exam_answer' => [
|
|
'question' => 'Exam Question',
|
|
'text' => 'Answer Text',
|
|
'is_correct' => 'True if Answer is Correct',
|
|
],
|
|
];
|