Skip to content
Snippets Groups Projects
login.php 1.06 KiB
Newer Older
  • Learn to ignore specific revisions
  • <?php
    
    // Language definitions used in delete.php
    $lang_login = array(
    
    // Miscellaneous
    'Wrong user/pass'		=>	'Wrong username and/or password.',
    'Forgotten pass'		=>	'Forgotten your password?',
    'Login redirect'		=>	'Logged in successfully. Redirecting &hellip;',
    'Logout redirect'		=>	'Logged out. Redirecting &hellip;',
    'No e-mail match'		=>	'There is no user registered with the e-mail address',
    'Request pass'			=>	'Request password',
    'Request pass legend'	=>	'Enter the e-mail 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',
    'Login info'			=>	'If you have not registered or have forgotten your password click on the appropriate link below.',
    
    // Forget password mail stuff
    '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'
    
    );