1<?php 2$lang['btn_twofactor_profile'] = 'Two Factor Settings'; 3 4$lang['providers'] = 'Your configured Two Factor Providers'; 5$lang['default'] = '(Default)'; 6$lang['optout'] = 'I don\'t want to use the more secure two-factor authentication.'; 7$lang['newprovider'] = 'Add Two Factor Provider'; 8$lang['provider'] = 'Provider'; 9$lang['btn_confirm'] = 'Confirm'; 10$lang['btn_default'] = 'Make Default Provider'; 11$lang['btn_remove'] = 'Remove Provider Setup'; 12$lang['btn_setup'] = 'Setup'; 13 14$lang['codefail'] = 'The entered code was incorrect or expired'; 15 16$lang['menu'] = 'TwoFactor Admin'; 17$lang['user_id'] = 'User'; 18$lang['user_name'] = 'Real Name'; 19$lang['user_mail'] = 'Email'; 20$lang['action'] = 'Action'; 21$lang['reset'] = 'Reset'; 22$lang['search'] = 'Search'; 23$lang['start'] = 'start'; 24$lang['prev'] = 'previous'; 25$lang['next'] = 'next'; 26$lang['last'] = 'last'; 27$lang['js']['reset_confirm'] = 'Do you really want to reset the two factor setup of this user?'; 28 29