mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-11 16:08:41 +00:00
48 lines
1.4 KiB
PHP
48 lines
1.4 KiB
PHP
<?php declare(strict_types=1);
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.4
|
|
*
|
|
* @package TBD
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
return ['Surveys' => [
|
|
'Additional' => 'Additional',
|
|
'Answer' => 'Answer',
|
|
'Checkbox' => 'Checkbox',
|
|
'CoreData' => 'Core Data',
|
|
'Created' => 'Created',
|
|
'Creator' => 'Creator',
|
|
'Date' => 'Date',
|
|
'Description' => 'Description',
|
|
'Dropdown' => 'Dropdown',
|
|
'End' => 'End',
|
|
'Group' => 'Group',
|
|
'Question' => 'Question',
|
|
'Questions' => 'Questions',
|
|
'Manager' => 'Manager',
|
|
'Name' => 'Name',
|
|
'Number' => 'Number',
|
|
'Questionee' => 'Questionee',
|
|
'Radio' => 'Radio',
|
|
'Receiver' => 'Receiver',
|
|
'Reference' => 'Reference',
|
|
'Responsibility' => 'Responsibility',
|
|
'Result' => 'Result',
|
|
'ResultPublic' => 'Result public?',
|
|
'Section' => 'Section',
|
|
'Start' => 'Start',
|
|
'Status' => 'Status',
|
|
'Survey' => 'Survey',
|
|
'Surveys' => 'Surveys',
|
|
'Text' => 'Text',
|
|
'Title' => 'Title',
|
|
'Type' => 'Type',
|
|
'User' => 'User',
|
|
'UserGroup' => 'User/Group',
|
|
]];
|