home *** CD-ROM | disk | FTP | other *** search
- <?php
- $strWelcomeTo = "Welcome to ";
- $strUseMenu = "Use the menu or click on the fast links below to start using ";
- $click_to_login = "Click here to login.";
- $login_text = "Enter your username and password to login";
- $login_username = "Username";
- $login_password = "Password";
- $login_missing_field = "You didn't fill out your username or password.";
- $login_bad_login = "Wrong username or password";
- $login_remind = "Keep me logged in till I press the logout button.";
- $login_language = 'Language';
- ?>
-