oms-Surveys/Theme/Backend/Lang/en.lang.php
Dennis Eichhorn 8ab163135a
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix languages
2024-05-18 13:28:34 +00:00

43 lines
1.1 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' => [
'Checkbox' => 'Checkbox',
'Created' => 'Created',
'Creator' => 'Creator',
'Date' => 'Date',
'Description' => 'Description',
'Dropdown' => 'Dropdown',
'Element' => 'Element',
'End' => 'End',
'Manager' => 'Manager',
'Name' => 'Name',
'Preview' => 'Preview',
'Questionee' => 'Questionee',
'Radio' => 'Radio',
'Responsibility' => 'Responsibility',
'ResultPublic' => 'Result public?',
'Section' => 'Section',
'Start' => 'Start',
'Survey' => 'Survey',
'Surveys' => 'Surveys',
'Tag' => 'Tag',
'Type' => 'Type',
'UserGroup' => 'User/Group',
'Headline' => 'Headline',
'Textfield' => 'Textfield',
'Textarea' => 'Textarea',
'Numeric' => 'Numeric',
]];