1163ac707SMichael Wilmes<?php 2*e7e81ff7SAndreas Gohr$lang['btn_twofactor_profile'] = 'Two-Factor Settings'; 3e7074343SMichael Wilmes 4*e7e81ff7SAndreas Gohr$lang['providers'] = 'Your configured Two-Factor Mechanisms'; 51c8522cbSAndreas Gohr$lang['default'] = '(Default)'; 697647c7eSAndreas Gohr$lang['optout'] = 'I don\'t want to use the more secure two-factor authentication.'; 7*e7e81ff7SAndreas Gohr$lang['newprovider'] = 'Add Two-Factor Mechanism'; 8*e7e81ff7SAndreas Gohr$lang['provider'] = 'Mechanism'; 997647c7eSAndreas Gohr$lang['btn_confirm'] = 'Confirm'; 10*e7e81ff7SAndreas Gohr$lang['btn_default'] = 'Make Default Mechanism'; 11*e7e81ff7SAndreas Gohr$lang['btn_remove'] = 'Revoke Selected Mechanism'; 121c8522cbSAndreas Gohr$lang['btn_setup'] = 'Setup'; 1397647c7eSAndreas Gohr 1416ed3964SAndreas Gohr$lang['codefail'] = 'The entered code was incorrect or expired'; 15e7074343SMichael Wilmes 16*e7e81ff7SAndreas Gohr$lang['menu'] = 'Two-Factor 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'; 27*e7e81ff7SAndreas Gohr$lang['js']['reset_confirm'] = 'Do you really want to reset the two-factor setup of this user?'; 2816ed3964SAndreas Gohr 29