6 lines
209 B
PHP
6 lines
209 B
PHP
<?php
|
|
|
|
$txt_str['form']['errorCaptcha'] = 'Zlý kontrolný kód';
|
|
$txt_str['form']['errorRequiredMissing'] = 'Vyplňte povinné polia: ';
|
|
$txt_str['form']['errorInvalidEmail'] = 'Neplatný formát e-mailu: ';
|