1<?php 2$lang["enable"] = 'Turn on two factor authentication'; 3$lang["optinout"] = 'Configure how users can chose to use two factor authentication: OptIn, OptOut, or Mandatory.'; 4$lang["usega"] = 'Enable Google Authenticator (GA) Two-Factor'; 5$lang["gasecret"] = 'Shared secret for GA. If not provided, each user will be issued a unique secret.'; 6$lang["gaexpiry"] = 'Number of most recent OTP codes allowed before an OTP code expires.'; 7$lang["useotp"] = 'Enable use of a one time password'; 8$lang["otpmethod"] = 'Provide the method of delivering the one time password. Can be by email, SMS gateway (via email), or SMS appliance.'; 9$lang["otpurl"] = 'URL used to connect to the SMS appliance. "$phone" will be replaced with the phone number. "$msg" will be replaced with the message.'; 10$lang["otpcontent"] = 'Message to be delivered to the recipient. Must contain "$otp" to be replaced with the OTP code.'; 11$lang["otplength"] = 'The number of characters to have in a OTP code.'; 12$lang["otpexpiry"] = 'The time, in minutes, that the OTP code is good for.'; 13