1163ac707SMichael Wilmes<?php 2e7074343SMichael Wilmes$lang['btn_twofactor_profile'] = 'Two Factor Settings'; 3e7074343SMichael Wilmes 497647c7eSAndreas Gohr$lang['providers'] = 'Provider Configuration'; 597647c7eSAndreas Gohr$lang['defaultprovider'] = 'Default Provider'; 697647c7eSAndreas Gohr$lang['optout'] = 'I don\'t want to use the more secure two-factor authentication.'; 797647c7eSAndreas Gohr$lang['btn_confirm'] = 'Confirm'; 897647c7eSAndreas Gohr 9*16ed3964SAndreas Gohr$lang['codefail'] = 'The entered code was incorrect or expired'; 10e7074343SMichael Wilmes 11163ac707SMichael Wilmes$lang['menu'] = 'TwoFactor Admin'; 12163ac707SMichael Wilmes$lang['user_id'] = 'User'; 13163ac707SMichael Wilmes$lang['user_name'] = 'Real Name'; 14163ac707SMichael Wilmes$lang['user_mail'] = 'Email'; 15f62d0e33SAndreas Gohr$lang['action'] = 'Action'; 16f62d0e33SAndreas Gohr$lang['reset'] = 'Reset'; 17163ac707SMichael Wilmes$lang['search'] = 'Search'; 18163ac707SMichael Wilmes$lang['start'] = 'start'; 19163ac707SMichael Wilmes$lang['prev'] = 'previous'; 20163ac707SMichael Wilmes$lang['next'] = 'next'; 21163ac707SMichael Wilmes$lang['last'] = 'last'; 22*16ed3964SAndreas Gohr$lang['js']['reset_confirm'] = 'Do you really want to reset the two factor setup of this user?'; 23*16ed3964SAndreas Gohr 24