F:\WEBSITES\testbed\zipped\yabb_svn_new\branches\2.5.2\cgi-bin\yabb2\Languages\English\LogInOut.lng F:\WEBSITES\testbed\zipped\yabb_svn_new\trunk\cgi-bin\yabb2\Languages\English\LogInOut.lng
############################################################################### ###############################################################################
# LogInOut.lng (LogInOut text definitions)                                    # # LogInOut.lng (LogInOut text definitions)                                    #
############################################################################### ###############################################################################
# YaBB: Yet another Bulletin Board                                            # # YaBB: Yet another Bulletin Board                                            #
# Open-Source Community Software for Webmasters                               # # Open-Source Community Software for Webmasters                               #
# Version:        YaBB 2.5.2                                                  # # Version:        YaBB 2.6.12                                                 #
# Packaged:       October 21, 2012                                            # # Packaged:       January 5, 2016                                             #
# Distributed by: http://www.yabbforum.com                                    # # Distributed by: http://www.yabbforum.com                                    #
# =========================================================================== # # =========================================================================== #
# Copyright (c) 2000-2012 YaBB (www.yabbforum.com) - All Rights Reserved.     # # Copyright (c) 2000-2016 YaBB (www.yabbforum.com) - All Rights Reserved.     #
# Software by:  The YaBB Development Team                                     # # Software by:  The YaBB Development Team                                     #
#               with assistance from the YaBB community.                      # #               with assistance from the YaBB community.                      #
############################################################################### ###############################################################################
   
$loginoutlngver = 'YaBB 2.5.2 $Revision: 1.2 $'; $loginoutlngver = 'YaBB 2.6.12 $Revision: 1651 $';
   
%loginout_txt = ( %loginout_txt = (
'34' => 'Login', '34' => 'Login',
'35' => 'Username, Displayed Name or e-mail address', '35' => 'User ID or e-mail address',
  '35a' => 'User ID or e-mail address field.',
  '35b' => 'User ID, Screen Name or e-mail address',
'36' => 'Password', '36' => 'Password',
  '36b' => 'Password Reset',
'130' => "Regards,\nThe $mbname team", '130' => "Regards,\nThe $mbname team",
'130a' => "A Password reset was requested by a visitor at $mbname. If you did not submit a request to reset your password, then please ignore this e-mail, otherwise go here to reset your password: ", '130a' => "A Password reset was requested by a visitor at $mbname. If you did not submit a request to reset your password, then please ignore this e-mail, otherwise go here to reset your password: ",
'192' => 'E-mail successfully sent to:', '192' => 'E-mail successfully sent to:',
'193' => 'Back', '193' => 'Back',
'194' => 'Reset request',  '194' => 'request', 
'241' => 'field!',  '241' => 'field.', 
'315' => 'Forgot Password?', '315' => 'Forgot Password?',
'339' => 'Send', '339' => 'Send',
'497' => 'Logged in for',  
'497a' => 'hour',  
'497b' => 'hours',  
'497c' => 'Keeps',  
'497d' => 'Until I exit the browser',  
'508' => 'Always stay logged in',  
'669' => 'Forgot Password', '669' => 'Forgot Password',
'711' => 'Dear', '711' => 'Dear',
'753' => 'Need to register?', '753' => 'Need to register?',
'837' => 'Your username is case sensitive.', '837' => 'Your user ID is case sensitive.',
'capslock' => 'Caps lock is activated.', 'capslock' => 'Caps lock is activated.',
'wrong_char' => 'This character in the Password is invalid', 'wrong_char' => 'This character in the Password is invalid',
'error_user_info' => 'You must insert your Username, Displayed Name or e-mail address.', 'error_user_info' => 'You must insert your User ID or e-mail address.',
'no_user_info_exists' => 'The Username, Displayed Name or e-mail address which you entered does not exist on this forum.', 'no_user_info_exists' => 'The User ID or e-mail address which you entered does not exist on this forum.',
  'verification_question_desc' => 'Please answer the above verification question.',
  'verification_question_case' => 'Answers are case-sensitive.',
  'error_verification' => 'The verification code is missing.',
  'error_verification_question' => 'You must answer the verification question.',
  'keeps' => 'Keep me logged in',
); );
   
%floodtxt=( %floodtxt=(
'1' => 'Your Verification Code is', '1' => 'Your Verification Code is',
'3' => 'Verification Code', '3' => 'Verification Code',
'casewarning' => 'Please type exactly what text appears in the image. The characters must be typed in the same order, and it is case-sensitive.', 'casewarning' => 'Please type the characters that appear in the image. The characters must be typed in the same order, and they are case-sensitive.',
  'casewarning_1' => 'Please type the characters exactly as they appear in the image,',
  'casewarning_2' => '<br /><span style="font-weight: bold;">without the first',
  'casewarning_3' => '<br /><span style="font-weight: bold;">without the last',
  'casewarning_4' => 'and last',
  'casewarning_5' => 'characters.</span><br />The characters must be typed in the same order,<br />and they are case-sensitive.',
); );
   
%prereg_txt=( %prereg_txt=(
'5' => 'Your account is activated. You can now log in using your user id and password!',  '5' => 'Your account is activated. You can now log in using your user id and password.', 
); );
   
1; 1;