Files
nexusphp/resources/lang/sv/field.php

13 lines
284 B
PHP
Raw Normal View History

2026-02-01 01:26:00 +07:00
<?php
return [
'type' => [
'text' => 'Kort text',
'textarea' => 'Lång text',
'radio' => 'Horisontell enkel markering',
'checkbox' => 'Horisontell multipla val',
'select' => 'Vertikal enkel markering',
'image' => 'Bild',
],
];