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

8 lines
222 B
PHP

<?php
$txt_str['form'] = [
'errorCaptcha' => 'Cod de control invalid',
'errorRequiredMissing' => 'Introduceți câmpurile obligatorii: ',
'errorInvalidEmail' => 'Adresa de e-mail nu are un format valid: ',
];