2020-02-12 21:25:39 +00:00
< ? php
// Heading
$_ [ 'heading_title' ] = 'Account Login' ;
// Text
$_ [ 'text_account' ] = 'Account' ;
$_ [ 'text_login' ] = 'Login' ;
$_ [ 'text_new_customer' ] = 'New Customer' ;
$_ [ '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.' ;
$_ [ 'text_returning_customer' ] = 'Returning Customer' ;
$_ [ 'text_i_am_returning_customer' ] = 'I am a returning customer' ;
$_ [ 'text_forgotten' ] = 'Forgotten Password' ;
// Entry
$_ [ 'entry_email' ] = 'E-Mail Address' ;
$_ [ 'entry_password' ] = 'Password' ;
// 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.' ;
$_ [ 'error_approved' ] = 'Varoitus: Your account requires approval before you can login.' ;