MyBB Community Forums

Full Version: The message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The message is sent in case lost password, I want to translate it
Language file name that sends the message.

Thanks in advance
./inc/languages/english/messages.lang.php Smile
MYBB files>inc>languages>English>messages.lang.php>
$l['email_lostpw'] = "{1},

To complete the phase of resetting your account password at {2}, you will need to go to the URL below in your web browser.

{3}/member.php?action=resetpassword&uid={4}&code={5}

If the above link does not work correctly, go to

{3}/member.php?action=resetpassword

You will need to enter the following:
Username: {1}
Activation Code: {5}

Thank you,
{2} Staff";
$l['email_lostpw1'] = "{1},

To complete the phase of resetting your account password at {2}, you will need to go to the URL below in your web browser.

{3}/member.php?action=resetpassword&uid={4}&code={5}

If the above link does not work correctly, go to

{3}/member.php?action=resetpassword

You will need to enter the following:
Your email address
Activation Code: {5}

Thank you,
{2} Staff";
$l['email_lostpw2'] = "{1},

To complete the phase of resetting your account password at {2}, you will need to go to the URL below in your web browser.

{3}/member.php?action=resetpassword&uid={4}&code={5}

If the above link does not work correctly, go to

{3}/member.php?action=resetpassword

You will need to enter the following:
Username: {1} (Or your email address)
Activation Code: {5}

Thank you,
{2} Staff";

(2012-08-19, 11:09 PM)Nathan Malcolm Wrote: [ -> ]./inc/languages/english/messages.lang.php Smile

i'm too late i guess Sad