1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 01:00:20 +02:00

Grammatical edits

Some of the English localised strings were clunky or grammatically
incorrect.
This commit is contained in:
Michael Kielstra
2018-07-27 14:11:45 +01:00
parent 96037d5ac9
commit 1ca781c9f4
5 changed files with 17 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ 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_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.");
@@ -20,13 +20,13 @@ define("LAN_112", "Email address registered on this site");
define("LAN_213", "That username/email address was not found in database.");
define("LAN_214", "Unable to reset password");
// 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.");
// define("LAN_217", "Your new password is now validated. You may now log in using it.");
define("LAN_218", "Your username is:");
// 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.");
define("LAN_FPW1", "Username");
// define("LAN_FPW2", "Enter code");
// define("LAN_FPW3", "Incorrect code entered");
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_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.");
@@ -48,7 +48,7 @@ define("LAN_FPW21", "User clicked on password reset link");
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_101", "Not to worry. Just enter your email address below and we'll send you an email with instructions to get it back.");
define("LAN_FPW_102", "Reset Password");
?>