xref: /plugin/twofactoremail/lang/en/lang.php (revision 1a1b1d069b52ce2d2876a3042b7efc87326b2ed1)
1<?php
2$lang['name'] = 'E-Mail';
3
4
5
6$lang['verifymodule'] = "Enter code sent by e-mail";
7$lang['verifynotice'] = "A verification code has been sent to your email.  If you do not receive it within a few minutes, please contact a wiki administrator.";
8
9$lang['codesent'] = 'A one time code has been sent. Please check your email.';
10$lang['codesentfail'] = 'The code couldn\'t be sent. Contact your admin for help.';
11$lang['subject'] = 'Your login code';
12