2006-12-02 04:36:16 +00:00
< ? php
/*
2014-08-16 01:04:32 +02:00
* Copyright e107 Inc e107 . org , Licensed under GNU GPL ( http :// www . gnu . org / licenses / gpl . txt )
*
* Forgotten password language file - Password reset
*
2006-12-02 04:36:16 +00:00
*/
2014-08-16 01:04:32 +02:00
2006-12-02 04:36:16 +00:00
define ( " PAGE_NAME " , " Password Reset " );
define ( " LAN_02 " , " Sorry, unable to send email - please contact the main site administrator. " );
define ( " LAN_03 " , " Password Reset " );
define ( " LAN_05 " , " To reset your password please enter the following information " );
define ( " LAN_06 " , " Attempted password reset " );
define ( " LAN_07 " , " Someone with IP address " );
define ( " LAN_08 " , " attempted to reset the main admin password. " );
define ( " LAN_09 " , " Password reset from " );
2015-07-07 17:43:49 -07:00
define ( " LAN_112 " , " Email address registered on this site " );
2015-07-11 14:46:29 -07:00
// define("LAN_156", "Submit");
2006-12-02 04:36:16 +00:00
define ( " LAN_213 " , " That username/email address was not found in database. " );
define ( " LAN_214 " , " Unable to reset password " );
2015-07-11 14:46:29 -07:00
// define("LAN_216", "To validate your new password please go to the following URL ...");
// define("LAN_217", "Your new password is now validated, you may now login using your new password.");
2006-12-02 04:36:16 +00:00
define ( " LAN_218 " , " Your username is: " );
2015-07-11 14:46:29 -07:00
// define("LAN_219", "The password associated with that email address has already been reset and cannot be reset again. Please contact the site administrator for more details.");
2015-07-07 17:43:49 -07:00
define ( " LAN_FPW1 " , " Username " );
2015-07-11 14:46:29 -07:00
// define("LAN_FPW2", "Enter code");
// define("LAN_FPW3", "Incorrect code entered");
2015-07-07 17:43:49 -07:00
define ( " LAN_FPW4 " , " A request has already been sent to reset this password, if you did not receive the email, please contact the site administrator for help. " );
define ( " LAN_FPW5 " , " A request to reset your password for " );
define ( " LAN_FPW6 " , " An email has been sent to you with a link that will allow you to reset your password. " );
define ( " LAN_FPW7 " , " This is not a valid link to reset your password.<br />Please contact the site administrator for more details. " );
define ( " LAN_FPW8 " , " Your password has been changed successfully. " );
define ( " LAN_FPW9 " , " The new password is: " );
define ( " LAN_FPW10 " , " Please " );
define ( " LAN_FPW11 " , " log in now " );
define ( " LAN_FPW12 " , " and immediately change your password, for security purposes. " );
2006-12-02 04:36:16 +00:00
define ( " LAN_FPW13 " , " please follow the instructions in the email to validate your password. " );
define ( " LAN_FPW14 " , " has been submitted by someone with the IP of " );
define ( " LAN_FPW15 " , " This does not mean your password has yet been reset. You must navigate to the link shown below to complete the reset process. " );
define ( " LAN_FPW16 " , " If you did not request to have your password reset and you do NOT want it reset, you may simply ignore this email " );
define ( " LAN_FPW17 " , " The link below will be valid for 48 hours. " );
2016-12-09 18:10:32 +01:00
define ( " LAN_FPW18 " , " Password reset requested " );
define ( " LAN_FPW19 " , " Email send failed " );
define ( " LAN_FPW20 " , " Email send succeeded " );
define ( " LAN_FPW21 " , " User clicked on password reset link " );
2015-07-07 17:43:49 -07:00
2007-12-15 15:06:40 +00:00
2014-01-03 02:43:16 -08:00
define ( " LAN_FPW_100 " , " Forgot your password? " );
define ( " LAN_FPW_101 " , " Not to worry. Just enter your email address below and we'll send you an instruction email for recovery. " );
define ( " LAN_FPW_102 " , " Reset Password " );
2006-12-02 04:36:16 +00:00
2016-12-09 18:10:32 +01:00
?>