oms-Surveys/Theme/Backend/Lang/en.lang.php
2024-03-20 07:21:25 +00:00

57 lines
1.6 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Surveys' => [
'Additional' => 'Additional',
'Answer' => 'Answer',
'Checkbox' => 'Checkbox',
'CoreData' => 'Core Data',
'Created' => 'Created',
'Creator' => 'Creator',
'Date' => 'Date',
'Description' => 'Description',
'Dropdown' => 'Dropdown',
'Element' => 'Element',
'End' => 'End',
'Group' => 'Group',
'Manager' => 'Manager',
'Name' => 'Name',
'Number' => 'Number',
'Preview' => 'Preview',
'Question' => 'Question',
'Questionee' => 'Questionee',
'Questions' => 'Questions',
'Radio' => 'Radio',
'Receiver' => 'Receiver',
'Reference' => 'Reference',
'Responsibility' => 'Responsibility',
'Result' => 'Result',
'ResultPublic' => 'Result public?',
'Section' => 'Section',
'Start' => 'Start',
'Status' => 'Status',
'Survey' => 'Survey',
'Surveys' => 'Surveys',
'Tag' => 'Tag',
'Text' => 'Text',
'Title' => 'Title',
'Type' => 'Type',
'User' => 'User',
'UserGroup' => 'User/Group',
'Headline' => 'Headline',
'Textfield' => 'Textfield',
'Textarea' => 'Textarea',
'Numeric' => 'Numeric',
]];