|
649 | 649 | $string['emailconfirm'] = 'Confirm your account'; |
650 | 650 | $string['emailconfirmation'] = 'Hi {$a->firstname}, |
651 | 651 |
|
652 | | -A new account has been requested at \'{$a->sitename}\' |
653 | | -using your email address. |
| 652 | +A new account has been requested at \'{$a->sitename}\' using your email address. |
654 | 653 |
|
655 | | -To confirm your new account, please go to this web address: |
| 654 | +To confirm your new account, please click the link below: |
656 | 655 |
|
657 | | -{$a->link} |
| 656 | +<a href="{$a->link}">Confirm your account</a> |
658 | 657 |
|
659 | | -In most mail programs, this should appear as a blue link |
660 | | -which you can just click on. If that doesn\'t work, |
661 | | -then cut and paste the address into the address |
662 | | -line at the top of your web browser window. |
663 | 658 |
|
664 | 659 | If you need help, please contact the site administrator, |
665 | 660 | {$a->admin}'; |
|
706 | 701 | $string['emailonlyallowed'] = 'This email cannot be used. Allowed email domains are: {$a}.'; |
707 | 702 | $string['emailpasswordconfirmation'] = 'Hi {$a->firstname}, |
708 | 703 |
|
709 | | -Someone (probably you) has requested a new password for your |
710 | | -account on \'{$a->sitename}\'. |
| 704 | +Someone (probably you) has requested a new password for your account on \'{$a->sitename}\'. |
711 | 705 |
|
712 | | -To confirm this and have a new password sent to you via email, |
713 | | -go to the following web address: |
| 706 | +To confirm this and have a new password sent to you via email, please click the link below: |
714 | 707 |
|
715 | | -{$a->link} |
| 708 | +<a href="{$a->link}">Get a new password</a> |
716 | 709 |
|
717 | | -In most mail programs, this should appear as a blue link |
718 | | -which you can just click on. If that doesn\'t work, |
719 | | -then cut and paste the address into the address |
720 | | -line at the top of your web browser window. |
721 | 710 |
|
722 | | -If you need help, please contact the site administrator, |
| 711 | +If you need help, please contact the site administrator. |
723 | 712 | {$a->admin}'; |
724 | 713 | $string['emailpasswordconfirmationsubject'] = '{$a}: Change password confirmation'; |
725 | 714 | $string['emailpasswordconfirmmaybesent'] = '<p>If you supplied a correct username or unique email address then an email should have been sent to you.</p> |
|
735 | 724 | If you continue to have difficulty, contact the site administrator.'; |
736 | 725 | $string['emailpasswordchangeinfo'] = 'Hi {$a->firstname}, |
737 | 726 |
|
738 | | -Someone (probably you) has requested a new password for your |
739 | | -account \'{$a->username}\' on \'{$a->sitename}\'. |
| 727 | +Someone (probably you) has requested a new password for your account \'{$a->username}\' on \'{$a->sitename}\'. |
740 | 728 |
|
741 | | -To change your password, please go to the following web address: |
| 729 | +To change your password, please click the link below: |
742 | 730 |
|
743 | | -{$a->link} |
| 731 | +<a href="{$a->link}">Change password</a> |
744 | 732 |
|
745 | | -In most mail programs, this should appear as a blue link |
746 | | -which you can just click on. If that doesn\'t work, |
747 | | -then cut and paste the address into the address |
748 | | -line at the top of your web browser window. |
749 | 733 |
|
750 | | -If you need help, please contact the site administrator, |
| 734 | +If you need help, please contact the site administrator. |
751 | 735 | {$a->admin}'; |
752 | 736 | $string['emailpasswordchangeinfodisabled'] = 'Hi {$a->firstname}, |
753 | 737 |
|
|
764 | 748 |
|
765 | 749 | A password reset was requested for your account \'{$a->username}\' at {$a->sitename}. |
766 | 750 |
|
767 | | -To confirm this request, and set a new password for your account, please go to the following web address: |
768 | | -<a href="{$a->link}">{$a->link}</a> |
| 751 | +To confirm this request, and set a new password for your account, please click the link below: |
| 752 | +
|
| 753 | +<a href="{$a->link}">Reset password</a> |
| 754 | +
|
769 | 755 |
|
770 | 756 | (This link is valid for {$a->resetminutes} minutes from the time this reset was first requested.) |
771 | 757 |
|
772 | 758 | If this password reset was not requested by you, no action is needed. |
773 | 759 |
|
774 | | -If you need help, please contact the site administrator, {$a->admin}'; |
| 760 | +If you need help, please contact the site administrator. |
| 761 | +{$a->admin}'; |
775 | 762 | $string['emailresetconfirmationsubject'] = '{$a}: Password reset request'; |
776 | 763 | $string['emailresetconfirmsent'] = 'An email has been sent to your address at <b>{$a}</b>. |
777 | 764 | <br />It contains easy instructions to confirm and complete this password change. |
|
1513 | 1500 |
|
1514 | 1501 | (You will be prompted to change your password when you log in for the first time.) |
1515 | 1502 |
|
1516 | | -To start using \'{$a->sitename}\', log in at |
1517 | | - {$a->link} |
1518 | 1503 |
|
1519 | | -If you need help, contact the site administrator, |
| 1504 | +<a href="{$a->link}">Click to log in</a> and start using \'{$a->sitename}\'. |
| 1505 | +
|
| 1506 | +If you need help, contact the site administrator. |
1520 | 1507 | {$a->signoff}'; |
1521 | 1508 | $string['newusers'] = 'New users'; |
1522 | 1509 | $string['newwindow'] = 'New window'; |
|
0 commit comments