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/topswtw.komma.pro/app/lang/en/customer/create.php
<?php

return [
    'title'             => 'Create account',
    'account_details'   => 'Account details',
    'contact_details'   => 'Contact details',

    'error_user_exists'     => 'The e-mail address you entered is already in use.',
    'error_email_invalid'   => 'Invalid e-mail address',
    'error_cant_find_user'  => 'Unable to find user.',
    'error_password_confirmation' => 'The passwords do not match.',
    'error_password_min'    => 'the password should be at least have :min characters long',
    'error_vat_required'    => 'Companies outside The Netherlands must provide a VAT number.',
    'error_vat_invalid'     => 'This is not a valid VAT number',

    'thanks_for_creating_an_account' => 'Thank you for registering.',
    'your_account_has_been_activated' => 'Your account has been activated.',
    'click_to_login' => 'Click <a href=":link">here</a> to log in.',

    'invalid_activation_link_title' => 'Activation link invalid.',
    'invalid_activation_link_sub_title' => 'Your activation link is invalid.',

    'click_to_create_new_account' => 'Click <a href=":link">here</a> to create a new account.'
];