HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/stafa/stafa.nl/resources/lang/nl/kms/attributes/components.php
<?php

use App\Komma\Components\ComponentType\ComponentTypes;

return [

    'availableTypes' => 'Beschikbare blokken',
    'linkTo' => 'Koppelen aan',
    'types' => [
        ComponentTypes::TEXT_IMAGE => 'Tekst en afbeelding',
        ComponentTypes::TEXT_HEX_IMAGE => 'Tekst en hexagon afbeelding',
        ComponentTypes::DOUBLE_TEXT => 'Dubbele text',
        ComponentTypes::VIDEO => 'Video',
        ComponentTypes::TEXT => 'Tekst',
        ComponentTypes::IMAGE => 'Afbeelding',
        ComponentTypes::QUOTE => 'Citaat',
        ComponentTypes::INTRO => 'Intro',
        ComponentTypes::TESTIMONIAL => 'Testimonial',
        ComponentTypes::IMAGE_SLIDER => 'Image Slider',
        ComponentTypes::DOUBLE_DOWNLOADS => 'Dubbele Downloads',
    ],

    'copied' => 'Structuur gekopieerd',

    'confirm_copy_modal' => [
        'header' => 'Let op!',
        'message' => 'Weet u zeker dat u de structuur naar de andere taal wilt kopieren?',
        'confirm' => 'Ja',
        'cancel' => 'Nee',
    ]

];