1
0
opencart-languagepack-finnish/catalog/account/reset.php
2020-02-16 14:18:44 +02:00

17 lines
566 B
PHP

<?php
// Heading
$_['heading_title'] = 'Reset your password';
// Text
$_['text_account'] = 'Tili';
$_['text_password'] = 'Enter the new password you wish to use.';
$_['text_success'] = 'Success: Your password has been successfully updated.';
// Entry
$_['entry_password'] = 'Salasana';
$_['entry_confirm'] = 'Vahvista';
// Error
$_['error_password'] = 'Password must be between 4 and 20 characters!';
$_['error_confirm'] = 'Password and password confirmation do not match!';
$_['error_code'] = 'Password reset code is invalid or was used previously!';