Files
nexusphp/lang/en/lang_takelogin.php
xiaomlove a3ba82be64 init
2020-12-26 01:42:23 +08:00

12 lines
491 B
PHP

<?php
$lang_takelogin = array
(
'std_login_fail_note' => "<b>Error</b>: Username or password incorrect!<br /><br />Don't remember your password? <b><a href=recover.php>Recover</a></b> your password!",
'std_login_fail' => "Login failed!",
'std_account_disabled' => "This account has been disabled.",
'std_user_account_unconfirmed' => "The account has not been verified yet. If you didn't receive the confirmation email, try to <a href='confirm_resend.php'><b>reseed it</b></a>.",
);
?>