1<?php 2# User menu text 3$lang['btn_twofactor_profile'] = 'Two Factor Settings'; 4 5# Two Factor profile header and settings 6 7$lang['js']['reset_confirm'] = 'Do you really want to reset the two factor setup of this user?'; 8 9# Messages displayed by menu 10 11$lang['providers'] = 'Provider Configuration'; 12$lang['defaultprovider'] = 'Default Provider'; 13$lang['optout'] = 'I don\'t want to use the more secure two-factor authentication.'; 14$lang['btn_confirm'] = 'Confirm'; 15 16# Text used at login 17 18# Text used at OTP login screen 19 20# LogLog text 21# 'logged in, %s' 22# 'logged in, %s' 23# 'logged in %s' 24# 'failed %s' 25# 'failed %s' 26# 'logged off, %s' 27# 'logged in %s' 28# 'failed OTP login, %s' 29 30# Administrative text 31$lang['menu'] = 'TwoFactor Admin'; 32$lang['user_id'] = 'User'; 33$lang['user_name'] = 'Real Name'; 34$lang['user_mail'] = 'Email'; 35$lang['action'] = 'Action'; 36$lang['reset'] = 'Reset'; 37$lang['search'] = 'Search'; 38$lang['start'] = 'start'; 39$lang['prev'] = 'previous'; 40$lang['next'] = 'next'; 41$lang['last'] = 'last'; 42