1
0
opencart-languagepack-finnish/catalog/account/forgotten.php

22 lines
926 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Forgot Your Password?';
// Text
2020-02-16 12:18:44 +00:00
$_['text_account'] = 'Tili';
$_['text_forgotten'] = 'Unohtunut salasana';
$_['text_your_email'] = 'Sähköpostiosoitteesi';
2020-02-12 21:25:39 +00:00
$_['text_email'] = 'Enter the e-mail address associated with your account. Click submit to have a password reset link e-mailed to you.';
$_['text_success'] = 'An email with a confirmation link has been sent your email address.';
// Entry
2020-02-16 12:18:44 +00:00
$_['entry_email'] = 'Sähköpostiosoite';
$_['entry_password'] = 'Uusi salasana';
$_['entry_confirm'] = 'Vahvista';
2020-02-12 21:25:39 +00:00
// Error
2020-02-16 11:32:04 +00:00
$_['error_email'] = 'Varoitus: The E-Mail Address was not found in our records, please try again!';
$_['error_approved'] = 'Varoitus: Your account requires approval before you can login.';
2020-02-12 21:25:39 +00:00
$_['error_password'] = 'Password must be between 4 and 20 characters!';
2020-03-02 08:58:49 +00:00
$_['error_confirm'] = 'Password and password confirmation do not match!';