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

# Two Factor profile header and settings

$lang['js']['reset_confirm'] = 'Do you really want to reset the two factor setup of this user?';

# Messages displayed by menu

$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

# Text used at OTP login screen

# LogLog text
# 'logged in, %s'
# 'logged in, %s'
# 'logged in %s'
# 'failed %s'
# 'failed %s'
# 'logged off, %s'
# 'logged in %s'
# 'failed OTP login, %s'

# Administrative text
$lang['menu'] = 'TwoFactor Admin';
$lang['user_id']     = 'User';
$lang['user_name']   = 'Real Name';
$lang['user_mail']   = 'Email';
$lang['action'] = 'Action';
$lang['reset'] = 'Reset';
$lang['search']      = 'Search';
$lang['start']  = 'start';
$lang['prev']   = 'previous';
$lang['next']   = 'next';
$lang['last']   = 'last';
