Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | // Language definitions used in delete.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. Redirection ...', |
---|
10 | 'Logout redirect' => 'Logged out. Redirection ...', |
---|
11 | 'No e-mail match' => 'There is no user registered with the e-mail address', |
---|
12 | 'Request pass' => 'Request password', |
---|
13 | 'Request pass legend' => 'Enter the e-mail 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 | 'Login info' => 'If you have not registered or have forgotten your password click on the appropriate link below.', |
---|
18 | |
---|
19 | // Forget password mail stuff |
---|
20 | 'Forget mail' => 'An e-mail 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' |
---|
21 | |
---|
22 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.