1163ac707SMichael Wilmes<?php 2e7074343SMichael Wilmes# User menu text 3e7074343SMichael Wilmes$lang['btn_twofactor_profile'] = 'Two Factor Settings'; 4e7074343SMichael Wilmes 5e7074343SMichael Wilmes# Two Factor profile header and settings 6e7074343SMichael Wilmes$lang['settings'] = "Two Factor Settings"; 7163ac707SMichael Wilmes$lang['twofactor_optin'] = "Use two factor authentication"; 8e7074343SMichael Wilmes$lang['twofactor_notify'] = "Send notification upon sucessful login to default device"; 9185a84e4SMichael Wilmes$lang['defaultmodule'] = "Default way to receive a code"; 10185a84e4SMichael Wilmes$lang['useallotp'] = "*Use All*"; 11185a84e4SMichael Wilmes$lang['verify_password'] = "Confirm your password"; 12163ac707SMichael Wilmes$lang['btn_quit'] = "Quit"; 13185a84e4SMichael Wilmes$lang['btn_return'] = "Return to content"; 14163ac707SMichael Wilmes 15e7074343SMichael Wilmes# Messages displayed by menu 16e7074343SMichael Wilmes$lang['updated'] = "Two factor configuration updated."; 17e7074343SMichael Wilmes$lang['mandatory'] = "This wiki requires the use of two factor authentication. You must configure at least one form of two factor authentication to continue."; 1834dda02bSMichael Wilmes$lang['optout_notice'] = "This wiki has the ability to use two factor authentication. If you do not want to use this option, please uncheck the first box below, supply your password at the bottom, and save your settings."; 19*85337881SMichael Wilmes$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."; 20e7074343SMichael Wilmes 21e7074343SMichael Wilmes# Text used at login 22e7074343SMichael Wilmes$lang['twofactor_login'] = "Two Factor Authentication Token<br />(leave blank if not using)<br />"; 23e7074343SMichael Wilmes$lang['mustusetoken'] = "This wiki requires the use of a token provider such as Google Authenticator to login."; 24e7074343SMichael Wilmes 25e7074343SMichael Wilmes# Text used at OTP login screen 26e7074343SMichael Wilmes$lang['twofactor_otplogin'] = "Verification Code"; 27e7074343SMichael Wilmes$lang['twofactor_useallmods'] = "Resend OTP using all configured options"; 2834dda02bSMichael Wilmes$lang['twofactor_invalidotp'] = "The code supplied is incorrect or expired. Please try again. If needed, click the button to resend your code."; 29e7074343SMichael Wilmes$lang['btn_login'] = "Complete Login"; 30e7074343SMichael Wilmes$lang['btn_resend'] = "Resend Code"; 31e7074343SMichael Wilmes 3234dda02bSMichael Wilmes# LogLog text 3334dda02bSMichael Wilmes# 'logged in, %s' 3434dda02bSMichael Wilmes$lang['requires_otp'] = "requires OTP code"; 3534dda02bSMichael Wilmes# 'logged in, %s' 3634dda02bSMichael Wilmes$lang['2fa_mandatory'] = "redirected to 2FA for mandatory setup"; 3734dda02bSMichael Wilmes# 'logged in %s' 3834dda02bSMichael Wilmes$lang['token_ok'] = "using correct token"; 3934dda02bSMichael Wilmes# 'failed %s' 4034dda02bSMichael Wilmes$lang['no_tokens'] = "token login, no tokens configured"; 4134dda02bSMichael Wilmes# 'failed %s' 4234dda02bSMichael Wilmes$lang['token_mismatch'] = "token login, no token match"; 4334dda02bSMichael Wilmes# 'logged off, %s' 4434dda02bSMichael Wilmes$lang['quit_otp'] = "quit OTP screen"; 4534dda02bSMichael Wilmes# 'logged in %s' 4634dda02bSMichael Wilmes$lang['otp_ok'] = "using OTP screen"; 4734dda02bSMichael Wilmes# 'failed OTP login, %s' 4834dda02bSMichael Wilmes$lang['otp_mismatch'] = "bad code"; 4934dda02bSMichael Wilmes 50e7074343SMichael Wilmes# Administrative text 51163ac707SMichael Wilmes$lang['menu'] = 'TwoFactor Admin'; 52b71db9c8SMichael Wilmes$lang['noauth'] = 'Unable to administer TwoFactor: User authentication module not available.'; 53b71db9c8SMichael Wilmes$lang['nosupport'] = 'Unable to administer TwoFactor: User management not supported via authentication module.'; 54163ac707SMichael Wilmes$lang['badauth'] = 'invalid auth mechanism'; // should never be displayed! 55163ac707SMichael Wilmes$lang['user_id'] = 'User'; 56163ac707SMichael Wilmes$lang['user_pass'] = 'Password'; 57163ac707SMichael Wilmes$lang['user_name'] = 'Real Name'; 58163ac707SMichael Wilmes$lang['user_mail'] = 'Email'; 59163ac707SMichael Wilmes$lang['reset_selected'] = 'Reset Selected'; 60163ac707SMichael Wilmes$lang['search'] = 'Search'; 61163ac707SMichael Wilmes$lang['search_prompt'] = 'Perform search'; 62163ac707SMichael Wilmes$lang['clear'] = 'Reset Search Filter'; 63163ac707SMichael Wilmes$lang['filter'] = 'Filter'; 64163ac707SMichael Wilmes$lang['start'] = 'start'; 65163ac707SMichael Wilmes$lang['prev'] = 'previous'; 66163ac707SMichael Wilmes$lang['next'] = 'next'; 67163ac707SMichael Wilmes$lang['last'] = 'last'; 68163ac707SMichael Wilmes$lang['summary'] = 'Displaying users %1$d-%2$d of %3$d found. %4$d users total.'; 69163ac707SMichael Wilmes$lang['nonefound'] = 'No users found. %d users total.'; 70163ac707SMichael Wilmes$lang['reset_ok'] = '%d users reset'; 71163ac707SMichael Wilmes$lang['reset_not_self'] = "You can't reset yourself."; 727e44460aSMichael Wilmes$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."; 73