<?php
$lang['btn_twofactor_profile'] = 'Two Factor Settings';

$lang['providers'] = 'Your configured Two Factor Providers';
$lang['default'] = '(Default)';
$lang['optout'] = 'I don\'t want to use the more secure two-factor authentication.';
$lang['newprovider'] = 'Add Two Factor Provider';
$lang['provider'] = 'Provider';
$lang['btn_confirm'] = 'Confirm';
$lang['btn_default'] = 'Make Default Provider';
$lang['btn_remove'] = 'Remove Provider Setup';
$lang['btn_setup'] = 'Setup';

$lang['codefail'] = 'The entered code was incorrect or expired';

$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';
$lang['js']['reset_confirm'] = 'Do you really want to reset the two factor setup of this user?';

