xref: /plugin/twofactor/lang/en/lang.php (revision 163ac707d28a7cab09d4545eca233c5a5a0f9969)
1<?php
2$lang['twofactor_login'] = "Two Factor Authentication Token<br />(leave blank if not using)<br />";
3$lang['twofactor_optin'] = "Use two factor authentication";
4$lang['twofactor_makegasecret'] = "Use Google Authenticator";
5$lang['twofactor_killgasecret'] = "Revoke Google Authenticator";
6$lang['twofactor_phone'] = "Cellphone Number";
7$lang['twofactor_provider'] = "Cell Provider";
8$lang['twofactor_mustusega'] = "This wiki requires the use of Google Authenticator to login.";
9$lang['twofactor_invalidotp'] = "The code supplied is incorrect or expired.  Please try again. If needed, click the link to resend your code.";
10$lang['twofactor_failedgasetup'] = "The code provided did not work.  Google Authenticator is not enabled for this account.";
11$lang['twofactor_passedgasetup'] = "Google Authenticator is now enabled for this account.";
12$lang['twofactor_scanwithga'] = "Scan with Google Authenticator";
13$lang['twofactor_verifyga'] = "You need to verify that Google Authenticator is working.";
14$lang['twofactor_codefromga'] = "Enter code from Google Authenticator";
15$lang['twofactor_updated'] = "Two factor configuration updated.";
16$lang['twofactor_gaready'] = "Google Authenticator is configured.";
17$lang['twofactor_otplogin'] = "Verification Code";
18$lang['twofactor_mandatory'] = "This wiki requires the use of two factor authentication.  You must configure either Google Authenticator or your text-capable cell number to continue.";
19$lang['btn_submit'] = "Submit";
20$lang['btn_resend'] = "Resend Code";
21$lang['btn_quit'] = "Quit";
22
23$lang['menu'] = 'TwoFactor Admin';
24$lang['noauth']      = '(user authentication not available)';
25$lang['nosupport']   = '(user management not supported)';
26$lang['badauth']     = 'invalid auth mechanism';     // should never be displayed!
27$lang['user_id']     = 'User';
28$lang['user_pass']   = 'Password';
29$lang['user_name']   = 'Real Name';
30$lang['user_mail']   = 'Email';
31$lang['reset_selected'] = 'Reset Selected';
32$lang['search']      = 'Search';
33$lang['search_prompt'] = 'Perform search';
34$lang['clear']       = 'Reset Search Filter';
35$lang['filter']      = 'Filter';
36$lang['start']  = 'start';
37$lang['prev']   = 'previous';
38$lang['next']   = 'next';
39$lang['last']   = 'last';
40$lang['summary']     = 'Displaying users %1$d-%2$d of %3$d found. %4$d users total.';
41$lang['nonefound']   = 'No users found. %d users total.';
42$lang['reset_ok']   = '%d users reset';
43$lang['reset_not_self']   = "You can't reset yourself.";
44$lang['no_purpose']   = "You do not have the twofactor plugin configured to store user-bound data, so there is nothing to administer.";
45