xref: /plugin/twofactor/lang/en/lang.php (revision e7074343a83a2aaa5bb5e18669da06c2bed77fbb)
1<?php
2# User menu text
3$lang['btn_twofactor_profile'] = 'Two Factor Settings';
4
5# Two Factor profile header and settings
6$lang['settings'] = "Two Factor Settings";
7$lang['twofactor_optin'] = "Use two factor authentication";
8$lang['twofactor_notify'] = "Send notification upon sucessful login to default device";
9$lang['defaultmodule'] = "Default way to receive a code";
10$lang['useallotp'] = "*Use All*";
11$lang['verify_password'] = "Confirm your password";
12$lang['btn_quit'] = "Quit";
13$lang['btn_return'] = "Return to content";
14
15# Messages displayed by menu
16$lang['updated'] = "Two factor configuration updated.";
17$lang['mandatory'] = "This wiki requires the use of two factor authentication.  You must configure at least one form of two factor authentication to continue.";
18
19# Text used at login
20$lang['twofactor_login'] = "Two Factor Authentication Token<br />(leave blank if not using)<br />";
21$lang['mustusetoken'] = "This wiki requires the use of a token provider such as Google Authenticator to login.";
22
23# Text used at OTP login screen
24$lang['twofactor_otplogin'] = "Verification Code";
25$lang['twofactor_useallmods'] = "Resend OTP using all configured options";
26$lang['twofactor_invalidotp'] = "The code supplied is incorrect or expired.  Please try again. If needed, click the link to resend your code.";
27$lang['btn_login'] = "Complete Login";
28$lang['btn_resend'] = "Resend Code";
29
30# Administrative text
31$lang['menu'] = 'TwoFactor Admin';
32$lang['noauth']      = 'Unable to administer TwoFactor: User authentication module not available.';
33$lang['nosupport']   = 'Unable to administer TwoFactor: User management not supported via authentication module.';
34$lang['badauth']     = 'invalid auth mechanism';     // should never be displayed!
35$lang['user_id']     = 'User';
36$lang['user_pass']   = 'Password';
37$lang['user_name']   = 'Real Name';
38$lang['user_mail']   = 'Email';
39$lang['reset_selected'] = 'Reset Selected';
40$lang['search']      = 'Search';
41$lang['search_prompt'] = 'Perform search';
42$lang['clear']       = 'Reset Search Filter';
43$lang['filter']      = 'Filter';
44$lang['start']  = 'start';
45$lang['prev']   = 'previous';
46$lang['next']   = 'next';
47$lang['last']   = 'last';
48$lang['summary']     = 'Displaying users %1$d-%2$d of %3$d found. %4$d users total.';
49$lang['nonefound']   = 'No users found. %d users total.';
50$lang['reset_ok']   = '%d users reset';
51$lang['reset_not_self']   = "You can't reset yourself.";
52$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.";
53