xref: /plugin/twofactor/lang/en/lang.php (revision c639ad03316b100f5992a869dd0aec8a7042d07a)
1<?php
2$lang['twofactor_login'] = "Two Factor Authentication Token<br />(leave blank if not using)<br />";
3$lang['twofactor_optin'] = "Use two factor authentication";
4$lang['phone'] = "Cellphone Number";
5$lang['twofactor_provider'] = "Cell Provider";
6$lang['mustusetoken'] = "This wiki requires the use of a token provider such as Google Authenticator to login.";
7$lang['twofactor_invalidotp'] = "The code supplied is incorrect or expired.  Please try again. If needed, click the link to resend your code.";
8$lang['updated'] = "Two factor configuration updated.";
9$lang['twofactor_otplogin'] = "Verification Code";
10$lang['mandatory'] = "This wiki requires the use of two factor authentication.  You must configure at least one form of two factor authentication to continue.";
11$lang['twofactor_smsnotice'] = "A verification one-time password has been sent to your device.  If you do not receive it within 2 minutes, verify your settings and resend the code.  If you still do not get your code, please contact a wiki administrator.";
12$lang['twofactor_failedsmssetup'] = "The code provided is incorrect.  Use of one-time password is not enabled for this account.";
13$lang['twofactor_passedsmssetup'] = "Use of one-time password is now enabled for this account.";
14$lang['twofactor_killsms'] = "Disable one-time passwords to your device";
15$lang['twofactor_useallmods'] = "Resend OTP using all configured options";
16$lang['defaultmodule'] = "Default way to receive a code";
17$lang['useallotp'] = "*Use All*";
18$lang['verify_password'] = "Confirm your password";
19$lang['btn_twofactor_profile'] = 'Twofactor Settings';
20
21$lang['btn_login'] = "Complete Login";
22$lang['btn_resend'] = "Resend Code";
23$lang['btn_quit'] = "Quit";
24$lang['btn_return'] = "Return to content";
25
26$lang['menu'] = 'TwoFactor Admin';
27$lang['noauth']      = 'Unable to administer TwoFactor: User authentication module not available.';
28$lang['nosupport']   = 'Unable to administer TwoFactor: User management not supported via authentication module.';
29$lang['badauth']     = 'invalid auth mechanism';     // should never be displayed!
30$lang['user_id']     = 'User';
31$lang['user_pass']   = 'Password';
32$lang['user_name']   = 'Real Name';
33$lang['user_mail']   = 'Email';
34$lang['reset_selected'] = 'Reset Selected';
35$lang['search']      = 'Search';
36$lang['search_prompt'] = 'Perform search';
37$lang['clear']       = 'Reset Search Filter';
38$lang['filter']      = 'Filter';
39$lang['start']  = 'start';
40$lang['prev']   = 'previous';
41$lang['next']   = 'next';
42$lang['last']   = 'last';
43$lang['summary']     = 'Displaying users %1$d-%2$d of %3$d found. %4$d users total.';
44$lang['nonefound']   = 'No users found. %d users total.';
45$lang['reset_ok']   = '%d users reset';
46$lang['reset_not_self']   = "You can't reset yourself.";
47$lang['no_purpose']   = "The TwoFactor plugin depends on the Attribute helper plugin being installed. Without the Attrubute plugin, TwoFactor cannot store data and will not function.";
48