1<?php
2$lang['name'] = 'Alternate E-Mail';
3$lang['email'] = 'Alternate e-mail address';
4
5$lang['intro'] = 'Using this provider, a one-time login code will be sent to an alternative e-mail address, configured below.';
6$lang['verifynotice'] = 'A verification code has been sent to your alternate e-mail.  If you do not receive it within a few minutes, please contact a wiki administrator.';
7$lang['notsameemail'] = 'The alternate e-mail address must be different than your currently registered e-mail.';
8$lang['codesent'] = 'A one time code has been sent. Please check your e-mail.';
9$lang['codesentfail'] = 'The code couldn\'t be sent. Contact your admin for help.';
10$lang['subject'] = 'Your login code';
11