xref: /plugin/twofactor/lang/en/lang.php (revision 0cfe5f13c49115b8fc4a2963bf040cdca88fc5e1)
1163ac707SMichael Wilmes<?php
2163ac707SMichael Wilmes$lang['twofactor_login'] = "Two Factor Authentication Token<br />(leave blank if not using)<br />";
3163ac707SMichael Wilmes$lang['twofactor_optin'] = "Use two factor authentication";
4163ac707SMichael Wilmes$lang['twofactor_makegasecret'] = "Use Google Authenticator";
5163ac707SMichael Wilmes$lang['twofactor_killgasecret'] = "Revoke Google Authenticator";
6163ac707SMichael Wilmes$lang['twofactor_phone'] = "Cellphone Number";
7163ac707SMichael Wilmes$lang['twofactor_provider'] = "Cell Provider";
8163ac707SMichael Wilmes$lang['twofactor_mustusega'] = "This wiki requires the use of Google Authenticator to login.";
9163ac707SMichael Wilmes$lang['twofactor_invalidotp'] = "The code supplied is incorrect or expired.  Please try again. If needed, click the link to resend your code.";
10163ac707SMichael Wilmes$lang['twofactor_failedgasetup'] = "The code provided did not work.  Google Authenticator is not enabled for this account.";
11163ac707SMichael Wilmes$lang['twofactor_passedgasetup'] = "Google Authenticator is now enabled for this account.";
12163ac707SMichael Wilmes$lang['twofactor_scanwithga'] = "Scan with Google Authenticator";
13163ac707SMichael Wilmes$lang['twofactor_verifyga'] = "You need to verify that Google Authenticator is working.";
14163ac707SMichael Wilmes$lang['twofactor_codefromga'] = "Enter code from Google Authenticator";
15163ac707SMichael Wilmes$lang['twofactor_updated'] = "Two factor configuration updated.";
16163ac707SMichael Wilmes$lang['twofactor_gaready'] = "Google Authenticator is configured.";
17163ac707SMichael Wilmes$lang['twofactor_otplogin'] = "Verification Code";
18163ac707SMichael Wilmes$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*0cfe5f13SMichael Wilmes$lang['twofactor_smsnotice'] = "A verification one-time password has been sent to your device.  If you do not receive it within 2 minutes, verify your settings and resend the code.  If you still do not get your code, please contact a wiki administrator.";
20*0cfe5f13SMichael Wilmes$lang['twofactor_failedsmssetup'] = "The code provided is incorrect.  Use of one-time password is not enabled for this account.";
21*0cfe5f13SMichael Wilmes$lang['twofactor_passedsmssetup'] = "Use of one-time password is now enabled for this account.";
22*0cfe5f13SMichael Wilmes$lang['twofactor_killsms'] = "Disable one-time passwords to your device";
23*0cfe5f13SMichael Wilmes
24163ac707SMichael Wilmes$lang['btn_submit'] = "Submit";
25163ac707SMichael Wilmes$lang['btn_resend'] = "Resend Code";
26163ac707SMichael Wilmes$lang['btn_quit'] = "Quit";
27163ac707SMichael Wilmes
28163ac707SMichael Wilmes$lang['menu'] = 'TwoFactor Admin';
29163ac707SMichael Wilmes$lang['noauth']      = '(user authentication not available)';
30163ac707SMichael Wilmes$lang['nosupport']   = '(user management not supported)';
31163ac707SMichael Wilmes$lang['badauth']     = 'invalid auth mechanism';     // should never be displayed!
32163ac707SMichael Wilmes$lang['user_id']     = 'User';
33163ac707SMichael Wilmes$lang['user_pass']   = 'Password';
34163ac707SMichael Wilmes$lang['user_name']   = 'Real Name';
35163ac707SMichael Wilmes$lang['user_mail']   = 'Email';
36163ac707SMichael Wilmes$lang['reset_selected'] = 'Reset Selected';
37163ac707SMichael Wilmes$lang['search']      = 'Search';
38163ac707SMichael Wilmes$lang['search_prompt'] = 'Perform search';
39163ac707SMichael Wilmes$lang['clear']       = 'Reset Search Filter';
40163ac707SMichael Wilmes$lang['filter']      = 'Filter';
41163ac707SMichael Wilmes$lang['start']  = 'start';
42163ac707SMichael Wilmes$lang['prev']   = 'previous';
43163ac707SMichael Wilmes$lang['next']   = 'next';
44163ac707SMichael Wilmes$lang['last']   = 'last';
45163ac707SMichael Wilmes$lang['summary']     = 'Displaying users %1$d-%2$d of %3$d found. %4$d users total.';
46163ac707SMichael Wilmes$lang['nonefound']   = 'No users found. %d users total.';
47163ac707SMichael Wilmes$lang['reset_ok']   = '%d users reset';
48163ac707SMichael Wilmes$lang['reset_not_self']   = "You can't reset yourself.";
49163ac707SMichael Wilmes$lang['no_purpose']   = "You do not have the twofactor plugin configured to store user-bound data, so there is nothing to administer.";
50