xref: /plugin/twofactor/lang/en/lang.php (revision 16ed3964cc56fca397d2156a2100a20f6e3743bc)
1<?php
2$lang['btn_twofactor_profile'] = 'Two Factor Settings';
3
4$lang['providers'] = 'Provider Configuration';
5$lang['defaultprovider'] = 'Default Provider';
6$lang['optout'] = 'I don\'t want to use the more secure two-factor authentication.';
7$lang['btn_confirm'] = 'Confirm';
8
9$lang['codefail'] = 'The entered code was incorrect or expired';
10
11$lang['menu'] = 'TwoFactor Admin';
12$lang['user_id']     = 'User';
13$lang['user_name']   = 'Real Name';
14$lang['user_mail']   = 'Email';
15$lang['action'] = 'Action';
16$lang['reset'] = 'Reset';
17$lang['search']      = 'Search';
18$lang['start']  = 'start';
19$lang['prev']   = 'previous';
20$lang['next']   = 'next';
21$lang['last']   = 'last';
22$lang['js']['reset_confirm'] = 'Do you really want to reset the two factor setup of this user?';
23
24