8 lines
197 B
PHP
8 lines
197 B
PHP
<?php
|
|
|
|
$txt_str['form'] = [
|
|
'errorCaptcha' => 'Verkeerde controlecode',
|
|
'errorRequiredMissing' => 'Vul de verplichte velden in: ',
|
|
'errorInvalidEmail' => 'Ongeldig e-mailformaat: ',
|
|
];
|