login.php (1133B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Account Login'; 4 5 // Text 6 $_['text_account'] = 'Account'; 7 $_['text_login'] = 'Login'; 8 $_['text_new_customer'] = 'New Customer'; 9 $_['text_register'] = 'Register Account'; 10 $_['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.'; 11 $_['text_returning_customer'] = 'Returning Customer'; 12 $_['text_i_am_returning_customer'] = 'I am a returning customer'; 13 $_['text_forgotten'] = 'Forgotten Password'; 14 15 // Entry 16 $_['entry_email'] = 'E-Mail Address'; 17 $_['entry_password'] = 'Password'; 18 19 // Error 20 $_['error_login'] = 'Warning: No match for E-Mail Address and/or Password.'; 21 $_['error_attempts'] = 'Warning: Your account has exceeded allowed number of login attempts. Please try again in 1 hour.'; 22 $_['error_approved'] = 'Warning: Your account requires approval before you can login.';