punbb/lang/English/login.php
changeset 6 5e1f1e916419
parent 5 e3d7322305bf
child 7 98bbc533541c
equal deleted inserted replaced
5:e3d7322305bf 6:5e1f1e916419
     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. Redirecting &hellip;',
       
    10 'Logout redirect'		=>	'Logged out. Redirecting &hellip;',
       
    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 );