| ############################################################################### |
| ############################################################################### |
| # 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 Anniversary Edition # |
| # Version: YaBB 2.5.2 # |
| # Packaged: July 04, 2010 # |
| # Packaged: September 30, 2012 # |
| # Distributed by: http://www.yabbforum.com # |
| # Distributed by: http://www.yabbforum.com # |
| # =========================================================================== # |
| # =========================================================================== # |
| # Copyright (c) 2000-2010 YaBB (www.yabbforum.com) - All Rights Reserved. # |
| # Copyright (c) 2000-2012 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. # |
| # Sponsored by: Xnull Internet Media, Inc. - http://www.ximinc.com #
|
| |
| # Your source for web hosting, web design, and domains. #
|
| |
| ############################################################################### |
| ############################################################################### |
| |
| |
| $loginoutlngver = 'YaBB 2.5 AE $Revision: 1.8 $'; |
| $loginoutlngver = 'YaBB 2.5.2 $Revision: 1.2 $'; |
| |
| |
| %loginout_txt = ( |
| %loginout_txt = ( |
| '34' => 'Login', |
| '34' => 'Login', |
| '35' => 'Username, Displayed Name or Email address', |
| '35' => 'Username, Displayed Name or e-mail address', |
| '36' => 'Password', |
| '36' => 'Password', |
| '130' => "Regards,\nThe $mbname team", |
| '130' => "Regards,\nThe $mbname team", |
| '130a' => "This reminder was requested by a visitor at $mbname. If you did not submit a request to reset your password, then please ignore this email, 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' => 'Email successfully sent to:', |
| '192' => 'E-mail successfully sent to:', |
| '193' => 'Back', |
| '193' => 'Back', |
| '194' => 'reminder', |
| '194' => 'Reset request', |
| '241' => 'field!', |
| '241' => 'field!', |
| '315' => 'Forgot password?', |
| '315' => 'Forgot Password?', |
| '339' => 'Send', |
| '339' => 'Send', |
| '497' => 'Logged in for', |
| '497' => 'Logged in for', |
| '497a' => 'hour', |
| '497a' => 'hour', |
| '497b' => 'hours', |
| '497b' => 'hours', |
| '497c' => 'Keeps', |
| '497c' => 'Keeps', |
| '497d' => 'Until I exit the browser', |
| '497d' => 'Until I exit the browser', |
| '508' => 'Always stay logged in', |
| '508' => 'Always stay logged in', |
| '669' => 'Password Reminder', |
| '669' => 'Forgot Password', |
| '711' => 'Dear', |
| '711' => 'Dear', |
| '753' => 'Need to register?', |
| '753' => 'Need to register?', |
| '837' => 'Your username is case sensitive.', |
| '837' => 'Your username 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.',
|
| |
| 'no_user_info_exists' => 'The Username, Displayed Name or e-mail address which you entered does not exist on this forum.',
|
| ); |
| ); |
| |
| |
| %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 exactly what text appears in the image. The characters must be typed in the same order, and it is 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; |