<?php
# User menu text
$lang['btn_twofactor_profile'] = 'Two Factor Settings';

# Two Factor profile header and settings
$lang['settings'] = "Two Factor Settings";
$lang['twofactor_optin'] = "Use two factor authentication";
$lang['twofactor_notify'] = "Send notification upon sucessful login to default device";
$lang['defaultmodule'] = "Default way to receive a code";
$lang['useallotp'] = "*Use All*";
$lang['verify_password'] = "Confirm your password";
$lang['btn_quit'] = "Quit";
$lang['btn_return'] = "Return to content";

# Messages displayed by menu
$lang['updated'] = "Two factor configuration updated.";
$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.";

$lang['providers'] = 'Provider Configuration';
$lang['defaultprovider'] = 'Default Provider';
$lang['optout'] = 'I don\'t want to use the more secure two-factor authentication.';
$lang['btn_confirm'] = 'Confirm';

# Text used at login
$lang['twofactor_login'] = "Two Factor Authentication Token<br />(leave blank if not using)<br />";
$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['action'] = 'Action';
$lang['reset'] = 'Reset';
$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.";
