8 lines
190 B
PHP
8 lines
190 B
PHP
<?php
|
|
|
|
$txt_str['form'] = [
|
|
'errorCaptcha' => 'Wrong authentication',
|
|
'errorRequiredMissing' => 'Fill in required fields: ',
|
|
'errorInvalidEmail' => 'Invalid email address: ',
|
|
];
|