2020-02-12 21:25:39 +00:00
< ? php
// Heading
$_ [ 'heading_title' ] = 'Account Login' ;
// Text
2020-02-16 12:18:44 +00:00
$_ [ 'text_account' ] = 'Tili' ;
$_ [ 'text_login' ] = 'Kirjaudu' ;
2021-10-08 15:57:57 +00:00
$_ [ 'text_new_customer' ] = 'Uusi asiakas' ;
2020-02-12 21:25:39 +00:00
$_ [ 'text_register' ] = 'Register Account' ;
$_ [ 'text_register_account' ] = 'By creating an account you will be able to shop faster, be up to date on an order\'s status, and keep track of the orders you have previously made.' ;
2021-11-05 13:21:00 +00:00
$_ [ 'text_returning_customer' ] = 'Palaava asiakas' ;
2020-02-12 21:25:39 +00:00
$_ [ 'text_i_am_returning_customer' ] = 'I am a returning customer' ;
$_ [ 'text_forgotten' ] = 'Forgotten Password' ;
// Entry
2020-02-16 12:18:44 +00:00
$_ [ 'entry_email' ] = 'Sähköpostiosoite' ;
$_ [ 'entry_password' ] = 'Salasana' ;
2020-02-12 21:25:39 +00:00
// Error
2020-02-16 11:32:04 +00:00
$_ [ 'error_login' ] = 'Varoitus: No match for E-Mail Address and/or Password.' ;
$_ [ 'error_attempts' ] = 'Varoitus: Your account has exceeded allowed number of login attempts. Please try again in 1 hour.' ;
2020-03-02 08:58:49 +00:00
$_ [ 'error_approved' ] = 'Varoitus: Your account requires approval before you can login.' ;