xref: /plugin/twofactor/lang/en/lang.php (revision 34dda02b2875c9af990eb2f4de053e4c72d54d03)
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$lang['optout_notice'] = "This wiki has the ability to use two factor authentication.  If you do not want to use this option, please uncheck the first box below, supply your password at the bottom, and save your settings.";
19
20# Text used at login
21$lang['twofactor_login'] = "Two Factor Authentication Token<br />(leave blank if not using)<br />";
22$lang['mustusetoken'] = "This wiki requires the use of a token provider such as Google Authenticator to login.";
23
24# Text used at OTP login screen
25$lang['twofactor_otplogin'] = "Verification Code";
26$lang['twofactor_useallmods'] = "Resend OTP using all configured options";
27$lang['twofactor_invalidotp'] = "The code supplied is incorrect or expired.  Please try again. If needed, click the button to resend your code.";
28$lang['btn_login'] = "Complete Login";
29$lang['btn_resend'] = "Resend Code";
30
31# LogLog text
32# 'logged in, %s'
33$lang['requires_otp'] = "requires OTP code";
34# 'logged in, %s'
35$lang['2fa_mandatory'] = "redirected to 2FA for mandatory setup";
36# 'logged in %s'
37$lang['token_ok'] = "using correct token";
38# 'failed %s'
39$lang['no_tokens'] = "token login, no tokens configured";
40# 'failed %s'
41$lang['token_mismatch'] = "token login, no token match";
42# 'logged off, %s'
43$lang['quit_otp'] = "quit OTP screen";
44# 'logged in %s'
45$lang['otp_ok'] = "using OTP screen";
46# 'failed OTP login, %s'
47$lang['otp_mismatch'] = "bad code";
48
49# Administrative text
50$lang['menu'] = 'TwoFactor Admin';
51$lang['noauth']      = 'Unable to administer TwoFactor: User authentication module not available.';
52$lang['nosupport']   = 'Unable to administer TwoFactor: User management not supported via authentication module.';
53$lang['badauth']     = 'invalid auth mechanism';     // should never be displayed!
54$lang['user_id']     = 'User';
55$lang['user_pass']   = 'Password';
56$lang['user_name']   = 'Real Name';
57$lang['user_mail']   = 'Email';
58$lang['reset_selected'] = 'Reset Selected';
59$lang['search']      = 'Search';
60$lang['search_prompt'] = 'Perform search';
61$lang['clear']       = 'Reset Search Filter';
62$lang['filter']      = 'Filter';
63$lang['start']  = 'start';
64$lang['prev']   = 'previous';
65$lang['next']   = 'next';
66$lang['last']   = 'last';
67$lang['summary']     = 'Displaying users %1$d-%2$d of %3$d found. %4$d users total.';
68$lang['nonefound']   = 'No users found. %d users total.';
69$lang['reset_ok']   = '%d users reset';
70$lang['reset_not_self']   = "You can't reset yourself.";
71$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.";
72