Files
kupshop/web/lang/it/user.password.php
2025-08-02 16:30:27 +02:00

7 lines
361 B
PHP

<?php
$txt_str['user.password']['title'] = 'Cambiare la password';
$txt_str['user.password']['passwordChanged'] = 'La password è stata cambiata con successo.';
$txt_str['user.password']['passwordChangeErrorWeak'] = 'La nuova password è debole.';
$txt_str['user.password']['passwordChangeErrorNoMatch'] = 'La password inserita inizialmente non è corretta.';