1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 09:04:38 +02:00
Files
php-e107/e107_languages/English/lan_fpw.php

45 lines
2.4 KiB
PHP

<?php
/*
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
*
* Forgotten password language file - Password reset
*
*/
return [
'PAGE_NAME' => "Password Reset",
'LAN_02' => "Sorry, unable to send email - please contact the main site administrator.",
'LAN_03' => "Password Reset",
'LAN_05' => "To reset your password, please enter the following information",
'LAN_06' => "Attempted password reset",
'LAN_07' => "Someone with IP address",
'LAN_08' => "attempted to reset the main admin password.",
'LAN_09' => "Password reset from",
'LAN_213' => "That username/email address was not found in database.",
'LAN_214' => "Unable to reset password",
'LAN_218' => "Your username is:",
'LAN_FPW1' => "Username",
'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.",
'LAN_FPW5' => "A request to reset your password for",
'LAN_FPW6' => "An email has been sent to you with a link that will allow you to reset your password.",
'LAN_FPW7' => "This is not a valid link to reset your password.<br />Please contact the site administrator for more details.",
'LAN_FPW8' => "Your password has been changed successfully.",
'LAN_FPW9' => "The new password is:",
'LAN_FPW10' => "Please",
'LAN_FPW11' => "log in now",
'LAN_FPW12' => "and immediately change your password, for security purposes.",
'LAN_FPW13' => "please follow the instructions in the email to validate your password.",
'LAN_FPW14' => "has been submitted by someone with the IP of",
'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.",
'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",
'LAN_FPW17' => "The link below will be valid for 10 minutes.",
'LAN_FPW18' => "Password reset requested",
'LAN_FPW19' => "Email send failed",
'LAN_FPW20' => "Email send succeeded",
'LAN_FPW21' => "User clicked on password reset link",
'LAN_FPW22' => "Email address registered on this site",
'LAN_FPW_100' => "Forgot your password?",
'LAN_FPW_101' => "Not to worry. Just enter your email address below and we'll send you an email with instructions to get it back.",
'LAN_FPW_102' => "Reset Password",
];