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/topswtwmobile.komma.pro/app/lang/en/validation.php
<?php

return array(

    /*
    |--------------------------------------------------------------------------
    | Validation Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines contain the default error messages used by
    | the validator class. Some of these rules have multiple versions such
    | as the size rules. Feel free to tweak each of these messages here.
    |
    */

    "required" => "Please fill in this field.",
    'vat' => 'Please enter your correct VAT number.',
    'email' => 'Please enter a valid e-mail address.',
    'unique_customer' => 'E-mail already in use.',

    /*
    |--------------------------------------------------------------------------
    | Custom Validation Language Lines
    |--------------------------------------------------------------------------
    |
    | Here you may specify custom validation messages for attributes using the
    | convention "attribute.rule" to name the lines. This makes it quick to
    | specify a specific custom language line for a given attribute rule.
    |
    */

    'custom' => array(
        'global' => [
            'oneError' => 'We&lsquo;re sorry! In order to process your order, TOPS also needs the data marked in red. Please complete your information.',
            'someErrors' => 'We&lsquo;re sorry! In order to process your order, TOPS also needs the data marked in red. Please complete your information.',
        ],
        'agree' => [
            'required' => 'Please accept the terms &amp; conditions in order to complete your order.',
        ],
        'pm' => [
            'required' => 'Please select your payment method.',
        ],
        'issuerId' => [
            'bank_requirement' => 'Please select your bank.',
        ],
        'fullName' => [
            'required' => 'Please enter your first and last name.',
        ],
        'fullAddress' => [
            'required' => 'Please enter your postal code and house number.',
        ],
        'invoice-email' => array(
            'required' => 'Please enter a valid e-mail address.',
        ),
        'invoice-company-vat' => [
            'vat_requirement' => 'Please enter your VAT number.',
        ],
        'phone_or_email' => 'Please enter your phone number or your e-mail addres.',

        'dpd_carrier_shop_id' => [
            'required_if' => 'Please select a ParcelShop'
        ],
        'maintenance_type' => [
            'required' => 'Choose your type of maintenance',
        ],


    ),

    /*
    |--------------------------------------------------------------------------
    | Custom Validation Attributes
    |--------------------------------------------------------------------------
    |
    | The following language lines are used to swap attribute place-holders
    | with something more reader friendly such as E-Mail Address instead
    | of "email". This simply helps us make messages a little cleaner.
    |
    */

    'attributes' => array(),

);