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/SBogers10/stafa.komma.pro/resources/lang/en/site/form.php
<?php



return [
    'name'       => [
        'label'       => 'Name',
    ],

    'first_name'       => [
        'label'       => 'First name',
    ],

    'last_name'        => [
        'label'       => 'Last name',
    ],

    'company_name'        => [
        'label'       => 'Company name',
    ],

    'contact_name'        => [
        'label'       => 'Contact name',
    ],

    'phone' => [
        'label'       => 'Phone',
    ],

    'email' => [
        'label'       => 'E-mail address',
    ],

    'website' => [
        'label'       => 'Website',
    ],

    'password' => [
        'label'       => 'Password',
    ],

    'password_confirmation' => [
        'label'       => 'Confirm password',
    ],

    'form_message' => [
        'label'       => 'Message',
    ],

    'gender' => [
        'label'       => 'gender',
    ],

    'culture' => [
        'label'       => 'Language / Country',
    ],

    'street' => [
        'label'       => 'Street',
    ],

    'house_number' => [
        'label'       => 'House number',
    ],

    'postal_code' => [
        'label'       => 'Postal code',
    ],

    'city' => [
        'label'       => 'City',
    ],

    'accept_legal' => 'I agree to the terms of service',

    'send' => 'Send',

    'test1' => [
        'label'  => 'Test 1',
    ],
    'test2' => [
        'label'  => 'Test 2',
    ],
    'test3' => [
        'label'  => 'Test 3',
    ],
    'answer_a' => 'Answer A',
    'answer_b' => 'Answer B',
    'answer_c' => 'Answer C',
    'answer_d' => 'Answer D',

];