; Joomla! Project ; (C) 2022 Open Source Matters, Inc. ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 PLG_MULTIFACTORAUTH_FIXED="Multi-factor Authentication - Fixed Code" PLG_MULTIFACTORAUTH_FIXED_ERR_EMPTYCODE="Your fixed code cannot be empty." PLG_MULTIFACTORAUTH_FIXED_LBL_DEFAULTTITLE="Fixed Code" PLG_MULTIFACTORAUTH_FIXED_LBL_DISPLAYEDAS="Fixed Code" PLG_MULTIFACTORAUTH_FIXED_LBL_LABEL="Fixed Code" PLG_MULTIFACTORAUTH_FIXED_LBL_PLACEHOLDER="Enter your Fixed Code" PLG_MULTIFACTORAUTH_FIXED_LBL_POSTMESSAGE="

The messages appearing above and below the code area can be customised by overriding the language strings PLG_MULTIFACTORAUTH_FIXED_LBL_PREMESSAGE and PLG_MULTIFACTORAUTH_FIXED_LBL_POSTMESSAGE.

" PLG_MULTIFACTORAUTH_FIXED_LBL_PREMESSAGE="

This is a demonstration Multi-factor Authentication plugin for Joomla. You need to enter the fixed code you configured when enabling the Multi-factor Authentication for this user. It effectively works as a second password.

" PLG_MULTIFACTORAUTH_FIXED_LBL_SETUP_POSTMESSAGE="

The messages appearing above and below the setup area can be customised by overriding the language strings PLG_MULTIFACTORAUTH_FIXED_LBL_SETUP_PREMESSAGE and PLG_MULTIFACTORAUTH_FIXED_LBL_SETUP_POSTMESSAGE

" PLG_MULTIFACTORAUTH_FIXED_LBL_SETUP_PREMESSAGE="

Enter a Fixed Code below. This Fixed Code will be required to be entered after logging in before you're able to use the site.

" PLG_MULTIFACTORAUTH_FIXED_LBL_SHORTINFO="Choose your own preset code. For demonstration purposes only." PLG_MULTIFACTORAUTH_FIXED_XML_DESCRIPTION="A demonstration Multi-factor Authentication plugin using a fixed code (a “second password”). Do not use on live sites, it is not secure. This plugin is only meant to be used as an example for developers interested in creating their own plugins."