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

9 lines
274 B
PHP

<?php
$txt_str['user.password'] = [
'title' => 'Parooli muutmine',
'passwordChanged' => 'Parool on edukalt muudetud.',
'passwordChangeErrorWeak' => 'Sisestatud parool on liiga nõrk.',
'passwordChangeErrorNoMatch' => 'Sisestatud algne parool ei kehti.',
];