2020-02-12 21:25:39 +00:00
|
|
|
<?php
|
|
|
|
// Heading
|
2020-02-16 12:18:44 +00:00
|
|
|
$_['heading_title'] = 'Vaihda Salasana';
|
2020-02-12 21:25:39 +00:00
|
|
|
|
|
|
|
// Text
|
2020-02-16 12:18:44 +00:00
|
|
|
$_['text_account'] = 'Tili';
|
2020-02-12 21:25:39 +00:00
|
|
|
$_['text_password'] = 'Your Password';
|
|
|
|
$_['text_success'] = 'Success: Your password has been successfully updated.';
|
|
|
|
|
|
|
|
// Entry
|
2020-02-16 12:18:44 +00:00
|
|
|
$_['entry_password'] = 'Salasana';
|
|
|
|
$_['entry_confirm'] = 'Vahvista salasana';
|
2020-02-12 21:25:39 +00:00
|
|
|
|
|
|
|
// Error
|
|
|
|
$_['error_password'] = 'Password must be between 4 and 20 characters!';
|
|
|
|
$_['error_confirm'] = 'Password confirmation does not match password!';
|