punbb/lang/English/login.php
changeset 7 98bbc533541c
equal deleted inserted replaced
6:5e1f1e916419 7:98bbc533541c
       
     1 <?php
       
     2 
       
     3 // Language definitions used in delete.php
       
     4 $lang_login = array(
       
     5 
       
     6 // Miscellaneous
       
     7 'Login info'				=>	'Login to %s',
       
     8 'Username'					=>	'Username:',
       
     9 'Password'					=>	'Password:',
       
    10 'E-mail address'			=>	'E-mail address:',
       
    11 'E-mail address help'		=>	'Enter the e-mail address set in your profile.',
       
    12 'Wrong user/pass'			=>	'Wrong username and/or password.',
       
    13 'Login redirect'			=>	'Logged in successfully. Redirecting …',
       
    14 'Login information'			=>	'Required login information:',
       
    15 'Send password legend'		=>	'Required address for new password:',
       
    16 'Profile e-mail address'	=>	'E-mail address:',
       
    17 'Profile e-mail info'		=>	'The e-mail address currently appearing in your profile',
       
    18 'Logout redirect'			=>	'Logged out. Redirecting …',
       
    19 'No e-mail match'			=>	'There is no user registered with the e-mail address %s.',
       
    20 'Request pass'				=>	'request a new password',
       
    21 'New password request'		=>	'New password request',
       
    22 'New password head'			=>	'Please send me a new password by e-mail',
       
    23 'New password info'			=>	'<strong>Important!</strong> A new password and a link to activate the new password will be sent by e-mail.',
       
    24 'Forgotten password'		=>	'If you have forgotten your password %s to regain access.',
       
    25 'Must be registered'		=>	'If you have not already registered please %s to gain access.',
       
    26 'Register now'				=>	'register now',
       
    27 '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 %s.'
       
    28 
       
    29 );