Merge branch 'MDL-59929' of git://github.com/timhunt/moodle

This commit is contained in:
Dan Poltawski 2017-09-12 10:54:11 +01:00
commit 68e3c5f71b
2 changed files with 5 additions and 1 deletions

View file

@ -620,6 +620,8 @@ $string['emaildisplayyes'] = 'Allow everyone to see my email address';
$string['emailenable'] = 'This email address is enabled';
$string['emailenableclick'] = 'Click here to re-enable all email being sent to this address';
$string['emailexists'] = 'This email address is already registered.';
$string['emailexistssignuphint'] = 'Perhaps you created an account in the past? {$a}';
$string['emailexistshintlink'] = 'Recover forgotten username or password';
$string['emailformat'] = 'Email format';
$string['emailcharset'] = 'Email charset';
$string['emailmustbereal'] = 'Note: your email address must be a real one';