Files
kupshop/web/lang/pl/form.php
2025-08-02 16:30:27 +02:00

8 lines
180 B
PHP

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