Files

13 lines
286 B
PHP
Raw Permalink Normal View History

2026-02-01 01:26:00 +07:00
<?php
return [
'type' => [
'text' => 'Kurzer Text',
'textarea' => 'Lange Text',
'radio' => 'Horizontale Einzelauswahl',
'checkbox' => 'Horizontale Mehrfachauswahl',
'select' => 'Vertikale Einzelauswahl',
'image' => 'Bild',
],
];