xref: /plugin/twofactor/lang/en/lang.php (revision b71db9c87c646b691cfbd8e0f56ef3c10c5d4a53)
1163ac707SMichael Wilmes<?php
2163ac707SMichael Wilmes$lang['twofactor_login'] = "Two Factor Authentication Token<br />(leave blank if not using)<br />";
3163ac707SMichael Wilmes$lang['twofactor_optin'] = "Use two factor authentication";
4185a84e4SMichael Wilmes$lang['phone'] = "Cellphone Number";
5163ac707SMichael Wilmes$lang['twofactor_provider'] = "Cell Provider";
6185a84e4SMichael Wilmes$lang['mustusetoken'] = "This wiki requires the use of a token provider such as Google Authenticator to login.";
7163ac707SMichael Wilmes$lang['twofactor_invalidotp'] = "The code supplied is incorrect or expired.  Please try again. If needed, click the link to resend your code.";
8185a84e4SMichael Wilmes$lang['updated'] = "Two factor configuration updated.";
9163ac707SMichael Wilmes$lang['twofactor_otplogin'] = "Verification Code";
10185a84e4SMichael Wilmes$lang['mandatory'] = "This wiki requires the use of two factor authentication.  You must configure at least one form of two factor authentication to continue.";
110cfe5f13SMichael Wilmes$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.";
120cfe5f13SMichael Wilmes$lang['twofactor_failedsmssetup'] = "The code provided is incorrect.  Use of one-time password is not enabled for this account.";
130cfe5f13SMichael Wilmes$lang['twofactor_passedsmssetup'] = "Use of one-time password is now enabled for this account.";
140cfe5f13SMichael Wilmes$lang['twofactor_killsms'] = "Disable one-time passwords to your device";
15185a84e4SMichael Wilmes$lang['twofactor_useallmods'] = "Resend OTP using all configured options";
16185a84e4SMichael Wilmes$lang['defaultmodule'] = "Default way to receive a code";
17185a84e4SMichael Wilmes$lang['useallotp'] = "*Use All*";
18185a84e4SMichael Wilmes$lang['verify_password'] = "Confirm your password";
19185a84e4SMichael Wilmes$lang['btn_twofactor_profile'] = 'Twofactor Settings';
200cfe5f13SMichael Wilmes
21185a84e4SMichael Wilmes$lang['btn_login'] = "Complete Login";
22163ac707SMichael Wilmes$lang['btn_resend'] = "Resend Code";
23163ac707SMichael Wilmes$lang['btn_quit'] = "Quit";
24185a84e4SMichael Wilmes$lang['btn_return'] = "Return to content";
25163ac707SMichael Wilmes
26163ac707SMichael Wilmes$lang['menu'] = 'TwoFactor Admin';
27*b71db9c8SMichael Wilmes$lang['noauth']      = 'Unable to administer TwoFactor: User authentication module not available.';
28*b71db9c8SMichael Wilmes$lang['nosupport']   = 'Unable to administer TwoFactor: User management not supported via authentication module.';
29163ac707SMichael Wilmes$lang['badauth']     = 'invalid auth mechanism';     // should never be displayed!
30163ac707SMichael Wilmes$lang['user_id']     = 'User';
31163ac707SMichael Wilmes$lang['user_pass']   = 'Password';
32163ac707SMichael Wilmes$lang['user_name']   = 'Real Name';
33163ac707SMichael Wilmes$lang['user_mail']   = 'Email';
34163ac707SMichael Wilmes$lang['reset_selected'] = 'Reset Selected';
35163ac707SMichael Wilmes$lang['search']      = 'Search';
36163ac707SMichael Wilmes$lang['search_prompt'] = 'Perform search';
37163ac707SMichael Wilmes$lang['clear']       = 'Reset Search Filter';
38163ac707SMichael Wilmes$lang['filter']      = 'Filter';
39163ac707SMichael Wilmes$lang['start']  = 'start';
40163ac707SMichael Wilmes$lang['prev']   = 'previous';
41163ac707SMichael Wilmes$lang['next']   = 'next';
42163ac707SMichael Wilmes$lang['last']   = 'last';
43163ac707SMichael Wilmes$lang['summary']     = 'Displaying users %1$d-%2$d of %3$d found. %4$d users total.';
44163ac707SMichael Wilmes$lang['nonefound']   = 'No users found. %d users total.';
45163ac707SMichael Wilmes$lang['reset_ok']   = '%d users reset';
46163ac707SMichael Wilmes$lang['reset_not_self']   = "You can't reset yourself.";
477e44460aSMichael Wilmes$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