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['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$lang['twofactor_failedsmssetup'] = "The code provided is incorrect. Use of one-time password is not enabled for this account."; 21$lang['twofactor_passedsmssetup'] = "Use of one-time password is now enabled for this account."; 22$lang['twofactor_killsms'] = "Disable one-time passwords to your device"; 23 24$lang['btn_submit'] = "Submit"; 25$lang['btn_resend'] = "Resend Code"; 26$lang['btn_quit'] = "Quit"; 27 28$lang['menu'] = 'TwoFactor Admin'; 29$lang['noauth'] = '(user authentication not available)'; 30$lang['nosupport'] = '(user management not supported)'; 31$lang['badauth'] = 'invalid auth mechanism'; // should never be displayed! 32$lang['user_id'] = 'User'; 33$lang['user_pass'] = 'Password'; 34$lang['user_name'] = 'Real Name'; 35$lang['user_mail'] = 'Email'; 36$lang['reset_selected'] = 'Reset Selected'; 37$lang['search'] = 'Search'; 38$lang['search_prompt'] = 'Perform search'; 39$lang['clear'] = 'Reset Search Filter'; 40$lang['filter'] = 'Filter'; 41$lang['start'] = 'start'; 42$lang['prev'] = 'previous'; 43$lang['next'] = 'next'; 44$lang['last'] = 'last'; 45$lang['summary'] = 'Displaying users %1$d-%2$d of %3$d found. %4$d users total.'; 46$lang['nonefound'] = 'No users found. %d users total.'; 47$lang['reset_ok'] = '%d users reset'; 48$lang['reset_not_self'] = "You can't reset yourself."; 49$lang['no_purpose'] = "You do not have the twofactor plugin configured to store user-bound data, so there is nothing to administer."; 50