1163ac707SMichael Wilmes<?php 2e7e81ff7SAndreas Gohr$lang['btn_twofactor_profile'] = 'Two-Factor Settings'; 3e7074343SMichael Wilmes 4e7e81ff7SAndreas 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.'; 7e7e81ff7SAndreas Gohr$lang['newprovider'] = 'Add Two-Factor Mechanism'; 8e7e81ff7SAndreas Gohr$lang['provider'] = 'Mechanism'; 997647c7eSAndreas Gohr$lang['btn_confirm'] = 'Confirm'; 10e7e81ff7SAndreas Gohr$lang['btn_default'] = 'Make Default Mechanism'; 11e7e81ff7SAndreas Gohr$lang['btn_remove'] = 'Revoke Selected Mechanism'; 121c8522cbSAndreas Gohr$lang['btn_setup'] = 'Setup'; 13*a01d09a8SAndreas Gohr$lang['otp'] = 'Your Login Code'; 1497647c7eSAndreas Gohr 1516ed3964SAndreas Gohr$lang['codefail'] = 'The entered code was incorrect or expired'; 16e7074343SMichael Wilmes 17e7e81ff7SAndreas Gohr$lang['menu'] = 'Two-Factor Admin'; 18163ac707SMichael Wilmes$lang['user_id'] = 'User'; 19163ac707SMichael Wilmes$lang['user_name'] = 'Real Name'; 20163ac707SMichael Wilmes$lang['user_mail'] = 'Email'; 21f62d0e33SAndreas Gohr$lang['action'] = 'Action'; 22f62d0e33SAndreas Gohr$lang['reset'] = 'Reset'; 23163ac707SMichael Wilmes$lang['search'] = 'Search'; 24163ac707SMichael Wilmes$lang['start'] = 'start'; 25163ac707SMichael Wilmes$lang['prev'] = 'previous'; 26163ac707SMichael Wilmes$lang['next'] = 'next'; 27163ac707SMichael Wilmes$lang['last'] = 'last'; 28e7e81ff7SAndreas Gohr$lang['js']['reset_confirm'] = 'Do you really want to reset the two-factor setup of this user?'; 2916ed3964SAndreas Gohr 30