shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

login.php (496B)


      1 <?php
      2 // Heading
      3 $_['heading_title']  = 'Administration';
      4 
      5 // Text
      6 $_['text_heading']   = 'Administration';
      7 $_['text_login']     = 'Please enter your login details.';
      8 $_['text_forgotten'] = 'Forgotten Password';
      9 
     10 // Entry
     11 $_['entry_username'] = 'Username';
     12 $_['entry_password'] = 'Password';
     13 
     14 // Button
     15 $_['button_login']   = 'Login';
     16 
     17 // Error
     18 $_['error_login']    = 'No match for Username and/or Password.';
     19 $_['error_token']    = 'Invalid token session. Please login again.';