summaryrefslogtreecommitdiff
path: root/lang/English/login.php
blob: fab1faeb434632a705aa2ff0252110c858495c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php

// Language definitions used in login.php
$lang_login = array(

// Miscellaneous
'Login errors'		=>	'Login error',
'Login errors info'	=>	'The following error needs to be corrected before you can login:',
'Wrong user/pass'			=>	'Wrong username and/or password.',
'Forgotten pass'			=>	'Forgotten your password?',
'Login redirect'			=>	'Logged in successfully. Redirecting …',
'Logout redirect'			=>	'Logged out. Redirecting …',
'No email match'			=>	'There is no user registered with the email address',
'Request pass'				=>	'Request password',
'Request pass legend'		=>	'Enter the email address with which you registered',
'Request pass info'			=>	'A new password together with a link to activate the new password will be sent to that address.',
'Not registered'			=>	'Not registered yet?',
'Login legend'				=>	'Enter your username and password below',
'Remember me'				=>	'Log me in automatically each time I visit.',
'Login info'				=>	'If you have not registered or have forgotten your password click on the appropriate link below.',
'New password errors'		=>	'Password request error',
'New passworderrors info'	=>	'The following error needs to be corrected before a new password can be sent:',

// Forget password mail stuff
'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',
'Email flood'				=>	'This account has already requested a password reset in the past hour. Please wait %s minutes before requesting a new password again.'

);