1 | <?php |
---|
2 | |
---|
3 | // Language definitions used in login.php |
---|
4 | $lang_login = array( |
---|
5 | |
---|
6 | // Miscellaneous |
---|
7 | 'Wrong user/pass' => 'Wrong username and/or password.', |
---|
8 | 'Forgotten pass' => 'Forgotten your password?', |
---|
9 | 'Login redirect' => 'Logged in successfully. Redirecting âŠ', |
---|
10 | 'Logout redirect' => 'Logged out. Redirecting âŠ', |
---|
11 | 'No email match' => 'There is no user registered with the email address', |
---|
12 | 'Request pass' => 'Request password', |
---|
13 | 'Request pass legend' => 'Enter the email address with which you registered', |
---|
14 | 'Request pass info' => 'A new password together with a link to activate the new password will be sent to that address.', |
---|
15 | 'Not registered' => 'Not registered yet?', |
---|
16 | 'Login legend' => 'Enter your username and password below', |
---|
17 | 'Remember me' => 'Log me in automatically each time I visit.', |
---|
18 | 'Login info' => 'If you have not registered or have forgotten your password click on the appropriate link below.', |
---|
19 | 'New password errors' => 'Password request error', |
---|
20 | 'New passworderrors info' => 'The following error needs to be corrected before a new password can be sent:', |
---|
21 | |
---|
22 | // Forget password mail stuff |
---|
23 | 'Forget mail' => 'An email has been sent to the specified address with instructions on how to change your password. If it does not arrive you can contact the forum administrator at', |
---|
24 | 'Email flood' => 'This account has already requested a password reset in the past hour. Please wait a while before requesting a new password again.' |
---|
25 | |
---|
26 | ); |
---|