23 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Heading
 | 
						|
$_['heading_title']                = 'Account Login';
 | 
						|
 | 
						|
// Text
 | 
						|
$_['text_account']                 = 'Tili';
 | 
						|
$_['text_login']                   = 'Kirjaudu';
 | 
						|
$_['text_new_customer']            = 'Uusi asiakas';
 | 
						|
$_['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']                  = 'Sähköpostiosoite';
 | 
						|
$_['entry_password']               = 'Salasana';
 | 
						|
 | 
						|
// Error
 | 
						|
$_['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.';
 |