1163ac707SMichael Wilmes<?php 2e7074343SMichael Wilmes$lang['btn_twofactor_profile'] = 'Two Factor Settings'; 3e7074343SMichael Wilmes 4*1c8522cbSAndreas Gohr$lang['providers'] = 'Your configured Two Factor Providers'; 5*1c8522cbSAndreas Gohr$lang['default'] = '(Default)'; 697647c7eSAndreas Gohr$lang['optout'] = 'I don\'t want to use the more secure two-factor authentication.'; 7*1c8522cbSAndreas Gohr$lang['newprovider'] = 'Add Two Factor Provider'; 8*1c8522cbSAndreas Gohr$lang['provider'] = 'Provider'; 997647c7eSAndreas Gohr$lang['btn_confirm'] = 'Confirm'; 10*1c8522cbSAndreas Gohr$lang['btn_default'] = 'Make Default Provider'; 11*1c8522cbSAndreas Gohr$lang['btn_remove'] = 'Remove Provider Setup'; 12*1c8522cbSAndreas Gohr$lang['btn_setup'] = 'Setup'; 1397647c7eSAndreas Gohr 1416ed3964SAndreas Gohr$lang['codefail'] = 'The entered code was incorrect or expired'; 15e7074343SMichael Wilmes 16163ac707SMichael Wilmes$lang['menu'] = 'TwoFactor Admin'; 17163ac707SMichael Wilmes$lang['user_id'] = 'User'; 18163ac707SMichael Wilmes$lang['user_name'] = 'Real Name'; 19163ac707SMichael Wilmes$lang['user_mail'] = 'Email'; 20f62d0e33SAndreas Gohr$lang['action'] = 'Action'; 21f62d0e33SAndreas Gohr$lang['reset'] = 'Reset'; 22163ac707SMichael Wilmes$lang['search'] = 'Search'; 23163ac707SMichael Wilmes$lang['start'] = 'start'; 24163ac707SMichael Wilmes$lang['prev'] = 'previous'; 25163ac707SMichael Wilmes$lang['next'] = 'next'; 26163ac707SMichael Wilmes$lang['last'] = 'last'; 2716ed3964SAndreas Gohr$lang['js']['reset_confirm'] = 'Do you really want to reset the two factor setup of this user?'; 2816ed3964SAndreas Gohr 29