8 lines
180 B
PHP
8 lines
180 B
PHP
<?php
|
|
|
|
$txt_str['form'] = [
|
|
'errorCaptcha' => 'Błędny kod',
|
|
'errorRequiredMissing' => 'Wypełnij pola: ',
|
|
'errorInvalidEmail' => 'Nieprawidłowy format e-mail: ',
|
|
];
|