(leave blank if not using)
"; $lang['mustusetoken'] = "This wiki requires the use of a token provider such as Google Authenticator to login."; # Text used at OTP login screen $lang['twofactor_otplogin'] = "Verification Code"; $lang['twofactor_useallmods'] = "Resend OTP using all configured options"; $lang['twofactor_invalidotp'] = "The code supplied is incorrect or expired. Please try again. If needed, click the button to resend your code."; $lang['btn_login'] = "Complete Login"; $lang['btn_resend'] = "Resend Code"; # LogLog text # 'logged in, %s' $lang['requires_otp'] = "requires OTP code"; # 'logged in, %s' $lang['2fa_mandatory'] = "redirected to 2FA for mandatory setup"; # 'logged in %s' $lang['token_ok'] = "using correct token"; # 'failed %s' $lang['no_tokens'] = "token login, no tokens configured"; # 'failed %s' $lang['token_mismatch'] = "token login, no token match"; # 'logged off, %s' $lang['quit_otp'] = "quit OTP screen"; # 'logged in %s' $lang['otp_ok'] = "using OTP screen"; # 'failed OTP login, %s' $lang['otp_mismatch'] = "bad code"; # Administrative text $lang['menu'] = 'TwoFactor Admin'; $lang['noauth'] = 'Unable to administer TwoFactor: User authentication module not available.'; $lang['nosupport'] = 'Unable to administer TwoFactor: User management not supported via authentication module.'; $lang['badauth'] = 'invalid auth mechanism'; // should never be displayed! $lang['user_id'] = 'User'; $lang['user_pass'] = 'Password'; $lang['user_name'] = 'Real Name'; $lang['user_mail'] = 'Email'; $lang['reset_selected'] = 'Reset Selected'; $lang['search'] = 'Search'; $lang['search_prompt'] = 'Perform search'; $lang['clear'] = 'Reset Search Filter'; $lang['filter'] = 'Filter'; $lang['start'] = 'start'; $lang['prev'] = 'previous'; $lang['next'] = 'next'; $lang['last'] = 'last'; $lang['summary'] = 'Displaying users %1$d-%2$d of %3$d found. %4$d users total.'; $lang['nonefound'] = 'No users found. %d users total.'; $lang['reset_ok'] = '%d users reset'; $lang['reset_not_self'] = "You can't reset yourself."; $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.";