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