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